2004-10-27 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-10-27 Andrew Cagney <cagney@gnu.org>
2
3 * trad-frame.c (trad_frame_get_prev_register): Use
4 frame_unwind_register instead of frame_register_unwind, do not
5 recurse the register's location.
6 * xstormy16-tdep.c (xstormy16_frame_prev_register):
7 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
8 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
9 * sh-tdep.c (sh_frame_prev_register): Ditto.
10 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
11 * i386-tdep.c (i386_frame_prev_register): Ditto.
12 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
13 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
14
15 2004-10-28 Mark Kettenis <kettenis@jive.nl>
16
17 * proc-events.c: Fix several coding-style issues. Consistently
18 use #ifdef instead of #if defined().
19 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
20 ARRAY_SIZE.
21 (_initialize_proc_events): New prototype.
22
23 * proc-why.c: Fix several coding-style issues.
24 (proc_prettyfprint_why): Use ARRAY_SIZE.
25
26 2004-10-27 Jim Blandy <jimb@redhat.com>
27
28 * remote.c (fetch_register_using_p): Construct 'p' packet in a
29 manner independent of the host byte order.
30
31 2004-10-27 Mark Kettenis <kettenis@gnu.org>
32
33 * mips-tdep.c (id_delayed): Remove prototype.
34
35 2004-10-26 Mark Kettenis <kettenis@gnu.org>
36
37 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
38 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
39 to enum with register numbers.
40 (enum mips_insn_size): New enum.
41
42 2004-10-26 Andrew Cagney <cagney@gnu.org>
43
44 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
45 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
46 (mips_gdbarch_init): Update.
47 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
48
49 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
50 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
51 IN_SOLIB_RETURN_TRAMPOLINE.
52 * mips-tdep.c (mips_dump_tdep): Do not print
53 IN_SOLIB_RETURN_TRAMPOLINE.
54 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
55 (mips_gdbarch_init): Update.
56
57 * mips-tdep.h (mips_software_single_step): Move to here ...
58 * config/mips/tm-mips.h: ... from here.
59 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
60 (SOFTWARE_SINGLE_STEP): Delete.
61 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
62
63 2004-10-25 Andrew Cagney <cagney@gnu.org>
64
65 * NEWS: Add Changes since GDB 6.3 section.
66
67 2004-10-23 Andreas Schwab <schwab@suse.de>
68
69 * ada-lang.c (grow_vect): Return the new array instead of
70 expecting pointer to pointer to avoid violation of aliasing rules.
71 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
72
73 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
74
75 * s390-tdep.c (enum pv_boolean): Remove.
76 (pv_is_array_ref): Remove.
77 (s390_on_stack): Remove.
78 (S390_NUM_SPILL_SLOTS): Remove.
79 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
80 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
81 (s390_store): Track all stores of orginal incoming registers to the
82 stack constant offsets relative to the CFA, instead of only tracking
83 stores into specific spill slots.
84 (s390_load): Likewise.
85 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
86 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
87 defined as call-saved by the ABI.
88 (s390_push_dummy_call): Use bottom of dummy call argument save area
89 as return value, not the top. Do not store to the called function's
90 register save area.
91 (s390_unwind_dummy_id): Adapt accordingly.
92
93 2004-10-23 Andrew Cagney <cagney@gnu.org>
94
95 * objfiles.h (struct objfile): Rename obj_private to
96 deprecated_obj_private, sym_private to deprecated_sym_private, and
97 sym_stab_info to deprecated_sym_stab_info.
98 * gdb-stabs.h: Update.
99 * elfread.c: Update.
100 * dbxread.c: Update.
101 * coffread.c: Update.
102 * xcoffread.c: Update.
103 * symfile.c: Update.
104 * somread.c: Update.
105 * nlmread.c: Update.
106 * mdebugread.c: Update.
107 * hpread.c: Update.
108 * coffread.c: Update.
109
110 2004-10-23 Mark Kettenis <kettenis@gnu.org>
111
112 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
113 * configure.host: Add mips64*-*-openbsd*.
114 * configure.tgt: Add mips64*-*-openbsd*.
115 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
116 mips64obsd-tdep.c.
117 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
118 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
119
120 2004-10-21 Joel Brobecker <brobecker@gnat.com>
121
122 * symtab.c (symbol_search_name): Minor reformatting.
123
124 2004-10-20 Joel Brobecker <brobecker@gnat.com>
125
126 * symtab.h: Fix typo in comment.
127
128 2004-10-19 Mark Kettenis <kettenis@gnu.org>
129
130 * dwarf2read.c (struct comp_unit_head): Fix coding style.
131 (dwarf_decode_line_header): Likewise.
132
133 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
134
135 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
136
137 2004-10-19 Andrew Cagney <cagney@gnu.org>
138
139 GDB 6.3 branch created.
140 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
141
142 2004-10-15 Joel Brobecker <brobecker@gnat.com>
143
144 * dwarf2read.c (set_cu_language): Set language to Ada for
145 DW_LANG_Ada83 and DW_LANG_Ada95.
146
147 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
148
149 From Andreas Schwab <schwab@suse.de>:
150 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
151 for xmalloc and xrealloc.
152
153 2004-10-15 Andrew Cagney <cagney@gnu.org>
154
155 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
156 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
157 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
158 Update dependencies.
159
160 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
161
162 * ada-lang.c (ada_lookup_symbol): Correct comment.
163 (ada_evaluate_subexp): Change error message for
164 OP_FUNCALL case so as not to indicate an internal error.
165
166 2004-10-15 Joel Brobecker <brobecker@gnat.com>
167
168 Committed by Paul Hilfinger.
169 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
170 type sizes in XVE/XVU types, and emit a warning when that happens,
171 instead of rounding up the size of the resulting type.
172 Some minor reformatting.
173 (ada_is_aligner_type): Do not consider a type as an aligner type
174 if there is a corresponding XVS type as well.
175 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
176 have several levels of pointer indirection to the array.
177
178 2004-10-15 Jerome Guitton <guitton@gnat.com>
179
180 Committed by Paul Hilfinger.
181 * ada-lang.c (check_size): New function.
182 (coerce_unspec_val_to_type): call check_size to make sure
183 that the object size is reasonable.
184 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
185 Implements the case when we get a reference when we evaluate
186 the expression of one of the bounds of the slice.
187 (ada_value_struct_elt): when a packed array field is
188 a reference, use ada_coerce_ref to dereference it; use
189 ada_value_ind only if it is a pointer.
190
191 2004-10-15 Joel Brobecker <brobecker@gnat.com>
192
193 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
194 a bit to avoid the necessity of an advance declaration. Remove
195 declaration.
196 (set_reg_offset): Move implemenation up.
197 (mips16_get_imm): Likewise.
198 (mips16_scan_prologue): Likewise.
199 (reset_saved_regs): Likewise.
200 (mips32_scan_prologue): Likewise.
201
202 2004-10-14 Joel Brobecker <brobecker@gnat.com>
203
204 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
205 Remove sp as a parameter, compute it internally instead. Move
206 prologue scanning limit from heuristic_proc_desc to here.
207 (mips16_scan_prologue): Likewise.
208 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
209 by call to mips16_scan_prologue.
210 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
211 by call to mips32_scan_prologue.
212 (heuristic_proc_desc): Remove code that's no longer necessary.
213 Update calls to mips16_scan_prologue and mips32_scan_prologue.
214 (mips_skip_prologue): Update calls to mips16_scan_prologue
215 and mips32_scan_prologue.
216
217 2004-10-14 Joel Brobecker <brobecker@gnat.com>
218
219 * mips-tdep.c (mips16_scan_prologue): Merge code from
220 mips16_skip_prologue. Now return the address of the first
221 instruction past the function prologue.
222 (mips16_skip_prologue): Remove, no longer necessary.
223 (mips_skip_prologue): Replace call to mips16_skip_prologue
224 by call to mips16_scan_prologue.
225
226 2004-10-14 Joel Brobecker <brobecker@gnat.com>
227
228 * mips-tdep.c (mips32_scan_prologue): Merge code from
229 mips32_skip_prologue. Now return the address of the first
230 instruction past the function prologue.
231 (mips32_skip_prologue): Remove. No longer necessary.
232 (mips16_skip_prologue): Add parameter end_pc instead of
233 computing it.
234 (mips_skip_prologue): Compute the upper limit for the
235 prologue scanning. Update call to mips16_skip_prologue.
236 Replace call to mips32_skip_prologue by call to
237 mips32_scan_prologue.
238
239 2004-10-14 Mark Kettenis <kettenis@gnu.org>
240
241 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
242 NetBSD system call stubs that store %rp in the ERP slot of the
243 stack frame.
244
245 * source.c: Always define O_BINARY to 0 if not defined already.
246 (openp): Unconditionally use O_BINARY.
247
248 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
249 * event-top.c (gdb_readline2): Likewise.
250
251 2004-10-14 Orjan Friberg <orjanf@axis.com>
252
253 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
254 deprecated_add_core_fns which was removed by mistake.
255
256 2004-10-13 Kevin Buettner <kevinb@redhat.com>
257
258 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
259 references to deprecated_registers[] with equivalent code.
260
261 2004-10-13 Kevin Buettner <kevinb@redhat.com>
262
263 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
264 ``deprecated_registers'' with equivalent code. Use gdb_assert()
265 instead of explicit test and print statement.
266
267 2004-10-12 Mark Kettenis <kettenis@gnu.org>
268
269 * sparc-nat.c: Include "inf-ptrace.h".
270 (sparc_target): New function.
271 * sparc-nat.h: Update copyright year.
272 (sparc_target): New prototype.
273 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
274 (_initialize_sparcnbsd_nat): Construct and add target vector.
275 * sparc64nbsd-nat.c: Include "target.h".
276 (_initialize_sparc64nbsd_nat): Construct and add target vector.
277 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
278 Update dependencies.
279 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
280 inftarg.o, add inf-ptrace.o.
281 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
282 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
283 (NAT_FILE): Set to nm-bsd.h.
284 (LOADLIBES): New variable.
285 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
286 infarg.o, add inf-ptrace.o.
287 * config/sparc/nm-nbsdaout.h: Remove file.
288 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
289 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
290 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
291
292 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
293 "fopen-same.h". Update comment.
294
295 2004-10-11 Mark Kettenis <kettenis@gnu.org>
296
297 * i386gnu-nat.c: Include "gdb_string.h".
298 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
299 registers when the floating-point state isn't initialized.
300 * Makefile.in (i386gnu-nat.o): Update dependencies.
301
302 2004-10-11 David Anderson <davea@sgi.com>
303
304 * regcache.c (regcache_raw_read): Comment was missing "to".
305 Extraneous ' removed.
306 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
307 comment now describes use.
308
309 2004-10-11 Orjan Friberg <orjanf@axis.com>
310
311 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
312 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
313 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
314 (cris_sigtramp_frame_sniffer): New functions.
315 (cris_gdbarch_init): Hook in signal trampoline unwinder.
316 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
317 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
318 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
319 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
320 command.
321 (cris_version_update): Remove, replace with ...
322 (set_cris_version): New function.
323 (struct gdbarch_tdep, cris_mode, cris_mode_update)
324 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
325 (_initialize_cris_tdep): Remove CRIS mode command.
326 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
327 cris-fpless-backtrace command.
328 (cris_scan_prologue): Fix prologue scanning limit.
329 (cris_register_type): Update to reflect actual registers.
330 (cris_register_bytes_ok) Remove.
331 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
332 Remove set_gdbarch_deprecated_register_size,
333 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
334
335 2004-10-10 Andrew Cagney <cagney@gnu.org>
336
337 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
338 comment.
339
340 2004-10-10 Joel Brobecker <brobecker@gnat.com>
341
342 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
343
344 2004-10-10 Joel Brobecker <brobecker@gnat.com>
345
346 * mips-tdep.c (mips16_scan_prologue): Renames
347 mips16_heuristic_proc_desc. Update comment.
348 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
349 (heuristic_proc_desc): Update calls to the 2 functions above.
350
351 2004-10-10 Joel Brobecker <brobecker@gnat.com>
352
353 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
354 Update comments. Also immediately return empty cache when the start
355 address of our function could not be found.
356 (mips_insn32_frame_cache): Likewise.
357
358 2004-10-10 Joel Brobecker <brobecker@gnat.com>
359
360 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
361 (mips_insn16_frame_cache): Pass frame cache in call to
362 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
363 Remove code that became redundant as a consequence.
364 (mips32_heuristic_proc_desc): No longer compute a fake
365 procedure descriptor. Compute the full frame cache instead.
366 Some minor comment reformatting.
367
368 2004-10-10 Jim Blandy <jimb@redhat.com>
369
370 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
371 reader, tracing bytecode stuff): Remove self.
372
373 2004-10-10 Mark Kettenis <kettenis@gnu.org>
374
375 * sparc64-linux-tdep.c: Update copyright year. Don't include
376 "solib-svr4.h".
377 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
378 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
379 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
380
381 * sparc-linux-tdep.c: Update copyright year.
382 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
383 to struct frame_info *. Use safe_frame_unwind_memory instead of
384 deprecated_read_memory_nobpt.
385 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
386 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
387 changed signature of sparc_linux_sigtramp_start.
388 (sparc32_linux_pc_in_sigtramp): Remove function.
389 (sparc32_linux_sigtramp_p): New function.
390 (sparc32_linux_sigtramp_frame_sniffer): Use
391 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
392
393 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
394 Remove function.
395 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
396
397 * ada-lang.c (lim_warning): Re-implement as a varargs function.
398 (decode_packed_array_type, value_subscript_packed)
399 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
400 argument in call to lim_warning.
401
402 * configure.in: Really disable the TUI if an enhanced curses
403 library isn't found.
404 * configure: Regenerate.
405
406 2004-10-09 Mark Kettenis <kettenis@gnu.org>
407
408 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
409 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
410 * config/i386/nm-nbsdaout.h: Remove file.
411 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
412 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
413 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
414 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
415 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
416 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
417 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
418 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
419 (ldd, ld_un, ld_2): Remove defines.
420 * config/i386/nm-obsd.h: Likewise.
421
422 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
423
424 * ada-lex.l: Remove useless rule whose right-context clause
425 causes unreferenced static function warning for yyrealloc.
426 (ada_flex_use): Remove the artificial reference to yyrealloc.
427
428 2004-10-08 Andrew Cagney <cagney@gnu.org>
429
430 * target.h (struct target_ops): Rename to_xfer_memory to
431 deprecated_xfer_memory.
432 * target.c: Update.
433 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
434 * wince.c: Update.
435 * win32-nat.c: Update.
436 * v850ice.c: Update.
437 * uw-thread.c: Update.
438 * thread-db.c: Update.
439 * sol-thread.c: Update.
440 * remote.c: Update.
441 * remote-vx.c: Update.
442 * remote-st.c: Update.
443 * remote-sim.c: Update.
444 * remote-sds.c: Update.
445 * remote-rdp.c: Update.
446 * remote-rdi.c: Update.
447 * remote-mips.c: Update.
448 * remote-m32r-sdi.c: Update.
449 * remote-e7000.c: Update.
450 * procfs.c: Update.
451 * ppc-bdm.c: Update.
452 * nto-procfs.c: Update.
453 * monitor.c: Update.
454 * linux-nat.c: Update.
455 * inftarg.c: Update.
456 * hpux-thread.c: Update.
457 * go32-nat.c: Update.
458 * gnu-nat.c: Update.
459 * exec.c: Update.
460 * corelow.c: Update.
461 * bsd-kvm.c: Update.
462 * aix-thread.c: Update.
463
464 2004-10-08 Andrew Cagney <cagney@gnu.org>
465
466 * target.c (debug_target): Move to near start of file.
467 (target_stopped_data_address_p): Re-org logic, add casts.
468
469 2004-10-02 Mark Kettenis <kettenis@gnu.org>
470
471 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
472 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
473 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
474 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
475 New defines.
476
477 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
478
479 * target.h (to_stopped_data_address): Change prototype to
480 take a CORE_ADDR pointer and return an int.
481 * target.c (update_current_target): Change to_stopped_data_address
482 to match new prototype.
483 (debug_to_stopped_data_address): Change appropriately.
484 * breakpoint.c (bpstat_stop_status): Change call to
485 target_stopped_data_address to use new prototype.
486 * frv-tdep.c (frv_have_stopped_data_address): New function.
487 (frv_stopped_data_address): Change to new prototype and
488 functionality.
489 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
490 prototype and functionality.
491 (ia64_stopped_by_watchpoint): New function.
492 * i386-nat.c (i386_stopped_data_address): Change to new
493 prototype and functionality.
494 (i386_stopped_by_watchpoint): New function.
495 * remote.c (remote_stopped_data_address): Change to new prototype
496 and functionality.
497 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
498 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
499 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
500 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
501 new i386_stopped_by_watchpoint function.
502 (i386_stopped_by_watchpoint): New prototype.
503 (i386_stoppped_data_address): Change to new prototype.
504 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
505 new ia64_stopped_by_watchpoint function.
506 (ia64_stopped_by_watchpoint): New prototype.
507 (ia64_stopped_data_address): Ditto.
508
509 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
510
511 * ada-typeprint.c (ada_print_type): Use int_string for printing
512 modulus of modular type.
513 * ada-lang.h (ada_modulus): Change return type to unsigned.
514 * ada-lang.c (ada_language_arch_info): Correct type of
515 string_char_type.
516 (ada_modulus): Return unsigned result.
517 (ada_lookup_symbol): Remove user disambiguation and modify comment
518 accordingly.
519
520 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
521
522 Committed by Paul Hilfinger.
523 * ada-lang.c (decode_packed_array): On big-endian targets,
524 left-justify the value if it comes with a modular type.
525
526 2004-10-08 Joel Brobecker <brobecker@gnat.com>
527
528 Committed by Paul Hilfinger.
529 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
530 (is_name_suffix): Add support for "___JM" suffixes.
531 (ada_check_typedef): Renames ada_completed_type.
532 Update all users of CHECK_TYPEDEF, check_typedef, and
533 ada_complete_type to call ada_check_typedef.
534 * ada-typeprint.c: Likewise.
535 * ada-valprint.c: Likewise.
536
537 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
538
539 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
540
541 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
542
543 * MAINTAINERS: Update e-mail address.
544
545 2004-10-07 Daniel Jacobowitz <dan@debian.org>
546
547 From Maciej W. Rozycki <macro@mips.com>:
548 * mips-tdep.c (mips32_next_pc): Check the register's contents,
549 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
550
551 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
552
553 * m32r-tdep.c (decode_prologue): Support functions written
554 in assembler language. Recognize trap instructions as the
555 end of prologue.
556 (m32r_frame_unwind_cache): Ditto.
557 (m32r_skip_prologue): Extend search limit. Quit analyzing
558 prologue if pc's location is not readable.
559
560 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
561
562 * Makefile.in (.l.c): Do conversions of names of alloc and free
563 functions that are done for .y.c files, plus special one
564 for yy_flex_realloc. Also, correct missing-file tests here.
565 * ada-lex.l (malloc, free): Remove macros.
566 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
567 xrealloc.
568 (ada_flex_use): Dummy definition to remove warnings about unused
569 functions.
570 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
571 to suppress warning.
572
573 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
574
575 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
576 RETURN_VALUE.
577 (sh_return_value_fpu): Ditto for CPUs with FPU.
578 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
579 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
580 Install sh_return_value_nofpu resp. sh_return_value_fpu as
581 RETURN_VALUE functions.
582
583 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
584
585 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
586 (sh_pseudo_register_write): Ditto.
587
588 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
589
590 * sh-tdep.c (IS_MACL_STS): New define.
591 (IS_MOVI20): Ditto.
592 (IS_MACL_LDS): Ditto.
593 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
594 instructions in prologue.
595 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
596 instructions in epilogue.
597
598 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
599
600 * sh-tdep.c (SH_NUM_REGS): Define as 67.
601 (sh_sh_register_name): Add eight empty register names.
602 (sh_sh3_register_name): Ditto.
603 (sh_sh3e_register_name): Ditto.
604 (sh_sh2e_register_name): Ditto.
605 (sh_sh2a_register_name): New function, defining SH2A register set.
606 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
607 in nofpu case.
608 (sh_sh_dsp_register_name): Add eight empty register names.
609 (sh_sh3_dsp_register_name): Ditto.
610 (sh_sh4_register_name): Ditto.
611 (sh_sh4_nofpu_register_name): Ditto.
612 (sh_sh4al_dsp_register_name): Ditto.
613 (sh2a_show_regs): New function.
614 (sh2a_nofpu_show_regs): New function.
615 (sh_sh2a_register_type): New function.
616 (do_bank_register_info): New function.
617 (sh_print_pseudo_register): Call do_bank_register_info.
618 Call sh_print_pseudo_register for valid "bank" register.
619 (sh_sh2a_register_sim_regno): New function.
620 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
621 Increment pseudo register count by one for all sh variants with
622 pseudo registers to accomodate pseudo bank register.
623 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
624 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
625 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
626 Increment pseudo register numbers.
627
628 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
629
630 * dwarf2read.c (read_subroutine_type): Call make_function_type
631 instead of lookup_function_type.
632
633 2004-10-05 Jim Blandy <jimb@redhat.com>
634
635 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
636 (Previous change missed some uses.)
637
638 2004-10-05 Andrew Cagney <cagney@gnu.org>
639
640 * target.h (deprecated_child_ops): Rename child_ops.
641 * wince.c: Update copyright. Rename child_ops.
642 * win32-nat.c: Rename child_ops.
643 * target.c: Rename child_ops.
644 * rs6000-nat.c: Rename child_ops.
645 * linux-nat.c: Rename child_ops.
646 * infttrace.c: Rename child_ops.
647 * inftarg.c: Rename child_ops.
648 * infptrace.c: Rename child_ops.
649 * hppah-nat.c: Update copyright. Rename child_ops.
650 * hpux-thread.c: Update copyright. Rename child_ops.
651
652 2004-10-05 Daniel Jacobowitz <dan@debian.org>
653
654 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
655
656 2004-10-05 Andrew Cagney <cagney@gnu.org>
657
658 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
659
660 2004-10-05 Daniel Jacobowitz <dan@debian.org>
661
662 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
663 (die_ref_table): Remove.
664 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
665 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
666 the usage of this type.
667 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
668 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
669 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
670 (dwarf2_create_include_psymtab): Update comment.
671 (find_partial_die): Remove third argument. Remove unreachable call
672 to error ().
673 (dwarf2_find_containing_comp_unit): Update comments. Change one
674 assertion to an error. Remove an unreachable error.
675 (dwarf2_find_comp_unit): Update comments.
676 (type_at_offset): Remove dead code.
677 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
678 (store_in_ref_table): Add CU argument.
679 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
680 inter-compilation-unit references.
681 (load_full_comp_unit, process_full_comp_unit): New functions, based
682 on psymtab_to_symtab_1.
683 (psymtab_to_symtab_1): Use them.
684 (dwarf2_add_dependence): New function.
685 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
686 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
687 (partial_die_parent_scope, guess_structure_name): Update for changes
688 to find_partial_die.
689 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
690 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
691 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
692 (read_die_and_children): Update call to store_in_ref_table.
693 (do_free_die_list_cleanup): Remove.
694 (fixup_partial_die): Update for changes to find_partial_die.
695 (read_full_die): Handle queueing absolute references.
696 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
697 (dwarf2_attr, die_specification, die_type)
698 (die_containing_type, dwarf2_extension): Update calls to
699 follow_die_ref.
700 (dump_die): Update DW_FORM_ref* handling.
701 (dwarf2_get_ref_die_offset): Likewise.
702 (free_one_comp_unit): Release the dies list.
703 (dwarf2_mark_helper): New function.
704 (dwarf2_mark): Use it.
705
706 2004-10-05 Mark Kettenis <kettenis@jive.nl>
707
708 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
709 when writing to memory.
710
711 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
712
713 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
714 (m32r_extract_struct_value_address): Delete function.
715 (m32r_return_value): New function.
716 (m32r_gdbarch_init): Instead of store_return_value,
717 extract_return_value, deprecated_extract_struct_value_address
718 and deprecated_use_struct_convention, set return_value.
719
720 2004-10-03 Daniel Jacobowitz <dan@debian.org>
721
722 * dwarf2read.c (read_subrange_type): Add comment for variable
723 sized arrays.
724
725 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
726
727 * Makefile.in (.l.c): Modify rule for compatibility with recent
728 versions of flex, and remove most command-line options.
729 * ada-lex.l: Add %options line in place of -I -i and -s command-line
730 options.
731
732 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
733
734 Turn on initial Ada support (mainly expression evaluation).
735
736 * Makefile.in (SFILES): Remove ada-tasks.c.
737 (HFILES_NO_SRCDIR): Add ada-lang.h.
738 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
739 (YYOBJ): Add ada-exp.o.
740 (rule .l.c): Generalize to not mention ada.
741 * symtab.c: Include ada-lang.h.
742 (symbol_natural_name, symbol_demangled_name)
743 (symbol_search_name): Add Ada case.
744
745 2004-10-01 Andrew Cagney <cagney@gnu.org>
746
747 * Makefile.in (COMMON_OBS): Add inf-child.o.
748 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
749 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
750 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
751 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
752 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
753 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
754 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
755 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
756 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
757 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
758 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
759 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
760 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
761
762 * target.c (xfer_using_stratum): Change return type to LONGEST.
763 On each iteration offset, readbuf and writebuf.
764 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
765 partial_length, and read/modify/write predicate, update comments.
766 Pass buffer.word to ptrace write.
767
768 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
769
770 * symfile.c (init_filename_language_table): Add extensions for
771 Ada.
772 * defs.h (enum language): Add language_ada.
773 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
774 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
775 (add_symbols_from_enclosing_procs): Make a no-op for now.
776 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
777 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
778 (find_line_in_linetable, find_next_line_in_linetable)
779 (read_all_symtabs, is_plausible_func_for_line)
780 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
781 (is_runtime_sym_defined, check_size): Remove declaration.
782 (function_name_from_pc, ada_translate_error_message)
783 (ada_lookup_minimal_symbol): Remove definition.
784 (ada_add_block_symbols): Remove useless label.
785 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
786 useless declaration.
787 (ada_is_exception_sym): Likewise.
788
789 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
790
791 Add m32r-linux support.
792 * configure.tgt: Add m32r*-*-linux*.
793 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
794 and m32r-linux-tdep.c.
795 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
796 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
797 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
798 m32r-linux-tdep.c.
799 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
800 config/m32r/linux.mh, config/m32r/linux.mt,
801 config/m32r/nm-linux.h: New files.
802
803 2004-09-30 Joel Brobecker <brobecker@gnat.com>
804
805 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
806 (mips32_fetch_instruction): Remove, unused.
807
808 2004-09-30 Joel Brobecker <brobecker@gnat.com>
809
810 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
811 conditions that will always be true.
812
813 2004-09-30 Mark Kettenis <kettenis@gnu.org>
814
815 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
816 (vaxbsd_fetch_inferior_registers): Rename from
817 fetch_inferior_registers. Make static.
818 (vaxbsd_store_inferior_registers): Rename from
819 store_inferior_registers. Make static.
820 (_initialize_vaxbsd_nat): Construct and add target vector.
821 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
822 inftarg.o. Add inf-child.o and inf-ptrace.o.
823 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
824 inftarg.o. Add inf-child.o and inf-ptrace.o.
825 (NAT_FILE): Remove.
826 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
827 inftarg.o. Add inf-child.o and inf-ptrace.o.
828 (NAT_FILE): Remove.
829 * Makefile.in (vaxbsd-nat.o): Update dependencies.
830
831 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
832 (m88kbsd_fetch_inferior_registers): Rename from
833 fetch_inferior_registers. Make static.
834 (m88kbsd_store_inferior_registers): Rename from
835 store_inferior_registers. Make static.
836 (_initialize_m88kbsd_nat): New prototype and function.
837 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
838 inftarg.o. Add inf-child.o and inf-ptrace.o.
839 (NAT_FILE): Remove.
840 * Makefile.in (m88kbsd-nat.o): Update dependencies.
841
842 2004-09-30 Andrew Cagney <cagney@gnu.org>
843
844 * target.c (target_xfer_partial): New function.
845 (target_read_memory_partial, target_write_memory_partial)
846 (default_xfer_partial, target_read_partial, target_write_partial)
847 (xfer_using_stratum): Use.
848 (debug_to_xfer_partial): Delete function.
849 (setup_target_debug): Do not override to_xfer_partial.
850
851 2004-09-30 Mark Kettenis <kettenis@chello.nl>
852
853 * fork-child.c: Update copyright year. Fix coding style.
854
855 2004-09-29 Mark Kettenis <kettenis@gnu.org>
856
857 * defs.h (msavestring, mstrsave): Remove prototypes.
858 * utils.c (msavestring, mstrsave): Remove functions.
859 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
860 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
861 of mstrsave.
862 * source.c (find_and_open_source): Use xstrdup instead of
863 mstrsave.
864
865 2004-09-30 Andrew Cagney <cagney@gnu.org>
866
867 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
868 (inf_ptrace_xfer_memory): Delete.
869 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
870 (target_read_memory, target_write_memory): Use xfer_using_stratum
871 when target_xfer_partial_p.
872 (debug_target): Move to start of file.
873 (target_read_memory_partial, target_write_memory_partial): Use
874 to_xfer_partial when target_xfer_partial_p.
875
876 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
877 inf_ptrace_xfer_memory with equivalent code.
878 * inftarg.c (child_xfer_partial): When performing a write, pass
879 writebuf to child_xfer_memory.
880
881 * target.c (target_read_string): Use target_read_memory instead of
882 target_xfer_memory.
883
884 2004-09-29 Andrew Cagney <cagney@gnu.org>
885
886 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
887 the address of status.
888
889 * infptrace.c (ptrace_wait): Mention problem with HPUX.
890 (kill_inferior): Inline ptrace_wait call.
891 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
892 * inftarg.c (child_wait): Inline ptrace_wait call.
893
894 * target.h (struct target_ops): Delete field to_post_wait.
895 (target_post_wait): Delete macro.
896 (child_post_wait): Delete declaration.
897 * target.c (update_current_target, update_current_target)
898 (debug_to_post_wait, setup_target_debug): Delete functions and
899 references.
900 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
901 * inftarg.c (child_post_wait): Delete.
902 (init_child_ops): Do not set to_post_wait.
903 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
904 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
905 * inf-child.c (inf_child_post_wait): Delete.
906 (inf_child_target): Do not set to_post_wait.
907 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
908 (inf_ptrace_target): Do not set to_post_wait.
909
910 * wince.c (child_ops): Delete.
911 * win32-nat.c (child_ops): Delete.
912
913 * inftarg.c (inftarg_set_find_memory_regions)
914 (inftarg_set_make_corefile_notes): Delete functions.
915 (_initialize_linux_nat): Inline calls.
916
917 * target.h (child_ops): Declare.
918 * inftarg.c (child_ops): Move from here ...
919 * target.c (child_ops): ... to here.
920 * wince.c (child_ops): Delete extern declaration.
921 * win32-nat.c (child_ops): Delete extern declaration.
922 * linux-nat.c (child_ops): Delete extern declaration.
923 * hpux-thread.c (child_ops): Delete extern declaration.
924
925 2004-09-28 Mark Kettenis <kettenis@gnu.org>
926
927 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
928
929 2004-09-28 Mark Kettenis <kettenis@gnu.org>
930
931 * configure.in: Only set host_makefile_frag when building a native
932 debugger.
933 * configure: Regenerate.
934
935 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
936 for OpenBSD ELF.
937
938 2004-09-28 Andrew Cagney <cagney@gnu.org>
939
940 Problem identified by Paul Hilfinger.
941 * Makefile.in (ada_lex_c): Define.
942 (ada-lex.o): Delete rule.
943
944 * linux-proc.c: Delete file.
945 * Makefile.in: Update.
946 * config/sparc/linux64.mh (NATDEPFILES):
947 * config/sparc/linux.mh (NATDEPFILES): Update.
948 * config/s390/s390.mh (NATDEPFILES): Update.
949 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
950 * config/powerpc/linux.mh (NATDEPFILES): Update.
951 * config/pa/linux.mh (NATDEPFILES): Update.
952 * config/mips/linux.mh (NATDEPFILES): Update.
953 * config/m68k/linux.mh (NATDEPFILES): Update.
954 * config/ia64/linux.mh (NATDEPFILES): Update.
955 * config/i386/linux64.mh (NATDEPFILES): Update.
956 * config/i386/linux.mh (NATDEPFILES): Update.
957 * config/arm/linux.mh (NATDEPFILES): Update.
958 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
959 * linux-nat.c: Update copyright. Include <sys/param.h>,
960 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
961 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
962 (O_LARGEFILE): Possibly define.
963 (_initialize_linux_nat, linux_proc_pending_signals)
964 (add_line_to_sigset, linux_proc_xfer_memory)
965 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
966 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
967 (struct linux_corefile_thread_data)
968 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
969 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
970
971 2004-09-16 Andrew Cagney <cagney@gnu.org>
972
973 * lin-lwp.c: Delete file.
974 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
975 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
976 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
977 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
978 (linux_nat_attach, detach_callback, linux_nat_detach)
979 (resume_callback, resume_clear_callback, linux_nat_resume)
980 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
981 (stop_wait_callback, linux_nat_has_pending, flush_callback)
982 (status_callback, running_callback, count_events_callback)
983 (select_singlestep_lwp_callback, select_event_lwp_callback)
984 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
985 (child_wait, stop_and_resume_callback, linux_nat_wait)
986 (kill_callback, kill_wait_callback, linux_nat_kill)
987 (linux_nat_create_inferior, linux_nat_mourn_inferior)
988 (linux_nat_xfer_memory, linux_nat_thread_alive)
989 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
990 (_initialize_linux_nat): New functions.
991 * Makefile.in: Update all dependencies.
992 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
993 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
994 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
995 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
996 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
997 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
998 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
999 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1000 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1001 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1002 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1003 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1004 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1005
1006 2004-09-27 Mark Kettenis <kettenis@gnu.org>
1007
1008 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
1009 config/i386/obsd64.mh (NAT_FILE): Remove variable.
1010
1011 * configure.in: Don't comment out NATDEPFILES in the generated
1012 Makefile if NAT_FILE is unset.
1013 * configure: Regenerate.
1014
1015 2004-09-27 Andrew Cagney <cagney@gnu.org>
1016
1017 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
1018 (insert_step_resume_breakpoint): Delete.
1019 (insert_step_resume_breakpoint_at_frame): New function.
1020 (insert_step_resume_breakpoint_at_sal): New function.
1021 (handle_inferior_event, step_into_function)
1022 (insert_step_resume_breakpoint): Simplify by using same.
1023
1024 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
1025
1026 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1027
1028 * fbsd-proc.c: Remove file.
1029 * Makefile.in (fbsd-proc.o): Remove dependency.
1030
1031 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
1032 code together.
1033
1034 * config/i386/nm-fbsd64.h: Remove file.
1035 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1036
1037 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1038
1039 * amd64-nat.h: Update copyright year.
1040 (amd64bsd_target): New prototype.
1041 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
1042 (amd64bsd_target): New function.
1043 (amd64bsd_fetch_inferior_registers): Rename from
1044 fetch_inferior_registers. Make static.
1045 (amd64bsd_store_inferior_registers): Rename from
1046 store_inferior_registers. Make static.
1047 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
1048 (_initialize_amd64fbsd_nat): Construct and add target vector.
1049 * amd64nbsd-nat.o: Include "target.h".
1050 (_initialize_amd64nbsd_nat): Construct and add target vector.
1051 * amd64obsd-nat.c: Include "target.h".
1052 (_initialize_amd64obsd_nat): Construct and add target vector.
1053 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
1054 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
1055 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
1056 fbsd-nat.o.
1057 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
1058 Remove infptrace.o and inftarg.o. Add inf-child.o and
1059 inf-ptrace.o.
1060 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
1061 (amd64obsd-nat.o): Update dependencies.
1062
1063 2004-09-25 Mark Kettenis <kettenis@gnu.org>
1064
1065 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
1066 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
1067 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
1068 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
1069 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
1070
1071 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
1072 Inline attach call.
1073 (inf_ptrace_detach): Inline detach call.
1074
1075 * configure.in: Check for waddstr instead of mvwaddstr when
1076 searching for curses library. Check for wborder.
1077 * configure, config.in: Regenerate.
1078 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
1079 available.
1080
1081 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
1082
1083 2004-09-24 Robert Picco <Robert.Picco@hp.com>
1084
1085 Committed by Andrew Cagney.
1086 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
1087 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
1088 configuration.
1089 (fetch_register_using_p): Implement 'p' packet. Based on code by
1090 Fernando Nasser.
1091 (remote_fetch_registers): Call fetch_register_using_p.
1092 (init_all_packet_configs, show_remote_cmd)
1093 (_initialize_remote): Add p-packet.
1094
1095 2004-09-24 Mark Kettenis <kettenis@gnu.org>
1096
1097 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
1098 instead of call_ptrace. Call wait directly instead of
1099 ptrace_wait.
1100 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
1101 (inf_ptrace_wait): Inline ptrace_wait call.
1102
1103 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1104
1105 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
1106 rolled back instead.
1107
1108 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1109
1110 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
1111 the new argument order.
1112
1113 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
1114
1115 * MAINTAINERS: Remove "broken" from XStormy16 entry.
1116 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
1117 (struct gdbarch_tdep): Remove.
1118 (struct xstormy16_frame_cache): New frame cache structure.
1119 (xstormy16_register_byte, xstormy16_register_raw_size)
1120 (xstormy16_reg_virtual_type, xstormy16_register_type)
1121 (xstormy16_push_arguments, xstormy16_push_return_address)
1122 (xstormy16_pop_frame, xstormy16_store_struct_return)
1123 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
1124 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
1125 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
1126 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
1127 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
1128 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
1129 (xstormy16_use_struct_convention): Drop gcc_p parameter.
1130 (xstormy16_extract_return_value, xstormy16_store_return_value):
1131 Regcachify. Drop useless struct convention handling.
1132 (xstormy16_register_type, xstormy16_return_value)
1133 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
1134 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
1135 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
1136 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
1137 (xstormy16_unwind_sp, xstormy16_unwind_pc)
1138 (xstormy16_unwind_dummy_id) : New functions.
1139 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
1140 of xstormy16_scan_prologue.
1141 (xstormy16_frame_unwind): New frame_unwind structure.
1142 (xstormy16_frame_base): New frame_base structure.
1143 (xstormy16_gdbarch_init): Accomodate all of the above changes.
1144 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
1145
1146 2004-09-22 Mark Kettenis <kettenis@gnu.org>
1147
1148 * language.c (language_gdbarch_post_init): Fix off-by one error.
1149
1150 2004-09-21 Daniel Jacobowitz <dan@debian.org>
1151
1152 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
1153 (struct dwarf2_offset_and_type): New.
1154 (set_die_type, reset_die_and_siblings_types, get_die_type)
1155 (offset_and_type_hash, offset_and_type_eq): New functions.
1156 (read_structure_type, read_enumeration_type, read_array_type)
1157 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
1158 (read_tag_reference_type, read_tag_const_type)
1159 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
1160 (read_typedef, read_base_type, read_subrange_type): Use
1161 set_die_type.
1162
1163 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1164
1165 * Makefile.in (dwarf2read.o): Update dependencies.
1166 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
1167 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
1168 and read_in_chain.
1169 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
1170 mark, and has_form_ref_addr.
1171 (struct dwarf2_per_cu_data): New.
1172 (dwarf2_max_cache_age): New.
1173 (dwarf2_build_psymtabs_hard): Free cached compilation units
1174 after loading. Create and manage the list of compilation units.
1175 Remove unnecessary NULL initialization. Fix indentation.
1176 (psymtab_to_symtab_1): Initialize all of CU.
1177 (dwarf2_read_abbrevs): Set has_form_ref_addr.
1178 (find_partial_die): Use dwarf2_find_containing_comp_unit
1179 and load_comp_unit.
1180 (free_stack_comp_unit): Update comments. Clear the per-cu
1181 pointer. Handle aging.
1182 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
1183 (age_cached_comp_units, free_one_cached_comp_unit)
1184 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
1185 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
1186 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
1187 (show_dwarf2_cmd): New.
1188 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
1189 and "maint show dwarf2 max-cache-age".
1190 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
1191 externs.
1192 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
1193 global.
1194
1195 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
1196
1197 * dwarf2read.c (typename_concat): Change prototype to accept obstack
1198 and dwarf2_cu struct pointer as arguments. Change function to use
1199 obstack if provided and use dwarf2_cu to determine language-specific
1200 separator.
1201 (partial_die_parent_scope): Change comment to include java. Use
1202 new version of typename_concat instead of obconcat.
1203 (partial_die_full_name): Use typename_concat.
1204 (read_namespace): Ditto.
1205 (read_enumeration_type): Use typename_concat instead of obconcat.
1206 (new_symbol): Ditto.
1207 (add_partial_symbol): Enhance tests for C++ to also test for Java.
1208 (guess_structure_name): Ditto.
1209 (read_subroutine_type): Ditto.
1210 (read_structure_type): Ditto.
1211 (is_vtable_name): Add Java support.
1212 (determine_class_name): Switch to new typename_concat call.
1213 (determine_prefix): Switch to new typename_concat call.
1214 * jv-exp.y (FuncStart): New pattern.
1215 (MethodInvocation): Add support for simple function calls. Change
1216 warning message for other forms of inferior call currently not
1217 supported.
1218 * valarith.c (value_subscript): Treat an array with upper-bound
1219 of -1 as unknown size.
1220
1221 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1222
1223 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
1224 (lookup_partial_symtab): Use symtab_to_fullname.
1225
1226 2004-09-19 Jim Blandy <jimb@redhat.com>
1227
1228 * minsyms.c (lookup_minimal_symbol): Doc fix.
1229
1230 2004-09-20 Andrew Cagney <cagney@gnu.org>
1231
1232 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
1233 CHILD_RESUME.
1234 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
1235 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
1236 KILL_INFERIOR.
1237 * infptrace.c: Update.
1238
1239 2004-09-19 Daniel Jacobowitz <dan@debian.org>
1240
1241 * symtab.c (output_source_filename): Mark first argument as const.
1242 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
1243 for "info sources" output.
1244
1245 2004-09-20 Mark Kettenis <kettenis@gnu.org>
1246
1247 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
1248 <machine/vmparam.h>.
1249 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
1250 (register_u_addr): Remove prototype.
1251
1252 2004-09-19 Mark Kettenis <kettenis@gnu.org>
1253
1254 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
1255 (i386bsd_fetch_inferior_registers): Rename from
1256 fetch_inferior_registers. Make static.
1257 (i386bsd_store_inferior_registers): Rename from
1258 store_inferior_registers. Make static.
1259 (i386bsd_target): New function.
1260 * i386bsd-nat.h: New file.
1261 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
1262 "i386bsd-nat.h".
1263 (i386fbsd_resume): Rename from child_resume. Make static.
1264 (_initialize_i386fbsd_nat): Construct and add target vector.
1265 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
1266 (_initialize_i386nbsd_nat): Construct and add target vector.
1267 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
1268 Remove defines.
1269 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
1270 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
1271 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
1272 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
1273 (LOADLIBES): New variable.
1274 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
1275 inf-ptrace.o. Remove inftarg.o.
1276 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
1277 inf-ptrace.o. Remove inftarg.o.
1278 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
1279 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
1280 (LOADLIBES): New variable.
1281 * Makefile.in (i386bsd_nat_h): New variable.
1282 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
1283 dependencies.
1284
1285 * sparc64nbsd-tdep.c: Include "objfiles.h".
1286 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
1287 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1288 svr4_lp64_fetch_link_map_offsets.
1289 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
1290 "nbsd-tdep.h".
1291 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
1292 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1293 svr4_lp64_fetch_link_map_offsets.
1294 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
1295 dependencies.
1296
1297 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
1298 * fbsd-nat.h: New file.
1299 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
1300 (fbsd_nat_h): New variable.
1301 (fbsd-nat.o): New dependency.
1302
1303 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
1304 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
1305
1306 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
1307 comment.
1308
1309 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
1310
1311 * ada-exp.y (type_int): New function to add layer of abstraction
1312 around references to expression types.
1313 (type_long): Ditto.
1314 (type_long_long): Ditto.
1315 (type_float): Ditto.
1316 (type_double): Ditto.
1317 (type_long_double): Ditto.
1318 (type_char): Ditto.
1319 (type_system_address): Ditto.
1320 (simple_exp): Use type_* functions in place of builtin_*
1321 variables.
1322 (exp): Ditto.
1323 (write_var_from_name): Ditto.
1324 (write_object_renaming): Ditto.
1325 * ada-lang.c (ada_create_fundamental_type): Remove redundant
1326 declaration.
1327 (build_ada_types): Remove, replacing with...
1328 (ada_language_arch_info): New function to initialize primitive
1329 type vector in language_arch_info.
1330 (ada_array_length): Remove use of builtin_type_ada_int.
1331 (value_pos_atr): Ditto.
1332 (ada_evaluate_subexp): Ditto.
1333 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
1334 builtin_type_ada_long_long, builtin_type_ada_char,
1335 builtin_type_ada_float, builtin_type_ada_double,
1336 builtin_type_ada_long_double, builtin_type_ada_natural,
1337 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1338 (ada_builtin_types): Remove.
1339 (ada_language_defn): Remove entries for la_builtin_type_vector and
1340 string_char_type and use ada_language_arch_info.
1341 (_initialize_ada_language): Do type-vector initialization along
1342 the lines of c-lang.c.
1343 (ada_create_fundamental_type): Break up line.
1344 (ada_dump_symtab): Remove unused function.
1345 (enum ada_primitive_types): Define.
1346 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
1347 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
1348 builtin_type_ada_float, builtin_type_ada_double,
1349 builtin_type_ada_long_double, builtin_type_ada_natural,
1350 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1351 * ada-lex.l: Use type_* functions in place of builtin_* variables.
1352 (processInt): Ditto.
1353 (processReal): Ditto.
1354 (name_lookup): Ditto.
1355 * ada-typeprint.c (print_range): Use builtin_type_int, not
1356 builtin_type_ada_int.
1357
1358 2004-09-18 Mark Kettenis <kettenis@gnu.org>
1359
1360 * i386-tdep.c (i386_register_name): Rename regno to regnum.
1361
1362 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
1363 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
1364 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
1365 * configure.in: Improve checks for curses library by checking for
1366 mvwaddstr instead of initscr. Drop HP curses in favour of
1367 standard curses on HP-UX.
1368 * configure: Regenerated.
1369
1370 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
1371
1372 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
1373 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
1374 Minor formatting changes.
1375 (empty_array): Slight rewrite for formatting.
1376 (emit_char,parse,ada_language_defn,build_ada_types,
1377 ada_is_exception_sym, _initialize_ada_language): Move
1378 definitions around.
1379 (ada_dump_symtab): Remove unused definition.
1380 (ada_maybe_exception_partial_symbol): Remove unused definition.
1381
1382 2004-09-16 Andrew Cagney <cagney@gnu.org>
1383
1384 * inf-child.c: Include "gdb_string.h".
1385 (inf_child_core_file_to_sym_file): Delete.
1386 (inf_child_target): Set to_fetch_registers and to_store_registers.
1387 * inf-ptrace.c: Include "gdb_string.h".
1388 * Makefile.in: Update all dependencies.
1389
1390 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
1391 problem.
1392
1393 2004-09-14 Joel Brobecker <brobecker@gnat.com>
1394
1395 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
1396 call to heuristic_proc_desc. Remove code that became redundant
1397 as a consequence.
1398 (read_next_frame_reg): Remove special case for SP_REGNUM.
1399 (set_reg_offset): Fix small typo.
1400 (reset_saved_regs): New procedure.
1401 (mips32_heuristic_proc_desc): No longer compute a fake
1402 procedure descriptor. Compute the full frame cache instead.
1403 Some minor comment reformatting.
1404
1405 2004-09-14 Andrew Cagney <cagney@gnu.org>
1406
1407 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
1408 maintainer.
1409
1410 * thread-db.c (thread_db_new_objfile): Assume that there is a
1411 child process.
1412
1413 2004-09-13 Jim Blandy <jimb@redhat.com>
1414
1415 * valops.c (value_assign): Move 'buffer' to the enclosing block,
1416 so that its storage isn't referenced after its lifetime ends.
1417
1418 * valops.c (value_assign): 'use_buffer' is initialized to zero,
1419 and never assigned to. Delete it, and the 'if (use_buffer)'
1420 clauses. Delete 'raw_buffer', since it is now unused.
1421
1422 2004-09-13 Andrew Cagney <cagney@gnu.org>
1423
1424 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
1425 * configure: Re-generate.
1426 * nlm/Makefile.in (TAGS): Update.
1427 * Makefile.in (TAGS): Update.
1428 * config/vax/nbsd.mt (TM_FILE): Update.
1429 * config/sparc/vxworks.mt (TM_FILE): Update.
1430 * config/sparc/sol2.mt (TM_FILE): Update.
1431 * config/sparc/sol2-64.mt (TM_FILE): Update.
1432 * config/sparc/obsd64.mt (TM_FILE): Update.
1433 * config/sparc/obsd.mt (TM_FILE): Update.
1434 * config/sparc/nbsd64.mt (TM_FILE): Update.
1435 * config/sparc/nbsd.mt (TM_FILE): Update.
1436 * config/sparc/linux64.mt (TM_FILE): Update.
1437 * config/sparc/linux.mt (TM_FILE): Update.
1438 * config/sparc/fbsd.mt (TM_FILE): Update.
1439 * config/sh/wince.mt (TM_FILE): Update.
1440 * config/sh/nbsd.mt (TM_FILE): Update.
1441 * config/sh/linux.mt (TM_FILE): Update.
1442 * config/sh/embed.mt (TM_FILE): Update.
1443 * config/s390/s390.mt (TM_FILE): Update.
1444 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
1445 * config/rs6000/rs6000.mt (TM_FILE): Update.
1446 * config/rs6000/aix4.mt (TM_FILE): Update.
1447 * config/powerpc/vxworks.mt (TM_FILE): Update.
1448 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
1449 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
1450 * config/powerpc/obsd.mt (TM_FILE): Update.
1451 * config/powerpc/nbsd.mt (TM_FILE): Update.
1452 * config/powerpc/linux.mt (TM_FILE): Update.
1453 * config/powerpc/aix.mt (TM_FILE): Update.
1454 * config/pa/obsd.mt (TM_FILE): Update.
1455 * config/pa/linux.mt (TM_FILE): Update.
1456 * config/pa/hppahpux.mt (TM_FILE): Update.
1457 * config/pa/hppa64.mt (TM_FILE): Update.
1458 * config/pa/hppa.mt (TM_FILE): Update.
1459 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
1460 * config/mips/wince.mt (TM_FILE): Update.
1461 * config/mips/vxmips.mt (TM_FILE): Update.
1462 * config/mips/nbsd.mt (TM_FILE): Update.
1463 * config/mips/linux.mt (TM_FILE): Update.
1464 * config/mips/irix6.mt (TM_FILE): Update.
1465 * config/mips/irix5.mt (TM_FILE): Update.
1466 * config/mips/embed.mt (TM_FILE): Update.
1467 * config/m68k/vxworks68.mt (TM_FILE): Update.
1468 * config/m68k/st2000.mt (TM_FILE): Update.
1469 * config/m68k/os68k.mt (TM_FILE): Update.
1470 * config/m68k/obsd.mt (TM_FILE): Update.
1471 * config/m68k/nbsd.mt (TM_FILE): Update.
1472 * config/m68k/monitor.mt (TM_FILE): Update.
1473 * config/m68k/linux.mt (TM_FILE): Update.
1474 * config/m68k/cisco.mt (TM_FILE): Update.
1475 * config/ia64/linux.mt (TM_FILE): Update.
1476 * config/ia64/aix.mt (TM_FILE): Update.
1477 * config/ia64/ia64.mt (TM_FILE): Update.
1478 * config/i386/vxworks.mt (TM_FILE): Update.
1479 * config/i386/obsd64.mt (TM_FILE): Update.
1480 * config/i386/obsd.mt (TM_FILE): Update.
1481 * config/i386/nto.mt (TM_FILE): Update.
1482 * config/i386/nbsd64.mt (TM_FILE): Update.
1483 * config/i386/nbsd.mt (TM_FILE): Update.
1484 * config/i386/linux64.mt (TM_FILE): Update.
1485 * config/i386/linux.mt (TM_FILE): Update.
1486 * config/i386/i386sol2.mt (TM_FILE): Update.
1487 * config/i386/i386lynx.mt (TM_FILE): Update.
1488 * config/i386/fbsd64.mt (TM_FILE): Update.
1489 * config/i386/fbsd.mt (TM_FILE): Update.
1490 * config/i386/cygwin.mt (TM_FILE): Update.
1491 * config/h8300/h8300.mt (TM_FILE): Update.
1492 * config/frv/frv.mt (TM_FILE): Update.
1493 * config/cris/cris.mt (TM_FILE): Update.
1494 * config/arm/wince.mt (TM_FILE): Update.
1495 * config/arm/nbsd.mt (TM_FILE): Update.
1496 * config/arm/linux.mt (TM_FILE): Update.
1497 * config/arm/embed.mt (TM_FILE): Update.
1498 * config/alpha/nbsd.mt (TM_FILE): Update.
1499 * config/alpha/fbsd.mt (TM_FILE): Update.
1500 * config/alpha/alpha.mt (TM_FILE): Update.
1501 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
1502 * config/alpha/alpha-linux.mt (TM_FILE): Update.
1503
1504 Eliminate event_loop_p, always has the value 1.
1505 * defs.h (event_loop_p): Delete macro.
1506 * breakpoint.c (until_break_command): Simplify.
1507 * utils.c (prompt_for_continue): Simplify.
1508 * tracepoint.c (read_actions): Simplify.
1509 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
1510 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
1511 (set_prompt, init_main): Simplify.
1512 (init_signals, disconnect): Delete, unused.
1513 * remote.c (remote_async_resume)
1514 (extended_remote_async_create_inferior): Simplify.
1515 * mi/mi-interp.c (mi_input): Delete, unused.
1516 (mi_interpreter_resume, mi_command_loop): Simplify.
1517 * interps.c (current_interp_command_loop): Simplify.
1518 * infrun.c (proceed): Simplify.
1519 * infcmd.c (run_command, continue_command, step_1, jump_command)
1520 (until_command, advance_command, finish_command)
1521 (interrupt_target_command): Simplify.
1522 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
1523
1524 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1525 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1526 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1527 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1528 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1529 * mips-tdep.c (mips_dump_tdep): Do not print same.
1530
1531 2004-09-12 Andrew Cagney <cagney@gnu.org>
1532
1533 * valprint.c (print_longest): Use fputs_filtered. Make "val"
1534 const.
1535 * Makefile.in (valprint.o): Delete explict rule.
1536
1537 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
1538 reported by Dave Anderson.
1539
1540 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
1541
1542 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
1543
1544 2004-09-12 Salvador E. Tropea <set@users.sf.net>
1545 Andrew Cagney <cagney@gnu.org>
1546
1547 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
1548 (mi_cmd_data_list_register_values)
1549 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
1550 the register number computation.
1551
1552 2004-09-12 Andrew Cagney <cagney@gnu.org>
1553
1554 * ppcnbsd-nat.c: Include "inf-ptrace.h".
1555 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
1556 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
1557 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
1558 target.
1559 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
1560 inf-ptrace.o and inf-child.o.
1561 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
1562 * Makefile.in: Update dependencies.
1563
1564 2004-09-11 Andrew Cagney <cagney@gnu.org>
1565
1566 * language.c (hex_string, hex_string_custom): Move from here ...
1567 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
1568 (CELLSIZE): Increase to 50.
1569 * language.h (hex_string, hex_string_custom): Move from here ...
1570 * defs.h: ... to here.
1571 * Makefile.in: Update all dependencies.
1572
1573 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
1574
1575 * language.c (local_hex_format_custom): Remove.
1576 (local_hex_string): Rename to hex_string, use C format, and move to
1577 utils.c
1578 (local_hex_string_custom): Rename to hex_string_custom and change
1579 interface. Now uses C format. Move to utils.c
1580 (local_octal_format_custom): Remove.
1581 (local_decimal_format_custom): Remove.
1582 (unknown_language_defn): Remove language-specific number
1583 formatting entries.
1584 (auto_language_defn): Ditto.
1585 (local_language_defn): Ditto.
1586 * language.h (struct language_format_info): Delete declaration.
1587 (struct language_defn): Remove language_format_info fields
1588 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
1589 (local_binary_format): Remove macro.
1590 (local_binary_format_prefix): Remove macro.
1591 (local_binary_format_specifier): Remove macro.
1592 (local_binary_format_suffix): Remove macro.
1593 (local_octal_format): Remove macro.
1594 (local_octal_format_prefix): Remove macro.
1595 (local_octal_format_specifier): Remove macro.
1596 (local_octal_format_suffix): Remove macro.
1597 (local_decimal_format): Remove macro.
1598 (local_decimal_format_prefix): Remove macro.
1599 (local_decimal_format_specifier): Remove macro.
1600 (local_decimal_format_suffix): Remove macro.
1601 (local_hex_format): Remove macro.
1602 (local_hex_format_prefix): Remove macro.
1603 (local_hex_format_specifier): Remove macro.
1604 (local_hex_format_suffix): Remove macro.
1605 (local_decimal_format_custom): Remove.
1606 (local_octal_format_custom): Remove.
1607 (local_hex_format_custom): Remove.
1608 (local_hex_string): Rename to hex_string and move to defs.h.
1609 (local_hex_string_custom): Rename to hex_string_custom, change
1610 interface, and move to defs.h.
1611 * utils.c: (int_string): New function.
1612 (hex_string): New function (from language.c).
1613 (hex_string_custom): New function (from language.c).
1614 (octal2str): New function.
1615 (decimal2str): Add width parameter.
1616 (paddr_u): Use new decimal2str interface.
1617 (paddr_d): Ditto.
1618 * defs.h (hex_string): Declare.
1619 (hex_string_custom): Declare.
1620 (int_string): Declare.
1621 * printcmd.c (print_scalar_formatted): Remove localized binary
1622 formatting.
1623 * valprint.c (print_longest): Use int_string.
1624 (print_floating): Use C hex format.
1625 (print_hex_chars): Ditto.
1626 (print_binary_chars): Remove language-specific formatting.
1627 (print_octal_chars): Use C octal format.
1628 (print_decimal_chars): Delocalize format.
1629 (print_decimal): Remove.
1630 * ada-lang.c (ada_language_defn): Remove language-specific number
1631 formatting entries.
1632 * p-lang.c (pascal_language_defn): Ditto.
1633 * c-lang.c (c_language_defn): Ditto.
1634 (cplus_language_defn): Ditto.
1635 (asm_language_defn): Ditto.
1636 (minimal_language_defn): Ditto.
1637 * f-lang.c (f_language_defn): Ditto.
1638 * jv-lang.c (java_language_defn): Ditto.
1639 * m2-lang.c (m2_language_defn): Ditto.
1640 * scm-lang.c (scm_language_defn): Ditto.
1641 * objc-lang.c (objc_language_defn): Ditto.
1642 * memattr.c (mem_info_command): Use renamed hex_string_custom with
1643 new interface.
1644 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
1645 * ui-out.c (ui_out_field_core_addr): Ditto.
1646 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
1647 * exec.c (print_section_info): Ditto.
1648 * i387-tdep.c (print_i387_status_word): Ditto.
1649 (print_i387_control_word): Ditto.
1650 (i387_print_float_info): Ditto.
1651 * maint.c (maint_print_section_info): Ditto.
1652 * solib.c (info_sharedlibrary_command): Ditto.
1653 * somsolib.c (som_sharedlibrary_info_command): Ditto.
1654 * symtab.c (print_msymbol_info): Ditto.
1655 * tracepoint.c (tracepoints_info): Ditto.
1656 * solib-frv.c (lm_base): Ditto.
1657 (frv_current_sos): Ditto.
1658 (enable_break2): Ditto.
1659 (enable_break): Ditto.
1660 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
1661 (process_one_symbol): Ditto.
1662 * infcmd.c (program_info): Ditto.
1663 * mdebugread.c (parse_partial_symbols): Ditto.
1664 * symfile.c (add_symbol_file_command): Ditto.
1665 * cli/cli-cmds.c (edit_command): Ditto.
1666 (list_command): Ditto.
1667 * infcall.c (call_function_by_hand): Ditto.
1668 * remote-vx.c (vx_run_files_info): Ditto.
1669 (vx_wait): Ditto.
1670 (vx_attach): Ditto.
1671 (vx_detach): Ditto.
1672 (vx_kill): Ditto.
1673 * aix-thread.c (pdc_symbol_addrs): Ditto.
1674 (pdc_read_regs): Ditto.
1675 (pdc_write_regs): Ditto.
1676 (pdc_read_data): Ditto.
1677 (pdc_write_data): Ditto.
1678 * d10v-tdep.c (display_trace): Ditto.
1679 * rs6000-nat.c (find_toc_address): Ditto.
1680 * aix-thread.c: Don't include language.h.
1681 * buildsym.c: Ditto.
1682 * dbxread.c: Ditto.
1683 * mdebugread.c: Ditto.
1684 * rs6000-nat.c: Ditto.
1685 * buildsym.c (make_blockvector): Use renamed hex_string.
1686
1687 2004-09-10 Jason Molenda (jmolenda@apple.com)
1688
1689 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
1690 chars after 'if' or 'while' commands in user-defined commands.
1691
1692 2004-09-08 Jim Blandy <jimb@redhat.com>
1693
1694 Fix bug reported and analyzed by Olivier Crete:
1695 * symfile.c (copy_section_addr_info): New function.
1696 (symbol_file_add_with_addrs_or_offsets): Use it to save the
1697 original set of address arguments, instead of handwritten code
1698 that uses one length to allocate and a different length to
1699 initialize. Use make_cleanup_free_section_addr_info.
1700 * symfile.h (copy_section_addr_info): New declaration.
1701 * utils.c: #include "symfile.h".
1702 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
1703 New functions.
1704 * defs.h (make_cleanup_free_section_addr_info): New declaration.
1705 * Makefile.in (utils.o): Update dependencies.
1706
1707 2004-09-08 Andrew Cagney <cagney@gnu.org>
1708
1709 * thread-db.c (keep_thread_db): Delete.
1710 (thread_db_new_objfile, thread_db_create_inferior)
1711 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
1712
1713 2004-09-08 Mark Kettenis <kettenis@gnu.org>
1714
1715 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
1716 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
1717 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
1718 (i386_frameless_signal_p): Remove prototype.
1719 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1720 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
1721 I386_SSE_NUM_REGS.
1722 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
1723 instead of FP0_REGNUM.
1724 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
1725 of FP0_REGNUM and FPC_REGNUM.
1726
1727 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
1728 (sunos_solib_create_inferior_hook): Don't call
1729 sunos_relocate_main_executable.
1730
1731 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1732 solib_svr4_fetch_link_map_offsets to
1733 svr4_ilp32_fetch_link_map_offsets.
1734 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1735 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1736 svr4_ilp32_fetch_link_map_offsets.
1737 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1738
1739 2004-09-07 Jim Blandy <jimb@redhat.com>
1740
1741 * frame.h (frame_register): Doc fix.
1742
1743 2004-09-07 Andrew Cagney <cagney@gnu.org>
1744
1745 * vx-share/wait.h: Delete #ifdef USG.
1746 * utils.c (request_quit): Ditto.
1747 * tui/tui.c (tui_reset): Ditto.
1748 * remote.c: Ditto.
1749 * remote-sds.c: Ditto.
1750 * remote-rdi.c: Ditto.
1751 * mdebugread.c: Ditto.
1752 * m68klinux-nat.c: Ditto.
1753 * infttrace.c: Ditto.
1754 * infptrace.c: Ditto.
1755 * i386v-nat.c: Ditto.
1756 * exec.c: Ditto.
1757 * dbxread.c: Ditto.
1758 * core-aout.c: Ditto.
1759
1760 2004-09-05 Joel Brobecker <brobecker@gnat.com>
1761
1762 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1763 heuristic_proc_desc.
1764 (mips_insn32_frame_cache): Likewise.
1765
1766 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1767
1768 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1769 left behind by error.
1770
1771 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1772
1773 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1774 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1775
1776 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1777
1778 * config/rs6000/xm-aix4.h: Remove this file.
1779 * config/rs6000/aix4.mh (XM_FILE): Delete.
1780
1781 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1782
1783 * config/rs6000/xm-rs6000.h: Remove this file.
1784 * config/rs6000/rs6000.mh (XM_FILE): Remove.
1785
1786 2004-09-03 Andrew Cagney <cagney@gnu.org>
1787
1788 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1789 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1790 only use.
1791
1792 * mips-tdep.c (temp_saved_regs): Delete.
1793 (set_reg_offset): Replace saved_regs parameter with this_cache.
1794 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1795 (mips32_heuristic_proc_desc): Add this_cache parameter.
1796 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1797 (after_prologue): Pass a NULL this_cache.
1798
1799 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1800 non-kernel trap prologues.
1801
1802 * mips-tdep.c (find_proc_desc): Delete function.
1803 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1804 simplify.
1805 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1806 mips_insn32_frame_cache.
1807
1808 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
1809 Simplify as NEXT_FRAME is NULL.
1810 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1811
1812 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1813 local variable.
1814 (mips_skip_prologue): Update.
1815
1816 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1817 "cur_frame" parameter.
1818 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1819 (mips_insn32_frame_cache, find_proc_desc): Update
1820
1821 * config/vax/nm-obsd.h: Delete file.
1822 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1823 * config/vax/nm-nbsd.h: Delete file.
1824 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1825 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1826 * config/sh/nm-nbsd.h: Delete file.
1827 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1828 * config/rs6000/nm-rs6000ly.h: Delete file.
1829 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1830 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1831 * config/powerpc/nm-obsd.h: Delete file.
1832 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1833 * config/powerpc/nm-nbsd.h: Delete file.
1834 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1835 * config/pa/nm-obsd.h: Delete file.
1836 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1837 * config/mips/nm-nbsd.h: Delete file.
1838 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1839 * config/m88k/nm-obsd.h: Delete file.
1840 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1841 * config/m68k/nm-nbsd.h: Delete file.
1842 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1843 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1844 * config/i386/nm-nbsd.h: Delete file.
1845 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1846 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1847 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1848 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1849 * config/i386/nm-i386lynx.h: Delete file.
1850 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1851 * config/arm/nm-nbsd.h: Delete file.
1852 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1853 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1854
1855 * config/i386/tm-fbsd.h: Delete file.
1856 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1857 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1858
1859 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1860 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1861 * config/rs6000/aix4.mt (TM_FILE): Set to
1862 config/rs6000/tm-rs6000.h.
1863 * config/powerpc/tm-ppc-aix.h: Delete file.
1864 * config/powerpc/aix.mt (TM_FILE): Set to
1865 config/rs6000/tm-rs6000.h.
1866 * config/m68k/tm-linux.h: Delete file.
1867 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1868 * config/i386/tm-linux64.h: Delete file.
1869 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1870 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1871
1872 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1873 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1874 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1875 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1876 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1877 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1878 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1879 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1880 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1881
1882 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1883 gdb_host_cpu.
1884
1885 2004-09-02 Joel Brobecker <brobecker@gnat.com>
1886
1887 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1888 Minor reformatting. Some code factoring.
1889
1890 2004-09-02 Andrew Cagney <cagney@gnu.org>
1891
1892 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1893 * config/vax/tm-nbsd.h: Delete file.
1894 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1895 * config/sparc/tm-vxworks.h: Delete file.
1896 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1897 * config/sparc/tm-nbsd.h: Delete file.
1898 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1899 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1900 * config/sparc/tm-linux.h: Delete file.
1901 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1902 * config/s390/tm-linux.h: Delete file.
1903 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1904 * config/pa/tm-bsd.h: Delete file.
1905 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1906 * config/m68k/tm-obsd.h: Delete file.
1907 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1908 * config/m68k/tm-nbsd.h: Delete file.
1909 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1910 * config/i386/tm-vxworks.h: Delete file.
1911 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1912 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1913 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1914 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1915 * config/i386/tm-nbsd.h: Delete file.
1916 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1917 * config/i386/tm-i386lynx.h: Delete file.
1918 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1919 * config/cris/tm-cris.h: Delete file.
1920
1921 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1922 * configure: Re-generate.
1923 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1924 * config/arm/tm-nbsd.h: Delete file.
1925
1926 * config/powerpc/tm-ppcle-sim.h: Delete.
1927 * config/powerpc/tm-ppcle-eabi.h: Delete.
1928 * config/powerpc/tm-nbsd.h: Delete.
1929 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1930 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1931 tm-ppcle-eabi.h.
1932
1933 * config/i386/nto.mh (NAT_FILE): Delete.
1934 * config/i386/nm-nto.h: Delete.
1935
1936 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1937 * config/m68k/tm-os68k.h: Ditto.
1938 * config/m68k/tm-monitor.h: Ditto.
1939 * config/m68k/tm-cisco.h: Ditto.
1940 * config/m68k/st2000.mt (TM_FILE): Delete.
1941 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1942 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1943 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1944 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1945
1946 * config/m68k/tm-st2000.h: Delete.
1947 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1948 * config/sparc/fbsd.mt (TM_FILE): Delete.
1949 * config/sparc/tm-fbsd.h: Delete.
1950
1951 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1952 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1953 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1954
1955 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1956 GDB_TM_FILE and GDB_XM_FILE.
1957 * gdbarch.c: Re-generate.
1958 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1959 quotes in macro definition.
1960 * configure.in: Re-generate.
1961
1962 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1963 validating architecture methods.
1964 * gdbarch.c: Re-generate.
1965
1966 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1967 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1968 GDB_MULTI_ARCH_PARTIAL.
1969 * gdbarch.h: Re-generate.
1970
1971 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1972 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1973 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1974 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1975 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1976 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1977 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1978 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1979 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1980 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1981 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1982 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1983
1984 2004-09-01 Andrew Cagney <cagney@gnu.org>
1985
1986 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1987 and main_func_highpc.
1988 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1989 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1990 * nlmread.c (nlm_symfile_read): Update.
1991
1992 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1993
1994 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1995 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1996 (find_proc_desc): Remove dead code.
1997
1998 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1999
2000 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
2001
2002 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2003
2004 * observer.sh: Add struct so_list declaration.
2005 * Makefile.in: Add dependencies on observer.h for solib.c and
2006 breakpoint.c.
2007 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
2008 function.
2009 (_initialize_breakpoint): Register
2010 disable_breakpoints_in_unloaded_shlib as an observer of the
2011 "solib unloaded" observation event.
2012 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
2013 call decode_line_1 so unfound breakpoint errors are silent.
2014 * solib.c (update_solib_list): When a solib is discovered to have
2015 been unloaded by the program, notify all observers of the
2016 "solib unloaded" observation event.
2017
2018 2004-09-01 Andrew Cagney <cagney@gnu.org>
2019
2020 * frame.c: Include "objfiles.h".
2021 (inside_main_func): New function.
2022 (get_prev_frame): Use new inside_main_func.
2023 * Makefile.in (frame.o): Update dependencies.
2024 * defs.h (inside_main_func): Delete declaration.
2025 * blockframe.c (inside_main_func): Delete function.
2026
2027 2004-08-31 Jim Blandy <jimb@redhat.com>
2028
2029 * dwarf2read.c (is_vtable_name): New function, based on logic from
2030 read_structure_type, but passing the correct length to strncmp,
2031 and using 'sizeof' instead of 'strlen'.
2032 (read_structure_type): Call it.
2033
2034 2004-08-31 Joel Brobecker <brobecker@gnat.com>
2035
2036 * config/powerpc/aix.mh: Add comment.
2037
2038 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
2039
2040 * MAINTAINERS: Add self to Write-After-Approval.
2041
2042 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
2043
2044 * MAINTAINERS: Add self to Write-After-Approval.
2045
2046 2004-08-30 Andrew Cagney <cagney@gnu.org>
2047
2048 Fix PR breakpoints/1757.
2049 * infrun.c (struct execution_control_state): Replace
2050 remove_breakpoints_on_following_step with
2051 step_after_step_resume_breakpoint.
2052 (init_execution_control_state): Update.
2053 (handle_inferior_event): For signals, when stepping off a
2054 breakpoint, set step_after_step_resume_breakpoint. When
2055 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
2056 (keep_going): Delete code handling
2057 remove_breakpoints_on_following_step.
2058
2059 2004-08-29 David Lecomber <david@streamline-computing.com>
2060
2061 Fix PR gdb/648
2062 * language.h (enum array_ordering): New enum.
2063 * language.h (struct language_defn): New la_array_ordering
2064 attribute.
2065 * language.c (unknown_language_defn, auto_language_defn)
2066 (local_language_defn): Ditto.
2067 * ada-lang.c (ada_language_defn): Ditto.
2068 * c-lang.c (c_language_defn, cplus_language_defn)
2069 (asm_language_defn, minimal_language_defn): Ditto.
2070 * f-lang.c (f_language_defn): Ditto.
2071 * jv-lang.c (java_language_defn): Ditto.
2072 * m2-lang.c (f_language_defn): Ditto.
2073 * objc-lang.c (objc_language_defn): Ditto.
2074 * p-lang.c (pascal_language_defn): Ditto.
2075 * scm-lang.c (scm_language_defn): Ditto.
2076 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
2077 oriented large to small in type structure.
2078 * dwarf2read.c (read_array_order): New function.
2079 (read_array_type): Use read_array_order to check row/column
2080 major ordering.
2081
2082 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
2083
2084 * target.c (target_resize_to_sections): Check
2085 current_target.to_sections for an old value when updating.
2086
2087 2004-08-27 Joel Brobecker <brobecker@gnat.com>
2088
2089 * procfs.c (dbx_link_bpt_addr): New static global variable.
2090 (dbx_link_shadow_contents): New static global variable.
2091 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
2092 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
2093 if we just hit it.
2094 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
2095 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
2096 from run to run.
2097 (procfs_create_inferior): Remove syssgi syscall-exit notifications
2098 after the inferior has been forked.
2099 (remove_dbx_link_breakpoint): New function.
2100 (dbx_link_addr): New function.
2101 (insert_dbx_link_bpt_in_file): New function.
2102 (insert_dbx_link_bpt_in_region): New function.
2103 (insert_dbx_link_breakpoint): New function.
2104 (proc_trace_syscalls_1): New function, extracted from
2105 proc_trace_syscalls.
2106 (proc_trace_syscalls): Replace extract code by call to
2107 proc_trace_syscalls_1.
2108 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
2109 is no longer valid.
2110
2111 2004-08-25 Jim Blandy <jimb@redhat.com>
2112
2113 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
2114
2115 2004-08-25 Andrew Cagney <cagney@gnu.org>
2116
2117 * infrun.c (struct execution_control_state): Delete field
2118 "stepping_through_sigtramp".
2119 (init_execution_control_state): Do not set same.
2120 (context_switch): Do not pass same to save_infrun_state and
2121 load_infrun_state.
2122 * gdbthread.h (struct thread_info): Delete field
2123 stepping_through_sigtramp.
2124 (save_infrun_state, load_infrun_state): Delete parameter
2125 stepping_through_sigtramp.
2126 * thread.c (load_infrun_state, save_infrun_state): Update.
2127
2128 * infrun.c: Re-indent. Move expression operators to the beginning
2129 of the line. Remove long disabled #if 0 code.
2130
2131 2004-08-24 Andrew Cagney <cagney@gnu.org>
2132
2133 * doublest.h (floatformat_ieee_quad): Rename
2134 floatformat_ia64_quad.
2135 * doublest.c (floatformat_ieee_quad): Rename
2136 floatformat_ia64_quad.
2137 (_initialize_doublest): Update.
2138
2139 2004-08-24 Jim Blandy <jimb@redhat.com>
2140
2141 * dwarf2expr.h (struct dwarf_expr_context): New members
2142 'num_pieces' and 'pieces', for returning the result of an
2143 expression that uses DW_OP_piece.
2144 (struct dwarf_expr_piece): New struct type.
2145 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
2146 pieces.
2147 (free_dwarf_expr_context): Free pieces, if any.
2148 (add_piece): New function.
2149 (execute_stack_op): Implement DW_OP_piece.
2150 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
2151 expression is a list of pieces, print an error message.
2152 (dwarf2_loc_desc_needs_frame): If the expression yields
2153 pieces, and any piece is in a register, then we need a frame.
2154
2155 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
2156 the stack until we've decided what sort of result the evaluation
2157 has produced. Use separate variables, with more specific names.
2158
2159 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
2160
2161 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
2162 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
2163 (arm_netbsd_init_abi_common): Register them.
2164
2165 2004-08-22 Mark Kettenis <kettenis@gnu.org>
2166
2167 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
2168
2169 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
2170 safe_frame_unwind_memory instead of target_read_memory.
2171
2172 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
2173 Reorder includes.
2174 (fetch_register, store_register): Remove prototypes.
2175 (child_resume): Reorganize code and comments such that it is
2176 grouped a bit more logically.
2177 (attach): Explicitly compare errno against 0.
2178 (detach): Likewise. Use perror_with_name instead of
2179 print_sys_errmsg.
2180 * Makefile.in (infptrace.o): Update dependencies.
2181
2182 * ia64-linux-nat.c: Update copyright year.
2183 (fetch_debug_register, store_debug_register)
2184 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
2185 PTRACE_TYPE_ARG3.
2186 * config/ia64/nm-linux.h: Update copyright year.
2187 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
2188
2189 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
2190 from CORE_ADDR to struct frame_info *. Use
2191 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
2192 (amd64_linux_sigtramp_p): Adjust for changed signature of
2193 and64_linux_sigtramp_start
2194
2195 * gdb_ptrace.h: GNU/Linux.
2196
2197 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2198 Remove defines.
2199
2200 * infptrace.c: Include "gdb_assert.h".
2201 (PTRACE_XFER_TYPE): Remove define.
2202 (offsetof): Only define if U_REGS_OFFSET isn't defined.
2203 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
2204 Tweak comment.
2205 (fetch_inferior_registers, store_inferior_registers): Remove
2206 redundant culry braces. Tweak comment. s/regno/regnum.
2207 * Makefile.in (infptrace.o): Update dependencies.
2208
2209 * configure.in: Change test for return type of ptrace to default
2210 to `long' instead of `int'.
2211 * configure: Regenerate.
2212
2213 2004-08-21 Mark Kettenis <kettenis@gnu.org>
2214
2215 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
2216
2217 * configure.in: Check for ttrace function.
2218 * configure, config.in: Regenerate.
2219
2220 * gdb_ptrace.h: New file.
2221 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
2222 <sys/ptrace.h>.
2223 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
2224 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
2225 (attach): Don't define PT_ATTACH.
2226 (detach): Don't define PT_DETACH.
2227 * Makefile.in (gdb_ptrace_h): New variable.
2228 (infptrace.o): Update dependencies.
2229
2230 2004-08-16 Mark Kettenis <kettenis@gnu.org>
2231
2232 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
2233 instead of `int' if not already defined.
2234 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
2235 PTRACE_TYPE_ARG3.
2236 * infptrace.c (call_ptrace): Revert change that replaced
2237 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2238
2239 2004-08-15 Mark Kettenis <kettenis@gnu.org>
2240
2241 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2242 Remove defines.
2243
2244 * linux-nat.c (kill_inferior): Add missing third and fourth
2245 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
2246
2247 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
2248 PTRACE_TYPE_RET.
2249
2250 * proc-why.c (proc_prettyfprint_why): Fix format string.
2251
2252 * solib-osf.c (osf_current_sos): Remove unsused label.
2253
2254 * configure.in: Add <ncurses/ncurses.h> to the list of possible
2255 curses headers.
2256 * configure, config.in: Regenerate.
2257 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
2258 <ncurses/ncurses.h>.
2259
2260 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
2261 * config/nm-nbsd.h: Update copyright year.
2262 (PTRACE_ARG3_TYPE): Remove define.
2263
2264 * sparc-nat.c (fetch_inferior_registers)
2265 (store_inferior_registers, sparc_xfer_wcookie):
2266 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2267
2268 * alphabsd-nat.c (fetch_inferior_registers):
2269 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2270 PTRACE_TYPE_ARG3.
2271 * amd64bsd-nat.c (fetch_inferior_registers)
2272 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2273 PTRACE_TYPE_ARG3.
2274 * armnbsd-nat.c: Update copyright year.
2275 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
2276 (store_register, store_regs, store_fp_register, store_fp_regs):
2277 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2278 * hppabsd-nat.c (fetch_inferior_registers)
2279 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2280 PTRACE_TYPE_ARG3.
2281 * i386bsd-nat.c (fetch_inferior_registers)
2282 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
2283 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2284 * m68kbsd-nat.c (fetch_inferior_registers)
2285 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2286 PTRACE_TYPE_ARG3.
2287 * m88kbsd-nat.c (fetch_inferior_registers)
2288 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2289 PTRACE_TYPE_ARG3.
2290 * mipsnbsd-nat.c: Update copyright year.
2291 (fetch_inferior_registers, store_inferior_registers):
2292 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2293 * ns32knbsd-nat.c: Update copyright year.
2294 (fetch_inferior_registers, store_inferior_registers):
2295 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2296 * ppcnbsd-nat.c (fetch_inferior_registers):
2297 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2298 PTRACE_TYPE_ARG3.
2299 * ppcobsd-nat.c (fetch_inferior_registers):
2300 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2301 PTRACE_TYPE_ARG3.
2302 * shnbsd-nat.c: Update copyright year.
2303 (fetch_inferior_registers, store_inferior_registers):
2304 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2305 * vaxbsd-nat.c (fetch_inferior_registers)
2306 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2307 PTRACE_TYPE_ARG3.
2308
2309 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
2310 PTRACE_TYPE_ARG3.
2311 * infptrace.c (call_ptrace, child_resume, attach, detach)
2312 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
2313 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2314 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
2315 PTRACE_TYPE_ARG3.
2316
2317 2004-08-14 Mark Kettenis <kettenis@gnu.org>
2318
2319 * defs.h: Remove out-of-date comment.
2320 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
2321 [!GETENV_PROVIDED] (getenv): Remove prototype.
2322
2323 * standalone.c: Remove file.
2324 * Makefile.in (standalone.o): Remove dependency.
2325
2326 * i386-linux-nat.c (dummy_sse_values): Remove function and
2327 prototype.
2328 (i386_linux_dr_get): Fix typo in comment.
2329 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
2330
2331 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
2332
2333 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2334 from declaration.
2335 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2336 from definition.
2337
2338 2004-08-13 Mark Kettenis <kettenis@gnu.org>
2339
2340 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
2341 parenthesis in definition.
2342 * configure: Regenerated.
2343
2344 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
2345
2346 * PROBLEMS: Mention build/1411.
2347
2348 2004-08-09 Robert Millan <robertmh@gnu.org>
2349
2350 Committed by Nathanael Nerode.
2351 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
2352 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
2353
2354 2004-08-12 Andrew Cagney <cagney@gnu.org>
2355
2356 * NEWS: Mention fixes in GDB 6.2.1.
2357 * PROBLEMS: Remove mention of mips-irix.
2358
2359 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2360
2361 * config/powerpc/xm-aix.h: Delete.
2362 * config/powerpc/aix.mh (MH_FILE): Remove.
2363 * config/powerpc/aix432.mh (MH_FILE): Remove.
2364
2365 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2366
2367 * config/powerpc/aix.mh: Remove obsolete comment.
2368 * config/powerpc/aix432.mh: Likewise.
2369
2370 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2371
2372 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
2373
2374 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2375
2376 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
2377 this file is now empty.
2378 * config/xm-aix4.h: Remove, this file is no longer included
2379 anywhere.
2380
2381 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2382
2383 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
2384 that file is now empty.
2385 (termdef): Remove prototype, function no longer used.
2386
2387 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2388
2389 * doc/gdbint.texinfo (Host Definition): Remove documentation
2390 for USE_O_NOCTTY, no longer used.
2391 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
2392 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
2393
2394 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2395
2396 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
2397 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
2398 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
2399
2400 2004-08-11 Mark Kettenis <kettenis@gnu.org>
2401
2402 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
2403 instead of FIVE_ARG_PTRACE.
2404
2405 * inflow.c (O_NOCTTY): Define to zero if not already defined.
2406 (new_tty): Use O_NOCTTY unconditionally.
2407
2408 2004-08-10 Mark Kettenis <kettenis@gnu.org>
2409
2410 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
2411 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
2412 fflush on stdout.
2413
2414 2004-08-10 Joel Brobecker <brobecker@gnat.com>
2415
2416 * xcoff_symfile_finish: Replace last call to xmfree by call
2417 to xfree.
2418
2419 2004-08-10 Andrew Cagney <cagney@gnu.org>
2420
2421 * main.c (captured_main): Delete call to init_malloc.
2422 * defs.h (init_malloc): Delete declaration.
2423 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
2424 (init_malloc): Delete functions.
2425
2426 * defs.h (xmfree): Delete.
2427 * utils.c (xmfree): Delete function.
2428 (xfree): Inline calls to xmfree and mfree.
2429 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
2430 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
2431 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
2432 * somread.c (som_symfile_finish): Ditto.
2433 * objfiles.c (allocate_objfile, free_objfile):
2434 * nlmread.c (nlm_symfile_finish): Ditto.
2435 * hpread.c (hpread_symfile_finish): Ditto.
2436 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
2437 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
2438 * coffread.c (coff_symfile_finish): Ditto.
2439
2440 * defs.h (xmcalloc): Delete declaration.
2441 * utils.c (xmcalloc): Delete.
2442 (xcalloc): Inline calls to xmcalloc and mcalloc.
2443 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
2444 xcalloc and xfree.
2445 * symtab.c (create_demangled_names_hash): Ditto.
2446
2447 * defs.h (xmrealloc): Delete.
2448 * utils.c (xmrealloc): Delete.
2449 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
2450 * symmisc.c (extend_psymbol_list): Use xrealloc.
2451 * source.c (find_source_lines): Ditto.
2452 * hpread.c (hpread_lookup_type): Ditto.
2453 * dbxread.c (add_bincl_to_list): Ditto.
2454
2455 * utils.c (xmmalloc): Delete.
2456 (xmalloc): Inline xmmalloc and mmalloc calls.
2457 (msavestring): Use xmalloc.
2458 * defs.h (xmmalloc): Delete declaration.
2459 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
2460 xmmalloc.
2461 * symmisc.c (extend_psymbol_list): Ditto.
2462 * symfile.c (init_psymbol_list): Ditto.
2463 * source.c (find_source_lines): Ditto.
2464 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
2465 * elfread.c (elf_symtab_read): Ditto.
2466 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
2467 * coffread.c (coff_symfile_init): Ditto.
2468
2469 2004-08-10 David Carlton <carlton@bactrian.org>
2470
2471 * MAINTAINERS: Remove David Carlton from c++ testsuite
2472 maintainers.
2473
2474 2004-08-10 Jerome Guitton <guitton@gnat.com>
2475
2476 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
2477 print a line feed before the prompt.
2478
2479 2004-08-10 Mark Kettenis <kettenis@gnu.org>
2480
2481 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
2482
2483 2004-08-09 Joel Brobecker <brobecker@gnat.com>
2484
2485 General cleanup of the AIX xm include file:
2486 * config/xm-aix4.h (fd_set): Remove undefine.
2487 Remove include of <sys/select.h>.
2488 (HAVE_TERMIO): Remove define.
2489 (USG): Likewise.
2490 (NULL): Remove redefine.
2491 (alloca): Remove #pragma.
2492 (vfork): Remove define.
2493 (termdef): Remove.
2494 (SIGWINCH_HANDLER): Remove.
2495 (SIGWINCH_HANDLER_BODY): Remove.
2496
2497 2004-08-09 Mark Kettenis <kettenis@gnu.org>
2498
2499 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
2500 GDB_OSABI_OPENBSD_ELF.
2501
2502 2004-08-07 Robert Millan <robertmh@gnu.org>
2503
2504 * bsd-kvm.c: Check for nlist.h before including it.
2505
2506 2004-08-09 Mark Kettenis <kettenis@gnu.org>
2507
2508 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
2509 sigcontext' offset consistency checks for ancient BSD.
2510
2511 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
2512
2513 * configure.in: Check for <sys/types.h>. Check return and
2514 argument types of ptrace.
2515 * configure, config.in: Regenerate.
2516
2517 2004-08-09 Jim Blandy <jimb@redhat.com>
2518
2519 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
2520 rs6000_register_sim_regno): Doc fixes.
2521
2522 2004-08-08 Joel Brobecker <brobecker@gnat.com>
2523
2524 * mips-tdep.c: Include "floatformat.h".
2525 (n32n64_floatformat_always_valid): New function.
2526 (floatformat_n32n64_long_double_big): New constant.
2527 (mips_gdbarch_init): Set size and format of long double
2528 for N32 and N64 ABIs.
2529 * Makefile.in (mips-tdep.o): Update dependencies.
2530
2531 2004-08-08 Andrew Cagney <cagney@gnu.org>
2532
2533 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
2534 print. Improve script's error messages.
2535 * gdbarch.h: Re-generate.
2536
2537 * gdbarch.sh (pformat): New function.
2538 (float_format, double_format, long_double_format): List with bit
2539 members. Use pformat when printing.
2540 * gdbarch.c, gdbarch.h: Re-generate.
2541
2542 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
2543
2544 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
2545 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
2546 (ppcnbsd_supply_pcb): New function.
2547 (_initialize_ppcnbsd_nat): New prototype and function.
2548 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
2549 (LOADLIBES): New variable.
2550 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
2551
2552 2004-08-08 Andrew Cagney <cagney@gnu.org>
2553
2554 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
2555 (builtin_type_ieee_double, builtin_type_ia64_quad)
2556 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
2557 BE/LE floating-point types.
2558 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
2559 (builtin_type_ieee_double, builtin_type_ia64_quad)
2560 (builtin_type_ia64_spill): Declare.
2561 * doublest.c (_initialize_doublest, floatformat_ieee_single)
2562 (floatformat_ieee_double, floatformat_arm_ext)
2563 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
2564 of LE/BE floatformats.
2565 * doublest.h: (struct floatformat, floatformat_ieee_single)
2566 (floatformat_ieee_double, floatformat_arm_ext)
2567 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
2568
2569 2004-08-08 Mark Kettenis <kettenis@gnu.org>
2570
2571 * i386gnu-nat.c (gnu_store_registers): Fix typo.
2572
2573 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
2574 instead of regcache_raw_supply when storing the registers.
2575
2576 * i386gnu-nat.c: Update copyright year.
2577 (gnu_store_registers): Don't use deprecated_registers and
2578 deprecated_registers_valid. Use regcache_valid_p and
2579 regcache_raw_supply instead.
2580
2581 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
2582 frame_pc_unwind.
2583
2584 * procfs.c (procfs_pid_to_str): Remove redundant and unused
2585 variables. Incapitalized "process".
2586
2587 * configure.in: Add cursesX to the list of possible curses libs.
2588 Add cursesX.h to the list of possible curses headers.
2589 * configure, config.in: Regenerate.
2590
2591 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2592
2593 * configure.in: Test for struct lwp in <sys/lwp.h>.
2594 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
2595 the offset of l_addr in struct lwp.
2596
2597 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2598
2599 * bsd-kvm.c: Include "gdbcore.h"
2600 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
2601
2602 2004-08-07 Andrew Cagney <cagney@gnu.org>
2603
2604 * gdbtypes.c (build_flt, build_complex): New functions.
2605 (gdbtypes_post_init): Use.
2606
2607 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
2608
2609 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
2610 through to builtin_type_uint128.
2611
2612 * c-exp.y: Use builtin_type function to obtain builtin types.
2613
2614 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
2615 builtin_uint128.
2616 * gdbtypes.c (gdbtypes_post_init): Update.
2617 (build_gdbtypes): Move initialization of builtin_type_int0
2618 through to builtin_type_uint128 from here ...
2619 (_initialize_gdbtypes): ... to here.
2620 * d10v-tdep.c (d10v_register_type): Update.
2621
2622 * doublest.c: Update copyright.
2623 (floatformat_from_length): Call error when floatformat is NULL.
2624 (extract_floating_by_length): Remove NULL fmt check.
2625 (store_floating_by_length): Ditto.
2626
2627 2004-08-07 Andrew Cagney <cagney@gnu.org>
2628
2629 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
2630 that the register is valid.
2631
2632 2004-08-05 Mark Kettenis <kettenis@chello.nl>
2633
2634 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2635 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
2636 struct frame_info *. Use safe_frame_unwind_memory instead of
2637 deprecated_read_memory_nobpt.
2638 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
2639 changed signature of i386_linux_sigtramp_start and
2640 i386_linux_rt_sigtramp_start.
2641
2642 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
2643 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
2644 instead of deprecated_read_memory_nobpt.
2645 (i386nbsd_sigtramp_p): Adjust for changed signature of
2646 i386nbsd_sigtramp_offset.
2647
2648 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
2649 safe_frame_unwind_memory instead of target_read_memory.
2650
2651 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2652 !NO_SYS_FILE.
2653 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
2654 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
2655 (_initialize_kernel_u_addr): Remove prototype and function.
2656 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2657 !NO_SYS_FILE.
2658 * xcoffread.c: Likewise.
2659
2660 2004-08-06 Mark Kettenis <kettenis@gnu.org>
2661
2662 * vax-nat.c: New file.
2663 * vaxbsd-nat.c: Tweak comment.
2664 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
2665 vaxnbsd-tdep.c.
2666 (vax-nat.o): New dependency.
2667 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
2668 (vax-*-ultrix2*): Remove.
2669 * config/vax/vax.mh: New file.
2670 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
2671 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
2672 (vax_register_u_addr): New prototype.
2673 (REGISTER_U_ADDR): Define using vax_register_u_addr.
2674 * config/vax/vaxult2.mh: Remove file.
2675 * config/vax/vaxult.mh: Remove file.
2676 * config/vax/vaxbsd.mh: Remove file.
2677 * config/vax/vax.mt (TM_FILE): Remove.
2678 * config/vax/tm-vaxbsd.h: Remove file.
2679
2680 2004-08-06 Joel Brobecker <brobecker@gnat.com>
2681
2682 * aix-thread.c (get_signaled_thread): New function.
2683 (iter_trap): Delete, no longer used.
2684 (iter_tid): New function.
2685 (pd_update): Find the thread that received the SIGTRAP signal
2686 by first locating the kernel thread, and then finding its
2687 associated thread.
2688
2689 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
2690
2691 * lin-lwp.c (child_wait): Continue inferior after processing
2692 PTRACE_EVENT_CLONE event.
2693
2694 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
2695
2696 * MAINTAINERS: Add self to Write-After-Approval.
2697
2698 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
2699
2700 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
2701 libunwind-xxxx.so" where xxxx is UNW_TARGET.
2702
2703 2004-08-05 Andrew Cagney <cagney@gnu.org>
2704
2705 * config/xm-sysv4.h: Delete file.
2706 * config/mips/xm-irix5.h: Delete file.
2707 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
2708 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
2709 * config/ia64/xm-aix.h: Delete file.
2710 * config/ia64/aix.mh (XM_FILE): Delete.
2711 * config/pa/xm-hppah.h: Delete file.
2712 * config/pa/hpux11w.mh (XM_FILE): Delete.
2713 * config/pa/hpux11.mh (XM_FILE): Delete.
2714 * config/pa/hpux1020.mh (XM_FILE): Delete.
2715 * config/pa/hppahpux.mh (XM_FILE): Delete.
2716
2717 * config/alpha/xm-alphalinux.h: Delete file.
2718 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
2719 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
2720 * config/alpha/xm-alphaosf.h: Delete file.
2721 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
2722 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
2723 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
2724 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
2725
2726 * config/i386/xm-i386v.h: Delete file.
2727 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
2728 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
2729 * config/i386/xm-i386sco.h: Delete file.
2730 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2731 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2732 * config/i386/xm-i386v4.h: Delete file.
2733 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2734 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2735 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2736 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2737
2738 * config/vax/xm-vax.h: Delete file.
2739 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2740 * config/vax/xm-vaxult2.h: Delete file.
2741 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2742 * config/vax/vaxult2.mh (XM_FILE): Delete.
2743 * config/vax/xm-vaxult.h: Delete file.
2744 * config/vax/vaxult.mh (XM_FILE): Delete.
2745 * config/vax/xm-vaxbsd.h: Delete file.
2746 * config/vax/vaxbsd.mh (XM_FILE): Delete.
2747
2748 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2749 * gdbarch.h, gdbarch.c: Re-generate.
2750 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2751 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2752 * frame.h: Delete deprecated_read_fp from comments.
2753 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2754 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2755
2756 2004-08-04 Mark Kettenis <kettenis@gnu.org>
2757
2758 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2759 trampoline in OpenBSD 3.5-current.
2760
2761 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2762 SSE registers.
2763
2764 * Makefile.in: Remove embedded page breaks.
2765
2766 2004-08-04 Jim Blandy <jimb@redhat.com>
2767
2768 * regcache.c (regcache_raw_read): Assert that, after calling
2769 target_fetch_registers, the register we're reading is cached.
2770
2771 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2772 a call to 'internal_error', with a more helpful error message.
2773 * rs6000-tdep.c (e500_pseudo_register_read,
2774 e500_pseudo_register_write, rs6000_store_return_value): Same.
2775
2776 2004-08-04 Andrew Cagney <cagney@gnu.org>
2777
2778 * Makefile.in: Update dependencies.
2779
2780 2004-08-04 Jim Blandy <jimb@redhat.com>
2781
2782 Change the layout of the PowerPC E500 raw register cache to allow
2783 the lower 32-bit halves of the GPRS to be their own raw registers,
2784 not pseudoregisters.
2785 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2786 add ppc_ev0_upper_regnum flag.
2787 * rs6000-tdep.c: #include "reggroups.h".
2788 (spe_register_p): Recognize the ev upper half registers as SPE
2789 registers.
2790 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2791 registers.
2792 (e500_move_ev_register): New function.
2793 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2794 vector registers are the pseudo-registers now, formed by splicing
2795 together the gprs and the upper-half registers.
2796 (e500_register_reggroup_p): New function.
2797 (P): Macro deleted.
2798 (P8, A4): New macro.
2799 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2800 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2801 macros.
2802 (registers_e500): Rearrange register set so that the raw register
2803 set contains 32-bit GPRs and upper-half registers, and the SPE
2804 vector registers become pseudo-registers.
2805 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2806 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
2807 register numbers are now the same for the E500 as they are for
2808 other PowerPC variants. Register e500_register_reggroup_p as the
2809 register group function for the E500.
2810 * Makefile.in (rs6000-tdep.o): Update dependencies.
2811
2812 Adapt PPC E500 native support to the new raw regcache layout.
2813 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2814 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2815 (fetch_spe_register, store_spe_register): Handle fetching/storing
2816 all the SPE registers at once, if regno == -1. These now take
2817 over the job of fetch_spe_registers and store_spe_registers.
2818 (fetch_spe_registers, store_spe_registers): Deleted.
2819 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2820 unconditionally; they're always raw. Fetch/store SPE upper half
2821 registers, if present, instead of ev registers.
2822 (fetch_register, store_register): Remove sanity checks: gprs are
2823 never pseudo-registers now, so we never need to even mention any
2824 registers that are ever pseudoregisters.
2825
2826 Use a fixed register numbering when communicating with the PowerPC
2827 simulator.
2828 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2829 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2830 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2831 New functions.
2832 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2833 init_sim_regno_table.
2834 * Makefile.in (gdb_sim_ppc_h): New variable.
2835 (rs6000-tdep.o): Update dependencies.
2836
2837 2004-08-02 Andrew Cagney <cagney@gnu.org>
2838
2839 * cris-tdep.c (cris_register_size): Restore function, still used
2840 locally.
2841
2842 * gdbarch.sh (deprecated_target_read_fp)
2843 (deprecated_frame_locals_address, deprecated_frame_args_address)
2844 (deprecated_frame_chain_valid, deprecated_frame_chain)
2845 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2846 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2847 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2848 * gdbarch.h, gdbarch.c: Re-generate.
2849 * regcache.c (deprecated_read_fp): Do not call
2850 DEPRECATED_TARGET_READ_FP_P.
2851 * infcmd.c (default_print_registers_info): Do not call
2852 DEPRECATED_DO_REGISTERS_INFO.
2853 * frame-base.c (default_frame_locals_address): Do not call
2854 DEPRECATED_FRAME_LOCALS_ADDRESS.
2855 (default_frame_args_address): Do not call
2856 DEPRECATED_FRAME_ARGS_ADDRESS.
2857
2858 * gdbarch.sh (deprecated_register_raw_size)
2859 (deprecated_register_virtual_size:int): Delete.
2860 * gdbarch.h, gdbarch.c: Re-generate.
2861 * cris-tdep.c (cris_register_size): Delete.
2862 (cris_gdbarch_init): Update.
2863 * alpha-tdep.c (alpha_register_raw_size)
2864 (alpha_register_virtual_size): Delete.
2865 (alpha_gdbarch_init): Update.
2866
2867 * gdbarch.sh (deprecated_register_virtual_type)
2868 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2869 (deprecated_dummy_write_sp): Delete.
2870 * gdbarch.h, gdbarch.c: Re-generate.
2871
2872 * gdbarch.sh (deprecated_register_bytes): Delete.
2873 * gdbarch.h, gdbarch.c: Re-generate.
2874 * regcache.c (deprecated_register_bytes): New function.
2875 * regcache.h (deprecated_register_bytes): Declare.
2876 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2877 * v850-tdep.c (v850_gdbarch_init): Update.
2878 * sh64-tdep.c (sh64_gdbarch_init): Update.
2879 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2880 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2881 * mcore-tdep.c (mcore_gdbarch_init): Update.
2882 * cris-tdep.c (cris_gdbarch_init): Update.
2883 * arm-tdep.c (arm_gdbarch_init): Update.
2884 * remote.c (init_remote_state): Update.
2885 * remote-vx.c (vx_prepare_to_store): Update.
2886 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2887 * irix5-nat.c (fetch_core_registers): Update.
2888 * cris-tdep.c (cris_register_bytes_ok): Update.
2889 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2890
2891 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2892 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2893 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2894 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2895 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2896 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2897 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2898 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2899 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2900 with mips_insn16 and mips_insn32.
2901
2902 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2903 * rs6000-tdep.c (rs6000_push_dummy_call)
2904 (rs6000_extract_return_value): Use register_size.
2905 * xstormy16-tdep.c (xstormy16_get_saved_register)
2906 (xstormy16_extract_return_value): Ditto.
2907 * valops.c (value_assign): Ditto.
2908 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2909 * v850-tdep.c (v850_extract_return_value): Ditto.
2910 * tracepoint.c (collect_symbol): Ditto.
2911 * target.c (debug_print_register): Ditto.
2912 * stack.c (frame_info): Ditto.
2913 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2914 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2915 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2916 (store_register_using_P): Ditto.
2917 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2918 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2919 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2920 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2921 * regcache.c (deprecated_read_register_bytes)
2922 (deprecated_write_register_bytes, read_register)
2923 (write_register): Ditto.
2924 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2925 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2926 * monitor.c (monitor_supply_register, monitor_fetch_register)
2927 (monitor_store_register): Ditto.
2928 * mn10300-tdep.c (mn10300_pop_frame_regular)
2929 (mn10300_print_register): Ditto.
2930 * mipsv4-nat.c (fill_fpregset): Ditto.
2931 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2932 (mips64_fill_fpregset): Ditto.
2933 * mi/mi-main.c (register_changed_p, get_register)
2934 (mi_cmd_data_write_register_values): Ditto.
2935 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2936 * irix5-nat.c (fill_gregset, fetch_core_registers):
2937 * infrun.c (write_inferior_status_register): Ditto.
2938 * infptrace.c (fetch_register, store_register): Ditto.
2939 * infcmd.c (default_print_registers_info): Ditto.
2940 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2941 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2942 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2943 * hpux-thread.c (hpux_thread_fetch_registers)
2944 (hpux_thread_store_registers): Ditto.
2945 * hppah-nat.c (store_inferior_registers, fetch_register):
2946 * findvar.c (value_from_register): Ditto.
2947 * dve3900-rom.c (fetch_bitmapped_register):
2948 * cris-tdep.c (cris_gdbarch_init): Ditto.
2949 * alpha-tdep.h: Ditto.
2950 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2951
2952 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2953 DEPRECATED_REGISTER_RAW_SIZE from comments.
2954 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2955 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2956 DEPRECATED_REGISTER_RAW_SIZE.
2957 * findvar.c (value_of_register): Simplify by assuming that the
2958 registers raw and virtual sizes are identical.
2959 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2960 comment.
2961 * arch-utils.c (generic_register_size): Simplify by assuming
2962 register_type.
2963
2964 * regcache.c (legacy_read_register_gen, real_register)
2965 (legacy_write_register_gen): Delete, not used.
2966
2967 * regcache.c (struct regcache_descr): Delete legacy_p.
2968 (init_legacy_regcache_descr): Delete function.
2969 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2970 Do not use deprecated register functions.
2971 (regcache_raw_read, deprecated_write_register_gen):
2972 (deprecated_read_register_gen, regcache_raw_write): Delete code
2973 predicated on legacy_p.
2974 (register_size): Delete check against register raw size.
2975
2976 * cris-tdep.c (cris_register_type): Replace
2977 cris_register_virtual_type.
2978 (cris_gdbarch_init): Update, set register_type.
2979
2980 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2981 * gdbarch.h, gdbarch.c: Re-generate.
2982 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2983 (arm_gdbarch_init) Do not set frameless function invocation.
2984 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2985 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2986 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2987 (frv_gdbarch_init): Do not set frameless function invocation.
2988 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2989 * sh-tdep.c (sh_gdbarch_init): Ditto.
2990 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2991 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2992 * avr-tdep.c (avr_gdbarch_init): Ditto.
2993
2994 * blockframe.c (legacy_frame_chain_valid): Delete function.
2995
2996 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2997 and pc. Update comments.
2998 (pc_in_dummy_frame): Delete function.
2999 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
3000 use the "id".
3001 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
3002 call_hi, top and pc, use the id.
3003 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
3004
3005 * dummy-frame.c: Include "gdb_string.h".
3006 (generic_save_call_dummy_addr, generic_push_dummy_frame)
3007 (generic_save_dummy_frame_tos): Delete.
3008 (dummy_frame_push): New function, replaces above.
3009 * dummy-frame.h: Update copyright.
3010 (dummy_frame_push): Declare.
3011 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
3012 (generic_save_call_dummy_addr): Delete declarations.
3013 * infcall.c: Include "dummy-frame.h".
3014 (call_function_by_hand): Add locals caller_regcache,
3015 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
3016 with call to frame_save_as_regcache plus cleanup. Delete calls to
3017 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
3018 Move clear_proceed_status to just before the resume, add call to
3019 dummy_frame_push (discard cleanup).
3020 * Makefile.in (infcall.o): Add $(dummy_frame_h).
3021 (dummy-frame.o): Add $(gdb_string_h).
3022
3023 2004-08-01 Andrew Cagney <cagney@gnu.org>
3024
3025 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
3026 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
3027 * dummy-frame.c (find_dummy_frame): Delete.
3028 (struct dummy_frame_cache, dummy_frame_sniffer)
3029 (dummy_frame_prev_register, dummy_frame_this_id)
3030 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
3031 frame unwinder using a dummy_frame_cache.
3032
3033 2004-08-01 Andrew Cagney <cagney@gnu.org>
3034
3035 * frame.h (frame_save_as_regcache): Declare.
3036 * frame.c (frame_save_as_regcache): New function.
3037 (do_frame_read_register): Replace do_frame_unwind_register.
3038 (frame_pop): Use frame_save_as_regcache.
3039 * dummy-frame.c (generic_push_dummy_frame): Use
3040 frame_save_as_regcache.
3041
3042 2004-08-01 Joel Brobecker <brobecker@gnat.com>
3043
3044 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
3045 file as included until we record the first line in the linetable.
3046
3047 2004-08-01 Andrew Cagney <cagney@gnu.org>
3048
3049 * frame.h (deprecated_pop_dummy_frame)
3050 (deprecated_read_register_dummy)
3051 (deprecated_generic_find_dummy_frame): Delete.
3052 * dummy-frame.c (deprecated_generic_find_dummy_frame)
3053 (deprecated_read_register_dummy)
3054 (deprecated_find_dummy_frame_regcache)
3055 (discard_innermost_dummy)
3056 (deprecated_pop_dummy_frame): Delete.
3057 (dummy_frame_this_id): Simplify.
3058 (struct dummy_frame): Delete "fp" and "sp".
3059 (find_dummy_frame): Simplify.
3060 (generic_push_dummy_frame): Do not set "fp" or "sp".
3061 (fprint_dummy_frames): Do not print "fp" and "sp"
3062
3063 2004-08-01 Mark Kettenis <kettenis@gnu.org>
3064
3065 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
3066 (struct i386_insn): New structure.
3067 (i386_match_insn): New function.
3068 (i386_frame_setup_skip_insns): New variable.
3069 (i386_analyze_frame_setup): Change to use i386_match_insn and the
3070 array i386_frame_setup_insns of instructions that should be
3071 skipped inside the frame setup sequence.
3072
3073 2004-08-01 Andrew Cagney <cagney@gnu.org>
3074
3075 * frame.h (deprecated_frame_xmalloc_with_cleanup)
3076 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3077 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3078 * stack.c (frame_info): Delete references to
3079 DEPRECATED_FRAME_INIT_SAVED_REGS and
3080 deprecated_get_frame_saved_regs.
3081 * frame.c (struct frame_info): Delete saved_regs and extra_info.
3082 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
3083 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
3084 (frame_unwind_register_signed)
3085 (frame_unwind_register_unsigned)
3086 (frame_unwind_unsigned_register): Use register_size.
3087 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
3088 (deprecated_frame_xmalloc_with_cleanup)
3089 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3090 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3091
3092 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
3093 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
3094 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
3095 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
3096
3097 * infcall.c (call_function_by_hand): Do not use
3098 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
3099 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
3100 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
3101 DEPRECATED_STACK_ALIGN.
3102
3103 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
3104
3105 Committed by Andrew Cagney.
3106 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
3107
3108 2004-08-01 Andrew Cagney <cagney@gnu.org>
3109
3110 * mips-tdep.c (mips16_frame_cache)
3111 (mips16_frame_this_id, mips16_frame_prev_register)
3112 (mips16_frame_unwind, mips16_frame_sniffer)
3113 (mips16_frame_base_address, mips16_frame_base)
3114 (mips16_frame_base_sniffer, mips32_frame_cache)
3115 (mips32_frame_this_id, mips32_frame_prev_register)
3116 (mips32_frame_unwind, mips32_frame_sniffer)
3117 (mips32_frame_base_address, mips32_frame_base)
3118 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
3119 separate heuristic mips16 and mips32 unwinders.
3120 (mips_stub_frame_cache, mips_stub_frame_this_id)
3121 (mips_stub_frame_prev_register)
3122 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
3123 (mips_stub_frame_base_address, mips_stub_frame_base)
3124 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
3125 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
3126 match true mdebug frames.
3127 (non_heuristic_proc_desc): Add forward declaration.
3128
3129 2004-08-01 Andrew Cagney <cagney@gnu.org>
3130
3131 * config/mips/tm-irix6.h: Delete file.
3132 * config/mips/tm-irix5.h: Delete file.
3133 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
3134 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
3135
3136 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
3137 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
3138 * config/nm-gnu.h (NO_CORE_OPS): Delete.
3139 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
3140 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
3141 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
3142 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
3143 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
3144 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
3145 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
3146 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
3147 (TARGET_SIGNAL_RAW_VALUES): Delete.
3148 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3149 Delete.
3150 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
3151 (TARGET_HW_WATCH_LIMIT): Delete.
3152 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
3153 * minimon.h: Delete file.
3154
3155 * trad-frame.c (trad_frame_get_this_base)
3156 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
3157 functions.
3158 * trad-frame.h (trad_frame_set_this_base)
3159 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
3160
3161 2004-07-31 Andrew Cagney <cagney@gnu.org>
3162
3163 * trad-frame.c (trad_frame_get_prev_register): Rename
3164 trad_frame_get_prev_register.
3165 * vax-tdep.c (vax_frame_prev_register): Update.
3166 * trad-frame.h: Update.
3167 * trad-frame.c (trad_frame_get_register): Update.
3168 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
3169 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
3170 Update.
3171 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
3172 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
3173 Update.
3174 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
3175 Update.
3176 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
3177 Update.
3178 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
3179 Update.
3180 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
3181 Update.
3182 * s390-tdep.c (s390_frame_prev_register)
3183 (s390_stub_frame_prev_register)
3184 (s390_sigtramp_frame_prev_register): Update.
3185 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
3186 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
3187 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
3188 * m88k-tdep.c (m88k_frame_prev_register)
3189 * m68hc11-tdep.c (m68hc11_frame_prev_register)
3190 * m32r-tdep.c (m32r_frame_prev_register): Update.
3191 * hppa-tdep.c (hppa_frame_prev_register_helper)
3192 * frv-tdep.c (frv_frame_prev_register): Update.
3193 * d10v-tdep.c (d10v_frame_prev_register): Update.
3194 * cris-tdep.c (cris_frame_prev_register): Update.
3195 * avr-tdep.c (avr_frame_prev_register): Update.
3196 * arm-tdep.c (arm_prologue_prev_register)
3197 (arm_sigtramp_prev_register): Update.
3198
3199 2004-07-31 Andrew Cagney <cagney@gnu.org>
3200
3201 * frame.h (legacy_saved_regs_unwind)
3202 (legacy_frame_chain_valid, legacy_frame_p)
3203 (enum frame_type): Delete UNKNOWN_FRAME.
3204 * dummy-frame.c (dummy_frame_this_id): Simplify.
3205 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
3206 * frame.c (struct frame_info): Delete the field "type".
3207 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
3208 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
3209 (legacy_saved_regs_unwind, legacy_frame_p)
3210 (frame_type_from_pc): Delete.
3211 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
3212 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
3213
3214 2004-07-31 Mark Kettenis <kettenis@gnu.org>
3215
3216 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
3217 indentation.
3218
3219 * mips-nat.c: Remove file.
3220 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
3221 (mips-nat.o): Remove dependency.
3222
3223 * infptrace.c: Update copyright year.
3224 (fetch_register): Pass NULL in regcache_raw_supply call instead of
3225 explicitly setting the buffer to all zeroes.
3226
3227 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
3228 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
3229
3230 2004-07-30 Andrew Cagney <cagney@gnu.org>
3231
3232 * GDB 6.2 released from gdb_6_2-branch.
3233
3234 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
3235
3236 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
3237
3238 * exec.c (exec_file_attach):
3239 * nto-tdep.c (nto_find_and_open_solib):
3240 * pa64solib.c (pa64_solib_sizeof_symbol_table):
3241 * solib.c (solib_open):
3242 * somsolib.c (som_solib_sizeof_symbol_table):
3243 * source.c (is_regular_file, openp, open_source_file):
3244 * symfile.c (symfile_bfd_open):
3245 * wince.c (upload_to_device): Differentiate between the search for
3246 binary and source files.
3247
3248 2004-07-30 Andrew Cagney <cagney@gnu.org>
3249
3250 * complaints.c (_initialize_complaints): Pass NULL to
3251 add_setshow_zinteger_cmd for help_doc.
3252 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
3253
3254 2004-07-30 Andrew Cagney <cagney@gnu.org>
3255
3256 Fix PR i18n/761.
3257 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
3258 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
3259 $(PACKAGE).pot and update-po.
3260 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
3261 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
3262 (update-po): New rules.
3263 (localedir): Define using autoconf.
3264 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
3265 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
3266 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
3267 * configure.in: Generate CATALOGS and LINGUAS from contents of
3268 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
3269 * configure: Re-generate.
3270 * po/gdbtext: New file
3271
3272 2004-07-30 Jerome Guitton <guitton@gnat.com>
3273
3274 * MAINTAINERS: Reorder Write After Approval list in alphabetical
3275 order.
3276
3277 2004-07-30 David Lecomber <dsl@sources.redhat.com>
3278
3279 * dwarf2read.c (read_file_scope): Set producer if attribute
3280 present.
3281 (struct dwarf2_cu): Added new member producer.
3282
3283 2004-07-30 Jerome Guitton <guitton@gnat.com>
3284
3285 * inflow.c (kill_command): release file handles in BFD.
3286 * exec.c (exec_file_attach): Ditto.
3287 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
3288
3289 2004-07-29 Andrew Cagney <cagney@gnu.org>
3290
3291 * PROBLEMS (mips-irix): Note that it is broken.
3292
3293 2004-07-29 Andrew Cagney <cagney@gnu.org>
3294
3295 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
3296 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
3297
3298 * config/xm-nbsd.h: Delete file.
3299 * config/arm/xm-nbsd.h: Delete file.
3300 * config/i386/xm-nbsd.h: Delete file.
3301 * config/ns32k/xm-nbsd.h: Delete file.
3302 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
3303 * config/i386/nbsdelf.mh (XM_FILE): Delete.
3304 * config/i386/nbsdaout.mh (XM_FILE): Delete.
3305 * config/arm/nbsdelf.mh (XM_FILE): Delete.
3306 * config/arm/nbsdaout.mh (XM_FILE): Delete.
3307
3308 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
3309 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
3310 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
3311 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
3312 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
3313 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
3314
3315 * config/powerpc/xm-linux.h: Delete empty file.
3316 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
3317 * config/powerpc/linux.mh (XM_FILE): Delete.
3318 * config/m68k/xm-linux.h: Delete empty file.
3319 * config/m68k/linux.mh (XM_FILE): Delete.
3320 * config/ia64/xm-linux.h: Delete empty file.
3321 * config/ia64/linux.mh (XM_FILE): Delete.
3322 * config/arm/xm-linux.h: Delete empty file.
3323 * config/arm/linux.mh (XM_FILE): Delete.
3324
3325 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3326 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
3327 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3328 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
3329 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3330 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
3331 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3332 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
3333
3334 * config/m68k/xm-m68k.h: Delete file.
3335 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
3336 copyright.
3337 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
3338 * config/pa/xm-linux.h: Delete empty file.
3339 * config/pa/linux.mh (XM_FILE): Delete.
3340 * config/i386/xm-i386.h: Delete empty file.
3341 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
3342 "i386/xm-i386.h".
3343 * config/i386/obsdaout.mh (XM_FILE): Delete.
3344 * config/i386/obsd64.mh (XM_FILE): Delete.
3345 * config/i386/fbsd64.mh (XM_FILE): Delete.
3346 * config/i386/nto.mh (XM_FILE): Delete.
3347 * config/i386/obsd.mh (XM_FILE): Delete.
3348 * config/i386/linux64.mh (XM_FILE): Delete.
3349 * config/i386/linux.mh (XM_FILE): Delete.
3350 * config/i386/i386sol2.mh (XM_FILE): Delete.
3351 * config/i386/i386gnu.mh (XM_FILE): Delete.
3352 * config/i386/fbsd.mh (XM_FILE): Delete.
3353 * config/i386/nbsd64.mh (XM_FILE): Delete.
3354
3355 2004-07-29 Andrew Cagney <cagney@gnu.org>
3356
3357 * config/pa/xm-linux.h: Do not include "floatformat.h".
3358 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3359 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3360 * config/i386/xm-i386.h: Do not include "floatformat.h".
3361 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3362 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3363 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3364 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
3365 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
3366 GDB_HOST_LONG_DOUBLE_FORMAT instead.
3367 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
3368 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
3369 * configure, config.in: Regenerate.
3370 * configure.host (gdb_host_float_format, gdb_host_double_format)
3371 (gdb_host_long_double_format): Set according to the host.
3372
3373 2004-07-29 Andrew Cagney <cagney@gnu.org>
3374
3375 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
3376
3377 2004-07-28 Andrew Cagney <cagney@gnu.org>
3378
3379 * PROBLEMS: Mention threads/1650.
3380 * NEWS: Mention the NPTL fix.
3381
3382 2004-07-28 Andrew Cagney <cagney@gnu.org>
3383
3384 * cli/cli-decode.c (add_setshow_cmd): Delete function.
3385 (add_setshow_cmd_full): Make static.
3386 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
3387 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
3388 * cli/cli-decode.c (add_setshow_filename_cmd)
3389 (add_setshow_string_cmd): New functions.
3390 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
3391 * mips-tdep.c (_initialize_mips_tdep): Update.
3392 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
3393 * cli/cli-logging.c (_initialize_cli_logging): Update.
3394 * complaints.c (_initialize_complaints): Update.
3395 * remote.c (_initialize_remote): Update.
3396
3397 2004-07-28 Andrew Cagney <cagney@gnu.org>
3398
3399 * cli/cli-decode.c (add_setshow_zinteger_cmd)
3400 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
3401 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
3402 print parameters. Make string parameters constant.
3403 * command.h: Update. Update copyright.
3404 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
3405 * observer.c (_initialize_observer): Ditto.
3406 * frame.c (_initialize_frame): Ditto.
3407 * complaints.c (_initialize_complaints): Ditto.
3408 * maint.c (_initialize_maint_cmds): Ditto.
3409 * target.c (initialize_targets): Ditto.
3410 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
3411 * infcall.c (_initialize_infcall): Ditto.
3412 * arm-tdep.c (_initialize_arm_tdep): Ditto.
3413 * m32r-rom.c (_initialize_m32r_rom): Ditto.
3414 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3415 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
3416 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3417
3418 2004-07-28 Andrew Cagney <cagney@gnu.org>
3419
3420 * gdbtypes.c (lookup_primitive_typename): Delete function.
3421 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
3422 * ada-lex.l: Use language_lookup_primitive_type_by_name.
3423 * gdbtypes.c (lookup_typename): Ditto.
3424 * f-exp.y (yylex): Ditto.
3425 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
3426
3427 * scm-lang.c (c_builtin_types): Delete extern declaration.
3428 (scm_language_defn): Replace
3429 string_char_type and primitive_type_vector with
3430 la_language_arch_info.
3431 * jv-lang.c (java_language_defn): Replace
3432 string_char_type and primitive_type_vector with
3433 la_language_arch_info.
3434 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
3435 c_builtin_types in comment.
3436 * c-lang.h (struct language_arch_info): Declare opaque.
3437 (c_language_arch_info): Declare.
3438 (c_builtin_types): Delete declaration.
3439 * c-lang.c (c_language_arch_info): Set string_char_type to
3440 builtin_char, not builtin_true_char. Make global.
3441 (c_builtin_types): Delete array.
3442 (asm_language_defn, minimal_language_defn): Replace
3443 string_char_type and primitive_type_vector with
3444 la_language_arch_info.
3445
3446 2004-07-28 Andrew Cagney <cagney@gnu.org>
3447
3448 * gdbtypes.h (struct builtin_type): Rename true_char to
3449 builtin_true_char.
3450 * gdbtypes.c (gdbtypes_post_init): Update.
3451 * c-lang.c (arch_info): New function.
3452 (enum c_primitive_types): New enum.
3453 (c_language_defn): Instead of string_char_type and
3454 primitive_type_vector set la_language_arch_info.
3455
3456 2004-07-28 Andrew Cagney <cagney@gnu.org>
3457
3458 * language.h (struct language_arch_info): Fix typo
3459 s/primative/primitive/.
3460 * gdbtypes.c (lookup_primitive_typename): Ditto.
3461 * language.c (language_lookup_primitive_type_by_name)
3462 (unknown_language_arch_info): Ditto.
3463
3464 2004-07-27 Andrew Cagney <cagney@gnu.org>
3465
3466 * defs.h (enum language): Add nr_languages.
3467 * language.h (struct language_arch_info): Define.
3468 (struct language_defn): Add la_language_arch_info.
3469 (language_lookup_primative_type_by_name): Declare.
3470 (language_string_char_type): Declare.
3471 * language.c (_initialize_language, language_gdbarch_post_init)
3472 (struct language_gdbarch, language_gdbarch_data): Implement
3473 per-architecture language information.
3474 (unknown_language_arch_info, language_string_char_type)
3475 (language_lookup_primative_type_by_name): New functions.
3476 (unknown_language_defn, auto_language_defn)
3477 (local_language_defn): Set la_language_arch_info to
3478 unknown_language_arch_info.
3479 (unknown_builtin_types): Delete.
3480 * gdbtypes.c (lookup_primitive_typename): Use
3481 language_lookup_primative_type_by_name.
3482 (create_string_type): Use language_string_char_type.
3483 * values.c (value_from_string): Use language_string_char_type.
3484 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
3485 * p-lang.c (pascal_language_defn): Ditto.
3486 * m2-lang.c (m2_language_defn): Ditto.
3487 * jv-lang.c (java_language_defn): Ditto.
3488 * objc-lang.c (objc_language_defn): Ditto.
3489 * f-lang.c (f_language_defn): Ditto.
3490 * c-lang.c (c_language_defn, cplus_language_defn)
3491 (asm_language_defn, minimal_language_defn): Ditto.
3492
3493 2004-07-27 Andrew Cagney <cagney@gnu.org>
3494
3495 * gdbtypes.h (struct builtin_type): Declare.
3496 (builtin_type): Declare.
3497 * d10v-tdep.c (d10v_register_type): Use builtin_type.
3498 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
3499 (gdbtypes_post_init): New function.
3500 (builtin_type): New function.
3501
3502 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
3503
3504 * remote-m32r-sdi.c: Fix breakpoint bug.
3505 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
3506 recv_char_data, recv_long_data): New functions to replace communication
3507 sequences.
3508
3509 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
3510
3511 Document PR threads/1650.
3512 * PROBLEMS (Threads): Document problem with many threads
3513
3514 2004-07-26 Andrew Cagney <cagney@gnu.org>
3515
3516 * gdb-mi.el: Move from here ...
3517 * mi/gdb-mi.el: ... to here.
3518
3519 2004-07-26 Andrew Cagney <cagney@gnu.org>
3520
3521 Problem reported by Ashley Pittman <ashley@quadrics.com>.
3522 * main.c (captured_main): When in batch mode always detach.
3523
3524 2004-07-26 Andrew Cagney <cagney@gnu.org>
3525
3526 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
3527 and h8300 as broken.
3528 * NEWS: END-OF-LIFE frame compatibility module.
3529 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
3530 specific comments.
3531
3532 2004-07-26 Andrew Cagney <cagney@gnu.org>
3533
3534 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
3535 * xcoffsolib.c (_initialize_xcoffsolib): Update.
3536 * wince.c (_initialize_wince): Update.
3537 * win32-nat.c (_initialize_win32_nat): Update.
3538 * varobj.c (_initialize_varobj): Update.
3539 * valops.c (_initialize_valops): Update.
3540 * utils.c (initialize_utils, initialize_utils): Update.
3541 * tui/tui-win.c (_initialize_tui_win): Update.
3542 * top.c (init_main): Update.
3543 * symfile.c (_initialize_symfile): Update.
3544 * source.c (_initialize_source): Update.
3545 * somsolib.c (_initialize_som_solib): Update.
3546 * solib.c (_initialize_solib): Update.
3547 * solib-frv.c (_initialize_frv_solib): Update.
3548 * serial.c (_initialize_serial): Update.
3549 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
3550 * remote.c (_initialize_remote, _initialize_remote): Update.
3551 * remote-vx.c (_initialize_vx): Update.
3552 * remote-utils.c (_initialize_sr_support): Update.
3553 * remote-sds.c (_initialize_remote_sds): Update.
3554 * remote-mips.c (_initialize_remote_mips): Update.
3555 * remote-e7000.c (_initialize_remote_e7000): Update.
3556 * proc-api.c (_initialize_proc_api): Update.
3557 * printcmd.c: Update.
3558 * parse.c (_initialize_parse): Update.
3559 * pa64solib.c (_initialize_pa64_solib): Update.
3560 * p-valprint.c (_initialize_pascal_valprint): Update.
3561 * monitor.c (_initialize_remote_monitors): Update.
3562 * mips-tdep.c (_initialize_mips_tdep): Update.
3563 * mcore-tdep.c (_initialize_mcore_tdep): Update.
3564 * maint.c (_initialize_maint_cmds): Update.
3565 * lin-lwp.c (_initialize_lin_lwp): Update.
3566 * language.c (_initialize_language): Update.
3567 * kod.c (_initialize_kod): Update.
3568 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
3569 * i386-tdep.c (_initialize_i386_tdep): Update.
3570 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
3571 * gdbarch.sh: Update.
3572 * gdbarch.c: Re-generate.
3573 * gdb-events.sh: Update.
3574 * gdb-events.c: Re-generate.
3575 * frame.c (_initialize_frame): Update.
3576 * exec.c: Update.
3577 * demangle.c (_initialize_demangler): Update.
3578 * dcache.c (_initialize_dcache): Update.
3579 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
3580 * cp-valprint.c (_initialize_cp_valprint): Update.
3581 * corefile.c (_initialize_core): Update.
3582 * command.h: Update.
3583 * cli/cli-decode.h: Update.
3584 * cli/cli-cmds.c (init_cli_cmds): Update.
3585 * charset.c (_initialize_charset): Update.
3586 * breakpoint.c (_initialize_breakpoint): Update.
3587 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
3588 * alpha-tdep.c (_initialize_alpha_tdep): Update.
3589 * aix-thread.c (_initialize_aix_thread): Update.
3590
3591 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3592
3593 Partial fix for PR backtrace/1718.
3594 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
3595 that GCC migrates into the prolugue. Don't handle any
3596 instructions that clobber %ebx.
3597
3598 2004-07-23 Andrew Cagney <cagney@gnu.org>
3599
3600 Use regcache_raw_collect instead of regcache_collect.
3601 * regcache.h (regcache_collect): Delete declaration.
3602 * regcache.c (regcache_colect): Delete function.
3603 * win32-nat.c (do_child_store_inferior_registers): Update.
3604 * sol-thread.c (sol_thread_store_registers): Update.
3605 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
3606 * rs6000-nat.c (store_register): Update.
3607 * remote.c (store_register_using_P, remote_store_registers): Update.
3608 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
3609 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
3610 (fill_vrregset, store_spe_registers, fill_gregset)
3611 (fill_gregset): Update.
3612 * nto-procfs.c (procfs_store_registers): Update.
3613 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
3614 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
3615 * m68klinux-nat.c (store_register, fill_gregset): Update.
3616 * m68k-tdep.c (fill_gregset): Update.
3617 * infptrace.c (store_register): Update.
3618 * i386-nto-tdep.c (i386nto_regset_fill): Update.
3619 * i386-linux-nat.c (store_register, fill_gregset): Update.
3620 * hppa-linux-nat.c (fill_gregset): Update.
3621 * go32-nat.c (store_register): Update.
3622 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
3623 (store_fp_regs): Update.
3624 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
3625 (store_nwfpe_extended, store_fpregister, store_fpregs)
3626 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
3627 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
3628 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
3629 (store_regs_user_thread, store_regs_kernel_thread): Update.
3630
3631 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3632
3633 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
3634 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
3635 encoding.
3636 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
3637 member of `struct comp_unit'.
3638
3639 2004-07-23 Andrew Cagney <cagney@gnu.org>
3640
3641 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
3642 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
3643
3644 2004-07-23 Martin Hunt <hunt@redhat.com>
3645 Kevin Buettner <kevinb@redhat.com>
3646
3647 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
3648 alignment was being added to the offset instead of multiplied.
3649
3650 2004-07-23 Mark Kettenis <kettenis@gnu.org>
3651
3652 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
3653 changed signal trampoline in OpenBSD 3.5-current.
3654
3655 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
3656 <machine/pcb.h> and "bsd-kvm.h".
3657 (sparc64nbsd_supply_pcb): New function.
3658 (_initialize_sparc64nbsd_nat): Renamed from
3659 _initialize_sparcnbsd_nat. Enable libkvm interface.
3660 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
3661 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
3662 (LOADLIBES): New variable.
3663
3664 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
3665
3666 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
3667
3668 2004-07-21 Andrew Cagney <cagney@gnu.org>
3669
3670 Use regcache_raw_supply instead of supply_register.
3671 * regcache.h (supply_register): Delete declaration.
3672 * regcache.c (supply_register): Delete function.
3673 * wince.c (do_child_fetch_inferior_registers): Update.
3674 * win32-nat.c (do_child_fetch_inferior_registers)
3675 (fetch_elf_core_registers): Update.
3676 * v850ice.c (v850ice_fetch_registers): Update.
3677 * thread-db.c (thread_db_store_registers): Update.
3678 * sol-thread.c (sol_thread_store_registers): Update.
3679 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
3680 * rs6000-nat.c (fetch_register): Update.
3681 * rom68k-rom.c (rom68k_supply_one_register): Update.
3682 * remote.c (remote_wait, remote_async_wait): Update.
3683 * remote-st.c (get_hex_regs): Update.
3684 * remote-sim.c (gdbsim_fetch_register): Update.
3685 * remote-sds.c (sds_fetch_registers): Update.
3686 * remote-rdp.c (remote_rdp_fetch_register): Update.
3687 * remote-rdi.c (arm_rdi_fetch_registers): Update.
3688 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
3689 * remote-m32r-sdi.c (m32r_fetch_register): Update.
3690 * remote-hms.c (init_hms_cmds): Update.
3691 * remote-est.c (init_est_cmds): Update.
3692 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
3693 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
3694 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
3695 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
3696 (fetch_register, supply_vrregset, supply_vrregset)
3697 (fetch_spe_registers): Update.
3698 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
3699 * monitor.c (monitor_supply_register): Update.
3700 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
3701 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
3702 (mipsnbsd_supply_fpreg): Update.
3703 * mips-nat.c (fetch_inferior_registers)
3704 (fetch_core_registers): Update.
3705 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
3706 (supply_fpregset, mips64_supply_gregset)
3707 (mips64_supply_fpregset): Update.
3708 * m68klinux-nat.c (fetch_register, supply_gregset)
3709 (supply_fpregset): Update.
3710 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
3711 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
3712 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
3713 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
3714 * infptrace.c (fetch_register): Update.
3715 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
3716 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
3717 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
3718 (gnu_fetch_registers, gnu_store_registers): Update.
3719 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
3720 * i386-linux-nat.c (fetch_register, supply_gregset)
3721 (dummy_sse_values): Update.
3722 * hpux-thread.c (hpux_thread_fetch_registers): Update.
3723 * hppah-nat.c (fetch_register): Update.
3724 * hppa-linux-nat.c (fetch_register, supply_gregset)
3725 (supply_fpregset): Update.
3726 * go32-nat.c (fetch_register): Update.
3727 * dve3900-rom.c (fetch_bitmapped_register)
3728 (_initialize_r3900_rom): Update.
3729 * cris-tdep.c (supply_gregset): Update.
3730 * abug-rom.c (init_abug_cmds): Update.
3731 * core-aout.c (fetch_core_registers): Update.
3732 * armnbsd-nat.c (supply_gregset, supply_fparegset)
3733 (fetch_register, fetch_fp_register): Update.
3734 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3735 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3736 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3737 * alphanbsd-tdep.c (fetch_core_registers): Update.
3738 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3739 * alpha-nat.c (fetch_osf_core_registers)
3740 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3741 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
3742 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3743
3744 2004-07-21 Andrew Cagney <cagney@gnu.org>
3745
3746 * PROBLEMS: Mention breakpoints/1702.
3747 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3748 that is known to work.
3749
3750 2004-07-21 Andrew Cagney <cagney@gnu.org>
3751
3752 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3753 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3754 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3755 (handle_inferior_event): Wrap call to deprecated
3756 IGNORE_HELPER_CALL in #ifdef.
3757 * config/mips/tm-nbsd.h: Update.
3758
3759 2004-07-20 Jim Blandy <jimb@redhat.com>
3760
3761 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3762 bfd_mach_ppc has no segment registers.
3763
3764 Include PowerPC SPR numbers for special-purpose registers.
3765 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3766 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3767 new member in initializer.
3768 (S, S4, SN4, S64): New macros for defining special-purpose
3769 registers.
3770 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3771 registers_403, registers_403GC, registers_505, registers_860,
3772 registers_601, registers_602, registers_603, registers_604,
3773 registers_750, registers_e500): Use them.
3774
3775 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3776 replace references with expression used to initialize variable.
3777
3778 2004-07-20 Andrew Cagney <cagney@gnu.org>
3779
3780 * breakpoint.c (deprecated_read_memory_nobpt): Rename
3781 read_memory_nobpt.
3782 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3783 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3784 (s390_sigtramp_frame_sniffer): Update.
3785 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3786 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3787 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3788 (mips32_fetch_instruction): Update.
3789 * mcore-tdep.c (get_insn): Update.
3790 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3791 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3792 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3793 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3794 (i386_linux_rt_sigtramp_start): Update.
3795 * i386-linux-nat.c (child_resume): Update.
3796 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3797 * hppa-linux-tdep.c (insns_match_pattern): Update.
3798 * gdbcore.h: Update.
3799 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3800 * frame.c (safe_frame_unwind_memory): Update.
3801 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3802 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3803 * alpha-tdep.c (alpha_read_insn): Update.
3804
3805 2004-07-20 Andrew Cagney <cagney@gnu.org>
3806
3807 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3808 containing both bytes and mask. Add "frame_type".
3809 * tramp-frame.c (tramp_frame_start): Update.
3810 (tramp_frame_prepend_unwinder): Update.
3811 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3812 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3813 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3814 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3815
3816 2004-07-19 Eli Zaretskii <eliz@gnu.org>
3817
3818 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3819 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3820 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3821 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3822
3823 2004-07-17 Andrew Cagney <cagney@gnu.org>
3824
3825 * NEWS, PROBLEMS: Update for 6.2.
3826
3827 * README: Update to 6.2.
3828
3829 * utils.c (xvasprintf): Call xstrvprintf.
3830
3831 * parse.c: Update copyright.
3832 (null_post_parser): Eliminate ARGSUSED.
3833
3834 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3835 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3836 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3837
3838 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3839 * ppc-linux-nat.c: Use "Linux kernel".
3840 * hppa-linux-tdep.c: Use GNU/Linux.
3841 * hppa-linux-nat.c: Use GNU/Linux.
3842 * dwarfread.c: Add [sic] to use of Linux.
3843
3844 * hppa-linux-nat.c: Do not include <string.h>.
3845 (supply_fpregset): Remove "register" attribute.
3846
3847 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3848
3849 2004-07-17 Mark Kettenis <kettenis@gnu.org>
3850
3851 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3852 * configure, config.in: Regenerated.
3853
3854 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3855 "bsd-kvm.h".
3856 (vaxbsd_supply_pcb): New function.
3857 (_initialize_vaxbsd_nat): New prototype and function.
3858 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3859 solib-sunos.o.
3860 (LOADLIBES): New variable.
3861 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3862 (LOADLIBES): New variable.
3863 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3864 (LOADLIBES): New variable.
3865 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3866
3867 2004-07-16 Andrew Cagney <cagney@gnu.org>
3868
3869 * defs.h (event_loop_p): Replace variable declaration with macro,
3870 always 1.
3871 * main.c (captured_main): Delete options "-async" and "-noasync".
3872 (event_loop_p): Delete variable.
3873 * NEWS: Mention that "-async" and "-noasync" were removed.
3874
3875 2004-07-16 Andrew Cagney <cagney@gnu.org>
3876
3877 * remote-m32r-sdi.c: Re-indent.
3878
3879 2004-07-16 Jim Blandy <jimb@redhat.com>
3880
3881 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3882 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3883 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3884 missing MPC823 SPRs.
3885 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3886 incorrect. (This was corrected in GDB's register name tables on
3887 2004-07-14.)
3888
3889 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3890 should be "esasrr" ("ESA Save and Restore Register").
3891
3892 2004-07-16 Andrew Cagney <cagney@gnu.org>
3893
3894 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3895 calls, no longer applicable. Update comments and rename parameter
3896 "step_frame" to "return_frame".
3897
3898 2004-07-16 Andrew Cagney <cagney@gnu.org>
3899
3900 * frame.c (fprint_field): New function.
3901 (fprint_frame_id): Use fprint_field.
3902
3903 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3904
3905 * ada-lang.c (ada_language_defn): Remove commented out code.
3906
3907 2004-07-15 Jim Blandy <jimb@redhat.com>
3908
3909 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3910 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3911
3912 2004-07-14 Jim Blandy <jimb@redhat.com>
3913
3914 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3915
3916 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3917
3918 * ppc-tdep.h (ppc_num_srs): New enum constant.
3919
3920 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3921 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3922 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3923 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3924 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3925 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3926 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3927 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3928 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3929 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3930 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3931 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3932 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3933 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3934 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3935 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3936 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3937 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3938 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3939 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3940 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3941 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3942 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3943 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3944 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3945 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3946 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3947 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3948 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3949 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3950 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3951 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3952 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3953 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3954 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3955 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3956 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3957 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3958 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3959 special-purpose register numbers.
3960
3961 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3962 manual mentions 'md_twb', but many mention 'm_twb', and at that
3963 point in the register list.)
3964
3965 2004-07-14 Andrew Cagney <cagney@gnu.org>
3966
3967 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3968 instead of "internal-error".
3969
3970 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3971
3972 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3973 that was inserted inside a comment.
3974
3975 2004-07-10 Randolph Chung <tausq@debian.org>
3976
3977 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3978 function.
3979 (hppa_hpux_push_dummy_code): New function.
3980 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3981 Set find_global_pointer method.
3982
3983 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3984
3985 * NEWS: Mention BSD libkvm interface.
3986
3987 2004-07-10 Michael Snyder <msnyder@redhat.com>
3988
3989 * symfile.c (generic_load): Comment typo.
3990 * stack.c (get_selected_block): Ditto.
3991 * regcache.c (regcache_cooked_read): Ditto.
3992 * monitor.c (monitor_debug): Ditto.
3993 * mips-tdep.c (mips_read_pc): Ditto.
3994 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3995 * gdb_mbuild.sh: Ditto.
3996 * gdbarch.sh: Ditto.
3997 * gdbarch.h: Ditto.
3998
3999 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
4000
4001 * ada-tasks.c: Remove file.
4002
4003 Remove ARI problems:
4004
4005 * ada-exp.y (write_var_from_sym): Reformat to put operator at
4006 beginning of line.
4007
4008 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
4009 Add comment.
4010 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
4011 (MIN_OF_SIZE): Rename min_of_size. Add comment.
4012 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
4013 (UMIN_OF_SIZE): Remove.
4014 (max_of_type): New function to replace orphan macro in gdbtypes.h
4015 (min_of_type): Ditto.
4016 (discrete_type_high_bound): Use max_of_type.
4017 (discrete_type_low_bound): Use min_of_type.
4018 (possible_user_operator_p): Move operator to beginning of line.
4019 (ada_is_variant_part): Ditto.
4020 (ensure_lval): Rewrite to avoid deprecated operations.
4021 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
4022 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
4023 (ada_enum_name): Remove assignments in 'if' statements.
4024 (build_ada_types): Add gdbarch parameter.
4025 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
4026 with gdbarch_data_register_post_init.
4027 Use add_setshow_uinteger_cmd rather than add_set_cmd and
4028 add_show_from_set.
4029
4030 * ada-valprint.c (inspect_it): Remove declaration.
4031 (repeat_count_threshold): Remove declaration.
4032 (ada_print_floating): Remove assignments in 'if' statements.
4033 (print_str): Move operator to beginning of line.
4034
4035 2004-07-08 Jim Blandy <jimb@redhat.com>
4036
4037 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
4038
4039 2004-07-08 Bob Rossi <bob@brasko.net>
4040
4041 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
4042
4043 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
4044
4045 * language.h (struct_language_defn): Add new function pointer:
4046 la_class_name_from_physname. Also add new prototype for
4047 language_class_name_from_physname.
4048 * language.c (language_class_name_from_physname): New function.
4049 (unk_lang_class_name): Ditto.
4050 (unknown_language_defn, auto_language_defn): Change
4051 to add unk_lang_class_name function pointer for
4052 la_class_name_from_physname.
4053 (local_language_defn): Ditto.
4054 * dwarf2read.c (guess_structure_name): Change to call
4055 language_class_name_from_physname.
4056 (determine_class_name): Ditto.
4057 * cp-support.c (class_name_from_physname): Renamed.
4058 (cp_class_name_from_physname): New name of function.
4059 * cp-support.h: Ditto.
4060 * c-lang.c (c_language_defn): Change to add NULL
4061 for class_name_from_physname function pointer.
4062 (cplus_language_defn): Change to add cp_class_name_from_physname.
4063 * jv-lang.c (java_class_name_physname): New function.
4064 (java_find_last_component): New static routine.
4065 (java_language_defn): Add java_class_name_from_physname pointer.
4066 * ada-lang.c (ada_language_defn): Change to add NULL
4067 for class_name_from_physname function pointer.
4068 * f-lang.c (f_language_defn): Ditto.
4069 * m2-lang.c (m2_language_defn): Ditto.
4070 * objc-lang.c (objc_language_defn): Ditto.
4071 * p-lang.c (pascal_language_defn): Ditto.
4072 * scm-lang.c (scm_language_defn): Ditto.
4073
4074 2004-07-06 Andrew Cagney <cagney@gnu.org>
4075
4076 Patch from Bart Robinson.
4077 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
4078 (O_LARGEFILE): Define to 0, if not defined.
4079
4080 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4081
4082 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
4083 <machine/pcb.h> and "bsd-kvm.h".
4084 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
4085 (m68kbsd_supply_pcb): New function.
4086 (_initialize_m68kbsd_nat): New prototype and function.
4087 * Makefile.in (m68kbsd-nat.o): Update dependencies.
4088 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4089 (LOADLIBES): New variable.
4090 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4091 (LOADLIBES): New variable.
4092
4093 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
4094
4095 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4096
4097 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
4098 <sys/proc.h>.
4099 (bsd_kvm_cmdlist): New variable.
4100 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
4101 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
4102 command and "kvm proc" command.
4103 * Makefile.in (bsd-kvm.o): Update dependencies.
4104
4105 2004-07-02 Mark Kettenis <kettenis@gnu.org>
4106
4107 * osabi.c: Update copyright year.
4108 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
4109 notes if EI_OSABI is set to ELFOSABI_HPUX.
4110
4111 2004-07-01 Michael Snyder <msnyder@redhat.com>
4112
4113 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
4114 that seems to have gotten whacked out of line.
4115
4116 2004-07-01 Mark Kettenis <kettenis@gnu.org>
4117
4118 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
4119 code.
4120
4121 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4122
4123 * ada-lang.c (decode_packed_array): Minor change to comment.
4124 (ada_value_slice_ptr): New function.
4125 (ada_value_slice): New function.
4126 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
4127 test. Don't know why it is there.
4128 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
4129 to avoid dereferencing huge arrays from which one is slicing.
4130 (empty_array): Correct to return an array rather than
4131 a subrange value.
4132 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
4133 on empty arrays (let'em use 'FIRST instead).
4134
4135 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4136
4137 Address complaints from gdb_ari.sh:
4138
4139 * ada-exp.y: Include gdb_string.h rather than string.h.
4140 (convert_char_literal): Reformat declaration.
4141 * ada-lang.h: Include opaque struct declaration for struct frame_info.
4142 * ada-lex.l: Change use of free to xfree (the macro would do so
4143 anyway, but this is harmless).
4144 Include gdb_string.h rather than string.h.
4145 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
4146
4147 * ada-lang.c (parse): Remove K&Rism in parameter list.
4148 (is_name_suffix): Correct Linux => GNU/Linux in comment.
4149
4150 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4151
4152 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
4153 dead code.
4154
4155 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4156
4157 * alphabsd-nat.c: Update copyright year.
4158 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
4159
4160 2004-06-29 Joel Brobecker <brobecker@gnat.com>
4161
4162 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
4163 (i386_cygwin_in_solib_call_trampoline): New function.
4164 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
4165 and skip_trampoline_code gdbarch methods.
4166
4167 2004-06-29 Jim Blandy <jimb@redhat.com>
4168
4169 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
4170 name actually used in the dependency lists.
4171
4172 2004-06-29 Randolph Chung <tausq@debian.org>
4173
4174 * NEWS (New native configurations): Mention GNU/Linux/hppa.
4175
4176 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4177
4178 * win32-nat.c (child_pid_to_exec_file): New function.
4179 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
4180 functionality.
4181
4182 2004-06-28 Andrew Cagney <cagney@gnu.org>
4183
4184 * defs.h (xstrvprintf): Declare.
4185 * utils.c (xstrvprintf): New function.
4186 (internal_vproblem, xstrprintf, xasprintf)
4187 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
4188 * serial.c (serial_printf): Ditto.
4189 * complaints.c (vcomplaint): Ditto.
4190
4191 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4192
4193 * infcmd.c (attach_command): Move call to target_terminal_inferior
4194 behind loading symbol table.
4195
4196 2004-06-28 Andrew Cagney <cagney@gnu.org>
4197
4198 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
4199 change - add back extern deprecated_ui_loop_hook declaration.
4200
4201 2004-06-28 Andrew Cagney <cagney@gnu.org>
4202
4203 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
4204 xstrprintf.
4205 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
4206 (c_value_of_variable): Ditto.
4207 * utils.c (internal_vproblem): Ditto.
4208 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
4209 * remote.c (add_packet_config_cmd): Ditto.
4210 * remote-rdp.c (rdp_set_command_line): Ditto.
4211 * regcache.c (regcache_dump): Ditto.
4212 * frv-tdep.c (new_variant, new_variant): Ditto.
4213 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
4214 (fbsd_find_memory_regions): Ditto.
4215 * breakpoint.c (create_thread_event_breakpoint)
4216 (create_breakpoints): Ditto.
4217 * aix-thread.c (aix_thread_pid_to_str): Ditto.
4218 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
4219
4220 2004-06-28 Joel Brobecker <brobecker@gnat.com>
4221
4222 * ada-lang.c: Re-indent file, with some massaging to help indent
4223 a bit when the result is otherwise really too ugly.
4224
4225 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4226
4227 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
4228 code_addr_p and special_addr_p to 'unsigned int'.
4229
4230 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4231
4232 * i386v4-nat.c: Update copyright year and tweak comment.
4233 (regmap): Remove trailing comma.
4234 (supply_gregset): Rename local variable i to regnum. Call
4235 regcache_raw_supply instead of supply_register.
4236 (fill_gregset): Rename argument regno to regnum. Call
4237 regcache_raw_collect instead of regcache_collect.
4238
4239 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4240
4241 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
4242 and special_addr_p.
4243 (frame_id_build, frame_id_build_special): Update comments.
4244 (frame_id_build_wild): New prototype.
4245 * frame.c (frame_id_build, frame_id_build_special): Fill in new
4246 struct frame_id fields.
4247 (frame_id_build_wild): New function.
4248 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
4249
4250 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4251
4252 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
4253 hppabsd-tdep.c.
4254
4255 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4256
4257 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
4258
4259 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4260
4261 * ada-lang.c: Re-indent file.
4262
4263 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4264
4265 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
4266 (no_symtab_msg): Likewise.
4267
4268 2004-06-27 Andreas Schwab <schwab@suse.de>
4269
4270 * source.c: Fix whitespace.
4271
4272 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4273
4274 * configure.in: Include <sys/param.h> for td_pcb test.
4275 * configure: Regenerated.
4276
4277 * i386nbsd-nat.c: New file.
4278 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
4279 i386obsd-nat.c and i386obsd-tdep.c.
4280 (i386nbsd-nat.o): New dependency.
4281 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
4282 bsd-kvm.o.
4283 (LOADLIBES): New variable.
4284 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
4285 bsd-kvm.o.
4286 (LOADLIBES): New variable.
4287
4288 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
4289 (LOADLIBES): New variable.
4290
4291 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
4292 fetching from BSD_KVM_PADDR. Correctly lookup address for
4293 "_thread0".
4294
4295 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
4296 "bsd-kvm.h".
4297 (amd64fbsd_supply_pcb): New funcion.
4298 (_initialize_amd64fbsd_nat): Enable libkvm interface.
4299
4300 2004-06-27 <david@streamline-computing.com>
4301
4302 Partial fix for PR cli/1056.
4303 * valarith.c: Check for zero in division and remainder
4304 evaluation.
4305
4306 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4307
4308 * i387-tdep.c: Remove excessive whitespace.
4309
4310 2004-06-26 Andrew Cagney <cagney@gnu.org>
4311
4312 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
4313 * gdb-events.h, gdb-events.c: Re-generate.
4314 * tui/tui-hooks.c (tui_install_hooks): Update.
4315 (tui_remove_hooks): Update.
4316 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
4317
4318 2004-06-26 Mark Kettenis <kettenis@gnu.org>
4319
4320 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
4321 (gregset_t, fpregset_t): Remove typedefs.
4322 (REG_OFFSET): Rename argument.
4323 (amd64bsd_r_reg_offset): Rename from reg_offset.
4324 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
4325 Remove functions.
4326 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
4327 of reg_offset.
4328 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
4329
4330 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
4331
4332 * vax-tdep.c: Tweak comment.
4333
4334 Add OpenBSD/hppa support.
4335 * NEWS (New native configurations): Mention OpenBSD/hppa.
4336 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
4337 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
4338 files.
4339 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
4340 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
4341 * configure.host: Add hppa*-*-openbsd*.
4342 * configure.tgt: Add hppa*-*-openbsd*.
4343
4344 2004-06-25 Andrew Cagney <cagney@gnu.org>
4345
4346 * defs.h (deprecated_ui_loop_hook): Deprecated.
4347 * wince.c (child_wait): Update.
4348 * win32-nat.c (child_wait): Update.
4349 * v850ice.c (v850ice_wait): Update.
4350 * top.c (deprecated_ui_loop_hook): Update.
4351 * serial.h: Update.
4352 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
4353 (do_unix_readchar): Update.
4354 * ser-tcp.c (net_open): Update.
4355 * remote-sim.c (gdb_os_poll_quit): Update.
4356 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
4357
4358 2004-06-24 Andrew Cagney <cagney@gnu.org>
4359
4360 * defs.h (deprecated_pre_add_symbol_hook)
4361 (deprecated_post_add_symbol_hook): Deprecated.
4362 * symfile.c (symbol_file_add_with_addrs_or_offsets)
4363 (symbol_file_add_with_addrs_or_offsets): Update references.
4364
4365 2004-06-24 Andrew Cagney <cagney@gnu.org>
4366
4367 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
4368 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
4369 * wince.c (ui_loop_hook): Delete extern declaration.
4370 * win32-nat.c (ui_loop_hook): Delete extern declaration..
4371 * v850ice.c (ui_loop_hook): Delete extern declaration..
4372 * ser-unix.c (ui_loop_hook): Delete extern declaration..
4373 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
4374 * remote-sim.c (ui_loop_hook): Delete extern declaration..
4375 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
4376 ui_loop_hook declaration.
4377
4378 2004-06-24 Andrew Cagney <cagney@gnu.org>
4379
4380 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
4381 entry_func_highpc fields.
4382 * objfiles.c (init_entry_point_info): Do not clear
4383 entry_func_lowpc and entry_func_highpc.
4384 (objfile_relocate): Do not relocate entry_func_lowpc and
4385 entry_func_highpc.
4386 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
4387 entry_func_highpc.
4388 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
4389 entry_func_highpc.
4390 * blockframe.c (legacy_frame_chain_valid): Replace tests against
4391 entry_func_lowpc and entry_func_highpc with call to
4392 inside_entry_func.
4393
4394 2004-06-24 Mark Kettenis <kettenis@gnu.org>
4395
4396 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
4397 quad-precision floating point arguments in registers.
4398
4399 2004-06-24 Mark Kettenis <kettenis@gnu.org>
4400
4401 From Michael Mueller <m.mueller99@kay-mueller.de>:
4402 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
4403 account.
4404
4405 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
4406
4407 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
4408 to -1.
4409 * breakpoint.c (bpstat_stop_status): Move check for ignoring
4410 untriggered watchpoints to a separate if clause. Update function
4411 comment regarding STOPPED_BY_WATCHPOINT argument.
4412
4413 2004-06-22 Jim Blandy <jimb@redhat.com>
4414
4415 * gdbarch.sh: Doc fix.
4416
4417 2004-06-21 Martin Hunt <hunt@redhat.com>
4418 Kevin Buettner <kevinb@redhat.com>
4419
4420 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
4421 * mips-tdep.h (MIPS_SP_REGNUM): Define.
4422 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
4423 to set_gdbarch_sp_regnum(). Use cooked register number.
4424 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
4425
4426 2004-06-21 Andrew Cagney <cagney@gnu.org>
4427
4428 * gdbarch.sh: When the macro field is empty, do not generate a
4429 macro definition. When the macro field is "=", generate the macro
4430 name from the upper-case function name.
4431 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
4432 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
4433 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
4434 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
4435 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
4436 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
4437 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
4438 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
4439 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
4440 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
4441 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
4442 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
4443 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
4444 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
4445 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4446 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
4447 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
4448 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
4449 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
4450 (DEPRECATED_USE_STRUCT_CONVENTION)
4451 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4452 (DEPRECATED_FRAME_INIT_SAVED_REGS)
4453 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
4454 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
4455 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4456 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
4457 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
4458 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
4459 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
4460 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
4461 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
4462 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
4463 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
4464 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
4465 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
4466 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
4467 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
4468 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
4469
4470 2004-06-21 Andrew Cagney <cagney@gnu.org>
4471
4472 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
4473 macro name, and the function rather than macro value. Only wrap
4474 macro print statements in #ifdef. Move format logic to where it
4475 is needed.
4476 * gdbarch.c: Re-generate.
4477
4478 * gdbarch.sh (read): Delete "print_p" and "description", add
4479 "garbage_at_eol". Check for non-empty garbage at end-of-line.
4480 Delete references to print_p.
4481 (TARGET_ARCHITECTURE): Delete print predicate.
4482 * gdbarch.c: Re-generate.
4483
4484 * gdbarch.sh: Check that multi-arch methods do not provide a
4485 macro.
4486 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
4487 (print_registers_info, print_float_info, print_vector_info)
4488 (adjust_breakpoint_address, remote_translate_xfer_address)
4489 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
4490 (address_class_type_flags_to_name, unwind_sp): Remove the macro
4491 name from the multi-arch definition.
4492
4493 2004-06-20 Andrew Cagney <cagney@gnu.org>
4494
4495 * gdbarch.sh: Sort by the function, instead of macro name.
4496 * gdbarch.c: Re-generate.
4497
4498 2004-06-20 Andrew Cagney <cagney@gnu.org>
4499
4500 * gdbarch.sh: Use the function, instead of macro name in
4501 errors and the log file.
4502 (return_value): Remove stray ":" in spec.
4503
4504 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
4505 * gdbarch.h, gdbarch.c: Re-generate.
4506 * Makefile.in (arch-utils.o): Update dependencies.
4507 * values.c (using_struct_return): Move code calling
4508 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
4509 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
4510 to legacy_return_value, simplify.
4511 * infcmd.c (print_return_value): Move code calling
4512 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
4513 to legacy_return_value, simplify.
4514 * infcall.c (call_function_by_hand): Move code calling
4515 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
4516 * arch-utils.c: Update copyright. Include "gdbcore.h".
4517 (legacy_return_value): New function.
4518 * arch-utils.h: Update copyright.
4519 (legacy_return_value): Declare.
4520
4521 2004-06-20 Andrew Cagney <cagney@gnu.org>
4522
4523 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
4524 * gdbarch.h, gdbarch.c: Re-generate.
4525 * values.c (using_struct_return): Update call.
4526 * mcore-tdep.c: Update comment.
4527 * infcall.c (call_function_by_hand): Update comment.
4528 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4529 * arch-utils.h (always_use_struct_convention): Update.
4530 * v850-tdep.c (v850_gdbarch_init): Update.
4531 * sh64-tdep.c (sh64_gdbarch_init): Update.
4532 * sh-tdep.c (sh_gdbarch_init): Update.
4533 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4534 * mips-tdep.c (mips_gdbarch_init): Update.
4535 * mcore-tdep.c (mcore_gdbarch_init): Update.
4536 * m32r-tdep.c (m32r_gdbarch_init): Update.
4537 * ia64-tdep.c (ia64_gdbarch_init): Update.
4538 * h8300-tdep.c (h8300_gdbarch_init): Update.
4539 * frv-tdep.c (frv_gdbarch_init): Update.
4540 * cris-tdep.c (cris_gdbarch_init): Update.
4541 * arm-tdep.c (arm_gdbarch_init): Update.
4542 * alpha-tdep.c (alpha_gdbarch_init): Update.
4543
4544 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
4545
4546 * PROBLEMS: Add more specific information, and a work-around,
4547 for PR gdb/1458.
4548
4549 2004-06-18 Andrew Cagney <cagney@gnu.org>
4550
4551 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
4552 * gdbarch.h, gdbarch.c: Re-generate.
4553 * ada-lang.c (ada_finish_decode_line_1): Update.
4554 * infrun.c (handle_inferior_event): Update.
4555 * infcall.c (find_function_addr): Update.
4556 * linespec.c (minsym_found): Update.
4557 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
4558 Update.
4559 * blockframe.c (legacy_frameless_look_for_prologue): Update.
4560 * cli/cli-cmds.c (disassemble_command): Update.
4561 * vax-tdep.c (vax_gdbarch_init): Update.
4562
4563 2004-06-18 Mark Kettenis <kettenis@gnu.org>
4564
4565 * i386-tdep.c (i386_collect_fpregset): Fix comment.
4566
4567 2004-06-17 Andrew Cagney <cagney@gnu.org>
4568
4569 GDB 6.1.1 released from the GDB 6.1 branch.
4570 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
4571 * PROBLEMS: Ditto.
4572
4573 2004-06-16 Daniel Jacobowitz <dan@debian.org>
4574
4575 PR gdb/1658
4576 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
4577 operation as a uleb128. Found by Michael Coulter.
4578
4579 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
4580
4581 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
4582 make it non-static.
4583 * ada-lang.h (task_control_block): declaration moved from ada-task.c
4584 to ada-lang.h; this is needed to be able to implement the kill command
4585 in multi-task mode.
4586 (task_ptid): Ditto.
4587 (task_entry): Ditto.
4588 (task_list): Ditto.
4589 (ada_build_task_list): Ditto.
4590
4591 * ada-lang.c: Conditionalize routines and data structures related
4592 to breakpoints, exceptions, completion, and symbol caching on
4593 GNAT_GDB, since these are not yet used in the submitted public sources.
4594 (ada_main_name): Editorial: Move definition out of exception-related
4595 code.
4596
4597 2004-06-15 Andrew Cagney <cagney@gnu.org>
4598
4599 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
4600 deprecated_pc_in_call_dummy.
4601
4602 2004-06-15 Alan Modra <amodra@bigpond.net.au>
4603
4604 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
4605 bfd_get_section_size_before_reloc or _raw_size.
4606 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4607 * dwarf2read.c (dwarf2_locate_sections): Likewise.
4608 (dwarf2_read_section): Likewise.
4609 * elfread.c (elf_locate_sections): Likewise.
4610 * gcore.c (derive_heap_segment): Likewise.
4611 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
4612 * remote-e7000.c (e7000_load): Likewise.
4613 * remote-m32r-sdi.c (m32r_load): Likewise.
4614 * remote-mips.c (mips_load_srec): Likewise.
4615 (pmon_load_fast): Likewise.
4616 * remote.c (compare_sections_command): Likewise.
4617 * symfile.c (add_section_size_callback): Likewise.
4618 (load_section_callback): Likewise.
4619 (pc_in_unmapped_range): Likewise.
4620 (pc_in_mapped_range): Likewise.
4621 (sections_overlap): Likewise.
4622 (list_overlays_command): Likewise.
4623 (simple_overlay_update_1): Likewise.
4624 (simple_overlay_update): Likewise.
4625 * tracepoint.c (remote_set_transparent_ranges): Likewise.
4626 * win32-nat.c (core_section_load_dll_symbols): Likewise.
4627
4628 2004-06-14 Randolph Chung <tausq@debian.org>
4629
4630 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
4631 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
4632 static.
4633 (hppa_hpux_inferior_created): New function.
4634 (hppa_hpux_init_abi): Register observer.
4635 * symfile.c (hp_cxx_exception_support_initialized)
4636 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
4637 (symbol_file_add_main_1, symbol_file_clear): Likewise.
4638
4639 2004-06-14 Randolph Chung <tausq@debian.org>
4640
4641 * MAINTAINERS (Write After Approval): Alphabetize my entry
4642 correctly.
4643
4644 2004-06-14 Andrew Cagney <cagney@gnu.org>
4645
4646 * MAINTAINERS (testsuite): List Michael Chastain as the lead
4647 testsuite maintainer.
4648
4649 2004-06-13 Andrew Cagney <cagney@gnu.org>
4650
4651 * infcmd.c (print_return_value): Fix logic, allow
4652 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
4653
4654 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
4655 defining any macros.
4656 * gdbarch.h: Re-generate.
4657
4658 * gdbarch.sh: Delete "level" attribute. Only check for a macro
4659 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
4660 * gdbarch.h: Re-generate.
4661
4662 * values.c (generic_use_struct_convention): Don't check gcc_p.
4663
4664 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4665 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
4666 * gdbarch.h, gdbarch.c: Regenerate.
4667 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
4668 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
4669 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4670 deprecated_max_register_raw_size and
4671 deprecated_max_register_virtual_size.
4672 * v850-tdep.c (v850_gdbarch_init): Ditto.
4673 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4674 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4675 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4676 * cris-tdep.c (cris_gdbarch_init): Ditto.
4677
4678 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
4679 * gdbarch.h, gdbarch.c: Re-generate.
4680 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
4681 (m68hc11_use_struct_convention): Delete function.
4682 (m68hc11_extract_struct_value_address): Delete function.
4683 (m68hc11_return_value): New function.
4684 (m68hc11_gdbarch_init): Instead of store_return_value,
4685 extract_return_value, return_value_on_stack,
4686 deprecated_extract_struct_value_address and use_struct_convention,
4687 set return_value.
4688 * values.c (using_struct_return): Do not call
4689 RETURN_VALUE_ON_STACK.
4690 * arch-utils.h (generic_return_value_on_stack_not): Delete
4691 declaration.
4692 * arch-utils.c (generic_return_value_on_stack_not): Delete
4693 function.
4694
4695 2004-06-12 Andrew Cagney <cagney@gnu.org>
4696
4697 * values.c (register_value_being_returned): Delete function.
4698 * infcmd.c (legacy_return_value): Delete function.
4699 * infcall.c (call_function_by_hand): Inline
4700 "register_value_being_returned", simplify.
4701 * values.c (using_struct_return): Update comment, refer to
4702 print_return_value instead of register_value_being_returned.
4703 * infcmd.c (print_return_value): Inline calls to
4704 register_value_being_returned and legacy_return_value. Simplify.
4705
4706 2004-06-11 Randolph Chung <tausq@debian.org>
4707
4708 * somread.c (som_symtab_read): Exclude gcc local symbols.
4709
4710 2004-06-11 Randolph Chung <tausq@debian.org>
4711
4712 * infrun.c (handle_inferior_event): Handle the case when a
4713 trampoline ends up in the runtime resolver, and if the trampoline
4714 has no name. Rearrange the code so that all the trampoline
4715 processing happens before other step-out-of-range handling.
4716
4717 2004-06-11 Martin Hunt <hunt@redhat.com>
4718
4719 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
4720 has no fpu.
4721
4722 2004-06-10 Andrew Cagney <cagney@gnu.org>
4723
4724 * blockframe.c (legacy_inside_entry_func): Delete.
4725 (legacy_frame_chain_valid): Inline call to
4726 legacy_inside_entry_func, simplify.
4727
4728 2004-06-10 Bob Rossi <bob@brasko.net>
4729
4730 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
4731 * dwarf2read.c (partial_die_info): Add dirname field.
4732 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4733 (read_partial_die): Save away DW_AT_comp_dir.
4734 * defs.h (symtab_to_filename): Removed.
4735 * source.c (find_and_open_source): Added.
4736 (open_source_file): Just calls find_and_open_source.
4737 (symtab_to_filename): Removed.
4738 (symtab_to_fullname, psymtab_to_fullname): Added.
4739 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4740 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4741 symtab_to_filename.
4742 * symtab.h (partial_symtab): Add dirname field.
4743 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
4744 (mi_cmd_file_list_exec_source_file): Call new function
4745 symtab_to_fullname to find fullname.
4746 (mi_cmd_file_list_exec_source_files): Added.
4747 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
4748 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4749
4750 2004-06-10 Andrew Cagney <cagney@gnu.org>
4751
4752 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4753 to generic_use_struct_convention, the default value.
4754
4755 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4756 of abort.
4757
4758 * ns32k-tdep.c (ns32k_push_arguments): New function.
4759 (ns32k_gdbarch_init): Set deprecated_push_arguments.
4760 * infcall.c (call_function_by_hand): Call error instead of
4761 legacy_push_arguments.
4762 * value.h (legacy_push_arguments): Delete declaration.
4763 * valops.c (legacy_push_arguments): Delete function.
4764 (value_push): Delete function.
4765
4766 2004-06-10 Brian Ford <ford@vss.fsi.com>
4767
4768 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4769 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
4770 info.
4771 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4772
4773 2004-06-10 Andrew Cagney <cagney@gnu.org>
4774
4775 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4776 * gdbarch.h, gdbarch.c: Re-generate.
4777 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4778 parameters.
4779 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4780 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4781 deprecated_pc_in_call_dummy instead of
4782 DEPRECATED_PC_IN_CALL_DUMMY.
4783 (arm_skip_prologue): Ditto.
4784 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4785 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4786 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4787 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4788 Ditto.
4789 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4790 (sh64_init_extra_frame_info, sh64_get_saved_register)
4791 (sh64_pop_frame): Ditto.
4792 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4793 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4794 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4795 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4796 (h8300_pop_frame): Ditto.
4797 * blockframe.c (legacy_inside_entry_func)
4798 (legacy_frame_chain_valid): Ditto.
4799 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4800 to deprecated_pc_in_call_dummy.
4801
4802 2004-06-09 Andrew Cagney <cagney@gnu.org>
4803
4804 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4805 provide a default value.
4806 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4807 * gdbarch.h, gdbarch.c: Re-generate.
4808 * arch-utils.c (generic_convert_register_p): Rename
4809 legacy_convert_register_p
4810 (legacy_register_to_value, legacy_value_to_register): Delete
4811 functions.
4812 * arch-utils.h (generic_convert_register_p): Rename
4813 legacy_convert_register_p.
4814 (legacy_register_to_value, legacy_value_to_register): Delete
4815 declarations.
4816
4817 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4818 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4819 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4820 * gdbarch.h, gdbarch.c: Re-generate.
4821 * infcmd.c (default_print_registers_info): Simplify.
4822 * findvar.c (value_of_register): Simplify.
4823 * mi/mi-main.c (get_register): Simplify.
4824 * arch-utils.c (legacy_convert_register_p): Always return 0.
4825 (legacy_register_to_value, legacy_value_to_register): Always call
4826 internal_error.
4827
4828 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4829 #ifdef CLEAR_INSN_CACHE code.
4830 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4831 Delete #ifdef CLEAR_DEFERRED_STORES code.
4832
4833 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4834
4835 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4836 copyright.
4837 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4838
4839 * config/mips/mipsv4.mh: Delete file.
4840
4841 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4842 unreferenced macro.
4843 (hpread_adjust_stack_address): Delete declaration.
4844
4845 2004-06-08 Andrew Cagney <cagney@gnu.org>
4846
4847 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4848 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4849 PTRACE_ATTACH / PTRACE_DETACH available call error.
4850 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4851 * infttrace.c (update_thread_state_after_attach, attach, detach):
4852 Remove #ifdef wrappers.
4853 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4854 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4855 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4856 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4857 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4858 * config/nm-linux.h (ATTACH_DETACH): Delete.
4859 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4860 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4861 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4862 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4863 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4864
4865 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
4866
4867 * configure.in: Set $configdir to the right OS specific value.
4868 Use value when setting $tcldir and $tkdir.
4869 * configure: Regenerate.
4870
4871 2004-06-06 Paul Brook <paul@codesourcery.com>
4872
4873 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4874 records.
4875
4876 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4877
4878 * ada-lang.c (lookup_symbol_in_language): New function to allow
4879 re-use of another language's symbol lookup code. (Placed here
4880 temporarily while Ada support is being integrated into the public
4881 tree).
4882 (restore_language): New auxiliary function for
4883 lookup_symbol_in_language.
4884 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4885 temporarily while Ada support is being integrated into the public
4886 tree).
4887
4888 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4889
4890 * Makefile.in (check//%): New.
4891
4892 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4893 (mn10300_store_return_value): Rewrite.
4894 (mn10300_type_align): New.
4895 (mn10300_use_struct_convention): Rewrite.
4896 (mn10300_return_value): New, using all of the above.
4897 (mn10300_pop_frame_regular): Add saved_regs_size.
4898 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4899
4900 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4901 regs if PC is on movm.
4902
4903 2004-06-07 Jim Blandy <jimb@redhat.com>
4904
4905 Add native Linux support for the PowerPC E500.
4906 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4907 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4908 all architectures except the E500.
4909 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4910 #definitions.
4911 (struct gdb_evrregset_t): New type.
4912 (have_ptrace_getsetevrregs): New variable.
4913 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4914 fetch_spe_registers): New functions.
4915 (fetch_register): Call fetch_spe_register as appropriate.
4916 Assert that we're only passed raw register numbers.
4917 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4918 Don't fetch gprs if they're pseudoregisters.
4919 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4920 store_spe_registers): New functions.
4921 (store_register): Call store_spe_register as appropriate.
4922 Assert that we're only passed raw register numbers.
4923 (store_ppc_registers): Call store_spe_registers as appropriate.
4924 Don't store gprs if they're pseudoregisters.
4925
4926 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4927
4928 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4929 struct if one exists, even if we are dealing with a zombie thread.
4930
4931 2004-06-07 Andrew Cagney <cagney@gnu.org>
4932
4933 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4934 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4935 Rename PC_REQUIRES_RUN_BEFORE_USE.
4936 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4937 #ifdef.
4938
4939 2004-06-07 Randolph Chung <tausq@debian.org>
4940
4941 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4942 unwinding after sp has been saved to the stack but before the end
4943 of the prologue, and after the fp has been modified but before it has
4944 been saved to the stack.
4945 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4946 Remove superfluous definitions.
4947 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4948
4949 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4950
4951 Committed by Randolph Chung.
4952 * hppa-linux-nat.c: Include the correct version of the header file
4953 depending on the kernel version.
4954
4955 2004-06-06 Randolph Chung <tausq@debian.org>
4956
4957 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4958 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4959
4960 2004-06-06 Randolph Chung <tausq@debian.org>
4961
4962 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4963 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4964 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4965 * hppa-tdep.c (hppa_symbol_address): New function definition.
4966 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4967
4968 2004-06-06 Randolph Chung <tausq@debian.org>
4969
4970 * hppa-tdep.h (struct value): Forward declaration.
4971 (gdbarch_tdep): Define tdep find_global_pointer method.
4972 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4973 associated with the function we are trying to call, and write it
4974 to the gp register.
4975 (hppa32_convert_from_funct_ptr_addr): New function.
4976 (hppa_find_global_pointer): New function.
4977 (hppa_gdbarch_init): Set default find_global_pointer method; set
4978 convert_from_func_ptr_addr method.
4979 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4980 (hppa_linux_init_abi): Set find_global_pointer method.
4981 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4982
4983 2004-06-06 Randolph Chung <tausq@debian.org>
4984
4985 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4986 to struct value *function.
4987 * gdbarch.c: Regenerate.
4988 * gdbarch.h: Likewise.
4989 * infcall.c (call_function_by_hand): Pass entire function value
4990 to push_dummy_call.
4991
4992 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4993 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4994 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4995 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4996 * arm-tdep.c (arm_push_dummy_call): Likewise.
4997 * avr-tdep.c (avr_push_dummy_call): Likewise.
4998 * cris-tdep.c (cris_push_dummy_call): Likewise.
4999 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
5000 * frv-tdep.c (frv_push_dummy_call): Likewise.
5001 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
5002 * hppa-tdep.c (hppa32_push_dummy_call)
5003 (hppa64_push_dummy_call): Likewise.
5004 * i386-tdep.c (i386_push_dummy_call): Likewise.
5005 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
5006 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
5007 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
5008 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
5009 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
5010 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
5011 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
5012 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
5013 (ppc64_sysv_abi_push_dummy_call): Likewise.
5014 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
5015 (ppc64_sysv_abi_push_dummy_call): Likewise.
5016 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
5017 * s390-tdep.c (s390_push_dummy_call): Likewise.
5018 * sh-tdep.c (sh_push_dummy_call_fpu)
5019 (sh_push_dummy_call_nofpu): Likewise.
5020 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
5021 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
5022 * vax-tdep.c (vax_push_dummy_call): Likewise.
5023
5024 2004-06-04 Jim Blandy <jimb@redhat.com>
5025
5026 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
5027 gdbarch argument to register_size.
5028
5029 * rs6000-tdep.c (rs6000_store_return_value): Use
5030 regcache_cooked_write_part instead of
5031 deprecated_write_register_bytes.
5032 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
5033 not gdbarch_deprecated_store_return_value.
5034
5035 * ppc-linux-nat.c (store_register, fetch_register): Remove
5036 incorrect assertions. Simplify and generalize handling of
5037 transfers whose sizes are not multiples of, or less than, sizeof
5038 (PTRACE_XFER_TYPE).
5039
5040 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
5041
5042 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
5043 as a new thread event.
5044 * thread-db.c (thread_get_info_callback): If the thread is a
5045 zombie, return TD_THR_ZOMBIE.
5046 (thread_from_lwp): If thread_get_info_callback returns
5047 TD_THR_ZOMBIE, check if the thread is still on the thread list
5048 and return a -1 ptid if not found.
5049 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
5050 change the status to TARGET_WAITKIND_SPURIOUS.
5051
5052 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
5053
5054 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
5055 double values in little endian mode.
5056
5057 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
5058
5059 Committed by Andrew Cagney.
5060 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
5061 after last enum constant to avoid error from IBM C
5062 compiler.
5063
5064 2004-06-02 Jim Blandy <jimb@redhat.com>
5065
5066 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
5067 to 'message', and make it local to the lone block that uses it.
5068
5069 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
5070
5071 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
5072
5073 * ada-exp.y: Update copyright notice.
5074 Include block.h.
5075
5076 Replace REGNAME, LAST, INTERNAL_VARIABLE with
5077 SPECIAL_VARIABLE and unify the treatment of these cases.
5078
5079 (write_attribute_call0): Remove.
5080 (write_attribute_call1): Remove.
5081 (write_attribute_calln): Remove.
5082 (save_qualifier): Add missing semicolon.
5083
5084 (simple_exp,exp): Decomment (i.e., reactivate) code that was
5085 temporarily disabled to allow compilation with FSF head version.
5086
5087 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
5088 use individual operators (OP_*) for all attributes.
5089 (exp syntax): Use write_int.
5090 Handle STRING literals with OP_STRING.
5091 (variable syntax): Add limit parameter to calls to
5092 write_object_renaming.
5093
5094 (temp_parse_space): New definition to hold entities that need
5095 only live until the next call to ada_parse.
5096 (string_to_operator): Rename fields of ada_opname_table entries.
5097
5098 (write_var_from_sym): Record block.
5099 (write_var_from_name): Minor reformatting.
5100 Make sure saved name is properly encoded in the case of multiple
5101 matches, and set its language to Ada.
5102 Update comment.
5103 Modify to indicate unresolved name as symbol in the UNRESOLVED
5104 namespace, allocated in temp_parse_space.
5105 (write_int): New function.
5106
5107 (write_object_renaming): Add max_depth parameter to limit
5108 chains of object renamings.
5109 Handle case where root of renaming expression is itself a renaming.
5110 Use temp_parse_space for temporary name buffer.
5111 Handle renamings to dereferenced pointers (___XEXA suffices).
5112
5113 (ada_parse, yyerror, string_to_operator,
5114 write_var_from_sym, write_var_from_name, write_attribute_call0,
5115 write_attribute_call1, write_attribute_calln,
5116 write_object_renaming): Protoize.
5117
5118 (_initialize_ada_exp): New function.
5119
5120 * ada-lang.c: Update copyright notice.
5121 General terminology change to conform to GNAT compiler usage:
5122 mangle => encode, demangle => decode
5123 Include gdb_obstack.h.
5124 Include gdb_regex.h
5125 Include frame.h
5126 Include hashtab.h
5127 Include completer.h
5128 Include gdb_stat.h
5129 Include block.h
5130 Include infcall.h
5131
5132 (ADA_RETAIN_DOTS): Make sure this is defined.
5133 (TRUNCATION_TOWARDS_ZERO): Define.
5134 (struct string_vector): Define.
5135 (unresolved_names): Remove definition.
5136 (xnew_string_vector): New function.
5137 (string_vector_append): New function.
5138 (extract_string): Make static.
5139 (ada_unqualified_name): New function.
5140 (add_angle_brackets): New function.
5141 (function_name_from_pc): New function.
5142 (place_on_stack): Rename to ensure_lval.
5143
5144 (ensure_lval): Renamed from place_on_stack.
5145 Make identity on lvals.
5146 Update comment.
5147 (is_nonfunction): New interface.
5148 Only symbols in LOC_CONST class can be enumerals.
5149 (fill_in_ada_prototype): Remove; now independent of language.
5150 (add_defn_to_vec): Add obstack and symtab arguments.
5151 Use obstack to hold collected definitions.
5152 (num_defns_collected): New function.
5153 (defns_collected): New function.
5154 (ada_resolve_subexp): Rename to resolve_subexp.
5155 (resolve_subexp): Renamed from ada_resolve_subexp.
5156 (ada_op_name): Return non-const result.
5157 (ada_decoded_op_name): Renamed from ada_op_name, now used for
5158 other purposes.
5159
5160 (to_fixed_array_type): Add declaration.
5161 (coerce_unspec_val_to_type): Remove offset parameter.
5162 (find_sal_from_funcs_and_line): New interface.
5163 (find_line_in_linetable): Ditto.
5164
5165 (all_sals_for_line): Rename to ada_sals_for_line and make
5166 global.
5167 Add new parameter. When set, do not ask the user to choose the
5168 instance, but use the first one found instead.
5169 Use given line number in returned sals.
5170 Fix comment.
5171 Skip the prologue if funfirstline is set.
5172 Correct for memory leak when 0 lines found.
5173
5174 (value_pos_atr): Use pos_atr.
5175 (pos_atr): New function.
5176 (standard_lookup): Add block parameter.
5177
5178 (makeTimeStart): Remove declaration and uses.
5179 (makeTimeStop): Remove declaration and uses.
5180
5181 (ada_completer_word_break_characters): Allow for VMS.
5182 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
5183 (raise_sym_name): New constant.
5184 (raise_unhandled_sym_name): New constant.
5185 (raise_assert_sym_name): New constant.
5186 (process_raise_exception_name): New constant.
5187 (longest_exception_template): New constant.
5188 (warning_limit): New variable to limit warnings during expression
5189 evaluation.
5190 (warnings_issued): New variable to keep track of warnings issued.
5191 (known_runtime_file_name_patterns): New constant.
5192 (known_auxiliary_function_name_patterns): New constant.
5193 (symbol_list_obstack): New variable.
5194
5195 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
5196 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
5197 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
5198 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
5199 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
5200 ada_variant_discrim_name, field_alignment, dynamic_template_type,
5201 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
5202 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
5203 and strcmp.
5204
5205 (ada_get_field_index): New function.
5206 (lim_warning): New function.
5207 (ada_translate_error_message): New function.
5208 (MAX_OF_SIZE): New function.
5209 (MIN_OF_SIZE): New function.
5210 (UMAX_OF_SIZE): New function.
5211 (UMIN_OF_SIZE): New function.
5212 (discrete_type_high_bound): New function.
5213 (discrete_type_low_bound): New function.
5214 (base_type): New function.
5215 (do_command): Remove.
5216
5217 (ada_update_initial_language): Use language_ada, not language_unknown.
5218 (ada_encode): Renamed from ada_mangle.
5219 Obey ADA_RETAIN_DOTS.
5220 (ada_decode): Renamed from ada_demangle.
5221 Update coding conventions.
5222 (decoded_names_store): New hash table.
5223 (ada_decode_symbol): New function.
5224 (ada_la_decode): New function.
5225
5226 (modify_general_field): Correct computations of offset and bit
5227 position.
5228 (desc_base_type): Handle ref types, too.
5229 (ada_is_direct_array_type): New function.
5230
5231 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5232 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5233 (ada_is_bogus_array_descriptor,ada_type_of_array,
5234 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
5235 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
5236 ada_is_array_descriptor_type.
5237
5238 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
5239 (ada_is_packed_array_type): Handle pointers or
5240 references to packed arrays as well.
5241 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
5242 (decode_packed_array_type): Search for the packed array type
5243 symbol in the currently selected block and associated
5244 superblocks too.
5245 Use lookup_symbol again.
5246
5247 (decode_packed_array): Handle pointers and references.
5248 Update call to coerce_unspec_val_to_type.
5249 (decode_packed_array_type,value_subscript_packed): Limit warnings.
5250 (ada_value_primitive_packed_val): Improve comment.
5251
5252 (ada_index_type): Substitute int type for "undefined".
5253 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
5254 ada_array_langth, ada_is_string_type): Use renamed
5255 ada_is_simple_array_type.
5256 (empty_array): New function.
5257
5258 (ada_resolve): Rename to resolve.
5259 (resolve): Make static.
5260 Call renamed resolve_subexp.
5261 Update comment.
5262 (ada_resolve_subexp): Rename to resolve_subexp.
5263 (resolve_subexp): Update comment.
5264 Decomment disabled code.
5265 Add LOC_COMPUTED* cases.
5266 Modify to use temporary struct symbols (marked as being in
5267 UNDEF_NAMESPACE) to indicate unresolved names, instead of
5268 OP_UNRESOLVED_VALUE.
5269 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
5270 Add OP_STRING case.
5271 Remove OP_ARRAY.
5272 Use SYMBOL_PRINT_NAME instead of ada_demangle.
5273 Use new ada_lookup_symbol_list interface.
5274 Use new ada_resolve_function interface.
5275 Remove OP_TYPE case.
5276
5277 (ada_args_match): Idiot proof against null actuals.
5278 Use intermediate variables to clarify.
5279 (ada_resolve_function): Update comment and interface.
5280 (mangled_ordered_before): Rename to encoded_ordered_before and
5281 update comment.
5282 (sort_choices): Update comment and interface.
5283 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
5284 (user_select_syms): New interface.
5285 Use new sort_choices interface.
5286 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
5287 (possible_user_operator_p): Idiot-proof against null values.
5288 (ada_simple_renamed_entity): Don't make cleanup; rely on
5289 caller to free result string.
5290 Remove const from return type.
5291 (make_array_descriptor): Rename uses of place_on_stack to
5292 ensure_lval.
5293 Make sure that arrays are on stack.
5294
5295 (HASH_SIZE): Define.
5296 (struct cache_entry): Define.
5297 (cache_space): Define.
5298 (cache): Define.
5299 (clear_ada_sym_cache): New function.
5300 (find_entry): New function.
5301 (lookup_cached_symbol): New function.
5302 (defn_vector_size): Define.
5303 (cache_symbol): New function.
5304 (defn_symbols): Remove.
5305
5306 (standard_lookup): Use lookup_symbol_in_language to get effect of
5307 C lookup.
5308 Cache results.
5309
5310 (symbol_completion_match): New function.
5311 (symbol_completion_add): New function.
5312 (ada_make_symbol_completion_list): New function.
5313
5314 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
5315 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
5316 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5317 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
5318
5319 (ada_lookup_simple_minsym): New function.
5320 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
5321
5322 (add_symbols_from_enclosing_procs): New interface.
5323 Conditionalize more helpfully.
5324 Don't bother if program isn't running.
5325 Use new interface to get_frame_block.
5326 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
5327
5328 (remove_extra_symbols): New interface.
5329 (xget_renaming_scope): New function.
5330 (is_package_name): New function.
5331 (renaming_is_visible): New function.
5332 (remove_out_of_scope_renamings): New function.
5333
5334 (ada_lookup_symbol_list): New interface.
5335 Properly reinitialize the symbol list obstack.
5336 Don't call add_symbols_from_enclosing_procs if we start from a
5337 static or global block.
5338 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
5339 add_symbols_from_enclosing_procs.
5340 Add symtab data to cached entries.
5341 Handle symbols prefixed with
5342 "standard__" specially; strip prefix and don't look in local symbols.
5343 Do not include out of scope renaming symbols in list of
5344 symbols returned.
5345 Add const to block parameter.
5346 Move check for non-local, non-global symbols earlier.
5347 Remove timing stuff.
5348 (ada_lookup_symbol): New interface.
5349 Find symtab as well.
5350 (ada_lookup_symbol_nonlocal): New function.
5351
5352 (is_name_suffix): Enhance suffix detection to recognize
5353 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
5354 (is_dot_digits_suffix): New function.
5355 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
5356
5357 (ada_add_block_symbols): New interface. Use obstack to return results
5358 in a vector of struct ada_symbol_infos. Add symtab argument.
5359 Use new interface to add_defn_to_vec.
5360 Remove calls to fill_in_ada_prototype.
5361 Use BLOCK_BUCKETS, BLOCK_BUCKET.
5362
5363 (ada_finish_decode_line_1): Add const qualification to local to fix
5364 warning.
5365 Start looking in static block for functions to avoid attempts
5366 to search frame chain for up-level variables.
5367 Adapt to new ada_sals_for_line interface.
5368 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
5369 Handle quoting of the function name inside the spec string.
5370 Skip prologue when funfirstline is set and update the
5371 function documentation to that effect.
5372
5373 (debug_print_lines, debug_print_block, debug_print_blocks,
5374 debug_print_symtab): Remove.
5375
5376 (ada_main_name): New function.
5377 (ada_exception_breakpoint_type): New function.
5378 (is_known_support_routine): New function.
5379 (ada_find_printable_frame): Renamed from find_printable_frame and made
5380 global.
5381 Remove level parameter.
5382 Use new interface to select_frame.
5383
5384 (begin_command): Remove.
5385 (ada_adjust_exception_stop): New function.
5386 (ada_print_exception_stop): New function.
5387 (exception_name_from_cond): New function.
5388 (ada_report_exception_break): Replace disabled code with
5389 conditionalization on GNAT_GDB.
5390 Get the exception name from the condition string.
5391 Remove and move functionality into new functions
5392 ada_print_exception_breakpoint_task and
5393 ada_print_exception_breakpoint_nontask.
5394 (error_breakpoint_runtime_sym_not_found): New function.
5395 (is_runtime_sym_defined): New function.
5396 (ada_breakpoint_rewrite): Uncomment suppressed code.
5397 Use symbolic error-message and runtime-symbol names.
5398 Surround runtime symbol names in quotes.
5399 Allow non-specific breakpoints on exceptions and assertions before
5400 program starts.
5401
5402 (ada_is_tagged_type): Add parameter.
5403 (ada_is_tag_type): New function.
5404 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
5405 (ada_variant_discrim_type): Ditto.
5406 (value_tag_from_contents_and_address): New function.
5407 (type_from_tag): New function.
5408 (struct tag_args): New structure used to communicate with
5409 ada_tag_name_1.
5410 (ada_tag_name_1): New function.
5411 (ada_tag_name): New function.
5412
5413 (ada_scan_number): Update comment.
5414 (find_struct_field): New function.
5415 (ada_search_struct_field): Make static.
5416 (ada_value_struct_elt): New version that returns references when
5417 given pointers or references to structs.
5418 (ada_lookup_struct_elt_type): Add 'refok' parameter.
5419 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
5420 interface.
5421 (ada_value_ind): Use new ada_to_fixed_value interface.
5422 (ada_coerce_ref): Ditto.
5423 (field_offset): Remove.
5424
5425 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
5426 (ada_find_renaming_symbol): New function.
5427 (ada_prefer_type): Prefer named types over unnamed ones.
5428 (variant_field_index): New function.
5429 (contains_variant_part): Removed: subsumed by variant_field_index.
5430 (ada_template_to_fixed_record_type): New function, mostly from
5431 template_to_fixed_record_type.
5432 (template_to_fixed_record_type):
5433 Do not scan the type fields beyond the last one; prevents a
5434 potential SEGV.
5435 Handle case where variant field is listed BEFORE discriminant it
5436 depends on.
5437 Fix calculation of record length when bit length is
5438 not evenly divisible by char length.
5439 Move code to ada_template_to_fixed_record_type and call it.
5440
5441 (template_to_static_fixed_type): Revise comment.
5442 Modify to work on ordinary record types as well as templates,
5443 so as to handle fields that use ___XVE or ___XVU encodings.
5444 (to_record_with_fixed_variant_part): Fill out comment.
5445 Initialize C++ stuff in right type.
5446 Allow case where DVAL is null.
5447 Handle case where variant field is not last.
5448 Fix typo concerning record length.
5449 (to_fixed_record_type): Decomment disabled code.
5450 (to_fixed_record_type): Use variant_field_index instead of
5451 contains_variant_part.
5452 (to_fixed_variant_branch_type): Ditto.
5453 (to_fixed_array_type): Decomment disabled code.
5454 (ada_to_fixed_type): Convert tagged types to the specific type.
5455 Deactivate the size-check for array types in order to avoid
5456 some false size alarms.
5457 (to_static_fixed_type): Decomment disabled code.
5458 Modify to call template_to_static_fixed_type
5459 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
5460 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
5461 Remove valaddr argument, as it is never really used.
5462 (ada_to_fixed_value): Change interface to act on single struct value*
5463 operand.
5464 (adjust_pc_past_prologue): New function.
5465 (ada_attribute_name): Modify to take enum exp_opcode argument.
5466
5467 (ada_enum_name): Recognize new homonym-distinguishing convention.
5468 Adjust local variable's type to remove compiler warning.
5469 Fix a small problem in the part that unqualifies the enumeration name.
5470 (ada_value_binop): New function.
5471 (ada_value_equal): New function.
5472
5473 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
5474 Don't give error message when not doing normal evaluation
5475 and a tagged type doesn't seem to contain a structure member.
5476 Give error message for packed arrays.
5477 For indexing arrays, handle pointers to packed arrays correctly.
5478 Handle case of 'first and 'last attributes of bare integral type
5479 without encoded subtype info.
5480 Remove some unnecessary casts.
5481 Fix uninitialized value of type in computing 'first, 'last, or 'length
5482 of array object.
5483 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
5484 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
5485 calls.
5486 Attributes are now exp_opcode values.
5487 Correct treatment of 'modulus.
5488 Better error message for taking 'length of wrong kind of type;
5489 improve comment.
5490 Change EVAL_NORMAL to noside for consistency.
5491 Use ada_value_binop for DIV, MOD, REM.
5492 Make special case out of array of length 0, since an argument
5493 of 0 upsets some platforms' malloc.
5494 Use OP_STRING instead of OP_ARRAY.
5495 For slice, add check that we have an array type before extracting
5496 a slice out of it. Avoids a SEGV.
5497 When evaluating an array slice, if the array type is a reference to
5498 an aligner type, then replace the aligner type by the actual type.
5499 Decomment disabled code.
5500 Remove some dead code.
5501 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
5502 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
5503 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
5504 and UNOP_MBR to UNOP_IN_RANGE.
5505 If an array type has a parallel ___XVE type, then use it.
5506 Turn arrays into pointers for lvalue arrays.
5507 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
5508 bounds error and handle 0-length slices.
5509 Use lim_warning.
5510 When selecting fields, apply ada_to_fixed_value (because the fields
5511 might have ___XVU or ___XVE encodings even if not dynamic.)
5512 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
5513 (ada_is_system_address_type): New function.
5514
5515 (get_var_value): Use new interface to ada_lookup_symbol_list.
5516 (get_int_var_value): New interface.
5517 (to_fixed_range_type): Allow unknown bound, with warning.
5518 (ada_is_modular_type): Decomment disabled code.
5519 (ADA_OPERATORS): New definition.
5520 (ada_operator_length): New function.
5521 (ada_expr_op_name): New function.
5522 (ada_forward_operator_length): New function.
5523 (ada_dump_subexp_body): New function.
5524 (ada_print_subexp): New function.
5525 (ada_exp_descriptor): New constant.
5526 (ada_op_print_tab): Add 'size. Remove FIXMEs.
5527 (ada_language_defn): Add ada_exp_descriptor entry.
5528 Change ada_parse => parse.
5529 Add post-parser entry.
5530 Use ada-specific non-local symbol lookup.
5531 Don't use C-style arrays.
5532 String lower-bound is 1.
5533 Decomment disabled code.
5534 (parse): New function.
5535 New fields ada_translate_error_message, ada_lookup_symbol,
5536 ada_lookup_minimal_symbol.
5537
5538 * ada-lang.h: Update copyright dates.
5539 Replace the mangle/demangle terminology throughout by the
5540 more appropriate encode/decode one.
5541 Include breakpoint.h.
5542 Forward declare struct partial_symbol, struct block.
5543 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
5544 (EXTRACT_ADDRESS): Remove.
5545 (EXTRACT_INT): Remove.
5546 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
5547 (MAX_ENCLOSING_FRAME_LEVELS): Define.
5548 (MAX_RENAMING_CHAIN_LENGTH): Define.
5549 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
5550
5551 (enum task_states): Remove.
5552 ada_task_states: Remove.
5553 (fat_string): Remove.
5554 (struct entry_call): Remove.
5555 (struct task_fields): Remove.
5556 (struct task_entry): Remove.
5557
5558 (struct ada_symbol_info): Define.
5559 (enum ada_attribute): Remove.
5560 (enum ada_operator): Define.
5561
5562 (ada_get_field_index): Declare.
5563 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
5564 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5565 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5566 (ada_lookup_symbol_list): New interface.
5567 (ada_decode_symbol): Declare.
5568 (ada_decode): Declare.
5569 (ada_lookup_symbol): New interface.
5570 (ada_update_initial_language): Declare.
5571 (ada_lookup_simple_minsym): Declare.
5572 (user_select_syms): New interface.
5573 (ada_sals_for_line): Declare.
5574 (ada_is_tagged_type): New interface.
5575 (ada_tag_name): Declare.
5576 (ada_lookup_struct_elt_type): Remove declaration.
5577 (ada_search_struct_field): Remove declaration.
5578 (ada_attribute_name): New interface.
5579 (ada_is_system_address_type): Declare.
5580 (ada_to_fixed_value): Remove declaration.
5581 (ada_template_to_fixed_record_type_1): Declare.
5582 (get_int_var_value): New interface.
5583 (ada_find_any_symbol): Declare.
5584 (ada_find_renaming_symbol): Declare.
5585 (ada_mangle): Rename to ada_encode.
5586 (ada_simple_renamed_entity): Remove const.
5587 (ada_main_name): Declare.
5588 (get_current_task): Rename to ada_get_current_task.
5589 (get_entry_number): Remove declaration.
5590 (ada_report_exception_break): Remove declaration.
5591 (ada_print_exception_breakpoint_nontask): Declare.
5592 (ada_print_exception_breakpoint_task): Declare.
5593 (ada_find_printable_frame): Declare.
5594
5595 * ada-lex.l: Update copyright notices.
5596 Use xmalloc and xfree instead of malloc and free.
5597 Use new interface to name_lookup.
5598 Use new interface to
5599 ada_mangle=>ada_encode.
5600 Redo handling of '$...' variable to parallel current treatment
5601 in c-exp.y.
5602 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
5603 digit_to_int, strtoulst, processInt, processReal, processId,
5604 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
5605 yywrap): Protoize.
5606
5607 (processInt): Use cast to remove harmless warning.
5608 (processReal): Modify to get rid of compiler warning on scan formats.
5609
5610 (processId): Replace xmalloc with obstack_alloc for name and remove
5611 call to ada_name_string_cleanup.
5612 Remove obsolete disabled code.
5613 (name_lookup): Ditto.
5614 New interface.
5615 Use obsavestring on temp_parse_space instead of savestring
5616 on name, and remove call to ada_name_string_cleanup.
5617 Free string returned from ada_simple_renamed_entity.
5618 Use new interface to ada_lookup_symbol_list.
5619 Decomment disabled code.
5620 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
5621 not types.
5622 When a type name lookup succeeds as a result of
5623 lookup_primitive_typename, check for regular type entry that has not
5624 yet been read in.
5625 Limit length of chain of renamed symbols we are willing to follow.
5626 Do not break names beginning with "standard__" into segments.
5627 (block_lookup): Use new interface to ada_lookup_symbol_list.
5628
5629 * ada-typeprint.c: Update copyright notice.
5630 (demangled_type_name): Rename to decoded_type_name.
5631 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
5632 (print_range_bound): Correct handling of negative
5633 bounds that make the index type looked unsigned under STABS.
5634 (print_dynamic_range_bound): Use new interface to get_int_var_value.
5635 (print_range_type_named): Use the builtin int type if no type
5636 corresponding to the given type name could be found.
5637 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
5638 Add some bullet-proofing.
5639 (print_variant_clauses): Allow for variant branches with ___XVU
5640 encodings that are not dynamic fields.
5641 Use new interface to ada_is_tagged_type.
5642 (print_record_type): Allow for fields with ___XVE encodings that
5643 are not dynamic fields.
5644 Use new interface to ada_is_tagged_type.
5645 (ada_print_type): ada_is_array_descriptor =>
5646 ada_is_array_descriptor_type.
5647
5648 * ada-valprint.c: Update copyright notice.
5649 Include gdb_string.h
5650 Include infcall.h
5651 (ui_memcpy): New function.
5652 (ada_print_floating): New function.
5653 (ada_print_str): Order arguments correctly.
5654 Correct handling of empty arrays and arrays of 0-length items.
5655 ada_is_array_descriptor => ada_is_array_descriptor_type
5656 Print values of type System.Address in hexadecimal format.
5657 Use ada_print_floating to print floating-point numbers in Ada format.
5658 Print class tag values with type names.
5659 No longer print the address of reference values. Avoids
5660 a potential confusion.
5661 (ada_value_print): Stop printing the object type for reference
5662 values, but preserve that behavior for access types. Avoids
5663 a potential confusion.
5664 Simplify one conditional expression, as the first part is now
5665 necessarily true.
5666 ada_is_array_descriptor => ada_is_array_descriptor_type
5667 Add check for arrays for null records, and print them by hand.
5668
5669 2004-06-01 Jim Blandy <jimb@redhat.com>
5670
5671 * ppc-tdep.h: Delete unused 'regoff' member.
5672 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
5673
5674 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
5675
5676 Fix PR symtab/1661.
5677 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
5678 (hpread_read_struct_type): Likewise.
5679
5680 2004-06-01 Andrew Cagney <cagney@gnu.org>
5681
5682 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
5683 instead of xasprintf.
5684 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
5685 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
5686 (mi_cmd_data_list_register_names)
5687 (mi_cmd_data_list_changed_registers)
5688 (mi_cmd_data_list_register_values)
5689 (get_register, mi_cmd_data_write_register_values)
5690 (mi_cmd_data_write_register_values)
5691 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
5692 (mi_cmd_target_download, mi_cmd_target_select)
5693 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
5694 (mi_execute_cli_command, mi_execute_async_cli_command)
5695 (mi_execute_async_cli_command): Ditto.
5696 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
5697 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
5698
5699 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
5700 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
5701 error_last_message instead of mi_error_last_message.
5702 * mi/mi-main.c (mi_error_last_message): Delete function.
5703
5704 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
5705 "invalid number of columns" error. Delete redundant "out of
5706 memory" check.
5707
5708 2004-05-31 Mark Kettenis <kettenis@gnu.org>
5709
5710 * i386bsd-nat.c: Don't include <sys/procfs.h>.
5711 (gregset_t, fpregset_t): Remove typedefs.
5712 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
5713 (REG_OFFSET): Rename argument.
5714 (i386bsd_r_reg_offset): Rename from reg_offset.
5715 (REG_ADDR): Remove macro.
5716 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
5717 functions.
5718 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
5719 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
5720 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
5721 instead of supply_gregset.
5722 (store_inferior_registers): Use `struct reg' and `struct fpreg'
5723 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
5724 instead of fill_gregset.
5725 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
5726
5727 * i386bsd-nat.c: Don't include "gregset.h".
5728 (supply_gregset, fill_gregset): Make static.
5729 (supply_fpregset, fill_fpregset): Remove.
5730 * Makefile.in (i386bsd-nat.o): Update dependencies.
5731
5732 2004-05-30 Mark Kettenis <kettenis@gnu.org>
5733
5734 * fbsd-proc.c: Include "regcache.h", "regset.h" and
5735 "gdb_assert.h". Con't include "gregset.h".
5736 (fbsd_make_corefile_notes): Use regset-based core file support
5737 instead off fill_gregset and fill_fpregset.
5738 * Makefile.in (fbsd-proc.o): Update dependencies.
5739
5740 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5741 instructions.
5742 (m88k_frame_prev_register): Simplify code a bit.
5743
5744 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5745 (amd64_collect_fpregset): New function.
5746 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5747
5748 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5749
5750 * i386-tdep.c (i386_supply_gregset): Adjust comment.
5751 (i386_collect_gregset): New function.
5752 (i386_supply_fpregset): Adjust comment.
5753 (i386_collect_fpregset): New function.
5754 (i386_regset_from_core_section): Use i386_collect_gregset and
5755 i386_collect_fpregset.
5756
5757 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5758 handle VALUEP being null.
5759
5760 * regset.h (collect_regset_ftype): Unconstify fourth argument.
5761
5762 2004-05-29 Mark Kettenis <kettenis@gnu.org>
5763
5764 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
5765
5766 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5767 assembler in OpenBSD 3.5-current.
5768 (amd64obsd_sigcontext_addr): Likewise.
5769
5770 2004-05-28 Jim Blandy <jimb@redhat.com>
5771
5772 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5773 register set, so our regcache isn't declared "legacy" and our E500
5774 pseudoregister read and write functions aren't ignored.
5775 (rs6000_register_byte, rs6000_register_raw_size,
5776 rs6000_register_virtual_type, rs6000_register_convertible,
5777 rs6000_register_convert_to_virtual,
5778 rs6000_register_convert_to_raw): Deleted.
5779 (rs6000_register_type, rs6000_convert_register_p,
5780 rs6000_register_to_value, rs6000_value_to_register): New
5781 functions.
5782 (rs6000_gdbarch_init): Don't register
5783 gdbarch_deprecated_register_size,
5784 gdbarch_deprecated_register_bytes,
5785 gdbarch_deprecated_register_byte,
5786 gdbarch_deprecated_register_raw_size,
5787 gdbarch_deprecated_register_virtual_type,
5788 gdbarch_deprecated_register_convertible,
5789 gdbarch_deprecated_register_convert_to_virtual, or
5790 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5791 register gdbarch_register_type, gdbarch_convert_register_p,
5792 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5793
5794 2004-05-26 Jim Blandy <jimb@redhat.com>
5795
5796 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5797 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5798 functions, updated to match the register numberings used in GCC.
5799 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5800 rs6000_dwarf2_reg_to_regnum as register number conversions
5801 functions for STABS and Dwarf2.
5802
5803 2004-05-26 Randolph Chung <tausq@debian.org>
5804
5805 * infttrace.h (target_waitkind): Forward declare type instead of pulling
5806 in header file.
5807
5808 2004-05-25 Joel Brobecker <brobecker@gnat.com>
5809
5810 * NEWS: Document new "start" command.
5811
5812 2004-05-25 Randolph Chung <tausq@debian.org>
5813
5814 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5815 hppa-linux.
5816
5817 2004-05-25 Randolph Chung <tausq@debian.org>
5818
5819 * hppa-hpux-tdep.c (offsetof): Define.
5820 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5821 (hppa32_hpux_frame_base_before_sigtramp)
5822 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5823 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5824 (hppa64_hpux_frame_base_before_sigtramp)
5825 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5826 functions.
5827 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5828 (hppa_hpux_sigtramp_frame_unwind_cache)
5829 (hppa_hpux_sigtramp_frame_this_id)
5830 (hppa_hpux_sigtramp_frame_prev_register)
5831 (hppa_hpux_sigtramp_frame_unwind)
5832 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5833 (hppa_hpux_init_abi): Register sigtramp unwinder.
5834 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5835
5836 2004-05-25 Randolph Chung <tausq@debian.org>
5837
5838 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5839 and multiple stack unwinds.
5840 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5841
5842 2004-05-25 Andrew Cagney <cagney@gnu.org>
5843
5844 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5845 * symfile-mem.h: Delete file.
5846 * symfile-mem.c: Do not include "symfile-mem.h".
5847 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5848 "struct bfd_section". When an error do not bother returning NULL.
5849 (add_symbol_file_from_memory_command): Use "struct bfd" and
5850 "struct bfd_section".
5851 * Makefile.in (symfile_mem_h): Delete.
5852 (symfile-mem.o): Update dependencies.
5853
5854 2004-05-25 Nick Roberts <nickrob@gnu.org>
5855
5856 * gdb-mi.el: New file.
5857
5858 2004-05-25 Andrew Cagney <cagney@gnu.org>
5859
5860 * inftarg.c: Include "observer.h".
5861 (child_attach, child_create_inferior): Notify inferior_created.
5862 * corelow.c: Include "observer.h".
5863 (core_open): Notify inferior_created.
5864 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5865
5866 2004-05-25 Andrew Cagney <cagney@gnu.org>
5867
5868 * target.h (struct target_ops): Add from_tty to
5869 to_create_inferior.
5870 (target_create_inferior, find_default_create_inferior): Update.
5871 * infcmd.c (run_command): Update.
5872 * wince.c (child_create_inferior): Update.
5873 * win32-nat.c (child_create_inferior): Update.
5874 * uw-thread.c (uw_thread_create_inferior): Update.
5875 * thread-db.c (thread_db_create_inferior): Update.
5876 * target.c (debug_to_create_inferior)
5877 (find_default_create_inferior): Update.
5878 (maybe_kill_then_create_inferior): Update.
5879 * sol-thread.c (sol_thread_create_inferior): Update.
5880 * remote.c (extended_remote_async_create_inferior)
5881 (extended_remote_create_inferior): Update.
5882 * remote-vx.c (vx_create_inferior): Update.
5883 * remote-st.c (st2000_create_inferior): Update.
5884 * remote-sim.c (gdbsim_create_inferior): Update.
5885 * remote-sds.c (sds_create_inferior): Update.
5886 * remote-rdp.c (remote_rdp_create_inferior): Update.
5887 * remote-rdi.c (arm_rdi_create_inferior): Update.
5888 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5889 * remote-e7000.c (e7000_create_inferior): Update.
5890 * procfs.c (procfs_create_inferior): Update.
5891 * ocd.c (ocd_create_inferior): Update.
5892 * ocd.h (ocd_create_inferior): Update.
5893 * nto-procfs.c (procfs_create_inferior): Update.
5894 * monitor.c (monitor_create_inferior): Update.
5895 * lin-lwp.c (lin_lwp_create_inferior): Update.
5896 * inftarg.c (child_create_inferior): Update.
5897 * hpux-thread.c (hpux_thread_create_inferior): Update.
5898 * gnu-nat.c (gnu_create_inferior): Update.
5899
5900 2004-05-25 Andrew Cagney <cagney@gnu.com>
5901
5902 * MAINTAINERS: Update e-mail address.
5903
5904 2004-05-24 Randolph Chung <tausq@debian.org>
5905
5906 * thread.c (info_threads_command, thread_apply_all_command)
5907 (thread_apply_command, thread_command, do_captured_thread_select):
5908 Remove HPUXHPPA-specific code.
5909
5910 2004-05-24 Randolph Chung <tausq@debian.org>
5911
5912 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5913 unused symbols.
5914 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5915 references.
5916
5917 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5918
5919 * infcmd.c (kill_if_already_running): New function, extracted
5920 from run_command().
5921 (run_command): Replace extracted code by call to
5922 kill_if_already_running().
5923 (start_command): New function.
5924 (_initialize_infcmd): Add "start" command.
5925
5926 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5927
5928 Add OpenBSD/m88k support.
5929 * NEWS (New native configurations): Mention OpenBSD/m88k.
5930 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5931 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5932 * Makefile.in (m88k_tdep_h): New variable.
5933 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5934 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5935 * configure.host: Add m88*-*-openbsd*.
5936 * configure.tgt: Add m88*-*-openbsd*.
5937
5938 2004-05-24 Jim Blandy <jimb@redhat.com>
5939
5940 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5941 to approve changes.
5942
5943 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5944
5945 * symtab.c (fixup_section): Search section table when lookup by
5946 name fails.
5947
5948 2004-05-24 Randolph Chung <tausq@debian.org>
5949
5950 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5951 be "small_struct".
5952
5953 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5954
5955 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5956 register number in regcache_raw_collect call.
5957 (m68kbsd_collect_fpregset): Likewise.
5958 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5959
5960 * regset.h (struct regset): Add back `regset' member.
5961
5962 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5963
5964 * configure.in: Check for td_pcb in `struct thread'.
5965 * configure, config.in: Regenerated.
5966
5967 * dpx2-nat.c: Remove file.
5968 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5969 (dpx2-nat.o): Remove dependencies.
5970
5971 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5972 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5973 (amd64obsd_supply_pcb): New function.
5974 (_initialize_amd64obsd_nat): Enable libkvm interface.
5975 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5976 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5977 (LOADLIBES): New variable.
5978
5979 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5980 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5981 (sparc32nbsd_supply_pcb): New function.
5982 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5983 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5984 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5985 (LOADLIBES): New variable.
5986
5987 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5988
5989 * bsd-kvm.c, bsd-kvm.h: New files.
5990 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5991 "bsd-kvm.h".
5992 (i386fbsd_supply_pcb): New function.
5993 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5994 (i386fbsd-nat.o): Update dependencies.
5995 (bsd_kvm_h): New variable.
5996 (bsd-kvm.o): New dependency.
5997 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5998 (LOADLIBES): New variable.
5999
6000 * regset.c: Tweak comment.
6001 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
6002 macro.
6003 * regset.h: Update copyright year.
6004 (struct regset): Remove `descr' member, add `gdbarch' member.
6005 (regset_alloc): Adjust prototype and comment.
6006 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
6007 (i386_supply_fpregset): Likewise.
6008 (i386_regset_from_core_section): Update call to regset_alloc.
6009 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
6010 REGSET->arch.
6011 (i386obsd_aout_regset_from_core_section): Update call to
6012 regset_alloc.
6013 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
6014 REGSET->arch.
6015 (i386nbsd_aout_regset_from_core_section): Update call to
6016 regset_alloc.
6017 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
6018 REGSET->arch.
6019 (amd64_regset_from_core_section): Update call to regset_alloc.
6020 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
6021 REGSET->arch.
6022 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
6023 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
6024 &sparc32nbsd_gregset in sparc32_supply_gregset call.
6025 (sparc32nbsd_init_abi): Update call to regset_alloc.
6026 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
6027 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
6028 (sparc64obsd_init_abi): Update call to regset_alloc.
6029 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
6030 &sparc64nbsd_gregset in sparc64_supply_gregset call.
6031 (sparc64nbsd_init_abi): Update call to regset_alloc.
6032 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
6033 &sparc64fbsd_gregset in sparc64_supply_gregset call.
6034 (sparc64fbsd_init_abi): Update call to regset_alloc.
6035
6036 2004-05-22 Jim Blandy <jimb@redhat.com>
6037
6038 * ppc-tdep.h (spe_register_p): New declaration.
6039 (struct gdbarch_tdep): New members: ppc_acc_regnum and
6040 ppc_spefscr_regnum.
6041 * rs6000-tdep.c (spe_register_p): New function.
6042 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
6043 spefscr.
6044 (rs6000_gdbarch_init): Initialize the new members of the tdep
6045 structure.
6046
6047 2004-05-21 Jim Blandy <jimb@redhat.com>
6048
6049 * ppc-linux-nat.c (fetch_register): Move code back to be next
6050 to the comment that describes it. (Moved code, instead of
6051 comment, for symmetry with store_register.)
6052
6053 Allocate regset structures in the gdbarch's obstack, not using
6054 xmalloc.
6055 * regset.c (regset_alloc): Renamed from regset_xmalloc.
6056 Add 'arch' argument. Allocate the regset on arch's obstack, not
6057 using xmalloc.
6058 * regset.h (regset_alloc): Update declaration.
6059 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
6060 gdbarch argument.
6061 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6062 * i386-tdep.c (i386_regset_from_core_section): Same.
6063 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6064 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6065 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6066 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6067 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6068 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6069
6070 2004-05-21 Joel Brobecker <brobecker@gnat.com>
6071
6072 * config/djgpp/fnchange.lst: Undo previous change, was useless.
6073
6074 2004-05-21 Jim Blandy <jimb@redhat.com>
6075
6076 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
6077 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
6078
6079 2004-05-20 Jim Blandy <jimb@redhat.com>
6080
6081 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
6082
6083 2004-05-20 Mark Kettenis <kettenis@gnu.org>
6084
6085 * regset.h: Make prototype const-correct.
6086 * regset.c (regset_xmalloc): Make const-correct.
6087
6088 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
6089
6090 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
6091 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
6092 (symbol_search_name): Declare.
6093
6094 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
6095 (iter_name_next_hashed): Ditto.
6096 (iter_name_next_linear): Ditto.
6097 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
6098
6099 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
6100 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
6101 (symbol_search_name): New function.
6102
6103 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
6104
6105 * minsyms.c (build_minimal_symbol_hash_tables): Change
6106 test for adding to demangled hash table to check for difference
6107 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
6108
6109 2004-05-19 Jim Blandy <jimb@redhat.com>
6110
6111 Use a constructor function to create regset structures.
6112 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
6113 (struct regset): Use supply_regset_ftype. Add new
6114 'collect_regset' member.
6115 (regset_xmalloc): New declaration.
6116 * regset.c: New file.
6117 * am64-tdep.c (amd64_regset_from_core_section): Use
6118 regset_xmalloc to construct regset structures.
6119 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6120 * i386-tdep.c (i386_regset_from_core_section): Same.
6121 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6122 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6123 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6124 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6125 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6126 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6127 * Makefile.in (COMMON_OBS): Add regset.o.
6128 (regset.o): New rule.
6129
6130 2004-05-19 Joel Brobecker <brobecker@gnat.com>
6131
6132 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
6133 and pthread_cond_wait.c.
6134
6135 2004-05-18 Jim Blandy <jimb@redhat.com>
6136
6137 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
6138 before the mach-specific switch, and then let the individual cases
6139 override the defaults, rather than leaving them uninitialized
6140 until the switch and then setting them in each case.
6141
6142 2004-05-18 Randolph Chung <tausq@debian.org>
6143
6144 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
6145 millicode functions.
6146
6147 2004-05-18 Randolph Chung <tausq@debian.org>
6148
6149 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
6150 references to dld_flags_buffer consistent.
6151
6152 2004-05-18 Randolph Chung <tausq@debian.org>
6153
6154 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
6155 it for unwinding the stack.
6156
6157 2004-05-18 Randolph Chung <tausq@debian.org>
6158
6159 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
6160 Undefine these so we can overide them using gdbarch.
6161
6162 2004-05-18 Randolph Chung <tausq@debian.org>
6163
6164 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
6165 handling for 64-bit HPUX (elf).
6166
6167 2004-05-18 Daniel Jacobowitz <dan@debian.org>
6168
6169 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
6170 constants.
6171 * amd64-tdep.c (amd64_skip_prologue): Likewise.
6172 * ia64-tdep.c (examine_prologue): Likewise.
6173 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
6174 * v850-tdep.c (v850_fix_call_dummy): Likewise.
6175
6176 2004-05-18 Mark Kettenis <kettenis@gnu.org>
6177
6178 * vax-tdep.c (vax_return_value): Implement
6179 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6180
6181 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6182
6183 * vax-tdep.c (vax_return_value): Fix typo.
6184
6185 2004-05-17 Andrew Cagney <cagney@redhat.com>
6186
6187 * MAINTAINERS: Mark Salter was also responsible for
6188 testsuite/config/
6189
6190 * NEWS: Mention signal fixes.
6191
6192 2004-05-17 Randolph Chung <tausq@debian.org>
6193
6194 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
6195 check to see if we are unwinding an export stub. Export stubs clobber
6196 the %rp in the call path and stores the original rp in a stack slot.
6197
6198 2004-05-17 Jim Blandy <jimb@redhat.com>
6199
6200 * MAINTAINERS: Update address for J.T. Conklin.
6201
6202 2004-05-17 Randolph Chung <tausq@debian.org>
6203
6204 * hppa-tdep.c: Remove superfluous #include's.
6205 * Makefile.in (hppa-tdep.o): Update dependencies.
6206
6207 2004-05-17 Randolph Chung <tausq@debian.org>
6208
6209 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
6210 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
6211 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
6212 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
6213 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
6214 Remove static function declarations.
6215
6216 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6217
6218 * alphabsd-nat.c: Update copyright year.
6219 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
6220
6221 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
6222 and M68K_A2_REGNUM.
6223
6224 * m68k-tdep.c (m68k_svr4_return_value): Implement
6225 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6226
6227 2004-05-16 Mark Kettenis <kettenis@gnu.org>
6228
6229 * sol-thread.c Update copyright year. Fix various coding
6230 standards violations. Tweak a few comments.
6231 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
6232 Delete prototypes.
6233
6234 2004-05-15 Randolph Chung <tausq@debian.org>
6235
6236 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
6237 as pointer instead of array reference since HPUX compiler does
6238 not accept unsized array arguments.
6239 * somsolib.c (dld_flags_buffer): Use constant array size.
6240
6241 2004-05-15 Mark Kettenis <kettenis@gnu.org>
6242
6243 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
6244 offset with decimal offset.
6245 (amd64obsd_sigcontext_addr): Return correct address for entire
6246 signal trampoline.
6247
6248 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
6249 instead of get_frame_base.
6250
6251 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
6252 (fill_gregset): Use regcache_raw_collect.
6253
6254 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
6255 ppcobsd-tdep.c.
6256
6257 * config/sparc/tm-nbsd64.h: Remove file.
6258 * config/tm-sunos.h: Remove file.
6259
6260 2004-05-15 Joel Brobecker <brobecker@gnat.com>
6261
6262 * rs6000-tdep.c (store_param_on_stack_p): New function,
6263 an improved version of some code extracted from skip_prologue().
6264 (skip_prologue): Use store_param_on_stack_p() to detect
6265 instructions saving a parameter on the stack. Detect when r0
6266 is used to save a parameter.
6267 Do not mark "li rx, SIMM" instructions as part of the prologue,
6268 unless the following instruction is also part of the prologue.
6269
6270 2004-05-14 Andrew Cagney <cagney@redhat.com>
6271
6272 * infrun.c (handle_inferior_event): Simplify
6273 STEP_OVER_UNDEBUGGABLE.
6274
6275 * infrun.c (handle_step_into_function): Delete function.
6276 (handle_inferior_event): Inline calls to
6277 handle_step_into_function.
6278
6279 2004-05-14 Jerome Guitton <guitton@gnat.com>
6280
6281 * rs6000-nat.c: Fix a comment.
6282
6283 2004-05-12 David Anderson <davea@sgi.com>
6284
6285 Committed by Jim Blandy <jimb@redhat.com>:
6286 * regcache.c (struct regcache_descr): fix comment spelling.
6287
6288 2004-05-13 J. Brobecker <brobecker@gnat.com>
6289
6290 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
6291 Fixes a link link failure.
6292
6293 2004-05-13 J. Brobecker <brobecker@gnat.com>
6294
6295 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
6296 error that was causing the build to fail.
6297
6298 2004-05-13 J. Brobecker <brobecker@gnat.com>
6299
6300 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
6301 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
6302
6303 2004-05-13 Andrew Cagney <cagney@redhat.com>
6304
6305 * infrun.c (handle_inferior_event): Check for
6306 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
6307 calls. Update comments.
6308
6309 2004-05-13 Jim Blandy <jimb@redhat.com>
6310
6311 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
6312 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6313 (store_regs_user_thread, store_regs_kernel_thread): Use
6314 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
6315 * ppc-linux-nat.c (fill_gregset): Same.
6316 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
6317 (ppc_linux_sigtramp_cache): Same.
6318 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
6319 (ppcnbsd_sigtramp_cache_init): Same.
6320 * rs6000-nat.c (fetch_core_registers): Same.
6321 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
6322 (rs6000_frame_cache): Same.
6323
6324 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
6325 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
6326 of assuming that the gprs are numbered starting with zero.
6327 * ppc-linux-nat.c (fill_gregset): Same.
6328 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
6329 * ppcnbsd-nat.c (getregs_supplies): Same.
6330 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
6331 * rs6000-nat.c (fetch_core_registers): Same.
6332 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
6333
6334 2004-05-07 Michael Snyder <msnyder@redhat.com>
6335
6336 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
6337 LOC_COMPUTED_ARG, and LOC_INDIRECT.
6338
6339 2004-05-13 Andrew Cagney <cagney@redhat.com>
6340
6341 * infrun.c (handle_inferior_event): Use frame_unwind_id.
6342
6343 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6344
6345 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
6346 base_address for shared libraries.
6347
6348 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6349
6350 * MAINTAINERS (write after approval): Add myself.
6351
6352 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6353
6354 * breakpoint.c (bpstat_stop_status): Add new argument
6355 STOPPED_BY_WATCHPOINT. Use it instead of testing
6356 target_stopped_data_address agaist 0 to check whether
6357 or not we stopped due to a hardware watchpoint.
6358 * breakpoint.h (bpstat_stop_status): Adapt prototype.
6359 * infrun.c (handle_inferior_event): Call bpstat_stop_status
6360 with new argument.
6361
6362 2004-05-12 Jim Blandy <jimb@redhat.com>
6363
6364 * configure.in: When checking whether we should use the -bbigtoc
6365 option, don't forget to restore the original value of LDFLAGS.
6366 * configure: Regenerated.
6367
6368 2004-05-12 Andrew Cagney <cagney@redhat.com>
6369
6370 * thread.c (load_infrun_state): Delete step_sp.
6371 * infrun.c (context_switch): Ditto.
6372 * inferior.h (step_sp): Ditto.
6373 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
6374 * gdbthread.h (struct thread_info, save_infrun_state)
6375 (restore_infrun_state): Ditto.
6376
6377 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
6378
6379 * MAINTAINERS (write after approval): Add myself.
6380
6381 2004-05-12 Andrew Cagney <cagney@redhat.com>
6382
6383 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
6384 eliminate reference to step_sp.
6385 (struct execution_control_state, init_execution_control_state)
6386 (handle_inferior_event, keep_going): Delete update_step_sp and
6387 step_sp.
6388 * infcmd.c (step_sp): Note that variable is unused.
6389
6390 2004-05-11 Andrew Cagney <cagney@redhat.com>
6391
6392 * infrun.c (step_over_function): Delete function.
6393 (handle_step_into_function): Use insert_step_resume_breakpoint.
6394 (insert_step_resume_breakpoint): Fix assertion.
6395
6396 2004-05-11 Nick Roberts <nickrob@gnu.org>
6397
6398 * utils.c (defaulted_query): Just use the normal query input type
6399 when printing the annotations.
6400
6401 2004-05-11 Andrew Cagney <cagney@redhat.com>
6402
6403 * infrun.c (handle_inferior_event): Simplify code handling
6404 step-into or return-from a signal trampoline.
6405
6406 2004-05-11 Andrew Cagney <cagney@redhat.com>
6407
6408 * ppcnbsd-tdep.c: Include "gdb_assert.h".
6409 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
6410
6411 2004-05-10 Jim Blandy <jimb@redhat.com>
6412
6413 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
6414 with a call to internal_error.
6415
6416 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
6417 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
6418 processor variant lacks those registers.
6419 (ppc_floating_point_unit_p): Change description to make it clear
6420 that this returns info about the ISA, not the ABI.
6421 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
6422 return true or false by checking tdep->ppc_fp0_regnum and
6423 tdep->ppc_fpscr_regnum. The original code replicated the BFD
6424 arch/mach switching done in rs6000_gdbarch_init; it's better to
6425 keep that logic there, and just check the results here.
6426 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
6427 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
6428 floating-point registers.
6429 (ppc_supply_fpregset, ppc_collect_fpregset)
6430 (rs6000_push_dummy_call, rs6000_extract_return_value)
6431 (rs6000_store_return_value): Assert that we have floating-point
6432 registers.
6433 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
6434 (rs6000_frame_cache): Don't note the locations at which
6435 floating-point registers were saved if we have no fprs.
6436 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
6437 registers.
6438 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6439 (store_regs_user_thread, store_regs_kernel_thread): Only call
6440 supply_fprs / fill_fprs if we actually have floating-point
6441 registers.
6442 (special_register_p): Check ppc_fpscr_regnum before matching
6443 against it.
6444 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
6445 supply / collect fpscr if we don't have it.
6446 * ppc-bdm.c: #include "gdb_assert.h".
6447 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
6448 have floating-point registers, since I can't test this code on
6449 FP-free systems to adapt it.
6450 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
6451 fpscr and floating point register numbers if they don't exist.
6452 (fetch_register): Assert that we have floating-point registers
6453 before we reach the code that handles them.
6454 (store_register): Same. And use tdep instead of calling
6455 gdbarch_tdep again.
6456 (fill_fpregset): Don't try to collect FP registers and fpscr if we
6457 don't have them.
6458 (ppc_linux_sigtramp_cache): Don't record the saved locations of
6459 fprs and fpscr if we don't have them.
6460 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
6461 don't have them.
6462 * ppcnbsd-nat.c: #include "gdb_assert.h".
6463 (getfpregs_supplies): Assert that we have floating-point registers.
6464 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
6465 * ppcobsd-tdep.c: #include "gdb_assert.h".
6466 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
6467 have floating-point registers.
6468 * rs6000-nat.c (regmap): Don't match against the fpscr and
6469 floating point register numbers if they don't exist.
6470 (fetch_inferior_registers, store_inferior_registers,
6471 fetch_core_registers): Only fetch / store / supply the
6472 floating-point registers and the fpscr if we have them.
6473 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
6474 (ppcobsd-tdep.o): Update dependencies.
6475
6476 2004-05-10 Andrew Cagney <cagney@redhat.com>
6477
6478 * infrun.c (through_sigtramp_breakpoint): Delete variable.
6479 (context_switch): Do not switch through_sigtramp_breakpoint.
6480 * gdbthread.h (save_infrun_state, load_infrun_state)
6481 (struct thread_info): Delete through_sigtramp_breakpoint parameter
6482 and structure member.
6483 * thread.c (load_infrun_state, save_infrun_state): Update.
6484
6485 2004-05-10 Mark Kettenis <kettenis@gnu.org>
6486
6487 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
6488
6489 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6490
6491 * acinclude.m4: Quote macro names being defined by AC_DEFUN
6492 throughout.
6493 * aclocal.m4: Regenerate.
6494
6495 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
6496
6497 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
6498
6499 2004-05-10 Andrew Cagney <cagney@redhat.com>
6500
6501 * infrun.c (check_sigtramp2): Delete function.
6502 (handle_inferior_event): When single stepping, and taking a
6503 signal, set a breakpoint at the signal return address. Delete
6504 redundant calls to check_sigtramp2.
6505 (insert_step_resume_breakpoint): New function.
6506 (through_sigtramp_breakpoint, handle_inferior_event)
6507 (follow_exec, wait_for_inferior, fetch_inferior_event)
6508 (currently_stepping, keep_going): Delete most uses of
6509 through_sigtramp_breakpoint, not that it should be deleted.
6510 (delete_breakpoint_current_contents): Delete function.
6511
6512 2004-05-10 Randolph Chung <tausq@debian.org>
6513
6514 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
6515 target.
6516 * config/pa/tm-linux.h: New file.
6517
6518 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
6519
6520 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
6521 of prefixes. Don't print the prefix twice in the CLI.
6522
6523 2004-05-10 Jim Blandy <jimb@redhat.com>
6524
6525 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
6526 collect all the gprs.
6527
6528 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
6529 loop collecting gprs.
6530
6531 2004-05-09 Andrew Cagney <cagney@redhat.com>
6532
6533 * remote-vx.c (net_step): Delete step-range code.
6534 * remote.c (remote_resume, init_all_packet_configs)
6535 (set_remote_protocol_E_packet_cmd)
6536 (show_remote_protocol_E_packet_cmd)
6537 (remote_protocol_E, show_remote_cmd, _initialize_remote)
6538 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
6539 (show_remote_protocol_e_packet_cmd): Ditto.
6540
6541 2004-05-09 Mark Kettenis <kettenis@gnu.org>
6542
6543 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
6544
6545 * hppa-tdep.h: Update copyright year.
6546 (struct trad_frame_saved_reg): Add opaque declaration.
6547
6548 * amd64-tdep.c (amd64_return_value): Implement
6549 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6550
6551 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
6552 (m68k_value_to_register): New functions.
6553 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
6554 value_to_register.
6555
6556 * defs.h (enum return_value_convention): Add
6557 RETURN_VALUE_ABI_RETURNS_ADDRESS and
6558 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6559 * infcmd.c (legacy_return_value): New function.
6560 (print_return_value): Rwerite to implement
6561 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6562 * values.c (using_struct_return): Check for inequality to
6563 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
6564 RETURN_VALUE_STRUCT_CONVENTION.
6565 * i386-tdep.c (i386_return_value): Implement
6566 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6567
6568 * vax-tdep.c: Tweak comments. Reorder include files. Don't
6569 include "symtab.h", "opcode/vax.h" and "inferior.h".
6570 (vax_skip_prologue): Replace calls to read_memory_integer by calls
6571 to read_memory_unsigned_integer.
6572 (vax_gdbarch_init): Reorder.
6573 (_initialize_vax_tdep): Spell out prototype.
6574 * Makefile.in (vax-tdep.o): Update dependencies.
6575
6576 2004-05-08 Andrew Cagney <cagney@redhat.com>
6577
6578 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
6579 * target.c (target_detach, target_disconnect): Ditto.
6580
6581 * infcall.c (call_function_by_hand): When no
6582 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
6583 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
6584 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
6585 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6586 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6587
6588 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
6589 * gdbarch.h, gdbarch.c: Re-generate.
6590 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6591 deprecated_fix_call_dummy.
6592 * v850-tdep.c (v850_gdbarch_init): Ditto.
6593 * infcall.c (call_function_by_hand): Do not call
6594 DEPRECATED_FIX_CALL_DUMMY.
6595
6596 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
6597 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
6598 * gdbarch.h, gdbarch.c: Re-generate.
6599 * arm-linux-tdep.c (arm_linux_call_dummy_words)
6600 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
6601 deprecated_sizeof_call_dummy_words.
6602 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
6603 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6604 * v850-tdep.c (v850_gdbarch_init): Ditto.
6605 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
6606 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
6607 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6608 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6609 * arch-utils.h (legacy_call_dummy_words)
6610 (legacy_sizeof_call_dummy_words): Delete declarations.
6611 * arch-utils.c (legacy_call_dummy_words)
6612 (legacy_sizeof_call_dummy_words): Delete variables.
6613
6614 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
6615 * gdbarch.h, gdbarch.c: Re-generate.
6616 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
6617 * infcall.c (call_function_by_hand): Eliminate call to
6618 DEPRECATED_PUSH_DUMMY_FRAME.
6619 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6620 push_dummy_frame.
6621 (ns32k_push_dummy_frame): Delete function.
6622
6623 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6624 deprecated_call_dummy_breakpoint_offset or
6625 deprecated_call_dummy_start_offset.
6626 * dummy-frame.c, arm-tdep.c: Update comments.
6627 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
6628 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
6629 * gdbarch.h, gdbarch.c: Re-generate.
6630
6631 * infcall.c (legacy_push_dummy_code): Delete function.
6632 (push_dummy_code): Delete call.
6633
6634 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
6635 * gdbarch.h, gdbarch.c: Re-generate.
6636 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
6637 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
6638 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
6639 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
6640
6641 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
6642 (struct frame_info): Delete opaque declaration.
6643 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
6644 * frame.c (get_frame_type): Delete call.
6645
6646 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6647 pc_in_call_dummy.
6648 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
6649 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
6650
6651 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6652
6653 * alphanbsd-tdep.c: Include "gdb_string.h".
6654 * armnbsd-tdep.c: Update copyright year.
6655 Include "gdb_string.h".
6656 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
6657 dependencies.
6658
6659 * delta68-nat.c: Remove file.
6660 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
6661 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
6662 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
6663 (delta68-nat.o): Remove dependency.
6664
6665 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
6666 function.
6667 (m68k_gdbarch_init): Don't set
6668 deprecated_frameless_function_invocation.
6669
6670 2004-05-07 Randolph Chung <tausq@debian.org>
6671
6672 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
6673 read_memory_nobpt for code reading when doing frame unwinding.
6674 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
6675
6676 2004-05-07 Randolph Chung <tausq@debian.org>
6677
6678 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
6679 instead of sp, handle sigaltstack case.
6680 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
6681 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
6682 signal handler and not that of the caller.
6683 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
6684 hppa_linux_sigtramp_find_sigcontext.
6685
6686 2004-05-07 Randolph Chung <tausq@debian.org>
6687
6688 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
6689 hppa-linux-nat.c.
6690 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
6691 * hppa-linux-nat.c (fetch_register, store_register): Define.
6692 (fetch_inferior_registers, store_inferior_registers): Define.
6693 (supply_gregset): Add comment and clean up some unneeded code.
6694 (fill_gregset): Add comment and fix so that it saves registers in
6695 the right place in the gregset.
6696 (fill_fpregset): Fix buffer overrun problem.
6697 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6698
6699 2004-05-07 Randolph Chung <tausq@debian.org>
6700
6701 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
6702 do common handling of the pcoqt register.
6703 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
6704 to use helper function.
6705 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
6706 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
6707 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
6708 generic fallback unwinder when all else fails.
6709 (hppa_gdbarch_init): Add fallback sniffer.
6710 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
6711 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
6712 to use helper function.
6713
6714 2004-05-08 Joel Brobecker <brobecker@gnat.com>
6715
6716 * config/djgpp/fnchange.lst: Add translation rules for
6717 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
6718
6719 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6720
6721 * frame.c (get_prev_frame_1): Work around GCC bug.
6722 * frame.h: Add comment about GCC bug.
6723
6724 2004-05-07 Andrew Cagney <cagney@redhat.com>
6725
6726 * observer.c: Include "commands.h" and "gdbcmd.h".
6727 (observer_debug, _initialize_observer): Add the
6728 command "set/show debug observer".
6729 * observer.sh: When observer debugging, log notify calls.
6730 * Makefile.in (observer.o): Update dependencies.
6731
6732 2004-05-07 Jason Molenda (jmolenda@apple.com)
6733
6734 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6735
6736 2004-05-07 Jim Blandy <jimb@redhat.com>
6737
6738 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6739 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6740 to recognize gpr regnums, instead of assuming that
6741 tdep->ppc_fp0_regnum marks the end of the general-purpose
6742 registers.
6743
6744 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6745 the given architecture has floating-point registers.
6746
6747 2004-05-07 Andrew Cagney <cagney@redhat.com>
6748
6749 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6750 macro defined to 1.
6751 * gdbarch.h, gdbarch.c: Re-generate.
6752 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6753 deprecated_use_generic_dummy_frames.
6754
6755 2004-05-07 Brian Ford <ford@vss.fsi.com>
6756
6757 * NEWS: Mention Cygwin DWARF 2 support.
6758
6759 2004-05-07 Andrew Cagney <cagney@redhat.com>
6760
6761 * objfiles.h (struct entry_info): Delete unused fields
6762 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6763 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6764 * mipsread.c (mipscoff_symfile_read): Update.
6765 * mdebugread.c (parse_partial_symbols): Update.
6766 * dwarfread.c (read_file_scope): Update.
6767 * dwarf2read.c (read_file_scope): Update.
6768 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6769 * coffread.c (complete_symtab): Update.
6770
6771 2004-05-07 Mark Kettenis <kettenis@gnu.org>
6772
6773 * infcall.c (_initialize_infcall): Fix typo.
6774
6775 2004-05-07 Andrew Cagney <cagney@redhat.com>
6776
6777 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6778 * command.h (add_setshow_zinteger_cmd): Declare.
6779
6780 2004-05-06 Randolph Chung <tausq@debian.org>
6781
6782 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6783 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6784 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6785 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6786 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6787 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6788 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6789 definitions ...
6790 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6791 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6792 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6793 (hppa64_hpux_frame_find_saved_regs_in_sig)
6794 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6795 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6796 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6797 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6798 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6799 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6800 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6801 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6802 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6803 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6804 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6805 (hppa32_register_type, hppa_cannot_store_register)
6806 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6807 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6808 * hpread.c (hpread_process_one_debug_symbol): Likewise.
6809 * pa64solib.c (pa64_solib_have_load_event)
6810 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6811 (pa64_solib_unloaded_library_pathname): Likewise.
6812 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6813 (som_solib_library_pathname): Likewise.
6814
6815 2004-05-05 Jim Ingham <jingham@apple.com>
6816
6817 * breakpoint.c (create_breakpoints): Copy the ignore count and
6818 thread id over from the pended breakpoint to the actual
6819 breakpoint.
6820
6821 2004-05-05 Andrew Cagney <cagney@redhat.com>
6822
6823 * gdbarch.sh (PARM_BOUNDARY): Delete.
6824 gdbarch.h, gdbarch.c: Re-generate.
6825 * valops.c (PARM_BOUNDARY): Delete macro.
6826 (value_push): Delete PARM_BOUNDARY code.
6827 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6828
6829 2004-05-04 Jim Blandy <jimb@redhat.com>
6830
6831 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6832 Don't assume that the gprs, fprs, and UISA sprs are
6833 contiguous, start at register number zero, and end with fpscr.
6834 Instead, use the numbers from the tdep structure.
6835
6836 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6837 should no longer be used in code specific to the RS6000 and its
6838 derivatives.
6839 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6840 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6841 tdep->ppc_fp0_regnum.
6842 (ppc_supply_fpregset, ppc_collect_fpregset)
6843 (rs6000_push_dummy_call, rs6000_extract_return_value)
6844 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6845 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6846 FP0_REGNUM.
6847 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6848 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6849 Same.
6850 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6851 bdm_ppc_store_registers): Same.
6852 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6853 (store_register, fill_fpregset): Same.
6854 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6855 (ppc_linux_supply_fpregset): Same.
6856 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6857 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6858 Same.
6859 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6860 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6861 ppc64_sysv_abi_return_value): Same.
6862 * rs6000-nat.c (regmap, fetch_inferior_registers)
6863 (store_inferior_registers, fetch_core_registers): Same.
6864
6865 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6866
6867 * m68knbsd-nat.c: Remove file.
6868 * m68knbsd-tdep.c: Remove file.
6869 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6870 dependencies.
6871 * configure.host: Add m68k-*-netbsdelf*.
6872 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6873 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6874 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6875 (XM_FILE): Remove.
6876 * config/m68k/nbsdelf.mh: New file.
6877 * config/m68k/nbsd.mt: New file.
6878 * config/m68k/nbsdaout.mt: Remove file.
6879 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6880 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6881 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6882 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6883 (use_struct_convention): Remove prototype.
6884 (USE_STRUCT_CONVENTION): Remove define.
6885 * config/m68k/xm-nbsd.h: Remove file.
6886
6887 2004-05-04 Michael Snyder <msnyder@redhat.com>
6888
6889 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6890 reg_struct_return method (as gcc usually does for cross targets).
6891
6892 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6893
6894 Committed by Andrew Cagney.
6895 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6896 alignment padding when accessing ucontext struct members.
6897
6898 2004-05-04 Jim Blandy <jimb@redhat.com>
6899
6900 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6901 'ppc_gplast_regnum' member.
6902 (ppc_num_gprs): New enum constant.
6903 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6904 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6905 * rs6000-nat.c (regmap, fetch_inferior_registers,
6906 store_inferior_registers): Same.
6907 * rs6000-tdep.c (e500_pseudo_register_read)
6908 (e500_pseudo_register_write): Same.
6909 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6910
6911 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6912 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6913 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6914 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6915 FPLAST_REGNUM.
6916 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6917 Same.
6918 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6919 * rs6000-nat.c (regmap, fetch_inferior_registers)
6920 (store_inferior_registers): Same.
6921
6922 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6923 with FPLAST_REGNUM.
6924
6925 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6926
6927 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6928 failure detected by recent versions of GCC.
6929 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6930 to be consistent with the usage in dwarf2_create_include_psymtab.
6931
6932 2004-05-03 Michael Snyder <msnyder@redhat.com>
6933
6934 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6935 (heuristic_proc_start): Whitespace cleanup.
6936
6937 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6938
6939 * sun3-nat.c: Remove file.
6940 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6941 dependencies.
6942 (ALLDEPFILES): Remove sun3-nat.c.
6943 (sun3-nat.o): Remove dependencies.
6944
6945 * i386-interix-nat.c, i386-interix-tdep.c,
6946 config/i386/nm-interix.h, config/i386/interix.mh,
6947 config/i386/interix.mt: Remove files.
6948 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6949 dependencies.
6950
6951 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6952
6953 * m68k-tdep.h (struct gdbarch_tdep): Add member
6954 struct_value_regnum.
6955 (m68k_svr4_init_abi): New prototype.
6956 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6957 different calling conventions.
6958 (m68k_extract_return_value): Remove code dealing with single-field
6959 structs.
6960 (m68k_store_return_value): Remove code dealing with single-field
6961 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6962 (m68k_extract_struct_value_address): Remove function.
6963 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6964 (m68k_reg_struct_return_p, m68k_return_value)
6965 (m68k_svr4_return_value): New functions.
6966 (m68k_use_struct_convention): Remove function.
6967 (m68k_push_dummy_call): Use new struct_value_regnum member of
6968 `struct gdbarch_tdep' instead of hardcoded register number to
6969 store STRUCT_ADDR.
6970 (m68k_svr4_init_abi): New function.
6971 (m68k_gdbarch_init): Don't set extract_return_value,
6972 store_return_values, deprecated_extract_struct_value_address and
6973 use_struct_convention. Set return_value instead. Initialize new
6974 struct_value_regnum member of `struct gdbarch_tdep'.
6975 * m68klinux-tdep.c: Update copyright year.
6976 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6977 (m68k_linux_extract_struct_value_address): Remove function.
6978 (m68k_linux_init_abi): Don't set extract_return_value,
6979 store_return_values, deprecated_extract_struct_value_address and
6980 use_struct_convention. Call m68k_svr4_init_abi but override the
6981 new struct_value_regnum member of `struct gdbarch_tdep'.
6982 * Makefile.in (m68k-tdep.o): Update dependencies.
6983
6984 2004-05-03 J. Brobecker <brobecker@gnat.com>
6985
6986 * dwarf2read.c (line_header): Add new included_p field in
6987 field file_names.
6988 (partial_die_info): New field has_stmt_list. New field line_offset.
6989 (dwarf2_create_include_psymtab): New function.
6990 (dwarf2_build_include_psymtabs): New function.
6991 (add_file_name): Add forward declaration. Initialize new field.
6992 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6993 to be able to determine the list of files included by the
6994 given unit, and build their associated psymtabs.
6995 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6996 files as well.
6997 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6998 (read_file_scope): Update call to dwarf_decode_lines.
6999 (read_partial_die): Handle DW_AT_stmt_list attributes.
7000
7001 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
7002
7003 Unfix PR gdb/1626.
7004 * configure.in: Revert special case for osf5.*.
7005 * configure: Regenerate.
7006
7007 2004-05-02 Jim Blandy <jimb@redhat.com>
7008
7009 Move the symbol-file-from-memory functions into their own file.
7010 * symfile-mem.c, symfile-mem.h: New files.
7011 * symfile.c (symbol_file_add_from_bfd): New function.
7012 (symbol_file_add): Call symbol_file_add_from_bfd.
7013 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
7014 Moved to symfile-mem.c.
7015 (_initialize_symfile): Move definition of
7016 add-symbol-file-from-memory command to symfile-mem.c.
7017 * symfile.h (symbol_file_add_from_bfd): New declaration.
7018 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
7019 * config/powerpc/linux.mt (TDEPFILES): Same.
7020 * Makefile.in (SFILES): Add symfile-mem.c.
7021 (symfile_mem_h): New variable.
7022 (HFILES_NO_SRCDIR): Add symfile-mem.h.
7023 (symfile-mem.o): New rule.
7024
7025 2004-05-01 Andrew Cagney <cagney@redhat.com>
7026
7027 * breakpoint.c (insert_bp_location): Use get_frame_id, and
7028 frame_find_by_id instead of frame_relative_level.
7029 (do_enable_breakpoint): Ditto.
7030 * thread.c: Update copyright.
7031 (info_threads_command): Ditto, simplify.
7032
7033 * frame.c (deprecated_generic_get_saved_register): Delete
7034 function, moved to "xstormy16-tdep.c".
7035 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
7036 deprecated_generic_get_saved_register from "frame.c".
7037 (xstormy16_frame_saved_register): Call
7038 xstormy16_get_saved_register.
7039 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
7040 static.
7041 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
7042 * frame.h (deprecated_generic_get_saved_register): Delete.
7043
7044 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
7045
7046 * dwarfread.c: Update documentation on the state of dwarf-1.
7047
7048 2004-05-01 Andrew Cagney <cagney@redhat.com>
7049
7050 * stack.c (select_frame_command): Delete call to
7051 frame_relative_level.
7052 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
7053 Delete #if0 code.
7054 (frame_info): Do not print FRAMELESS.
7055 (print_block_frame_labels): Replace DEPRECATED_STREQ.
7056 (catch_info): Delete #if0 code.
7057
7058 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
7059 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
7060 of frame_relative_level.
7061 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
7062 to SENTINEL_FRAME.
7063 * frame.h (enum frame_type): Add SENTINEL_FRAME.
7064 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
7065 frame_relative_level.
7066
7067 * frame.h (deprecated_set_frame_type): Delete declaration.
7068 * frame.c (deprecated_set_frame_type): Delete function, update
7069 comments.
7070
7071 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
7072 * gdbarch.h, gdbarch.c: Re-generate.
7073 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
7074 (shnbsd_pc_in_sigtramp): Delete.
7075 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
7076 pc_in_sigtramp.
7077 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
7078 pc_in_sigtramp.
7079 * frame.h: Update comments.
7080 * ppc-linux-tdep.c: Update comments.
7081 * breakpoint.c (bpstat_what): Update comments.
7082
7083 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
7084 m68klinux-tdep.o's dependencies, were previously added to
7085 m68klinux-nat.o.
7086
7087 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
7088 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
7089 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7090 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7091 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7092
7093 * Makefile.in (m68klinux-nat.o): Update dependencies.
7094 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7095 (m68k_linux_sigtramp_frame_cache)
7096 (m68k_linux_sigtramp_frame_this_id)
7097 (m68k_linux_sigtramp_frame_prev_register)
7098 (m68k_linux_sigtramp_frame_unwind)
7099 (m68k_linux_sigtramp_frame_sniffer)
7100 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
7101 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
7102 names, use trad-frame.h.
7103 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
7104 (struct m68k_sigtramp_info): Delete.
7105 * m68k-tdep.c (m68k_sigtramp_frame_cache)
7106 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
7107 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
7108 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
7109 "m68klinux-tdep.c".
7110
7111 * infrun.c (check_sigtramp2): Delete check for
7112 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
7113
7114 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7115
7116 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
7117
7118 2004-05-01 Andrew Cagney <cagney@redhat.com>
7119
7120 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7121 (frv_linux_sigtramp_frame_cache)
7122 (frv_linux_sigtramp_frame_this_id)
7123 (frv_linux_sigtramp_frame_prev_register)
7124 (frv_linux_sigtramp_frame_unwind)
7125 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
7126 include "linux" in function and variable names, directly call
7127 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
7128 the latest trad-frame code.
7129 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
7130 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
7131 * Makefile.in (frv-linux-tdep.o): Update dependencies.
7132 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
7133 * frv-tdep.c (frv_sigtramp_frame_cache)
7134 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7135 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
7136 frv-linux-tdep.c.
7137 (frv_gdbarch_init): Do not append a sigtramp sniffer.
7138 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
7139 (frv_set_sigcontext_reg_addr): Delete function.
7140
7141 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
7142 (DEPRECATED_SIGTRAMP_END): Delete.
7143 * gdbarch.h, gdbarch.c: Re-generate.
7144 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
7145 * config/vax/tm-vaxbsd.h: Update copyright.
7146 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7147 (DEPRECATED_IN_SIGTRAMP): Define.
7148 * config/m68k/tm-nbsd.h: Update copyright.
7149 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7150 (DEPRECATED_IN_SIGTRAMP): Define.
7151
7152 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7153
7154 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
7155 encondings. Fixes PR gdb/1628.
7156
7157 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
7158 DW_CFA_restore state without a matching DW_CFA_remember_state
7159 instead of aborting. Fixes PR backtrace/1589.
7160
7161 2004-04-30 Joel Brobecker <brobecker@gnat.com>
7162
7163 * MAINTAINERS: Add self as AIX maintainer.
7164 Update my e-mail address in write-after-approval section.
7165
7166 2004-04-30 Andrew Cagney <cagney@redhat.com>
7167
7168 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
7169 (legacy_get_prev_frame): Ditto.
7170
7171 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
7172 (mips_gdbarch_init): Do not set pc_in_sigtramp.
7173 * mipsread.c (sigtramp_address): Delete extern variable.
7174 (mipscoff_new_init): Delete reference.
7175 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
7176 (fixup_sigtramp): Delete function.
7177 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
7178 (fixup_sigtramp): Delete declarations.
7179
7180 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
7181 deprecated_pc_in_sigtramp.
7182 (ppcnbsd_pc_in_sigtramp): Delete function.
7183
7184 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7185
7186 * config/m68k/nm-nbsd.h: Tweak comments.
7187 * config/m68k/nm-nbsdaout.h: Likewise.
7188
7189 2004-04-30 Andrew Cagney <cagney@redhat.com>
7190
7191 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
7192 legacy_pc_in_sigtramp.
7193 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
7194
7195 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7196
7197 Add OpenBSD/m68k support.
7198 * NEWS (New native configurations): Mention OpenBSD/m68k.
7199 * m68kbsd-tdep.c: New file.
7200 * m68kbsd-nat.c: New file.
7201 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
7202 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
7203 * configure.host: Add m68k-*-openbsd.
7204 * configure.tgt: Add m68k-*-openbsd.
7205 * config/m68k/tm-obsd.h: New file.
7206 * config/m68k/obsd.mt: New file.
7207 * config/m68k/obsd.mh: New file.
7208 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
7209 m68kbsd-tdep.c.
7210
7211 2004-04-30 Andrew Cagney <cagney@redhat.com>
7212
7213 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
7214 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
7215
7216 2004-04-30 Mark Kettenis <kettenis@gnu.org>
7217
7218 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
7219 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
7220
7221 2004-04-30 Brian Ford <ford@vss.fsi.com>
7222
7223 Revert 2004-04-16 change.
7224 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
7225 (i386_coff_init_abi): Remove.
7226 * i386-tdep.h (i386_coff_init_abi): Remove.
7227 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
7228
7229 2004-04-30 Andrew Cagney <cagney@redhat.com>
7230
7231 * blockframe.c (find_pc_partial_function): Delete use of
7232 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
7233 DEPRECATED_SIGTRAMP_END.
7234
7235 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
7236 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
7237 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
7238 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
7239 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
7240
7241 * defs.h (deprecated_inside_entry_file): Delete declaration.
7242 * blockframe.c (deprecated_inside_entry_file): Delete function.
7243 (legacy_frame_chain_valid): Delete call.
7244 * sh64-tdep.c (sh64_frame_chain): Delete call.
7245 * objfiles.h: Update comments.
7246 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
7247 call.
7248 * frame.c (get_prev_frame): Delete call, update comments.
7249
7250 2004-04-30 Brian Ford <ford@vss.fsi.com>
7251
7252 * MAINTAINERS (Write After Approval): Add myself.
7253
7254 2004-04-30 Andrew Cagney <cagney@redhat.com>
7255
7256 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
7257 * gdbarch.h, gdbarch.c: Re-generate.
7258 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
7259 code.
7260
7261 2004-04-30 Andrew Cagney <cagney@redhat.com>
7262
7263 * gdb-events.sh (selected_thread_changed)
7264 (selected_frame_level_changed, target_changed): Delete.
7265 * gdb-events.h, gdb-events.c: Re-generate.
7266 * valops.c (value_assign): Update.
7267 * stack.c (select_frame_command, up_silently_base)
7268 (down_silently_base): Update.
7269
7270 2004-04-29 Andrew Cagney <cagney@redhat.com>
7271
7272 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
7273 registers correctly.
7274 (print_gp_register_row, mips32_heuristic_proc_desc)
7275 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
7276 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
7277 references to mips_isa_regsize.
7278
7279 2004-04-29 Andrew Cagney <cagney@redhat.com>
7280
7281 * mips-tdep.c (struct gdbarch_tdep): Delete
7282 mips_fp_register_double.
7283 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
7284 mips_abi_regsize.
7285 (mips_gdbarch_init): Do not set mips_fp_register_double.
7286 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
7287
7288 2004-04-29 Joel Brobecker <brobecker@gnat.com>
7289
7290 Committed by Andrew Cagney.
7291 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
7292 function calls.
7293
7294 2004-04-29 Andrew Cagney <cagney@redhat.com>
7295
7296 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
7297 gdbarch, use mips_abi, update callers.
7298 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
7299 mips_abi_regsize, update callers.
7300 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
7301 mips_default_abi_regsize.
7302 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
7303 mips_default_abi_regsize.
7304
7305 2004-04-29 Andrew Cagney <cagney@redhat.com>
7306
7307 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
7308 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
7309 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
7310 mips_default_abi_regsize.
7311 (mips_isa_regsize): Rename mips_regisze.
7312 * mipsnbsd-tdep.c: Update.
7313 * mips-linux-tdep.c: Update.
7314 * irix5-nat.c: Update.
7315 * mips-tdep.h (mips_isa_regsize): Update.
7316
7317 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
7318 Delete all disabled code.
7319 * gdb-events.h, gdb-events.c: Re-generate.
7320
7321 2004-04-19 Jerome Guitton <guitton@gnat.com>
7322 Mark Kettenis <kettenis@gnu.org>
7323
7324 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
7325 the function begins with a branch instruction.
7326
7327 2004-04-29 Mark Kettenis <kettenis@gnu.org>
7328
7329 * i386-tdep.c: Fix spelling mistakes.
7330
7331 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7332 Andrew Cagney <cagney@redhat.com>
7333
7334 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
7335 <sys/proc.h>.
7336 * acconfig.h: Provide default _KMEMUSER value.
7337 * config.in, configure: Re-generate.
7338 * NEWS: Mention fix.
7339
7340 2004-04-24 Randolph Chung <tausq@debian.org>
7341
7342 * configure.host (hppa*-*-linux*): New target.
7343 * configure.tgt (hppa*-*-linux*): Likewise.
7344 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
7345 gdbarch_init_osabi() call earlier so that osabi-specific frame
7346 unwinders can be registered first.
7347 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
7348 hppa-linux-nat.c.
7349 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
7350 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
7351 * config/pa/linux.mh: New file.
7352 * config/pa/linux.mt: New file.
7353 * config/pa/nm-linux.h: New file.
7354 * config/pa/xm-linux.h: New file.
7355 * hppa-linux-nat.c: New file.
7356 * hppa-linux-tdep.c: New file.
7357
7358 2004-04-28 Randolph Chung <tausq@debian.org>
7359
7360 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
7361 return values.
7362 (hppa32_push_dummy_call): Fix small struct and floating point argument
7363 passing, and make sure the stack frame is properly aligned.
7364
7365 2004-04-28 Andrew Cagney <cagney@redhat.com>
7366
7367 * stack.c (print_stack_frame): Fix description.
7368
7369 * NEWS: Mention gdb/gdbserver/configure execute permission
7370 changed. PR server/519.
7371
7372 2004-04-28 Andrew Cagney <cagney@redhat.com>
7373
7374 * stack.c (print_stack_frame_stub): Delete declaration.
7375 (struct print_stack_frame_args, print_stack_frame)
7376 (print_frame_info, print_frame): Replace "source" with print what.
7377 Replace "print" with "print_level". Replace "args" with
7378 "print_args".
7379 * frame.h (show_and_print_stack_frame, print_stack_frame)
7380 (print_frame_info): Update declarations.
7381 * stack.c (select_and_print_frame, frame_command)
7382 (current_frame_command, up_command, down_command): Update calls -
7383 use get_selected_frame, pass "enum print_what" for source, do not
7384 call frame_relative_level.
7385 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
7386 * remote-rdp.c (remote_rdp_open): Ditto.
7387 * remote-mips.c (common_open): Ditto.
7388 * remote-e7000.c (e7000_start_remote): Ditto.
7389 * ocd.c (ocd_start_remote): Ditto.
7390 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
7391 * infrun.c (normal_stop): Ditto.
7392 * inflow.c (kill_command): Ditto.
7393 * infcmd.c (finish_command): Ditto.
7394 * corelow.c (core_open): Ditto.
7395 * tracepoint.c (finish_tfind_command): Ditto.
7396 * thread.c (info_threads_command, info_threads_command)
7397 (restore_current_thread, do_captured_thread_select): Ditto.
7398 * ada-tasks.c (task_command): Ditto.
7399
7400 2004-04-26 Orjan Friberg <orjanf@axis.com>
7401
7402 * frame.c: Include "observer.h".
7403 (frame_observer_target_changed): New function.
7404 (_initialize_frame): Attach target_changed observer.
7405 * regcache.c: Include "observer.h".
7406 (regcache_observer_target_changed): New function.
7407 (_initialize_regcache): Attach target_changed observer.
7408 * valops.c: Include "observer.h".
7409 (value_assign): Notify target_changed event when modifying register.
7410 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
7411
7412 2004-04-26 Orjan Friberg <orjanf@axis.com>
7413
7414 From Paul Koning <pkoning@equallogic.com>:
7415 * breakpoint.c (free_valchain): New function.
7416 (insert_bp_location, delete_breakpoint): Use free_valchain.
7417 (remove_breakpoint): Do not remove the valchain.
7418 (bpstat_stop_status): If not stopped by watchpoint, skip
7419 watchpoints when generating stop status list.
7420 * infrun.c (handle_inferior_event): Make
7421 stepped_after_stopped_by_watchpoint a global variable.
7422 * remote.c (remote_stopped_data_address): Return watch data
7423 address rather than zero if stepped_after_stopped_by_watchpoint is
7424 set.
7425
7426 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
7427
7428 Fix PR gdb/1626.
7429 * configure.in: Check for curses after termcap.
7430 On osf5.*, do not check for ncurses.
7431 * configure: Regenerate.
7432
7433 2004-04-25 Mark Kettenis <kettenis@gnu.org>
7434
7435 * ppcobsd-nat.c: Include "ppc-tdep.h".
7436 * Makefile.in (ppcobsd-nat.o): Update dependencies.
7437
7438 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
7439 Fixes PR tdep/1623 and PR tdep/1624.
7440
7441 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
7442
7443 * xmodem.h, xmodem.c: Remove files.
7444 * Makefile.in: Remove references to xmodem.h, xmodem.c.
7445
7446 2004-04-23 Randolph Chung <tausq@debian.org>
7447
7448 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
7449 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
7450 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
7451 for handling stackless frames.
7452 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
7453
7454 2004-04-23 Randolph Chung <tausq@debian.org>
7455
7456 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
7457 starts at a pc before the frame is created.
7458
7459 2004-04-23 Joel Brobecker <brobecker@gnat.com>
7460
7461 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
7462
7463 2004-04-23 Jerome Guitton <guitton@gnat.com>
7464
7465 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
7466 use convert_typed_floating to get the appropriate format.
7467
7468 2004-04-22 Randolph Chung <tausq@debian.org>
7469
7470 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
7471 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
7472 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
7473 (hppa_sign_extend): Add prototype.
7474 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
7475 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
7476 (sign_extend): Rename with hppa_ prefix and make non-static. Other
7477 hppa targets will also use these functions.
7478 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
7479 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
7480 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
7481 (hppa_gdbarch_init): Remove gdbarch setting of
7482 skip_trampoline_code, in_solib_call_trampoline and
7483 in_solib_return_trampoline.
7484 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
7485 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
7486 hppa_in_solib_call_trampoline.
7487 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
7488 Moved from hppa-tdep.c.
7489 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
7490 in_solib_call_trampoline and in_solib_return_trampoline.
7491
7492 2004-04-22 Randolph Chung <tausq@debian.org>
7493
7494 * hppa-tdep.c (hppa_debug): New variable.
7495 (find_unwind_entry, hppa_frame_cache): Add debug output.
7496 (_initialize_hppa_tdep): Add command to set debug flag.
7497
7498 2004-04-22 Andrew Cagney <cagney@redhat.com>
7499
7500 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
7501 "trad-frame.h".
7502 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
7503 signal trampoline unwinder.
7504 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
7505
7506 2004-04-22 Mark Kettenis <kettenis@gnu.org>
7507
7508 Add OpenBSD/powerpc support.
7509 * NEWS (New native configurations): Mention OpenBSD/powerpc.
7510 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
7511 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
7512 (ppc_collect_fpregset): New prototypes.
7513 * ppcobsd-nat.c: New file.
7514 * ppcobsd-tdep.c: New file.
7515 * ppcobsd-tdep.h: New file.
7516 * rs6000-tdep.c: Include "regset.h".
7517 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
7518 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
7519 New functions.
7520 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
7521 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
7522 (rs6000-tdep.o): Update dependencies.
7523 * configure.host: Add powerpc-*-openbsd.
7524 * configure.tgt: Add powerpc-*-openbsd.
7525 * config/powerpc/obsd.mh: New file.
7526 * config/powerpc/nm-obsd.h: New file.
7527 * config/powerpc/obsd.mt: New file.
7528
7529 2004-04-22 Andrew Cagney <cagney@redhat.com>
7530
7531 * frame.h (show_frame_info): Delete declaration.
7532
7533 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
7534 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
7535 * m32r-tdep.c (m32r_frame_this_id): Ditto.
7536 * frv-tdep.c (frv_frame_this_id): Ditto.
7537 * avr-tdep.c (avr_frame_this_id): Ditto.
7538
7539 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
7540
7541 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
7542
7543 2004-04-22 Jim Blandy <jimb@redhat.com>
7544
7545 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
7546 register number zero.
7547
7548 2004-04-21 Michael Snyder <msnyder@redhat.com>
7549
7550 * mips-tdep.c (heuristic_proc_start):
7551 Warning() already prefixes "Warning: ".
7552
7553 2004-04-21 Andrew Cagney <cagney@redhat.com>
7554
7555 * annotate.h (deprecated_annotate_starting_hook)
7556 (deprecated_annotate_stopped_hook)
7557 (deprecated_annotate_exited_hook)
7558 (deprecated_annotate_signal_hook)
7559 (deprecated_annotate_signalled_hook): Deprecate.
7560 * tracepoint.h (deprecated_create_tracepoint_hook)
7561 (deprecated_delete_tracepoint_hook)
7562 (deprecated_modify_tracepoint_hook)
7563 (deprecated_trace_find_hook)
7564 (deprecated_trace_start_stop_hook): Deprecate.
7565 * target.h (deprecated_target_new_objfile_hook): Deprecate.
7566 * remote.h (deprecated_target_resume_hook)
7567 (deprecated_target_wait_loop_hook): Deprecate.
7568 * gdbcore.h (deprecated_exec_file_display_hook)
7569 (deprecated_file_changed_hook): Deprecate.
7570 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
7571 * defs.h (deprecated_modify_breakpoint_hook)
7572 (deprecated_command_loop_hook, deprecated_show_load_progress)
7573 (deprecated_print_frame_info_listing_hook)
7574 (deprecated_query_hook, deprecated_warning_hook)
7575 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
7576 (deprecated_delete_breakpoint_hook)
7577 (deprecated_interactive_hook, deprecated_registers_changed_hook)
7578 (deprecated_readline_begin_hook, deprecated_readline_hook)
7579 (deprecated_readline_end_hook, deprecated_register_changed_hook)
7580 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
7581 (deprecated_context_hook, deprecated_target_wait_hook)
7582 (deprecated_attach_hook, deprecated_detach_hook)
7583 (deprecated_call_command_hook, deprecated_set_hook)
7584 (deprecated_error_hook, deprecated_error_begin_hook)
7585 (deprecated_ui_load_progress_hook): Deprecate.
7586 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
7587 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
7588 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
7589 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
7590 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
7591 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
7592 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
7593 * annotate.c, aix-thread.c: Update.
7594
7595 2004-04-21 Andrew Cagney <cagney@redhat.com>
7596
7597 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
7598 * vaxnbsd-tdep.c: Include "gdb_string.h".
7599
7600 * symfile.c (symbol_file_add_from_memory): #if 0 function.
7601 (add_symbol_file_from_memory_command): #if 0 function body, call
7602 error instead.
7603
7604 2004-04-21 Andrew Cagney <cagney@redhat.com>
7605
7606 * gdbcore.h: Update copyright.
7607 (deprecated_add_core_fns): Rename add_core_fns.
7608 * win32-nat.c (_initialize_core_win32): Update.
7609 * sun3-nat.c (_initialize_core_sun3): Update.
7610 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
7611 * rs6000-nat.c (_initialize_core_rs6000): Update.
7612 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
7613 * nto-tdep.c (_initialize_nto_tdep): Update.
7614 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
7615 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
7616 * mips-nat.c (_initialize_core_mips): Update.
7617 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7618 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
7619 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
7620 * lynx-nat.c (_initialize_core_lynx): Update.
7621 * irix5-nat.c (_initialize_core_irix5): Update.
7622 * i386-interix-nat.c (_initialize_core_interix): Update.
7623 * cris-tdep.c (_initialize_cris_tdep): Update.
7624 * corelow.c (deprecated_add_core_fns): Update.
7625 * core-regset.c (_initialize_core_regset): Update.
7626 * core-aout.c (_initialize_core_aout): Update.
7627 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
7628 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
7629 * alpha-nat.c (_initialize_core_alpha): Update.
7630
7631 2004-04-21 Jim Blandy <jimb@redhat.com>
7632
7633 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
7634
7635 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
7636
7637 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
7638 Delete.
7639 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
7640 (read_attribute_value): Update calls to dwarf_alloc_block.
7641 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
7642 dwarf2_tmp_obstack.
7643 (psymtab_to_symtab_1): Likewise. Clean up using
7644 free_stack_comp_unit.
7645 (add_to_cu_func_list): Use the comp_unit_obstack.
7646
7647 2004-04-19 Joel Brobecker <brobecker@gnat.com>
7648
7649 * dwarf2read.c (dwarf2_flag_true_p): New function.
7650 (die_is_declaration): Use the function above. Add some comments.
7651
7652 2004-04-19 Mark Kettenis <kettenis@gnu.org>
7653
7654 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
7655 architecture when registering sparcnbsd_core_osabi_sniffer.
7656 Adjust comment.
7657
7658 2004-04-18 Mark Kettenis <kettenis@gnu.org>
7659
7660 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
7661 return value.
7662
7663 Based on a patch from Brian Ford <ford@vss.fsi.com>:
7664 * i386-tdep.c: Correct register numbering scheme comments
7665 throughout.
7666 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
7667 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
7668 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
7669 (i386_gdb_arch_init): Likewise.
7670
7671 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
7672 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
7673 ppcnbsd-tdep.o.
7674
7675 * m68k-tdep.h: Tweak comments.
7676 * m68k-tdep.c: Tweak comment.
7677
7678 2004-04-17 Randolph Chung <tausq@debian.org>
7679
7680 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
7681 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
7682 (hppa_hpux_som_init_abi): Set is_elf to 0.
7683 (hppa_hpux_elf_init_abi): Set is_elf to 1.
7684 * hppa-tdep.c (low_text_segment_address): Remove global.
7685 (record_text_segment_lowaddr): Pass in low address as parameter. Use
7686 section offset to calculate segment address.
7687 (internalize_unwinds): Define low_text_segment_address as local and
7688 pass to record_text_segment_lowaddr for ELF targets.
7689 (hppa_gdbarch_init): Zero fill tdep structure.
7690 (hppa_dump_tdep): Print tdep structure.
7691 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
7692
7693 2004-04-17 Randolph Chung <tausq@debian.org>
7694
7695 * hppa-tdep.c (hppa_pseudo_register_read): Define.
7696 (hppa_gdbarch_init): Set pseudo_register_read.
7697 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
7698 * regcache.c (supply_register): Remove check for
7699 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
7700
7701 2004-04-17 Randolph Chung <tausq@debian.org>
7702
7703 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
7704 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
7705 (hpread_adjust_stack_address): Move to hpread.c.
7706 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7707 obj_private_struct): Move from tm-hppa.h.
7708 * hpread.c (hppa-tdep.h): Include.
7709 (hpread_adjust_stack_address): Move from hppa-tdep.c.
7710 (hpread_read_function_type, hpread_read_doc_function_type)
7711 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
7712 directly.
7713 * pa64solib.c (hppa-tdep.h): Include.
7714 * somsolib.c (hppa-tdep.h): Include.
7715 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
7716 inferior_status): Remove unused forward declarations.
7717 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
7718 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7719 obj_private_struct): Move to hppa-tdep.h.
7720 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
7721
7722 2004-04-17 Randolph Chung <tausq@debian.org>
7723
7724 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
7725 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
7726 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
7727 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
7728 Remove forward declaration and make static.
7729 (hppa_reg_struct_has_addr): Remove.
7730
7731 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7732
7733 * observer.sh: Move comments in sed command to first column.
7734
7735 2004-04-16 Jason Molenda (jmolenda@apple.com)
7736
7737 * frame.c: Minor typeo corrections in comments.
7738
7739 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7740
7741 * observer.c (observer_test_first_notification_function): Update
7742 function profile.
7743 (observer_test_second_notification_function): Likewise.
7744 (observer_test_third_notification_function): Likewise.
7745
7746 2004-04-16 Mark Kettenis <kettenis@gnu.org>
7747
7748 From Brian Ford <ford@vss.fsi.com>:
7749 * i386-tdep.c (i386_coff_init_abi): New function.
7750 * i386-tdep.h (i386_coff_init_abi): New prototype.
7751 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
7752 register number translation functions for DWARF and DWARF 2.
7753
7754 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7755
7756 * dwarf2read.c: Back out my previous change, it was incorrect.
7757
7758 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
7759
7760 * dwarf2read.c: Include "hashtab.h".
7761 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7762 has_namespace_info.
7763 (struct partial_die_info): Add comments. Use bitfields to reduce
7764 memory footprint. Add scope, scope_set, has_specification,
7765 spec_offset, die_parent, die_child, and die_sibling.
7766 (peek_die_abbrev): Add prototype.
7767 (partial_read_comp_unit_head): New function, broken out from
7768 dwarf2_build_psymtabs_hard.
7769 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7770 Use partial_read_comp_unit_head. Initialize the CU and
7771 comp_unit_obstack. Update calls to read_partial_die and
7772 scan_partial_symbols. Use free_stack_comp_unit and
7773 load_partial_dies.
7774 (scan_partial_symbols): Change PDI to a pointer. Use the child and
7775 sibling pointers to walk partial DIEs. Call fixup_partial_die.
7776 Update calls to helper functions. Remove NAMESPACE argument.
7777 Update comments.
7778 (partial_die_parent_scope, partial_die_full_name): New functions.
7779 (add_partial_symbol): Remove namespace argument. Update call to
7780 pdi_needs_namespace. Use partial_die_full_name. Handle
7781 DW_TAG_namespace. Check has_namespace_info flag.
7782 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
7783 tag. Handle namespaces.
7784 (add_partial_namespace, add_partial_enumeration): Simplify.
7785 (guess_structure_name): New function, derived from
7786 add_partial_structure.
7787 (add_partial_structure): Remove.
7788 (determine_class_name): Update comment.
7789 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7790 (is_type_tag_for_partial, load_partial_dies): New functions.
7791 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7792 Record specifications instead of following them immediately.
7793 (find_partial_die_in_comp_unit, find_partial_die)
7794 (fixup_partial_die, free_stack_comp_unit)
7795 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7796 (partial_die_hash, partial_die_eq): New functions.
7797 * Makefile.in (hashtab_h): Define.
7798 (dwarf2read.o): Update dependencies.
7799 (observer_inc, observer_h): Move to the correct section.
7800
7801 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7802
7803 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7804 (die_is_declaration): Use the function above. Add comment.
7805
7806 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7807
7808 * dwarf2read.c (read_structure_scope): Identify stub types
7809 using die_is_declaration() only.
7810
7811 2004-04-15 Roland McGrath <roland@redhat.com>
7812
7813 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7814 argument instead of NAME.
7815 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7816 in call to symbol_file_add_with_addrs_or_offsets.
7817 (build_addr_info): New function, helper for ...
7818 (symbol_file_add_from_memory): New function.
7819 (add_symbol_file_from_memory_command): New function using that.
7820 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7821 (pre_add_symbol_hook): Add const to argument type.
7822 * symfile.h (symbol_file_add_from_memory): Declare it.
7823
7824 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7825
7826 * NEWS (New native configurations): Mention OpenBSD/vax.
7827 * configure.host: Add vax-*-openbsd*.
7828 * config/vax/obsd.mh: New file.
7829 * config/vax/nm-obsd.h: New file.
7830
7831 * vax-tdep.c: Include "regset.h".
7832 (vax_supply_gregset): New function.
7833 (vax_gregset): New variable.
7834 (vax_regset_from_core_section): New function.
7835 (vax_gdbarch_init): Set regset_from_core_section.
7836 * Makefile.in (vax-tdep.o): Update dependencies.
7837
7838 2004-04-15 Andrew Cagney <cagney@redhat.com>
7839
7840 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7841 (observer_normal_stop_notification_stub)
7842 (observer_attach_normal_stop, observer_detach_normal_stop):
7843 Delete, replaced by #include "observer.inc".
7844 * infrun.c (normal_stop): Pass "stop_bpstat" to
7845 observer_notify_normal_stop.
7846 * Makefile.in (observer_inc): Define.
7847 (observer.o): Update dependencies.
7848 (observer.h, observer.inc): New rules.
7849 * observer.h: Delete file.
7850 * observer.sh: New file.
7851
7852 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7853
7854 * vax-tdep.c (vax_frame_cache): Fix typo.
7855
7856 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7857
7858 * NEWS (New native configurations): Mention NetBSD/vax.
7859 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7860 * config/vax/nbsdelf.mh: New file.
7861 * config/vax/nbsdaout.mh: New file.
7862 * config/vax/nm-nbsd.h: New file.
7863 * config/vax/nm-nbsdaout.h: New file.
7864
7865 * vaxnbsd-tdep.c: New file.
7866 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7867 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7868 * config/vax/nbsd.mt: New file.
7869 * config/vax/tm-nbsd.h: New file.
7870
7871 * Makefile.in (vaxbsd-nat.o): New dependency.
7872
7873 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7874 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7875 struct_addr arguments. Don't push return value address.
7876 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7877 arguments to vax_store_arguments. Store return value address in
7878 R1.
7879 (vax_store_struct_return, vax_extract_return_value)
7880 (vax_store_return_value): Remove functions.
7881 (vax_return_value): New function.
7882 (vax_gdbarch_init): Set return value. Don't set
7883 deprecated_store_struct_return, deprecated_extract_struct_return
7884 and deprecated_store_return_value.
7885
7886 2004-04-14 Andreas Schwab <schwab@suse.de>
7887
7888 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7889 value buffer.
7890 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7891
7892 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7893
7894 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7895 (vax_unwind_dummy_id): New functions.
7896 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7897 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7898 variables.
7899 (vax_fix_call_dummy): Remove function.
7900 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7901 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7902 call_dummy_location, deprecated_call_dummy_words,
7903 deprecated_sizeof_call_dummy_words,
7904 deprecated_call_dummy_breakpoint_offset,
7905 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7906 and deprecated_dummy_write_sp.
7907
7908 2004-04-13 David Carlton <carlton@kealia.com>
7909
7910 * MAINTAINERS: Move myself to "paper trail" section.
7911
7912 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7913
7914 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7915 "trad-frame.h".
7916 (vax_frame_init_saved_regs): Remove function.
7917 (vax_sigtramp_saved_pc): Remove function.
7918 (vax_frame_saved_pc): Remove function.
7919 (vax_frame_args_address): Remove function.
7920 (vax_frame_num_args): Rewrite.
7921 (vax_frame_chain): Remove function.
7922 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7923 VAX_FP_REGNUM.
7924 (vax_pop_frame): Likewise.
7925 (vax_saved_pc_after_call): Remove function.
7926 (struct vax_frame_cache): New structure.
7927 (vax_frame_cache): New function.
7928 (vax_frame_this_id): New function.
7929 (vax_frame_prev_register): New function.
7930 (vax_frame_unwind): New variable.
7931 (vax_frame_sniffer): New function.
7932 (vax_frame_base_address): New function.
7933 (vax_frame_args_address): New function.
7934 (vax_frame_base): New variable.
7935 (vax_unwind_pc): New function.
7936 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7937 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7938 deprecated_frame_chain, deprecated_frame_saved_pc,
7939 deprecated_frame_args_address and
7940 deprecated_frame_init_saved_regs.
7941 * Makefile.in (vax-tdep.o): Update dependencies.
7942
7943 * vaxbsd-nat.c: New file.
7944
7945 * vax-tdep.h: Update copyright year. Adjust comments.
7946 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7947 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7948 (vax_regnum): New enum. Replacing...
7949 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7950 (VAX_PS_REGNUM): ... these removed macros.
7951 * vax-tdep.c (vax_register_name): Remove prototype.
7952 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7953 (vax_register_byte, vax_register_raw_size,
7954 vax_register_virtual_size, vax_register_virtual_type): Remove
7955 functions.
7956 (vax_register_type): New function.
7957 (vax_breakpoint_from_pc): Reorganize.
7958 (vax_gdbarch_init): Set register_type. Don't set
7959 deprecated_register_size, deprecated_register_bytes,
7960 deprecated_register_byte, deprecated_register_raw_size,
7961 deprecated_max_register_raw_size,
7962 deprecated_register_virtual_size,
7963 deprecated_max_register_virtual_size and
7964 deprecated_register_virtual_type. Add comment on stack direction.
7965
7966 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7967
7968 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7969 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7970 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7971
7972 2004-04-10 Randolph Chung <tausq@debian.org>
7973
7974 * MAINTAINERS (write after approval): Add myself.
7975
7976 2004-04-07 Randolph Chung <tausq@debian.org>
7977
7978 * hppa-tdep.c (hppa_inner_than): Remove.
7979 (is_pa_2): Remove unused static variable.
7980 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7981
7982 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7983
7984 * language.h (language_defn): Add new la_post_parser field.
7985 * parser-defs.h (null_post_parser): New declaration (default for
7986 la_post_parser).
7987
7988 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7989 insert call to that function.
7990 (parse_exp_in_context): New function, including code formerly in
7991 parse_exp_1. Calls language-dependent post-parser after
7992 prefixification.
7993 (parse_expression_in_context): New exported function.
7994 (null_post_parser): New definition.
7995 * expression.h (parse_expression_in_context): Add declaration.
7996
7997 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7998 * c-lang.c (c_language_defn): Ditto.
7999 (cplus_language_defn): Ditto.
8000 (asm_language_defn): Ditto.
8001 (minimal_language_defn): Ditto.
8002 * f-lang.c (f_language_defn): Ditto.
8003 * jv-lang.c (java_language_defn): Ditto.
8004 * language.c (unknown_language_defn): Ditto.
8005 (auto_language_defn): Ditto.
8006 (local_language_defn): Ditto.
8007 * m2-lang.c (m2_language_defn): Ditto.
8008 * scm-lang.c (scm_language_defn): Ditto.
8009 * obj-lang.c (objc_language_defn): Ditto.
8010
8011 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8012
8013 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
8014 (amd64nbsd_mcontext_addr): New function.
8015 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
8016 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
8017 with amd64nbsd_r_reg_offset, instead of building it on the fly.
8018
8019 * corelow.c (core_xfer_partial): Fix coding standards violation.
8020 Add support for TARGET_OBJECT_WCOOKIE.
8021
8022 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
8023 deprecated_pc_in_sigtramp.
8024 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
8025 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
8026 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
8027 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
8028 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
8029 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
8030 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
8031
8032 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
8033 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
8034 Fix typo.
8035
8036 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
8037 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
8038 (amd64_collect_fxsave): Likewise.
8039
8040 * i386-sol2-tdep.c: Include "gdb_string.h".
8041 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
8042 name.
8043 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8044
8045 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8046
8047 * i386-sol2-tdep.c: Include "solib-svr4.h".
8048 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8049 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8050 * config/i386/tm-i386sol2.h: Include :solib.h".
8051 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
8052 solib-svr4.o and solib-legacy.o.
8053 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
8054 solib-svr4.o.
8055
8056 2004-04-09 Mark Kettenis <kettenis@gnu.org>
8057
8058 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
8059 whether a register is supplied by PTRACE_GETFPREGS.
8060 (store_inferior_registers): Likewise.
8061 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
8062 whether a register is supplied by PT_GETFPREGS.
8063 (store_inferior_registers): Likewise.
8064
8065 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
8066 * config/i386/linux64.mt (TDEPFILES): Likewise.
8067
8068 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
8069
8070 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
8071 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8072 the program counter is in the range specified by `struct
8073 gdbarch_tdep'.
8074 * amd64-linux-tdep.c: Include "symtab.h".
8075 (amd64_linux_pc_in_sigtramp): Remove function.
8076 (amd64_linux_sigtramp_p): New function.
8077 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8078 deprecated_pc_in_sigtramp.
8079 * amd64nbsd-tdep.c: Include "symtab.h".
8080 (amd64nbsd_sigtramp_p): New function.
8081 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8082 deprecated_pc_in_sigtramp.
8083 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
8084 few comments.
8085 (amd64obsd_pc_in_sigtramp): Remove function.
8086 (amd64obsd_sigtramp_p): New function.
8087 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8088 deprecated_pc_in_sigtramp.
8089 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
8090 (i386bsd_pc_ins_sigtramp): Remove prototype.
8091 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
8092 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
8093 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8094 the program counter is in the range specified by `struct
8095 gdbarch_tdep'.
8096 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
8097 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
8098 (i386_go32_pc_in_sigtramp): Remove function.
8099 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
8100 Initialize TDEP->sigtramp_p.
8101 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
8102 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
8103 deprecated_pc_in_sigtramp.
8104 * i386-linux-tdep.c: Adjust comments.
8105 (i386_linux_pc_in_sigtramp): Remove function.
8106 (i386_linux_sigtramp_p): New function.
8107 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8108 deprecated_pc_in_sigtramp.
8109 * i386-nto-tdep.c: Update copyright year.
8110 (i386nto_pc_in_sigtramp): Remove function.
8111 (i386nto_sigtramp_p): New function.
8112 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
8113 SP_REGNUM.
8114 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
8115 deprecated_pc_in_sigtramp.
8116 * i386-sol2-tdep.c: Update copyright year.
8117 (i386_sol2_pc_in_sigtramp): Remove function.
8118 (i386_sol2_sigtramp_p): New function.
8119 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
8120 deprecated_pc_in_sigtramp.
8121 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
8122 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
8123 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8124 deprecated_sigtramp_start and deprecated_sigtramp_end.
8125 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
8126 (i386nbsd_pc_in_sigtramp): Remove function.
8127 (i386nbsd_sigtramp_p): New function.
8128 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8129 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8130 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
8131 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
8132 (i386obsd_pc_in_sigtramp): Remove function.
8133 (i386obsd_sigtramp_p): New function.
8134 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
8135 functions.
8136 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8137 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8138 TDEP->sigtramp_p.
8139 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
8140 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
8141 dependencies.
8142
8143 * config/i386/i386aout.mt: Remove file.
8144
8145 * configure.tgt: Remove i[34567]86-*-go32*,
8146 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
8147 and i[34567]86-*-isc*. Set gdb_target to i386 for
8148 i[34567]86-*-netware* and i[34567]86-*-*.
8149 * config/i386/i386.mt: New file.
8150 * config/i386/embed.mt: Remove file.
8151 * config/i386/go32.mt: Remove file.
8152 * config/i386/i386nw.mt: Remove file.
8153 * config/i386/i386v.mt: Remove file.
8154 * config/i386/tm-go32.h: Remove file.
8155
8156 * tui/tui-hooks.c: Include "readline/readline.h" after
8157 "gdb_curses.h" instead of before.
8158 * tui/tui-io.c: Likewise.
8159
8160 * tui/tui.c: Fix typo in comment.
8161
8162 * sparc64-tdep.c (sparc_address_from_register): Remove function.
8163
8164 2004-04-08 Andrew Cagney <cagney@redhat.com>
8165
8166 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
8167 (deprecated_exception_support_initialized): Declare.
8168 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
8169 (initialize_hp_cxx_exception_support)
8170 (child_enable_exception_callback): Update.
8171 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
8172 (deprecated_exception_support_initialized): Rename
8173 deprecated_exception_catchpoints_are_fragile and
8174 deprecated_exception_support_initialized.
8175 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
8176
8177 * symtab.c (deprecated_hp_som_som_object_present): Rename
8178 hp_som_som_object_present.
8179 * symtab.h (deprecated_hp_som_som_object_present): Declare.
8180 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
8181 Update. Delete extern declaration.
8182 * valops.c (hp_som_som_object_present): Ditto.
8183 * parse.c (deprecated_hp_som_som_object_present)
8184 (parse_nested_classes_for_hpacc): Ditto.
8185 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8186 * hppa-hpux-tdep.c (hp_som_som_object_present)
8187 (initialize_hp_cxx_exception_support): Ditto.
8188 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8189 * cp-valprint.c (hp_som_som_object_present)
8190 (cp_print_class_method): Ditto.
8191 * c-typeprint.c (hp_som_som_object_present):
8192 (c_type_print_base): Ditto.
8193 * c-exp.y (hp_som_som_object_present): Ditto.
8194
8195 2004-04-08 Andrew Cagney <cagney@redhat.com>
8196
8197 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
8198 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
8199 (frame_unwind_find_by_frame): Re-implement the unwind code so
8200 that it can both prepend and append sniffers. Replace
8201 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
8202 * tramp-frame.c (tramp_frame_append): Use
8203 frame_unwind_prepend_unwinder.
8204 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
8205 frame_unwind_register_unwinder.
8206 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
8207 tramp_frame_append.
8208 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8209 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
8210 (mips_linux_init_abi): Update.
8211
8212 2004-04-08 Kevin Buettner <kevinb@redhat.com>
8213
8214 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
8215 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
8216 file support.
8217
8218 2004-04-07 Kevin Buettner <kevinb@redhat.com>
8219
8220 * ia64-tdep.c (elf.h): Don't include.
8221 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
8222
8223 2004-04-07 Jason Molenda (jmolenda@apple.com)
8224
8225 * frame.h: Typeo corrections in comments.
8226
8227 2004-04-07 Jim Blandy <jimb@redhat.com>
8228
8229 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
8230 %esp and %ebp
8231
8232 2004-04-07 Mark Kettenis <kettenis@gnu.org>
8233
8234 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
8235 * config/sparc/linux64.mt (TDEPFILES): Likewise.
8236 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8237 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
8238 and solib-legacy.o.
8239 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
8240 solib-svr4.o.
8241 * config/sparc/tm-sol2.h: Update copyright year. Include
8242 "solib.h".
8243
8244 * sparc-sol2-tdep.c: Update copyright year. Include
8245 "solib-svr4.h".
8246 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8247 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
8248 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8249 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
8250 dependencies.
8251
8252 2004-04-06 Andrew Cagney <cagney@redhat.com>
8253
8254 * infttrace.c: Include "infttrace.h".
8255 * infttrace.h: Include "target.h".
8256 * Makefile.in (infttrace_h): Update.
8257 (infttrace.o): Update.
8258
8259 2004-04-06 Andrew Cagney <cagney@redhat.com>
8260
8261 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
8262 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
8263 move extern declarations from here ...
8264 * infttrace.h: ... to here.
8265 * Makefile.in (hppah-nat.o): Update dependencies.
8266
8267 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
8268 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8269 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
8270 (hppa_breakpoint_from_pc): Delete.
8271
8272 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
8273
8274 2004-04-05 Andrew Cagney <cagney@redhat.com>
8275
8276 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
8277 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
8278 <sys/file.h>.
8279
8280 2004-04-06 Randolph Chung <tausq@debian.org>
8281
8282 Committed by Andrew Cagney (mechanical change).
8283 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
8284 exception_catchpoints_are_fragile, find_stub_with_shl_get,
8285 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
8286 child_enable_exception_callback, current_ex_event,
8287 null_symtab_and_line, child_get_current_exception_event,
8288 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
8289 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
8290 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
8291 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
8292 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
8293 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
8294 Move hpux-specific definitions ...
8295 * hppa-hpux-tdep.c: ... to here.
8296
8297 2004-04-05 Andrew Cagney <cagney@redhat.com>
8298
8299 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
8300 skip_prologue_using_sal.
8301
8302 2004-04-05 Andrew Cagney <cagney@redhat.com>
8303
8304 * config/i386/tm-i386.h: Delete file.
8305 * config/i386/tm-vxworks.h: Update copyright, do not include
8306 "tm-i386.h".
8307 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
8308 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
8309 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
8310 * config/i386/ncr3000.mt (TM_FILE): Delete.
8311 * config/i386/interix.mt (TM_FILE): Delete.
8312 * config/i386/i386v.mt (TM_FILE): Delete.
8313 * config/i386/i386nw.mt (TM_FILE): Delete.
8314 * config/i386/i386gnu.mt (TM_FILE): Delete.
8315 * config/i386/i386aout.mt (TM_FILE): Delete.
8316 * config/i386/embed.mt (TM_FILE): Delete.
8317
8318 2004-04-05 Kevin Buettner <kevinb@redhat.com>
8319
8320 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
8321 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
8322 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
8323 (accg7_regnum): New constants.
8324 (last_spr_regnum, last_pseudo_regnum): Update.
8325 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
8326 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8327 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
8328 for accg registers.
8329 (frv_register_sim_regno): Update spr_map[].
8330
8331 2004-04-04 Andrew Cagney <cagney@redhat.com>
8332
8333 * config/mips/xm-riscos.h: Delete.
8334 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
8335 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
8336 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
8337 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
8338 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
8339 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
8340 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
8341 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
8342 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
8343 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
8344 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
8345 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
8346 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
8347 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
8348 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
8349 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
8350 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
8351 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
8352 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
8353 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
8354 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
8355 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
8356 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
8357 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
8358 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
8359 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8360
8361 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
8362 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
8363 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
8364 * configure.host: Remove m680[01]0-sun-sunos3*,
8365 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
8366 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
8367 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
8368 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
8369 mips-*-riscos*.
8370 * NEWS: Mention removed systems.
8371
8372 2004-04-04 Andrew Cagney <cagney@redhat.com>
8373
8374 GDB 6.1 release created from 6.1 branch.
8375
8376 2004-04-04 Andrew Cagney <cagney@redhat.com>
8377
8378 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
8379 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
8380 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
8381
8382 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
8383 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
8384 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
8385
8386 2004-04-03 Jim Blandy <jimb@redhat.com>
8387
8388 * MAINTAINERS: Chris Faylor has changed employers; add him to
8389 "paper trail" section, and update his E-mail address.
8390
8391 2004-04-03 Andrew Cagney <cagney@redhat.com>
8392
8393 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
8394 generic dummy frames.
8395 * dummy-frame.c: Update copyright.
8396 (dummy_frame_sniffer): Delete check for generic dummy frames.
8397
8398 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8399 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
8400 (REG_PARM_STACK_SPACE): Delete.
8401 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
8402 Inline reference to REG_PARM_STACK_SPACE.
8403
8404 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
8405 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8406 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
8407 (FRAME_BASE_BEFORE_SIGTRAMP)
8408 (hppa32_hpux_frame_base_before_sigtramp)
8409 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
8410 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
8411 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
8412 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8413 (FRAME_BASE_BEFORE_SIGTRAMP)
8414 (hppa64_hpux_frame_base_before_sigtramp)
8415 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
8416
8417 2004-04-03 Andrew Cagney <cagney@redhat.com>
8418
8419 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
8420
8421 2004-04-02 Andrew Cagney <cagney@redhat.com>
8422
8423 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
8424 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
8425 * dummy-frame.h: Delete out-of-date comments.
8426 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
8427 * gdbarch.h, gdbarch.c: Re-generate.
8428
8429 2004-04-02 Joel Brobecker <brobecker@gnat.com>
8430
8431 Committed by Andrew Cagney <cagney@redhat.com>.
8432 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
8433 into account an instruction saving a register if we have already
8434 seen an earlier instruction saving that same register.
8435
8436 2004-04-02 Andrew Cagney <cagney@redhat.com>
8437
8438 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
8439 * gdbarch.h, gdbarch.c: Re-generate.
8440 * frame.c (legacy_get_prev_frame): Delete references to
8441 DEPRECATED_INIT_FRAME_PC_FIRST.
8442
8443 * infrun.c (pc_in_sigtramp): Delete function.
8444 (check_sigtramp2): Inline call to pc_in_sigtramp, use
8445 get_frame_type.
8446
8447 2004-04-02 Andrew Cagney <cagney@redhat.com>
8448
8449 * infrun.c (handle_step_into_function): Delete code conditional on
8450 legacy_frame_p.
8451 (handle_inferior_event, step_over_function): Ditto.
8452
8453 2004-04-02 Andrew Cagney <cagney@redhat.com>
8454
8455 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
8456 "previous frame inner to this frame" test.
8457
8458 2004-04-02 Andrew Cagney <cagney@redhat.com>
8459
8460 * frame.c (safe_frame_unwind_memory): New function.
8461 * frame.h (safe_frame_unwind_memory): Declare. Update description
8462 of /safe_/ methods.
8463 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
8464 "next_frame". Use safe_frame_unwind_memory.
8465 (tramp_frame_sniffer): Update call to tramp_frame_start.
8466
8467 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
8468
8469 * dwarf2read.c (dwarf2_objfile_data_key): New.
8470 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
8471 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
8472 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
8473 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
8474 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
8475 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
8476 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
8477 Remove variables.
8478 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
8479 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
8480 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
8481 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
8482 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
8483 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
8484 Remove macros.
8485 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
8486 data.
8487 (dwarf2_locate_sections, dwarf2_build_psymtabs)
8488 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
8489 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
8490 (read_partial_die, read_full_die, read_indirect_string)
8491 (dwarf_decode_line_header, dwarf_decode_macros)
8492 (dwarf2_symbol_mark_computed): Remove use of removed macros.
8493 Update uses of removed variables.
8494 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
8495 of removed macros.
8496 (_initialize_dwarf2_read): New function.
8497 * symfile.h (dwarf2_has_info): Update prototype.
8498 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
8499 * elfread.c (elf_symfile_read): Likewise.
8500
8501 2004-04-01 Jim Blandy <jimb@redhat.com>
8502
8503 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
8504 function for register numbers on all the rs6000-derived targets.
8505 (rs6000_gdbarch_init): Don't register a separate
8506 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
8507 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
8508 variants.
8509
8510 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
8511 numbering.
8512
8513 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
8514
8515 * valarith.c: Update copyright notice.
8516 (value_add): Handle range types.
8517 (value_sub): Ditto.
8518 (value_equal): Ditto.
8519 (value_less): Ditto.
8520 (value_neg): Ditto.
8521 (value_complement): Ditto.
8522 (value_binop): Simplify slightly by using is_integral_type and
8523 eliminiating unnecessary COERCE_ENUMs.
8524
8525 2004-03-31 Andrew Cagney <cagney@redhat.com>
8526
8527 * frame.h (frame_unwind_id): Declare.
8528 * frame.c (frame_unwind_id): New function.
8529 (get_prev_frame_1): New function.
8530 (frame_debug_got_null_frame): New function.
8531 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
8532 code proper to prev_frame, update description.
8533 * infrun.c (step_over_function): Use frame_unwind_id.
8534
8535 2004-04-31 J. Brobecker <brobecker@gnat.com>
8536
8537 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
8538 (hppa64_push_dummy_call): Likewise.
8539
8540 2004-03-30 Jim Blandy <jimb@redhat.com>
8541
8542 From Ulrich Weigand:
8543 * utils.c (query): Do not use a va_list variable multiple times.
8544
8545 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
8546
8547 * Makefile.in (linux_nat_h): Update dependencies.
8548 * configure.in: Check for <gnu/libc-version.h>.
8549 * configure: Regenerate.
8550 * config.in: Regenerate.
8551 * linux-nat.h: Include "target.h". Add waitstatus field to
8552 struct lwp_info.
8553 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
8554 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
8555 to.
8556 (lin_lwp_handle_extended): New function. Handle clone events.
8557 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
8558 thread exit events.
8559 (child_wait): Handle clone events.
8560 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
8561 * linux-nat.c (linux_enable_event_reporting): Turn on
8562 PTRACE_O_TRACECLONE.
8563 (linux_handle_extended_wait): Handle clone events.
8564 * thread-db.c: Include <gnu/libc-version.h>.
8565 (struct private_thread_info): Add dying flag.
8566 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
8567 higher.
8568 (attach_thread): Update comments. Handle dying threads.
8569 (detach_thread): Set the dying flag.
8570 (check_event): Always call attach_thread.
8571
8572 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
8573
8574 * mips-tdep.c (mips_pdr_data): New.
8575 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
8576 (_initialize_mips_tdep): Initialize mips_pdr_data.
8577
8578 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
8579
8580 * minsyms.c (install_minimal_symbols): Move dropping leading
8581 char from linkage name from here...
8582 (prim_record_minimal_symbol_and_info): ...to here. Simplify
8583 test for "__gnu_compiled*" symbols.
8584
8585 2004-03-28 Jim Blandy <jimb@redhat.com>
8586
8587 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
8588 registers to temp register r0 and byte stores as prologue
8589 instructions.
8590
8591 2004-03-28 Andrew Cagney <cagney@redhat.com>
8592
8593 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
8594 arm*-*-*.
8595
8596 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8597
8598 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
8599 and switch the layout to force a display of register window.
8600
8601 2004-02-26 J. Brobecker <brobecker@gnat.com>
8602
8603 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
8604 of the INTEGER class.
8605
8606 2004-03-26 Jim Blandy <jimb@redhat.com>
8607
8608 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
8609 bytes long on PPC GNU/Linux.
8610
8611 2004-03-26 David Carlton <carlton@kealia.com>
8612
8613 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
8614
8615 2004-03-25 Andrew Cagney <cagney@redhat.com>
8616
8617 * PROBLEMS: Add general section titles, remove references to
8618 specific releases.
8619
8620 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
8621
8622 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
8623 INT_REGISTER_SIZE.
8624 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
8625 FP_REGISTER_VIRTUAL_SIZE.
8626 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
8627 of DEPRECATED_REGISTER_RAW_SIZE.
8628 (arm_register_type): Add gdbarch argument.
8629 (arm_register_raw_size, arm_register_virtual_size): Delete.
8630 (arm_register_byte, arm_extract_return_value)
8631 (arm_store_return_value, arm_get_longjmp_target): Update references
8632 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
8633 (arm_gdbarch_init): Likewise. Don't set
8634 deprecated_register_raw_size, deprecated_register_virtual_size,
8635 deprecated_max_register_raw_size,
8636 deprecated_max_register_virtual_size, or
8637 deprecated_max_register_virtual_type. Do set register_type.
8638 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
8639 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
8640 (FP_REGISTER_VIRTUAL_SIZE): Delete.
8641 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
8642 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
8643 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
8644 INT_REGISTER_SIZE.
8645 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
8646 (remote_rdp_store_register): Likewise.
8647
8648 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
8649
8650 * Makefile.in (mips-linux-tdep.o): Update dependencies.
8651 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
8652 to after osabi initialization.
8653 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
8654 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
8655 functions.
8656 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
8657 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
8658 variables.
8659 (mips_linux_init_abi): Append signal trampoline unwinders.
8660
8661 2004-03-24 Andrew Cagney <cagney@redhat.com>
8662
8663 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
8664 * tramp-frame.c: Include "gdb_assert.h".
8665 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
8666 correct sizeof.
8667 (tramp_frame_append): Validate the tramp frame's instructions.
8668 * Makefile.in (tramp-frame.o): Update dependencies.
8669
8670 2004-03-23 Andrew Cagney <cagney@redhat.com>
8671
8672 * trad-frame.h (trad_frame_set_reg_addr): Declare.
8673
8674 2004-03-23 Andrew Cagney <cagney@redhat.com>
8675
8676 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
8677 Nasser as past testsuite/lib/ (and other) maintainers.
8678
8679 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8680
8681 * infcmd.c (attach_command): Reread symbols if we already have
8682 an exec file.
8683
8684 2004-03-23 Andrew Cagney <cagney@redhat.com>
8685
8686 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
8687
8688 2004-03-23 Andrew Cagney <cagney@redhat.com>
8689
8690 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
8691 * gdbarch.h, gdbarch.c: Re-generate.
8692 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8693 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8694 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8695 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
8696 (DEPRECATED_SIGTRAMP_START): Update.
8697 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
8698 (DEPRECATED_SIGTRAMP_START): Update.
8699 * blockframe.c (find_pc_sect_partial_function): Update.
8700 * arch-utils.c (legacy_pc_in_sigtramp): Update.
8701
8702 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8703
8704 * remote.c (remote_open_1): Reopen the exec file and reread symbols
8705 if necessary.
8706
8707 2004-03-23 Andrew Cagney <cagney@redhat.com>
8708
8709 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
8710 predicate, deprecate.
8711 * gdbarch.h, gdbarch.c: Re-generate.
8712 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8713 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8714 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
8715 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8716 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
8717 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
8718 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
8719 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
8720 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
8721 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
8722 * blockframe.c (find_pc_partial_function): Update.
8723 * breakpoint.c (bpstat_what): Update.
8724 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
8725 * frv-linux-tdep.c (frv_linux_init_abi): Update.
8726 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
8727 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
8728 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8729 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8730 * i386-nto-tdep.c (i386nto_init_abi): Update.
8731 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8732 * i386-tdep.c (i386_sigtramp_frame_sniffer)
8733 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8734 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8735 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8736 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8737 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8738 * infrun.c (pc_in_sigtramp): Update.
8739 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8740 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8741 * mips-tdep.c (mips_gdbarch_init): Update.
8742 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8743 * ppc-linux-tdep.c: Update comment.
8744 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8745 * shnbsd-tdep.c (shnbsd_init_abi): Update.
8746 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8747 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8748 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8749 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8750 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8751 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8752 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8753 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8754
8755 2004-03-23 Andrew Cagney <cagney@redhat.com>
8756
8757 * tramp-frame.h, tramp-frame.h: New files.
8758 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8759 Update rules to include "tramp-frame.h" and "tramp-frame.c".
8760
8761 * Makefile.in: Update all dependencies.
8762
8763 2004-03-23 Andrew Cagney <cagney@redhat.com>
8764
8765 * Makefile.in (trad_frame_h): Add $(frame_h).
8766 * trad-frame.h: Update copyright. Include "frame.h".
8767 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8768 (trad_frame_set_id, trad_frame_get_id): Declare.
8769 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8770 * trad-frame.c: Update copyright.
8771 (struct trad_frame_cache): Define.
8772 (trad_frame_cache_zalloc): New function.
8773 (trad_frame_set_id, trad_frame_get_id): New functions.
8774 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8775
8776 2004-03-22 Andrew Cagney <cagney@redhat.com>
8777
8778 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8779 s390_pltstub_unwind_cache.
8780 (s390_stub_frame_unwind_cache): Rename
8781 s390_pltstub_frame_unwind_cache.
8782 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8783 (s390_stub_frame_prev_register): Rename
8784 s390_pltstub_frame_prev_register.
8785 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8786 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8787
8788 From Ulrich Weigand:
8789 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8790 pointer calls like PLT calls.
8791
8792 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8793
8794 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8795 PC rather than the partial function start address. Use the start
8796 address to sanity check the found PDR.
8797
8798 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8799
8800 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8801 linux_handle_extended_wait.
8802
8803 2004-03-22 Andrew Cagney <cagney@redhat.com>
8804
8805 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8806 function.
8807
8808 * frame.h (generic_pop_current_frame): Delete declaration.
8809 (deprecate_pop_dummy_frame): Deprecate
8810 generic_pop_dummy_frame.
8811 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8812 (generic_pop_current_frame): Delete function.
8813 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8814 generic_pop_current_frame.
8815 * v850-tdep.c (v850_pop_frame): Update.
8816 * mcore-tdep.c (mcore_pop_frame): Update.
8817 * sh64-tdep.c (sh64_pop_frame): Update.
8818 * h8300-tdep.c (h8300_pop_frame): Update.
8819
8820 2004-03-22 Andrew Cagney <cagney@redhat.com>
8821
8822 * frame.h (deprecated_pc_in_call_dummy): Rename
8823 generic_pc_in_call_dummy.
8824 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8825 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8826 generic_pc_in_call_dummy.
8827 (pc_in_dummy_frame): Make static.
8828 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8829 * gdbarch.h, gdbarch.c: Re-generate.
8830 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8831 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8832 (legacy_get_prev_frame): Ditto.
8833 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8834 comment.
8835
8836 2004-03-21 Andrew Cagney <cagney@redhat.com>
8837
8838 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8839 declaration and out-of-date comment.
8840 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8841 Delete function.
8842 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8843 deprecated_pc_in_call_dummy.
8844
8845 * infrun.c (handle_inferior_event): For non legacy frames, use the
8846 frame ID and frame type to identify a signal trampoline. Update
8847 comments.
8848
8849 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8850
8851 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8852 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8853
8854 2004-03-21 Andrew Cagney <cagney@redhat.com>
8855
8856 * frame-unwind.h: Update copyright.
8857 (struct frame_data): Add opaque declaration.
8858 (frame_sniffer_ftype): Declare.
8859 (struct frame_unwind): Add "unwind_data" and "sniffer".
8860 (frame_unwind_register_unwinder): Declare.
8861 (frame_unwind_find_by_frame): Add parameter "this_cache".
8862 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8863 (legacy_get_prev_frame, legacy_get_prev_frame)
8864 (get_frame_type): Pass the prologue_cache to
8865 frame_unwind_find_by_frame.
8866 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8867 "unwinder".
8868 (frame_unwind_register_unwinder): New function.
8869 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8870
8871 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8872
8873 * bcache.c (print_percentage): Use floating point to avoid
8874 incorrect results when portion*100 overflows.
8875
8876 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8877
8878 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8879 (ppc_linux_init_extra_frame_info)
8880 (ppc_linux_frameless_function_invocation)
8881 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8882 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8883 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8884 (rs6000_frame_chain): Delete declarations.
8885 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8886 (ppc_linux_init_extra_frame_info)
8887 (ppc_linux_frameless_function_invocation)
8888 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8889 (ppc_linux_init_abi): Remove registration of above deleted functions.
8890 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8891 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8892 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8893 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8894 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8895 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8896 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8897 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8898 frame management for all OSABIs.
8899
8900 2004-03-19 Andrew Cagney <cagney@redhat.com>
8901
8902 Committed by Kevin Buettner <kevinb@redhat.com>.
8903
8904 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8905 Update copyright.
8906 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8907 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8908 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8909 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8910 unwinders. #ifdef legacy frame code.
8911 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8912 "frame-base.h".
8913 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8914 (struct rs6000_frame_cache, rs6000_frame_cache)
8915 (rs6000_frame_this_id, rs6000_frame_prev_register)
8916 (rs6000_frame_sniffer, rs6000_frame_unwind)
8917 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8918 (rs6000_frame_base): Implement a traditional frame unwinder.
8919 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8920 frame unwinder.
8921
8922 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8923
8924 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8925 breakpoint address for watchpoints or the catch eventpoints.
8926 Add new paramter ``bptype''. Adjust all callers.
8927
8928 2004-03-19 Andrew Cagney <cagney@redhat.com>
8929
8930 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8931
8932 * PROBLEMS: Delete note that ARM does not use frame code, problem
8933 fixed.
8934
8935 2004-03-18 Andrew Cagney <cagney@redhat.com>
8936
8937 * stack.c (return_command): Delete code wrapped in #ifdef
8938 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8939
8940 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8941
8942 2004-03-18 Andrew Cagney <cagney@redhat.com>
8943
8944 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8945 DEPRECATED_IN_SIGTRAMP.
8946 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8947 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8948 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8949 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8950 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8951 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8952 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8953 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8954 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8955 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8956
8957 2004-03-18 Andrew Cagney <cagney@redhat.com>
8958
8959 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8960 (struct frame_base_table_entry): Define.
8961 (struct frame_base_table): Re-implement as a linked list.
8962 (frame_base_init): Re-implement.
8963 (frame_base_table): Delete function.
8964 (append_predicate): Delete function.
8965 (frame_base_append_sniffer): Update.
8966 (frame_base_set_default): Update.
8967 (frame_base_find_by_frame): Update.
8968 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8969 * Makefile.in (frame-base.o): Update dependencies.
8970
8971 2004-03-17 Andrew Cagney <cagney@redhat.com>
8972
8973 * frame.c (legacy_get_prev_frame): Pass correct frame to
8974 frame_unwind_find_by_frame.
8975
8976 2004-03-17 David Carlton <carlton@kealia.com>
8977
8978 * NEWS: Mention C++ nested types and namespaces
8979
8980 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8981
8982 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8983 and "Regressions since gdb 5.3.". Add known regressions since
8984 gdb 6.0.
8985
8986 2004-03-16 David Carlton <carlton@kealia.com>
8987
8988 * dwarf2read.c (process_structure_scope): Process children even
8989 when we're a declaration.
8990
8991 2004-03-16 Andrew Cagney <cagney@redhat.com>
8992
8993 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8994 * blockframe.c (find_pc_partial_function)
8995 (find_pc_sect_partial_function): Merge into a single
8996 find_pc_partial_function.
8997
8998 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8999
9000 * i386bsd-nat.c: s/regno/regnum/g.
9001 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
9002 FP0_REGNUM.
9003 (store_inferior_registers): Likewise.
9004
9005 2004-03-16 Mark Kettenis <kettenis@gnu.org>
9006
9007 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
9008 of i387_fill_fsave.
9009 (store_inferior_registers): Call i387_collect_fsave and
9010 i387_collect_fxsave instead of i387_fill_fsave and
9011 i387_fill_fxsave.
9012
9013 2004-03-15 Andrew Cagney <cagney@redhat.com>
9014
9015 * Makefile.in (frame-unwind.o): Update dependencies.
9016 * frame-unwind.c: Include "gdb_obstack.h".
9017 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
9018 parameter.
9019 (append_predicate): Delete function.
9020 (struct frame_unwind_table_entry): New structure.
9021 (struct frame_unwind_table): Replace "sniffer" with "head" and
9022 "tail".
9023 (frame_unwind_append_sniffer): Update.
9024 (frame_unwind_find_by_frame): Update.
9025 (_initialize_frame_unwind): Registe frame_unwind_init using
9026 gdbarch_data_register_pre_init.
9027
9028 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9029
9030 * i386bsd-nat.c: Update copyright year.
9031 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
9032 define unconditionally.
9033
9034 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9035
9036 * i387-tdep.h (i387_collect_fsave): New prototype.
9037 * i387-tdep.c (i387_collect_fsave): New function containing most
9038 of the code from i387_fill_fsave.
9039 (i387_fill_fsave): Call i387_collect_fsave.
9040
9041 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9042
9043 * i386-linux-tdep.c: Update copyright year.
9044 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
9045 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
9046 svr4_ilp32_link_map_offsets instead of
9047 i386_linux_svr4_fetch_link_map_offsets.
9048
9049 2004-03-15 David Carlton <carlton@kealia.com>
9050
9051 Fix for PR c++/1553:
9052 * dwarf2read.c (read_structure_type): Determine type name by
9053 calling determine_class_name.
9054 (determine_class_name): New.
9055 (determine_prefix): Look at TYPE_TAG_NAME and call
9056 determine_class_name when appropriate.
9057 (determine_prefix_aux, class_name): Delete.
9058 (read_namespace): Set die->type.
9059
9060 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9061
9062 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
9063 unused macro definition. The definition in target.h (or perhaps
9064 elsewhere) takes precedence.
9065
9066 2004-03-15 Andrew Cagney <cagney@redhat.com>
9067
9068 * ppc-tdep.h: Update copyright.
9069 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
9070 function signatures to match "regsets.h".
9071 * ppc-linux-tdep.c: Include "regset.h".
9072 (ELF_GREGSET_SIZE): Delete.
9073 (right_supply_register): New function.
9074 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
9075 using right_supply_register.
9076 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
9077 functions.
9078 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
9079 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
9080 (_initialize_ppc_linux_tdep): Do not register
9081 ppc_linux_regset_core_fns.
9082 (ppc_linux_regset_from_core_section): Replace
9083 fetch_core_registers.
9084 (ppc_linux_regset_core_fns): Delete.
9085 * ppc-linux-nat.c: (right_fill_reg): New function.
9086 (supply_gregset): Update call to ppc_linux_supply_gregset.
9087 (fill_gregset): Clear the register set, use right_fill_reg.
9088 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
9089 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
9090
9091 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
9092 unsigned.
9093
9094 2004-03-15 Andrew Cagney <cagney@redhat.com>
9095
9096 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
9097 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
9098 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
9099 and register_gdbarch_data.
9100 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
9101 (struct gdbarch_data): Replace "init" by "pre_init" and
9102 "post_init".
9103 * gdbarch.h, gdbarch.c: Re-generate.
9104 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
9105 with"obstack", use OBSTACK_ZALLOC.
9106 (dwarf2_frame_ops): Delete.
9107 (dwarf2_frame_set_init_reg): Use gdbarch_data.
9108 (dwarf2_frame_init_reg): Use gdbarch_data.
9109 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
9110 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
9111 (_initialize_svr4_solib): Update.
9112 * user-regs.c (_initialize_user_regs): Update.
9113 * reggroups.c (_initialize_reggroup): Update.
9114 * regcache.c (_initialize_regcache): Update.
9115 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9116 * libunwind-frame.c (_initialize_libunwind_frame): Update.
9117 * gnu-v3-abi.c (init_gnuv3_ops): Update.
9118 * frame-unwind.c (_initialize_frame_unwind): Update.
9119 * frame-base.c (_initialize_frame_base): Update.
9120 * user-regs.c (user_reg_add): Update.
9121 * reggroups.c (reggroup_add): Update.
9122 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
9123 * libunwind-frame.c (libunwind_frame_set_descr): Update.
9124 * frame-unwind.c (frame_unwind_append_sniffer): Update.
9125 * frame-base.c (frame_base_table): Update.
9126 * remote.c (_initialize_remote): Update.
9127 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
9128
9129 2004-03-15 Andrew Cagney <cagney@redhat.com>
9130
9131 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
9132
9133 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9134
9135 * Makefile.in (frv-linux-tdep.o): Add dependencies.
9136 * frv-linux-tdep.c: New file.
9137 * frv-tdep.c (struct gdbarch_tdep): Add new field
9138 ``sigcontext_reg_addr''.
9139 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
9140 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
9141 (frv_sigramp_frame_sniffer): New functions.
9142 (frv_sigtramp_frame_unwind): New static global.
9143 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
9144 sniffers.
9145 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
9146 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
9147
9148 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9149
9150 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
9151 but not via a call to error(), when unable to read memory.
9152
9153 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9154
9155 * frv-tdep.c (frv_call_dummy_words): Delete.
9156 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
9157
9158 2004-03-15 Andrew Cagney <cagney@redhat.com>
9159
9160 * infrun.c (handle_step_into_function, step_over_function): Only
9161 update and use STEP_FRAME_ID when the system is using legacy
9162 frames. Update comments.
9163
9164 2004-03-14 Mark Kettenis <kettenis@gnu.org>
9165
9166 * amd64-linux-tdep.h: Remove file.
9167 * amd64-linux-tdep.c: Don't include "inferior.h" and
9168 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
9169 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
9170 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
9171 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
9172 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
9173 macros.
9174 (user_to_gdb_regmap): Remove variable.
9175 (amd64_linux_gregset_reg_offset): New variable.
9176 (amd64_core_fns): Remove variable.
9177 (fetch_core_registers): Remove function.
9178 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
9179 functions.
9180 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
9181 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
9182 * Makefile.in (amd64_linux_tdep_h): Remove.
9183 (amd64-linux-nat.o): Update dependencies.
9184 (amd64-linux-tdep.o): Update dependencies.
9185
9186 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
9187 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
9188 functions.
9189 (fetch_inferior_registers, store_inferior_registers): Rewrite.
9190
9191 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
9192 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
9193
9194 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
9195
9196 * dwarf2read.c (read_structure_type): Rename from
9197 read_structure_scope. Don't create a symbol or call process_die.
9198 Return immediately if die->type is set. Call read_type_die before
9199 dwarf2_add_member_fn.
9200 (process_structure_scope): New function.
9201 (read_enumeration_type, process_enumeration_scope): New functions,
9202 broken out from read_enumeration. Don't create the enumeration
9203 type if it has already been created.
9204 (read_enumeration): Removed.
9205 (process_die): Call read_structure_type, process_structure_scope,
9206 read_enumeration_type, and process_enumeration_scope. Just call
9207 new_symbol for base and subrange types. Add a comment about other
9208 type dies.
9209 (read_type_die): Call read_enumeration_type.
9210 (add_partial_structure, new_symbol): Update comments.
9211
9212 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9213
9214 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
9215
9216 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9217
9218 * tui/tui-win.h (tui_get_cmd_list): Declare.
9219 * tui/tui-win.c (tui_command): New function.
9220 (tui_get_cmd_list): New function.
9221 (_initialize_tui_win): Moved initialization of tui command in
9222 tui_get_cmd_list.
9223
9224 * tui/tui-data.c (init_content_element): Setup new data members.
9225 (init_win_info): Likewise.
9226 (free_content_elements): Free it.
9227 * tui/tui-data.h (struct tui_data_element): Store the register
9228 content to print.
9229 (struct tui_data_info): Keep the current register group.
9230
9231 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
9232
9233 * tui/tui-regs.h (tui_show_registers): Update prototype.
9234 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
9235 (tui_resize_all): No need to calculate anything for register window.
9236 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
9237 (tui_set_register_element, tui_set_general_regs_content): Remove.
9238 (tui_set_special_regs_content): Remove.
9239 (tui_set_general_and_special_regs_content): Remove.
9240 (tui_set_float_regs_content): Remove.
9241 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
9242 (tui_set_regs_content): Remove.
9243 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
9244 (tui_v_show_registers_command_support): Remove.
9245 (tui_show_registers): Use a reggroup to specify the registers to show.
9246 (tui_show_register_group): New function.
9247 (tui_display_registers_from): Compute the layout of register window
9248 and refresh with new API; be sure to delete old register windows.
9249 (tui_check_register_values): Update to use tui_get_register and
9250 tui_display_data.
9251 (tui_display_register): Just refresh the register window part.
9252 (tui_register_format): Format registers and save in tui_data_element.
9253 (tui_get_register): New to combine tui_reg_value_has_changed and
9254 tui_get_register_raw_value; fix to use the new gdb API.
9255 (tui_show_float_command): Renamed tui_reg_float_command.
9256 (tui_show_general_command): Renamed tui_reg_general_command.
9257 (tui_show_special_command): Renamed tui_reg_system_command.
9258 (_initialize_tui_regs): Remove unused commands.
9259
9260 2004-03-13 Mark Kettenis <kettenis@gnu.org>
9261
9262 * NEWS (New native configurations): Mention OpenBSD/amd64.
9263
9264 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
9265 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
9266 Remove defines.
9267 * config/i386/nm-fbsd64.h: Likewise.
9268 * config/i386/nm-obsd.h: Likewise.
9269 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
9270 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
9271
9272 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9273
9274 * frv-tdep.c (set_variant_scratch_registers): New function.
9275 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
9276 New constants.
9277
9278 From Richard Sandiford <rsandifo@redhat.com>:
9279 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
9280
9281 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9282
9283 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
9284 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
9285 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
9286 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
9287 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
9288 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
9289 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
9290 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
9291 definitions from frv-tdep.c to frv-tdep.h.
9292
9293 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9294
9295 Add shared library support for FR-V FDPIC ABI:
9296 * Makefile.in (solib-frv.o): Add dependencies.
9297 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
9298 New functions.
9299 (frv_push_dummy_call): Add support for FDPIC ABI.
9300 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
9301 for FDPIC ABI.
9302 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
9303 (frv_fdpic_find_canonical_descriptor): Declare.
9304 * solib-frv.c: New file.
9305 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
9306 * config/frv/tm-frv.h (solib.h): Include.
9307
9308 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9309
9310 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
9311 (frv-tdep.o): Update dependencies.
9312 * frv-tdep.h: New file.
9313 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
9314 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
9315 constants.
9316 (struct gdbarch_tdep): Add new member ``frv_abi''.
9317 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
9318 functions.
9319 (new_variant): Set ``frv_abi'' field.
9320 (gdb_arch_init): Detect FDPIC executables.
9321
9322 2004-03-12 Mark Kettenis <kettenis@gnu.org>
9323
9324 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
9325 wrapper.
9326
9327 2004-03-11 Andrew Cagney <cagney@redhat.com>
9328
9329 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
9330
9331 2004-03-11 Kevin Buettner <kevinb@redhat.com>
9332
9333 * solist.h (master_so_list): New function.
9334 * solib.c (master_so_list): Likewise.
9335 * solib-svr4.c (enable_break): Iterate over so_list entries
9336 obtained from master list instead of entries obtained directly
9337 via svr4_current_sos().
9338
9339 2004-03-10 Ben Elliston <bje@gnu.org>
9340
9341 * MAINTAINERS: Update my mail address.
9342
9343 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9344
9345 * remote-m32r-sdi.c: Support hardware watchpoint.
9346
9347 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9348
9349 * user-regs.c: Update copyright years.
9350 (struct user_regs): Rename to gdb_user_regs.
9351 (append_user_reg, builtin_user_regs, user_regs_init)
9352 (user_reg_add, user_reg_map_name_to_regnum)
9353 (usernum_to_user_reg): Update.
9354
9355 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9356
9357 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
9358 (skip_children): New functions.
9359 (locate_pdi_sibling): Call skip_children.
9360
9361 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9362
9363 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
9364 * gdbtypes.c (check_typedef): Update comments.
9365
9366 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9367
9368 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
9369 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
9370 pointer. Update comment about comp_unit_head.
9371 (struct abbrev_info): Shorten two int flags.
9372 (dwarf_alloc_abbrev): Take a CU argument.
9373 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
9374 each time through the loop. Update cleanup argument.
9375 (psymtab_to_symtab_1): Update cleanup call.
9376 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
9377 abbrev_obstack.
9378 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
9379 Just call obstack_free and clear the pointer.
9380
9381 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9382
9383 * infrun.c (handle_inferior_event): Remove short-circuit code for
9384 events in a different thread.
9385
9386 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9387
9388 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
9389 print the whole transfer.
9390 (initialize_targets): Update description of "set debug target".
9391
9392 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9393
9394 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
9395
9396 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
9397
9398 * MAINTAINERS (write after approval): Add myself.
9399
9400 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
9401
9402 * sh-tdep.c (sh_print_registers_info): Use for loop.
9403 Don't skip multiple registers when a float register is encountered.
9404
9405 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
9406
9407 Fix PR tdep/1291.
9408 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
9409 to official SH documentation.
9410
9411 2004-03-07 Andrew Cagney <cagney@redhat.com>
9412
9413 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
9414 unused function.
9415
9416 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
9417
9418 * arm-tdep.c (thumb_get_next_pc): Handle BX.
9419 (arm_get_next_pc): Handle BX and BLX.
9420
9421 2004-03-07 Andrew Cagney <cagney@redhat.com>
9422
9423 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
9424 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
9425 HPPA_SP_REGNUM.
9426 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
9427 (hppa_target_read_fp): Delete.
9428 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
9429 register_virtual_size, max_register_raw_size,
9430 max_register_virtual_size, register_byte, register_size,
9431 target_read_fp, fp_regnum, and register_bytes. Set register_type
9432 instead of register_virtual_type.
9433 (hppa32_register_type, hppa64_register_type): Replace
9434 hppa32_register_virtual_type and hppa64_register_virtual_type.
9435 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
9436 (HPPA_FP_REGNUM): Define.
9437
9438 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
9439
9440 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
9441 (pa_do_registers_info): Delete.
9442 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
9443 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
9444 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
9445
9446 * infcall.c (legacy_push_dummy_code): Delete #ifdef
9447 GDB_TARGET_IS_HPPA code.
9448 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
9449 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
9450 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
9451 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
9452 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
9453 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
9454 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
9455 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
9456 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
9457 (hppa_frameless_function_invocation, hppa64_store_return_value)
9458 (hppa_store_struct_return, hppa64_extract_return_value)
9459 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
9460 (hppa32_call_dummy_length, hppa64_call_dummy_length)
9461 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
9462 (find_proc_framesize, deposit_21, restore_pc_queue)
9463 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
9464 (rp_saved, pc_in_linker_stub): Delete.
9465
9466 Unconditionally enable 64-bit frame and ABI code.
9467 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
9468 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
9469 push_dummy_frame, fix_call_dummy, push_arguments,
9470 call_dummy_location, extract_return_value, use_struct_convention,
9471 store_return_value, store_struct_return, saved_pc_after_call,
9472 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
9473 frame_chain, frame_chain_valid, frameless_function_invocation,
9474 frame_saved_pc, and pop_frame.
9475
9476 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
9477 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
9478 (hppa_gdbarch_init): Do not set PC_REGNUM.
9479
9480 2004-03-06 Mark Kettenis <kettenis@gnu.org>
9481
9482 * config/alpha/tm-fbsd.h: Remove file.
9483 * config/alpha/fbsd.mt: Tweak comment.
9484 (TM_FILE): Set to tm-alpha.h.
9485
9486 2004-03-05 Andrew Cagney <cagney@redhat.com>
9487
9488 * infrun.c (step_over_function): When non-legacy code, and no
9489 step_frame_id, use the unwinder to get the caller's frame ID.
9490
9491 2004-03-05 Mark Kettenis <kettenis@gnu.org>
9492
9493 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
9494 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
9495 bfd_arch_unknown. Adjust comment.
9496
9497 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
9498 * i386obsd-tdep.c: Correct spelling in comment.
9499 * i386nbsd-tdep.c: Correct spelling in comment.
9500 * sparc-tdep.c: Correct spelling in comments.
9501
9502 2004-03-05 David Carlton <carlton@kealia.com>
9503
9504 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
9505 bug.
9506
9507 2004-03-05 Mark Kettenis <kettenis@gnu.org>
9508
9509 * sparc-tdep.c: Fix typo in comment.
9510
9511 2004-03-04 J. Brobecker <brobecker@gnat.com>
9512
9513 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
9514
9515 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
9516
9517 * dwarf2read.c: Add comment describing memory lifetimes.
9518 (struct dwarf2_pinfo): Update comment.
9519 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
9520 (read_enumeration, new_symbol): Don't use obsavestring.
9521
9522 2004-03-04 Mark Kettenis <kettenis@gnu.org>
9523
9524 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
9525 instead of amd64_fill_fxsave.
9526 * amd64bsd-nat.c (store_inferior_registers): Likewise.
9527 * amd64fbsd-nat.c (fill_fpregset): Likewise.
9528
9529 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
9530 Reorganize code a bit.
9531
9532 2004-03-04 Orjan Friberg <orjanf@axis.com>
9533
9534 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
9535 when the frame pointer is pushed. Don't set the frame pointer's
9536 address on the stack unless it's actually located there.
9537 Set the SRP's address on the stack correctly when the PC is still in
9538 the prologue.
9539 (cris_return_value): New function.
9540 (cris_gdbarch_init): Clear deprecated store_return_value,
9541 extract_return_value.
9542
9543 2004-03-02 Jim Blandy <jimb@redhat.com>
9544
9545 * stabsread.c (reg_value_complaint): The maximum register number
9546 is one less than the number of registers.
9547
9548 2004-03-02 Andrew Cagney <cagney@redhat.com>
9549
9550 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
9551 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
9552 trailing comma and redundant assignment of I386_ST0_REGNUM.
9553 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
9554 32-bit segment registers.
9555
9556 2004-03-01 Andrew Cagney <cagney@redhat.com>
9557
9558 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
9559 use frame_relative_level and get_next_frame.
9560
9561 2004-02-29 Andrew Cagney <cagney@redhat.com>
9562
9563 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
9564 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
9565 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
9566 Delete macro.
9567
9568 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9569
9570 * inflow.c (terminal_inferior): Don't give up the terminal if we
9571 previously couldn't get the inferior's terminal state.
9572
9573 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9574
9575 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
9576 PC_REGNUM.
9577
9578 2004-02-28 Andrew Cagney <cagney@redhat.com>
9579
9580 * NEWS: Refer to GDB 6.1.
9581 * README: Refer to GDB 6.1.
9582 * PROBLEMS: Refer to GDB 6.1.
9583
9584 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
9585
9586 * thread-db.c (disable_thread_signals): Remove unused function.
9587
9588 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9589
9590 * amd64-nat.c: Include "gdb_string.h".
9591 (amd64_collect_native_gregset): Zero-extend the 32-bit
9592 general-purpose registers and %eip.
9593
9594 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
9595 * amd64-tdep.c (amd64_collect_fxsave): New function.
9596 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
9597
9598 * i387-tdep.h: Update copyright year.
9599 (i387_collect_fxsave): New prototype.
9600 * i387-tdep.c: Update copyright year.
9601 (i387_collect_fxsave): New function containing most of the code
9602 from i387_fill_fxsave.
9603 (i387_fill_fxsave): Call i387_collect_fxsave.
9604
9605 2004-02-28 Andrew Cagney <cagney@redhat.com>
9606
9607 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
9608 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
9609
9610 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9611
9612 * amd64-tdep.c (amd64_frame_cache): Fix comment.
9613
9614 2004-02-28 Andrew Cagney <cagney@redhat.com>
9615
9616 * utils.c: Use "", instead of <>, to include readline.
9617 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
9618 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
9619 * source.c, solib.c, exec.c, event-top.c: Ditto.
9620 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
9621 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
9622 * Makefile.in: Update all dependencies.
9623 (readline_tilde_h, readline_history_h): Define.
9624 (readline_headers): Delete.
9625
9626 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9627
9628 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
9629 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
9630 "config/i386/tm-lx64.h".
9631
9632 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
9633 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
9634 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
9635
9636 2004-02-28 Andrew Cagney <cagney@redhat.com>
9637
9638 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
9639
9640 * breakpoint.c (_initialize_breakpoint): Use
9641 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
9642 Add help to show command.
9643
9644 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9645
9646 * i386-nat.c: Reformat to be closer to coding standards.
9647 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
9648 `retval'. Make variables `align' and `size' local to while-loop.
9649 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
9650 (_initialize_i386_nat): New prototype.
9651
9652 * tui/tui.c: Include <readline/readline.h> instead of
9653 "readline/readline.h". Include it after <term.h> and
9654 "gdb_curses.h".
9655
9656 2004-02-27 Andrew Cagney <cagney@redhat.com>
9657
9658 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
9659 the new frame unwind code.
9660 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
9661 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
9662 PCOQ_HEAD_REGNUM.
9663
9664 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
9665 "return_value" and "push_dummy_call".
9666 (hppa32_use_struct_convention): Delete unused function.
9667 (hppa32_store_return_value): Delete unused function.
9668 (hppa32_extract_return_value): Delete unused function.
9669 (hppa32_stack_align): Delete function.
9670
9671 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
9672
9673 * coffread.c (enter_linenos): Don't let rawptr reference memory
9674 outside linetab[]'s limits.
9675
9676 2004-02-27 Andrew Cagney <cagney@redhat.com>
9677
9678 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
9679 inferior stack space - the stack needs to grow upwards.
9680 (hppa32_frame_align): New function.
9681 (hppa64_frame_align): Replace hppa_frame_align.
9682 (hppa_gdbarch_init): Update.
9683
9684 2004-02-26 Orjan Friberg <orjanf@axis.com>
9685
9686 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
9687 (dwarf2-frame.h): Include.
9688 (enum cris_regnums): New enum CRIS_FP_REGNUM.
9689 Remove static variables related to ABI setting.
9690 (struct gdbarch_tdep): Remove cris_abi member.
9691 (struct frame_extra_info): Remove.
9692 (cris_unwind_cache, stack_item): New structs.
9693 (cris_frame_unwind, cris_frame_base): New variables.
9694 (push_stack_item, pop_stack_item)
9695 (cris_frame_unwind_cache, cris_frame_this_id)
9696 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
9697 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
9698 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
9699 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
9700 (cris_reg_struct_has_addr): New functions.
9701 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
9702 (cris_frame_saved_pc, cris_saved_pc_after_call,
9703 (cris_store_struct_return, cris_frameless_function_invocation)
9704 (cris_pop_frame, cris_skip_prologue_main)
9705 (cris_abi_original_store_return_value)
9706 (cris_abi_v2_store_return_value)
9707 (cris_abi_original_extract_return_value)
9708 (cris_abi_v2_extract_return_value)
9709 (cris_abi_original_reg_struct_has_addr)
9710 (cris_abi_v2_reg_struct_has_addr)
9711 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
9712 (cris_push_return_address, cris_abi_update): Remove.
9713 (_initialize_cris_tdep): Remove ABI command.
9714 (cris_dump_tdep): Ditto.
9715 (cris_gdbarch_init): Remove ABI command.
9716 Set store_return_value, extract_return_value, push_dummy_code,
9717 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
9718 frame_unwind_append_sniffer, frame_base_set_default.
9719 Clear deprecated init_frame_pc, push_arguments, store_return_value,
9720 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
9721 sizeof_call_dummy_words, get_saved_register, push_return_address,
9722 pop_frame, store_struct_return, frame_init_saved_regs,
9723 init_extra_frame_info, frameless_function_invocation, frame_chain,
9724 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
9725 dummy_write_sp.
9726
9727 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9728
9729 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
9730 * valprint.c (print_hex_chars): Change from static to external.
9731 (print_char_chars): New function.
9732 * printcmd.c (print_scalar_formatted): For integer and enum types
9733 that are longer than LONGEST, perform processing via appropriate
9734 print_*_chars routines.
9735
9736 2004-02-26 Andrew Cagney <cagney@redhat.com>
9737
9738 * Makefile.in: Update dependencies.
9739 Changes from Ulrich Weigand,
9740 * s390-tdep.c: Include "dwarf2-frame.h".
9741 (s390_dwarf2_frame_init_reg): New function.
9742 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9743 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
9744
9745 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9746
9747 * breakpoint.c (pending_break_support): New setting variable.
9748 (break_command_1): Account for pending_break_support setting
9749 when creating pending breakpoints.
9750 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9751 (_initialize_breakpoint): Add "set breakpoint pending" and
9752 "show breakpoint pending" commands.
9753
9754 2004-02-26 Andrew Cagney <cagney@redhat.com>
9755
9756 Fix PR i18n/1570.
9757 * charset.c (backslashable, backslashed, represented): Remove 'e'
9758 from list of escaped characters, not part of ISO-C.
9759
9760 2004-02-25 J. Brobecker <brobecker@gnat.com>
9761
9762 From Peter Schauer <schauer@pdf.de>:
9763 * tui/tui.c: Move system header includes after local includes.
9764 Fixes a build failure on solaris systems.
9765
9766 2004-02-25 J. Brobecker <brobecker@gnat.com>
9767
9768 * configure.in: Refine the previous change.
9769 * configure: Regenerate.
9770
9771 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9772
9773 * amd64-tdep.h: Renamed from x86-64-tdep.h.
9774 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
9775 "amd64-tdep.h" instead of "x86-64-tdep.h".
9776 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9777 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9778 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
9779 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9780 and "x86-64-tdep.c".
9781 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
9782 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9783 and "x86-64-tdep.c".
9784 * amd64bsd-nat.c: Update copyright year.
9785 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9786 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9787 "x86-64-tdep.h".
9788 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9789 "x86-64-tdep.h".
9790 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9791 "x86-64-tdep.h".
9792 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9793 "x86-64-tdep.h".
9794 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9795 "x86-64-tdep.h".
9796 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9797 "x86-64-tdep.h".
9798 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9799 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9800 * Makefile.in (amd64_linux_tdep_h): Renamed from
9801 x86_64_linux_tdep_h.
9802 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9803 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9804 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9805 (amd64obsd-tdep.o): Update dependencies.
9806 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9807 dependencies.
9808 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9809 dependencies.
9810 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9811 amd64-linux-nat.c amd64-linux-tdep.c.
9812 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9813 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9814 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9815 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9816 amd64-tdep.o and amd64-linux-tdep.o.
9817 (TM_FILE): Set to tm-linux64.h.
9818 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9819 (NAT_FILE): Set to nm-linux64.h.
9820 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9821 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9822 amd64-tdep.o.
9823 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9824 amd64-tdep.o.
9825 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9826 amd64-tdep.o.
9827
9828 2004-02-25 Roland McGrath <roland@redhat.com>
9829
9830 * remote.c (remote_protocol_qPart_auxv): New variable.
9831 (init_all_packet_configs): Initialize it.
9832 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9833 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9834 (show_remote_cmd): Call it.
9835 (_initialize_remote): Initialize commands.
9836 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9837 service TARGET_OBJECT_AUXV requests.
9838
9839 2004-02-25 J. Brobecker <brobecker@gnat.com>
9840
9841 * configure.in: Make sure that the wborder function is available.
9842 Otherwise, search for it in the cur_colr library.
9843 * configure: Regenerate.
9844
9845 2004-02-25 Andrew Cagney <cagney@redhat.com>
9846
9847 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9848
9849 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9850
9851 * config/i386/tm-x86-64linux.h: Tweak comments.
9852
9853 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
9854
9855 * MAINTAINERS: Add self to write-after-approval list.
9856
9857 2004-02-25 Andrew Cagney <cagney@redhat.com>
9858
9859 PR cli/1566. Problem found, and fix suggested by David Allan.
9860 * cli/cli-script.c (execute_control_command): Unconditionally
9861 install a cleanup. Default "ret" to "invalid_control". Use
9862 "break" instead of "return" to escape from the switch.
9863
9864 2004-02-24 J. Brobecker <brobecker@gnat.com>
9865
9866 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9867 with the lines macro defined in term.h on AiX.
9868 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9869 a collision with the label_width macro defined in term.h on AiX.
9870
9871 2004-02-23 David Mosberger <davidm@hpl.hp.com>
9872
9873 Committed by Kevin Buettner <kevinb@redhat.com>.
9874
9875 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9876 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9877 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9878 instead of ia64_write_pc().
9879 * ia64-linux-tdep.c (regcache.h): Include.
9880 (ia64_linux_write_pc): New function.
9881
9882 2004-02-23 Roland McGrath <roland@redhat.com>
9883
9884 * auxv.c (info_auxv_command): Fix typos in error messages.
9885
9886 2004-02-23 Mark Kettenis <kettenis@gnu.org>
9887
9888 * x86-64-tdep.h: Tweak comment.
9889 (enum amd64_regnum): New.
9890 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9891 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9892 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9893 (X86_64_XMM1_REGNUM): Removed.
9894 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9895 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9896 prototypes for renamed functions.
9897 * x86-64-tdep.c: Fix typo.
9898 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9899 register numbers.
9900 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9901 Use constants from `enum amd64_regnum' for register numbers.
9902 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9903 (amd64_analyze_prologue, amd64_frame_cache,
9904 amd64_sigtramp_frame_cache): Use constants from `enum
9905 amd64_regnum' for register numbers.
9906 (amd64_supply_fpregset): Adjust for renamed functions.
9907 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9908 `enum amd64_regnum' for register numbers.
9909 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9910 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9911 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9912 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9913 (amd64_linux_fill_gregset): Adjust for renamed macros.
9914 (fetch_core_registers): Adjust for renamed functions.
9915 (amd64_linux_init_abi): Adjust for renamed functions.
9916 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9917 renamed functions.
9918 * amd64-nat.c: Adjust for renamed macros.
9919 * amd64bsd-nat.c (fetch_inferior_registers)
9920 (store_inferior_registers): Use constants from `enum amd64_regnum'
9921 for register numbers. Adjust for renamed variables.
9922 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9923 renamed variables.
9924 (_initialize_amd64fbsd_nat): Use constants from `enum
9925 amd64_regnum' for register numbers.
9926 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9927 `enum amd64_regnum' for register numbers.
9928 (amd64fbsd_init_abi): Adjust for renamed functions.
9929 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9930 `enum amd64_regnum' for register numbers.
9931 (amd64nbsd_init_abi): Adjust for renamed functions.
9932 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9933 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9934 `enum amd64_regnum' for register numbers.
9935 (amd64obsd_init_abi): Adjust for renamed functions.
9936 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9937
9938 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9939
9940 * breakpoint.c (print_one_breakpoint): Do not output spaces
9941 after printing <PENDING> for a pending breakpoint.
9942
9943 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9944
9945 * printcmd.c (print_scalar_formatted): Initialize val_long
9946 to remove compiler warning message.
9947
9948 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9949
9950 * defs.h (nquery, yquery): New prototypes.
9951 * breakpoint.c (break_command_1): Use new nquery interface.
9952 * utils.c (defaulted_query, nquery, yquery): New functions.
9953
9954 2004-02-23 Andrew Cagney <cagney@redhat.com>
9955
9956 * hppa-tdep.c (hppa_frame_align): New function.
9957 (hppa32_push_dummy_call): New function.
9958 (hppa64_push_dummy_call): New function.
9959 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9960 disabled.
9961
9962 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9963 FIX_CALL_DUMMY when push_dummy_call is available.
9964 (call_function_by_hand, push_dummy_code): Ditto.
9965
9966 2004-02-22 Andrew Cagney <cagney@redhat.com>
9967
9968 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9969 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9970 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9971 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9972 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9973 call_dummy_location to ON_STACK.
9974
9975 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9976
9977 * x86-64-linux-tdep.c: Tweak comment.
9978 (amd64_linux_supply_gregset): Renamed from
9979 x86_64_linux_supply_gresget.
9980 (amd64_linux_fill_gregset): Renamed from
9981 x86_64_linux_fill_gregset.
9982 (fetch_core_registers): Adjust for renamed functions.
9983 (amd64_core_fns): Renamed from x86_64_core_fns.
9984 (amd64_linux_sigtramp_start): Renamed from
9985 x86_64_linux_sigtramp_start.
9986 (amd64_linux_pc_in_sigtramp): Renamed from
9987 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9988 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9989 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9990 (amd64_linux_sigcontext_addr): Renamed from
9991 x86_64_linux_sigcontext_addr.
9992 (amd64_linux_sc_reg_offset): Renamed from
9993 x86_64_linux_sc_reg_offset.
9994 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9995 Adjust for renamed functions and variables.
9996 (_initialize_amd64_linux_tdep): Renamed from
9997 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9998 variables.
9999 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
10000 Adjust for renamed functions.
10001
10002 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
10003 from x86_64_linux_gregset64_reg_offset.
10004 (amd64_linux_gregset32_reg_offset): Rename from
10005 x86_64_linux_gregset64_reg_offset.
10006 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
10007 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
10008 (amd64_linux_dr_set_control): Renamed from
10009 x86_64_linux_dr_set_control. Adjust for renamed functions.
10010 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
10011 Adjust for renamed functions.
10012 (amd64_linux_dr_reset_addr): Renamed from
10013 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
10014 (amd64_linux_dr_get_status): Renamed from
10015 x86_64_linux_dr_get_status. Adjust for renamed functions.
10016 (_initialize_amd64_linux_nat): Renamed from
10017 _initialize_x86_64_linux_nat. Adjust for renamed variables and
10018 functions.
10019 * config/i386/nm-x86-64linux.h: Update copyright year.
10020 Adjust for renamed functions.
10021
10022 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
10023 amd64fbsd_sigtramp_start.
10024 (amd64fbsd_sigtramp_end_addr): Renamed from
10025 amd64fbsd_sigtramp_end.
10026 (amd64fbsd_init_abi): Adjust for renamed variables.
10027 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
10028 variables.
10029 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
10030 amd64fbsd_sigtramp_start.
10031 (amd64fbsd_sigtramp_end_addr): Renamed from
10032 amd64fbsd_sigtramp_end.
10033
10034 2004-02-22 Andrew Cagney <cagney@redhat.com>
10035
10036 * hppa-tdep.c (hppa32_return_value): New function.
10037 (hppa64_return_value): New function.
10038 (hppa_gdbarch_init): Set return_value; keep disabled.
10039
10040 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
10041 struct-return and inferior function call methods.
10042
10043 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10044 "frame-base.h".
10045 (struct hppa_frame_cache): Define.
10046 (hppa_frame_cache, hppa_frame_this_id): New functions.
10047 (hppa_frame_prev_register): New function.
10048 (hppa_frame_unwind, hppa_frame_base): New variables.
10049 (hppa_frame_unwind_sniffer): New function.
10050 (hppa_frame_base_address, hppa_unwind_pc): New function.
10051 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
10052 sniffer, and frame base sniffer; keep disabled.
10053 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
10054 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
10055
10056 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
10057 to predicates for "seriously old code".
10058
10059 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
10060 runtime if(0).
10061
10062 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
10063 unsigned.
10064 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
10065
10066 * config/pa/tm-hppa.h: Update copyright.
10067 (DEPRECATED_INIT_FRAME_PC): Delete macro.
10068 (deprecated_init_frame_pc_default): Delete declaration.
10069 (hppa_frame_init_saved_regs): Delete declaration.
10070 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10071 * hppa-tdep.c: Include "arch-utils.h".
10072 (hppa_gdbarch_init): Set deprecated init_frame_pc
10073 and deprecated frame_init_saved_regs.
10074 (hppa_frame_init_saved_regs): Make static.
10075
10076 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10077
10078 Remove old 386BSD support.
10079 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
10080 * configure.host: Remove i[34567]86-*-bsd*.
10081 * configure.tgt: Remove i[34567]86-*-bsd*.
10082 * i386b-nat.c: Removed.
10083 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
10084 (i386b-nat.o): Remove dependencies.
10085
10086 * config/i386/i386bsd.mh: Removed.
10087 * config/i386/i386bsd.mt: Removed.
10088 * config/i386/nm-i386bsd.h: Removed.
10089 * config/i386/tm-i386bsd.h: Removed.
10090 * config/i386/xm-i386bsd.h: Removed.
10091
10092 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
10093
10094 * amd64fbsd-tdep.c: Include "solib-svr4.h".
10095 (amd64fbsd_init_abi): Set link map offsets.
10096 * amd64nbsd-tdep.c: Include "slib-svr4.h".
10097 (amd64nbsd_init_abi): Set link map offsets.
10098 * amd64obsd-tdep.c: Include "solib-svr4.h".
10099 (amd64obsd_init_abi): Set link map offsets.
10100 * i386fbsd-tdep.c: Include "solib-svr4.h".
10101 (i386fbsd_init_abi): Set link map offsets.
10102 * i386nbsd-tdep.c: Include "solib-svr4.h".
10103 (i386nbsdelf_init_abi): Set link map offsets.
10104 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
10105 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
10106 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
10107 solib-legacy.o and core-aout.o. Reformat.
10108 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
10109 solib-svr4.o, solib-legacy.o. Reformat.
10110 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
10111 * config/i386/nbsdelf.mh: Reformat.
10112 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
10113 solib-svr4.o, solib-legacy.o and corelow.o.
10114 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
10115 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
10116 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
10117 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10118 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10119 (TM_FILE): Set to tm-fbsd.h.
10120 * config/i386/nbsd.mt (TDEPFILES): Reformat.
10121 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
10122 solib-svr4.o.
10123 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
10124 solib-svr4.o.
10125 (TM_FILE): Set to nm-nbsd.h.
10126 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
10127 Simplify shared library support. Don't include "elf/common.h".
10128 (SVR4_SHARED_LIBS): Don't define.
10129 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
10130 "solib.h".
10131 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
10132 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
10133 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
10134 Don't include "i386/tm-i386.h". Include "solib.h".
10135 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
10136 Don't include "i386/tm-i386.h".
10137 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
10138 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
10139 Include "i386/xm-i386.h".
10140 (HOST_LONG_DOUBLE_FORMAT): Remove.
10141
10142 Fix OpenBSD/i386 sigtramp recognition.
10143 * i386-tdep.h: Update copyright year.
10144 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
10145 (i386bsd_sigtramp_end): New prototypes.
10146 (i386fbsd_sigtramp_start_addr): Renamed from
10147 i386fbsd_sigtramp_start.
10148 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10149 (i386obsd_sigtramp_start_addr): Renamed from
10150 i386obsd_sigtramp_start.
10151 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10152 * i386bsd-tdep.c: Update copyright year.
10153 (i386bsd_pc_in_sigtramp): Make public.
10154 * i386fbsd-nat.c: Update copyright year.
10155 (_initialize_i386fbsd_nat): Adjust for renamed variables.
10156 * i386fbsd-tdep.c: Update copyright year.
10157 (i386fbsd_sigtramp_start_addr): Renamed from
10158 i386fbsd_sigtramp_start.
10159 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10160 (i386fbsdaout_init_abi): Adjust for renamed variables.
10161 * i386obsd-nat.c: Update copyright year.
10162 (_initialize_i386obsd_nat): Adjust for renamed variables.
10163 * i386obsd-tdep.c: Include "target.h".
10164 (i386obsd_page_size): New variable.
10165 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
10166 (i386obsd_sigtramp_end): New functions.
10167 (i386obsd_sigtramp_start_addr): Renamed from
10168 i386obsd_sigtramp_start.
10169 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10170 (i386obsd_init_abi): Adjust for renamed variables. Set
10171 pc_in_sigtramp, sigtramp_start and sigtramp_end.
10172 * Makefile.in (i386obsd-tdep.o): Update dependencies.
10173
10174 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
10175 trampoline change in OpenBSD kernel.
10176
10177 * amd64-nat.c: Update copyright year.
10178 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
10179 architecture from REGCACHE.
10180
10181 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
10182 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
10183
10184 2004-02-21 Mark Kettenis <kettenis@gnu.org>
10185
10186 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
10187 i[34567]86-*-openbsd3.[0-3].
10188 * config/i386/obsdaout.mh: New file.
10189
10190 * config/i386/obsd.mh (MH_FLAGS): Remove.
10191
10192 Fix PR build/1549.
10193 * i386obsd-tdep.c: Update copyright years. Include
10194 "solib-svr4.h".
10195 (i386obsd_init_abi): Don't set regset_from_core_section here.
10196 (i386obsd_aout_init_abi): New function. Set
10197 regset_from_core_section here.
10198 (i386obsd_elf_init_abi): New function.
10199 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
10200 * Makefile.in (i386obsd-tdep.o): Update dependecies.
10201 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
10202 (TM_FILE): Set to tm-nbsd.h.
10203
10204 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
10205 solib-sunos.o.
10206
10207 * solib-svr4.h: Update copyright year.
10208 (svr4_ilp32_fetch_link_map_offsets)
10209 (svr4_lp64_fetch_link_map_offsets): New prototype.
10210 * solib-svr4.c: Update copyright year.
10211 (svr4_ilp32_fetch_link_map_offsets)
10212 (svr4_lp64_fetch_link_map_offsets): New function.
10213
10214 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
10215
10216 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
10217 to the partial symbol table.
10218
10219 2004-02-20 J. brobecker <brobecker@gnat.com>
10220
10221 * PROBLEMS: Add description of problem documented under gdb/1560.
10222
10223 2004-02-20 Mark Kettenis <kettenis@gnu.org>
10224
10225 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
10226 comments.
10227 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
10228 functions.
10229 (amd64obsd_init_abi): Reorder initializations. Use
10230 amd64obsd_r_reg_offset to initialize the general-purpose register
10231 set details. Set regset_from_core_section.
10232 (_initialize_amd64obsd_tdep): Rename from
10233 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
10234 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
10235 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
10236
10237 * NEWS (New native configurations): Mention OpenBSD/alpha.
10238 * configure.tgt: Add alpha*-*-openbsd*.
10239 * configure.host: Add alpha*-*-openbsd*.
10240 * alphanbsd-tdep.c: Update copyright year.
10241 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
10242
10243 2004-02-20 Andrew Cagney <cagney@redhat.com>
10244
10245 Fix PR tdep/1372.
10246 * configure.tgt: Delete target "none-*-*".
10247 * configure.host: Delete host "none-*-*".
10248 * config/none/none.mh: Delete file.
10249 * config/none/none.mt: Delete file.
10250 * config/none/xm-none.h: Delete file.
10251 * config/none/tm-none.h: Delete file.
10252 * config/none/nm-none.h: Delete file.
10253
10254 2004-02-19 Fred Fish <fnf@redhat.com>
10255
10256 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
10257 cache->uses_fp prior to setting it.
10258
10259 2004-02-19 Fred Fish <fnf@redhat.com>
10260
10261 Fix for PR breakpoint/1558.
10262 * sh-tdep.c (IS_JSR): New macro.
10263 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
10264
10265 2004-02-19 Jim Blandy <jimb@redhat.com>
10266
10267 * findvar.c (value_from_register): Doc fix.
10268
10269 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
10270
10271 * printcmd.c (print_scalar_formatted): Do not check for sizeof
10272 type being greater than sizeof of host's LONGEST. Always use
10273 unpack_long() unless format 'f' chosen.
10274
10275 2004-02-19 Joel Brobecker <brobecker@gnat.com>
10276
10277 Committed by Elena Zannoni <ezannoni@redhat.com>
10278
10279 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
10280 contains a symbol wich is the best, non-exact match for the given
10281 pc. Update comments.
10282
10283 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
10284
10285 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
10286 macro, which was part of the now removed Mach 3 port.
10287 * utils.c (request_quit): Ditto.
10288
10289 2004-02-18 Mark Kettenis <kettenis@gnu.org>
10290
10291 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
10292 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
10293
10294 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10295
10296 Committed by Mark Kettenis <kettenis@gnu.org>.
10297
10298 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
10299 Define.
10300
10301 2004-02-18 Andrew Cagney <cagney@redhat.com>
10302
10303 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
10304 CONFIG_INSTALL and CONFIG_UNINSTALL.
10305 * configure: Re-generate.
10306 * interps.h (INTERP_TUI): Define.
10307 * Makefile.in: Update dependencies.
10308 (TUI): New macro.
10309 (tui-main.o): Specify dependencies.
10310 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
10311 * tui/tui-main.c: New file.
10312
10313 2004-02-18 Mark Kettenis <kettenis@gnu.org>
10314
10315 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
10316 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
10317 dependencies.
10318 * configure.host: Add x86_64-*-openbsd*.
10319 * configure.tgt: Add x86_64-*-openbsd*.
10320 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
10321
10322 * tui/tui.c: Don't include <malloc.h>.
10323
10324 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
10325 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
10326 amd64nbsd-tdep.c.
10327
10328 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
10329 static. Remove extraneous whitespace.
10330 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
10331 static.
10332
10333 2004-02-17 Jim Blandy <jimb@redhat.com>
10334
10335 * findvar.c (value_from_register): Doc fix.
10336
10337 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10338
10339 Committed by Jim Blandy <jimb@redhat.com>.
10340
10341 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
10342 CORE_ADDR as type for selectors. Correct types for GNU run time
10343 message lookup function to use double indirection.
10344 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
10345 * objc-lang.h (lookup_child_selector): Adapt prototype.
10346
10347 * s390-nat.c (SUBOFF): New macro.
10348 (supply_gregset, fill_gregset): Use it to handle debugging
10349 of 32-bit exectuables running under a 64-bit kernel.
10350 * s390-tdep.c: Include "solib-svr4.h".
10351 (s390_svr4_fetch_link_map_offset): New function.
10352 (s390x_svr_fetch_link_map_offset): Likewise.
10353 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
10354 * Makefile.in (s390-tdep.o): Update dependencies.
10355
10356 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
10357 "frame-unwind.h".
10358 (s390_readinstruction): Reformat. Use read_memory_nobpt.
10359 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
10360 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
10361 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
10362 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
10363 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
10364 S390_SIGNAL_FRAMESIZE,
10365 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
10366 (struct frame_extra_info): Remove.
10367 (s390_memset_extra_info): Remove.
10368 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
10369 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
10370 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
10371 (is_rse): Renamed to ...
10372 (is_rsy): ... this. Support long displacements.
10373 (is_rxe): Renamed to ...
10374 (is_rxy): ... this. Support long displacements.
10375 (compute_x_addr): Support long displacements.
10376 (struct s390_prologue_data): New data type.
10377 (s390_on_stack): Change API to use struct s390_prologue_data.
10378 (s390_store): Reimplement.
10379 (s390_load): New function.
10380 (s390_get_signal_frame_info): Remove.
10381 (s390_get_frame_info): Remove, replace by ...
10382 (s390_analyze_prolog): ... this new function.
10383 (s390_check_function_end): Remove.
10384 (s390_function_start): Remove.
10385 (s390_frameless_function_invokation): Remove.
10386 (s390_is_sigreturn): Remove.
10387 (s390_init_frame_pc_first): Remove.
10388 (s390_init_frame_extra_info): Remove.
10389 (s390_frame_init_saved_regs): Remove.
10390 (s390_frame_saved_pc_nofix): Remove.
10391 (s390_frame_saved_pc): Remove.
10392 (s390_frame_chain): Remove.
10393 (s390_fp_regnum, s390_read_fp): Remove.
10394 (s390_pop_frame_regular, s390_pop_frame): Remove.
10395 (s390_saved_pc_after_call): Remove.
10396 (s390_skip_prologue): Reimplement.
10397 (s390_in_function_epilogue_p): Support long displacements.
10398 (struct s390_unwind_cache): New data structure.
10399 (s390_frame_unwind_cache): New function.
10400 (s390_prologue_frame_unwind_cache): Likewise.
10401 (s390_backchain_frame_unwind_cache): Likewise.
10402 (s390_frame_this_id, s390_frame_prev_register): Likewise.
10403 (s390_frame_unwind): Define.
10404 (s390_frame_sniffer): New function.
10405 (struct s390_pltstub_unwind_cache): New data structure.
10406 (s390_pltstub_frame_unwind_cache): New function.
10407 (s390_pltstub_frame_this_id): Likewise.
10408 (s390_pltstub_frame_prev_register): Likewise.
10409 (s390_pltstub_frame_unwind): Define.
10410 (s390_pltstub_frame_sniffer): New function.
10411 (struct s390_sigtramp_unwind_cache): New data structure.
10412 (s390_sigtramp_frame_unwind_cache): New function.
10413 (s390_sigtramp_frame_this_id): Likewise.
10414 (s390_sigtramp_frame_prev_register): Likewise.
10415 (s390_sigtramp_frame_unwind): Define.
10416 (s390_sigtramp_frame_sniffer): New function.
10417 (s390_frame_base_address, s390_local_base_address): New functions.
10418 (s390_frame_base): Define.
10419 (s390_unwind_pc, s390_unwind_sp): New function.
10420 (s390_push_dummy_call): Use new frame base location.
10421 (s390_unwind_dummy_id): Likewise.
10422 (s390_gdbarch_init): Remove calls to:
10423 set_gdbarch_frameless_function_invocation,
10424 set_gdbarch_deprecated_init_frame_pc,
10425 set_gdbarch_deprecated_frame_chain,
10426 set_gdbarch_deprecated_frame_init_saved_regs,
10427 set_gdbarch_deprecated_pop_frame,
10428 set_gdbarch_deprecated_init_extra_frame_info,
10429 set_gdbarch_deprecated_init_frame_pc_first,
10430 set_gdbarch_deprecated_target_read_fp,
10431 set_gdbarch_deprecated_frame_saved_pc,
10432 set_gdbarch_deprecated_saved_pc_after_call,
10433 set_gdbarch_deprecated_fp_regnum.
10434 Add calls to:
10435 set_gdbarch_in_solib_call_trampoline,
10436 frame_unwind_append_sniffer,
10437 frame_base_set_default,
10438 set_gdbarch_unwind_pc,
10439 set_gdbarch_unwind_sp.
10440 * Makefile.in (s390-tdep.o): Update dependencies.
10441
10442 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
10443 (S390_STACK_FRAME_OVERHEAD): Remove.
10444 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
10445 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
10446 (s390_promote_integer_argument): Remove.
10447 (s390_cannot_extract_struct_value_address): Remove.
10448 (s390_use_struct_convention, s390_store_struct_return): Remove.
10449 (s390_extract_return_value, s390_store_return_value): Remove.
10450 (s390_return_value_convention, s390_return_value): New functions.
10451 (is_float_singleton): Handle typedefs.
10452 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
10453 Remove, replace by ...
10454 (s390_function_arg_pass_by_reference, s390_function_arg_float,
10455 s390_function_arg_integer): ... these new functions.
10456 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
10457 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
10458 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
10459 Fill in tdep->abi.
10460 Remove calls to:
10461 set_gdbarch_deprecated_store_struct_return,
10462 set_gdbarch_deprecated_extract_return_value,
10463 set_gdbarch_deprecated_store_return_value,
10464 set_gdbarch_use_struct_convention,
10465 set_gdbarch_extract_struct_value_address,
10466 set_gdbarch_deprecated_pc_in_call_dummy,
10467 set_gdbarch_deprecated_push_arguments,
10468 set_gdbarch_deprecated_save_dummy_frame_tos,
10469 set_gdbarch_deprecated_push_return_address,
10470 set_gdbarch_deprecated_sizeof_call_dummy_words,
10471 set_gdbarch_deprecated_call_dummy_words,
10472 set_gdbarch_deprecated_dummy_write_sp.
10473 Add calls to:
10474 set_gdbarch_push_dummy_call,
10475 set_gdbarch_unwind_dummy_id,
10476 set_gdbarch_return_value.
10477
10478 * config/s390/nm-linux.h: Update comments.
10479 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
10480 (STOPPED_BY_WATCHPOINT): Redefine.
10481 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
10482 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
10483 (s390_stopped_by_watchpoint): Likewise.
10484 (watch_area_cnt): Remove.
10485 * s390-nat.c: Update comments.
10486 (watch_area): Remove typedef.
10487 Global replace watch_area by struct watch_area.
10488 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
10489 (s390_stopped_by_watchpoint): Remove pid argument,
10490 use s390_inferior_tid. Add short-cut for the no watchpoint case.
10491 (s390_fix_watch_points): Remove pid argument,
10492 use s390_inferior_tid. Recompute area spanned by watchpoints.
10493 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
10494 argument. Reimplement.
10495
10496 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
10497 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
10498 (FETCH_INFERIOR_REGISTERS): Define.
10499 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
10500 core-regset.o.
10501 * config/s390/s390x.mt: Remove.
10502 * config/s390/tm-s390.h: Remove.
10503 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
10504 (TARGET_ELF64): Remove.
10505 (SKIP_TRAMPOLINE_CODE): Do not undefine.
10506 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
10507 s390*-*-* case; always set gdb_target to s390.
10508 * regformats/reg-s390.dat: Remove control registers.
10509 * regformats/reg-s390x.dat: Likewise.
10510 * s390-tdep.h: New file.
10511 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
10512 Include "inferior.h" and "s390-tdep.h".
10513 Remove private definition of offsetof.
10514 (s390_register_u_addr): Remove.
10515 (regmap_gregset, regmap_fpregset): Define.
10516 (supply_gregset, fill_gregset): Reimplement.
10517 (supply_fpregset, fill_fpregset): Likewise.
10518 (s390_inferior_tid): New function.
10519 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
10520 (fetch_inferior_registers, store_inferior_registers): Likewise.
10521 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
10522 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
10523 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
10524 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
10525 (struct gdbarch_tdep): Define.
10526 (struct s390_register_info): Define.
10527 (s390_register_info): New variable.
10528 (s390_register_name): Reimplement.
10529 (s390_register_type): New function.
10530 (s390_register_raw_size, s390x_register_raw_size): Remove.
10531 (s390_cannot_fetch_register): Remove.
10532 (s390_register_byte): Remove.
10533 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
10534 (s390_dwarf_regmap): New variable.
10535 (s390_dwarf_reg_to_regnum): New function.
10536 (s390_stab_reg_to_regnum): Remove.
10537 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
10538 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
10539 (s390_convert_register_p): Likewise.
10540 (s390_register_to_value, s390_value_to_register): Likewise.
10541 (s390_register_reggroup_p): Likewise.
10542 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
10543 s390_gregset, s390x_gregset, s390_fpregset): New variables.
10544 (s390_supply_regset, s390_regset_from_core_section): New functions.
10545 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
10546 (S390_FPR_SIZE): Likewise.
10547 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
10548 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
10549 (S390_NUM_GPRS): Move here from tm-s390.h.
10550 (S390_NUM_FPRS): Likewise.
10551 (s390_in_function_epilogue_p): New function.
10552 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
10553 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
10554 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
10555 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
10556 Replace S390_FP_REGNUM by S390_SP_REGNUM.
10557 Remove calls to:
10558 set_gdbarch_deprecated_max_register_raw_size,
10559 set_gdbarch_deprecated_max_register_virtual_size,
10560 set_gdbarch_deprecated_register_byte,
10561 set_gdbarch_cannot_fetch_register,
10562 set_gdbarch_cannot_store_register,
10563 set_gdbarch_deprecated_register_size,
10564 set_gdbarch_deprecated_register_raw_size,
10565 set_gdbarch_deprecated_register_virtual_size,
10566 set_gdbarch_deprecated_register_virtual_type,
10567 set_gdbarch_deprecated_register_bytes.
10568 Add calls to:
10569 set_gdbarch_num_pseudo_regs,
10570 set_gdbarch_register_type,
10571 set_gdbarch_convert_register_p,
10572 set_gdbarch_register_to_value,
10573 set_gdbarch_value_to_register,
10574 set_gdbarch_register_reggroup_p,
10575 set_gdbarch_regset_from_core_section,
10576 set_gdbarch_pseudo_register_read,
10577 set_gdbarch_pseudo_register_write,
10578 set_gdbarch_in_function_epilogue_p.
10579 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
10580 (s390_tdep_h): New variable.
10581
10582 2004-02-17 Jim Blandy <jimb@redhat.com>
10583
10584 * findvar.c (value_from_register): If the type has no length, just
10585 return an acceptable value --- don't report an internal error.
10586
10587 * stabsread.c (read_type): If we find any type numbers that are
10588 forward references, complain if the references aren't resolved by
10589 the time we're finished reading.
10590 (cleanup_undefined_types): Make error message more appropriate for
10591 a complaint.
10592
10593 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10594
10595 * Makefile.in (defs_h): Remove dependency on progress_h.
10596 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
10597 progress.h.
10598 * main.c (captured_main): Delete use of START_PROGRESS and
10599 END_PROGRESS.
10600
10601 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10602
10603 * objfiles.c (terminate_minimal_symbol_table): Add back
10604 initialization of MSYMBOL_TYPE.
10605
10606 2004-02-17 David Mosberger <davidm@hpl.hp.com>
10607
10608 Committed by Andrew Cagney.
10609 * Makefile.in (ia64_tdep_h): New macro.
10610 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
10611 (ia64-tdep.o): Likewise.
10612 * ia64-tdep.h: New file.
10613 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
10614 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
10615 (ia64_aix_sigcontext_register_address): Likewise.
10616 (ia64_linux_getunwind_table): Delete declaration.
10617 * ia64-linux-tdep.c: Likewise.
10618
10619 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
10620
10621 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
10622 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
10623 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
10624
10625 2004-02-17 Andrew Cagney <cagney@redhat.com>
10626
10627 * symtab.c (skip_prologue_using_sal): New function.
10628 * symtab.h (skip_prologue_using_sal): Declare.
10629 * frv-tdep.c: Include "symtab.h".
10630 (skip_prologue_using_sal): Delete function.
10631 * mips-tdep.c (skip_prologue_using_sal): Delete function.
10632 * rs6000-tdep.c (refine_prologue_limit): Mention
10633 skip_prologue_using_sal.
10634 * ia64-tdep.c (refine_prologue_limit): Ditto.
10635 * Makefile.in: Update dependencies.
10636
10637 2004-02-16 Andrew Cagney <cagney@redhat.com>
10638
10639 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
10640 START_INFERIOR_TRAPS_EXPECTED.
10641 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
10642 START_INFERIOR_TRAPS_EXPECTED.
10643 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
10644 Delete macro.
10645 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
10646 macro, moved to "nm-osf.h". Update copyright.
10647 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
10648 update copyright.
10649
10650 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
10651 and function replacing FRAMELESS_FUNCTION_INVOCATION.
10652 * blockframe.c (legacy_frameless_look_for_prologue): Rename
10653 frameless_look_for_prologue.
10654 * frame.h (legacy_frameless_look_for_prologue): Rename
10655 frameless_look_for_prologue.
10656 * gdbarch.h, gdbarch.c: Re-generate.
10657 * sh64-tdep.c (sh64_gdbarch_init): Update.
10658 * sh-tdep.c (sh_gdbarch_init): Update.
10659 * s390-tdep.c (s390_gdbarch_init): Update.
10660 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10661 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10662 * m68k-tdep.c (m68k_gdbarch_init): Update.
10663 (delta68_frame_args_address): Update.
10664 * m32r-tdep.c (m32r_gdbarch_init): Update.
10665 * hppa-tdep.c (hppa_gdbarch_init): Update.
10666 * h8300-tdep.c (h8300_gdbarch_init): Update.
10667 * frv-tdep.c (frv_gdbarch_init): Update.
10668 (frv_frameless_function_invocation): Update.
10669 * cris-tdep.c (cris_gdbarch_init): Update.
10670 (cris_frameless_function_invocation): Update.
10671 * avr-tdep.c (avr_gdbarch_init): Update.
10672 * arm-tdep.c (arm_gdbarch_init): Update.
10673 * stack.c (frame_info): Update, call predicate.
10674 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
10675 * frame.c (legacy_get_prev_frame): Update, call predicate..
10676 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
10677 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
10678 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
10679 invocation.
10680 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10681 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10682 * vax-tdep.c (vax_gdbarch_init): Ditto.
10683
10684 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
10685 function.
10686
10687 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10688
10689 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
10690 initializations.
10691
10692 2004-02-16 Andrew Cagney <cagney@redhat.com>
10693
10694 * tui/tui-windata.c: Include "gdb_string.h".
10695 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
10696 * tui/tui-layout.c, tui/tui-command.c: Ditto.
10697 * Makefile.in: Update dependencies.
10698
10699 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10700
10701 * Makefile.in (infrun.o): Add $(gdb_assert_h).
10702 * infrun.c: Include "gdb_assert.h".
10703 (singlestep_ptid, saved_singlestep_ptid)
10704 (stepping_past_singlestep_breakpoint): New variables.
10705 (resume): Set singlestep_ptid. Check for singlestep thread
10706 hop.
10707 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
10708 (handle_inferior_event): Handle singlestep thread hop.
10709
10710 2004-02-16 Andrew Cagney <cagney@redhat.com>
10711
10712 * dwarf2-frame.c (dwarf2_frame_ops): New function.
10713 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
10714 (dwarf2_frame_init_reg): Ditto.
10715
10716 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
10717 suggested by Joshua Neuheisel
10718
10719 * configure.in: Always check for curses, including pdcurses.
10720 Warn, instead of error, when no curses are found. Enable TUI when
10721 curses is available.
10722 * configure: Re-generate.
10723
10724 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10725
10726 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
10727 sh_sh4_register_convert_to_virtual.
10728 (sh_register_convert_to_raw): Rename from
10729 sh_sh4_register_convert_to_raw.
10730 (sh_pseudo_register_read): Accomodate above name change.
10731 (sh_pseudo_register_write): Ditto.
10732
10733 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10734
10735 * sh-tdep.c (sh_generic_register_name): Remove.
10736 (sh_gdbarch_init): Use sh_sh_register_name in default case.
10737
10738 2004-02-15 Andrew Cagney <cagney@redhat.com>
10739
10740 * configure.in (build_warnings): Add -Wunused-function.
10741 * configure: Re-generate.
10742
10743 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10744 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10745
10746 * procfs.c (procfs_init_inferior): Assume that
10747 START_INFERIOR_TRAPS_EXPECTED is defined.
10748 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10749 * config/ns32k/tm-nbsd.h: Delete file,
10750 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10751
10752 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10753 * config/vax/tm-vax.h: Delete file.
10754
10755 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10756 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10757 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10758 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10759 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10760 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10761 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10762
10763 2004-02-15 Mark Kettenis <kettenis@gnu.org>
10764
10765 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10766 * dwarf2-frame.c (dwarf2_frame_data): New variable.
10767 (struct dwarf2_frame_ops): New.
10768 (dwarf2_frame_default_init_reg): New function, based on
10769 dwarf2_frame_init_reg.
10770 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10771 (dwarf2_frame_init_reg): Call architecture-specific function.
10772 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10773 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10774 instead of dwarf2_frame_data.
10775 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10776 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10777
10778 2004-02-15 Andrew Cagney <cagney@redhat.com>
10779
10780 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10781 register_gdbarch_swap.
10782 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10783 * f-lang.c (_initialize_f_language): Update, use
10784 DEPRECATED_REGISTER_GDBARCH_SWAP.
10785 * remote.c (_initialize_remote): Ditto.
10786 * regcache.c (_initialize_regcache): Ditto.
10787 * parse.c (_initialize_parse): Ditto.
10788 * infrun.c (_initialize_infrun): Ditto.
10789 * mi/mi-main.c (_initialize_mi_main): Ditto.
10790 * gdbtypes.c (_initialize_gdbtypes): Ditto.
10791
10792 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10793 poking .cacheable directly.
10794 * symfile.c (symfile_bfd_open): Ditto.
10795
10796 * Makefile.in: Update all dependencies.
10797
10798 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10799 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10800 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10801 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10802 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
10803
10804 2004-02-14 Andrew Cagney <cagney@redhat.com>
10805
10806 * arch-utils.c (legacy_convert_register_p): Check
10807 DEPRECATED_REGISTER_CONVERTIBLE_P.
10808 * findvar.c (value_of_register): Ditto.
10809
10810 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10811 * gdbarch.h, gdbarch.c: Re-generate.
10812 * arch-utils.c (deprecated_register_convertible_not): Delete.
10813 * arch-utils.h (deprecated_register_convertible_not): Delete.
10814 * mi/mi-main.c (get_register): Update. Update copyright.
10815 * infcmd.c (default_print_registers_info): Update.
10816
10817 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10818 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10819 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
10820 * gdbarch.h, gdbarch.c: Re-generate.
10821 * frame.c (deprecated_get_next_frame_hack): Delete function.
10822 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10823 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10824 Update.
10825 * infcall.c (call_function_by_hand): Update.
10826
10827 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
10828
10829 * symfile.c (init_entry_point_info, entry_point_address): Move
10830 from here...
10831 * objfiles.c (init_entry_point_info, entry_point_address):..to
10832 here.
10833 * symfile.h (init_entry_point_info, entry_point_address): Remove
10834 prototypes.
10835 * objfiles.h (init_entry_point_info, entry_point_address):Add
10836 prototypes.
10837 * cris-tdep.c: Remove include of symfile.h. Add include of
10838 objfiles.h.
10839 * infcall.c: Ditto.
10840 * mcore-tdep.c: Ditto.
10841 * mn10300-tdep.c: Ditto.
10842 * sh64-tdep.c: Ditto.
10843 * v850-tdep.c: Ditto.
10844 * arm-tdep.c: Remove include of symfile.h.
10845 * blockframe.c: Ditto.
10846 * coffread.c: Ditto.
10847 * dbxread.c: Ditto.
10848 * dwarf2read.c: Ditto.
10849 * dwarfread.c: Ditto.
10850 * frv-tdep.c: Ditto.
10851 * ia64-tdep.c: Ditto.
10852 * mdebugread.c: Ditto.
10853 * mipsread.c: Ditto.
10854 * rs6000-tdep.c: Ditto.
10855 * s390-tdep.c: Ditto.
10856 * sh-tdep.c: Ditto.
10857 * xstormy16-tdep.c: Ditto.
10858 * gdbarch.sh: Remove include of symfile.h.
10859 * gdbarch.c: Regenerate.
10860 * solib-irix.c (enable_break): Use entry_point_address().
10861 Add comment about include file.
10862 * xcoffread.c: Add comment about include file.
10863 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10864 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10865 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10866 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10867 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10868
10869 2004-02-13 Andrew Cagney <cagney@redhat.com>
10870
10871 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10872 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10873 copyright.
10874 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10875
10876 2004-02-12 Fred Fish <fnf@redhat.com>
10877
10878 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10879 set_gdbarch_store_return_value.
10880
10881 2004-02-12 Andrew Cagney <cagney@redhat.com>
10882
10883 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10884 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10885 (interrupt_query): Ditto.
10886 (ofunc): Delete unused variable.
10887 * cris-tdep.c (cris_abi): Delete unused function.
10888 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10889 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10890 (cris_get_asr_quick_shift_steps): Ditto.
10891 (cris_skip_prologue_frameless_p): Ditto.
10892 * arm-tdep.c (arm_push_return_address): Delete unused function.
10893 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10894 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10895 * s390-tdep.c (s390_function_start): Delete unused function.
10896
10897 2004-02-12 Andrew Cagney <cagney@redhat.com>
10898
10899 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10900 gdbarch.h, gdbarch.c: Re-generate.
10901 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10902 to generic_prologue_frameless_p.
10903 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10904 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10905
10906 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10907
10908 * mips-linux-tdep.c: Include "frame.h".
10909 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10910 (mips_linux_skip_resolver): New functions.
10911 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10912 and set_gdbarch_in_solib_call_trampoline.
10913 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10914 to after set_gdbarch_in_solib_return_trampoline. Only set the
10915 solib hooks to mips16 functions if the OS ABI is unknown.
10916 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10917 including "config/tm-linux.h".
10918 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10919 * Makefile.in (mips-linux-tdep.o): Update.
10920
10921 2004-02-11 David Carlton <carlton@kealia.com>
10922
10923 * linespec.c (decode_compound): Only look for a class symbol when
10924 considering all but the rightmost component.
10925
10926 2004-02-11 Andrew Cagney <cagney@redhat.com>
10927
10928 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10929 abi code are are separatly grouped.
10930
10931 2004-02-11 Andrew Cagney <cagney@redhat.com>
10932
10933 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10934 * gdbarch.h, gdbarch.c: Re-generate.
10935 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10936 * v850-tdep.c (v850_gdbarch_init): Update.
10937 * sh64-tdep.c (sh64_gdbarch_init): Update.
10938 * sh-tdep.c (sh_gdbarch_init): Update.
10939 * s390-tdep.c (s390_gdbarch_init): Update.
10940 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10941 * mips-tdep.c (mips_gdbarch_init): Update.
10942 * mcore-tdep.c (mcore_gdbarch_init): Update.
10943 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10944 * m32r-tdep.c (m32r_gdbarch_init): Update.
10945 * ia64-tdep.c (ia64_gdbarch_init): Update.
10946 * hppa-tdep.c (hppa_gdbarch_init): Update.
10947 * h8300-tdep.c (h8300_gdbarch_init): Update.
10948 * frv-tdep.c (frv_gdbarch_init): Update.
10949 * d10v-tdep.c (d10v_gdbarch_init): Update.
10950 * cris-tdep.c (cris_gdbarch_init): Update.
10951 * avr-tdep.c (avr_gdbarch_init): Update.
10952 * arm-tdep.c (arm_gdbarch_init): Update.
10953 * alpha-tdep.c (alpha_gdbarch_init): Update.
10954
10955 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10956
10957 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10958 comma.
10959 (sh_sh4al_dsp_register_name): Ditto.
10960
10961 2004-02-10 Andrew Cagney <cagney@redhat.com>
10962
10963 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10964 (mips_init_frame_pc_first): Delete function.
10965 (mips_frame_saved_pc): Delete function.
10966 (mips_frame_chain): Delete function.
10967 (mips_init_extra_frame_info): Delete function.
10968 (mips_xfer_register): Delete unused variable "reg".
10969 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10970 (mips_n32n64_return_value): Delete unused variable "reg".
10971 (mips_n32n64_return_value): Delete unused variable "pos".
10972 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10973 (mips_o32_return_value): Delete unused variable "pos".
10974 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10975 (mips_print_fp_register): Delete unused variable "namelen"
10976 (mips_print_fp_register): Delete unused variable "flt2"
10977 (get_frame_pointer): Delete function.
10978 (cached_proc_desc): Delete static variable.
10979 (mips_pop_frame): Delete function.
10980 (mips_find_saved_regs): Delete function.
10981 (mips_get_saved_register): Delete function.
10982 (mips_saved_pc_after_call): Delete function.
10983 (SIGFRAME_BASE): Delete macro.
10984 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10985 (SIGFRAME_PC_OFF): Delete macro.
10986 (SIGFRAME_REGSAVE_OFF): Delete macro.
10987 (mips_dump_tdep): Do not print deleted macro definitions.
10988
10989 2004-02-10 Andrew Cagney <cagney@redhat.com>
10990
10991 * Makefile.in (SFILES): Remove explictly listed tui files.
10992 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10993
10994 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10995
10996 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10997 to use paddr functions to format ia64 addresses and long values.
10998 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10999 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
11000 (get_kernel_table, ia64_find_proc_info_x): Ditto.
11001 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
11002 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
11003
11004 2004-02-10 Andrew Cagney <cagney@redhat.com>
11005
11006 * defs.h: Do not include "tui.h".
11007 * gdb_curses.h: New file.
11008 * tui/tui-hooks.h: New file.
11009 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
11010 (tui_install_hooks, tui_remove_hooks): Delete declarations.
11011 (tui_initialize_io): Delete declaration.
11012 (tui_initialize_readline: Delete redundant declaration.
11013 (struct tui_point): Delete definition.
11014 * tui/tui-data.h (struct tui_point): Define.
11015 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
11016 * utils.c: Include "tui/tui.h".
11017 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
11018 * printcmd.c [TUI]: Include "tui/tui.h".
11019 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
11020 * tui/tui-command.c: Include "gdb_curses.h".
11021 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
11022 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
11023 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
11024 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
11025 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
11026 * Makefile.in: Update all dependencies.
11027 (tui_hooks_h, gdb_curses_h): Define.
11028 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
11029
11030 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
11031
11032 * objfiles.h (struct objfile): Remove unused fields auxf1 and
11033 auxf2. Add comments about some other rarely used fields.
11034
11035 2004-02-10 Andrew Cagney <cagney@redhat.com>
11036
11037 * Makefile.in (init.c): Fix script removing duplicates. Problem
11038 reported by Peter Schauer.
11039
11040 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11041
11042 * bcache.c (bcache_xmalloc): Use obstack_init instead of
11043 obstack_specify_allocation.
11044 * objfiles.c (allocate_objfile): Ditto.
11045 * solib-sunos.c (solib_add_common_symbols)
11046 (allocate_rt_common_objfile): Ditto.
11047 * symfile.c (reread_symbols): Ditto.
11048 * gdb_obstack.h: Add comment.
11049
11050 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11051
11052 * linespec.c (decode_line_1, locate_first_half)
11053 (decode_compound, lookup_prefix_sym): Update comments. Delete old
11054 commented out code.
11055
11056 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
11057
11058 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
11059 obstack_free.
11060
11061 2004-02-09 Andrew Cagney <cagney@redhat.com>
11062
11063 * blockframe.c (find_pc_partial_function): If find_pc_overlay
11064 fails, try find_pc_section. Fix PR c++/1267.
11065 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
11066 instead of find_pc_mapped_section.
11067 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
11068 not default to the section containing PC. Fix PR symtab/1519.
11069
11070 2004-02-09 Andrew Cagney <cagney@redhat.com>
11071
11072 * Makefile.in (mips-tdep.o): Update dependencies.
11073 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
11074 "trad-frame.h".
11075 (mips_unwind_pc): Return the pseudo PC register.
11076 (mips_unwind_dummy_id): New function.
11077 (mips16_fetch_instruction): New function.
11078 (mips32_fetch_instruction): New function.
11079 (struct mips_frame_cache): Define.
11080 (mips_mdebug_frame_cache): New function.
11081 (mips_mdebug_frame_this_id): New function.
11082 (mips_mdebug_frame_prev_register): New function.
11083 (mips_mdebug_frame_unwind): Define.
11084 (mips_mdebug_frame_sniffer): New function.
11085 (mips_mdebug_frame_base_address): New function.
11086 (mips_mdebug_frame_base): Define.
11087 (mips_mdebug_frame_base_sniffer): New function.
11088 (mips_gdbarch_init): Append unwind and base sniffers. Set
11089 unwind_dummy_id.
11090
11091 2004-02-08 Andrew Cagney <cagney@redhat.com>
11092
11093 * frame.c: Print both the register number and name.
11094
11095 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
11096 and a sed into a single sed. Make .c and .o patterns more robust.
11097 (OBS): Delete.
11098 (INIT_FILES): Replace OBS with COMMON_OBS.
11099 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
11100
11101 2004-02-08 Mark Kettenis <kettenis@gnu.org>
11102
11103 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
11104 the PT_WCOOKIE request.
11105
11106 2004-02-08 Andrew Cagney <cagney@redhat.com>
11107
11108 * mips-tdep.c (mips_unwind_pc): New function.
11109 (mips_gdbarch_init): Set mips_unwind_pc.
11110
11111 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
11112 (get_frame_id): Allow the UNKNOWN_FRAME.
11113 (frame_register_unwind, get_frame_type): Ditto.
11114
11115 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
11116 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
11117 unwind_dummy_id indicates a legacy frame.
11118
11119 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
11120 * configure: Re-generate.
11121
11122 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
11123 methods.
11124
11125 2004-02-08 Andrew Cagney <cagney@redhat.com>
11126
11127 * configure.in (CONFIG_ALL): Set to Makefile target, and not
11128 makefile macro.
11129 * configure: Re-generate.
11130 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
11131 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
11132 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
11133 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
11134 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
11135 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
11136 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
11137 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
11138 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
11139 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
11140
11141 2004-02-07 Andrew Cagney <cagney@redhat.com>
11142
11143 * Makefile.in: Update all dependencies.
11144
11145 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
11146 * configure: Re-generate.
11147 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
11148 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
11149 (COMMON_OBS): Add "main.o" and "annotate.o".
11150 (ANNOTATE_OBS): Delete.
11151 (OBS): Remove ANNOTATE_OBS.
11152 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
11153 CONFIG_INITS.
11154 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
11155 against CONFIG_OBS and "main.o".
11156 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
11157 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
11158
11159 * tui/tui-command.c: Include "gdb_string.h", delete register
11160 attribute, use ISO-C function signatures.
11161 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
11162 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11163 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
11164 * tui/tui.c: Ditto.
11165
11166 * tui/tui-command.c: Change variable and function names to lower
11167 case.
11168 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
11169 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
11170 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11171 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11172 * tui/tui-winsource.c, tui/tui.c: Ditto.
11173
11174 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11175
11176 * buildsym.c (free_pending_blocks, finish_block)
11177 (record_pending_block, make_blockvector, end_symtab): Replace
11178 symbol_obstack with objfile_obstack.
11179 * coffread.c (process_coff_symbol, coff_read_struct_type)
11180 (coff_read_enum_type): Ditto.
11181 * cp-namespace.c (initialize_namespace_symtab)
11182 (check_one_possible_namespace_symbol): Ditto.
11183 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
11184 (dwarf2_symbol_mark_computed): Ditto.
11185 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
11186 * elfread.c (elf_symtab_read): Ditto.
11187 * hpread.c (hpread_symfile_init, hpread_symfile_init)
11188 (hpread_read_enum_type, hpread_read_function_type)
11189 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
11190 Ditto.
11191 * jv-lang.c (get_java_class_symtab, add_class_symbol)
11192 (java_link_class_type): Ditto.
11193 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
11194 (new_symbol): Ditto.
11195 * minsyms.c (install_minimal_symbols): Ditto.
11196 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
11197 (terminate_minimal_symbol_table): Replace symbol_obstack with
11198 objfile_obstack.
11199 (free_objfile): Remove freeing of symbol_obstack.
11200 * objfiles.h: Remove symbol_obstack field.
11201 * pa64solib.c (add_to_solist): Replace symbol_obstack with
11202 objfile_obstack.
11203 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11204 symbol_obstack.
11205 (solib_add_common_symbols): Replace symbol_obstack with
11206 objfile_obstack.
11207 * somsolib.c (som_solib_add): Ditto.
11208 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
11209 (common_block_start, common_block_end): Ditto.
11210 * symfile.c (reread_symbols): Remove freeing and init of
11211 symbol_obstack.
11212 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
11213 * symfile.h: Update comment.
11214 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
11215 stats printing.
11216 * symtab.c (symbol_set_names): Replace symbol_obstack with
11217 objfile_obstack.
11218 * symtab.h (struct general_symbol_info, struct minimal_symbol):
11219 Update comments.
11220 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
11221 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
11222 objfile_obstack.
11223
11224 2004-02-07 Andrew Cagney <cagney@redhat.com>
11225
11226 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
11227 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
11228 fields and variables.
11229 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
11230 (m_beInvisible): Delete macro.
11231 * tui/tui-data.h: Fix case case fields and variables.
11232 (m_genWinPtrIsNull): Delete macro.
11233 (tui_win_list): Rename winList.
11234 (TUI_SRC_WIN): Rename srcWin.
11235 (TUI_DISASM_WIN): Rename disassemWin.
11236 (TUI_DATA_WIN): Rename dataWin.
11237 (TUI_CMD_WIN): Rename cmdWin.
11238 (m_genWinPtrNotNull): Delete macro.
11239 (m_winPtrIsNull): Delete macro.
11240 (m_winPtrNotNull): Delete macro.
11241 (tui_win_is_source_type): Replace m_winIsSourceType
11242 (tui_win_is_auxillary): Replace m_winIsAuzillary.
11243 (tui_win_has_locator): Replace m_hasLocator.
11244 (tui_set_win_highlight): Replace m_setWinHighlightOn and
11245 m_setWinHighlightOff.
11246 * tui/tui-data.c: Update references.
11247 (tui_win_is_source_type, tui_set_win_highlight): New functions.
11248 (tui_win_has_locator, tui_win_is_auxillary): New functions.
11249 * tui/tui-command.c, tui/tui-disasm.c: Update references.
11250 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
11251 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
11252 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11253 * tui/tui-winsource.c, tui/tui.c: Ditto.
11254
11255 2004-02-07 Mark Kettenis <kettenis@gnu.org>
11256
11257 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
11258 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
11259 StackGhost.
11260
11261 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
11262 variable `i6' to `i7'.
11263 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11264
11265 2004-02-07 Andrew Cagney <cagney@redhat.com>
11266
11267 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
11268 (TuiPoint, TuiPointPtr): Ditto.
11269 (TuiStatus, TuiStatusPtr): Ditto.
11270 (TuiWinType, TuiWinTypePtr): Ditto.
11271 (struct tui_point): Rename _TuiPoint.
11272 (tui_get_low_disassembly_address): Rename
11273 tuiGetLowDisassemblyAddress.
11274 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
11275 (tuiFree): Delete declaration.
11276 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
11277 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
11278 * tui/tui.c (tuiFree): Delete function.
11279 * cli/cli-cmds.c (disassemble_command): Update references.
11280 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
11281 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11282 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
11283 * tui/tui-winsource.c: Ditto.
11284
11285 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11286
11287 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
11288 coffstab_build_psymtabs, elfstab_build_psymtabs)
11289 (stabsect_build_psymtabs): Replace psymbol_obstack with
11290 objfile_obstack.
11291 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
11292 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
11293 Ditto.
11294 * dwarfread.c (scan_compilation_units): Ditto.
11295 * elfread.c (elfstab_offset_sections): Ditto.
11296 * hppa-tdep.c (read_unwind_info): Ditto.
11297 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
11298 (hpread_end_psymtab): Ditto.
11299 * mdebugread.c (mdebug_build_psymtabs, add_pending)
11300 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
11301 Ditto.
11302 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
11303 * objfiles.c (add_to_objfile_sections)
11304 (build_objfile_section_table): Ditto.
11305 (allocate_objfile): Remove init of psymbol_obstack.
11306 (free_objfile): Remove freeing of psymbol_obstack.
11307 * objfiles.h (struct objfile): Remove field
11308 psymbol_obstack. Update comments.
11309 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
11310 psymbol_obstack with objfile_obstack.
11311 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11312 psymbol_obstack.
11313 * somread.c (som_symfile_offsets, init_import_symbols)
11314 (init_export_symbols): Replace psymbol_obstack with
11315 objfile_obstack.
11316 * somsolib.c (som_solib_add_solib_objfile): Ditto.
11317 * symfile.c (default_symfile_offsets, syms_from_objfile)
11318 (reread_symbols): Remove freeing and init of psymbol_obstack.
11319 (cashier_psymtab): Update comment.
11320 * symmisc.c (print_objfile_statistics): Don't report stats for
11321 psymbol obstack.
11322 * symtab.h (struct general_symbol_info, struct partial_symtab):
11323 Update comments.
11324 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
11325 (xcoff_symfile_offsets): Replace psymbol_obstack with
11326 objfile_obstack.
11327
11328 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11329
11330 * objfiles.h (struct objfile): Add objfile_obstack field.
11331 Remove type_obstack field.
11332
11333 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
11334 read_structure_scope read_enumeration, new_symbol): Replace
11335 type_obstack with objfile_obstack.
11336 * dwarfread.c (struct_type, enum_type): Ditto.
11337 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
11338 (lookup_fundamental_type): Ditto.
11339 * gdbtypes.h (TYPE_ALLOC): Ditto.
11340 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
11341 (hpread_read_doc_function_type, hpread_read_struct_type)
11342 (fix_static_member_physnames, hpread_read_array_type)
11343 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
11344 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
11345 (java_link_class_type): Ditto.
11346 * mdebugread.c (parse_type): Ditto.
11347 * objfiles.c (allocate_objfile, free_objfile): Ditto.
11348 * solib-sunos.c (solib_add_common_symbols): Ditto.
11349 * stabsread.c (define_symbol, read_type, read_member_functions,
11350 read_cpp_abbrev, read_one_struct_field): Ditto.
11351 * symfile.c (reread_symbols): Ditto.
11352 * symmisc.c (print_objfile_statistics): Ditto.
11353
11354 2004-02-07 Andrew Cagney <cagney@redhat.com>
11355
11356 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
11357 (tui_exec_info_content): Rename TuiExecInfoContent.
11358 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
11359 (TuiWinInfo, TuiWinInfoPtr): Ditto.
11360 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
11361 (TuiList, TuiListPtr): Ditto.
11362 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
11363 (TuiDataType, TuiDataTypePtr): Ditto.
11364 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
11365 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
11366 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
11367 (TuiSourceElement, TuiSourceElementPtr): Ditto.
11368 (TuiDataElement, TuiDataElementPtr): Ditto.
11369 (TuiWinElement, TuiWinElementPtr): Ditto.
11370 (TuiDataInfo, TuiDataInfoPtr): Ditto.
11371 (TuiCommandElement, TuiCommandElementPtr): Ditto.
11372 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
11373 (TuiWhichElement, TuiWhichElementPtr): Ditto.
11374 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
11375 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
11376 * tui/tui-command.c, tui/tui-data.c: Update references.
11377 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
11378 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11379 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11380 * tui/tui-winsource.c, tui/tui.c: Ditto.
11381
11382 2004-02-07 Mark Kettenis <kettenis@gnu.org>
11383
11384 * dwarf2-frame.h: Update copyright.
11385 (enum dwarf2_frame_reg_rule): New.
11386 (struct dwarf2_frame_state_reg): New.
11387 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
11388 * dwarf2-frame.c: Update copyright.
11389 (enum dwarf2_reg_rule): Remove.
11390 (struct dwarf2_frame_state): Remove defenition of `struct
11391 dwarf2_frame_state_reg'.
11392 (read_reg): Call get_frame_arch to get the architecture instead of
11393 using CURRENT_GDBARCH.
11394 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
11395 DWARF2_FRAME_.
11396 (dwarf2_frame_init_reg): New function.
11397 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
11398 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
11399 initialize the register state. Prefix old `enum dwarf2_reg_rule'
11400 tags with DWARF2_FRAME_.
11401 (dwarf2_frame_prev_register): Call get_frame_arch to get the
11402 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
11403 dwarf2_reg_rule' tags with DWARF2_FRAME_.
11404
11405 2004-02-06 Andrew Cagney <cagney@redhat.com>
11406
11407 * tui/tui-data.h (struct tui_list): Rename _TuiList.
11408 (enum tui_data_type): Rename _TuiDataType.
11409 (struct tui_layout_def): Rename _TuiLayoutDef.
11410 (struct tui_source_element): Rename _TuiSourceElement.
11411 (struct tui_data_element): Rename _TuiDataElement.
11412 (struct tui_command_element): Rename _TuiCommandElement.
11413 (struct tui_locator_element): Rename _TuiLocatorElement.
11414 (union tui_which_element): Define.
11415 (struct tui_win_element): Rename _TuiWinElement.
11416 (struct tui_data_info): Rename _TuiDataInfo.
11417 (struct tui_source_info): Rename _TuiSourceInfo.
11418 (struct tui_command_info): Rename _TuiCommandInfo.
11419 (tui_initialize_static_data): Rename initializeStaticData.
11420 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
11421 (tui_alloc_win_info): Rename allocWinInfo.
11422 (tui_init_generic_part): Rename initGenericPart.
11423 (tui_init_win_info): Rename initWinInfo.
11424 (tui_alloc_content): Rename allocContent.
11425 (tui_add_content_elements): Rename addContentElements.
11426 (tui_init_content_element): Rename initContentElement.
11427 (tui_free_window): Rename freeWindow.
11428 (tui_free_win_content): Rename freeWinContent.
11429 (tui_free_data_content): Rename freeDataContent.
11430 (tui_free_all_source_wins_content): Rename
11431 freeAllSourceWinsContent.
11432 (tui_del_window): Rename tuiDelWindow.
11433 (tui_del_data_windows): Rename tuiDelDataWindows.
11434 (tui_partial_win_by_name): Rename partialWinByName.
11435 (tui_win_name): Rename winName.
11436 (tui_current_layout): Rename currentLayout.
11437 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
11438 (tui_term_height): Rename termHeight.
11439 (tui_set_term_height_to): Rename setTermHeightTo.
11440 (tui_term_width): Rename termWidth.
11441 (tui_set_term_width_to): Rename setTermWidthTo.
11442 (tui_set_gen_win_origin): Rename setGenWinOrigin.
11443 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
11444 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
11445 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
11446 (tui_source_windows): Rename sourceWindows.
11447 (tui_clear_source_windows): Rename clearSourceWindows.
11448 (tui_clear_source_windows_detail): Rename
11449 clearSourceWindowsDetail.
11450 (tui_clear_win_detail): Rename clearWinDetail.
11451 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
11452 (tui_default_tab_len): Rename tuiDefaultTabLen.
11453 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
11454 (tui_win_with_focus): Rename tuiWinWithFocus.
11455 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
11456 (tui_layout_def): Rename tuiLayoutDef.
11457 (tui_win_resized): Rename tuiWinResized.
11458 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
11459 (tui_next_win): Rename tuiNextWin.
11460 (tui_prev_win): Rename tuiPrevWin.
11461 (tui_add_to_source_windows): Rename addToSourceWindows.
11462 * tui/tui-winsource.c, tui/tui-win.c: Update references.
11463 * tui/tui-layout.c, tui/tui-source.c: Ditto.
11464 * tui/tui-stack.c, tui/tui-io.c: Ditto.
11465 * tui/tui.c, tui/tui-data.c: Ditto.
11466 * tui/tui-interp.c, tui/tui-data.c: Ditto.
11467 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
11468
11469 * tui/tui-source.h: Update copyright. Include "tui-data.h".
11470 (struct symtab): Declare.
11471 (tui_set_source_content): Rename tuiSetSourceContent.
11472 (tui_show_symtab_source): Rename tuiShowSource.
11473 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
11474 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
11475 * tui/tui-source.c: Update copyright. Update references.
11476 * tui/tui-win.c, tui/tui-winsource.c: Update references.
11477 * tui/tui-stack.c: Update references.
11478
11479 * tui/tui-win.h: Update copyright. Include "tui-data.h".
11480 (struct tui_win_info): Declare.
11481 (tui_scroll_forward): Rename tuiScrollForward.
11482 (tui_scroll_backward): Rename tuiScrollBackward.
11483 (tui_scroll_left): Rename tuiScrollLeft.
11484 (tui_scroll_right): Rename tuiScrollRight.
11485 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
11486 (tui_resize_all): Rename tuiResizeAll.
11487 (tui_refresh_all_win): Rename tuiRefreshAll.
11488 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
11489 * tui/tui-layout.c, * tui/tui-io.c: Update references.
11490 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
11491 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
11492
11493 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
11494 (tui_erase_data_content): Rename tuiEraseDataContent.
11495 (tui_display_all_data): Rename tuiDisplayAllData.
11496 (tui_check_data_values): Rename tuiCheckDataValues.
11497 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
11498 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
11499 (tui_first_data_element_no_in_line): Rename
11500 tuiFirstDataElementNoInLine.
11501 (tui_delete_data_content_windows): Rename
11502 tuiDeleteDataContentWindows.
11503 (tui_refresh_data_win): Rename tuiRefreshDataWin.
11504 (tui_display_data_from): Rename tuiDisplayDataFrom.
11505 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
11506 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
11507 * tui/tui-win.c, tui/tui-regs.c: Update references.
11508 * tui/tui-layout.c, tui/tui.c: Update references.
11509
11510 * tui/tui-wingeneral.h: Update copyright.
11511 (m_allBeVisible): Delete macro.
11512 (m_allBeInvisible): Delete macro.
11513 (struct tui_gen_win_info): Declare.
11514 (struct tui_win_info): Declare.
11515 (tui_unhighlight_win): Rename unhighlightWin.
11516 (tui_make_visible, tui_make_invisible): Replace makeVisible.
11517 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
11518 (tui_make_window): Rename makeWindow.
11519 (tui_copy_win): Rename copyWin.
11520 (tui_box_win): Rename boxWin.
11521 (tui_highlight_win): Rename highlightWin.
11522 (tui_check_and_display_highlight_if_needed): Rename
11523 checkAndDisplayHighlightIfNeeded.
11524 (tui_refresh_all): Rename refreshAll.
11525 (tui_delete_win): Rename tuiDelwin.
11526 (tui_refresh_win): Rename tuiRefreshWin.
11527 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
11528 (tui_make_visible, tui_make_invisible): New functions.
11529 (tui_make_all_visible, tui_make_all_invisible): New functions.
11530 (make_all_visible): Rename makeAllVisible.
11531 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
11532 * tui/tui-data.c, tui/tui-winsource.c: Update references.
11533 * tui/tui-windata.c, tui/tui-win.c: Update references.
11534 * tui/tui-regs.c, tui/tui-layout.c: Update references.
11535 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
11536
11537 2004-02-06 Mark Kettenis <kettenis@gnu.org>
11538
11539 * proc-api.c (write_with_trace): Initialize local variable to
11540 silence compiler warning.
11541
11542 2004-02-06 Andrew Cagney <cagney@redhat.com>
11543
11544 * tui/tui-source.h: Do not include "defs.h".
11545 (struct tui_win_info): Declare.
11546 (tui_set_source_content_nil): Declare.
11547 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
11548 (union tui_line_or_address): Rename _TuiLineOrAddress.
11549 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
11550 (tui_update_source_window): Rename tuiUpdateSourceWindow.
11551 (tui_update_source_window_as_is): Rename
11552 tuiUpdateSourceWindowAsIs.
11553 (tui_update_source_windows_with_addr): Rename
11554 tuiUpdateSourceWindowsWithAddr.
11555 (tui_update_source_windows_with_line): Rename
11556 tuiUpdateSourceWindowsWithLine.
11557 (tui_clear_source_content): Rename tuiClearSourceContent.
11558 (tui_erase_source_content): Rename tuiEraseSourceContent.
11559 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
11560 (tui_show_source_content): Rename tuiShowSourceContent.
11561 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
11562 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
11563 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
11564 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
11565 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
11566 (tui_update_exec_info): Rename tuiUpdateExecInfo.
11567 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
11568 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
11569 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
11570 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
11571 (struct tui_win_info): Declare.
11572 * tui/tui-stack.c: Update references.
11573 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
11574 * tui/tui-win.c, tui/tui-source.c: Ditto.
11575 * tui/tui.c, tui/tui-disasm.c: Ditto.
11576
11577 2004-02-06 Mark Kettenis <kettenis@gnu.org>
11578
11579 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
11580 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
11581
11582 2004-02-05 Mark Kettenis <kettenis@gnu.org>
11583
11584 * infrun.c (handle_inferior_event): Allow for breakpoint
11585 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
11586 and SIGEMT. Update comments.
11587 * NEWS (Revised SPARC target): Mention support for non-executable
11588 stack.
11589
11590 2004-02-04 Mark Kettenis <kettenis@gnu.org>
11591
11592 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
11593 * inftarg.c: Update copyright year.
11594 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
11595 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
11596 (sparc_xfer_wcookie): New function.
11597 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11598 * Makefile.in (sparc-nat.o): Update dependencies.
11599 * config/sparc/nm-nbsd.h: Include "target.h".
11600 (NATIVE_XFER_WCOOKIE): New define.
11601 (sparc_xfer_wcookie): New prototype.
11602
11603 2004-02-04 Andrew Cagney <cagney@redhat.com>
11604
11605 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
11606 SYSCALL_TRAP function.
11607 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
11608
11609 2004-02-04 Andrew Cagney <cagney@redhat.com>
11610 Daniel Jacobowitz <drow@mvista.com>
11611
11612 * objfiles.h: Delete comments refering to inside_entry_func and
11613 DEPRECATED_FRAME_CHAIN_VALID.
11614 * defs.h (inside_entry_func): Update prototype..
11615 * blockframe.c (inside_entry_func): Rename to
11616 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
11617 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
11618
11619 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
11620
11621 * breakpoint.c (struct captured_parse_breakpoint_args): Move
11622 outside of #ifdef SOLIB_ADD region.
11623 (do_restore_lang_radix_cleanup): Ditto.
11624 (resolve_pending_breakpoint): Ditto.
11625
11626 2004-02-03 Andrew Cagney <cagney@redhat.com>
11627
11628 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
11629 (process_note_abi_tag_sections): Delete unused function.
11630 (ia64_read_fp): Delete unused function.
11631 (gdbarch_extract_struct_value_address): Delete declaration.
11632
11633 2004-02-02 Andrew Cagney <cagney@redhat.com>
11634
11635 * vax-tdep.c (vax_frame_chain): Delete call to
11636 deprecated_inside_entry_file.
11637 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
11638
11639 2004-02-02 Mark Kettenis <kettenis@gnu.org>
11640
11641 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
11642 column that's "empty" or "same value" when eliminating REG_RA
11643 rules.
11644
11645 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11646
11647 * NEWS: Add information about new pending breakpoint support.
11648
11649 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11650
11651 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
11652 and pending fields for pending breakpoint support.
11653 * breakpoint.c (breakpoint_enabled): Add check for not pending.
11654 (condition_command): Only parse condition if not a pending
11655 breakpoint.
11656 (print_one_breakpoint): Add support for pending breakpoints.
11657 (describe_other_breakpoints): Add checks to verify we are not
11658 dealing with pending breakpoints.
11659 (check_duplicates): Don't check pending breakpoints.
11660 (set_raw_breakpoint): Initialize pending flag.
11661 (do_restore_lang_radix_cleanup): New cleanup routine.
11662 (resolve_pending_breakpoint): New function.
11663 (re_enable_breakpoints_in_shlibs): Try and resolve any
11664 pending breakpoints via resolve_pending_breakpoint.
11665 (mention): Add pending breakpoint support.
11666 (parse_breakpoint_sals): Add new parameter to pass to
11667 decode_line_1 to indicate silent errors when files or functions
11668 are not found. Change all callers.
11669 (do_captured_parse_breakpoint): New function.
11670 (break_command_1): Change prototype to return an rc value and to
11671 take an optional pending breakpoint pointer. Support creating
11672 a pending breakpoint if a "not found" form of error occurs when
11673 parsing the breakpoint. Also support resolving an existing pending
11674 breakpoint and be silent if the resolution fails.
11675 (create_breakpoints): Change prototype to take pending breakpoint
11676 pointer. When resolving a pending breakpoint, use the new pointer
11677 to provide a conditional or commands added by the end-user.
11678 (delete_breakpoint): Add appropriate check for pending.
11679 (breakpoint_re_set_one): Ditto.
11680 (do_enable_breakpoint): Ditto.
11681
11682 2004-02-02 David Carlton <carlton@kealia.com>
11683
11684 * valops.c (enum oload_classification): New.
11685 (find_overload_match): Break implementation into separate
11686 functions; delete #if 0'd code; look for symbols within
11687 namespaces.
11688 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
11689 (find_oload_champ,oload_method_static,classify_oload_match): New.
11690 * cp-support.h: Add declaration for cp_func_name; update
11691 declaration for make_symbol_overload_list.
11692 * cp-support.c (cp_func_name): New.
11693 (overload_list_add_symbol): Fix comment, use
11694 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
11695 (make_symbol_overload_list): Take a function name and a namespace
11696 instead of a symbol; change implementation.
11697 (make_symbol_overload_list_using): New.
11698 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
11699
11700 2004-02-02 Fred Fish <fnf@redhat.com>
11701
11702 * main.c (gdb_stdtarg): Move definition to group with other
11703 gdb_stdtarg definitions and update copyright years.
11704 * remote-sim.c (gdb_os_write_stderr): Write output to
11705 gdb_stdtargerr stream instead of gdb_stdtarg stream.
11706 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
11707 gdb_stderr stream and update copyright years.
11708
11709 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11710
11711 * Makefile.in (mips-linux-nat.o): Update dependencies.
11712 * mips-linux-nat.c: Include mips-tdep.h.
11713
11714 2004-02-01 Roland McGrath <roland@redhat.com>
11715
11716 * sol-thread.c (sol_thread_xfer_partial): New function.
11717 (init_sol_thread_ops): Use that for to_xfer_partial hook.
11718 (init_sol_core_ops): Likewise.
11719
11720 * procfs.c (procfs_xfer_partial): New function.
11721 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
11722 * Makefile.in (procfs.o): Add $(auxv_h) dep.
11723
11724 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
11725 procfs_xfer_auxv function.
11726
11727 * procfs.c (procfs_make_note_section): If we can read
11728 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
11729 * linux-proc.c (linux_make_note_section): Likewise.
11730
11731 * auxv.h: New file.
11732 * auxv.c: New file.
11733 * Makefile.in (auxv_h): New variable.
11734 (COMMON_OBS): Add auxv.o here.
11735 (auxv.o): New target.
11736
11737 * corelow.c (core_xfer_partial): New function.
11738 (init_core_ops): Use it for core_ops.to_xfer_partial.
11739
11740 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11741 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11742 macro if that is defined.
11743
11744 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11745
11746 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11747 and check the specified thread for each breakpoint.
11748 * breakpoint.h (bpstat_stop_status): Update prototype.
11749 * infrun.c (handle_inferior_event): Update calls to
11750 bpstat_stop_status.
11751
11752 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11753
11754 * Makefile.in (cli-cmds.o): Add $(readline_h).
11755
11756 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11757
11758 * cli/cli-cmds.c: Include readline.h.
11759 (complete_command): Pass the start of the last word to
11760 complete_line.
11761
11762 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11763
11764 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11765 argument, and change first argument to a CORE_ADDR.
11766 * breakpoint.h (bpstat_stop_status): Update prototype.
11767 * infrun.c (adjust_pc_after_break): Add a new comment.
11768 (handle_inferior_event): Update calls to bpstat_stop_status.
11769
11770 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11771
11772 * breakpoint.h: Update copyright years.
11773
11774 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11775
11776 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11777 (bpstat_stop_status): Don't decrement PC.
11778 * breakpoint.h (software_breakpoint_inserted_here_p): Add
11779 prototype.
11780 * infrun.c (adjust_pc_after_break): New function.
11781 (handle_inferior_event): Call it, early. Remove later references
11782 to DECR_PC_AFTER_BREAK.
11783 (normal_stop): Add commentary.
11784
11785 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11786
11787 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11788 2004-01-27 double-free fix.
11789
11790 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11791
11792 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11793 (sparc32_frame_prev_register): Handle StackGhost.
11794 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11795
11796 2004-01-29 Roland McGrath <roland@redhat.com>
11797
11798 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11799 * configure: Regenerated.
11800
11801 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11802 * Makefile.in (procfs.o): Add dep.
11803
11804 2004-01-28 Andrew Cagney <cagney@redhat.com>
11805
11806 * tui/tui-stack.h: Update copyright.
11807 (struct frame_info): Add opaque declaration.
11808 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11809 (tui_show_locator_content): Rename tuiShowLocatorContent.
11810 (tui_show_frame_info): Rename tuiShowFrameInfo.
11811 * tui/tui-stack.c: Update copyright. Update references.
11812 * tui/tui-winsource.c: Update references.
11813 * tui/tui-win.c: Update references.
11814 * tui/tui-layout.c: Update references.
11815 * tui/tui-hooks.c: Update copyright, update references.
11816 * tui/tui.c: Update copyright, update references.
11817 * tui/tui-disasm.c: Update references.
11818
11819 2004-01-28 David Carlton <carlton@kealia.com>
11820
11821 * dwarf2read.c (add_partial_structure): Use demangled name if
11822 namespace equals "".
11823
11824 2004-01-27 Jim Blandy <jimb@redhat.com>
11825
11826 Clean up misapplied patch:
11827 * dwarf2read.c (determine_prefix): Change one of the two forward
11828 declarations for 'determine_prefix_aux' to a declaration for this.
11829 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11830 argument to 'die_specification'.
11831
11832 * dwarf2read.c (read_func_scope): Re-indent comment.
11833
11834 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
11835
11836 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11837 b->exp to NULL after freeing so that error during re-parsing or
11838 evaluation of expressions associated with breakpoint don't
11839 eventually lead to re-freeing of storage.
11840 Committed by Andrew Cagney.
11841
11842 2004-01-27 Andrew Cagney <cagney@redhat.com>
11843
11844 * source.c (ambiguous_line_spec): Delete undefined declaration.
11845 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11846 (m32r_set_server_address, m32r_set_download_path): Ditto.
11847 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11848
11849 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
11850
11851 * dwarf2read.c: Update calls to changed and renamed functions, and
11852 references to moved variables.
11853
11854 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11855 language, language_defn, list_in_scope, and ftypes members.
11856 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11857 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11858 (baseaddr): Remove globals.
11859
11860 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11861 (set_cu_language, die_is_declaration, die_specification)
11862 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11863 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11864 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11865 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11866
11867 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11868 cu.list_in_scope. Don't initialize cu_header_offset.
11869 (add_partial_symbol): Add local baseaddr.
11870 (psymtab_to_symtab_1): Add local baseaddr. Use
11871 objfile->section_offsets for consistency. Don't initialize
11872 cu_header_offset; do initialize cu.header.offset and
11873 cu.list_in_scope.
11874 (read_file_scope, read_func_scope, read_lexical_block_scope)
11875 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11876
11877 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11878
11879 * PROBLEMS: Add gdb/1516.
11880
11881 2003-12-29 Robert Millan <robertmh@gnu.org>
11882
11883 Patch committed by Andrw Cagney.
11884 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11885 * configure.tgt: Match knetbsd*-gnu.
11886
11887 2004-01-26 Andrew Cagney <cagney@redhat.com>
11888
11889 * breakpoint.c (catch_command_1): Delete #ifdef code.
11890 (catch_fork_command_1): Delete #ifdef wrapper.
11891 (catch_exec_command_1): Ditto.
11892 (catch_load_command_1): Ditto.
11893 (catch_unload_command_1): Ditto.
11894
11895 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11896 (catch_breakpoint): Delete #if0ed function.
11897 (disable_catch_breakpoint): Ditto.
11898 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11899 (disable_catch, enable_catch, delete_catch): Ditto.
11900
11901 2004-01-26 Andrew Cagney <cagney@redhat.com>
11902
11903 * remote.c (echo_check, quit_flag): Delete variables.
11904 (cisco_kernel_mode): Delete variable.
11905 (minitelnet_return, tty_input, escape_count): Delete variables.
11906 (remote_cisco_mode): Delete variable.
11907 (remote_cisco_open, remote_cisco_close): Delete function.
11908 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11909 (init_remote_cisco_ops): Delete function.
11910 (_initialize_remote): Do not install "remote cisco" code.
11911 (read_frame): Delete cisco specific code.
11912 (remote_info_process): Delete function.
11913 (remote_wait): Delete cisco specific code.
11914 (remote_cisco_section_offsets): Delete function.
11915 (remote_cisco_objfile_relocate): Delete function.
11916 (remote_async_wait): Delete cisco specific code.
11917 (minitelnet, readtty, readsocket): Delete function.
11918
11919 2004-01-26 Andrew Cagney <cagney@redhat.com>
11920
11921 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11922 comments mentioning extract_returned_value_address.
11923 * infcmd.c (print_return_value): Update. Add comments on
11924 extract_returned_value_address.
11925 * stack.c (return_command): Add comments on
11926 extract_returned_value_address.
11927 * values.c: Update comment.
11928 * m32r-tdep.c: Update comment.
11929 * sparc-tdep.c: Update comment.
11930 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11931 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11932 * sh64-tdep.c (sh64_gdbarch_init): Update.
11933 * sh-tdep.c (sh_gdbarch_init): Update.
11934 * s390-tdep.c (s390_gdbarch_init): Update.
11935 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11936 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11937 * m68k-tdep.c (m68k_gdbarch_init): Update.
11938 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11939 * m32r-tdep.c (m32r_gdbarch_init): Update.
11940 * ia64-tdep.c (ia64_gdbarch_init): Update.
11941 * h8300-tdep.c (h8300_gdbarch_init): Update.
11942 * frv-tdep.c (frv_gdbarch_init): Update.
11943 * arm-tdep.c (arm_gdbarch_init): Update.
11944 * alpha-tdep.c (alpha_gdbarch_init): Update.
11945
11946 2004-01-26 Andrew Cagney <cagney@redhat.com>
11947
11948 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11949 SYMBOL_LOCATION_FUNCS
11950 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11951 "struct symbol_ops".
11952 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11953 type to "struct symbol_ops".
11954 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11955 (struct symbol): Replace ".aux_value.loc.funcs" and
11956 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11957 (SYMBOL_OBJFILE): Delete macro.
11958 (SYMBOL_LOCATION_FUNCS): Delete macro.
11959 (SYMBOL_LOCATION_BATON): Update.
11960 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11961 intead of SYMBOL_LOCATION_FUNCS.
11962 * ax-gdb.c (gen_var_ref): Ditto.
11963 * printcmd.c (address_info): Ditto.
11964 * findvar.c (read_var_value): Ditto.
11965 (symbol_read_needs_frame): Ditto.
11966
11967 2004-01-26 Andrew Cagney <cagney@redhat.com>
11968
11969 * dwarf2read.c (read_func_scope): Document frame-base hack.
11970
11971 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11972
11973 * infcmd.c (print_return_value): Plug memory leak; delete
11974 ui_stream object. Rename argument `structure_return' to
11975 `struct_return'.
11976
11977 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11978
11979 * infcmd.c (print_return_value): Wrap long lines.
11980 (finish_command_continuation, finish_command): Remove unused
11981 variable `funcaddr'. Fix some coding-standards problems.
11982
11983 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11984 SECT_SIZE is large enough, not whether it's exactly the right size.
11985 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11986 TDEP->fpregset to zero.
11987
11988 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11989 floating-point registers for traditional NetBSD core files.
11990 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11991 TDEP->sizeof_fpregset here.
11992
11993 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11994
11995 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11996 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11997 function with code split out from
11998 sparc32nbsd_sigcontext_frame_cache.
11999 (sparc32nbsd_sigcontext_frame_cache): Use
12000 sparc32nbsd_sigcontext_saved_regs.
12001 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
12002 OpenBSD.
12003 * sparcobsd-tdep.c: New file.
12004 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
12005 (sparcobsd-tdep.o): New dependency.
12006 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
12007 * config/sparc/obsd.mt: New file.
12008
12009 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
12010 TDEP->fpregset to be initialized to enable core file register
12011 sets.
12012
12013 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12014
12015 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
12016 Add opaque declarations.
12017 (sparc64nbsd_sigcontext_saved_regs): New prototype.
12018 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
12019 function with code split out from
12020 sparc64nbsd_sigcontext_frame_cache.
12021 (sparc64nbsd_sigcontext_frame_cache): Use
12022 sparc64nbsd_sigcontext_saved_regs.
12023 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
12024 OpenBSD.
12025 * sparc64obsd-tdep.c: New file.
12026 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
12027 (sparc64obsd-tdep.o): New dependency.
12028 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
12029 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
12030 * config/sparc/obsd64.mt: New file.
12031
12032 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
12033 read the instruction at PC.
12034
12035 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
12036 value of GDB_OSABI_DEFAULT.
12037 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
12038 instead of GDB_OSABI_NETBSD_AOUT.
12039
12040 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12041
12042 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
12043 copyright.
12044
12045 2004-01-23 Andrew Cagney <cagney@redhat.com>
12046
12047 * printcmd.c (display_command): Replace tui_set_display call with
12048 tui_set_layout_for_display_command.
12049 * tui/tui.h (enum tui_win_type): Define.
12050 (tui_set_layout): Delete declaration.
12051 (tui_set_layout_for_display_command): Rename set_tui_layout.
12052 * tui/tui-data.h (enum tui_layout_type): Define.
12053 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
12054 "tui.h".
12055 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
12056 (tui_default_win_height): Rename tuiDefaultWinHeight.
12057 (tui_default_win_viewport_height): Rename
12058 tuiDefaultWinViewportHeight.
12059 (tui_set_layout): RenametuiSetLayout.
12060 * tui/tui-layout.c: Update references.
12061 * tui/tui.c: Update references.
12062 * tui/tui-disasm.c: Update references.
12063
12064 2004-01-23 David Carlton <carlton@kealia.com>
12065
12066 Partial workaround for PR c++/1511:
12067 * cp-namespace.c: Include frame.h.
12068 (cp_lookup_transparent_type): New
12069 (cp_lookup_transparent_type_loop): New.
12070 * cp-support.h: Declare cp_lookup_transparent_type.
12071 * symtab.c (basic_lookup_transparent_type): Renamed from
12072 lookup_transparent_type.
12073 (lookup_transparent_type): Replace old body by a call to
12074 current_language->la_lookup_transparent_type.
12075 * symtab.h: Update copyright. Declare
12076 basic_lookup_transparent_type.
12077 * language.h: Update copyright.
12078 (struct language_defn): Add la_lookup_transparent_type.
12079 * language.c: Update copyright.
12080 (unknown_language_defn): Add basic_lookup_transparent_type.
12081 (auto_language_defn): Add basic_lookup_transparent_type.
12082 (local_language_defn): Add basic_lookup_transparent_type.
12083 * ada-lang.c: Update copyright.
12084 (ada_language_defn): Add basic_lookup_transparent_type.
12085 * c-lang.c: Update copyright.
12086 (c_language_defn): Add basic_lookup_transparent_type.
12087 (cplus_language_defn): Add basic_lookup_transparent_type.
12088 (asm_language_defn): Add basic_lookup_transparent_type.
12089 (minimal_language_defn): Add basic_lookup_transparent_type.
12090 * f-lang.c: Update copyright.
12091 (f_language_defn): Add basic_lookup_transparent_type.
12092 * jv-lang.c: Update copyright.
12093 (java_language_defn): Add basic_lookup_transparent_type.
12094 * m2-lang.c: Update copyright.
12095 (m2_language_defn): Add basic_lookup_transparent_type.
12096 * objc-lang.c: Update copyright.
12097 (objc_language_defn): Add basic_lookup_transparent_type.
12098 * p-lang.c: Update copyright.
12099 (p_language_defn): Add basic_lookup_transparent_type.
12100 * scm-lang.c: Update copyright.
12101 (scm_language_defn): Add basic_lookup_transparent_type.
12102 * Makefile.in (cp-namespace.o): Depend on frame.h.
12103
12104 2004-01-23 David Carlton <carlton@kealia.com>
12105
12106 Patch for PR c++/1520:
12107 * dwarf2read.c (read_func_scope): Set processing_current_prefix
12108 properly if we have a specification die.
12109 (determine_prefix_aux): Rename from determine_prefix.
12110 (determine_prefix): Like the old determine_prefix, but never
12111 returns NULL.
12112
12113 2004-01-23 Theodore A. Roth <troth@openavr.org>
12114
12115 * avr-tdep.c: Update copyright.
12116 (avr_iaddr_p): Delete unused function.
12117 (avr_saddr_p): Delete unused function.
12118
12119 2004-01-23 David Carlton <carlton@kealia.com>
12120
12121 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
12122 Fix for PR symtab/1534.
12123
12124 2004-01-23 Mark Kettenis <kettenis@gnu.org>
12125
12126 * NEWS (New native configurations): Mention OpenBSD/sparc and
12127 OpenBSD/sparc64.
12128 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
12129 * configure.host: Likewise.
12130 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
12131 handler for OpenBSD.
12132 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
12133
12134 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12135
12136 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
12137 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
12138
12139 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
12140 * cli/cli-cmds.c (shell_escape): Likewise.
12141
12142 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
12143 OpenBSD .note.openbsd.ident sections.
12144
12145 2004-01-22 David Carlton <carlton@kealia.com>
12146
12147 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
12148 get_scope_pc_bounds.
12149 (read_file_scope): Ditto.
12150 (get_scope_pc_bounds): New function, produced by extracting code
12151 from the above two functions, consolidating it, and adding support
12152 for DW_TAG_namespace.
12153
12154 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12155
12156 * osabi.c (MAX_NOTESZ): New define.
12157 (check_note): New function.
12158 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
12159 check_note.
12160
12161 2004-01-21 Roland McGrath <roland@redhat.com>
12162
12163 * MAINTAINERS (write after approval): Add myself.
12164
12165 2004-01-21 Eli Zaretskii <eliz@gnu.org>
12166
12167 * utils.c (init_page_info): Move declarations of `rows' and
12168 `cols' before the __GO32__-specific code. Move the closing brace
12169 outside the #ifdef __GO32__..#endif block.
12170 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
12171
12172 2004-01-21 Paul Brook <paul@codesourcery.com>
12173
12174 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
12175 BPSTAT_WHAT_CHECK_SHLIBS.
12176
12177 2004-01-21 Paul Brook <paul@codesourcery.com>
12178
12179 * MAINTAINERS: Add myself to write-after-approval.
12180
12181 2004-01-20 Andrew Cagney <cagney@redhat.com>
12182
12183 * ax-gdb.c (print_axs_value): Delete unused function.
12184 * jv-lang.c (java_lookup_type): Delete unused function.
12185 * cli/cli-dump.c (dump_filetype): Delete unused function.
12186 * remote-mips.c (remote_mips_insert_hw_breakpoint)
12187 (remote_mips_remove_hw_breakpoint): Delete unused functions.
12188 (mips_getstring): Delete unused function.
12189 (pmon_insert_breakpoint): Delete #if0ed function.
12190 (PMON_MAX_BP): Delete #if0ed MACRO.
12191 (mips_pmon_bp_info): Delete #if0ed variable.
12192 (pmon_remove_breakpoint): Delete #if0ed function.
12193 * monitor.c (monitor_write_even_block): Delete unused function.
12194 (monitor_write_memory_block): Delete #if0ed code.
12195 * dink32-rom.c (dink32_load): Delete unused function.
12196 (_initialize_dink32_rom): Delete #if0ed code.
12197 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
12198
12199 * tui/tui-command.c: Update references.
12200 * tui/tui-io.c: Update references.
12201 * tui/tui-command.h: Update copyright.
12202 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
12203
12204 * source.c (ambiguous_line_spec): Delete never-defined function.
12205 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
12206 * gdbtypes.c (add_name, add_mangled_type): Ditto.
12207 * cli/cli-cmds.c (validate_comname): Ditto.
12208
12209 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
12210 "tui-data.h".
12211 (tui_set_disassem_content): Rename tuiSetDisassemContent.
12212 (tui_show_disassem): Rename tuiShowDisassem.
12213 (tui_show_disassem_and_update_source): Rename
12214 tuiVerticalDisassemScroll.
12215 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
12216 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
12217 * tui/tui.h: Update copyright.
12218 (enum tui_status): Define.
12219 * tui/tui-data.h (enum tui_scroll_direction): Define.
12220 * tui/tui-disasm.c: Update copyright. Update references.
12221 * tui/tui-winsource.c: Update copyright. Update references.
12222 * tui/tui-win.c: Update references.
12223 * tui/tui-layout.c: Update references.
12224
12225 2004-01-20 Andrew Cagney <cagney@redhat.com>
12226
12227 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
12228 sym2 to start of block.
12229
12230 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
12231
12232 * MAINTAINERS: Delete mmalloc.
12233 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
12234 * NEWS: Mention removal of --with-malloc.
12235 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
12236 * config.in: Regenerate.
12237 * configure: Regenerate.
12238 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
12239 USE_MMALLOC, MMCHECK_FORCE.
12240 * gdbinit.in: Remove mmalloc.
12241 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
12242 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
12243 * config/i386/go32.mh: Likewise.
12244 * config/i386/interix.mh: Likewise.
12245 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
12246
12247 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
12248
12249 * linespec.c (decode_variable, symtab_from_filename): Call
12250 error_silent with error message instead of throwing an exception
12251 directly.
12252 * defs.h (error_silent, error_output_message): Add prototypes.
12253 (catch_exceptions_with_msg): Ditto.
12254 * utils.c (error_silent, error_output_message): New functions.
12255 * top.c (catch_exceptions_with_msg): New function.
12256
12257 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
12258
12259 * mi/mi-cmds.h (enum print_values): Add definition.
12260
12261 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
12262 type and value for simple data types and just the name and type
12263 for complex ones, if required.
12264
12265 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
12266 children, if required.
12267
12268 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12269
12270 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
12271 unused declarations.
12272
12273 2004-01-19 Andrew Cagney <cagney@redhat.com>
12274
12275 * top.h (mapped_symbol_files): Delete declaration.
12276 * main.c (captured_main): Delete option "m" and "mapped".
12277 * objfiles.c (mapped_symbol_files): Delete variable.
12278 * symfile.c (symbol_file_command): Delete mmap code.
12279 (symbol_file_add_with_addrs_or_offsets): Ditto.
12280 (add_symbol_file_command, reread_separate_symbols): Ditto.
12281 * objfiles.h (OBJF_MAPPED): Delete.
12282 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
12283 (free_objfile) [USE_MMALLOC]: Ditto.
12284 (open_existing_mapped_file): Delete function.
12285 (open_mapped_file): Delete function.
12286 (map_to_file): Delete function.
12287
12288 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12289
12290 * infrun.c (step_into_function): Account for possible breakpoint
12291 adjustment when computing ``stop_func_start''.
12292
12293 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12294
12295 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
12296 the region size against the size of a pointer, not the size of
12297 a register as given by DEPRECATED_REGISTER_SIZE.
12298
12299 2004-01-19 Andrew Cagney <cagney@redhat.com>
12300
12301 * tui/tui-regs.h: Include "tui-data.h".
12302 (tuiFirstRegElementNoInLine): Delete declaration.
12303 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
12304 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
12305 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
12306 (tui_calculate_regs_column_count): Rename
12307 tuiCalculateRegsColumnCount.
12308 (tui_check_register_values): Rename tuiCheckRegisterValues.
12309 (tui_show_registers): Rename tuiShowRegisters.
12310 (tui_display_registers_from_line): Rename
12311 tuiDisplayRegistersFromLine.
12312 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
12313 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
12314 (tui_first_reg_element_no_inline): Rename
12315 tuiFirstRegElementNoInLine.
12316 * tui/tui-data.h: Update copyright.
12317 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
12318 * tui/tui-windata.c: Update copyright, update references.
12319 * tui/tui-regs.c: Update copyright, update references.
12320 * tui/tui-win.c: Update copyright, update references.
12321 * tui/tui-layout.c: Update copyright, update references.
12322
12323 2004-01-18 Andrew Cagney <cagney@redhat.com>
12324
12325 * tui/tui-io.c: Update copyright.
12326 (key_is_end_sequence, key_is_backspace): New functions.
12327 (key_is_command_char, key_is_start_sequence): New function.
12328 (tui_getc): Update references.
12329 * tui/tui-io.h: Update copyright.
12330 (m_tuiStartNewLine): Delete macro.
12331 (m_isBackspace, m_isDeleteChar): Delete macros.
12332 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
12333 (m_isNextPage, m_isPrevPage): Delete macros.
12334 (m_isLeftArrow, m_isRightArrow): Delete macros.
12335 (m_isXdbStyleCommandChar): Delete macro.
12336 (key_is_start_sequence): Declare, replace m_isStartSequence.
12337 (key_is_end_sequence): Declare, replace m_isEndSequence.
12338 (key_is_backspace): Declare ,replace m_isBackspace.
12339 (key_is_command_char): Declare, replace m_isCommandChar.
12340 * tui/tui-command.c: Update copyright.
12341 (tuiDispatchCtrlChar): Update references.
12342
12343 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
12344 tuiSourceWin.h.
12345
12346 * tui/tui-command.c: Rename tui/tuiCommand.c.
12347 * tui/tui-command.h: Rename tui/tuiCommand.h.
12348 * tui/tui-data.c: Rename tui/tuiData.c.
12349 * tui/tui-data.h: Rename tui/tuiData.h.
12350 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
12351 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
12352 * tui/tui-io.c: Rename tui/tuiIO.c.
12353 * tui/tui-io.h: Rename tui/tuiIO.h.
12354 * tui/tui-layout.c: Rename tui/tuiLayout.c.
12355 * tui/tui-layout.h: Rename tui/tuiLayout.h.
12356 * tui/tui-regs.c: Rename tui/tuiRegs.c.
12357 * tui/tui-regs.h: Rename tui/tuiRegs.h.
12358 * tui/tui-source.c: Rename tui/tuiSource.c.
12359 * tui/tui-source.h: Rename tui/tuiSource.h.
12360 * tui/tui-stack.c: Rename tui/tuiStack.c.
12361 * tui/tui-stack.h: Rename tui/tuiStack.h.
12362 * tui/tui-win.c: Rename tui/tuiWin.c.
12363 * tui/tui-win.h: Rename tui/tuiWin.h.
12364 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
12365 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
12366 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
12367 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
12368 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
12369 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
12370 * tui/tui-file.c: Update includes.
12371 * tui/tui-hooks.c: Update includes.
12372 * tui/tui-interp.c: Update includes.
12373 * tui/tui.c: Update includes.
12374 * Makefile.in: Update all tui/ dependencies.
12375 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
12376
12377 * Makefile.in: Update copyright. Update dependencies.
12378
12379 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
12380 problem.
12381
12382 2004-01-18 Andrew Cagney <cagney@redhat.com>
12383
12384 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
12385 instead of register_gdbarch_init.
12386
12387 * remote-sds.c (tohex): Delete unused function. Update copyright.
12388 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
12389 * v850-tdep.c (v850_register_virtual_size): Ditto.
12390 * target.c (normal_target_post_startup_inferior): Ditto.
12391 * source.c (ambiguous_line_spec): Ditto.
12392 * remote.c (adapt_remote_get_threadinfo): Ditto.
12393 * mi/mi-out.c (out_field_fmt): Ditto.
12394 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
12395 (output_control_change_notification): Ditto.
12396 * m68k-tdep.c (m68k_register_byte): Ditto.
12397 (m68k_remote_breakpoint_from_pc): Ditto.
12398 * ui-out.c (init_ui_out_state): Delete unused declaration.
12399 * stabsread.c (search_value): Ditto.
12400 * mi/mi-cmd-env.c (env_cli_command): Ditto.
12401 * maint.c (print_section_table): Ditto.
12402 * infrun.c (set_follow_fork_mode_command): Ditto.
12403
12404 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12405
12406 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
12407 DW_CFA_def_cfa_exporession. Add support for
12408 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
12409 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
12410
12411 2004-01-18 Andrew Cagney <cagney@redhat.com>
12412
12413 * ocd.c: Update copyright.
12414 (bdm_read_register_command): Delete unused function.
12415 (_initialize_remote_ocd): Delete commented out reference.
12416 (get_quoted_char, reset_packet): Delete #if0ed function.
12417 (output_packet, put_quoted_char): Delete #if0ed function.
12418 (stu_put_packet, stu_get_packet): Delete #if0ed function.
12419 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
12420 (BDM_BREAKPOINT): Delete #if0ed macro.
12421 (remote_timeout): Delete #if0ed variable.
12422
12423 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12424
12425 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
12426 (core-sol2.o): Remove dependency.
12427 * core-sol2.c: Remove file.
12428
12429 2004-01-17 Andrew Cagney <cagney@redhat.com>
12430
12431 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
12432 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
12433 enums.
12434
12435 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12436
12437 * remote.c: Update copyright years.
12438
12439 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12440
12441 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
12442
12443 2004-01-17 Andrew Cagney <cagney@redhat.com>
12444
12445 * mdebugread.c: Update copyright.
12446 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
12447 (parse_type, parse_procedure): Ditto.
12448 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
12449
12450 * cris-tdep.c (cris_store_struct_return): Put back accidently
12451 deleted function.
12452
12453 * gdbarch.sh: Update copyright year.
12454 * gdbarch.h, gdbarch.c: Re-generate.
12455
12456 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12457
12458 Suggested by George Anzinger.
12459 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
12460 correct stack offset. Include unknown opcode numbers in the error
12461 message.
12462
12463 2004-01-17 Andrew Cagney <cagney@redhat.com>
12464
12465 * x86-64-tdep.c (x86_64_init_abi): No need to clear
12466 extract_struct_value_address, i386 does not set it.
12467 * sparc64-tdep.c (sparc64_init_abi): Do not set
12468 extract_struct_value_address, never called.
12469 (sparc64_extract_struct_value_address): Delete function.
12470 * m68hc11-tdep.c: Update copyright.
12471 (m68hc11_gdbarch_init): Delete redundant assignment of
12472 extract_struct_value_address.
12473 * i386-tdep.c: Update copyright.
12474 (i386_gdbarch_init): Do not set extract_struct_value_address,
12475 never called.
12476 (i386_extract_struct_value_address): Delete function.
12477 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
12478 extract_struct_value_address, never called.
12479 (sparc32_extract_struct_value_address): #if 0 function. Add
12480 comments explaining its future.
12481
12482 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12483
12484 * arm-tdep.c (arm_write_pc): New function.
12485 (arm_gdbarch_init): Call set_gdbarch_write_pc.
12486
12487 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12488
12489 * breakpoint.c (must_shift_inst_regs): Delete.
12490 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
12491 and SHIFT_INST_REGS.
12492 * infcmd.c (step_1, step_1_continuation): Delete references to
12493 SHIFT_INST_REGS.
12494 * infrun.c (keep_going): Likewise.
12495 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
12496 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
12497
12498 2004-01-17 Andrew Cagney <cagney@redhat.com>
12499
12500 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
12501 * gdbarch.h, gdbarch.c: Re-generate.
12502 * infcmd.c (print_return_value): Delete reference to
12503 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
12504
12505 * cris-tdep.c (cris_gdbarch_init): Do not set
12506 deprecated_extract_struct_value_address.
12507
12508 * xstormy16-tdep.c: Update copyright.
12509 (xstormy16_extract_struct_value_address): Update to current
12510 extract struct value address interface.
12511 (xstormy16_gdbarch_init): Set extract_struct_value_address.
12512 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
12513 current extract struct value address interface.
12514 (sh64_gdbarch_init): Set extract_struct_value_address.
12515
12516 * cris-tdep.c: Update copyright.
12517 (cris_extract_struct_value_address): Delete function.
12518 (struct_return_address): Delete variable.
12519 (cris_store_struct_return): Do not set struct_return_address.
12520
12521 * mcore-tdep.c: Update copyright.
12522 (mcore_extract_struct_value_address): Delete function. Update
12523 comments.
12524 (mcore_gdbarch_init): Update.
12525 * mn10300-tdep.c: Update copyright.
12526 (mn10300_extract_struct_value_address): Delete function.
12527 (mn10300_gdbarch_init): Update.
12528 * v850-tdep.c: Update copyright.
12529 (v850_extract_struct_value_address): Delete.
12530 (v850_gdbarch_init): Update.
12531 * ns32k-tdep.c: Update copyright.
12532 (ns32k_extract_struct_value_address): Delete.
12533 (ns32k_gdbarch_init): Update.
12534 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
12535 (hppa_gdbarch_init): Update.
12536 * vax-tdep.c: Update copyright.
12537 (vax_extract_struct_value_address): Delete.
12538 (vax_gdbarch_init): Update.
12539
12540 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
12541 * gdbarch.h, gdbarch.c: Re-generate.
12542 * procfs.c (procfs_fetch_registers): Delete reference to
12543 DEPRECATED_NPC_REGNUM.
12544 (procfs_store_registers): Ditto.
12545 * regcache.c (generic_target_write_pc): Simplify.
12546 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
12547
12548 * core-sol2.c (fetch_core_registers): Replace
12549 DEPRECATED_NPC_REGNUM with equivalent tdep value.
12550
12551 * hppa-tdep.c: Update copyright year.
12552 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
12553 NPC_REGNUM.
12554 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
12555
12556 * mips-tdep.c (mips_write_pc): New function.
12557 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
12558 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
12559 (mips_find_saved_regs, mips_software_single_step: Ditto.
12560 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
12561 mips_init_extra_frame_info, mips_pop_frame): Ditto.
12562
12563 2004-01-17 Andrew Cagney <cagney@redhat.com>
12564
12565 * mips-tdep.c: Re-indent. Group functions by ABI.
12566
12567 2004-01-17 Andrew Cagney <cagney@redhat.com>
12568
12569 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
12570 * gdbarch.c: Re-generate.
12571 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12572 DECR_PC_AFTER_BREAK to zero.
12573 * vax-tdep.c (vax_gdbarch_init): Ditto.
12574 * v850-tdep.c (v850_gdbarch_init): Ditto.
12575 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12576 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12577 * sh-tdep.c (sh_gdbarch_init): Ditto.
12578 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12579 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12580 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12581 * mips-tdep.c (mips_gdbarch_init): Ditto.
12582 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12583 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12584 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12585 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12586 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12587 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12588 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12589 * frv-tdep.c (frv_gdbarch_init): Ditto.
12590 * cris-tdep.c (cris_gdbarch_init): Ditto.
12591 * avr-tdep.c (avr_gdbarch_init): Ditto.
12592 * arm-tdep.c (arm_gdbarch_init): Ditto.
12593 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
12594
12595 2004-01-17 J. Brobecker <brobecker@gnat.com>
12596
12597 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
12598 Delete, no longer used.
12599 (read_subrange_type): New function, mostly extracted from
12600 read_array_type().
12601 (read_array_type): Replace extracted code by call to
12602 read_subrange_type().
12603 (dwarf2_get_attr_constant_value): New function.
12604 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
12605 (add_partial_symbol): Likewise.
12606 (process_die): Likewise.
12607 (new_symbol): Likewise.
12608 (read_type_die): Likewise.
12609
12610 2004-01-16 Andrew Cagney <cagney@redhat.com>
12611
12612 * symfile.c: Update copyright year.
12613 (compare_symbols): Delete unused function.
12614 * stabsread.c: Update copyright year.
12615 (lrs_general_complaint): Delete unused function.
12616 (ref_search_value): Ditto.
12617 (get_substring): Delete declaration.
12618 * sh64-tdep.c: Update copyright year.
12619 (sh64_get_gdb_regnum): Delete unused function.
12620 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
12621 Delete unused function.
12622
12623 2004-01-17 Mark Kettenis <kettenis@gnu.org>
12624
12625 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
12626 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
12627
12628 2004-01-16 Andrew Cagney <cagney@redhat.com>
12629
12630 Changes from Peter Schauer.
12631 * rs6000-tdep.c: Update copyright year.
12632 (rs6000_push_dummy_call): Update the stack pointer before
12633 accessing the corresponding stack region.
12634 * rs6000-nat.c: Update copyright year.
12635 (set_host_arch): Set "info.abfd" to "exec_bfd".
12636
12637 2004-01-15 Mark Kettenis <kettenis@gnu.org>
12638
12639 * blockframe.c: Update copyright year.
12640 (inside_entry_func): Don't treat a zero PC specially.
12641
12642 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
12643
12644 * gcore.c (gcore_copy_callback): Use paddr_d to print size
12645 variable.
12646 (gcore_create_callback): Ditto. Skip any memory segment that has
12647 no permissions set.
12648
12649 2004-01-14 David Carlton <carlton@kealia.com>
12650
12651 Change symbols for C++ nested types to contain the fully qualified
12652 name, if possible. (At least in the DWARF-2 case.) Partial fix
12653 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
12654 c++/895.
12655 * c-exp.y (qualified_type): Handle types nested within classes.
12656 * cp-namespace.c: Update comments.
12657 (cp_set_block_scope): Delete #if 0.
12658 (cp_lookup_nested_type): Handle types nested within classes.
12659 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
12660 when appropriate.
12661 (add_partial_symbol): Add the name of the enclosing namespace to
12662 types.
12663 (pdi_needs_namespace): New.
12664 (add_partial_namespace): Tweak comment.
12665 (add_partial_structure): New.
12666 (psymtab_to_symtab_1): Initialize processing_current_prefix
12667 here...
12668 (process_die): instead of here.
12669 (read_structure_scope): Try to figure out the name of the class or
12670 namespace that the structure might be defined within.
12671 (read_enumeration): Generate fully-qualified names, if possible.
12672 (read_namespace): Don't set name to NULL.
12673 (die_specification): New.
12674 (new_symbol): Generate fully-qualified names for types.
12675 (read_type_die): Determine appropriate prefix.
12676 (determine_prefix): New.
12677 (typename_concat): New.
12678 (class_name): New.
12679 * valops.c (value_aggregate_elt): Pass NOSIDE to
12680 value_struct_elt_for_reference.
12681 (value_struct_elt_for_reference): Make static, add NOSIDE
12682 parameter, call value_maybe_namespace_elt as a last resort.
12683 (value_namespace_elt): Break out code into
12684 value_maybe_namespace_elt.
12685 (value_maybe_namespace_elt): New.
12686
12687 2004-01-12 Andrew Cagney <cagney@redhat.com>
12688
12689 * mips-tdep.c (mips_convert_register_p): Handle both raw and
12690 cooked floating-point registers.
12691 (mips_gdbarch_init): Set convert_register_p, register_to_value,
12692 and value_to_register.
12693
12694 2004-01-13 Andrew Cagney <cagney@redhat.com>
12695
12696 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
12697 * gdbarch.c: Re-generate.
12698 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12699 FUNCTION_START_OFFSET.
12700 * v850-tdep.c (v850_gdbarch_init): Ditto.
12701 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12702 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12703 * sh-tdep.c (sh_gdbarch_init): Ditto.
12704 * s390-tdep.c (s390_gdbarch_init): Ditto.
12705 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12706 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12707 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12708 * mips-tdep.c (mips_gdbarch_init): Ditto.
12709 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12710 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
12711 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12712 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12713 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12714 * i386-tdep.c (i386_gdbarch_init): Ditto.
12715 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12716 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12717 * frv-tdep.c (frv_gdbarch_init): Ditto.
12718 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12719 * cris-tdep.c (cris_gdbarch_init): Ditto.
12720 * avr-tdep.c (avr_gdbarch_init): Ditto.
12721 * arm-tdep.c (arm_gdbarch_init): Ditto.
12722 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12723
12724 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
12725
12726 * infrun.c (follow_fork_mode_ask): Remove.
12727 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
12728 (follow_fork): Simplify and remove internal error for
12729 follow_fork_mode_ask.
12730 (_initialize_infrun): Update "set follow-fork-mode" help text.
12731
12732 2004-01-13 Andrew Cagney <cagney@redhat.com>
12733
12734 * configure.in: Update copyright year.
12735 (build_warnings): Add -Wunused-label.
12736 * configure: Re-generate.
12737
12738 2004-01-12 Andrew Cagney <cagney@redhat.com>
12739
12740 * exec.h (exec_ops): Make "extern".
12741
12742 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12743 the function is void.
12744 (mips_pseudo_register_write): Ditto.
12745
12746 2004-01-12 Andrew Cagney <cagney@redhat.com>
12747
12748 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12749 call. Never defined.
12750 * sparc-tdep.h (struct frame_info): Add opaque declaration.
12751 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12752 (struct sparc_gregset, struct regcache): Ditto.
12753 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
12754
12755 2004-01-12 Andrew Cagney <cagney@redhat.com>
12756
12757 * mi/ChangeLog: Delete file. Renamed to ...
12758 * mi/ChangeLog-1999-2003: New file.
12759 * tui/ChangeLog: Delete file. Renamed to ...
12760 * tui/ChangeLog-1998-2003: New file.
12761
12762 2004-01-11 Mark Kettenis <kettenis@gnu.org>
12763
12764 * sparc64nbsd-tdep.c: Include "regset.h".
12765 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12766 Remove variables.
12767 (fetch_core_registers): Remove function.
12768 (sparc64nbsd_core_fns): Remove variable.
12769 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12770 functions.
12771 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12772 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12773 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12774
12775 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12776 sparc_extract_struct_value_address.
12777 (sparc32_gdbarch_init): Set extract_struct_value_address.
12778 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12779 function.
12780 (sparc64_init_abi): Set extract_struct_value_address. Don't set
12781 return_value_on_stack.
12782
12783 * NEWS: Mention that %cs and %ss have been added to the AMD64
12784 configurations
12785
12786 * frame.c: Update copyright year.
12787 (get_prev_frame): Improve comment.
12788
12789 * sparc64fbsd-tdep.c: Include "regset.h".
12790 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12791 Remove variables.
12792 (fetch_core_registers): Remove function.
12793 (sparc64fbsd_core_fns): Remove variable.
12794 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12795 functions.
12796 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12797 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12798 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
12799
12800 * sparcnbsd-tdep.c: Include "regset.h".
12801 (fetch_core_registers): Remove function.
12802 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12803 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12804 functions.
12805 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12806 TDEP->fpregset.
12807 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
12808
12809 * sparc-tdep.h (struct regset): Provide opaque declaration.
12810 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12811 fpregset and sizeof_fpregset members.
12812 * sparc-tdep.c (struct regset): Provide opaque declaration.
12813 (sparc_regset_from_core_section): New function.
12814 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12815 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12816 Set regset_from_core_section when appropriate.
12817
12818 2004-01-10 Mark Kettenis <kettenis@gnu.org>
12819
12820 * x86-64-tdep.c (amd64_non_pod_p): New function.
12821 (amd64_classify_aggregate): Return class memory for non-POD
12822 C++ structure types.
12823
12824 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12825 argument. Use it to reserve a register if necessary.
12826 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12827 amd64_push_arguments.
12828
12829 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12830
12831 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12832 register numbers in comments.
12833 * x86-64-tdep.h: Update copyright year.
12834 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12835 Adjust for addition of %cs and %ss.
12836 * amd64fbsd-nat.c: Update copyright year.
12837 (reg_offset): Add register offsets for %cs and %ss.
12838 * amd64fbsd-tdep.c: Update copyright year.
12839 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12840 (amd64fbsd_sc_reg_offset): Likewise.
12841 * x86-64-linux-nat.c: Update copyright year.
12842 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12843 and %ss.
12844 * amd64nbsd-nat.c: Update copyright year.
12845 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12846 * amd64nbsd-tdep.c: Update copyright year.
12847 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12848 * x86-64-linux-tdep.c: Update copyright year.
12849 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12850 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12851 * regformats/reg-x86-64.dat: Add %cs and %ss.
12852
12853 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12854 variables to prevent long lines. Update comments to reflect
12855 reality.
12856
12857 2004-01-09 David Carlton <carlton@kealia.com>
12858
12859 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12860 * dwarf2read.c (read_namespace): Pull out name-generating code
12861 into namespace_name. Rename previous_namespace to previous_prefix
12862 and processing_current_namespace to processing_current_prefix..
12863 (namespace_name): New function.
12864 (add_partial_symbol): Substitute uses of pdi->name with
12865 actual_name.
12866 * cp-support.h: Rename processing_current_namespace to
12867 processing_current_prefix.
12868 Update copyright year.
12869 * cp-namespace.c: Rename processing_current_namespace to
12870 processing_current_prefix.
12871 Update copyright year.
12872
12873 2004-01-09 Andrew Cagney <cagney@redhat.com>
12874
12875 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12876
12877 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12878
12879 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12880 complaining.
12881 (process_one_symbol): Deal with N_PATCH stabs.
12882
12883 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
12884
12885 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12886 ifdeffed code.
12887 Update copyright year.
12888
12889 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12890
12891 * config/pa/tm-hppa.h: Update extern declarations for
12892 hppa32_hpux_frame_saved_pc_in_sigtramp,
12893 hppa32_hpux_frame_base_before_sigtramp, and
12894 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12895
12896 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12897
12898 * config/pa/tm-hppah.h: Update copyright years.
12899
12900 2004-01-08 Andrew Cagney <cagney@redhat.com>
12901
12902 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12903 (mips_o32_reg_struct_has_addr): Delete function.
12904 (mips_gdbarch_init): Update.
12905 (mips_extract_struct_value_address): Delete function.
12906
12907 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12908
12909 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12910 reality.
12911
12912 2004-01-07 Andrew Cagney <cagney@redhat.com>
12913
12914 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12915 architecture's elf flags (when available).
12916
12917 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12918 FPU to the start, check the MIPS FPU when looking for an old
12919 architecture.
12920 (set_mipsfpu_single_command): Update the architecture.
12921 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12922
12923 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12924 (mips_mask_address_p): Add "tdep" parameter.
12925 (show_mask_address, mips_addr_bits_remove): Update.
12926 (mips_dump_tdep): Update.
12927 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12928 (MIPS_STACK_ARGSIZE): Delete macro.
12929 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12930 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12931 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12932 (mips_dump_tdep): Update.
12933 (MIPS_SAVED_REGSIZE): Delete macro.
12934 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12935 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12936 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12937 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12938 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12939 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12940 (mips_pop_frame, return_value_location): Update.
12941 (mips_n32n64_return_value, mips_dump_tdep): Update.
12942
12943 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12944 MIPS ABI.
12945
12946 * mips-tdep.c: Update copyright.
12947 (mips_gdbarch_init): Merge two code blocks handling the register
12948 name and number layout.
12949
12950 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12951
12952 * tracepoint.c (validate_actionline): Fix segv at EOF
12953
12954 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12955
12956 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12957 properly for static fields.
12958
12959 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12960 Jason Molenda <jmolenda@apple.com>
12961
12962 * disasm.c: Update copyright to include 2004.
12963 (do_mixed_source_and_assembly): For uiout asm list
12964 and tuple cleanups, initialize to null_cleanup instead of
12965 NULL and do so prior to loop. Only reset when we close off
12966 the tuple/list. Move check for whether to close off the
12967 asm tuple/list to after dump_insns call where it will be run
12968 on each loop iteration.
12969
12970 2004-01-05 Andrew Cagney <cagney@redhat.com>
12971
12972 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12973 should be a switch case and not a label.
12974 * mips-tdep.c (mips32_next_pc): Delete unused labels
12975 "greater_equal_branch" and "less_zero_branch".
12976 * jv-valprint.c (java_print_value_fields): Delete unused label
12977 "flush_it".
12978
12979 * target.c (unpush_target): Only close a target that is in the
12980 target stack.
12981
12982 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12983
12984 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12985 address from [sp + 64] instead of %o2.
12986
12987 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12988 fixes PR backtrace/1476.
12989
12990 2004-01-05 Andrew Cagney <cagney@redhat.com>
12991
12992 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12993 move to start of file.
12994 * i386-tdep.h (struct regcache): Add opaque declaration.
12995 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12996 declaration.
12997 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12998 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12999 * win32-nat.c (fake_create_process): Use ISO C style definition.
13000 * stabsread.c (define_symbol): Delete #ifndef
13001 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
13002 stabs_argument_has_addr call, macro never defined.
13003
13004 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
13005
13006 * op50-rom.c: Delete.
13007 * w89k-rom.c: Delete.
13008 * Makefile.in: Remove references.
13009
13010 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13011
13012 * x86-64-tdep.c: Update copyright year.
13013 (struct amd64_register_info): Rename from x86_64_register_info.
13014 (amd64_register_info): Rename from x86_64_register_info.
13015 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
13016 (amd64_register_name): Rename from x86_64_register_name.
13017 (amd64_register_type): Rename from x86_64_register_type.
13018 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
13019 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
13020 (amd64_dwarf_reg_to_regnum): Rename from
13021 x86_64_dwarf_reg_to_regnum.
13022 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
13023 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
13024 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
13025 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
13026 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
13027 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
13028 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
13029 (amd64_frame_cache): Rename from x86_64_frame_cache.
13030 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
13031 (amd64_frame_prev_register): Rename from
13032 x86_64_frame_prev_register.
13033 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
13034 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
13035 (amd64_sigtramp_frame_cache): Rename from
13036 x86_64_sigtramp_frame_cache.
13037 (amd64_sigtramp_frame_prev_register): Rename from
13038 x86_64_sigtramp_frame_prev_register.
13039 (amd64_sigtramp_frame_unwind): Rename from
13040 x86_64_sigtramp_frame_unwind.
13041 (amd64_sigtramp_frame_sniffer): Rename from
13042 x86_64_sigtramp_frame_sniffer.
13043 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
13044 (amd64_frame_base): Rename from x86_64_frame_base.
13045 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
13046 (amd64_frame_align): Rename from x86_64_frame_align.
13047 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
13048 (amd64_regset_from_core_section): Rename from
13049 x86_64_regset_from_core_section.
13050 (x86_64_init_abi): Update comments.
13051
13052 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
13053
13054 * MAINTAINERS (write after approval): Add myself.
13055
13056 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13057
13058 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
13059 `float' arguments.
13060
13061 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13062
13063 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
13064 such that it mentions a specific version of GCC that exhibits this
13065 bug.
13066
13067 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13068
13069 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
13070 structure that has a single `float' member, store it in %f1 in
13071 addition to %f0.
13072
13073 * sparc-sol2-nat.c: Add missing '\'.
13074
13075 * sparc-tdep.c (sparc32_return_value): New function.
13076 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
13077 Remove functions.
13078 (sparc32_gdbarch_init): Set return_value, don't set
13079 extract_return_value, store_return_value, use_struct_convention
13080 and return_value_on_stack.
13081
13082 * sparc-sol2-nat.c: Add missing ')'.
13083
13084 2004-01-03 J. Brobecker <brobecker@gnat.com>
13085
13086 * infrun.c (handle_step_into_function): New function.
13087 (handle_inferior_event): Extract out some code into the new
13088 function above.
13089
13090 2004-01-03 J. Brobecker <brobecker@gnat.com>
13091
13092 * infrun.c (handle_inferior_event): Move the declaration of
13093 real_stop_pc inside the if blocks where it is used.
13094
13095 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13096
13097 * sparc64-tdep.c (sparc64_16_byte_align_p)
13098 (sparc64_store_floating_fields, sparc64_store_floating_fields):
13099 Use check_typedef to get subtypes of structures and unions.
13100 (sparc64_store_return_value): Fix calculation of the appropriate
13101 offset into VALBUF when storing a structure or union.
13102 (sparc64_return_value): New function.
13103 (sparc64_use_struct_convention): Remove function.
13104 (sparc64_init_abi): Set return_value, don't set
13105 extract_return_value, store_return_value and
13106 use_struct_convention.
13107
13108 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
13109
13110 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
13111 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
13112 gdb/config/alpha/xm-alphaosf.h,
13113 gdb/config/powerpc/tm-ppcle-eabi.h,
13114 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
13115 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
13116 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
13117 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
13118 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
13119 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
13120 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
13121 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
13122 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
13123 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
13124 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
13125 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
13126 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
13127 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
13128 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
13129 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
13130 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
13131 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
13132 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
13133 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
13134 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
13135 Remove lines for .cvsignore files.
13136
13137 2004-01-03 J. Brobecker <brobecker@gnat.com>
13138
13139 * infrun.c: Back out the previous change.
13140
13141 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13142
13143 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
13144 sparc-*-sunos4* to the list of REMOVED configurations.
13145
13146 * configure.tgt: Add back sparc-*-vxworks*.
13147 * remote-vxsparc.c: Remove all includes except for "defs.h",
13148 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
13149 Include "sparc-tdep.h".
13150 (SPARC_R_G1): New define.
13151 (vxsparc_gregset): New variable.
13152 (ext_format_sparc): Remove extern declaration.
13153 (vx_read_register): Rewrite to use sparc32_supply_gregset and
13154 sparc32_supply_fpregset.
13155 (vx_write_register): Rewrite to use sparc32_collect_gregset,
13156 sparc_collect_rwindow and sparc32_collect_fpregset.
13157 * config/sparc/tm-vxworks.h: New file, based on recently removed
13158 tm-vxsparc.h.
13159 * config/sparc/vxworks.mt: New file, based on recently removed
13160 vxworks.mt.
13161
13162 2004-01-03 J. Brobecker <brobecker@gnat.com>
13163
13164 * infrun.c (handle_step_into_function): New function.
13165 (handle_inferior_event): Extract out some code into the new
13166 function above.
13167
13168 2004-01-02 Mark Kettenis <kettenis@gnu.org>
13169
13170 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
13171 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
13172 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
13173 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
13174 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
13175 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
13176 (sparc_nat_h): New variable.
13177 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
13178 (tm-sun4os4.h): Remove dependency.
13179 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
13180 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
13181 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
13182 sparc-tdep.o): Update dependencies.
13183 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
13184 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
13185 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
13186 dependencies.
13187 * configure.host: Remove existing sparc-*-lynxos*,
13188 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
13189 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
13190 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
13191 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
13192 triplets.
13193 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
13194 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
13195 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
13196 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
13197 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
13198 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
13199 sparc64-*-solaris2* and sparc64-*-* triplets.
13200 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
13201 "symtab.h" and "objfiles.h".
13202 (BIAS): Remove define.
13203 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
13204 (X_DISP19): Remove macros.
13205 (sparc_fetch_instruction): Remove function.
13206 (struct gdbarch_tdep): Remove definition.
13207 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
13208 (sparc_breakpoint_from_pc): Remove function.
13209 (struct sparc64_frame_cache): Remove definition.
13210 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
13211 sparc64_unwind_pc): Remove functions.
13212 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
13213 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
13214 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
13215 (sparc64_frame_cache): Change return type to `struct
13216 sparc_frame_cache *'. Simply call sparc_frame_cache.
13217 (sparc64_frame_this_id, sparc64_frame_prev_register,
13218 sparc64_frame_base_address): Use `struct sparc_frame_cache'
13219 instead of `struct sparc64_frame_cache.
13220 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
13221 sparc_analyze_control_transfer, sparc_software_single_step,
13222 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
13223 _initialize_sparc64_tdep): Remove functions.
13224 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
13225 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
13226 macros.
13227 (sparc64_supply_gregset, sparc64_collect_gregset,
13228 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
13229 (sparc64_init_abi): New function.
13230 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
13231 inclusion guard. Include "sparc-tdep.h".
13232 (BIAS): Define.
13233 (r_tstate_offset, r_fprs_offset): New defines.
13234 (enum sparc_regnum): Remove defenition.
13235 (enum sparc64_regnum): Reformat.
13236 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
13237 (sparc64_init_abi, sparc64_supply_gregset,
13238 sparc64_collect_gregset, sparc64_supply_fpregset,
13239 sparc64_collect_fpregset): New prototypes.
13240 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
13241 Add extern declarations.
13242 (sparc64_sol2_init_abi): New prototype.
13243 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13244 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13245 prototypes.
13246 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
13247 "sparnbsd-nat.h".
13248 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
13249 functions.
13250 (_initialize_sparc64fbsd_nat): Remove initialization of
13251 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
13252 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
13253 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
13254 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
13255 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
13256 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
13257 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
13258 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
13259 (sparc64fbsd_r_y_offset): Remove variables.
13260 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13261 Make static and const.
13262 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13263 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13264 functions.
13265 (sparc64fbsd_gregset): New variable.
13266 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
13267 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
13268 and sparc64_supply_fpregset.
13269 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
13270 (sparc64fbsd_sigtramp_frame_this_id)
13271 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
13272 (sparc64fbsd_sigtramp_frame_unwind): New variable.
13273 (sparc64fbsd_sigtramp_frame_sniffer): New function.
13274 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
13275 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
13276 * sparcnbsd-tdep.c: Update copyright year. Include
13277 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
13278 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
13279 "value.h" and "sparcnbsd-tdep.h".
13280 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
13281 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
13282 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
13283 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
13284 defines.
13285 (sparcnbsd_gregset): New variable.
13286 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
13287 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
13288 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
13289 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
13290 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
13291 variables.
13292 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
13293 (sparc32nbsd_sigcontext_frame_this_id)
13294 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
13295 (sparc32nbsd_sigcontext_frame_unwind): New variable.
13296 (sparc32nbsd_sigtramp_frame_sniffer): New function.
13297 (sparcnbsd_get_longjmp_target_32,
13298 sparcnbsd_get_longjmp_target_64): Remove functions.
13299 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
13300 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
13301 sparcnbsd_init_elf): Remove.
13302 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
13303 (sparcnbsd_elf_init_abi): New functions.
13304 (_initialize_sparcnbsd_tdep): New prototype.
13305 (_initialize_sparnbsd_tdep): Update.
13306 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
13307 corelow.o. Add sparc64-nat.o and sparc-nat.o.
13308 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
13309 * config/sparc/linux.mh: Update comment.
13310 (XM_FILE, HOST_IPC): Remove variables.
13311 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
13312 sparc-linux-nat.o.
13313 * config/sparc/linux.mt: Update comment.
13314 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
13315 * config/sparc/nbsd.mt: Reformat.
13316 * config/sparc/nbsd64.mh: Update comment.
13317 (NATDEPFILES): Add sparc-nat.o.
13318 * config/sparc/nbsd64.mt: Update comment.
13319 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
13320 (TM_FILE): Set to tm-nbsd.h.
13321 * config/sparc/nbsdelf.mh: Update comment.
13322 (NATDEPFILES): Add sparc-nat.o.
13323 (XM_FILE): Delete.
13324 * config/sparc/nbsdaout.mh: Update comment.
13325 (NATDEPFILES): Add sparc-nat.o
13326 (XM_FILE): Delete.
13327 * config/sparc/nm-linux.h: Update copyright year. Don't include
13328 "config/nm-svr4.h" and "solib.h". Add protection against multiple
13329 inclusion.
13330 (KERNEL_U_SIZE): Remove define.
13331 (kernel_u_size): Remove prototype.
13332 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
13333 * config/sparc/nm-nbsd.h: Update copyright. Don't include
13334 "regcache.h".
13335 (CHILD_PREPARE_TO_STORE): Remove define.
13336 * config/sparc/nm-nbsdaout.h: Tweak some comments.
13337 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
13338 sparcnbsd-nat.c: Rewrite files.
13339 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
13340 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
13341 sparcnbsd-tdep.h: Remove files.
13342 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
13343 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
13344 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
13345 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
13346 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
13347 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
13348 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
13349 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
13350 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
13351 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
13352 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
13353 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
13354 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
13355 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
13356 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
13357 * config/sparc/linux64.mh, config/sparc/linux64.mt,
13358 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
13359 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
13360 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
13361
13362 2004-01-02 Andrew Cagney <cagney@redhat.com>
13363
13364 From 2003-12-18 Kazuhiro Inaoka:
13365 * configure.host: Add m32r-linux target.
13366
13367 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13368
13369 * top.c (print_gdb_version): Update year to 2004.
13370
13371 2004-01-02 Mark Mitchell <mark@codesourcery.com>
13372
13373 * MAINTAINERS: Add myself to the write-after-approval category.
13374
13375 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
13376
13377 From Bernardo Innocenti <bernie@develer.com>:
13378 * configure.tgt: Add uClinux target.
13379
13380 2004-01-02 Andrew Cagney <cagney@redhat.com>
13381
13382 * utils.c (do_my_cleanups): Make static, add forward declaration.
13383 * defs.h (do_my_cleanups): Delete declaration.
13384
13385 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
13386
13387 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
13388 bfd/ChangeLog-0203.
13389
13390 2004-01-02 Mark Kettenis <kettenis@gnu.org>
13391
13392 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
13393 in <machine/reg.h>.
13394 * configure, config.in: Regenerate.
13395
13396 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
13397 tui/ChangeLog-1998-2003.
13398 \f
13399 Local Variables:
13400 mode: change-log
13401 left-margin: 8
13402 fill-column: 74
13403 version-control: never
13404 End:
This page took 0.348872 seconds and 5 git commands to generate.