2004-10-25 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
156a53ca
AC
12004-10-25 Andrew Cagney <cagney@gnu.org>
2
3 * NEWS: Add Changes since GDB 6.3 section.
4
f27cf670
AS
52004-10-23 Andreas Schwab <schwab@suse.de>
6
156a53ca
AC
7 * ada-lang.c (grow_vect): Return the new array instead of
8 expecting pointer to pointer to avoid violation of aliasing rules.
f27cf670
AS
9 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
10
121d8485
UW
112004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
12
13 * s390-tdep.c (enum pv_boolean): Remove.
14 (pv_is_array_ref): Remove.
15 (s390_on_stack): Remove.
16 (S390_NUM_SPILL_SLOTS): Remove.
17 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
18 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
19 (s390_store): Track all stores of orginal incoming registers to the
20 stack constant offsets relative to the CFA, instead of only tracking
21 stores into specific spill slots.
22 (s390_load): Likewise.
23 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
24 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
25 defined as call-saved by the ABI.
26 (s390_push_dummy_call): Use bottom of dummy call argument save area
27 as return value, not the top. Do not store to the called function's
28 register save area.
29 (s390_unwind_dummy_id): Adapt accordingly.
30
0a6ddd08
AC
312004-10-23 Andrew Cagney <cagney@gnu.org>
32
33 * objfiles.h (struct objfile): Rename obj_private to
34 deprecated_obj_private, sym_private to deprecated_sym_private, and
35 sym_stab_info to deprecated_sym_stab_info.
36 * gdb-stabs.h: Update.
37 * elfread.c: Update.
38 * dbxread.c: Update.
39 * coffread.c: Update.
40 * xcoffread.c: Update.
41 * symfile.c: Update.
42 * somread.c: Update.
43 * nlmread.c: Update.
44 * mdebugread.c: Update.
45 * hpread.c: Update.
46 * coffread.c: Update.
47
abc08782
MK
482004-10-23 Mark Kettenis <kettenis@gnu.org>
49
50 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
51 * configure.host: Add mips64*-*-openbsd*.
52 * configure.tgt: Add mips64*-*-openbsd*.
53 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
54 mips64obsd-tdep.c.
55 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
56 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
57
fc062ac6
JB
582004-10-21 Joel Brobecker <brobecker@gnat.com>
59
60 * symtab.c (symbol_search_name): Minor reformatting.
61
5bccb4d1
JB
622004-10-20 Joel Brobecker <brobecker@gnat.com>
63
64 * symtab.h: Fix typo in comment.
65
a738430d
MK
662004-10-19 Mark Kettenis <kettenis@gnu.org>
67
68 * dwarf2read.c (struct comp_unit_head): Fix coding style.
69 (dwarf_decode_line_header): Likewise.
70
f2cb65ca
MC
712004-10-19 Michael Chastain <mec.gnu@mindspring.com>
72
73 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
74
09e55376
AC
752004-10-19 Andrew Cagney <cagney@gnu.org>
76
77 GDB 6.3 branch created.
78 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
79
bc5f45f8
JB
802004-10-15 Joel Brobecker <brobecker@gnat.com>
81
82 * dwarf2read.c (set_cu_language): Set language to Ada for
83 DW_LANG_Ada83 and DW_LANG_Ada95.
84
2941da8c
MC
852004-10-15 Michael Chastain <mec.gnu@mindspring.com>
86
87 From Andreas Schwab <schwab@suse.de>:
88 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
89 for xmalloc and xrealloc.
90
34a17005
AC
912004-10-15 Andrew Cagney <cagney@gnu.org>
92
93 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
94 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
95 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
96 Update dependencies.
97
714e53ab
PH
982004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
99
100 * ada-lang.c (ada_lookup_symbol): Correct comment.
101 (ada_evaluate_subexp): Change error message for
102 OP_FUNCALL case so as not to indicate an internal error.
103
1042004-10-15 Joel Brobecker <brobecker@gnat.com>
105
106 Committed by Paul Hilfinger.
107 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
108 type sizes in XVE/XVU types, and emit a warning when that happens,
109 instead of rounding up the size of the resulting type.
110 Some minor reformatting.
111 (ada_is_aligner_type): Do not consider a type as an aligner type
112 if there is a corresponding XVS type as well.
113 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
114 have several levels of pointer indirection to the array.
115
1162004-10-15 Jerome Guitton <guitton@gnat.com>
117
118 Committed by Paul Hilfinger.
119 * ada-lang.c (check_size): New function.
120 (coerce_unspec_val_to_type): call check_size to make sure
121 that the object size is reasonable.
122 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
123 Implements the case when we get a reference when we evaluate
124 the expression of one of the bounds of the slice.
125 (ada_value_struct_elt): when a packed array field is
126 a reference, use ada_coerce_ref to dereference it; use
127 ada_value_ind only if it is a pointer.
128
29639122
JB
1292004-10-15 Joel Brobecker <brobecker@gnat.com>
130
131 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
132 a bit to avoid the necessity of an advance declaration. Remove
133 declaration.
134 (set_reg_offset): Move implemenation up.
135 (mips16_get_imm): Likewise.
136 (mips16_scan_prologue): Likewise.
137 (reset_saved_regs): Likewise.
138 (mips32_scan_prologue): Likewise.
139
a65bbe44
JB
1402004-10-14 Joel Brobecker <brobecker@gnat.com>
141
142 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
143 Remove sp as a parameter, compute it internally instead. Move
144 prologue scanning limit from heuristic_proc_desc to here.
145 (mips16_scan_prologue): Likewise.
146 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
147 by call to mips16_scan_prologue.
148 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
149 by call to mips32_scan_prologue.
150 (heuristic_proc_desc): Remove code that's no longer necessary.
151 Update calls to mips16_scan_prologue and mips32_scan_prologue.
152 (mips_skip_prologue): Update calls to mips16_scan_prologue
153 and mips32_scan_prologue.
154
1c645fec
JB
1552004-10-14 Joel Brobecker <brobecker@gnat.com>
156
157 * mips-tdep.c (mips16_scan_prologue): Merge code from
158 mips16_skip_prologue. Now return the address of the first
159 instruction past the function prologue.
160 (mips16_skip_prologue): Remove, no longer necessary.
161 (mips_skip_prologue): Replace call to mips16_skip_prologue
162 by call to mips16_scan_prologue.
163
98b4dd94
JB
1642004-10-14 Joel Brobecker <brobecker@gnat.com>
165
166 * mips-tdep.c (mips32_scan_prologue): Merge code from
167 mips32_skip_prologue. Now return the address of the first
168 instruction past the function prologue.
169 (mips32_skip_prologue): Remove. No longer necessary.
170 (mips16_skip_prologue): Add parameter end_pc instead of
171 computing it.
172 (mips_skip_prologue): Compute the upper limit for the
173 prologue scanning. Update call to mips16_skip_prologue.
174 Replace call to mips32_skip_prologue by call to
175 mips32_scan_prologue.
176
ad4c72d2
MK
1772004-10-14 Mark Kettenis <kettenis@gnu.org>
178
dfaf8edb
MK
179 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
180 NetBSD system call stubs that store %rp in the ERP slot of the
181 stack frame.
182
3e3a28f1
MK
183 * source.c: Always define O_BINARY to 0 if not defined already.
184 (openp): Unconditionally use O_BINARY.
185
ad4c72d2
MK
186 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
187 * event-top.c (gdb_readline2): Likewise.
188
52bd1401
OF
1892004-10-14 Orjan Friberg <orjanf@axis.com>
190
191 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
192 deprecated_add_core_fns which was removed by mistake.
193
e0e25c6c
KB
1942004-10-13 Kevin Buettner <kevinb@redhat.com>
195
196 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
197 references to deprecated_registers[] with equivalent code.
198
9f335945
KB
1992004-10-13 Kevin Buettner <kevinb@redhat.com>
200
201 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
202 ``deprecated_registers'' with equivalent code. Use gdb_assert()
203 instead of explicit test and print statement.
204
06c2338d
MK
2052004-10-12 Mark Kettenis <kettenis@gnu.org>
206
1b9445c2
MK
207 * sparc-nat.c: Include "inf-ptrace.h".
208 (sparc_target): New function.
209 * sparc-nat.h: Update copyright year.
210 (sparc_target): New prototype.
211 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
212 (_initialize_sparcnbsd_nat): Construct and add target vector.
213 * sparc64nbsd-nat.c: Include "target.h".
214 (_initialize_sparc64nbsd_nat): Construct and add target vector.
215 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
216 Update dependencies.
217 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
218 inftarg.o, add inf-ptrace.o.
219 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
220 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
221 (NAT_FILE): Set to nm-bsd.h.
222 (LOADLIBES): New variable.
223 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
224 infarg.o, add inf-ptrace.o.
225 * config/sparc/nm-nbsdaout.h: Remove file.
226 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
227 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
228 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
229
06c2338d
MK
230 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
231 "fopen-same.h". Update comment.
232
3303a276
MK
2332004-10-11 Mark Kettenis <kettenis@gnu.org>
234
235 * i386gnu-nat.c: Include "gdb_string.h".
236 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
237 registers when the floating-point state isn't initialized.
238 * Makefile.in (i386gnu-nat.o): Update dependencies.
239
04c663e3
DA
2402004-10-11 David Anderson <davea@sgi.com>
241
242 * regcache.c (regcache_raw_read): Comment was missing "to".
243 Extraneous ' removed.
244 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
245 comment now describes use.
246
a5f6c8f5
OF
2472004-10-11 Orjan Friberg <orjanf@axis.com>
248
249 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
250 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
251 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
252 (cris_sigtramp_frame_sniffer): New functions.
253 (cris_gdbarch_init): Hook in signal trampoline unwinder.
254 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
255 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
256 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
257 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
258 command.
259 (cris_version_update): Remove, replace with ...
260 (set_cris_version): New function.
261 (struct gdbarch_tdep, cris_mode, cris_mode_update)
262 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
263 (_initialize_cris_tdep): Remove CRIS mode command.
264 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
265 cris-fpless-backtrace command.
266 (cris_scan_prologue): Fix prologue scanning limit.
267 (cris_register_type): Update to reflect actual registers.
268 (cris_register_bytes_ok) Remove.
269 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
270 Remove set_gdbarch_deprecated_register_size,
271 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
272
77109804
AC
2732004-10-10 Andrew Cagney <cagney@gnu.org>
274
275 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
276 comment.
277
25652d4f
JB
2782004-10-10 Joel Brobecker <brobecker@gnat.com>
279
280 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
281
1e05a7bf
JB
2822004-10-10 Joel Brobecker <brobecker@gnat.com>
283
284 * mips-tdep.c (mips16_scan_prologue): Renames
285 mips16_heuristic_proc_desc. Update comment.
286 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
287 (heuristic_proc_desc): Update calls to the 2 functions above.
288
c68a4142
JB
2892004-10-10 Joel Brobecker <brobecker@gnat.com>
290
291 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
292 Update comments. Also immediately return empty cache when the start
293 address of our function could not be found.
294 (mips_insn32_frame_cache): Likewise.
295
0fce0821
JB
2962004-10-10 Joel Brobecker <brobecker@gnat.com>
297
298 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
299 (mips_insn16_frame_cache): Pass frame cache in call to
300 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
301 Remove code that became redundant as a consequence.
302 (mips32_heuristic_proc_desc): No longer compute a fake
303 procedure descriptor. Compute the full frame cache instead.
304 Some minor comment reformatting.
305
b672553e
JB
3062004-10-10 Jim Blandy <jimb@redhat.com>
307
308 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
309 reader, tracing bytecode stuff): Remove self.
310
9cc52bde
MK
3112004-10-10 Mark Kettenis <kettenis@gnu.org>
312
cc9784b6
MK
313 * sparc64-linux-tdep.c: Update copyright year. Don't include
314 "solib-svr4.h".
315 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
316 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
317 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
318
ee8aef23
MK
319 * sparc-linux-tdep.c: Update copyright year.
320 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
321 to struct frame_info *. Use safe_frame_unwind_memory instead of
322 deprecated_read_memory_nobpt.
323 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
324 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
325 changed signature of sparc_linux_sigtramp_start.
326 (sparc32_linux_pc_in_sigtramp): Remove function.
327 (sparc32_linux_sigtramp_p): New function.
328 (sparc32_linux_sigtramp_frame_sniffer): Use
329 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
330
bc73f8cc
MK
331 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
332 Remove function.
333 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
334
a2249542
MK
335 * ada-lang.c (lim_warning): Re-implement as a varargs function.
336 (decode_packed_array_type, value_subscript_packed)
337 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
338 argument in call to lim_warning.
339
9cc52bde
MK
340 * configure.in: Really disable the TUI if an enhanced curses
341 library isn't found.
342 * configure: Regenerate.
343
151fc45b
MK
3442004-10-09 Mark Kettenis <kettenis@gnu.org>
345
346 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
347 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
348 * config/i386/nm-nbsdaout.h: Remove file.
349 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
350 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
351 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
352 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
353 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
354 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
355 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
356 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
357 (ldd, ld_un, ld_2): Remove defines.
358 * config/i386/nm-obsd.h: Likewise.
359
375c0479
PH
3602004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
361
362 * ada-lex.l: Remove useless rule whose right-context clause
363 causes unreferenced static function warning for yyrealloc.
364 (ada_flex_use): Remove the artificial reference to yyrealloc.
365
c8e73a31
AC
3662004-10-08 Andrew Cagney <cagney@gnu.org>
367
368 * target.h (struct target_ops): Rename to_xfer_memory to
369 deprecated_xfer_memory.
370 * target.c: Update.
371 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
372 * wince.c: Update.
373 * win32-nat.c: Update.
374 * v850ice.c: Update.
375 * uw-thread.c: Update.
376 * thread-db.c: Update.
377 * sol-thread.c: Update.
378 * remote.c: Update.
379 * remote-vx.c: Update.
380 * remote-st.c: Update.
381 * remote-sim.c: Update.
382 * remote-sds.c: Update.
383 * remote-rdp.c: Update.
384 * remote-rdi.c: Update.
385 * remote-mips.c: Update.
386 * remote-m32r-sdi.c: Update.
387 * remote-e7000.c: Update.
388 * procfs.c: Update.
389 * ppc-bdm.c: Update.
390 * nto-procfs.c: Update.
391 * monitor.c: Update.
392 * linux-nat.c: Update.
393 * inftarg.c: Update.
394 * hpux-thread.c: Update.
395 * go32-nat.c: Update.
396 * gnu-nat.c: Update.
397 * exec.c: Update.
398 * corelow.c: Update.
399 * bsd-kvm.c: Update.
400 * aix-thread.c: Update.
401
aa869812
AC
4022004-10-08 Andrew Cagney <cagney@gnu.org>
403
404 * target.c (debug_target): Move to near start of file.
405 (target_stopped_data_address_p): Re-org logic, add casts.
406
8dcef9cf
MK
4072004-10-02 Mark Kettenis <kettenis@gnu.org>
408
409 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
410 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
411 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
412 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
413 New defines.
414
4aa7a7f5
JJ
4152004-10-08 Jeff Johnston <jjohnstn@redhat.com>
416
417 * target.h (to_stopped_data_address): Change prototype to
418 take a CORE_ADDR pointer and return an int.
419 * target.c (update_current_target): Change to_stopped_data_address
420 to match new prototype.
421 (debug_to_stopped_data_address): Change appropriately.
422 * breakpoint.c (bpstat_stop_status): Change call to
423 target_stopped_data_address to use new prototype.
424 * frv-tdep.c (frv_have_stopped_data_address): New function.
425 (frv_stopped_data_address): Change to new prototype and
426 functionality.
427 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
428 prototype and functionality.
429 (ia64_stopped_by_watchpoint): New function.
430 * i386-nat.c (i386_stopped_data_address): Change to new
431 prototype and functionality.
432 (i386_stopped_by_watchpoint): New function.
433 * remote.c (remote_stopped_data_address): Change to new prototype
434 and functionality.
435 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
436 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
437 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
438 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
439 new i386_stopped_by_watchpoint function.
440 (i386_stopped_by_watchpoint): New prototype.
441 (i386_stoppped_data_address): Change to new prototype.
442 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
443 new ia64_stopped_by_watchpoint function.
444 (ia64_stopped_by_watchpoint): New prototype.
445 (ia64_stopped_data_address): Ditto.
446
61ee279c
PH
4472004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
448
449 * ada-typeprint.c (ada_print_type): Use int_string for printing
450 modulus of modular type.
451 * ada-lang.h (ada_modulus): Change return type to unsigned.
452 * ada-lang.c (ada_language_arch_info): Correct type of
453 string_char_type.
454 (ada_modulus): Return unsigned result.
455 (ada_lookup_symbol): Remove user disambiguation and modify comment
456 accordingly.
457
4582004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
459
460 Committed by Paul Hilfinger.
461 * ada-lang.c (decode_packed_array): On big-endian targets,
462 left-justify the value if it comes with a modular type.
463
4642004-10-08 Joel Brobecker <brobecker@gnat.com>
465
466 Committed by Paul Hilfinger.
467 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
468 (is_name_suffix): Add support for "___JM" suffixes.
469 (ada_check_typedef): Renames ada_completed_type.
470 Update all users of CHECK_TYPEDEF, check_typedef, and
471 ada_complete_type to call ada_check_typedef.
472 * ada-typeprint.c: Likewise.
473 * ada-valprint.c: Likewise.
474
b6c25a56
CV
4752004-10-08 Corinna Vinschen <vinschen@redhat.com>
476
477 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
478
83ca6a46
NR
4792004-10-08 Nick Roberts <nickrob@snap.net.nz>
480
481 * MAINTAINERS: Update e-mail address.
482
1fd8cd20
DJ
4832004-10-07 Daniel Jacobowitz <dan@debian.org>
484
485 From Maciej W. Rozycki <macro@mips.com>:
486 * mips-tdep.c (mips32_next_pc): Check the register's contents,
487 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
488
cea15572
KI
4892004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
490
491 * m32r-tdep.c (decode_prologue): Support functions written
492 in assembler language. Recognize trap instructions as the
493 end of prologue.
494 (m32r_frame_unwind_cache): Ditto.
495 (m32r_skip_prologue): Extend search limit. Quit analyzing
496 prologue if pc's location is not readable.
497
23485554
PH
4982004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
499
500 * Makefile.in (.l.c): Do conversions of names of alloc and free
501 functions that are done for .y.c files, plus special one
502 for yy_flex_realloc. Also, correct missing-file tests here.
503 * ada-lex.l (malloc, free): Remove macros.
504 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
505 xrealloc.
506 (ada_flex_use): Dummy definition to remove warnings about unused
507 functions.
508 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
509 to suppress warning.
510
c0409442
CV
5112004-10-06 Corinna Vinschen <vinschen@redhat.com>
512
513 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
514 RETURN_VALUE.
515 (sh_return_value_fpu): Ditto for CPUs with FPU.
516 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
517 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
518 Install sh_return_value_nofpu resp. sh_return_value_fpu as
519 RETURN_VALUE functions.
520
9bed62d7
CV
5212004-10-06 Corinna Vinschen <vinschen@redhat.com>
522
523 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
524 (sh_pseudo_register_write): Ditto.
525
03131d99
CV
5262004-10-06 Corinna Vinschen <vinschen@redhat.com>
527
528 * sh-tdep.c (IS_MACL_STS): New define.
529 (IS_MOVI20): Ditto.
530 (IS_MACL_LDS): Ditto.
531 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
532 instructions in prologue.
533 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
534 instructions in epilogue.
535
da962468
CV
5362004-10-06 Corinna Vinschen <vinschen@redhat.com>
537
538 * sh-tdep.c (SH_NUM_REGS): Define as 67.
539 (sh_sh_register_name): Add eight empty register names.
540 (sh_sh3_register_name): Ditto.
541 (sh_sh3e_register_name): Ditto.
542 (sh_sh2e_register_name): Ditto.
543 (sh_sh2a_register_name): New function, defining SH2A register set.
544 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
545 in nofpu case.
546 (sh_sh_dsp_register_name): Add eight empty register names.
547 (sh_sh3_dsp_register_name): Ditto.
548 (sh_sh4_register_name): Ditto.
549 (sh_sh4_nofpu_register_name): Ditto.
550 (sh_sh4al_dsp_register_name): Ditto.
551 (sh2a_show_regs): New function.
552 (sh2a_nofpu_show_regs): New function.
553 (sh_sh2a_register_type): New function.
554 (do_bank_register_info): New function.
555 (sh_print_pseudo_register): Call do_bank_register_info.
556 Call sh_print_pseudo_register for valid "bank" register.
557 (sh_sh2a_register_sim_regno): New function.
558 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
559 Increment pseudo register count by one for all sh variants with
560 pseudo registers to accomodate pseudo bank register.
561 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
562 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
563 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
564 Increment pseudo register numbers.
565
1326e61b
CV
5662004-10-06 Corinna Vinschen <vinschen@redhat.com>
567
568 * dwarf2read.c (read_subroutine_type): Call make_function_type
569 instead of lookup_function_type.
570
146c42e3
JB
5712004-10-05 Jim Blandy <jimb@redhat.com>
572
573 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
574 (Previous change missed some uses.)
575
1df84f13
AC
5762004-10-05 Andrew Cagney <cagney@gnu.org>
577
578 * target.h (deprecated_child_ops): Rename child_ops.
579 * wince.c: Update copyright. Rename child_ops.
580 * win32-nat.c: Rename child_ops.
581 * target.c: Rename child_ops.
582 * rs6000-nat.c: Rename child_ops.
583 * linux-nat.c: Rename child_ops.
584 * infttrace.c: Rename child_ops.
585 * inftarg.c: Rename child_ops.
586 * infptrace.c: Rename child_ops.
587 * hppah-nat.c: Update copyright. Rename child_ops.
588 * hpux-thread.c: Update copyright. Rename child_ops.
589
21e3b9b9
DJ
5902004-10-05 Daniel Jacobowitz <dan@debian.org>
591
592 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
593
de83afe7
AC
5942004-10-05 Andrew Cagney <cagney@gnu.org>
595
596 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
597
10b3939b
DJ
5982004-10-05 Daniel Jacobowitz <dan@debian.org>
599
600 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
601 (die_ref_table): Remove.
602 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
603 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
604 the usage of this type.
605 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
606 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
607 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
608 (dwarf2_create_include_psymtab): Update comment.
609 (find_partial_die): Remove third argument. Remove unreachable call
610 to error ().
611 (dwarf2_find_containing_comp_unit): Update comments. Change one
612 assertion to an error. Remove an unreachable error.
613 (dwarf2_find_comp_unit): Update comments.
614 (type_at_offset): Remove dead code.
615 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
616 (store_in_ref_table): Add CU argument.
617 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
618 inter-compilation-unit references.
619 (load_full_comp_unit, process_full_comp_unit): New functions, based
620 on psymtab_to_symtab_1.
621 (psymtab_to_symtab_1): Use them.
622 (dwarf2_add_dependence): New function.
623 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
624 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
625 (partial_die_parent_scope, guess_structure_name): Update for changes
626 to find_partial_die.
627 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
628 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
629 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
630 (read_die_and_children): Update call to store_in_ref_table.
631 (do_free_die_list_cleanup): Remove.
632 (fixup_partial_die): Update for changes to find_partial_die.
633 (read_full_die): Handle queueing absolute references.
634 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
635 (dwarf2_attr, die_specification, die_type)
636 (die_containing_type, dwarf2_extension): Update calls to
637 follow_die_ref.
638 (dump_die): Update DW_FORM_ref* handling.
639 (dwarf2_get_ref_die_offset): Likewise.
640 (free_one_comp_unit): Release the dies list.
641 (dwarf2_mark_helper): New function.
642 (dwarf2_mark): Use it.
643
998bdd68
MK
6442004-10-05 Mark Kettenis <kettenis@jive.nl>
645
646 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
647 when writing to memory.
648
14588880
KI
6492004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
650
651 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
652 (m32r_extract_struct_value_address): Delete function.
653 (m32r_return_value): New function.
654 (m32r_gdbarch_init): Instead of store_return_value,
655 extract_return_value, deprecated_extract_struct_value_address
656 and deprecated_use_struct_convention, set return_value.
657
dd5e6932
DJ
6582004-10-03 Daniel Jacobowitz <dan@debian.org>
659
660 * dwarf2read.c (read_subrange_type): Add comment for variable
661 sized arrays.
662
7dc1ef8d
PH
6632004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
664
665 * Makefile.in (.l.c): Modify rule for compatibility with recent
666 versions of flex, and remove most command-line options.
667 * ada-lex.l: Add %options line in place of -I -i and -s command-line
668 options.
669
1f8173e6
PH
6702004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
671
672 Turn on initial Ada support (mainly expression evaluation).
673
674 * Makefile.in (SFILES): Remove ada-tasks.c.
675 (HFILES_NO_SRCDIR): Add ada-lang.h.
676 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
677 (YYOBJ): Add ada-exp.o.
678 (rule .l.c): Generalize to not mention ada.
679 * symtab.c: Include ada-lang.h.
680 (symbol_natural_name, symbol_demangled_name)
681 (symbol_search_name): Add Ada case.
682
cb85a953
AC
6832004-10-01 Andrew Cagney <cagney@gnu.org>
684
3f3db248
AC
685 * Makefile.in (COMMON_OBS): Add inf-child.o.
686 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
687 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
688 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
689 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
690 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
691 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
692 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
693 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
694 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
695 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
696 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
697 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
698 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
699
cb85a953
AC
700 * target.c (xfer_using_stratum): Change return type to LONGEST.
701 On each iteration offset, readbuf and writebuf.
702 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
703 partial_length, and read/modify/write predicate, update comments.
704 Pass buffer.word to ptrace write.
705
963a6417
PH
7062004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
707
708 * symfile.c (init_filename_language_table): Add extensions for
709 Ada.
710 * defs.h (enum language): Add language_ada.
711 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
712 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
713 (add_symbols_from_enclosing_procs): Make a no-op for now.
714 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
715 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
716 (find_line_in_linetable, find_next_line_in_linetable)
717 (read_all_symtabs, is_plausible_func_for_line)
718 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
719 (is_runtime_sym_defined, check_size): Remove declaration.
720 (function_name_from_pc, ada_translate_error_message)
721 (ada_lookup_minimal_symbol): Remove definition.
722 (ada_add_block_symbols): Remove useless label.
723 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
724 useless declaration.
725 (ada_is_exception_sym): Likewise.
726
9b32d526
KI
7272004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
728
729 Add m32r-linux support.
730 * configure.tgt: Add m32r*-*-linux*.
731 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
732 and m32r-linux-tdep.c.
733 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
734 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
735 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
736 m32r-linux-tdep.c.
737 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
738 config/m32r/linux.mh, config/m32r/linux.mt,
739 config/m32r/nm-linux.h: New files.
740
2de118d3
JB
7412004-09-30 Joel Brobecker <brobecker@gnat.com>
742
743 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
744 (mips32_fetch_instruction): Remove, unused.
745
a9fe69d1
JB
7462004-09-30 Joel Brobecker <brobecker@gnat.com>
747
748 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
749 conditions that will always be true.
750
bc8ffc12
MK
7512004-09-30 Mark Kettenis <kettenis@gnu.org>
752
ba0cd111
MK
753 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
754 (vaxbsd_fetch_inferior_registers): Rename from
755 fetch_inferior_registers. Make static.
756 (vaxbsd_store_inferior_registers): Rename from
757 store_inferior_registers. Make static.
758 (_initialize_vaxbsd_nat): Construct and add target vector.
759 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
760 inftarg.o. Add inf-child.o and inf-ptrace.o.
761 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
762 inftarg.o. Add inf-child.o and inf-ptrace.o.
763 (NAT_FILE): Remove.
764 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
765 inftarg.o. Add inf-child.o and inf-ptrace.o.
766 (NAT_FILE): Remove.
767 * Makefile.in (vaxbsd-nat.o): Update dependencies.
768
bc8ffc12
MK
769 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
770 (m88kbsd_fetch_inferior_registers): Rename from
771 fetch_inferior_registers. Make static.
772 (m88kbsd_store_inferior_registers): Rename from
773 store_inferior_registers. Make static.
774 (_initialize_m88kbsd_nat): New prototype and function.
775 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
776 inftarg.o. Add inf-child.o and inf-ptrace.o.
777 (NAT_FILE): Remove.
778 * Makefile.in (m88kbsd-nat.o): Update dependencies.
779
27394598
AC
7802004-09-30 Andrew Cagney <cagney@gnu.org>
781
782 * target.c (target_xfer_partial): New function.
783 (target_read_memory_partial, target_write_memory_partial)
784 (default_xfer_partial, target_read_partial, target_write_partial)
785 (xfer_using_stratum): Use.
786 (debug_to_xfer_partial): Delete function.
787 (setup_target_debug): Do not override to_xfer_partial.
788
74a4fe32
MK
7892004-09-30 Mark Kettenis <kettenis@chello.nl>
790
791 * fork-child.c: Update copyright year. Fix coding style.
792
982526a1
MK
7932004-09-29 Mark Kettenis <kettenis@gnu.org>
794
795 * defs.h (msavestring, mstrsave): Remove prototypes.
796 * utils.c (msavestring, mstrsave): Remove functions.
797 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
798 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
799 of mstrsave.
800 * source.c (find_and_open_source): Use xstrdup instead of
801 mstrsave.
802
b8eb5af0
AC
8032004-09-30 Andrew Cagney <cagney@gnu.org>
804
0779438d
AC
805 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
806 (inf_ptrace_xfer_memory): Delete.
807 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
808 (target_read_memory, target_write_memory): Use xfer_using_stratum
809 when target_xfer_partial_p.
810 (debug_target): Move to start of file.
811 (target_read_memory_partial, target_write_memory_partial): Use
812 to_xfer_partial when target_xfer_partial_p.
813
f929a579
AC
814 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
815 inf_ptrace_xfer_memory with equivalent code.
816 * inftarg.c (child_xfer_partial): When performing a write, pass
817 writebuf to child_xfer_memory.
818
b8eb5af0
AC
819 * target.c (target_read_string): Use target_read_memory instead of
820 target_xfer_memory.
821
ee21b650
AC
8222004-09-29 Andrew Cagney <cagney@gnu.org>
823
d3e05d0d
AC
824 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
825 the address of status.
826
ee21b650
AC
827 * infptrace.c (ptrace_wait): Mention problem with HPUX.
828 (kill_inferior): Inline ptrace_wait call.
829 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
830 * inftarg.c (child_wait): Inline ptrace_wait call.
831
a182eed6
AC
832 * target.h (struct target_ops): Delete field to_post_wait.
833 (target_post_wait): Delete macro.
834 (child_post_wait): Delete declaration.
835 * target.c (update_current_target, update_current_target)
836 (debug_to_post_wait, setup_target_debug): Delete functions and
837 references.
838 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
839 * inftarg.c (child_post_wait): Delete.
840 (init_child_ops): Do not set to_post_wait.
841 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
842 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
843 * inf-child.c (inf_child_post_wait): Delete.
844 (inf_child_target): Do not set to_post_wait.
845 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
846 (inf_ptrace_target): Do not set to_post_wait.
847
ba0c540b
AC
848 * wince.c (child_ops): Delete.
849 * win32-nat.c (child_ops): Delete.
850
81977402
AC
851 * inftarg.c (inftarg_set_find_memory_regions)
852 (inftarg_set_make_corefile_notes): Delete functions.
853 (_initialize_linux_nat): Inline calls.
854
5ac10fd1
AC
855 * target.h (child_ops): Declare.
856 * inftarg.c (child_ops): Move from here ...
857 * target.c (child_ops): ... to here.
858 * wince.c (child_ops): Delete extern declaration.
859 * win32-nat.c (child_ops): Delete extern declaration.
860 * linux-nat.c (child_ops): Delete extern declaration.
861 * hpux-thread.c (child_ops): Delete extern declaration.
862
663408c2 8632004-09-28 Mark Kettenis <kettenis@gnu.org>
890c8f4d
MK
864
865 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
866
0dad8a66
MK
8672004-09-28 Mark Kettenis <kettenis@gnu.org>
868
869 * configure.in: Only set host_makefile_frag when building a native
870 debugger.
871 * configure: Regenerate.
e8d74ed3
MK
872
873 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
874 for OpenBSD ELF.
875
dba24537
AC
8762004-09-28 Andrew Cagney <cagney@gnu.org>
877
e979516b
AC
878 Problem identified by Paul Hilfinger.
879 * Makefile.in (ada_lex_c): Define.
880 (ada-lex.o): Delete rule.
881
dba24537
AC
882 * linux-proc.c: Delete file.
883 * Makefile.in: Update.
884 * config/sparc/linux64.mh (NATDEPFILES):
885 * config/sparc/linux.mh (NATDEPFILES): Update.
886 * config/s390/s390.mh (NATDEPFILES): Update.
887 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
888 * config/powerpc/linux.mh (NATDEPFILES): Update.
889 * config/pa/linux.mh (NATDEPFILES): Update.
890 * config/mips/linux.mh (NATDEPFILES): Update.
891 * config/m68k/linux.mh (NATDEPFILES): Update.
892 * config/ia64/linux.mh (NATDEPFILES): Update.
893 * config/i386/linux64.mh (NATDEPFILES): Update.
894 * config/i386/linux.mh (NATDEPFILES): Update.
895 * config/arm/linux.mh (NATDEPFILES): Update.
896 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
897 * linux-nat.c: Update copyright. Include <sys/param.h>,
898 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
899 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
900 (O_LARGEFILE): Possibly define.
901 (_initialize_linux_nat, linux_proc_pending_signals)
902 (add_line_to_sigset, linux_proc_xfer_memory)
903 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
904 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
905 (struct linux_corefile_thread_data)
906 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
907 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
908
d6b0e80f
AC
9092004-09-16 Andrew Cagney <cagney@gnu.org>
910
911 * lin-lwp.c: Delete file.
912 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
913 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
914 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
915 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
916 (linux_nat_attach, detach_callback, linux_nat_detach)
917 (resume_callback, resume_clear_callback, linux_nat_resume)
918 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
919 (stop_wait_callback, linux_nat_has_pending, flush_callback)
920 (status_callback, running_callback, count_events_callback)
921 (select_singlestep_lwp_callback, select_event_lwp_callback)
922 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
923 (child_wait, stop_and_resume_callback, linux_nat_wait)
924 (kill_callback, kill_wait_callback, linux_nat_kill)
925 (linux_nat_create_inferior, linux_nat_mourn_inferior)
926 (linux_nat_xfer_memory, linux_nat_thread_alive)
927 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
928 (_initialize_linux_nat): New functions.
929 * Makefile.in: Update all dependencies.
930 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
931 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
932 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
933 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
934 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
935 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
936 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
937 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
938 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
939 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
940 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
941 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
942 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
943
5a174d79
MK
9442004-09-27 Mark Kettenis <kettenis@gnu.org>
945
2f604c28
MK
946 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
947 config/i386/obsd64.mh (NAT_FILE): Remove variable.
948
5a174d79
MK
949 * configure.in: Don't comment out NATDEPFILES in the generated
950 Makefile if NAT_FILE is unset.
951 * configure: Regenerate.
952
b2ed1746
AC
9532004-09-27 Andrew Cagney <cagney@gnu.org>
954
44cbf7b5
AC
955 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
956 (insert_step_resume_breakpoint): Delete.
957 (insert_step_resume_breakpoint_at_frame): New function.
958 (insert_step_resume_breakpoint_at_sal): New function.
959 (handle_inferior_event, step_into_function)
960 (insert_step_resume_breakpoint): Simplify by using same.
961
b2ed1746
AC
962 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
963
3691b3be
MK
9642004-09-26 Mark Kettenis <kettenis@gnu.org>
965
36f391e8
MK
966 * fbsd-proc.c: Remove file.
967 * Makefile.in (fbsd-proc.o): Remove dependency.
968
771e236c
MK
969 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
970 code together.
971
3691b3be
MK
972 * config/i386/nm-fbsd64.h: Remove file.
973 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
974
6a5c78a3
MK
9752004-09-26 Mark Kettenis <kettenis@gnu.org>
976
977 * amd64-nat.h: Update copyright year.
978 (amd64bsd_target): New prototype.
979 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
980 (amd64bsd_target): New function.
981 (amd64bsd_fetch_inferior_registers): Rename from
982 fetch_inferior_registers. Make static.
983 (amd64bsd_store_inferior_registers): Rename from
984 store_inferior_registers. Make static.
985 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
986 (_initialize_amd64fbsd_nat): Construct and add target vector.
987 * amd64nbsd-nat.o: Include "target.h".
988 (_initialize_amd64nbsd_nat): Construct and add target vector.
989 * amd64obsd-nat.c: Include "target.h".
990 (_initialize_amd64obsd_nat): Construct and add target vector.
991 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
992 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
993 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
994 fbsd-nat.o.
995 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
996 Remove infptrace.o and inftarg.o. Add inf-child.o and
997 inf-ptrace.o.
998 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
999 (amd64obsd-nat.o): Update dependencies.
1000
27acbe61
MK
10012004-09-25 Mark Kettenis <kettenis@gnu.org>
1002
509a5e7d
MK
1003 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
1004 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
1005 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
1006 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
1007 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
1008
6e1e94ea
MK
1009 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
1010 Inline attach call.
1011 (inf_ptrace_detach): Inline detach call.
1012
8b9cf735
MK
1013 * configure.in: Check for waddstr instead of mvwaddstr when
1014 searching for curses library. Check for wborder.
1015 * configure, config.in: Regenerate.
1016 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
1017 available.
1018
27acbe61
MK
1019 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
1020
b96ec7ac
AC
10212004-09-24 Robert Picco <Robert.Picco@hp.com>
1022
1023 Committed by Andrew Cagney.
1024 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
1025 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
1026 configuration.
1027 (fetch_register_using_p): Implement 'p' packet. Based on code by
1028 Fernando Nasser.
1029 (remote_fetch_registers): Call fetch_register_using_p.
1030 (init_all_packet_configs, show_remote_cmd)
1031 (_initialize_remote): Add p-packet.
1032
62ece330
MK
10332004-09-24 Mark Kettenis <kettenis@gnu.org>
1034
1035 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
1036 instead of call_ptrace. Call wait directly instead of
1037 ptrace_wait.
1038 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
1039 (inf_ptrace_wait): Inline ptrace_wait call.
1040
00937274
PH
10412004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1042
1043 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
1044 rolled back instead.
1045
3f2c7a45
PH
10462004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1047
1048 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
1049 the new argument order.
1050
b6fcb393
CV
10512004-09-23 Corinna Vinschen <vinschen@redhat.com>
1052
1053 * MAINTAINERS: Remove "broken" from XStormy16 entry.
1054 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
1055 (struct gdbarch_tdep): Remove.
1056 (struct xstormy16_frame_cache): New frame cache structure.
1057 (xstormy16_register_byte, xstormy16_register_raw_size)
1058 (xstormy16_reg_virtual_type, xstormy16_register_type)
1059 (xstormy16_push_arguments, xstormy16_push_return_address)
1060 (xstormy16_pop_frame, xstormy16_store_struct_return)
1061 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
1062 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
1063 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
1064 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
1065 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
1066 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
1067 (xstormy16_use_struct_convention): Drop gcc_p parameter.
1068 (xstormy16_extract_return_value, xstormy16_store_return_value):
1069 Regcachify. Drop useless struct convention handling.
1070 (xstormy16_register_type, xstormy16_return_value)
1071 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
1072 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
1073 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
1074 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
1075 (xstormy16_unwind_sp, xstormy16_unwind_pc)
1076 (xstormy16_unwind_dummy_id) : New functions.
1077 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
1078 of xstormy16_scan_prologue.
1079 (xstormy16_frame_unwind): New frame_unwind structure.
1080 (xstormy16_frame_base): New frame_base structure.
1081 (xstormy16_gdbarch_init): Accomodate all of the above changes.
1082 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
1083
1285b746
MK
10842004-09-22 Mark Kettenis <kettenis@gnu.org>
1085
1086 * language.c (language_gdbarch_post_init): Fix off-by one error.
1087
1c379e20
DJ
10882004-09-21 Daniel Jacobowitz <dan@debian.org>
1089
1090 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
1091 (struct dwarf2_offset_and_type): New.
1092 (set_die_type, reset_die_and_siblings_types, get_die_type)
1093 (offset_and_type_hash, offset_and_type_eq): New functions.
1094 (read_structure_type, read_enumeration_type, read_array_type)
1095 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
1096 (read_tag_reference_type, read_tag_const_type)
1097 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
1098 (read_typedef, read_base_type, read_subrange_type): Use
1099 set_die_type.
1100
ae038cb0
DJ
11012004-09-20 Daniel Jacobowitz <dan@debian.org>
1102
1103 * Makefile.in (dwarf2read.o): Update dependencies.
1104 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
1105 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
1106 and read_in_chain.
1107 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
1108 mark, and has_form_ref_addr.
1109 (struct dwarf2_per_cu_data): New.
1110 (dwarf2_max_cache_age): New.
1111 (dwarf2_build_psymtabs_hard): Free cached compilation units
1112 after loading. Create and manage the list of compilation units.
1113 Remove unnecessary NULL initialization. Fix indentation.
1114 (psymtab_to_symtab_1): Initialize all of CU.
1115 (dwarf2_read_abbrevs): Set has_form_ref_addr.
1116 (find_partial_die): Use dwarf2_find_containing_comp_unit
1117 and load_comp_unit.
1118 (free_stack_comp_unit): Update comments. Clear the per-cu
1119 pointer. Handle aging.
1120 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
1121 (age_cached_comp_units, free_one_cached_comp_unit)
1122 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
1123 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
1124 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
1125 (show_dwarf2_cmd): New.
1126 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
1127 and "maint show dwarf2 max-cache-age".
1128 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
1129 externs.
1130 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
1131 global.
1132
987504bb
JJ
11332004-09-20 Jeff Johnston <jjohnstn@redhat.com>
1134
1135 * dwarf2read.c (typename_concat): Change prototype to accept obstack
1136 and dwarf2_cu struct pointer as arguments. Change function to use
1137 obstack if provided and use dwarf2_cu to determine language-specific
1138 separator.
1139 (partial_die_parent_scope): Change comment to include java. Use
1140 new version of typename_concat instead of obconcat.
1141 (partial_die_full_name): Use typename_concat.
1142 (read_namespace): Ditto.
1143 (read_enumeration_type): Use typename_concat instead of obconcat.
1144 (new_symbol): Ditto.
1145 (add_partial_symbol): Enhance tests for C++ to also test for Java.
1146 (guess_structure_name): Ditto.
1147 (read_subroutine_type): Ditto.
1148 (read_structure_type): Ditto.
1149 (is_vtable_name): Add Java support.
1150 (determine_class_name): Switch to new typename_concat call.
1151 (determine_prefix): Switch to new typename_concat call.
1152 * jv-exp.y (FuncStart): New pattern.
1153 (MethodInvocation): Add support for simple function calls. Change
1154 warning message for other forms of inferior call currently not
1155 supported.
1156 * valarith.c (value_subscript): Treat an array with upper-bound
1157 of -1 as unknown size.
1158
d9c8471e
DJ
11592004-09-20 Daniel Jacobowitz <dan@debian.org>
1160
1161 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
1162 (lookup_partial_symtab): Use symtab_to_fullname.
1163
d73f140a
JB
11642004-09-19 Jim Blandy <jimb@redhat.com>
1165
1166 * minsyms.c (lookup_minimal_symbol): Doc fix.
1167
adbef1f0
AC
11682004-09-20 Andrew Cagney <cagney@gnu.org>
1169
1170 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
1171 CHILD_RESUME.
1172 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
1173 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
1174 KILL_INFERIOR.
1175 * infptrace.c: Update.
1176
d092d1a2
DJ
11772004-09-19 Daniel Jacobowitz <dan@debian.org>
1178
1179 * symtab.c (output_source_filename): Mark first argument as const.
1180 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
1181 for "info sources" output.
1182
86d9e1d7
MK
11832004-09-20 Mark Kettenis <kettenis@gnu.org>
1184
1185 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
1186 <machine/vmparam.h>.
1187 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
1188 (register_u_addr): Remove prototype.
1189
9a6c8ef4
MK
11902004-09-19 Mark Kettenis <kettenis@gnu.org>
1191
9692934b
MK
1192 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
1193 (i386bsd_fetch_inferior_registers): Rename from
1194 fetch_inferior_registers. Make static.
1195 (i386bsd_store_inferior_registers): Rename from
1196 store_inferior_registers. Make static.
1197 (i386bsd_target): New function.
1198 * i386bsd-nat.h: New file.
1199 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
1200 "i386bsd-nat.h".
1201 (i386fbsd_resume): Rename from child_resume. Make static.
1202 (_initialize_i386fbsd_nat): Construct and add target vector.
1203 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
1204 (_initialize_i386nbsd_nat): Construct and add target vector.
1205 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
1206 Remove defines.
1207 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
1208 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
1209 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
1210 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
1211 (LOADLIBES): New variable.
1212 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
1213 inf-ptrace.o. Remove inftarg.o.
1214 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
1215 inf-ptrace.o. Remove inftarg.o.
1216 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
1217 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
1218 (LOADLIBES): New variable.
1219 * Makefile.in (i386bsd_nat_h): New variable.
1220 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
1221 dependencies.
1222
3510d1f2
MK
1223 * sparc64nbsd-tdep.c: Include "objfiles.h".
1224 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
1225 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1226 svr4_lp64_fetch_link_map_offsets.
1227 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
1228 "nbsd-tdep.h".
1229 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
1230 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1231 svr4_lp64_fetch_link_map_offsets.
1232 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
1233 dependencies.
1234
578c1c03
MK
1235 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
1236 * fbsd-nat.h: New file.
1237 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
1238 (fbsd_nat_h): New variable.
1239 (fbsd-nat.o): New dependency.
1240
7a7b73b7
MK
1241 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
1242 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
1243
9a6c8ef4
MK
1244 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
1245 comment.
1246
72d5681a
PH
12472004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
1248
1249 * ada-exp.y (type_int): New function to add layer of abstraction
1250 around references to expression types.
1251 (type_long): Ditto.
1252 (type_long_long): Ditto.
1253 (type_float): Ditto.
1254 (type_double): Ditto.
1255 (type_long_double): Ditto.
1256 (type_char): Ditto.
1257 (type_system_address): Ditto.
1258 (simple_exp): Use type_* functions in place of builtin_*
1259 variables.
1260 (exp): Ditto.
1261 (write_var_from_name): Ditto.
1262 (write_object_renaming): Ditto.
1263 * ada-lang.c (ada_create_fundamental_type): Remove redundant
1264 declaration.
1265 (build_ada_types): Remove, replacing with...
1266 (ada_language_arch_info): New function to initialize primitive
1267 type vector in language_arch_info.
1268 (ada_array_length): Remove use of builtin_type_ada_int.
1269 (value_pos_atr): Ditto.
1270 (ada_evaluate_subexp): Ditto.
1271 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
1272 builtin_type_ada_long_long, builtin_type_ada_char,
1273 builtin_type_ada_float, builtin_type_ada_double,
1274 builtin_type_ada_long_double, builtin_type_ada_natural,
1275 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1276 (ada_builtin_types): Remove.
1277 (ada_language_defn): Remove entries for la_builtin_type_vector and
1278 string_char_type and use ada_language_arch_info.
1279 (_initialize_ada_language): Do type-vector initialization along
1280 the lines of c-lang.c.
1281 (ada_create_fundamental_type): Break up line.
1282 (ada_dump_symtab): Remove unused function.
1283 (enum ada_primitive_types): Define.
1284 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
1285 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
1286 builtin_type_ada_float, builtin_type_ada_double,
1287 builtin_type_ada_long_double, builtin_type_ada_natural,
1288 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1289 * ada-lex.l: Use type_* functions in place of builtin_* variables.
1290 (processInt): Ditto.
1291 (processReal): Ditto.
1292 (name_lookup): Ditto.
1293 * ada-typeprint.c (print_range): Use builtin_type_int, not
1294 builtin_type_ada_int.
1295
4f0be353
MK
12962004-09-18 Mark Kettenis <kettenis@gnu.org>
1297
30b0e2d8
MK
1298 * i386-tdep.c (i386_register_name): Rename regno to regnum.
1299
4f0be353
MK
1300 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
1301 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
1302 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
1303 * configure.in: Improve checks for curses library by checking for
1304 mvwaddstr instead of initscr. Drop HP curses in favour of
1305 standard curses on HP-UX.
1306 * configure: Regenerated.
1307
72d5681a 13082004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
6c038f32
PH
1309
1310 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
1311 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
1312 Minor formatting changes.
1313 (empty_array): Slight rewrite for formatting.
1314 (emit_char,parse,ada_language_defn,build_ada_types,
1315 ada_is_exception_sym, _initialize_ada_language): Move
1316 definitions around.
1317 (ada_dump_symtab): Remove unused definition.
1318 (ada_maybe_exception_partial_symbol): Remove unused definition.
1319
1c8c7407
AC
13202004-09-16 Andrew Cagney <cagney@gnu.org>
1321
7681f339
AC
1322 * inf-child.c: Include "gdb_string.h".
1323 (inf_child_core_file_to_sym_file): Delete.
1324 (inf_child_target): Set to_fetch_registers and to_store_registers.
1325 * inf-ptrace.c: Include "gdb_string.h".
1326 * Makefile.in: Update all dependencies.
1327
1c8c7407
AC
1328 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
1329 problem.
1330
65596487
JB
13312004-09-14 Joel Brobecker <brobecker@gnat.com>
1332
1333 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
1334 call to heuristic_proc_desc. Remove code that became redundant
1335 as a consequence.
1336 (read_next_frame_reg): Remove special case for SP_REGNUM.
1337 (set_reg_offset): Fix small typo.
1338 (reset_saved_regs): New procedure.
1339 (mips32_heuristic_proc_desc): No longer compute a fake
1340 procedure descriptor. Compute the full frame cache instead.
1341 Some minor comment reformatting.
1342
95575b2e
AC
13432004-09-14 Andrew Cagney <cagney@gnu.org>
1344
f200c492
AC
1345 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
1346 maintainer.
1347
95575b2e
AC
1348 * thread-db.c (thread_db_new_objfile): Assume that there is a
1349 child process.
1350
69657671
JB
13512004-09-13 Jim Blandy <jimb@redhat.com>
1352
1353 * valops.c (value_assign): Move 'buffer' to the enclosing block,
1354 so that its storage isn't referenced after its lifetime ends.
1355
6c4182dd
JB
1356 * valops.c (value_assign): 'use_buffer' is initialized to zero,
1357 and never assigned to. Delete it, and the 'if (use_buffer)'
1358 clauses. Delete 'raw_buffer', since it is now unused.
1359
ee31a58d
AC
13602004-09-13 Andrew Cagney <cagney@gnu.org>
1361
2c0fc042
AC
1362 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
1363 * configure: Re-generate.
1364 * nlm/Makefile.in (TAGS): Update.
1365 * Makefile.in (TAGS): Update.
1366 * config/vax/nbsd.mt (TM_FILE): Update.
1367 * config/sparc/vxworks.mt (TM_FILE): Update.
1368 * config/sparc/sol2.mt (TM_FILE): Update.
1369 * config/sparc/sol2-64.mt (TM_FILE): Update.
1370 * config/sparc/obsd64.mt (TM_FILE): Update.
1371 * config/sparc/obsd.mt (TM_FILE): Update.
1372 * config/sparc/nbsd64.mt (TM_FILE): Update.
1373 * config/sparc/nbsd.mt (TM_FILE): Update.
1374 * config/sparc/linux64.mt (TM_FILE): Update.
1375 * config/sparc/linux.mt (TM_FILE): Update.
1376 * config/sparc/fbsd.mt (TM_FILE): Update.
1377 * config/sh/wince.mt (TM_FILE): Update.
1378 * config/sh/nbsd.mt (TM_FILE): Update.
1379 * config/sh/linux.mt (TM_FILE): Update.
1380 * config/sh/embed.mt (TM_FILE): Update.
1381 * config/s390/s390.mt (TM_FILE): Update.
1382 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
1383 * config/rs6000/rs6000.mt (TM_FILE): Update.
1384 * config/rs6000/aix4.mt (TM_FILE): Update.
1385 * config/powerpc/vxworks.mt (TM_FILE): Update.
1386 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
1387 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
1388 * config/powerpc/obsd.mt (TM_FILE): Update.
1389 * config/powerpc/nbsd.mt (TM_FILE): Update.
1390 * config/powerpc/linux.mt (TM_FILE): Update.
1391 * config/powerpc/aix.mt (TM_FILE): Update.
1392 * config/pa/obsd.mt (TM_FILE): Update.
1393 * config/pa/linux.mt (TM_FILE): Update.
1394 * config/pa/hppahpux.mt (TM_FILE): Update.
1395 * config/pa/hppa64.mt (TM_FILE): Update.
1396 * config/pa/hppa.mt (TM_FILE): Update.
1397 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
1398 * config/mips/wince.mt (TM_FILE): Update.
1399 * config/mips/vxmips.mt (TM_FILE): Update.
1400 * config/mips/nbsd.mt (TM_FILE): Update.
1401 * config/mips/linux.mt (TM_FILE): Update.
1402 * config/mips/irix6.mt (TM_FILE): Update.
1403 * config/mips/irix5.mt (TM_FILE): Update.
1404 * config/mips/embed.mt (TM_FILE): Update.
1405 * config/m68k/vxworks68.mt (TM_FILE): Update.
1406 * config/m68k/st2000.mt (TM_FILE): Update.
1407 * config/m68k/os68k.mt (TM_FILE): Update.
1408 * config/m68k/obsd.mt (TM_FILE): Update.
1409 * config/m68k/nbsd.mt (TM_FILE): Update.
1410 * config/m68k/monitor.mt (TM_FILE): Update.
1411 * config/m68k/linux.mt (TM_FILE): Update.
1412 * config/m68k/cisco.mt (TM_FILE): Update.
1413 * config/ia64/linux.mt (TM_FILE): Update.
1414 * config/ia64/aix.mt (TM_FILE): Update.
1415 * config/ia64/ia64.mt (TM_FILE): Update.
1416 * config/i386/vxworks.mt (TM_FILE): Update.
1417 * config/i386/obsd64.mt (TM_FILE): Update.
1418 * config/i386/obsd.mt (TM_FILE): Update.
1419 * config/i386/nto.mt (TM_FILE): Update.
1420 * config/i386/nbsd64.mt (TM_FILE): Update.
1421 * config/i386/nbsd.mt (TM_FILE): Update.
1422 * config/i386/linux64.mt (TM_FILE): Update.
1423 * config/i386/linux.mt (TM_FILE): Update.
1424 * config/i386/i386sol2.mt (TM_FILE): Update.
1425 * config/i386/i386lynx.mt (TM_FILE): Update.
1426 * config/i386/fbsd64.mt (TM_FILE): Update.
1427 * config/i386/fbsd.mt (TM_FILE): Update.
1428 * config/i386/cygwin.mt (TM_FILE): Update.
1429 * config/h8300/h8300.mt (TM_FILE): Update.
1430 * config/frv/frv.mt (TM_FILE): Update.
1431 * config/cris/cris.mt (TM_FILE): Update.
1432 * config/arm/wince.mt (TM_FILE): Update.
1433 * config/arm/nbsd.mt (TM_FILE): Update.
1434 * config/arm/linux.mt (TM_FILE): Update.
1435 * config/arm/embed.mt (TM_FILE): Update.
1436 * config/alpha/nbsd.mt (TM_FILE): Update.
1437 * config/alpha/fbsd.mt (TM_FILE): Update.
1438 * config/alpha/alpha.mt (TM_FILE): Update.
1439 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
1440 * config/alpha/alpha-linux.mt (TM_FILE): Update.
1441
362646f5
AC
1442 Eliminate event_loop_p, always has the value 1.
1443 * defs.h (event_loop_p): Delete macro.
1444 * breakpoint.c (until_break_command): Simplify.
1445 * utils.c (prompt_for_continue): Simplify.
1446 * tracepoint.c (read_actions): Simplify.
1447 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
1448 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
1449 (set_prompt, init_main): Simplify.
1450 (init_signals, disconnect): Delete, unused.
1451 * remote.c (remote_async_resume)
1452 (extended_remote_async_create_inferior): Simplify.
1453 * mi/mi-interp.c (mi_input): Delete, unused.
1454 (mi_interpreter_resume, mi_command_loop): Simplify.
1455 * interps.c (current_interp_command_loop): Simplify.
1456 * infrun.c (proceed): Simplify.
1457 * infcmd.c (run_command, continue_command, step_1, jump_command)
1458 (until_command, advance_command, finish_command)
1459 (interrupt_target_command): Simplify.
1460 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
1461
ee31a58d
AC
1462 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1463 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1464 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1465 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1466 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1467 * mips-tdep.c (mips_dump_tdep): Do not print same.
1468
b7ffc4a8
AC
14692004-09-12 Andrew Cagney <cagney@gnu.org>
1470
2bfb72ee
AC
1471 * valprint.c (print_longest): Use fputs_filtered. Make "val"
1472 const.
1473 * Makefile.in (valprint.o): Delete explict rule.
1474
4f17c3c1
AC
1475 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
1476 reported by Dave Anderson.
1477
f810308b
AC
1478 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
1479
b7ffc4a8
AC
1480 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
1481
28b41c52
AC
14822004-09-12 Salvador E. Tropea <set@users.sf.net>
1483 Andrew Cagney <cagney@gnu.org>
1484
1485 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
1486 (mi_cmd_data_list_register_values)
1487 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
1488 the register number computation.
1489
5bf970f9
AC
14902004-09-12 Andrew Cagney <cagney@gnu.org>
1491
1492 * ppcnbsd-nat.c: Include "inf-ptrace.h".
1493 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
1494 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
1495 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
1496 target.
1497 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
1498 inf-ptrace.o and inf-child.o.
1499 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
1500 * Makefile.in: Update dependencies.
1501
0759e0bf
AC
15022004-09-11 Andrew Cagney <cagney@gnu.org>
1503
1504 * language.c (hex_string, hex_string_custom): Move from here ...
1505 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
1506 (CELLSIZE): Increase to 50.
1507 * language.h (hex_string, hex_string_custom): Move from here ...
1508 * defs.h: ... to here.
1509 * Makefile.in: Update all dependencies.
1510
bb599908
PH
15112004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
1512
1513 * language.c (local_hex_format_custom): Remove.
1514 (local_hex_string): Rename to hex_string, use C format, and move to
1515 utils.c
1516 (local_hex_string_custom): Rename to hex_string_custom and change
1517 interface. Now uses C format. Move to utils.c
1518 (local_octal_format_custom): Remove.
1519 (local_decimal_format_custom): Remove.
1520 (unknown_language_defn): Remove language-specific number
1521 formatting entries.
1522 (auto_language_defn): Ditto.
1523 (local_language_defn): Ditto.
1524 * language.h (struct language_format_info): Delete declaration.
1525 (struct language_defn): Remove language_format_info fields
1526 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
1527 (local_binary_format): Remove macro.
1528 (local_binary_format_prefix): Remove macro.
1529 (local_binary_format_specifier): Remove macro.
1530 (local_binary_format_suffix): Remove macro.
1531 (local_octal_format): Remove macro.
1532 (local_octal_format_prefix): Remove macro.
1533 (local_octal_format_specifier): Remove macro.
1534 (local_octal_format_suffix): Remove macro.
1535 (local_decimal_format): Remove macro.
1536 (local_decimal_format_prefix): Remove macro.
1537 (local_decimal_format_specifier): Remove macro.
1538 (local_decimal_format_suffix): Remove macro.
1539 (local_hex_format): Remove macro.
1540 (local_hex_format_prefix): Remove macro.
1541 (local_hex_format_specifier): Remove macro.
1542 (local_hex_format_suffix): Remove macro.
1543 (local_decimal_format_custom): Remove.
1544 (local_octal_format_custom): Remove.
1545 (local_hex_format_custom): Remove.
1546 (local_hex_string): Rename to hex_string and move to defs.h.
1547 (local_hex_string_custom): Rename to hex_string_custom, change
1548 interface, and move to defs.h.
1549 * utils.c: (int_string): New function.
1550 (hex_string): New function (from language.c).
1551 (hex_string_custom): New function (from language.c).
1552 (octal2str): New function.
1553 (decimal2str): Add width parameter.
1554 (paddr_u): Use new decimal2str interface.
1555 (paddr_d): Ditto.
1556 * defs.h (hex_string): Declare.
1557 (hex_string_custom): Declare.
1558 (int_string): Declare.
1559 * printcmd.c (print_scalar_formatted): Remove localized binary
1560 formatting.
1561 * valprint.c (print_longest): Use int_string.
1562 (print_floating): Use C hex format.
1563 (print_hex_chars): Ditto.
1564 (print_binary_chars): Remove language-specific formatting.
1565 (print_octal_chars): Use C octal format.
1566 (print_decimal_chars): Delocalize format.
1567 (print_decimal): Remove.
1568 * ada-lang.c (ada_language_defn): Remove language-specific number
1569 formatting entries.
1570 * p-lang.c (pascal_language_defn): Ditto.
1571 * c-lang.c (c_language_defn): Ditto.
1572 (cplus_language_defn): Ditto.
1573 (asm_language_defn): Ditto.
1574 (minimal_language_defn): Ditto.
1575 * f-lang.c (f_language_defn): Ditto.
1576 * jv-lang.c (java_language_defn): Ditto.
1577 * m2-lang.c (m2_language_defn): Ditto.
1578 * scm-lang.c (scm_language_defn): Ditto.
1579 * objc-lang.c (objc_language_defn): Ditto.
1580 * memattr.c (mem_info_command): Use renamed hex_string_custom with
1581 new interface.
1582 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
1583 * ui-out.c (ui_out_field_core_addr): Ditto.
1584 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
1585 * exec.c (print_section_info): Ditto.
1586 * i387-tdep.c (print_i387_status_word): Ditto.
1587 (print_i387_control_word): Ditto.
1588 (i387_print_float_info): Ditto.
1589 * maint.c (maint_print_section_info): Ditto.
1590 * solib.c (info_sharedlibrary_command): Ditto.
1591 * somsolib.c (som_sharedlibrary_info_command): Ditto.
1592 * symtab.c (print_msymbol_info): Ditto.
1593 * tracepoint.c (tracepoints_info): Ditto.
1594 * solib-frv.c (lm_base): Ditto.
1595 (frv_current_sos): Ditto.
1596 (enable_break2): Ditto.
1597 (enable_break): Ditto.
1598 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
1599 (process_one_symbol): Ditto.
1600 * infcmd.c (program_info): Ditto.
1601 * mdebugread.c (parse_partial_symbols): Ditto.
1602 * symfile.c (add_symbol_file_command): Ditto.
1603 * cli/cli-cmds.c (edit_command): Ditto.
1604 (list_command): Ditto.
1605 * infcall.c (call_function_by_hand): Ditto.
1606 * remote-vx.c (vx_run_files_info): Ditto.
1607 (vx_wait): Ditto.
1608 (vx_attach): Ditto.
1609 (vx_detach): Ditto.
1610 (vx_kill): Ditto.
1611 * aix-thread.c (pdc_symbol_addrs): Ditto.
1612 (pdc_read_regs): Ditto.
1613 (pdc_write_regs): Ditto.
1614 (pdc_read_data): Ditto.
1615 (pdc_write_data): Ditto.
1616 * d10v-tdep.c (display_trace): Ditto.
1617 * rs6000-nat.c (find_toc_address): Ditto.
1618 * aix-thread.c: Don't include language.h.
1619 * buildsym.c: Ditto.
1620 * dbxread.c: Ditto.
1621 * mdebugread.c: Ditto.
1622 * rs6000-nat.c: Ditto.
1623 * buildsym.c (make_blockvector): Use renamed hex_string.
1624
33f2d567
JM
16252004-09-10 Jason Molenda (jmolenda@apple.com)
1626
1627 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
1628 chars after 'if' or 'while' commands in user-defined commands.
1629
7b90c3f9
JB
16302004-09-08 Jim Blandy <jimb@redhat.com>
1631
1632 Fix bug reported and analyzed by Olivier Crete:
1633 * symfile.c (copy_section_addr_info): New function.
1634 (symbol_file_add_with_addrs_or_offsets): Use it to save the
1635 original set of address arguments, instead of handwritten code
1636 that uses one length to allocate and a different length to
1637 initialize. Use make_cleanup_free_section_addr_info.
1638 * symfile.h (copy_section_addr_info): New declaration.
1639 * utils.c: #include "symfile.h".
1640 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
1641 New functions.
1642 * defs.h (make_cleanup_free_section_addr_info): New declaration.
1643 * Makefile.in (utils.o): Update dependencies.
1644
b26a6851
AC
16452004-09-08 Andrew Cagney <cagney@gnu.org>
1646
1647 * thread-db.c (keep_thread_db): Delete.
1648 (thread_db_new_objfile, thread_db_create_inferior)
1649 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
1650
be24b061
MK
16512004-09-08 Mark Kettenis <kettenis@gnu.org>
1652
f6792ef4
MK
1653 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
1654 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
1655 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
1656 (i386_frameless_signal_p): Remove prototype.
1657 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1658 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
1659 I386_SSE_NUM_REGS.
1660 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
1661 instead of FP0_REGNUM.
1662 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
1663 of FP0_REGNUM and FPC_REGNUM.
1664
eeefdaa7
MK
1665 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
1666 (sunos_solib_create_inferior_hook): Don't call
1667 sunos_relocate_main_executable.
1668
be24b061
MK
1669 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1670 solib_svr4_fetch_link_map_offsets to
1671 svr4_ilp32_fetch_link_map_offsets.
1672 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1673 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1674 svr4_ilp32_fetch_link_map_offsets.
1675 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1676
7c679d16
JB
16772004-09-07 Jim Blandy <jimb@redhat.com>
1678
1679 * frame.h (frame_register): Doc fix.
1680
1f04aa62
AC
16812004-09-07 Andrew Cagney <cagney@gnu.org>
1682
1683 * vx-share/wait.h: Delete #ifdef USG.
1684 * utils.c (request_quit): Ditto.
1685 * tui/tui.c (tui_reset): Ditto.
1686 * remote.c: Ditto.
1687 * remote-sds.c: Ditto.
1688 * remote-rdi.c: Ditto.
1689 * mdebugread.c: Ditto.
1690 * m68klinux-nat.c: Ditto.
1691 * infttrace.c: Ditto.
1692 * infptrace.c: Ditto.
1693 * i386v-nat.c: Ditto.
1694 * exec.c: Ditto.
1695 * dbxread.c: Ditto.
1696 * core-aout.c: Ditto.
1697
90edbfbc
JB
16982004-09-05 Joel Brobecker <brobecker@gnat.com>
1699
1700 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1701 heuristic_proc_desc.
1702 (mips_insn32_frame_cache): Likewise.
1703
01f4bf2b
JB
17042004-09-04 Joel Brobecker <brobecker@gnat.com>
1705
1706 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1707 left behind by error.
1708
8511a048
JB
17092004-09-04 Joel Brobecker <brobecker@gnat.com>
1710
1711 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1712 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1713
649dfe9f
JB
17142004-09-04 Joel Brobecker <brobecker@gnat.com>
1715
1716 * config/rs6000/xm-aix4.h: Remove this file.
1717 * config/rs6000/aix4.mh (XM_FILE): Delete.
1718
6e50f889
JB
17192004-09-04 Joel Brobecker <brobecker@gnat.com>
1720
1721 * config/rs6000/xm-rs6000.h: Remove this file.
1722 * config/rs6000/rs6000.mh (XM_FILE): Remove.
1723
b8c4aece
AC
17242004-09-03 Andrew Cagney <cagney@gnu.org>
1725
fb603883
AC
1726 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1727 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1728 only use.
1729
c9343fd1
AC
1730 * mips-tdep.c (temp_saved_regs): Delete.
1731 (set_reg_offset): Replace saved_regs parameter with this_cache.
1732 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1733 (mips32_heuristic_proc_desc): Add this_cache parameter.
1734 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1735 (after_prologue): Pass a NULL this_cache.
1736
9733cfe1
AC
1737 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1738 non-kernel trap prologues.
1739
0d5febcc
AC
1740 * mips-tdep.c (find_proc_desc): Delete function.
1741 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1742 simplify.
1743 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1744 mips_insn32_frame_cache.
1745
9733cfe1 1746 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
283be873
AC
1747 Simplify as NEXT_FRAME is NULL.
1748 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1749
177f84a3
AC
1750 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1751 local variable.
1752 (mips_skip_prologue): Update.
1753
465f7520
AC
1754 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1755 "cur_frame" parameter.
177f84a3
AC
1756 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1757 (mips_insn32_frame_cache, find_proc_desc): Update
465f7520 1758
e38b8658
AC
1759 * config/vax/nm-obsd.h: Delete file.
1760 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1761 * config/vax/nm-nbsd.h: Delete file.
1762 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1763 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1764 * config/sh/nm-nbsd.h: Delete file.
1765 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1766 * config/rs6000/nm-rs6000ly.h: Delete file.
1767 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1768 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1769 * config/powerpc/nm-obsd.h: Delete file.
1770 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1771 * config/powerpc/nm-nbsd.h: Delete file.
1772 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1773 * config/pa/nm-obsd.h: Delete file.
1774 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1775 * config/mips/nm-nbsd.h: Delete file.
1776 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1777 * config/m88k/nm-obsd.h: Delete file.
1778 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1779 * config/m68k/nm-nbsd.h: Delete file.
1780 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1781 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1782 * config/i386/nm-nbsd.h: Delete file.
1783 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1784 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1785 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1786 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1787 * config/i386/nm-i386lynx.h: Delete file.
1788 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1789 * config/arm/nm-nbsd.h: Delete file.
1790 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1791 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1792
be1ed680
AC
1793 * config/i386/tm-fbsd.h: Delete file.
1794 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1795 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1796
4b392b26
AC
1797 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1798 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1799 * config/rs6000/aix4.mt (TM_FILE): Set to
1800 config/rs6000/tm-rs6000.h.
1801 * config/powerpc/tm-ppc-aix.h: Delete file.
1802 * config/powerpc/aix.mt (TM_FILE): Set to
1803 config/rs6000/tm-rs6000.h.
1804 * config/m68k/tm-linux.h: Delete file.
1805 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1806 * config/i386/tm-linux64.h: Delete file.
1807 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1808 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1809
f3219c75
AC
1810 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1811 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1812 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1813 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1814 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1815 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1816 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1817 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1818 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1819
b8c4aece
AC
1820 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1821 gdb_host_cpu.
1822
8ac2e020
JB
18232004-09-02 Joel Brobecker <brobecker@gnat.com>
1824
1825 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1826 Minor reformatting. Some code factoring.
1827
c185a355
AC
18282004-09-02 Andrew Cagney <cagney@gnu.org>
1829
63f22f0d
AC
1830 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1831 * config/vax/tm-nbsd.h: Delete file.
1832 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1833 * config/sparc/tm-vxworks.h: Delete file.
1834 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1835 * config/sparc/tm-nbsd.h: Delete file.
1836 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1837 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1838 * config/sparc/tm-linux.h: Delete file.
1839 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1840 * config/s390/tm-linux.h: Delete file.
1841 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1842 * config/pa/tm-bsd.h: Delete file.
1843 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1844 * config/m68k/tm-obsd.h: Delete file.
1845 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1846 * config/m68k/tm-nbsd.h: Delete file.
1847 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1848 * config/i386/tm-vxworks.h: Delete file.
1849 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1850 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1851 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1852 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1853 * config/i386/tm-nbsd.h: Delete file.
1854 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1855 * config/i386/tm-i386lynx.h: Delete file.
1856 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1857 * config/cris/tm-cris.h: Delete file.
1858
0f475e27
AC
1859 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1860 * configure: Re-generate.
1861 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1862 * config/arm/tm-nbsd.h: Delete file.
1863
458ed000
AC
1864 * config/powerpc/tm-ppcle-sim.h: Delete.
1865 * config/powerpc/tm-ppcle-eabi.h: Delete.
1866 * config/powerpc/tm-nbsd.h: Delete.
1867 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1868 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1869 tm-ppcle-eabi.h.
1870
f14375f3
AC
1871 * config/i386/nto.mh (NAT_FILE): Delete.
1872 * config/i386/nm-nto.h: Delete.
1873
c34d127c
AC
1874 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1875 * config/m68k/tm-os68k.h: Ditto.
1876 * config/m68k/tm-monitor.h: Ditto.
1877 * config/m68k/tm-cisco.h: Ditto.
1878 * config/m68k/st2000.mt (TM_FILE): Delete.
1879 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1880 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1881 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1882 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1883
f7f0fe03
AC
1884 * config/m68k/tm-st2000.h: Delete.
1885 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1886 * config/sparc/fbsd.mt (TM_FILE): Delete.
1887 * config/sparc/tm-fbsd.h: Delete.
1888
a2558533
AC
1889 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1890 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1891 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1892
b78960be
AC
1893 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1894 GDB_TM_FILE and GDB_XM_FILE.
1895 * gdbarch.c: Re-generate.
1896 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1897 quotes in macro definition.
1898 * configure.in: Re-generate.
1899
4d60522e
AC
1900 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1901 validating architecture methods.
1902 * gdbarch.c: Re-generate.
1903
5010d38b
AC
1904 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1905 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1906 GDB_MULTI_ARCH_PARTIAL.
1907 * gdbarch.h: Re-generate.
1908
c185a355
AC
1909 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1910 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1911 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1912 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1913 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1914 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1915 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1916 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1917 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1918 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1919 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1920 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1921
14aaa6ab
AC
19222004-09-01 Andrew Cagney <cagney@gnu.org>
1923
1924 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1925 and main_func_highpc.
1926 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1927 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1928 * nlmread.c (nlm_symfile_read): Update.
1929
a343eb3c
JB
19302004-09-01 Joel Brobecker <brobecker@gnat.com>
1931
1932 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1933 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1934 (find_proc_desc): Remove dead code.
1935
4fbbbd07
JB
19362004-09-01 Joel Brobecker <brobecker@gnat.com>
1937
1938 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1939
84acb35a
JJ
19402004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1941
1942 * observer.sh: Add struct so_list declaration.
1943 * Makefile.in: Add dependencies on observer.h for solib.c and
1944 breakpoint.c.
1945 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1946 function.
1947 (_initialize_breakpoint): Register
1948 disable_breakpoints_in_unloaded_shlib as an observer of the
1949 "solib unloaded" observation event.
1950 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1951 call decode_line_1 so unfound breakpoint errors are silent.
1952 * solib.c (update_solib_list): When a solib is discovered to have
1953 been unloaded by the program, notify all observers of the
1954 "solib unloaded" observation event.
1955
c8cd9f6c
AC
19562004-09-01 Andrew Cagney <cagney@gnu.org>
1957
1958 * frame.c: Include "objfiles.h".
1959 (inside_main_func): New function.
1960 (get_prev_frame): Use new inside_main_func.
1961 * Makefile.in (frame.o): Update dependencies.
1962 * defs.h (inside_main_func): Delete declaration.
1963 * blockframe.c (inside_main_func): Delete function.
1964
1168df01
JB
19652004-08-31 Jim Blandy <jimb@redhat.com>
1966
1967 * dwarf2read.c (is_vtable_name): New function, based on logic from
1968 read_structure_type, but passing the correct length to strncmp,
1969 and using 'sizeof' instead of 'strlen'.
1970 (read_structure_type): Call it.
1971
f14f9744
JB
19722004-08-31 Joel Brobecker <brobecker@gnat.com>
1973
1974 * config/powerpc/aix.mh: Add comment.
1975
386d4518
PG
19762004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1977
1978 * MAINTAINERS: Add self to Write-After-Approval.
1979
7d97d5e2
MI
19802004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1981
1982 * MAINTAINERS: Add self to Write-After-Approval.
1983
68f53502
AC
19842004-08-30 Andrew Cagney <cagney@gnu.org>
1985
1986 Fix PR breakpoints/1757.
1987 * infrun.c (struct execution_control_state): Replace
1988 remove_breakpoints_on_following_step with
1989 step_after_step_resume_breakpoint.
1990 (init_execution_control_state): Update.
1991 (handle_inferior_event): For signals, when stepping off a
1992 breakpoint, set step_after_step_resume_breakpoint. When
1993 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1994 (keep_going): Delete code handling
1995 remove_breakpoints_on_following_step.
1996
7ca2d3a3
DL
19972004-08-29 David Lecomber <david@streamline-computing.com>
1998
1999 Fix PR gdb/648
2000 * language.h (enum array_ordering): New enum.
2001 * language.h (struct language_defn): New la_array_ordering
2002 attribute.
2003 * language.c (unknown_language_defn, auto_language_defn)
2004 (local_language_defn): Ditto.
2005 * ada-lang.c (ada_language_defn): Ditto.
2006 * c-lang.c (c_language_defn, cplus_language_defn)
2007 (asm_language_defn, minimal_language_defn): Ditto.
2008 * f-lang.c (f_language_defn): Ditto.
2009 * jv-lang.c (java_language_defn): Ditto.
2010 * m2-lang.c (f_language_defn): Ditto.
2011 * objc-lang.c (objc_language_defn): Ditto.
2012 * p-lang.c (pascal_language_defn): Ditto.
2013 * scm-lang.c (scm_language_defn): Ditto.
2014 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
2015 oriented large to small in type structure.
2016 * dwarf2read.c (read_array_order): New function.
2017 (read_array_type): Use read_array_order to check row/column
2018 major ordering.
2019
e354df01
NW
20202004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
2021
2022 * target.c (target_resize_to_sections): Check
2023 current_target.to_sections for an old value when updating.
2024
9185ddce
JB
20252004-08-27 Joel Brobecker <brobecker@gnat.com>
2026
2027 * procfs.c (dbx_link_bpt_addr): New static global variable.
2028 (dbx_link_shadow_contents): New static global variable.
2029 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
2030 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
2031 if we just hit it.
2032 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
2033 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
2034 from run to run.
2035 (procfs_create_inferior): Remove syssgi syscall-exit notifications
2036 after the inferior has been forked.
2037 (remove_dbx_link_breakpoint): New function.
2038 (dbx_link_addr): New function.
2039 (insert_dbx_link_bpt_in_file): New function.
2040 (insert_dbx_link_bpt_in_region): New function.
2041 (insert_dbx_link_breakpoint): New function.
2042 (proc_trace_syscalls_1): New function, extracted from
2043 proc_trace_syscalls.
2044 (proc_trace_syscalls): Replace extract code by call to
2045 proc_trace_syscalls_1.
2046 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
2047 is no longer valid.
2048
e6742ace
JB
20492004-08-25 Jim Blandy <jimb@redhat.com>
2050
2051 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
2052
8fb3e588
AC
20532004-08-25 Andrew Cagney <cagney@gnu.org>
2054
629a41ee
AC
2055 * infrun.c (struct execution_control_state): Delete field
2056 "stepping_through_sigtramp".
2057 (init_execution_control_state): Do not set same.
2058 (context_switch): Do not pass same to save_infrun_state and
2059 load_infrun_state.
2060 * gdbthread.h (struct thread_info): Delete field
2061 stepping_through_sigtramp.
2062 (save_infrun_state, load_infrun_state): Delete parameter
2063 stepping_through_sigtramp.
2064 * thread.c (load_infrun_state, save_infrun_state): Update.
2065
8fb3e588
AC
2066 * infrun.c: Re-indent. Move expression operators to the beginning
2067 of the line. Remove long disabled #if 0 code.
2068
49c54768
AC
20692004-08-24 Andrew Cagney <cagney@gnu.org>
2070
2071 * doublest.h (floatformat_ieee_quad): Rename
2072 floatformat_ia64_quad.
2073 * doublest.c (floatformat_ieee_quad): Rename
2074 floatformat_ia64_quad.
2075 (_initialize_doublest): Update.
2076
5ca2e327
JB
20772004-08-24 Jim Blandy <jimb@redhat.com>
2078
87808bd6
JB
2079 * dwarf2expr.h (struct dwarf_expr_context): New members
2080 'num_pieces' and 'pieces', for returning the result of an
2081 expression that uses DW_OP_piece.
2082 (struct dwarf_expr_piece): New struct type.
2083 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
2084 pieces.
2085 (free_dwarf_expr_context): Free pieces, if any.
2086 (add_piece): New function.
2087 (execute_stack_op): Implement DW_OP_piece.
2088 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
2089 expression is a list of pieces, print an error message.
2090 (dwarf2_loc_desc_needs_frame): If the expression yields
2091 pieces, and any piece is in a register, then we need a frame.
2092
5ca2e327
JB
2093 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
2094 the stack until we've decided what sort of result the evaluation
2095 has produced. Use separate variables, with more specific names.
2096
2afeb6b8
RE
20972004-08-23 Richard Earnshaw <rearnsha@arm.com>
2098
2099 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
2100 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
2101 (arm_netbsd_init_abi_common): Register them.
2102
5885ab49
MK
21032004-08-22 Mark Kettenis <kettenis@gnu.org>
2104
fda820a6
MK
2105 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
2106
1c5bf419
MK
2107 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
2108 safe_frame_unwind_memory instead of target_read_memory.
2109
8cbba7c8
MK
2110 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
2111 Reorder includes.
2112 (fetch_register, store_register): Remove prototypes.
2113 (child_resume): Reorganize code and comments such that it is
2114 grouped a bit more logically.
2115 (attach): Explicitly compare errno against 0.
2116 (detach): Likewise. Use perror_with_name instead of
2117 print_sys_errmsg.
2118 * Makefile.in (infptrace.o): Update dependencies.
2119
c5fa4245
MK
2120 * ia64-linux-nat.c: Update copyright year.
2121 (fetch_debug_register, store_debug_register)
2122 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
2123 PTRACE_TYPE_ARG3.
2124 * config/ia64/nm-linux.h: Update copyright year.
2125 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
2126
387c058c
MK
2127 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
2128 from CORE_ADDR to struct frame_info *. Use
2129 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
2130 (amd64_linux_sigtramp_p): Adjust for changed signature of
2131 and64_linux_sigtramp_start
2132
277215a6
MK
2133 * gdb_ptrace.h: GNU/Linux.
2134
25f6178e
MK
2135 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2136 Remove defines.
2137
652fc137
MK
2138 * infptrace.c: Include "gdb_assert.h".
2139 (PTRACE_XFER_TYPE): Remove define.
2140 (offsetof): Only define if U_REGS_OFFSET isn't defined.
2141 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
2142 Tweak comment.
2143 (fetch_inferior_registers, store_inferior_registers): Remove
2144 redundant culry braces. Tweak comment. s/regno/regnum.
2145 * Makefile.in (infptrace.o): Update dependencies.
2146
5885ab49
MK
2147 * configure.in: Change test for return type of ptrace to default
2148 to `long' instead of `int'.
2149 * configure: Regenerate.
2150
11003ae3
MK
21512004-08-21 Mark Kettenis <kettenis@gnu.org>
2152
6b95110c
MK
2153 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
2154
bcb3dc3d
MK
2155 * configure.in: Check for ttrace function.
2156 * configure, config.in: Regenerate.
2157
11003ae3
MK
2158 * gdb_ptrace.h: New file.
2159 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
2160 <sys/ptrace.h>.
2161 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
2162 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
2163 (attach): Don't define PT_ATTACH.
2164 (detach): Don't define PT_DETACH.
2165 * Makefile.in (gdb_ptrace_h): New variable.
2166 (infptrace.o): Update dependencies.
2167
f8707cac
MK
21682004-08-16 Mark Kettenis <kettenis@gnu.org>
2169
2170 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
2171 instead of `int' if not already defined.
2172 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
2173 PTRACE_TYPE_ARG3.
2174 * infptrace.c (call_ptrace): Revert change that replaced
2175 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2176
655c5466
MK
21772004-08-15 Mark Kettenis <kettenis@gnu.org>
2178
156e5ba7
MK
2179 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2180 Remove defines.
2181
de9a9e51
MK
2182 * linux-nat.c (kill_inferior): Add missing third and fourth
2183 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
2184
88800403
MK
2185 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
2186 PTRACE_TYPE_RET.
2187
849a1d7c
MK
2188 * proc-why.c (proc_prettyfprint_why): Fix format string.
2189
61ad16d1
MK
2190 * solib-osf.c (osf_current_sos): Remove unsused label.
2191
a6ed5501
MK
2192 * configure.in: Add <ncurses/ncurses.h> to the list of possible
2193 curses headers.
2194 * configure, config.in: Regenerate.
2195 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
2196 <ncurses/ncurses.h>.
2197
016ddeca
MK
2198 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
2199 * config/nm-nbsd.h: Update copyright year.
2200 (PTRACE_ARG3_TYPE): Remove define.
2201
49ec097f
MK
2202 * sparc-nat.c (fetch_inferior_registers)
2203 (store_inferior_registers, sparc_xfer_wcookie):
2204 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2205
9f8e0089
MK
2206 * alphabsd-nat.c (fetch_inferior_registers):
2207 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2208 PTRACE_TYPE_ARG3.
2209 * amd64bsd-nat.c (fetch_inferior_registers)
2210 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2211 PTRACE_TYPE_ARG3.
2212 * armnbsd-nat.c: Update copyright year.
2213 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
2214 (store_register, store_regs, store_fp_register, store_fp_regs):
2215 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2216 * hppabsd-nat.c (fetch_inferior_registers)
2217 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2218 PTRACE_TYPE_ARG3.
2219 * i386bsd-nat.c (fetch_inferior_registers)
2220 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
2221 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2222 * m68kbsd-nat.c (fetch_inferior_registers)
2223 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2224 PTRACE_TYPE_ARG3.
2225 * m88kbsd-nat.c (fetch_inferior_registers)
2226 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2227 PTRACE_TYPE_ARG3.
2228 * mipsnbsd-nat.c: Update copyright year.
2229 (fetch_inferior_registers, store_inferior_registers):
2230 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2231 * ns32knbsd-nat.c: Update copyright year.
2232 (fetch_inferior_registers, store_inferior_registers):
2233 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2234 * ppcnbsd-nat.c (fetch_inferior_registers):
2235 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2236 PTRACE_TYPE_ARG3.
2237 * ppcobsd-nat.c (fetch_inferior_registers):
2238 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2239 PTRACE_TYPE_ARG3.
2240 * shnbsd-nat.c: Update copyright year.
2241 (fetch_inferior_registers, store_inferior_registers):
2242 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2243 * vaxbsd-nat.c (fetch_inferior_registers)
2244 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2245 PTRACE_TYPE_ARG3.
2246
655c5466
MK
2247 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
2248 PTRACE_TYPE_ARG3.
2249 * infptrace.c (call_ptrace, child_resume, attach, detach)
2250 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
2251 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2252 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
2253 PTRACE_TYPE_ARG3.
2254
c40d0d10
MK
22552004-08-14 Mark Kettenis <kettenis@gnu.org>
2256
5cb0ff31
MK
2257 * defs.h: Remove out-of-date comment.
2258 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
2259 [!GETENV_PROVIDED] (getenv): Remove prototype.
2260
5f0f34cb
MK
2261 * standalone.c: Remove file.
2262 * Makefile.in (standalone.o): Remove dependency.
2263
7532965f
MK
2264 * i386-linux-nat.c (dummy_sse_values): Remove function and
2265 prototype.
2266 (i386_linux_dr_get): Fix typo in comment.
2267 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
2268
1bdc6c53
MK
2269 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
2270
c40d0d10
MK
2271 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2272 from declaration.
2273 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2274 from definition.
2275
64218d3e
MK
22762004-08-13 Mark Kettenis <kettenis@gnu.org>
2277
2278 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
2279 parenthesis in definition.
2280 * configure: Regenerated.
2281
926c94e7
MC
22822004-08-12 Michael Chastain <mec.gnu@mindspring.com>
2283
2284 * PROBLEMS: Mention build/1411.
2285
69489883
NN
22862004-08-09 Robert Millan <robertmh@gnu.org>
2287
2288 Committed by Nathanael Nerode.
2289 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
2290 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
2291
ebb7c577
AC
22922004-08-12 Andrew Cagney <cagney@gnu.org>
2293
2294 * NEWS: Mention fixes in GDB 6.2.1.
2295 * PROBLEMS: Remove mention of mips-irix.
2296
232d697c
JB
22972004-08-11 Joel Brobecker <brobecker@gnat.com>
2298
2299 * config/powerpc/xm-aix.h: Delete.
2300 * config/powerpc/aix.mh (MH_FILE): Remove.
2301 * config/powerpc/aix432.mh (MH_FILE): Remove.
2302
72f4e82b
JB
23032004-08-11 Joel Brobecker <brobecker@gnat.com>
2304
2305 * config/powerpc/aix.mh: Remove obsolete comment.
2306 * config/powerpc/aix432.mh: Likewise.
2307
0687ccb2
JB
23082004-08-11 Joel Brobecker <brobecker@gnat.com>
2309
2310 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
2311
dbf3ada7
JB
23122004-08-11 Joel Brobecker <brobecker@gnat.com>
2313
e08e1886
JB
2314 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
2315 this file is now empty.
2316 * config/xm-aix4.h: Remove, this file is no longer included
2317 anywhere.
2318
23192004-08-11 Joel Brobecker <brobecker@gnat.com>
2320
2321 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
2322 that file is now empty.
dbf3ada7
JB
2323 (termdef): Remove prototype, function no longer used.
2324
4c525ef6
JB
23252004-08-11 Joel Brobecker <brobecker@gnat.com>
2326
2327 * doc/gdbint.texinfo (Host Definition): Remove documentation
2328 for USE_O_NOCTTY, no longer used.
2329 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
2330 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
2331
82e0b968
JB
23322004-08-11 Joel Brobecker <brobecker@gnat.com>
2333
2334 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
2335 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
2336 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
2337
f2acbe1c
MK
23382004-08-11 Mark Kettenis <kettenis@gnu.org>
2339
daa98270
MK
2340 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
2341 instead of FIVE_ARG_PTRACE.
2342
f2acbe1c
MK
2343 * inflow.c (O_NOCTTY): Define to zero if not already defined.
2344 (new_tty): Use O_NOCTTY unconditionally.
2345
cc377e6b
MK
23462004-08-10 Mark Kettenis <kettenis@gnu.org>
2347
2348 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
2349 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
2350 fflush on stdout.
2351
3bcc18fa
JB
23522004-08-10 Joel Brobecker <brobecker@gnat.com>
2353
2354 * xcoff_symfile_finish: Replace last call to xmfree by call
2355 to xfree.
2356
7936743b
AC
23572004-08-10 Andrew Cagney <cagney@gnu.org>
2358
cc503c8a
AC
2359 * main.c (captured_main): Delete call to init_malloc.
2360 * defs.h (init_malloc): Delete declaration.
2361 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
2362 (init_malloc): Delete functions.
2363
2dc74dc1
AC
2364 * defs.h (xmfree): Delete.
2365 * utils.c (xmfree): Delete function.
2366 (xfree): Inline calls to xmfree and mfree.
2367 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
2368 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
2369 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
2370 * somread.c (som_symfile_finish): Ditto.
2371 * objfiles.c (allocate_objfile, free_objfile):
2372 * nlmread.c (nlm_symfile_finish): Ditto.
2373 * hpread.c (hpread_symfile_finish): Ditto.
2374 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
2375 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
2376 * coffread.c (coff_symfile_finish): Ditto.
2377
aa2ee5f6
AC
2378 * defs.h (xmcalloc): Delete declaration.
2379 * utils.c (xmcalloc): Delete.
2380 (xcalloc): Inline calls to xmcalloc and mcalloc.
2381 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
2382 xcalloc and xfree.
2383 * symtab.c (create_demangled_names_hash): Ditto.
2384
0efffb96
AC
2385 * defs.h (xmrealloc): Delete.
2386 * utils.c (xmrealloc): Delete.
2387 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
2388 * symmisc.c (extend_psymbol_list): Use xrealloc.
2389 * source.c (find_source_lines): Ditto.
2390 * hpread.c (hpread_lookup_type): Ditto.
2391 * dbxread.c (add_bincl_to_list): Ditto.
2392
7936743b
AC
2393 * utils.c (xmmalloc): Delete.
2394 (xmalloc): Inline xmmalloc and mmalloc calls.
2395 (msavestring): Use xmalloc.
2396 * defs.h (xmmalloc): Delete declaration.
2397 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
2398 xmmalloc.
2399 * symmisc.c (extend_psymbol_list): Ditto.
2400 * symfile.c (init_psymbol_list): Ditto.
2401 * source.c (find_source_lines): Ditto.
2402 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
2403 * elfread.c (elf_symtab_read): Ditto.
2404 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
2405 * coffread.c (coff_symfile_init): Ditto.
2406
252ab814
DC
24072004-08-10 David Carlton <carlton@bactrian.org>
2408
2409 * MAINTAINERS: Remove David Carlton from c++ testsuite
2410 maintainers.
2411
8f5ba92b
JG
24122004-08-10 Jerome Guitton <guitton@gnat.com>
2413
2414 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
2415 print a line feed before the prompt.
2416
21749010
MK
24172004-08-10 Mark Kettenis <kettenis@gnu.org>
2418
2419 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
2420
1f011ce2
JB
24212004-08-09 Joel Brobecker <brobecker@gnat.com>
2422
2423 General cleanup of the AIX xm include file:
2424 * config/xm-aix4.h (fd_set): Remove undefine.
2425 Remove include of <sys/select.h>.
2426 (HAVE_TERMIO): Remove define.
2427 (USG): Likewise.
2428 (NULL): Remove redefine.
2429 (alloca): Remove #pragma.
2430 (vfork): Remove define.
2431 (termdef): Remove.
2432 (SIGWINCH_HANDLER): Remove.
2433 (SIGWINCH_HANDLER_BODY): Remove.
2434
cf4e7692
MK
24352004-08-09 Mark Kettenis <kettenis@gnu.org>
2436
2437 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
2438 GDB_OSABI_OPENBSD_ELF.
2439
ac5754fa
MK
24402004-08-07 Robert Millan <robertmh@gnu.org>
2441
2442 * bsd-kvm.c: Check for nlist.h before including it.
2443
086ec9eb
MK
24442004-08-09 Mark Kettenis <kettenis@gnu.org>
2445
bbe06c74
MK
2446 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
2447 sigcontext' offset consistency checks for ancient BSD.
2448
3aa7b3b3
MK
2449 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
2450
086ec9eb
MK
2451 * configure.in: Check for <sys/types.h>. Check return and
2452 argument types of ptrace.
2453 * configure, config.in: Regenerate.
2454
09991fa0
JB
24552004-08-09 Jim Blandy <jimb@redhat.com>
2456
2457 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
2458 rs6000_register_sim_regno): Doc fixes.
2459
fed7ba43
JB
24602004-08-08 Joel Brobecker <brobecker@gnat.com>
2461
2462 * mips-tdep.c: Include "floatformat.h".
2463 (n32n64_floatformat_always_valid): New function.
2464 (floatformat_n32n64_long_double_big): New constant.
2465 (mips_gdbarch_init): Set size and format of long double
2466 for N32 and N64 ABIs.
2467 * Makefile.in (mips-tdep.o): Update dependencies.
2468
456fcf94
AC
24692004-08-08 Andrew Cagney <cagney@gnu.org>
2470
2f9b146e
AC
2471 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
2472 print. Improve script's error messages.
2473 * gdbarch.h: Re-generate.
2474
456fcf94
AC
2475 * gdbarch.sh (pformat): New function.
2476 (float_format, double_format, long_double_format): List with bit
2477 members. Use pformat when printing.
2478 * gdbarch.c, gdbarch.h: Re-generate.
2479
69e9e646
NW
24802004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
2481
2482 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
2483 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
2484 (ppcnbsd_supply_pcb): New function.
2485 (_initialize_ppcnbsd_nat): New prototype and function.
2486 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
2487 (LOADLIBES): New variable.
2488 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
2489
5ef2d0aa
AC
24902004-08-08 Andrew Cagney <cagney@gnu.org>
2491
2492 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
2493 (builtin_type_ieee_double, builtin_type_ia64_quad)
2494 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
2495 BE/LE floating-point types.
2496 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
2497 (builtin_type_ieee_double, builtin_type_ia64_quad)
2498 (builtin_type_ia64_spill): Declare.
2499 * doublest.c (_initialize_doublest, floatformat_ieee_single)
2500 (floatformat_ieee_double, floatformat_arm_ext)
2501 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
2502 of LE/BE floatformats.
2503 * doublest.h: (struct floatformat, floatformat_ieee_single)
2504 (floatformat_ieee_double, floatformat_arm_ext)
2505 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
2506
5c7f2947
MK
25072004-08-08 Mark Kettenis <kettenis@gnu.org>
2508
ecac404d
MK
2509 * i386gnu-nat.c (gnu_store_registers): Fix typo.
2510
9b8607ce
MK
2511 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
2512 instead of regcache_raw_supply when storing the registers.
2513
f6052080
MK
2514 * i386gnu-nat.c: Update copyright year.
2515 (gnu_store_registers): Don't use deprecated_registers and
2516 deprecated_registers_valid. Use regcache_valid_p and
2517 regcache_raw_supply instead.
2518
17777823
MK
2519 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
2520 frame_pc_unwind.
2521
5240ceac
MK
2522 * procfs.c (procfs_pid_to_str): Remove redundant and unused
2523 variables. Incapitalized "process".
2524
5c7f2947
MK
2525 * configure.in: Add cursesX to the list of possible curses libs.
2526 Add cursesX.h to the list of possible curses headers.
2527 * configure, config.in: Regenerate.
2528
da7d81e3
NW
25292004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2530
2531 * configure.in: Test for struct lwp in <sys/lwp.h>.
2532 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
2533 the offset of l_addr in struct lwp.
2534
7f245d65
NW
25352004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2536
2537 * bsd-kvm.c: Include "gdbcore.h"
2538 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
2539
47b3f456
AC
25402004-08-07 Andrew Cagney <cagney@gnu.org>
2541
70bd8e24
AC
2542 * gdbtypes.c (build_flt, build_complex): New functions.
2543 (gdbtypes_post_init): Use.
2544
9b0dea39
AC
2545 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
2546
5cf7abac
AC
2547 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
2548 through to builtin_type_uint128.
2549
64d2b26d
AC
2550 * c-exp.y: Use builtin_type function to obtain builtin types.
2551
7ad6570d
AC
2552 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
2553 builtin_uint128.
2554 * gdbtypes.c (gdbtypes_post_init): Update.
2555 (build_gdbtypes): Move initialization of builtin_type_int0
2556 through to builtin_type_uint128 from here ...
2557 (_initialize_gdbtypes): ... to here.
2558 * d10v-tdep.c (d10v_register_type): Update.
2559
47b3f456
AC
2560 * doublest.c: Update copyright.
2561 (floatformat_from_length): Call error when floatformat is NULL.
2562 (extract_floating_by_length): Remove NULL fmt check.
2563 (store_floating_by_length): Ditto.
2564
0a8146bf
AC
25652004-08-07 Andrew Cagney <cagney@gnu.org>
2566
2567 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
2568 that the register is valid.
2569
c0ccb908
MK
25702004-08-05 Mark Kettenis <kettenis@chello.nl>
2571
8e6bed05
MK
2572 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2573 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
2574 struct frame_info *. Use safe_frame_unwind_memory instead of
2575 deprecated_read_memory_nobpt.
2576 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
2577 changed signature of i386_linux_sigtramp_start and
2578 i386_linux_rt_sigtramp_start.
2579
24f9f5e3
MK
2580 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
2581 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
2582 instead of deprecated_read_memory_nobpt.
2583 (i386nbsd_sigtramp_p): Adjust for changed signature of
2584 i386nbsd_sigtramp_offset.
2585
c822af0c
MK
2586 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
2587 safe_frame_unwind_memory instead of target_read_memory.
2588
c0ccb908
MK
2589 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2590 !NO_SYS_FILE.
2591 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
2592 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
2593 (_initialize_kernel_u_addr): Remove prototype and function.
2594 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2595 !NO_SYS_FILE.
2596 * xcoffread.c: Likewise.
2597
b9e1c0d6
MK
25982004-08-06 Mark Kettenis <kettenis@gnu.org>
2599
2600 * vax-nat.c: New file.
2601 * vaxbsd-nat.c: Tweak comment.
2602 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
2603 vaxnbsd-tdep.c.
2604 (vax-nat.o): New dependency.
2605 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
2606 (vax-*-ultrix2*): Remove.
2607 * config/vax/vax.mh: New file.
2608 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
2609 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
2610 (vax_register_u_addr): New prototype.
2611 (REGISTER_U_ADDR): Define using vax_register_u_addr.
2612 * config/vax/vaxult2.mh: Remove file.
2613 * config/vax/vaxult.mh: Remove file.
2614 * config/vax/vaxbsd.mh: Remove file.
2615 * config/vax/vax.mt (TM_FILE): Remove.
2616 * config/vax/tm-vaxbsd.h: Remove file.
2617
9ad7bec7
JB
26182004-08-06 Joel Brobecker <brobecker@gnat.com>
2619
2620 * aix-thread.c (get_signaled_thread): New function.
2621 (iter_trap): Delete, no longer used.
2622 (iter_tid): New function.
2623 (pd_update): Find the thread that received the SIGTRAP signal
2624 by first locating the kernel thread, and then finding its
2625 associated thread.
2626
bf0d233d
UW
26272004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
2628
2629 * lin-lwp.c (child_wait): Continue inferior after processing
2630 PTRACE_EVENT_CLONE event.
2631
d0f853e1
NN
26322004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
2633
2634 * MAINTAINERS: Add self to Write-After-Approval.
2635
ab14aeb0
JJ
26362004-08-05 Jeff Johnston <jjohnstn@redhat.com>
2637
2638 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
2639 libunwind-xxxx.so" where xxxx is UNW_TARGET.
2640
9c8dbfa9
AC
26412004-08-05 Andrew Cagney <cagney@gnu.org>
2642
c8f3ca46
AC
2643 * config/xm-sysv4.h: Delete file.
2644 * config/mips/xm-irix5.h: Delete file.
2645 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
2646 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
2647 * config/ia64/xm-aix.h: Delete file.
2648 * config/ia64/aix.mh (XM_FILE): Delete.
2649 * config/pa/xm-hppah.h: Delete file.
2650 * config/pa/hpux11w.mh (XM_FILE): Delete.
2651 * config/pa/hpux11.mh (XM_FILE): Delete.
2652 * config/pa/hpux1020.mh (XM_FILE): Delete.
2653 * config/pa/hppahpux.mh (XM_FILE): Delete.
2654
5f7daaff
AC
2655 * config/alpha/xm-alphalinux.h: Delete file.
2656 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
2657 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
2658 * config/alpha/xm-alphaosf.h: Delete file.
2659 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
2660 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
2661 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
2662 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
2663
69babf95
AC
2664 * config/i386/xm-i386v.h: Delete file.
2665 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
2666 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
2667 * config/i386/xm-i386sco.h: Delete file.
2668 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2669 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2670 * config/i386/xm-i386v4.h: Delete file.
2671 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2672 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2673 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2674 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2675
6f009c8a
AC
2676 * config/vax/xm-vax.h: Delete file.
2677 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2678 * config/vax/xm-vaxult2.h: Delete file.
2679 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2680 * config/vax/vaxult2.mh (XM_FILE): Delete.
2681 * config/vax/xm-vaxult.h: Delete file.
2682 * config/vax/vaxult.mh (XM_FILE): Delete.
2683 * config/vax/xm-vaxbsd.h: Delete file.
2684 * config/vax/vaxbsd.mh (XM_FILE): Delete.
2685
9c8dbfa9
AC
2686 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2687 * gdbarch.h, gdbarch.c: Re-generate.
2688 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2689 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2690 * frame.h: Delete deprecated_read_fp from comments.
2691 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2692 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2693
84367a3e
MK
26942004-08-04 Mark Kettenis <kettenis@gnu.org>
2695
9c8e3411
MK
2696 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2697 trampoline in OpenBSD 3.5-current.
2698
b87bc0d8
MK
2699 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2700 SSE registers.
2701
84367a3e
MK
2702 * Makefile.in: Remove embedded page breaks.
2703
a44bddec
JB
27042004-08-04 Jim Blandy <jimb@redhat.com>
2705
7ab3286f
JB
2706 * regcache.c (regcache_raw_read): Assert that, after calling
2707 target_fetch_registers, the register we're reading is cached.
2708
a44bddec
JB
2709 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2710 a call to 'internal_error', with a more helpful error message.
2711 * rs6000-tdep.c (e500_pseudo_register_read,
870d65d5 2712 e500_pseudo_register_write, rs6000_store_return_value): Same.
a44bddec 2713
35124113
AC
27142004-08-04 Andrew Cagney <cagney@gnu.org>
2715
2716 * Makefile.in: Update dependencies.
2717
9f643768
JB
27182004-08-04 Jim Blandy <jimb@redhat.com>
2719
6ced10dd
JB
2720 Change the layout of the PowerPC E500 raw register cache to allow
2721 the lower 32-bit halves of the GPRS to be their own raw registers,
2722 not pseudoregisters.
2723 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2724 add ppc_ev0_upper_regnum flag.
2725 * rs6000-tdep.c: #include "reggroups.h".
2726 (spe_register_p): Recognize the ev upper half registers as SPE
2727 registers.
2728 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2729 registers.
2730 (e500_move_ev_register): New function.
2731 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2732 vector registers are the pseudo-registers now, formed by splicing
2733 together the gprs and the upper-half registers.
2734 (e500_register_reggroup_p): New function.
2735 (P): Macro deleted.
2736 (P8, A4): New macro.
2737 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2738 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2739 macros.
2740 (registers_e500): Rearrange register set so that the raw register
2741 set contains 32-bit GPRs and upper-half registers, and the SPE
2742 vector registers become pseudo-registers.
2743 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2744 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
2745 register numbers are now the same for the E500 as they are for
2746 other PowerPC variants. Register e500_register_reggroup_p as the
2747 register group function for the E500.
2748 * Makefile.in (rs6000-tdep.o): Update dependencies.
2749
2750 Adapt PPC E500 native support to the new raw regcache layout.
2751 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2752 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2753 (fetch_spe_register, store_spe_register): Handle fetching/storing
2754 all the SPE registers at once, if regno == -1. These now take
2755 over the job of fetch_spe_registers and store_spe_registers.
2756 (fetch_spe_registers, store_spe_registers): Deleted.
2757 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2758 unconditionally; they're always raw. Fetch/store SPE upper half
2759 registers, if present, instead of ev registers.
2760 (fetch_register, store_register): Remove sanity checks: gprs are
2761 never pseudo-registers now, so we never need to even mention any
2762 registers that are ever pseudoregisters.
2763
9f643768
JB
2764 Use a fixed register numbering when communicating with the PowerPC
2765 simulator.
2766 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2767 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2768 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2769 New functions.
2770 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2771 init_sim_regno_table.
2772 * Makefile.in (gdb_sim_ppc_h): New variable.
2773 (rs6000-tdep.o): Update dependencies.
2774
1e2279c8
AC
27752004-08-02 Andrew Cagney <cagney@gnu.org>
2776
1d94326f
AC
2777 * cris-tdep.c (cris_register_size): Restore function, still used
2778 locally.
2779
331ae7ed
AC
2780 * gdbarch.sh (deprecated_target_read_fp)
2781 (deprecated_frame_locals_address, deprecated_frame_args_address)
2782 (deprecated_frame_chain_valid, deprecated_frame_chain)
2783 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2784 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2785 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2786 * gdbarch.h, gdbarch.c: Re-generate.
2787 * regcache.c (deprecated_read_fp): Do not call
2788 DEPRECATED_TARGET_READ_FP_P.
2789 * infcmd.c (default_print_registers_info): Do not call
2790 DEPRECATED_DO_REGISTERS_INFO.
2791 * frame-base.c (default_frame_locals_address): Do not call
2792 DEPRECATED_FRAME_LOCALS_ADDRESS.
2793 (default_frame_args_address): Do not call
2794 DEPRECATED_FRAME_ARGS_ADDRESS.
2795
1e2279c8
AC
2796 * gdbarch.sh (deprecated_register_raw_size)
2797 (deprecated_register_virtual_size:int): Delete.
2798 * gdbarch.h, gdbarch.c: Re-generate.
2799 * cris-tdep.c (cris_register_size): Delete.
2800 (cris_gdbarch_init): Update.
2801 * alpha-tdep.c (alpha_register_raw_size)
2802 (alpha_register_virtual_size): Delete.
2803 (alpha_gdbarch_init): Update.
2804
a90c06b4
AC
2805 * gdbarch.sh (deprecated_register_virtual_type)
2806 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2807 (deprecated_dummy_write_sp): Delete.
2808 * gdbarch.h, gdbarch.c: Re-generate.
2809
f42accbe
AC
2810 * gdbarch.sh (deprecated_register_bytes): Delete.
2811 * gdbarch.h, gdbarch.c: Re-generate.
2812 * regcache.c (deprecated_register_bytes): New function.
2813 * regcache.h (deprecated_register_bytes): Declare.
2814 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2815 * v850-tdep.c (v850_gdbarch_init): Update.
2816 * sh64-tdep.c (sh64_gdbarch_init): Update.
2817 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2818 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2819 * mcore-tdep.c (mcore_gdbarch_init): Update.
2820 * cris-tdep.c (cris_gdbarch_init): Update.
2821 * arm-tdep.c (arm_gdbarch_init): Update.
2822 * remote.c (init_remote_state): Update.
2823 * remote-vx.c (vx_prepare_to_store): Update.
2824 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2825 * irix5-nat.c (fetch_core_registers): Update.
2826 * cris-tdep.c (cris_register_bytes_ok): Update.
2827 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2828
45c9dd44
AC
2829 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2830 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2831 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2832 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2833 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2834 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2835 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2836 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2837 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2838 with mips_insn16 and mips_insn32.
2839
3acba339
AC
2840 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2841 * rs6000-tdep.c (rs6000_push_dummy_call)
2842 (rs6000_extract_return_value): Use register_size.
2843 * xstormy16-tdep.c (xstormy16_get_saved_register)
2844 (xstormy16_extract_return_value): Ditto.
2845 * valops.c (value_assign): Ditto.
2846 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2847 * v850-tdep.c (v850_extract_return_value): Ditto.
2848 * tracepoint.c (collect_symbol): Ditto.
2849 * target.c (debug_print_register): Ditto.
2850 * stack.c (frame_info): Ditto.
2851 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2852 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2853 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2854 (store_register_using_P): Ditto.
2855 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2856 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2857 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2858 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2859 * regcache.c (deprecated_read_register_bytes)
2860 (deprecated_write_register_bytes, read_register)
2861 (write_register): Ditto.
2862 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2863 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2864 * monitor.c (monitor_supply_register, monitor_fetch_register)
2865 (monitor_store_register): Ditto.
2866 * mn10300-tdep.c (mn10300_pop_frame_regular)
2867 (mn10300_print_register): Ditto.
2868 * mipsv4-nat.c (fill_fpregset): Ditto.
2869 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2870 (mips64_fill_fpregset): Ditto.
2871 * mi/mi-main.c (register_changed_p, get_register)
2872 (mi_cmd_data_write_register_values): Ditto.
2873 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2874 * irix5-nat.c (fill_gregset, fetch_core_registers):
2875 * infrun.c (write_inferior_status_register): Ditto.
2876 * infptrace.c (fetch_register, store_register): Ditto.
2877 * infcmd.c (default_print_registers_info): Ditto.
2878 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2879 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2880 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2881 * hpux-thread.c (hpux_thread_fetch_registers)
2882 (hpux_thread_store_registers): Ditto.
2883 * hppah-nat.c (store_inferior_registers, fetch_register):
2884 * findvar.c (value_from_register): Ditto.
2885 * dve3900-rom.c (fetch_bitmapped_register):
2886 * cris-tdep.c (cris_gdbarch_init): Ditto.
2887 * alpha-tdep.h: Ditto.
2888 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2889
01e1877c
AC
2890 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2891 DEPRECATED_REGISTER_RAW_SIZE from comments.
2892 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2893 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2894 DEPRECATED_REGISTER_RAW_SIZE.
2895 * findvar.c (value_of_register): Simplify by assuming that the
2896 registers raw and virtual sizes are identical.
2897 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2898 comment.
2899 * arch-utils.c (generic_register_size): Simplify by assuming
2900 register_type.
2901
73f458fb
AC
2902 * regcache.c (legacy_read_register_gen, real_register)
2903 (legacy_write_register_gen): Delete, not used.
2904
336a3131
AC
2905 * regcache.c (struct regcache_descr): Delete legacy_p.
2906 (init_legacy_regcache_descr): Delete function.
2907 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2908 Do not use deprecated register functions.
2909 (regcache_raw_read, deprecated_write_register_gen):
2910 (deprecated_read_register_gen, regcache_raw_write): Delete code
2911 predicated on legacy_p.
2912 (register_size): Delete check against register raw size.
2913
c1d546cd
AC
2914 * cris-tdep.c (cris_register_type): Replace
2915 cris_register_virtual_type.
2916 (cris_gdbarch_init): Update, set register_type.
2917
48c2c0a6
AC
2918 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2919 * gdbarch.h, gdbarch.c: Re-generate.
2920 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2921 (arm_gdbarch_init) Do not set frameless function invocation.
2922 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2923 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2924 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2925 (frv_gdbarch_init): Do not set frameless function invocation.
2926 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2927 * sh-tdep.c (sh_gdbarch_init): Ditto.
2928 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2929 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2930 * avr-tdep.c (avr_gdbarch_init): Ditto.
2931
474093a6
AC
2932 * blockframe.c (legacy_frame_chain_valid): Delete function.
2933
3c109c8b
AC
2934 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2935 and pc. Update comments.
2936 (pc_in_dummy_frame): Delete function.
2937 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2938 use the "id".
2939 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2940 call_hi, top and pc, use the id.
2941 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2942
96860204
AC
2943 * dummy-frame.c: Include "gdb_string.h".
2944 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2945 (generic_save_dummy_frame_tos): Delete.
2946 (dummy_frame_push): New function, replaces above.
2947 * dummy-frame.h: Update copyright.
2948 (dummy_frame_push): Declare.
2949 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2950 (generic_save_call_dummy_addr): Delete declarations.
2951 * infcall.c: Include "dummy-frame.h".
2952 (call_function_by_hand): Add locals caller_regcache,
2953 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2954 with call to frame_save_as_regcache plus cleanup. Delete calls to
2955 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2956 Move clear_proceed_status to just before the resume, add call to
2957 dummy_frame_push (discard cleanup).
2958 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2959 (dummy-frame.o): Add $(gdb_string_h).
2960
d67ec5db
AC
29612004-08-01 Andrew Cagney <cagney@gnu.org>
2962
2963 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2964 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2965 * dummy-frame.c (find_dummy_frame): Delete.
2966 (struct dummy_frame_cache, dummy_frame_sniffer)
2967 (dummy_frame_prev_register, dummy_frame_this_id)
2968 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2969 frame unwinder using a dummy_frame_cache.
2970
a81dcb05
AC
29712004-08-01 Andrew Cagney <cagney@gnu.org>
2972
2973 * frame.h (frame_save_as_regcache): Declare.
2974 * frame.c (frame_save_as_regcache): New function.
2975 (do_frame_read_register): Replace do_frame_unwind_register.
2976 (frame_pop): Use frame_save_as_regcache.
2977 * dummy-frame.c (generic_push_dummy_frame): Use
2978 frame_save_as_regcache.
2979
aa495d11
JB
29802004-08-01 Joel Brobecker <brobecker@gnat.com>
2981
2982 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2983 file as included until we record the first line in the linetable.
2984
ff65ac78
AC
29852004-08-01 Andrew Cagney <cagney@gnu.org>
2986
2987 * frame.h (deprecated_pop_dummy_frame)
2988 (deprecated_read_register_dummy)
2989 (deprecated_generic_find_dummy_frame): Delete.
2990 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2991 (deprecated_read_register_dummy)
2992 (deprecated_find_dummy_frame_regcache)
2993 (discard_innermost_dummy)
2994 (deprecated_pop_dummy_frame): Delete.
2995 (dummy_frame_this_id): Simplify.
2996 (struct dummy_frame): Delete "fp" and "sp".
2997 (find_dummy_frame): Simplify.
2998 (generic_push_dummy_frame): Do not set "fp" or "sp".
2999 (fprint_dummy_frames): Do not print "fp" and "sp"
3000
37bdc87e
MK
30012004-08-01 Mark Kettenis <kettenis@gnu.org>
3002
3003 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
3004 (struct i386_insn): New structure.
3005 (i386_match_insn): New function.
3006 (i386_frame_setup_skip_insns): New variable.
3007 (i386_analyze_frame_setup): Change to use i386_match_insn and the
3008 array i386_frame_setup_insns of instructions that should be
3009 skipped inside the frame setup sequence.
3010
8241eaa6
AC
30112004-08-01 Andrew Cagney <cagney@gnu.org>
3012
5bc602c7
AC
3013 * frame.h (deprecated_frame_xmalloc_with_cleanup)
3014 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3015 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3016 * stack.c (frame_info): Delete references to
3017 DEPRECATED_FRAME_INIT_SAVED_REGS and
3018 deprecated_get_frame_saved_regs.
3019 * frame.c (struct frame_info): Delete saved_regs and extra_info.
3020 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
3021 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
3022 (frame_unwind_register_signed)
3023 (frame_unwind_register_unsigned)
3024 (frame_unwind_unsigned_register): Use register_size.
3025 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
3026 (deprecated_frame_xmalloc_with_cleanup)
3027 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3028 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3029
03d363a1
AC
3030 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
3031 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
3032 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
3033 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
3034
8241eaa6
AC
3035 * infcall.c (call_function_by_hand): Do not use
3036 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
3037 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
3038 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
3039 DEPRECATED_STACK_ALIGN.
3040
f00df8b7
AC
30412004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
3042
3043 Committed by Andrew Cagney.
3044 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
3045
eec63939
AC
30462004-08-01 Andrew Cagney <cagney@gnu.org>
3047
3048 * mips-tdep.c (mips16_frame_cache)
3049 (mips16_frame_this_id, mips16_frame_prev_register)
3050 (mips16_frame_unwind, mips16_frame_sniffer)
3051 (mips16_frame_base_address, mips16_frame_base)
3052 (mips16_frame_base_sniffer, mips32_frame_cache)
3053 (mips32_frame_this_id, mips32_frame_prev_register)
3054 (mips32_frame_unwind, mips32_frame_sniffer)
3055 (mips32_frame_base_address, mips32_frame_base)
3056 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
3057 separate heuristic mips16 and mips32 unwinders.
3058 (mips_stub_frame_cache, mips_stub_frame_this_id)
3059 (mips_stub_frame_prev_register)
3060 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
3061 (mips_stub_frame_base_address, mips_stub_frame_base)
3062 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
3063 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
3064 match true mdebug frames.
3065 (non_heuristic_proc_desc): Add forward declaration.
3066
e66299b3
AC
30672004-08-01 Andrew Cagney <cagney@gnu.org>
3068
83cbbf3e
AC
3069 * config/mips/tm-irix6.h: Delete file.
3070 * config/mips/tm-irix5.h: Delete file.
3071 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
3072 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
3073
22d41b37
AC
3074 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
3075 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
3076 * config/nm-gnu.h (NO_CORE_OPS): Delete.
3077 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
3078 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
3079 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
3080 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
3081 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
3082 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
3083 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
3084 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
3085 (TARGET_SIGNAL_RAW_VALUES): Delete.
3086 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3087 Delete.
3088 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
3089 (TARGET_HW_WATCH_LIMIT): Delete.
3090 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
3091 * minimon.h: Delete file.
3092
e66299b3
AC
3093 * trad-frame.c (trad_frame_get_this_base)
3094 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
3095 functions.
3096 * trad-frame.h (trad_frame_set_this_base)
3097 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
3098
1f67027d
AC
30992004-07-31 Andrew Cagney <cagney@gnu.org>
3100
3101 * trad-frame.c (trad_frame_get_prev_register): Rename
3102 trad_frame_get_prev_register.
3103 * vax-tdep.c (vax_frame_prev_register): Update.
3104 * trad-frame.h: Update.
3105 * trad-frame.c (trad_frame_get_register): Update.
3106 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
3107 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
3108 Update.
3109 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
3110 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
3111 Update.
3112 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
3113 Update.
3114 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
3115 Update.
3116 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
3117 Update.
3118 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
3119 Update.
3120 * s390-tdep.c (s390_frame_prev_register)
3121 (s390_stub_frame_prev_register)
3122 (s390_sigtramp_frame_prev_register): Update.
3123 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
3124 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
3125 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
3126 * m88k-tdep.c (m88k_frame_prev_register)
3127 * m68hc11-tdep.c (m68hc11_frame_prev_register)
3128 * m32r-tdep.c (m32r_frame_prev_register): Update.
3129 * hppa-tdep.c (hppa_frame_prev_register_helper)
3130 * frv-tdep.c (frv_frame_prev_register): Update.
3131 * d10v-tdep.c (d10v_frame_prev_register): Update.
3132 * cris-tdep.c (cris_frame_prev_register): Update.
3133 * avr-tdep.c (avr_frame_prev_register): Update.
3134 * arm-tdep.c (arm_prologue_prev_register)
3135 (arm_sigtramp_prev_register): Update.
3136
c1bf6f65
AC
31372004-07-31 Andrew Cagney <cagney@gnu.org>
3138
3139 * frame.h (legacy_saved_regs_unwind)
3140 (legacy_frame_chain_valid, legacy_frame_p)
3141 (enum frame_type): Delete UNKNOWN_FRAME.
01fbbd97
AC
3142 * dummy-frame.c (dummy_frame_this_id): Simplify.
3143 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
c1bf6f65
AC
3144 * frame.c (struct frame_info): Delete the field "type".
3145 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
3146 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
3147 (legacy_saved_regs_unwind, legacy_frame_p)
3148 (frame_type_from_pc): Delete.
3149 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
3150 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
3151
dc856692
MK
31522004-07-31 Mark Kettenis <kettenis@gnu.org>
3153
5a5effe1
MK
3154 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
3155 indentation.
3156
d4fd50a6
MK
3157 * mips-nat.c: Remove file.
3158 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
3159 (mips-nat.o): Remove dependency.
3160
2689df5a
MK
3161 * infptrace.c: Update copyright year.
3162 (fetch_register): Pass NULL in regcache_raw_supply call instead of
3163 explicitly setting the buffer to all zeroes.
3164
dc856692
MK
3165 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
3166 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
3167
763910e0
AC
31682004-07-30 Andrew Cagney <cagney@gnu.org>
3169
3170 * GDB 6.2 released from gdb_6_2-branch.
3171
0b66e38c
EZ
31722004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
3173
3174 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
3175
3176 * exec.c (exec_file_attach):
3177 * nto-tdep.c (nto_find_and_open_solib):
3178 * pa64solib.c (pa64_solib_sizeof_symbol_table):
3179 * solib.c (solib_open):
3180 * somsolib.c (som_solib_sizeof_symbol_table):
3181 * source.c (is_regular_file, openp, open_source_file):
3182 * symfile.c (symfile_bfd_open):
3183 * wince.c (upload_to_device): Differentiate between the search for
3184 binary and source files.
3185
be7d7357
AC
31862004-07-30 Andrew Cagney <cagney@gnu.org>
3187
3188 * complaints.c (_initialize_complaints): Pass NULL to
3189 add_setshow_zinteger_cmd for help_doc.
3190 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
3191
ddc9cd0f
AC
31922004-07-30 Andrew Cagney <cagney@gnu.org>
3193
3194 Fix PR i18n/761.
3195 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
3196 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
3197 $(PACKAGE).pot and update-po.
3198 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
3199 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
3200 (update-po): New rules.
3201 (localedir): Define using autoconf.
3202 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
3203 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
3204 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
3205 * configure.in: Generate CATALOGS and LINGUAS from contents of
3206 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
3207 * configure: Re-generate.
3208 * po/gdbtext: New file
3209
e92f3704
JG
32102004-07-30 Jerome Guitton <guitton@gnat.com>
3211
3212 * MAINTAINERS: Reorder Write After Approval list in alphabetical
3213 order.
3214
b0f35d58
DL
32152004-07-30 David Lecomber <dsl@sources.redhat.com>
3216
3217 * dwarf2read.c (read_file_scope): Set producer if attribute
3218 present.
3219 (struct dwarf2_cu): Added new member producer.
3220
ce7d4522
JG
32212004-07-30 Jerome Guitton <guitton@gnat.com>
3222
3223 * inflow.c (kill_command): release file handles in BFD.
3224 * exec.c (exec_file_attach): Ditto.
3225 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
3226
05ee07c7
AC
32272004-07-29 Andrew Cagney <cagney@gnu.org>
3228
3229 * PROBLEMS (mips-irix): Note that it is broken.
3230
62eceb47
AC
32312004-07-29 Andrew Cagney <cagney@gnu.org>
3232
e57b8d41
AC
3233 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
3234 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
3235
d334389b
AC
3236 * config/xm-nbsd.h: Delete file.
3237 * config/arm/xm-nbsd.h: Delete file.
3238 * config/i386/xm-nbsd.h: Delete file.
3239 * config/ns32k/xm-nbsd.h: Delete file.
3240 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
3241 * config/i386/nbsdelf.mh (XM_FILE): Delete.
3242 * config/i386/nbsdaout.mh (XM_FILE): Delete.
3243 * config/arm/nbsdelf.mh (XM_FILE): Delete.
3244 * config/arm/nbsdaout.mh (XM_FILE): Delete.
3245
e910f676
AC
3246 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
3247 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
3248 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
3249 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
3250 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
3251 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
3252
6fa856b9
AC
3253 * config/powerpc/xm-linux.h: Delete empty file.
3254 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
3255 * config/powerpc/linux.mh (XM_FILE): Delete.
3256 * config/m68k/xm-linux.h: Delete empty file.
3257 * config/m68k/linux.mh (XM_FILE): Delete.
3258 * config/ia64/xm-linux.h: Delete empty file.
3259 * config/ia64/linux.mh (XM_FILE): Delete.
3260 * config/arm/xm-linux.h: Delete empty file.
3261 * config/arm/linux.mh (XM_FILE): Delete.
3262
471ae5ae
AC
3263 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3264 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
3265 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3266 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
3267 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3268 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
3269 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3270 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
3271
62eceb47
AC
3272 * config/m68k/xm-m68k.h: Delete file.
3273 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
3274 copyright.
3275 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
3276 * config/pa/xm-linux.h: Delete empty file.
3277 * config/pa/linux.mh (XM_FILE): Delete.
3278 * config/i386/xm-i386.h: Delete empty file.
3279 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
3280 "i386/xm-i386.h".
3281 * config/i386/obsdaout.mh (XM_FILE): Delete.
3282 * config/i386/obsd64.mh (XM_FILE): Delete.
3283 * config/i386/fbsd64.mh (XM_FILE): Delete.
3284 * config/i386/nto.mh (XM_FILE): Delete.
3285 * config/i386/obsd.mh (XM_FILE): Delete.
3286 * config/i386/linux64.mh (XM_FILE): Delete.
3287 * config/i386/linux.mh (XM_FILE): Delete.
3288 * config/i386/i386sol2.mh (XM_FILE): Delete.
3289 * config/i386/i386gnu.mh (XM_FILE): Delete.
3290 * config/i386/fbsd.mh (XM_FILE): Delete.
3291 * config/i386/nbsd64.mh (XM_FILE): Delete.
3292
c35f4ffc
AC
32932004-07-29 Andrew Cagney <cagney@gnu.org>
3294
3295 * config/pa/xm-linux.h: Do not include "floatformat.h".
3296 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3297 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3298 * config/i386/xm-i386.h: Do not include "floatformat.h".
3299 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3300 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3301 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3302 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
3303 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
3304 GDB_HOST_LONG_DOUBLE_FORMAT instead.
3305 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
3306 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
3307 * configure, config.in: Regenerate.
3308 * configure.host (gdb_host_float_format, gdb_host_double_format)
3309 (gdb_host_long_double_format): Set according to the host.
3310
624a44a3
AC
33112004-07-29 Andrew Cagney <cagney@gnu.org>
3312
3313 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
3314
0dea2468
AC
33152004-07-28 Andrew Cagney <cagney@gnu.org>
3316
3317 * PROBLEMS: Mention threads/1650.
3318 * NEWS: Mention the NPTL fix.
3319
b3f42336
AC
33202004-07-28 Andrew Cagney <cagney@gnu.org>
3321
3322 * cli/cli-decode.c (add_setshow_cmd): Delete function.
3323 (add_setshow_cmd_full): Make static.
3324 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
3325 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
3326 * cli/cli-decode.c (add_setshow_filename_cmd)
3327 (add_setshow_string_cmd): New functions.
3328 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
3329 * mips-tdep.c (_initialize_mips_tdep): Update.
3330 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
3331 * cli/cli-logging.c (_initialize_cli_logging): Update.
3332 * complaints.c (_initialize_complaints): Update.
3333 * remote.c (_initialize_remote): Update.
3334
3b64bf98
AC
33352004-07-28 Andrew Cagney <cagney@gnu.org>
3336
3337 * cli/cli-decode.c (add_setshow_zinteger_cmd)
3338 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
3339 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
3340 print parameters. Make string parameters constant.
3341 * command.h: Update. Update copyright.
3342 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
3343 * observer.c (_initialize_observer): Ditto.
3344 * frame.c (_initialize_frame): Ditto.
3345 * complaints.c (_initialize_complaints): Ditto.
3346 * maint.c (_initialize_maint_cmds): Ditto.
3347 * target.c (initialize_targets): Ditto.
3348 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
3349 * infcall.c (_initialize_infcall): Ditto.
3350 * arm-tdep.c (_initialize_arm_tdep): Ditto.
3351 * m32r-rom.c (_initialize_m32r_rom): Ditto.
3352 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3353 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
3354 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3355
e9667a65
AC
33562004-07-28 Andrew Cagney <cagney@gnu.org>
3357
54a5b07d
AC
3358 * gdbtypes.c (lookup_primitive_typename): Delete function.
3359 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
3360 * ada-lex.l: Use language_lookup_primitive_type_by_name.
3361 * gdbtypes.c (lookup_typename): Ditto.
3362 * f-exp.y (yylex): Ditto.
3363 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
3364
e9667a65
AC
3365 * scm-lang.c (c_builtin_types): Delete extern declaration.
3366 (scm_language_defn): Replace
3367 string_char_type and primitive_type_vector with
3368 la_language_arch_info.
3369 * jv-lang.c (java_language_defn): Replace
3370 string_char_type and primitive_type_vector with
3371 la_language_arch_info.
3372 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
3373 c_builtin_types in comment.
3374 * c-lang.h (struct language_arch_info): Declare opaque.
3375 (c_language_arch_info): Declare.
3376 (c_builtin_types): Delete declaration.
3377 * c-lang.c (c_language_arch_info): Set string_char_type to
3378 builtin_char, not builtin_true_char. Make global.
3379 (c_builtin_types): Delete array.
3380 (asm_language_defn, minimal_language_defn): Replace
3381 string_char_type and primitive_type_vector with
3382 la_language_arch_info.
3383
685419e2
AC
33842004-07-28 Andrew Cagney <cagney@gnu.org>
3385
3386 * gdbtypes.h (struct builtin_type): Rename true_char to
3387 builtin_true_char.
3388 * gdbtypes.c (gdbtypes_post_init): Update.
3389 * c-lang.c (arch_info): New function.
3390 (enum c_primitive_types): New enum.
3391 (c_language_defn): Instead of string_char_type and
3392 primitive_type_vector set la_language_arch_info.
3393
5a44ea29
AC
33942004-07-28 Andrew Cagney <cagney@gnu.org>
3395
3396 * language.h (struct language_arch_info): Fix typo
3397 s/primative/primitive/.
3398 * gdbtypes.c (lookup_primitive_typename): Ditto.
3399 * language.c (language_lookup_primitive_type_by_name)
3400 (unknown_language_arch_info): Ditto.
3401
f290d38e
AC
34022004-07-27 Andrew Cagney <cagney@gnu.org>
3403
3404 * defs.h (enum language): Add nr_languages.
3405 * language.h (struct language_arch_info): Define.
3406 (struct language_defn): Add la_language_arch_info.
3407 (language_lookup_primative_type_by_name): Declare.
3408 (language_string_char_type): Declare.
3409 * language.c (_initialize_language, language_gdbarch_post_init)
3410 (struct language_gdbarch, language_gdbarch_data): Implement
3411 per-architecture language information.
3412 (unknown_language_arch_info, language_string_char_type)
3413 (language_lookup_primative_type_by_name): New functions.
3414 (unknown_language_defn, auto_language_defn)
3415 (local_language_defn): Set la_language_arch_info to
3416 unknown_language_arch_info.
3417 (unknown_builtin_types): Delete.
3418 * gdbtypes.c (lookup_primitive_typename): Use
3419 language_lookup_primative_type_by_name.
3420 (create_string_type): Use language_string_char_type.
3421 * values.c (value_from_string): Use language_string_char_type.
3422 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
3423 * p-lang.c (pascal_language_defn): Ditto.
3424 * m2-lang.c (m2_language_defn): Ditto.
3425 * jv-lang.c (java_language_defn): Ditto.
3426 * objc-lang.c (objc_language_defn): Ditto.
3427 * f-lang.c (f_language_defn): Ditto.
3428 * c-lang.c (c_language_defn, cplus_language_defn)
3429 (asm_language_defn, minimal_language_defn): Ditto.
3430
000177f0
AC
34312004-07-27 Andrew Cagney <cagney@gnu.org>
3432
3433 * gdbtypes.h (struct builtin_type): Declare.
3434 (builtin_type): Declare.
3435 * d10v-tdep.c (d10v_register_type): Use builtin_type.
3436 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
3437 (gdbtypes_post_init): New function.
3438 (builtin_type): New function.
3439
e22f895c
KI
34402004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
3441
3442 * remote-m32r-sdi.c: Fix breakpoint bug.
3443 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
3444 recv_char_data, recv_long_data): New functions to replace communication
3445 sequences.
3446
536517dd
MC
34472004-07-26 Michael Chastain <mec.gnu@mindspring.com>
3448
3449 Document PR threads/1650.
3450 * PROBLEMS (Threads): Document problem with many threads
3451
a0a44d18
AC
34522004-07-26 Andrew Cagney <cagney@gnu.org>
3453
3454 * gdb-mi.el: Move from here ...
3455 * mi/gdb-mi.el: ... to here.
3456
7ac4ac06
AC
34572004-07-26 Andrew Cagney <cagney@gnu.org>
3458
3459 Problem reported by Ashley Pittman <ashley@quadrics.com>.
3460 * main.c (captured_main): When in batch mode always detach.
3461
a1b461bf
AC
34622004-07-26 Andrew Cagney <cagney@gnu.org>
3463
3464 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
3465 and h8300 as broken.
3466 * NEWS: END-OF-LIFE frame compatibility module.
3467 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
3468 specific comments.
3469
cb1a6d5f
AC
34702004-07-26 Andrew Cagney <cagney@gnu.org>
3471
3472 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
3473 * xcoffsolib.c (_initialize_xcoffsolib): Update.
3474 * wince.c (_initialize_wince): Update.
3475 * win32-nat.c (_initialize_win32_nat): Update.
3476 * varobj.c (_initialize_varobj): Update.
3477 * valops.c (_initialize_valops): Update.
3478 * utils.c (initialize_utils, initialize_utils): Update.
3479 * tui/tui-win.c (_initialize_tui_win): Update.
3480 * top.c (init_main): Update.
3481 * symfile.c (_initialize_symfile): Update.
3482 * source.c (_initialize_source): Update.
3483 * somsolib.c (_initialize_som_solib): Update.
3484 * solib.c (_initialize_solib): Update.
3485 * solib-frv.c (_initialize_frv_solib): Update.
3486 * serial.c (_initialize_serial): Update.
3487 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
3488 * remote.c (_initialize_remote, _initialize_remote): Update.
3489 * remote-vx.c (_initialize_vx): Update.
3490 * remote-utils.c (_initialize_sr_support): Update.
3491 * remote-sds.c (_initialize_remote_sds): Update.
3492 * remote-mips.c (_initialize_remote_mips): Update.
3493 * remote-e7000.c (_initialize_remote_e7000): Update.
3494 * proc-api.c (_initialize_proc_api): Update.
3495 * printcmd.c: Update.
3496 * parse.c (_initialize_parse): Update.
3497 * pa64solib.c (_initialize_pa64_solib): Update.
3498 * p-valprint.c (_initialize_pascal_valprint): Update.
3499 * monitor.c (_initialize_remote_monitors): Update.
3500 * mips-tdep.c (_initialize_mips_tdep): Update.
3501 * mcore-tdep.c (_initialize_mcore_tdep): Update.
3502 * maint.c (_initialize_maint_cmds): Update.
3503 * lin-lwp.c (_initialize_lin_lwp): Update.
3504 * language.c (_initialize_language): Update.
3505 * kod.c (_initialize_kod): Update.
3506 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
3507 * i386-tdep.c (_initialize_i386_tdep): Update.
3508 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
3509 * gdbarch.sh: Update.
3510 * gdbarch.c: Re-generate.
3511 * gdb-events.sh: Update.
3512 * gdb-events.c: Re-generate.
3513 * frame.c (_initialize_frame): Update.
3514 * exec.c: Update.
3515 * demangle.c (_initialize_demangler): Update.
3516 * dcache.c (_initialize_dcache): Update.
3517 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
3518 * cp-valprint.c (_initialize_cp_valprint): Update.
3519 * corefile.c (_initialize_core): Update.
3520 * command.h: Update.
3521 * cli/cli-decode.h: Update.
3522 * cli/cli-cmds.c (init_cli_cmds): Update.
3523 * charset.c (_initialize_charset): Update.
3524 * breakpoint.c (_initialize_breakpoint): Update.
3525 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
3526 * alpha-tdep.c (_initialize_alpha_tdep): Update.
3527 * aix-thread.c (_initialize_aix_thread): Update.
3528
b4632131
MK
35292004-07-24 Mark Kettenis <kettenis@gnu.org>
3530
3531 Partial fix for PR backtrace/1718.
3532 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
3533 that GCC migrates into the prolugue. Don't handle any
3534 instructions that clobber %ebx.
3535
822c9732
AC
35362004-07-23 Andrew Cagney <cagney@gnu.org>
3537
3538 Use regcache_raw_collect instead of regcache_collect.
3539 * regcache.h (regcache_collect): Delete declaration.
3540 * regcache.c (regcache_colect): Delete function.
3541 * win32-nat.c (do_child_store_inferior_registers): Update.
3542 * sol-thread.c (sol_thread_store_registers): Update.
3543 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
3544 * rs6000-nat.c (store_register): Update.
3545 * remote.c (store_register_using_P, remote_store_registers): Update.
3546 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
3547 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
3548 (fill_vrregset, store_spe_registers, fill_gregset)
3549 (fill_gregset): Update.
3550 * nto-procfs.c (procfs_store_registers): Update.
3551 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
3552 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
3553 * m68klinux-nat.c (store_register, fill_gregset): Update.
3554 * m68k-tdep.c (fill_gregset): Update.
3555 * infptrace.c (store_register): Update.
3556 * i386-nto-tdep.c (i386nto_regset_fill): Update.
3557 * i386-linux-nat.c (store_register, fill_gregset): Update.
3558 * hppa-linux-nat.c (fill_gregset): Update.
3559 * go32-nat.c (store_register): Update.
3560 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
3561 (store_fp_regs): Update.
3562 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
3563 (store_nwfpe_extended, store_fpregister, store_fpregs)
3564 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
3565 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
3566 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
3567 (store_regs_user_thread, store_regs_kernel_thread): Update.
3568
32b05c07
MK
35692004-07-24 Mark Kettenis <kettenis@gnu.org>
3570
3571 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
3572 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
3573 encoding.
3574 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
3575 member of `struct comp_unit'.
3576
8567c30f
AC
35772004-07-23 Andrew Cagney <cagney@gnu.org>
3578
3579 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
3580 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
3581
f6da8dd8
MH
35822004-07-23 Martin Hunt <hunt@redhat.com>
3583 Kevin Buettner <kevinb@redhat.com>
3584
3585 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
3586 alignment was being added to the offset instead of multiplied.
3587
bd921882
MK
35882004-07-23 Mark Kettenis <kettenis@gnu.org>
3589
24f033e8
MK
3590 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
3591 changed signal trampoline in OpenBSD 3.5-current.
3592
90f3cecd
MK
3593 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
3594 <machine/pcb.h> and "bsd-kvm.h".
3595 (sparc64nbsd_supply_pcb): New function.
3596 (_initialize_sparc64nbsd_nat): Renamed from
3597 _initialize_sparcnbsd_nat. Enable libkvm interface.
3598 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
3599 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
3600 (LOADLIBES): New variable.
3601
a4954a62
MK
3602 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
3603
bd921882
MK
3604 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
3605
23a6d369
AC
36062004-07-21 Andrew Cagney <cagney@gnu.org>
3607
3608 Use regcache_raw_supply instead of supply_register.
3609 * regcache.h (supply_register): Delete declaration.
3610 * regcache.c (supply_register): Delete function.
3611 * wince.c (do_child_fetch_inferior_registers): Update.
3612 * win32-nat.c (do_child_fetch_inferior_registers)
3613 (fetch_elf_core_registers): Update.
3614 * v850ice.c (v850ice_fetch_registers): Update.
3615 * thread-db.c (thread_db_store_registers): Update.
3616 * sol-thread.c (sol_thread_store_registers): Update.
3617 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
3618 * rs6000-nat.c (fetch_register): Update.
3619 * rom68k-rom.c (rom68k_supply_one_register): Update.
3620 * remote.c (remote_wait, remote_async_wait): Update.
3621 * remote-st.c (get_hex_regs): Update.
3622 * remote-sim.c (gdbsim_fetch_register): Update.
3623 * remote-sds.c (sds_fetch_registers): Update.
3624 * remote-rdp.c (remote_rdp_fetch_register): Update.
3625 * remote-rdi.c (arm_rdi_fetch_registers): Update.
3626 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
3627 * remote-m32r-sdi.c (m32r_fetch_register): Update.
3628 * remote-hms.c (init_hms_cmds): Update.
3629 * remote-est.c (init_est_cmds): Update.
3630 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
3631 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
3632 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
3633 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
3634 (fetch_register, supply_vrregset, supply_vrregset)
3635 (fetch_spe_registers): Update.
3636 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
3637 * monitor.c (monitor_supply_register): Update.
3638 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
3639 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
3640 (mipsnbsd_supply_fpreg): Update.
3641 * mips-nat.c (fetch_inferior_registers)
3642 (fetch_core_registers): Update.
3643 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
3644 (supply_fpregset, mips64_supply_gregset)
3645 (mips64_supply_fpregset): Update.
3646 * m68klinux-nat.c (fetch_register, supply_gregset)
3647 (supply_fpregset): Update.
3648 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
3649 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
3650 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
3651 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
3652 * infptrace.c (fetch_register): Update.
3653 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
3654 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
3655 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
3656 (gnu_fetch_registers, gnu_store_registers): Update.
3657 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
3658 * i386-linux-nat.c (fetch_register, supply_gregset)
3659 (dummy_sse_values): Update.
3660 * hpux-thread.c (hpux_thread_fetch_registers): Update.
3661 * hppah-nat.c (fetch_register): Update.
3662 * hppa-linux-nat.c (fetch_register, supply_gregset)
3663 (supply_fpregset): Update.
3664 * go32-nat.c (fetch_register): Update.
3665 * dve3900-rom.c (fetch_bitmapped_register)
3666 (_initialize_r3900_rom): Update.
3667 * cris-tdep.c (supply_gregset): Update.
3668 * abug-rom.c (init_abug_cmds): Update.
3669 * core-aout.c (fetch_core_registers): Update.
3670 * armnbsd-nat.c (supply_gregset, supply_fparegset)
3671 (fetch_register, fetch_fp_register): Update.
3672 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3673 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3674 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3675 * alphanbsd-tdep.c (fetch_core_registers): Update.
3676 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3677 * alpha-nat.c (fetch_osf_core_registers)
3678 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3679 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
3680 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3681
73cc75f3
AC
36822004-07-21 Andrew Cagney <cagney@gnu.org>
3683
3684 * PROBLEMS: Mention breakpoints/1702.
3685 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3686 that is known to work.
3687
a53c66de
AC
36882004-07-21 Andrew Cagney <cagney@gnu.org>
3689
3690 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3691 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3692 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3693 (handle_inferior_event): Wrap call to deprecated
3694 IGNORE_HELPER_CALL in #ifdef.
3695 * config/mips/tm-nbsd.h: Update.
3696
708ff411
JB
36972004-07-20 Jim Blandy <jimb@redhat.com>
3698
412b3060
JB
3699 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3700 bfd_mach_ppc has no segment registers.
3701
13ac140c
JB
3702 Include PowerPC SPR numbers for special-purpose registers.
3703 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3704 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3705 new member in initializer.
3706 (S, S4, SN4, S64): New macros for defining special-purpose
3707 registers.
3708 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3709 registers_403, registers_403GC, registers_505, registers_860,
3710 registers_601, registers_602, registers_603, registers_604,
3711 registers_750, registers_e500): Use them.
3712
708ff411
JB
3713 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3714 replace references with expression used to initialize variable.
3715
1f602b35
AC
37162004-07-20 Andrew Cagney <cagney@gnu.org>
3717
3718 * breakpoint.c (deprecated_read_memory_nobpt): Rename
3719 read_memory_nobpt.
3720 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3721 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3722 (s390_sigtramp_frame_sniffer): Update.
3723 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3724 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3725 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3726 (mips32_fetch_instruction): Update.
3727 * mcore-tdep.c (get_insn): Update.
3728 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3729 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3730 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3731 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3732 (i386_linux_rt_sigtramp_start): Update.
3733 * i386-linux-nat.c (child_resume): Update.
3734 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3735 * hppa-linux-tdep.c (insns_match_pattern): Update.
3736 * gdbcore.h: Update.
3737 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3738 * frame.c (safe_frame_unwind_memory): Update.
3739 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3740 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3741 * alpha-tdep.c (alpha_read_insn): Update.
3742
2cd8546d
AC
37432004-07-20 Andrew Cagney <cagney@gnu.org>
3744
3745 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3746 containing both bytes and mask. Add "frame_type".
3747 * tramp-frame.c (tramp_frame_start): Update.
3748 (tramp_frame_prepend_unwinder): Update.
3749 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3750 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3751 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3752 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3753
f928dd62
EZ
37542004-07-19 Eli Zaretskii <eliz@gnu.org>
3755
3756 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3757 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3758 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3759 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3760
d5c560f7
AC
37612004-07-17 Andrew Cagney <cagney@gnu.org>
3762
860660cb
AC
3763 * NEWS, PROBLEMS: Update for 6.2.
3764
8c266f54
AC
3765 * README: Update to 6.2.
3766
a552edd9
AC
3767 * utils.c (xvasprintf): Call xstrvprintf.
3768
c4a172b5
AC
3769 * parse.c: Update copyright.
3770 (null_post_parser): Eliminate ARGSUSED.
3771
da745b36
AC
3772 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3773 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3774 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3775
9cbc6ef0
AC
3776 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3777 * ppc-linux-nat.c: Use "Linux kernel".
3778 * hppa-linux-tdep.c: Use GNU/Linux.
3779 * hppa-linux-nat.c: Use GNU/Linux.
3780 * dwarfread.c: Add [sic] to use of Linux.
3781
1b89295f
AC
3782 * hppa-linux-nat.c: Do not include <string.h>.
3783 (supply_fpregset): Remove "register" attribute.
3784
d5c560f7
AC
3785 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3786
7ddd7709
MK
37872004-07-17 Mark Kettenis <kettenis@gnu.org>
3788
b1d19a62
MK
3789 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3790 * configure, config.in: Regenerated.
3791
7ddd7709
MK
3792 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3793 "bsd-kvm.h".
3794 (vaxbsd_supply_pcb): New function.
3795 (_initialize_vaxbsd_nat): New prototype and function.
3796 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3797 solib-sunos.o.
3798 (LOADLIBES): New variable.
3799 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3800 (LOADLIBES): New variable.
3801 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3802 (LOADLIBES): New variable.
3803 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3804
2c07db7a
AC
38052004-07-16 Andrew Cagney <cagney@gnu.org>
3806
3807 * defs.h (event_loop_p): Replace variable declaration with macro,
3808 always 1.
3809 * main.c (captured_main): Delete options "-async" and "-noasync".
3810 (event_loop_p): Delete variable.
3811 * NEWS: Mention that "-async" and "-noasync" were removed.
3812
717eb1cf
AC
38132004-07-16 Andrew Cagney <cagney@gnu.org>
3814
3815 * remote-m32r-sdi.c: Re-indent.
3816
c101bc14
JB
38172004-07-16 Jim Blandy <jimb@redhat.com>
3818
5109a438
JB
3819 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3820 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3821 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3822 missing MPC823 SPRs.
3823 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3824 incorrect. (This was corrected in GDB's register name tables on
3825 2004-07-14.)
3826
c101bc14
JB
3827 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3828 should be "esasrr" ("ESA Save and Restore Register").
3829
7ce450bd
AC
38302004-07-16 Andrew Cagney <cagney@gnu.org>
3831
3832 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3833 calls, no longer applicable. Update comments and rename parameter
3834 "step_frame" to "return_frame".
3835
ca73dd9d
AC
38362004-07-16 Andrew Cagney <cagney@gnu.org>
3837
3838 * frame.c (fprint_field): New function.
3839 (fprint_frame_id): Use fprint_field.
3840
31941f6d
JB
38412004-07-15 Joel Brobecker <brobecker@gnat.com>
3842
3843 * ada-lang.c (ada_language_defn): Remove commented out code.
3844
f86a7158
JB
38452004-07-15 Jim Blandy <jimb@redhat.com>
3846
3847 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3848 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3849
c24791ec
JB
38502004-07-14 Jim Blandy <jimb@redhat.com>
3851
29bb1356
JB
3852 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3853
cc98b5cc
JB
3854 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3855
8f088af7
JB
3856 * ppc-tdep.h (ppc_num_srs): New enum constant.
3857
0ea0ec5f
JB
3858 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3859 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3860 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3861 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3862 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3863 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3864 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3865 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3866 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3867 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3868 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3869 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3870 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3871 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3872 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3873 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3874 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3875 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3876 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3877 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3878 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3879 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3880 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3881 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3882 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3883 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3884 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3885 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3886 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3887 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3888 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3889 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3890 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3891 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3892 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3893 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3894 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3895 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3896 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3897 special-purpose register numbers.
3898
c24791ec
JB
3899 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3900 manual mentions 'md_twb', but many mention 'm_twb', and at that
3901 point in the register list.)
3902
d833db3b
AC
39032004-07-14 Andrew Cagney <cagney@gnu.org>
3904
3905 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3906 instead of "internal-error".
3907
080228b2
JB
39082004-07-10 Joel Brobecker <brobecker@gnat.com>
3909
3910 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3911 that was inserted inside a comment.
3912
c268433a
RC
39132004-07-10 Randolph Chung <tausq@debian.org>
3914
3915 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3916 function.
3917 (hppa_hpux_push_dummy_code): New function.
3918 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3919 Set find_global_pointer method.
3920
71009278
MK
39212004-07-10 Mark Kettenis <kettenis@gnu.org>
3922
3923 * NEWS: Mention BSD libkvm interface.
3924
b2fa5097
MS
39252004-07-10 Michael Snyder <msnyder@redhat.com>
3926
3927 * symfile.c (generic_load): Comment typo.
3928 * stack.c (get_selected_block): Ditto.
3929 * regcache.c (regcache_cooked_read): Ditto.
3930 * monitor.c (monitor_debug): Ditto.
3931 * mips-tdep.c (mips_read_pc): Ditto.
3932 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3933 * gdb_mbuild.sh: Ditto.
3934 * gdbarch.sh: Ditto.
3935 * gdbarch.h: Ditto.
3936
c3e5cd34
PH
39372004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3938
8a2225b2
PH
3939 * ada-tasks.c: Remove file.
3940
c3e5cd34
PH
3941 Remove ARI problems:
3942
3943 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3944 beginning of line.
3945
3946 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3947 Add comment.
3948 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3949 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3950 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3951 (UMIN_OF_SIZE): Remove.
3952 (max_of_type): New function to replace orphan macro in gdbtypes.h
3953 (min_of_type): Ditto.
3954 (discrete_type_high_bound): Use max_of_type.
3955 (discrete_type_low_bound): Use min_of_type.
3956 (possible_user_operator_p): Move operator to beginning of line.
3957 (ada_is_variant_part): Ditto.
3958 (ensure_lval): Rewrite to avoid deprecated operations.
3959 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3960 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3961 (ada_enum_name): Remove assignments in 'if' statements.
3962 (build_ada_types): Add gdbarch parameter.
3963 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3964 with gdbarch_data_register_post_init.
3965 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3966 add_show_from_set.
3967
3968 * ada-valprint.c (inspect_it): Remove declaration.
3969 (repeat_count_threshold): Remove declaration.
3970 (ada_print_floating): Remove assignments in 'if' statements.
3971 (print_str): Move operator to beginning of line.
3972
61ce229a
JB
39732004-07-08 Jim Blandy <jimb@redhat.com>
3974
3975 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3976
09bcec80
BR
39772004-07-08 Bob Rossi <bob@brasko.net>
3978
3979 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3980
31c27f77
JJ
39812004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3982
3983 * language.h (struct_language_defn): Add new function pointer:
3984 la_class_name_from_physname. Also add new prototype for
3985 language_class_name_from_physname.
3986 * language.c (language_class_name_from_physname): New function.
3987 (unk_lang_class_name): Ditto.
3988 (unknown_language_defn, auto_language_defn): Change
3989 to add unk_lang_class_name function pointer for
3990 la_class_name_from_physname.
3991 (local_language_defn): Ditto.
3992 * dwarf2read.c (guess_structure_name): Change to call
3993 language_class_name_from_physname.
3994 (determine_class_name): Ditto.
3995 * cp-support.c (class_name_from_physname): Renamed.
3996 (cp_class_name_from_physname): New name of function.
3997 * cp-support.h: Ditto.
3998 * c-lang.c (c_language_defn): Change to add NULL
3999 for class_name_from_physname function pointer.
4000 (cplus_language_defn): Change to add cp_class_name_from_physname.
4001 * jv-lang.c (java_class_name_physname): New function.
4002 (java_find_last_component): New static routine.
4003 (java_language_defn): Add java_class_name_from_physname pointer.
4004 * ada-lang.c (ada_language_defn): Change to add NULL
4005 for class_name_from_physname function pointer.
4006 * f-lang.c (f_language_defn): Ditto.
4007 * m2-lang.c (m2_language_defn): Ditto.
4008 * objc-lang.c (objc_language_defn): Ditto.
4009 * p-lang.c (pascal_language_defn): Ditto.
4010 * scm-lang.c (scm_language_defn): Ditto.
4011
ee28ca0f
AC
40122004-07-06 Andrew Cagney <cagney@gnu.org>
4013
4014 Patch from Bart Robinson.
4015 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
4016 (O_LARGEFILE): Define to 0, if not defined.
4017
fdb1bf9d
MK
40182004-07-03 Mark Kettenis <kettenis@gnu.org>
4019
cb162ff6
MK
4020 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
4021 <machine/pcb.h> and "bsd-kvm.h".
4022 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
4023 (m68kbsd_supply_pcb): New function.
4024 (_initialize_m68kbsd_nat): New prototype and function.
4025 * Makefile.in (m68kbsd-nat.o): Update dependencies.
4026 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4027 (LOADLIBES): New variable.
4028 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4029 (LOADLIBES): New variable.
4030
fdb1bf9d
MK
4031 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
4032
963c4174
MK
40332004-07-03 Mark Kettenis <kettenis@gnu.org>
4034
4035 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
4036 <sys/proc.h>.
4037 (bsd_kvm_cmdlist): New variable.
4038 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
4039 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
4040 command and "kvm proc" command.
4041 * Makefile.in (bsd-kvm.o): Update dependencies.
4042
533f1d8f
MK
40432004-07-02 Mark Kettenis <kettenis@gnu.org>
4044
4045 * osabi.c: Update copyright year.
4046 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
4047 notes if EI_OSABI is set to ELFOSABI_HPUX.
4048
6780dcde
MS
40492004-07-01 Michael Snyder <msnyder@redhat.com>
4050
4051 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
4052 that seems to have gotten whacked out of line.
4053
67bebe79
MK
40542004-07-01 Mark Kettenis <kettenis@gnu.org>
4055
4056 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
4057 code.
4058
0b5d8877
PH
40592004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4060
4061 * ada-lang.c (decode_packed_array): Minor change to comment.
4062 (ada_value_slice_ptr): New function.
4063 (ada_value_slice): New function.
4064 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
4065 test. Don't know why it is there.
4066 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
4067 to avoid dereferencing huge arrays from which one is slicing.
4068 (empty_array): Correct to return an array rather than
4069 a subrange value.
4070 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
4071 on empty arrays (let'em use 'FIRST instead).
4072
19c1ef65
PH
40732004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4074
4075 Address complaints from gdb_ari.sh:
4076
4077 * ada-exp.y: Include gdb_string.h rather than string.h.
4078 (convert_char_literal): Reformat declaration.
4079 * ada-lang.h: Include opaque struct declaration for struct frame_info.
4080 * ada-lex.l: Change use of free to xfree (the macro would do so
4081 anyway, but this is harmless).
4082 Include gdb_string.h rather than string.h.
4083 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
4084
4085 * ada-lang.c (parse): Remove K&Rism in parameter list.
4086 (is_name_suffix): Correct Linux => GNU/Linux in comment.
4087
d81cbc94
MK
40882004-06-30 Mark Kettenis <kettenis@gnu.org>
4089
4090 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
4091 dead code.
4092
07681759
MK
40932004-06-30 Mark Kettenis <kettenis@gnu.org>
4094
4095 * alphabsd-nat.c: Update copyright year.
4096 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
4097
f7948b5f
JB
40982004-06-29 Joel Brobecker <brobecker@gnat.com>
4099
6e0cdd28 4100 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
f7948b5f
JB
4101 (i386_cygwin_in_solib_call_trampoline): New function.
4102 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
4103 and skip_trampoline_code gdbarch methods.
4104
8f113c9a
JB
41052004-06-29 Jim Blandy <jimb@redhat.com>
4106
4107 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
4108 name actually used in the dependency lists.
4109
97dc871c
RC
41102004-06-29 Randolph Chung <tausq@debian.org>
4111
4112 * NEWS (New native configurations): Mention GNU/Linux/hppa.
4113
47216e51
CV
41142004-06-29 Corinna Vinschen <vinschen@redhat.com>
4115
4116 * win32-nat.c (child_pid_to_exec_file): New function.
6780dcde 4117 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
47216e51
CV
4118 functionality.
4119
e623b504
AC
41202004-06-28 Andrew Cagney <cagney@gnu.org>
4121
4122 * defs.h (xstrvprintf): Declare.
4123 * utils.c (xstrvprintf): New function.
4124 (internal_vproblem, xstrprintf, xasprintf)
4125 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
4126 * serial.c (serial_printf): Ditto.
4127 * complaints.c (vcomplaint): Ditto.
4128
79acc9b3
CV
41292004-06-29 Corinna Vinschen <vinschen@redhat.com>
4130
4131 * infcmd.c (attach_command): Move call to target_terminal_inferior
4132 behind loading symbol table.
4133
1daf35d9
AC
41342004-06-28 Andrew Cagney <cagney@gnu.org>
4135
4136 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
4137 change - add back extern deprecated_ui_loop_hook declaration.
4138
b435e160
AC
41392004-06-28 Andrew Cagney <cagney@gnu.org>
4140
4141 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
4142 xstrprintf.
4143 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
4144 (c_value_of_variable): Ditto.
4145 * utils.c (internal_vproblem): Ditto.
4146 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
4147 * remote.c (add_packet_config_cmd): Ditto.
4148 * remote-rdp.c (rdp_set_command_line): Ditto.
4149 * regcache.c (regcache_dump): Ditto.
4150 * frv-tdep.c (new_variant, new_variant): Ditto.
4151 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
4152 (fbsd_find_memory_regions): Ditto.
4153 * breakpoint.c (create_thread_event_breakpoint)
4154 (create_breakpoints): Ditto.
4155 * aix-thread.c (aix_thread_pid_to_str): Ditto.
4156 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
4157
06d5cf63
JB
41582004-06-28 Joel Brobecker <brobecker@gnat.com>
4159
4160 * ada-lang.c: Re-indent file, with some massaging to help indent
4161 a bit when the result is otherwise really too ugly.
4162
35809fad
UW
41632004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4164
4165 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
4166 code_addr_p and special_addr_p to 'unsigned int'.
4167
40e20472
MK
41682004-06-27 Mark Kettenis <kettenis@gnu.org>
4169
4170 * i386v4-nat.c: Update copyright year and tweak comment.
4171 (regmap): Remove trailing comma.
4172 (supply_gregset): Rename local variable i to regnum. Call
4173 regcache_raw_supply instead of supply_register.
4174 (fill_gregset): Rename argument regno to regnum. Call
4175 regcache_raw_collect instead of regcache_collect.
4176
12b0b6de
UW
41772004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4178
4179 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
4180 and special_addr_p.
4181 (frame_id_build, frame_id_build_special): Update comments.
4182 (frame_id_build_wild): New prototype.
4183 * frame.c (frame_id_build, frame_id_build_special): Fill in new
4184 struct frame_id fields.
4185 (frame_id_build_wild): New function.
4186 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
4187
47b42a3e
MK
41882004-06-27 Mark Kettenis <kettenis@gnu.org>
4189
4190 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
4191 hppabsd-tdep.c.
4192
1265e4aa
JB
41932004-06-27 Joel Brobecker <brobecker@gnat.com>
4194
4195 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
4196
76a01679
JB
41972004-06-27 Joel Brobecker <brobecker@gnat.com>
4198
4199 * ada-lang.c: Re-indent file.
4200
7aca490a
JB
42012004-06-27 Joel Brobecker <brobecker@gnat.com>
4202
4203 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
4204 (no_symtab_msg): Likewise.
4205
5e987968
AS
42062004-06-27 Andreas Schwab <schwab@suse.de>
4207
4208 * source.c: Fix whitespace.
4209
315c4276
MK
42102004-06-27 Mark Kettenis <kettenis@gnu.org>
4211
d15be926
MK
4212 * configure.in: Include <sys/param.h> for td_pcb test.
4213 * configure: Regenerated.
4214
9062529b
MK
4215 * i386nbsd-nat.c: New file.
4216 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
4217 i386obsd-nat.c and i386obsd-tdep.c.
4218 (i386nbsd-nat.o): New dependency.
4219 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
4220 bsd-kvm.o.
4221 (LOADLIBES): New variable.
4222 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
4223 bsd-kvm.o.
4224 (LOADLIBES): New variable.
4225
8010310e
MK
4226 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
4227 (LOADLIBES): New variable.
4228
efe1d7b9
MK
4229 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
4230 fetching from BSD_KVM_PADDR. Correctly lookup address for
4231 "_thread0".
4232
315c4276
MK
4233 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
4234 "bsd-kvm.h".
4235 (amd64fbsd_supply_pcb): New funcion.
4236 (_initialize_amd64fbsd_nat): Enable libkvm interface.
4237
399cfac6
DL
42382004-06-27 <david@streamline-computing.com>
4239
4240 Partial fix for PR cli/1056.
4241 * valarith.c: Check for zero in division and remainder
4242 evaluation.
4243
6235f9c8
MK
42442004-06-27 Mark Kettenis <kettenis@gnu.org>
4245
4246 * i387-tdep.c: Remove excessive whitespace.
4247
2726dafc
AC
42482004-06-26 Andrew Cagney <cagney@gnu.org>
4249
4250 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
4251 * gdb-events.h, gdb-events.c: Re-generate.
4252 * tui/tui-hooks.c (tui_install_hooks): Update.
4253 (tui_remove_hooks): Update.
4254 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
4255
0e56aeaf
MK
42562004-06-26 Mark Kettenis <kettenis@gnu.org>
4257
cb461069
MK
4258 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
4259 (gregset_t, fpregset_t): Remove typedefs.
4260 (REG_OFFSET): Rename argument.
4261 (amd64bsd_r_reg_offset): Rename from reg_offset.
4262 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
4263 Remove functions.
4264 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
4265 of reg_offset.
4266 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
4267
ecba89de
MK
4268 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
4269
4cd80476
MK
4270 * vax-tdep.c: Tweak comment.
4271
0e56aeaf
MK
4272 Add OpenBSD/hppa support.
4273 * NEWS (New native configurations): Mention OpenBSD/hppa.
4274 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
4275 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
4276 files.
4277 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
4278 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
4279 * configure.host: Add hppa*-*-openbsd*.
4280 * configure.tgt: Add hppa*-*-openbsd*.
4281
98bbd631
AC
42822004-06-25 Andrew Cagney <cagney@gnu.org>
4283
4284 * defs.h (deprecated_ui_loop_hook): Deprecated.
4285 * wince.c (child_wait): Update.
4286 * win32-nat.c (child_wait): Update.
4287 * v850ice.c (v850ice_wait): Update.
4288 * top.c (deprecated_ui_loop_hook): Update.
4289 * serial.h: Update.
4290 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
4291 (do_unix_readchar): Update.
4292 * ser-tcp.c (net_open): Update.
4293 * remote-sim.c (gdb_os_poll_quit): Update.
4294 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
4295
769d7dc4
AC
42962004-06-24 Andrew Cagney <cagney@gnu.org>
4297
4298 * defs.h (deprecated_pre_add_symbol_hook)
4299 (deprecated_post_add_symbol_hook): Deprecated.
4300 * symfile.c (symbol_file_add_with_addrs_or_offsets)
4301 (symbol_file_add_with_addrs_or_offsets): Update references.
4302
11c949aa
AC
43032004-06-24 Andrew Cagney <cagney@gnu.org>
4304
4305 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
4306 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
4307 * wince.c (ui_loop_hook): Delete extern declaration.
4308 * win32-nat.c (ui_loop_hook): Delete extern declaration..
4309 * v850ice.c (ui_loop_hook): Delete extern declaration..
4310 * ser-unix.c (ui_loop_hook): Delete extern declaration..
4311 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
4312 * remote-sim.c (ui_loop_hook): Delete extern declaration..
4313 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
4314 ui_loop_hook declaration.
4315
eedc19af
AC
43162004-06-24 Andrew Cagney <cagney@gnu.org>
4317
4318 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
4319 entry_func_highpc fields.
4320 * objfiles.c (init_entry_point_info): Do not clear
4321 entry_func_lowpc and entry_func_highpc.
4322 (objfile_relocate): Do not relocate entry_func_lowpc and
4323 entry_func_highpc.
4324 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
4325 entry_func_highpc.
4326 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
4327 entry_func_highpc.
4328 * blockframe.c (legacy_frame_chain_valid): Replace tests against
4329 entry_func_lowpc and entry_func_highpc with call to
4330 inside_entry_func.
4331
d47079be
MK
43322004-06-24 Mark Kettenis <kettenis@gnu.org>
4333
4334 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
4335 quad-precision floating point arguments in registers.
4336
2107e348
MK
43372004-06-24 Mark Kettenis <kettenis@gnu.org>
4338
4339 From Michael Mueller <m.mueller99@kay-mueller.de>:
4340 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
4341 account.
4342
46587c42
JJ
43432004-06-22 Jeff Johnston <jjohnstn@redhat.com>
4344
4345 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
4346 to -1.
4347 * breakpoint.c (bpstat_stop_status): Move check for ignoring
4348 untriggered watchpoints to a separate if clause. Update function
4349 comment regarding STOPPED_BY_WATCHPOINT argument.
4350
226f5cf4
JB
43512004-06-22 Jim Blandy <jimb@redhat.com>
4352
4353 * gdbarch.sh: Doc fix.
4354
f10683bb
MH
43552004-06-21 Martin Hunt <hunt@redhat.com>
4356 Kevin Buettner <kevinb@redhat.com>
4357
4358 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
4359 * mips-tdep.h (MIPS_SP_REGNUM): Define.
4360 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
4361 to set_gdbarch_sp_regnum(). Use cooked register number.
4362 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
4363
412d5987
AC
43642004-06-21 Andrew Cagney <cagney@gnu.org>
4365
4366 * gdbarch.sh: When the macro field is empty, do not generate a
4367 macro definition. When the macro field is "=", generate the macro
4368 name from the upper-case function name.
4369 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
4370 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
4371 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
4372 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
4373 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
4374 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
4375 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
4376 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
4377 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
4378 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
4379 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
4380 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
4381 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
4382 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
4383 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4384 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
4385 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
4386 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
4387 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
4388 (DEPRECATED_USE_STRUCT_CONVENTION)
4389 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4390 (DEPRECATED_FRAME_INIT_SAVED_REGS)
4391 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
4392 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
4393 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4394 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
4395 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
4396 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
4397 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
4398 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
4399 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
4400 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
4401 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
4402 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
4403 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
4404 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
4405 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
4406 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
4407
68908a3e
AC
44082004-06-21 Andrew Cagney <cagney@gnu.org>
4409
48f7351b
AC
4410 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
4411 macro name, and the function rather than macro value. Only wrap
4412 macro print statements in #ifdef. Move format logic to where it
4413 is needed.
4414 * gdbarch.c: Re-generate.
4415
283354d8
AC
4416 * gdbarch.sh (read): Delete "print_p" and "description", add
4417 "garbage_at_eol". Check for non-empty garbage at end-of-line.
4418 Delete references to print_p.
4419 (TARGET_ARCHITECTURE): Delete print predicate.
4420 * gdbarch.c: Re-generate.
4421
68908a3e
AC
4422 * gdbarch.sh: Check that multi-arch methods do not provide a
4423 macro.
4424 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
4425 (print_registers_info, print_float_info, print_vector_info)
4426 (adjust_breakpoint_address, remote_translate_xfer_address)
4427 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
4428 (address_class_type_flags_to_name, unwind_sp): Remove the macro
4429 name from the multi-arch definition.
4430
a2428dbe
AC
44312004-06-20 Andrew Cagney <cagney@gnu.org>
4432
4433 * gdbarch.sh: Sort by the function, instead of macro name.
4434 * gdbarch.c: Re-generate.
4435
750eb019
AC
44362004-06-20 Andrew Cagney <cagney@gnu.org>
4437
66d659b1
AC
4438 * gdbarch.sh: Use the function, instead of macro name in
4439 errors and the log file.
4440 (return_value): Remove stray ":" in spec.
4441
750eb019
AC
4442 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
4443 * gdbarch.h, gdbarch.c: Re-generate.
4444 * Makefile.in (arch-utils.o): Update dependencies.
4445 * values.c (using_struct_return): Move code calling
4446 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
4447 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
4448 to legacy_return_value, simplify.
4449 * infcmd.c (print_return_value): Move code calling
4450 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
4451 to legacy_return_value, simplify.
4452 * infcall.c (call_function_by_hand): Move code calling
4453 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
4454 * arch-utils.c: Update copyright. Include "gdbcore.h".
4455 (legacy_return_value): New function.
4456 * arch-utils.h: Update copyright.
4457 (legacy_return_value): Declare.
4458
b5622e8d
AC
44592004-06-20 Andrew Cagney <cagney@gnu.org>
4460
4461 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
4462 * gdbarch.h, gdbarch.c: Re-generate.
4463 * values.c (using_struct_return): Update call.
4464 * mcore-tdep.c: Update comment.
4465 * infcall.c (call_function_by_hand): Update comment.
4466 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4467 * arch-utils.h (always_use_struct_convention): Update.
4468 * v850-tdep.c (v850_gdbarch_init): Update.
4469 * sh64-tdep.c (sh64_gdbarch_init): Update.
4470 * sh-tdep.c (sh_gdbarch_init): Update.
4471 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4472 * mips-tdep.c (mips_gdbarch_init): Update.
4473 * mcore-tdep.c (mcore_gdbarch_init): Update.
4474 * m32r-tdep.c (m32r_gdbarch_init): Update.
4475 * ia64-tdep.c (ia64_gdbarch_init): Update.
4476 * h8300-tdep.c (h8300_gdbarch_init): Update.
4477 * frv-tdep.c (frv_gdbarch_init): Update.
4478 * cris-tdep.c (cris_gdbarch_init): Update.
4479 * arm-tdep.c (arm_gdbarch_init): Update.
4480 * alpha-tdep.c (alpha_gdbarch_init): Update.
4481
5191de37
MC
44822004-06-18 Michael Chastain <mec.gnu@mindspring.com>
4483
4484 * PROBLEMS: Add more specific information, and a work-around,
4485 for PR gdb/1458.
4486
782263ab
AC
44872004-06-18 Andrew Cagney <cagney@gnu.org>
4488
4489 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
4490 * gdbarch.h, gdbarch.c: Re-generate.
4491 * ada-lang.c (ada_finish_decode_line_1): Update.
4492 * infrun.c (handle_inferior_event): Update.
4493 * infcall.c (find_function_addr): Update.
4494 * linespec.c (minsym_found): Update.
4495 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
4496 Update.
4497 * blockframe.c (legacy_frameless_look_for_prologue): Update.
4498 * cli/cli-cmds.c (disassemble_command): Update.
4499 * vax-tdep.c (vax_gdbarch_init): Update.
4500
2f305df1
MK
45012004-06-18 Mark Kettenis <kettenis@gnu.org>
4502
4503 * i386-tdep.c (i386_collect_fpregset): Fix comment.
4504
e5fe55f7
AC
45052004-06-17 Andrew Cagney <cagney@gnu.org>
4506
4507 GDB 6.1.1 released from the GDB 6.1 branch.
4508 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
4509 * PROBLEMS: Ditto.
4510
473b7be6
DJ
45112004-06-16 Daniel Jacobowitz <dan@debian.org>
4512
4513 PR gdb/1658
4514 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
4515 operation as a uleb128. Found by Michael Coulter.
4516
96d887e8
PH
45172004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
4518
4519 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
4520 make it non-static.
4521 * ada-lang.h (task_control_block): declaration moved from ada-task.c
4522 to ada-lang.h; this is needed to be able to implement the kill command
4523 in multi-task mode.
4524 (task_ptid): Ditto.
4525 (task_entry): Ditto.
4526 (task_list): Ditto.
4527 (ada_build_task_list): Ditto.
4528
4529 * ada-lang.c: Conditionalize routines and data structures related
4530 to breakpoints, exceptions, completion, and symbol caching on
4531 GNAT_GDB, since these are not yet used in the submitted public sources.
4532 (ada_main_name): Editorial: Move definition out of exception-related
4533 code.
4534
31eef181
AC
45352004-06-15 Andrew Cagney <cagney@gnu.org>
4536
4537 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
4538 deprecated_pc_in_call_dummy.
4539
2c500098
AM
45402004-06-15 Alan Modra <amodra@bigpond.net.au>
4541
4542 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
4543 bfd_get_section_size_before_reloc or _raw_size.
4544 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4545 * dwarf2read.c (dwarf2_locate_sections): Likewise.
4546 (dwarf2_read_section): Likewise.
4547 * elfread.c (elf_locate_sections): Likewise.
4548 * gcore.c (derive_heap_segment): Likewise.
4549 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
4550 * remote-e7000.c (e7000_load): Likewise.
4551 * remote-m32r-sdi.c (m32r_load): Likewise.
4552 * remote-mips.c (mips_load_srec): Likewise.
4553 (pmon_load_fast): Likewise.
4554 * remote.c (compare_sections_command): Likewise.
4555 * symfile.c (add_section_size_callback): Likewise.
4556 (load_section_callback): Likewise.
4557 (pc_in_unmapped_range): Likewise.
4558 (pc_in_mapped_range): Likewise.
4559 (sections_overlap): Likewise.
4560 (list_overlays_command): Likewise.
4561 (simple_overlay_update_1): Likewise.
4562 (simple_overlay_update): Likewise.
4563 * tracepoint.c (remote_set_transparent_ranges): Likewise.
4564 * win32-nat.c (core_section_load_dll_symbols): Likewise.
4565
90f943f1
RC
45662004-06-14 Randolph Chung <tausq@debian.org>
4567
4568 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
4569 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
4570 static.
4571 (hppa_hpux_inferior_created): New function.
4572 (hppa_hpux_init_abi): Register observer.
4573 * symfile.c (hp_cxx_exception_support_initialized)
4574 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
4575 (symbol_file_add_main_1, symbol_file_clear): Likewise.
4576
700c15aa
RC
45772004-06-14 Randolph Chung <tausq@debian.org>
4578
3973a7d3
AC
4579 * MAINTAINERS (Write After Approval): Alphabetize my entry
4580 correctly.
700c15aa 4581
cea4838c
AC
45822004-06-14 Andrew Cagney <cagney@gnu.org>
4583
4584 * MAINTAINERS (testsuite): List Michael Chastain as the lead
4585 testsuite maintainer.
4586
97092415
AC
45872004-06-13 Andrew Cagney <cagney@gnu.org>
4588
e8c3165b
AC
4589 * infcmd.c (print_return_value): Fix logic, allow
4590 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
4591
bceabdd8
AC
4592 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
4593 defining any macros.
4594 * gdbarch.h: Re-generate.
4595
57010b1c
AC
4596 * gdbarch.sh: Delete "level" attribute. Only check for a macro
4597 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
4598 * gdbarch.h: Re-generate.
4599
bc87dfa0
AC
4600 * values.c (generic_use_struct_convention): Don't check gcc_p.
4601
15ac804d
AC
4602 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4603 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
4604 * gdbarch.h, gdbarch.c: Regenerate.
4605 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
4606 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
4607 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4608 deprecated_max_register_raw_size and
4609 deprecated_max_register_virtual_size.
4610 * v850-tdep.c (v850_gdbarch_init): Ditto.
4611 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4612 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4613 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4614 * cris-tdep.c (cris_gdbarch_init): Ditto.
4615
97092415
AC
4616 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
4617 * gdbarch.h, gdbarch.c: Re-generate.
4618 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
4619 (m68hc11_use_struct_convention): Delete function.
4620 (m68hc11_extract_struct_value_address): Delete function.
4621 (m68hc11_return_value): New function.
4622 (m68hc11_gdbarch_init): Instead of store_return_value,
4623 extract_return_value, return_value_on_stack,
4624 deprecated_extract_struct_value_address and use_struct_convention,
4625 set return_value.
4626 * values.c (using_struct_return): Do not call
4627 RETURN_VALUE_ON_STACK.
4628 * arch-utils.h (generic_return_value_on_stack_not): Delete
4629 declaration.
4630 * arch-utils.c (generic_return_value_on_stack_not): Delete
4631 function.
4632
44e5158b
AC
46332004-06-12 Andrew Cagney <cagney@gnu.org>
4634
4635 * values.c (register_value_being_returned): Delete function.
4636 * infcmd.c (legacy_return_value): Delete function.
4637 * infcall.c (call_function_by_hand): Inline
4638 "register_value_being_returned", simplify.
4639 * values.c (using_struct_return): Update comment, refer to
4640 print_return_value instead of register_value_being_returned.
4641 * infcmd.c (print_return_value): Inline calls to
4642 register_value_being_returned and legacy_return_value. Simplify.
4643
b887c273
RC
46442004-06-11 Randolph Chung <tausq@debian.org>
4645
4646 * somread.c (som_symtab_read): Exclude gcc local symbols.
4647
1b2bfbb9
RC
46482004-06-11 Randolph Chung <tausq@debian.org>
4649
3973a7d3
AC
4650 * infrun.c (handle_inferior_event): Handle the case when a
4651 trampoline ends up in the runtime resolver, and if the trampoline
4652 has no name. Rearrange the code so that all the trampoline
4653 processing happens before other step-out-of-range handling.
1b2bfbb9 4654
a9d61c86
MH
46552004-06-11 Martin Hunt <hunt@redhat.com>
4656
4657 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
4658 has no fpu.
4659
2c87cf5a
AC
46602004-06-10 Andrew Cagney <cagney@gnu.org>
4661
4662 * blockframe.c (legacy_inside_entry_func): Delete.
4663 (legacy_frame_chain_valid): Inline call to
4664 legacy_inside_entry_func, simplify.
4665
0b67b468 46662004-06-10 Bob Rossi <bob@brasko.net>
57c22c6c
BR
4667
4668 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3973a7d3
AC
4669 * dwarf2read.c (partial_die_info): Add dirname field.
4670 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4671 (read_partial_die): Save away DW_AT_comp_dir.
4672 * defs.h (symtab_to_filename): Removed.
4673 * source.c (find_and_open_source): Added.
57c22c6c 4674 (open_source_file): Just calls find_and_open_source.
3973a7d3
AC
4675 (symtab_to_filename): Removed.
4676 (symtab_to_fullname, psymtab_to_fullname): Added.
57c22c6c
BR
4677 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4678 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4679 symtab_to_filename.
4680 * symtab.h (partial_symtab): Add dirname field.
4681 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3973a7d3
AC
4682 (mi_cmd_file_list_exec_source_file): Call new function
4683 symtab_to_fullname to find fullname.
57c22c6c 4684 (mi_cmd_file_list_exec_source_files): Added.
3973a7d3 4685 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
57c22c6c
BR
4686 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4687
9a1dd1ad
AC
46882004-06-10 Andrew Cagney <cagney@gnu.org>
4689
239ae8c7
AC
4690 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4691 to generic_use_struct_convention, the default value.
4692
fc720350
AC
4693 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4694 of abort.
4695
9a1dd1ad
AC
4696 * ns32k-tdep.c (ns32k_push_arguments): New function.
4697 (ns32k_gdbarch_init): Set deprecated_push_arguments.
4698 * infcall.c (call_function_by_hand): Call error instead of
4699 legacy_push_arguments.
4700 * value.h (legacy_push_arguments): Delete declaration.
4701 * valops.c (legacy_push_arguments): Delete function.
4702 (value_push): Delete function.
4703
fea25152
BF
47042004-06-10 Brian Ford <ford@vss.fsi.com>
4705
4706 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4707 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
4708 info.
4709 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4710
30a4a8e0
AC
47112004-06-10 Andrew Cagney <cagney@gnu.org>
4712
4713 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4714 * gdbarch.h, gdbarch.c: Re-generate.
4715 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4716 parameters.
4717 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4718 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4719 deprecated_pc_in_call_dummy instead of
4720 DEPRECATED_PC_IN_CALL_DUMMY.
4721 (arm_skip_prologue): Ditto.
4722 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4723 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4724 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4725 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4726 Ditto.
4727 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4728 (sh64_init_extra_frame_info, sh64_get_saved_register)
4729 (sh64_pop_frame): Ditto.
4730 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4731 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4732 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4733 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4734 (h8300_pop_frame): Ditto.
4735 * blockframe.c (legacy_inside_entry_func)
4736 (legacy_frame_chain_valid): Ditto.
4737 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4738 to deprecated_pc_in_call_dummy.
4739
81cfbe54
AC
47402004-06-09 Andrew Cagney <cagney@gnu.org>
4741
a1f4a1b6
AC
4742 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4743 provide a default value.
4744 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4745 * gdbarch.h, gdbarch.c: Re-generate.
4746 * arch-utils.c (generic_convert_register_p): Rename
4747 legacy_convert_register_p
4748 (legacy_register_to_value, legacy_value_to_register): Delete
4749 functions.
4750 * arch-utils.h (generic_convert_register_p): Rename
4751 legacy_convert_register_p.
4752 (legacy_register_to_value, legacy_value_to_register): Delete
4753 declarations.
4754
9730f241
AC
4755 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4756 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4757 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4758 * gdbarch.h, gdbarch.c: Re-generate.
4759 * infcmd.c (default_print_registers_info): Simplify.
4760 * findvar.c (value_of_register): Simplify.
4761 * mi/mi-main.c (get_register): Simplify.
4762 * arch-utils.c (legacy_convert_register_p): Always return 0.
4763 (legacy_register_to_value, legacy_value_to_register): Always call
4764 internal_error.
4765
8a1bf479
AC
4766 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4767 #ifdef CLEAR_INSN_CACHE code.
4768 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4769 Delete #ifdef CLEAR_DEFERRED_STORES code.
4770
4b38d6f1
AC
4771 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4772
2d62ecc7
AC
4773 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4774 copyright.
4775 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4776
be4f7469
AC
4777 * config/mips/mipsv4.mh: Delete file.
4778
81cfbe54
AC
4779 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4780 unreferenced macro.
4781 (hpread_adjust_stack_address): Delete declaration.
4782
d966f0cb
AC
47832004-06-08 Andrew Cagney <cagney@gnu.org>
4784
4785 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4786 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4787 PTRACE_ATTACH / PTRACE_DETACH available call error.
4788 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4789 * infttrace.c (update_thread_state_after_attach, attach, detach):
4790 Remove #ifdef wrappers.
4791 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4792 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4793 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4794 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4795 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4796 * config/nm-linux.h (ATTACH_DETACH): Delete.
4797 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4798 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4799 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4800 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4801 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4802
d91670b9
CV
48032004-06-08 Corinna Vinschen <vinschen@redhat.com>
4804
4805 * configure.in: Set $configdir to the right OS specific value.
4806 Use value when setting $tcldir and $tkdir.
4807 * configure: Regenerate.
4808
28ba0b33
PB
48092004-06-06 Paul Brook <paul@codesourcery.com>
4810
4811 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4812 records.
4813
f26caa11
PH
48142004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4815
4816 * ada-lang.c (lookup_symbol_in_language): New function to allow
4817 re-use of another language's symbol lookup code. (Placed here
4818 temporarily while Ada support is being integrated into the public
4819 tree).
4820 (restore_language): New auxiliary function for
4821 lookup_symbol_in_language.
4822 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4823 temporarily while Ada support is being integrated into the public
4824 tree).
4825
d560a54b
AO
48262004-06-08 Alexandre Oliva <aoliva@redhat.com>
4827
e75d110c
AO
4828 * Makefile.in (check//%): New.
4829
d560a54b
AO
4830 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4831 (mn10300_store_return_value): Rewrite.
4832 (mn10300_type_align): New.
4833 (mn10300_use_struct_convention): Rewrite.
4834 (mn10300_return_value): New, using all of the above.
4835 (mn10300_pop_frame_regular): Add saved_regs_size.
4836 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4837
a72fbdb7
AO
4838 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4839 regs if PC is on movm.
4840
01904826
JB
48412004-06-07 Jim Blandy <jimb@redhat.com>
4842
4843 Add native Linux support for the PowerPC E500.
4844 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4845 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4846 all architectures except the E500.
4847 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4848 #definitions.
4849 (struct gdb_evrregset_t): New type.
4850 (have_ptrace_getsetevrregs): New variable.
4851 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4852 fetch_spe_registers): New functions.
4853 (fetch_register): Call fetch_spe_register as appropriate.
4854 Assert that we're only passed raw register numbers.
4855 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4856 Don't fetch gprs if they're pseudoregisters.
4857 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4858 store_spe_registers): New functions.
4859 (store_register): Call store_spe_register as appropriate.
4860 Assert that we're only passed raw register numbers.
4861 (store_ppc_registers): Call store_spe_registers as appropriate.
4862 Don't store gprs if they're pseudoregisters.
4863
f90ef764
JJ
48642004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4865
4866 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4867 struct if one exists, even if we are dealing with a zombie thread.
4868
45b75230
AC
48692004-06-07 Andrew Cagney <cagney@gnu.org>
4870
4871 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4872 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4873 Rename PC_REQUIRES_RUN_BEFORE_USE.
4874 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4875 #ifdef.
4876
1658da49
RC
48772004-06-07 Randolph Chung <tausq@debian.org>
4878
4879 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4880 unwinding after sp has been saved to the stack but before the end
4881 of the prologue, and after the fp has been modified but before it has
4882 been saved to the stack.
4883 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4884 Remove superfluous definitions.
4885 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4886
9a727a3c
RC
48872004-06-07 Guy Martin <gmsoft@gentoo.org>
4888
4889 Committed by Randolph Chung.
4890 * hppa-linux-nat.c: Include the correct version of the header file
4891 depending on the kernel version.
4892
9e500012
RC
48932004-06-06 Randolph Chung <tausq@debian.org>
4894
4895 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4896 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4897
3388d7ff
RC
48982004-06-06 Randolph Chung <tausq@debian.org>
4899
4900 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4901 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4902 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4903 * hppa-tdep.c (hppa_symbol_address): New function definition.
4904 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4905
d49771ef
RC
49062004-06-06 Randolph Chung <tausq@debian.org>
4907
4908 * hppa-tdep.h (struct value): Forward declaration.
4909 (gdbarch_tdep): Define tdep find_global_pointer method.
4910 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4911 associated with the function we are trying to call, and write it
4912 to the gp register.
4913 (hppa32_convert_from_funct_ptr_addr): New function.
4914 (hppa_find_global_pointer): New function.
4915 (hppa_gdbarch_init): Set default find_global_pointer method; set
4916 convert_from_func_ptr_addr method.
4917 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4918 (hppa_linux_init_abi): Set find_global_pointer method.
4919 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4920
7d9b040b
RC
49212004-06-06 Randolph Chung <tausq@debian.org>
4922
4923 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4924 to struct value *function.
4925 * gdbarch.c: Regenerate.
4926 * gdbarch.h: Likewise.
4927 * infcall.c (call_function_by_hand): Pass entire function value
4928 to push_dummy_call.
4929
4930 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4931 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4932 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4933 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4934 * arm-tdep.c (arm_push_dummy_call): Likewise.
4935 * avr-tdep.c (avr_push_dummy_call): Likewise.
4936 * cris-tdep.c (cris_push_dummy_call): Likewise.
4937 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4938 * frv-tdep.c (frv_push_dummy_call): Likewise.
4939 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4940 * hppa-tdep.c (hppa32_push_dummy_call)
4941 (hppa64_push_dummy_call): Likewise.
4942 * i386-tdep.c (i386_push_dummy_call): Likewise.
4943 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4944 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4945 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4946 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4947 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4948 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4949 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4950 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4951 (ppc64_sysv_abi_push_dummy_call): Likewise.
4952 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4953 (ppc64_sysv_abi_push_dummy_call): Likewise.
4954 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4955 * s390-tdep.c (s390_push_dummy_call): Likewise.
4956 * sh-tdep.c (sh_push_dummy_call_fpu)
4957 (sh_push_dummy_call_nofpu): Likewise.
4958 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4959 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4960 * vax-tdep.c (vax_push_dummy_call): Likewise.
4961
4a19ea35
JB
49622004-06-04 Jim Blandy <jimb@redhat.com>
4963
8327ccee
JB
4964 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4965 gdbarch argument to register_size.
4966
a3c001ce
JB
4967 * rs6000-tdep.c (rs6000_store_return_value): Use
4968 regcache_cooked_write_part instead of
4969 deprecated_write_register_bytes.
4970 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4971 not gdbarch_deprecated_store_return_value.
4972
4a19ea35
JB
4973 * ppc-linux-nat.c (store_register, fetch_register): Remove
4974 incorrect assertions. Simplify and generalize handling of
4975 transfers whose sizes are not multiples of, or less than, sizeof
4976 (PTRACE_XFER_TYPE).
4977
b9b5d7ea
JJ
49782004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4979
4980 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4981 as a new thread event.
720c7d64 4982 * thread-db.c (thread_get_info_callback): If the thread is a
b9b5d7ea 4983 zombie, return TD_THR_ZOMBIE.
720c7d64 4984 (thread_from_lwp): If thread_get_info_callback returns
b9b5d7ea
JJ
4985 TD_THR_ZOMBIE, check if the thread is still on the thread list
4986 and return a -1 ptid if not found.
4987 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4988 change the status to TARGET_WAITKIND_SPURIOUS.
4989
c8a3b559
CV
49902004-06-03 Corinna Vinschen <vinschen@redhat.com>
4991
4992 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4993 double values in little endian mode.
4994
20605361
AC
49952004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4996
4997 Committed by Andrew Cagney.
4998 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4999 after last enum constant to avoid error from IBM C
5000 compiler.
5001
bc97b3ba
JB
50022004-06-02 Jim Blandy <jimb@redhat.com>
5003
5004 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
5005 to 'message', and make it local to the lone block that uses it.
5006
1da28ab0
JB
5007 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
5008
4c4b4cd2
PH
50092004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
5010
8a2225b2
PH
5011 * ada-exp.y: Update copyright notice.
5012 Include block.h.
5013
5014 Replace REGNAME, LAST, INTERNAL_VARIABLE with
5015 SPECIAL_VARIABLE and unify the treatment of these cases.
5016
5017 (write_attribute_call0): Remove.
5018 (write_attribute_call1): Remove.
5019 (write_attribute_calln): Remove.
5020 (save_qualifier): Add missing semicolon.
5021
5022 (simple_exp,exp): Decomment (i.e., reactivate) code that was
5023 temporarily disabled to allow compilation with FSF head version.
5024
5025 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
5026 use individual operators (OP_*) for all attributes.
5027 (exp syntax): Use write_int.
5028 Handle STRING literals with OP_STRING.
5029 (variable syntax): Add limit parameter to calls to
5030 write_object_renaming.
5031
5032 (temp_parse_space): New definition to hold entities that need
5033 only live until the next call to ada_parse.
5034 (string_to_operator): Rename fields of ada_opname_table entries.
5035
5036 (write_var_from_sym): Record block.
5037 (write_var_from_name): Minor reformatting.
5038 Make sure saved name is properly encoded in the case of multiple
5039 matches, and set its language to Ada.
5040 Update comment.
5041 Modify to indicate unresolved name as symbol in the UNRESOLVED
5042 namespace, allocated in temp_parse_space.
5043 (write_int): New function.
5044
5045 (write_object_renaming): Add max_depth parameter to limit
5046 chains of object renamings.
5047 Handle case where root of renaming expression is itself a renaming.
5048 Use temp_parse_space for temporary name buffer.
5049 Handle renamings to dereferenced pointers (___XEXA suffices).
5050
5051 (ada_parse, yyerror, string_to_operator,
5052 write_var_from_sym, write_var_from_name, write_attribute_call0,
5053 write_attribute_call1, write_attribute_calln,
5054 write_object_renaming): Protoize.
5055
5056 (_initialize_ada_exp): New function.
5057
5058 * ada-lang.c: Update copyright notice.
5059 General terminology change to conform to GNAT compiler usage:
5060 mangle => encode, demangle => decode
5061 Include gdb_obstack.h.
5062 Include gdb_regex.h
5063 Include frame.h
5064 Include hashtab.h
5065 Include completer.h
5066 Include gdb_stat.h
5067 Include block.h
5068 Include infcall.h
5069
5070 (ADA_RETAIN_DOTS): Make sure this is defined.
5071 (TRUNCATION_TOWARDS_ZERO): Define.
5072 (struct string_vector): Define.
5073 (unresolved_names): Remove definition.
5074 (xnew_string_vector): New function.
5075 (string_vector_append): New function.
5076 (extract_string): Make static.
5077 (ada_unqualified_name): New function.
5078 (add_angle_brackets): New function.
5079 (function_name_from_pc): New function.
5080 (place_on_stack): Rename to ensure_lval.
5081
5082 (ensure_lval): Renamed from place_on_stack.
5083 Make identity on lvals.
5084 Update comment.
5085 (is_nonfunction): New interface.
5086 Only symbols in LOC_CONST class can be enumerals.
5087 (fill_in_ada_prototype): Remove; now independent of language.
5088 (add_defn_to_vec): Add obstack and symtab arguments.
5089 Use obstack to hold collected definitions.
5090 (num_defns_collected): New function.
5091 (defns_collected): New function.
5092 (ada_resolve_subexp): Rename to resolve_subexp.
5093 (resolve_subexp): Renamed from ada_resolve_subexp.
5094 (ada_op_name): Return non-const result.
5095 (ada_decoded_op_name): Renamed from ada_op_name, now used for
5096 other purposes.
5097
5098 (to_fixed_array_type): Add declaration.
5099 (coerce_unspec_val_to_type): Remove offset parameter.
5100 (find_sal_from_funcs_and_line): New interface.
5101 (find_line_in_linetable): Ditto.
5102
5103 (all_sals_for_line): Rename to ada_sals_for_line and make
5104 global.
5105 Add new parameter. When set, do not ask the user to choose the
5106 instance, but use the first one found instead.
5107 Use given line number in returned sals.
5108 Fix comment.
5109 Skip the prologue if funfirstline is set.
5110 Correct for memory leak when 0 lines found.
5111
5112 (value_pos_atr): Use pos_atr.
5113 (pos_atr): New function.
5114 (standard_lookup): Add block parameter.
5115
5116 (makeTimeStart): Remove declaration and uses.
5117 (makeTimeStop): Remove declaration and uses.
5118
5119 (ada_completer_word_break_characters): Allow for VMS.
5120 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
5121 (raise_sym_name): New constant.
5122 (raise_unhandled_sym_name): New constant.
5123 (raise_assert_sym_name): New constant.
5124 (process_raise_exception_name): New constant.
5125 (longest_exception_template): New constant.
5126 (warning_limit): New variable to limit warnings during expression
5127 evaluation.
5128 (warnings_issued): New variable to keep track of warnings issued.
5129 (known_runtime_file_name_patterns): New constant.
5130 (known_auxiliary_function_name_patterns): New constant.
5131 (symbol_list_obstack): New variable.
5132
5133 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
5134 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
5135 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
5136 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
5137 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
5138 ada_variant_discrim_name, field_alignment, dynamic_template_type,
5139 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
5140 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
5141 and strcmp.
5142
5143 (ada_get_field_index): New function.
5144 (lim_warning): New function.
5145 (ada_translate_error_message): New function.
5146 (MAX_OF_SIZE): New function.
5147 (MIN_OF_SIZE): New function.
5148 (UMAX_OF_SIZE): New function.
5149 (UMIN_OF_SIZE): New function.
5150 (discrete_type_high_bound): New function.
5151 (discrete_type_low_bound): New function.
5152 (base_type): New function.
5153 (do_command): Remove.
5154
5155 (ada_update_initial_language): Use language_ada, not language_unknown.
5156 (ada_encode): Renamed from ada_mangle.
5157 Obey ADA_RETAIN_DOTS.
5158 (ada_decode): Renamed from ada_demangle.
5159 Update coding conventions.
5160 (decoded_names_store): New hash table.
5161 (ada_decode_symbol): New function.
5162 (ada_la_decode): New function.
5163
5164 (modify_general_field): Correct computations of offset and bit
5165 position.
5166 (desc_base_type): Handle ref types, too.
5167 (ada_is_direct_array_type): New function.
5168
5169 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5170 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5171 (ada_is_bogus_array_descriptor,ada_type_of_array,
5172 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
5173 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
5174 ada_is_array_descriptor_type.
5175
5176 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
5177 (ada_is_packed_array_type): Handle pointers or
5178 references to packed arrays as well.
5179 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
5180 (decode_packed_array_type): Search for the packed array type
5181 symbol in the currently selected block and associated
5182 superblocks too.
5183 Use lookup_symbol again.
5184
5185 (decode_packed_array): Handle pointers and references.
5186 Update call to coerce_unspec_val_to_type.
5187 (decode_packed_array_type,value_subscript_packed): Limit warnings.
5188 (ada_value_primitive_packed_val): Improve comment.
5189
5190 (ada_index_type): Substitute int type for "undefined".
5191 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
5192 ada_array_langth, ada_is_string_type): Use renamed
5193 ada_is_simple_array_type.
5194 (empty_array): New function.
5195
5196 (ada_resolve): Rename to resolve.
5197 (resolve): Make static.
5198 Call renamed resolve_subexp.
5199 Update comment.
5200 (ada_resolve_subexp): Rename to resolve_subexp.
5201 (resolve_subexp): Update comment.
5202 Decomment disabled code.
5203 Add LOC_COMPUTED* cases.
5204 Modify to use temporary struct symbols (marked as being in
5205 UNDEF_NAMESPACE) to indicate unresolved names, instead of
5206 OP_UNRESOLVED_VALUE.
5207 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
5208 Add OP_STRING case.
5209 Remove OP_ARRAY.
5210 Use SYMBOL_PRINT_NAME instead of ada_demangle.
5211 Use new ada_lookup_symbol_list interface.
5212 Use new ada_resolve_function interface.
5213 Remove OP_TYPE case.
5214
5215 (ada_args_match): Idiot proof against null actuals.
5216 Use intermediate variables to clarify.
5217 (ada_resolve_function): Update comment and interface.
5218 (mangled_ordered_before): Rename to encoded_ordered_before and
5219 update comment.
5220 (sort_choices): Update comment and interface.
5221 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
5222 (user_select_syms): New interface.
5223 Use new sort_choices interface.
5224 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
5225 (possible_user_operator_p): Idiot-proof against null values.
5226 (ada_simple_renamed_entity): Don't make cleanup; rely on
5227 caller to free result string.
5228 Remove const from return type.
5229 (make_array_descriptor): Rename uses of place_on_stack to
5230 ensure_lval.
5231 Make sure that arrays are on stack.
5232
5233 (HASH_SIZE): Define.
5234 (struct cache_entry): Define.
5235 (cache_space): Define.
5236 (cache): Define.
5237 (clear_ada_sym_cache): New function.
5238 (find_entry): New function.
5239 (lookup_cached_symbol): New function.
5240 (defn_vector_size): Define.
5241 (cache_symbol): New function.
5242 (defn_symbols): Remove.
5243
5244 (standard_lookup): Use lookup_symbol_in_language to get effect of
5245 C lookup.
5246 Cache results.
5247
5248 (symbol_completion_match): New function.
5249 (symbol_completion_add): New function.
5250 (ada_make_symbol_completion_list): New function.
5251
5252 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
5253 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
5254 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5255 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
5256
5257 (ada_lookup_simple_minsym): New function.
5258 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
5259
5260 (add_symbols_from_enclosing_procs): New interface.
5261 Conditionalize more helpfully.
5262 Don't bother if program isn't running.
5263 Use new interface to get_frame_block.
5264 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
5265
5266 (remove_extra_symbols): New interface.
5267 (xget_renaming_scope): New function.
5268 (is_package_name): New function.
5269 (renaming_is_visible): New function.
5270 (remove_out_of_scope_renamings): New function.
5271
5272 (ada_lookup_symbol_list): New interface.
5273 Properly reinitialize the symbol list obstack.
5274 Don't call add_symbols_from_enclosing_procs if we start from a
5275 static or global block.
5276 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
5277 add_symbols_from_enclosing_procs.
5278 Add symtab data to cached entries.
5279 Handle symbols prefixed with
5280 "standard__" specially; strip prefix and don't look in local symbols.
5281 Do not include out of scope renaming symbols in list of
5282 symbols returned.
5283 Add const to block parameter.
5284 Move check for non-local, non-global symbols earlier.
5285 Remove timing stuff.
5286 (ada_lookup_symbol): New interface.
5287 Find symtab as well.
5288 (ada_lookup_symbol_nonlocal): New function.
5289
5290 (is_name_suffix): Enhance suffix detection to recognize
5291 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
5292 (is_dot_digits_suffix): New function.
5293 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
5294
5295 (ada_add_block_symbols): New interface. Use obstack to return results
5296 in a vector of struct ada_symbol_infos. Add symtab argument.
5297 Use new interface to add_defn_to_vec.
5298 Remove calls to fill_in_ada_prototype.
5299 Use BLOCK_BUCKETS, BLOCK_BUCKET.
5300
5301 (ada_finish_decode_line_1): Add const qualification to local to fix
5302 warning.
5303 Start looking in static block for functions to avoid attempts
5304 to search frame chain for up-level variables.
5305 Adapt to new ada_sals_for_line interface.
5306 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
5307 Handle quoting of the function name inside the spec string.
5308 Skip prologue when funfirstline is set and update the
5309 function documentation to that effect.
5310
5311 (debug_print_lines, debug_print_block, debug_print_blocks,
5312 debug_print_symtab): Remove.
5313
5314 (ada_main_name): New function.
5315 (ada_exception_breakpoint_type): New function.
5316 (is_known_support_routine): New function.
5317 (ada_find_printable_frame): Renamed from find_printable_frame and made
5318 global.
5319 Remove level parameter.
5320 Use new interface to select_frame.
5321
5322 (begin_command): Remove.
5323 (ada_adjust_exception_stop): New function.
5324 (ada_print_exception_stop): New function.
5325 (exception_name_from_cond): New function.
5326 (ada_report_exception_break): Replace disabled code with
5327 conditionalization on GNAT_GDB.
5328 Get the exception name from the condition string.
5329 Remove and move functionality into new functions
5330 ada_print_exception_breakpoint_task and
5331 ada_print_exception_breakpoint_nontask.
5332 (error_breakpoint_runtime_sym_not_found): New function.
5333 (is_runtime_sym_defined): New function.
5334 (ada_breakpoint_rewrite): Uncomment suppressed code.
5335 Use symbolic error-message and runtime-symbol names.
5336 Surround runtime symbol names in quotes.
5337 Allow non-specific breakpoints on exceptions and assertions before
5338 program starts.
5339
5340 (ada_is_tagged_type): Add parameter.
5341 (ada_is_tag_type): New function.
5342 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
5343 (ada_variant_discrim_type): Ditto.
5344 (value_tag_from_contents_and_address): New function.
5345 (type_from_tag): New function.
5346 (struct tag_args): New structure used to communicate with
5347 ada_tag_name_1.
5348 (ada_tag_name_1): New function.
5349 (ada_tag_name): New function.
5350
5351 (ada_scan_number): Update comment.
5352 (find_struct_field): New function.
5353 (ada_search_struct_field): Make static.
5354 (ada_value_struct_elt): New version that returns references when
5355 given pointers or references to structs.
5356 (ada_lookup_struct_elt_type): Add 'refok' parameter.
5357 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
5358 interface.
5359 (ada_value_ind): Use new ada_to_fixed_value interface.
5360 (ada_coerce_ref): Ditto.
5361 (field_offset): Remove.
5362
5363 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
5364 (ada_find_renaming_symbol): New function.
5365 (ada_prefer_type): Prefer named types over unnamed ones.
5366 (variant_field_index): New function.
5367 (contains_variant_part): Removed: subsumed by variant_field_index.
5368 (ada_template_to_fixed_record_type): New function, mostly from
5369 template_to_fixed_record_type.
5370 (template_to_fixed_record_type):
5371 Do not scan the type fields beyond the last one; prevents a
5372 potential SEGV.
5373 Handle case where variant field is listed BEFORE discriminant it
5374 depends on.
5375 Fix calculation of record length when bit length is
5376 not evenly divisible by char length.
5377 Move code to ada_template_to_fixed_record_type and call it.
5378
5379 (template_to_static_fixed_type): Revise comment.
5380 Modify to work on ordinary record types as well as templates,
5381 so as to handle fields that use ___XVE or ___XVU encodings.
5382 (to_record_with_fixed_variant_part): Fill out comment.
5383 Initialize C++ stuff in right type.
5384 Allow case where DVAL is null.
5385 Handle case where variant field is not last.
5386 Fix typo concerning record length.
5387 (to_fixed_record_type): Decomment disabled code.
5388 (to_fixed_record_type): Use variant_field_index instead of
5389 contains_variant_part.
5390 (to_fixed_variant_branch_type): Ditto.
5391 (to_fixed_array_type): Decomment disabled code.
5392 (ada_to_fixed_type): Convert tagged types to the specific type.
5393 Deactivate the size-check for array types in order to avoid
5394 some false size alarms.
5395 (to_static_fixed_type): Decomment disabled code.
5396 Modify to call template_to_static_fixed_type
5397 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
5398 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
5399 Remove valaddr argument, as it is never really used.
5400 (ada_to_fixed_value): Change interface to act on single struct value*
5401 operand.
5402 (adjust_pc_past_prologue): New function.
5403 (ada_attribute_name): Modify to take enum exp_opcode argument.
5404
5405 (ada_enum_name): Recognize new homonym-distinguishing convention.
5406 Adjust local variable's type to remove compiler warning.
5407 Fix a small problem in the part that unqualifies the enumeration name.
5408 (ada_value_binop): New function.
5409 (ada_value_equal): New function.
5410
5411 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
5412 Don't give error message when not doing normal evaluation
5413 and a tagged type doesn't seem to contain a structure member.
5414 Give error message for packed arrays.
5415 For indexing arrays, handle pointers to packed arrays correctly.
5416 Handle case of 'first and 'last attributes of bare integral type
5417 without encoded subtype info.
5418 Remove some unnecessary casts.
5419 Fix uninitialized value of type in computing 'first, 'last, or 'length
5420 of array object.
5421 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
5422 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
5423 calls.
5424 Attributes are now exp_opcode values.
5425 Correct treatment of 'modulus.
5426 Better error message for taking 'length of wrong kind of type;
5427 improve comment.
5428 Change EVAL_NORMAL to noside for consistency.
5429 Use ada_value_binop for DIV, MOD, REM.
5430 Make special case out of array of length 0, since an argument
5431 of 0 upsets some platforms' malloc.
5432 Use OP_STRING instead of OP_ARRAY.
5433 For slice, add check that we have an array type before extracting
5434 a slice out of it. Avoids a SEGV.
5435 When evaluating an array slice, if the array type is a reference to
5436 an aligner type, then replace the aligner type by the actual type.
5437 Decomment disabled code.
5438 Remove some dead code.
5439 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
5440 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
5441 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
5442 and UNOP_MBR to UNOP_IN_RANGE.
5443 If an array type has a parallel ___XVE type, then use it.
5444 Turn arrays into pointers for lvalue arrays.
5445 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
5446 bounds error and handle 0-length slices.
5447 Use lim_warning.
5448 When selecting fields, apply ada_to_fixed_value (because the fields
5449 might have ___XVU or ___XVE encodings even if not dynamic.)
5450 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
5451 (ada_is_system_address_type): New function.
5452
5453 (get_var_value): Use new interface to ada_lookup_symbol_list.
5454 (get_int_var_value): New interface.
5455 (to_fixed_range_type): Allow unknown bound, with warning.
5456 (ada_is_modular_type): Decomment disabled code.
5457 (ADA_OPERATORS): New definition.
5458 (ada_operator_length): New function.
5459 (ada_expr_op_name): New function.
5460 (ada_forward_operator_length): New function.
5461 (ada_dump_subexp_body): New function.
5462 (ada_print_subexp): New function.
5463 (ada_exp_descriptor): New constant.
5464 (ada_op_print_tab): Add 'size. Remove FIXMEs.
5465 (ada_language_defn): Add ada_exp_descriptor entry.
5466 Change ada_parse => parse.
5467 Add post-parser entry.
5468 Use ada-specific non-local symbol lookup.
5469 Don't use C-style arrays.
5470 String lower-bound is 1.
5471 Decomment disabled code.
5472 (parse): New function.
5473 New fields ada_translate_error_message, ada_lookup_symbol,
5474 ada_lookup_minimal_symbol.
5475
5476 * ada-lang.h: Update copyright dates.
5477 Replace the mangle/demangle terminology throughout by the
5478 more appropriate encode/decode one.
5479 Include breakpoint.h.
5480 Forward declare struct partial_symbol, struct block.
5481 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
5482 (EXTRACT_ADDRESS): Remove.
5483 (EXTRACT_INT): Remove.
5484 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
5485 (MAX_ENCLOSING_FRAME_LEVELS): Define.
5486 (MAX_RENAMING_CHAIN_LENGTH): Define.
5487 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
5488
5489 (enum task_states): Remove.
5490 ada_task_states: Remove.
5491 (fat_string): Remove.
5492 (struct entry_call): Remove.
5493 (struct task_fields): Remove.
5494 (struct task_entry): Remove.
5495
5496 (struct ada_symbol_info): Define.
5497 (enum ada_attribute): Remove.
5498 (enum ada_operator): Define.
5499
5500 (ada_get_field_index): Declare.
5501 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
5502 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5503 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5504 (ada_lookup_symbol_list): New interface.
5505 (ada_decode_symbol): Declare.
5506 (ada_decode): Declare.
5507 (ada_lookup_symbol): New interface.
5508 (ada_update_initial_language): Declare.
5509 (ada_lookup_simple_minsym): Declare.
5510 (user_select_syms): New interface.
5511 (ada_sals_for_line): Declare.
5512 (ada_is_tagged_type): New interface.
5513 (ada_tag_name): Declare.
5514 (ada_lookup_struct_elt_type): Remove declaration.
5515 (ada_search_struct_field): Remove declaration.
5516 (ada_attribute_name): New interface.
5517 (ada_is_system_address_type): Declare.
5518 (ada_to_fixed_value): Remove declaration.
5519 (ada_template_to_fixed_record_type_1): Declare.
5520 (get_int_var_value): New interface.
5521 (ada_find_any_symbol): Declare.
5522 (ada_find_renaming_symbol): Declare.
5523 (ada_mangle): Rename to ada_encode.
5524 (ada_simple_renamed_entity): Remove const.
5525 (ada_main_name): Declare.
5526 (get_current_task): Rename to ada_get_current_task.
5527 (get_entry_number): Remove declaration.
5528 (ada_report_exception_break): Remove declaration.
5529 (ada_print_exception_breakpoint_nontask): Declare.
5530 (ada_print_exception_breakpoint_task): Declare.
5531 (ada_find_printable_frame): Declare.
5532
5533 * ada-lex.l: Update copyright notices.
5534 Use xmalloc and xfree instead of malloc and free.
5535 Use new interface to name_lookup.
5536 Use new interface to
5537 ada_mangle=>ada_encode.
5538 Redo handling of '$...' variable to parallel current treatment
5539 in c-exp.y.
5540 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
5541 digit_to_int, strtoulst, processInt, processReal, processId,
5542 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
5543 yywrap): Protoize.
5544
5545 (processInt): Use cast to remove harmless warning.
5546 (processReal): Modify to get rid of compiler warning on scan formats.
5547
5548 (processId): Replace xmalloc with obstack_alloc for name and remove
5549 call to ada_name_string_cleanup.
5550 Remove obsolete disabled code.
5551 (name_lookup): Ditto.
5552 New interface.
5553 Use obsavestring on temp_parse_space instead of savestring
5554 on name, and remove call to ada_name_string_cleanup.
5555 Free string returned from ada_simple_renamed_entity.
5556 Use new interface to ada_lookup_symbol_list.
5557 Decomment disabled code.
5558 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
5559 not types.
5560 When a type name lookup succeeds as a result of
5561 lookup_primitive_typename, check for regular type entry that has not
5562 yet been read in.
5563 Limit length of chain of renamed symbols we are willing to follow.
5564 Do not break names beginning with "standard__" into segments.
5565 (block_lookup): Use new interface to ada_lookup_symbol_list.
5566
5567 * ada-typeprint.c: Update copyright notice.
5568 (demangled_type_name): Rename to decoded_type_name.
5569 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
5570 (print_range_bound): Correct handling of negative
5571 bounds that make the index type looked unsigned under STABS.
5572 (print_dynamic_range_bound): Use new interface to get_int_var_value.
5573 (print_range_type_named): Use the builtin int type if no type
5574 corresponding to the given type name could be found.
5575 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
5576 Add some bullet-proofing.
5577 (print_variant_clauses): Allow for variant branches with ___XVU
5578 encodings that are not dynamic fields.
5579 Use new interface to ada_is_tagged_type.
5580 (print_record_type): Allow for fields with ___XVE encodings that
5581 are not dynamic fields.
5582 Use new interface to ada_is_tagged_type.
5583 (ada_print_type): ada_is_array_descriptor =>
5584 ada_is_array_descriptor_type.
5585
5586 * ada-valprint.c: Update copyright notice.
5587 Include gdb_string.h
5588 Include infcall.h
5589 (ui_memcpy): New function.
5590 (ada_print_floating): New function.
5591 (ada_print_str): Order arguments correctly.
5592 Correct handling of empty arrays and arrays of 0-length items.
5593 ada_is_array_descriptor => ada_is_array_descriptor_type
5594 Print values of type System.Address in hexadecimal format.
5595 Use ada_print_floating to print floating-point numbers in Ada format.
5596 Print class tag values with type names.
5597 No longer print the address of reference values. Avoids
5598 a potential confusion.
5599 (ada_value_print): Stop printing the object type for reference
5600 values, but preserve that behavior for access types. Avoids
5601 a potential confusion.
5602 Simplify one conditional expression, as the first part is now
5603 necessarily true.
5604 ada_is_array_descriptor => ada_is_array_descriptor_type
5605 Add check for arrays for null records, and print them by hand.
4c4b4cd2 5606
f65f91b5
JB
56072004-06-01 Jim Blandy <jimb@redhat.com>
5608
5609 * ppc-tdep.h: Delete unused 'regoff' member.
5610 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
5611
d4687fa0
MC
56122004-06-01 Michael Chastain <mec.gnu@mindspring.com>
5613
5614 Fix PR symtab/1661.
5615 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
5616 (hpread_read_struct_type): Likewise.
5617
de169ec9
AC
56182004-06-01 Andrew Cagney <cagney@gnu.org>
5619
c6902d46
AC
5620 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
5621 instead of xasprintf.
5622 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
5623 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
5624 (mi_cmd_data_list_register_names)
5625 (mi_cmd_data_list_changed_registers)
5626 (mi_cmd_data_list_register_values)
5627 (get_register, mi_cmd_data_write_register_values)
5628 (mi_cmd_data_write_register_values)
5629 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
5630 (mi_cmd_target_download, mi_cmd_target_select)
5631 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
5632 (mi_execute_cli_command, mi_execute_async_cli_command)
5633 (mi_execute_async_cli_command): Ditto.
5634 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
5635 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
5636
6085fc2d
AC
5637 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
5638 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
5639 error_last_message instead of mi_error_last_message.
5640 * mi/mi-main.c (mi_error_last_message): Delete function.
5641
de169ec9
AC
5642 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
5643 "invalid number of columns" error. Delete redundant "out of
5644 memory" check.
5645
1fc7d519
MK
56462004-05-31 Mark Kettenis <kettenis@gnu.org>
5647
6cfb2041
MK
5648 * i386bsd-nat.c: Don't include <sys/procfs.h>.
5649 (gregset_t, fpregset_t): Remove typedefs.
5650 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
5651 (REG_OFFSET): Rename argument.
5652 (i386bsd_r_reg_offset): Rename from reg_offset.
5653 (REG_ADDR): Remove macro.
5654 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
5655 functions.
5656 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
5657 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
5658 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
5659 instead of supply_gregset.
5660 (store_inferior_registers): Use `struct reg' and `struct fpreg'
5661 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
5662 instead of fill_gregset.
5663 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
5664
1fc7d519
MK
5665 * i386bsd-nat.c: Don't include "gregset.h".
5666 (supply_gregset, fill_gregset): Make static.
5667 (supply_fpregset, fill_fpregset): Remove.
5668 * Makefile.in (i386bsd-nat.o): Update dependencies.
5669
2c34abbe
MK
56702004-05-30 Mark Kettenis <kettenis@gnu.org>
5671
448724fb
MK
5672 * fbsd-proc.c: Include "regcache.h", "regset.h" and
5673 "gdb_assert.h". Con't include "gregset.h".
5674 (fbsd_make_corefile_notes): Use regset-based core file support
5675 instead off fill_gregset and fill_fpregset.
5676 * Makefile.in (fbsd-proc.o): Update dependencies.
5677
5ca8ca7c
MK
5678 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5679 instructions.
5680 (m88k_frame_prev_register): Simplify code a bit.
5681
593adc23
MK
5682 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5683 (amd64_collect_fpregset): New function.
5684 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5685
8d1b517b
MK
5686 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5687
7fdafb5a
MK
5688 * i386-tdep.c (i386_supply_gregset): Adjust comment.
5689 (i386_collect_gregset): New function.
5690 (i386_supply_fpregset): Adjust comment.
5691 (i386_collect_fpregset): New function.
5692 (i386_regset_from_core_section): Use i386_collect_gregset and
5693 i386_collect_fpregset.
5694
8693c419
MK
5695 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5696 handle VALUEP being null.
5697
2c34abbe
MK
5698 * regset.h (collect_regset_ftype): Unconstify fourth argument.
5699
45d134d8
MK
57002004-05-29 Mark Kettenis <kettenis@gnu.org>
5701
1698f4e7
MK
5702 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
5703
45d134d8
MK
5704 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5705 assembler in OpenBSD 3.5-current.
5706 (amd64obsd_sigcontext_addr): Likewise.
5707
691d145a
JB
57082004-05-28 Jim Blandy <jimb@redhat.com>
5709
5710 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5711 register set, so our regcache isn't declared "legacy" and our E500
5712 pseudoregister read and write functions aren't ignored.
5713 (rs6000_register_byte, rs6000_register_raw_size,
5714 rs6000_register_virtual_type, rs6000_register_convertible,
5715 rs6000_register_convert_to_virtual,
5716 rs6000_register_convert_to_raw): Deleted.
5717 (rs6000_register_type, rs6000_convert_register_p,
5718 rs6000_register_to_value, rs6000_value_to_register): New
5719 functions.
5720 (rs6000_gdbarch_init): Don't register
5721 gdbarch_deprecated_register_size,
5722 gdbarch_deprecated_register_bytes,
5723 gdbarch_deprecated_register_byte,
5724 gdbarch_deprecated_register_raw_size,
5725 gdbarch_deprecated_register_virtual_type,
5726 gdbarch_deprecated_register_convertible,
5727 gdbarch_deprecated_register_convert_to_virtual, or
5728 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5729 register gdbarch_register_type, gdbarch_convert_register_p,
5730 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5731
18ed0c4e
JB
57322004-05-26 Jim Blandy <jimb@redhat.com>
5733
5734 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5735 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5736 functions, updated to match the register numberings used in GCC.
5737 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5738 rs6000_dwarf2_reg_to_regnum as register number conversions
5739 functions for STABS and Dwarf2.
5740
779af9e3
RC
57412004-05-26 Randolph Chung <tausq@debian.org>
5742
5743 * infttrace.h (target_waitkind): Forward declare type instead of pulling
5744 in header file.
5745
c23968a2
JB
57462004-05-25 Joel Brobecker <brobecker@gnat.com>
5747
5748 * NEWS: Document new "start" command.
5749
3a7d1c27
RC
57502004-05-25 Randolph Chung <tausq@debian.org>
5751
5752 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5753 hppa-linux.
5754
43613416
RC
57552004-05-25 Randolph Chung <tausq@debian.org>
5756
5757 * hppa-hpux-tdep.c (offsetof): Define.
5758 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5759 (hppa32_hpux_frame_base_before_sigtramp)
5760 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5761 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5762 (hppa64_hpux_frame_base_before_sigtramp)
5763 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5764 functions.
5765 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5766 (hppa_hpux_sigtramp_frame_unwind_cache)
5767 (hppa_hpux_sigtramp_frame_this_id)
5768 (hppa_hpux_sigtramp_frame_prev_register)
5769 (hppa_hpux_sigtramp_frame_unwind)
5770 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5771 (hppa_hpux_init_abi): Register sigtramp unwinder.
5772 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5773
6d1be3f1
RC
57742004-05-25 Randolph Chung <tausq@debian.org>
5775
5776 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5777 and multiple stack unwinds.
5778 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5779
97c34f65
AC
57802004-05-25 Andrew Cagney <cagney@gnu.org>
5781
5782 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5783 * symfile-mem.h: Delete file.
5784 * symfile-mem.c: Do not include "symfile-mem.h".
5785 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5786 "struct bfd_section". When an error do not bother returning NULL.
5787 (add_symbol_file_from_memory_command): Use "struct bfd" and
5788 "struct bfd_section".
5789 * Makefile.in (symfile_mem_h): Delete.
5790 (symfile-mem.o): Update dependencies.
5791
e23cbd82
NR
57922004-05-25 Nick Roberts <nickrob@gnu.org>
5793
5794 * gdb-mi.el: New file.
5795
20d2ca3e
AC
57962004-05-25 Andrew Cagney <cagney@gnu.org>
5797
5798 * inftarg.c: Include "observer.h".
5799 (child_attach, child_create_inferior): Notify inferior_created.
5800 * corelow.c: Include "observer.h".
5801 (core_open): Notify inferior_created.
5802 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5803
c27cda74
AC
58042004-05-25 Andrew Cagney <cagney@gnu.org>
5805
5806 * target.h (struct target_ops): Add from_tty to
5807 to_create_inferior.
5808 (target_create_inferior, find_default_create_inferior): Update.
5809 * infcmd.c (run_command): Update.
5810 * wince.c (child_create_inferior): Update.
5811 * win32-nat.c (child_create_inferior): Update.
5812 * uw-thread.c (uw_thread_create_inferior): Update.
5813 * thread-db.c (thread_db_create_inferior): Update.
5814 * target.c (debug_to_create_inferior)
5815 (find_default_create_inferior): Update.
5816 (maybe_kill_then_create_inferior): Update.
5817 * sol-thread.c (sol_thread_create_inferior): Update.
5818 * remote.c (extended_remote_async_create_inferior)
5819 (extended_remote_create_inferior): Update.
5820 * remote-vx.c (vx_create_inferior): Update.
5821 * remote-st.c (st2000_create_inferior): Update.
5822 * remote-sim.c (gdbsim_create_inferior): Update.
5823 * remote-sds.c (sds_create_inferior): Update.
5824 * remote-rdp.c (remote_rdp_create_inferior): Update.
5825 * remote-rdi.c (arm_rdi_create_inferior): Update.
5826 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5827 * remote-e7000.c (e7000_create_inferior): Update.
5828 * procfs.c (procfs_create_inferior): Update.
5829 * ocd.c (ocd_create_inferior): Update.
5830 * ocd.h (ocd_create_inferior): Update.
5831 * nto-procfs.c (procfs_create_inferior): Update.
5832 * monitor.c (monitor_create_inferior): Update.
5833 * lin-lwp.c (lin_lwp_create_inferior): Update.
5834 * inftarg.c (child_create_inferior): Update.
5835 * hpux-thread.c (hpux_thread_create_inferior): Update.
5836 * gnu-nat.c (gnu_create_inferior): Update.
5837
1db2a798
AC
58382004-05-25 Andrew Cagney <cagney@gnu.com>
5839
5840 * MAINTAINERS: Update e-mail address.
5841
007d08bb
RC
58422004-05-24 Randolph Chung <tausq@debian.org>
5843
5844 * thread.c (info_threads_command, thread_apply_all_command)
5845 (thread_apply_command, thread_command, do_captured_thread_select):
5846 Remove HPUXHPPA-specific code.
5847
69e7b95e
RC
58482004-05-24 Randolph Chung <tausq@debian.org>
5849
5850 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5851 unused symbols.
5852 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5853 references.
5854
a4d5f2e0
JB
58552004-05-24 Joel Brobecker <brobecker@gnat.com>
5856
5857 * infcmd.c (kill_if_already_running): New function, extracted
5858 from run_command().
5859 (run_command): Replace extracted code by call to
5860 kill_if_already_running().
5861 (start_command): New function.
5862 (_initialize_infcmd): Add "start" command.
5863
bf2ca189
MK
58642004-05-24 Mark Kettenis <kettenis@gnu.org>
5865
5866 Add OpenBSD/m88k support.
5867 * NEWS (New native configurations): Mention OpenBSD/m88k.
5868 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5869 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5870 * Makefile.in (m88k_tdep_h): New variable.
5871 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5872 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5873 * configure.host: Add m88*-*-openbsd*.
5874 * configure.tgt: Add m88*-*-openbsd*.
5875
80fadb11
JB
58762004-05-24 Jim Blandy <jimb@redhat.com>
5877
5878 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5879 to approve changes.
5880
19e2d14b
KB
58812004-05-24 Kevin Buettner <kevinb@redhat.com>
5882
5883 * symtab.c (fixup_section): Search section table when lookup by
5884 name fails.
5885
1b07b470
RC
58862004-05-24 Randolph Chung <tausq@debian.org>
5887
5888 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5889 be "small_struct".
5890
368702b1
MK
58912004-05-24 Mark Kettenis <kettenis@gnu.org>
5892
5df97fde
MK
5893 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5894 register number in regcache_raw_collect call.
5895 (m68kbsd_collect_fpregset): Likewise.
5896 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5897
368702b1
MK
5898 * regset.h (struct regset): Add back `regset' member.
5899
a770d4ec
MK
59002004-05-23 Mark Kettenis <kettenis@gnu.org>
5901
70f9f479
MK
5902 * configure.in: Check for td_pcb in `struct thread'.
5903 * configure, config.in: Regenerated.
5904
2e16d79e
MK
5905 * dpx2-nat.c: Remove file.
5906 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5907 (dpx2-nat.o): Remove dependencies.
5908
492cf391
MK
5909 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5910 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5911 (amd64obsd_supply_pcb): New function.
5912 (_initialize_amd64obsd_nat): Enable libkvm interface.
5913 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5914 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5915 (LOADLIBES): New variable.
5916
a770d4ec
MK
5917 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5918 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5919 (sparc32nbsd_supply_pcb): New function.
5920 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5921 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5922 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5923 (LOADLIBES): New variable.
5924
9ea75c57
MK
59252004-05-22 Mark Kettenis <kettenis@gnu.org>
5926
2e0c3539
MK
5927 * bsd-kvm.c, bsd-kvm.h: New files.
5928 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5929 "bsd-kvm.h".
5930 (i386fbsd_supply_pcb): New function.
5931 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5932 (i386fbsd-nat.o): Update dependencies.
5933 (bsd_kvm_h): New variable.
5934 (bsd-kvm.o): New dependency.
5935 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5936 (LOADLIBES): New variable.
5937
9ea75c57
MK
5938 * regset.c: Tweak comment.
5939 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5940 macro.
5941 * regset.h: Update copyright year.
5942 (struct regset): Remove `descr' member, add `gdbarch' member.
5943 (regset_alloc): Adjust prototype and comment.
5944 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5945 (i386_supply_fpregset): Likewise.
5946 (i386_regset_from_core_section): Update call to regset_alloc.
5947 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5948 REGSET->arch.
5949 (i386obsd_aout_regset_from_core_section): Update call to
5950 regset_alloc.
5951 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5952 REGSET->arch.
5953 (i386nbsd_aout_regset_from_core_section): Update call to
5954 regset_alloc.
5955 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5956 REGSET->arch.
5957 (amd64_regset_from_core_section): Update call to regset_alloc.
5958 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5959 REGSET->arch.
5960 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5961 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5962 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5963 (sparc32nbsd_init_abi): Update call to regset_alloc.
5964 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5965 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5966 (sparc64obsd_init_abi): Update call to regset_alloc.
5967 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5968 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5969 (sparc64nbsd_init_abi): Update call to regset_alloc.
5970 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5971 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5972 (sparc64fbsd_init_abi): Update call to regset_alloc.
5973
867e2dc5
JB
59742004-05-22 Jim Blandy <jimb@redhat.com>
5975
5976 * ppc-tdep.h (spe_register_p): New declaration.
5977 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5978 ppc_spefscr_regnum.
5979 * rs6000-tdep.c (spe_register_p): New function.
5980 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5981 spefscr.
5982 (rs6000_gdbarch_init): Initialize the new members of the tdep
5983 structure.
5984
617a4cba
JB
59852004-05-21 Jim Blandy <jimb@redhat.com>
5986
0397dee1
JB
5987 * ppc-linux-nat.c (fetch_register): Move code back to be next
5988 to the comment that describes it. (Moved code, instead of
5989 comment, for symmetry with store_register.)
5990
617a4cba
JB
5991 Allocate regset structures in the gdbarch's obstack, not using
5992 xmalloc.
5993 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5994 Add 'arch' argument. Allocate the regset on arch's obstack, not
5995 using xmalloc.
5996 * regset.h (regset_alloc): Update declaration.
5997 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5998 gdbarch argument.
5999 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6000 * i386-tdep.c (i386_regset_from_core_section): Same.
6001 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6002 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6003 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6004 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6005 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6006 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6007
9aa3914d
JB
60082004-05-21 Joel Brobecker <brobecker@gnat.com>
6009
6010 * config/djgpp/fnchange.lst: Undo previous change, was useless.
6011
99c87dab
JB
60122004-05-21 Jim Blandy <jimb@redhat.com>
6013
6014 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
6015 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
6016
c2b6b4aa
JB
60172004-05-20 Jim Blandy <jimb@redhat.com>
6018
6019 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
6020
144529d0
MK
60212004-05-20 Mark Kettenis <kettenis@gnu.org>
6022
6023 * regset.h: Make prototype const-correct.
6024 * regset.c (regset_xmalloc): Make const-correct.
6025
4725b721
PH
60262004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
6027
6028 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
6029 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
6030 (symbol_search_name): Declare.
6031
6032 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
6033 (iter_name_next_hashed): Ditto.
6034 (iter_name_next_linear): Ditto.
6035 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
6036
6037 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
6038 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
6039 (symbol_search_name): New function.
6040
6041 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
6042
6043 * minsyms.c (build_minimal_symbol_hash_tables): Change
6044 test for adding to demangled hash table to check for difference
6045 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
6046
be07a590
JB
60472004-05-19 Jim Blandy <jimb@redhat.com>
6048
6049 Use a constructor function to create regset structures.
6050 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
6051 (struct regset): Use supply_regset_ftype. Add new
6052 'collect_regset' member.
6053 (regset_xmalloc): New declaration.
6054 * regset.c: New file.
6055 * am64-tdep.c (amd64_regset_from_core_section): Use
6056 regset_xmalloc to construct regset structures.
6057 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6058 * i386-tdep.c (i386_regset_from_core_section): Same.
6059 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6060 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6061 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6062 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6063 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6064 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6065 * Makefile.in (COMMON_OBS): Add regset.o.
6066 (regset.o): New rule.
6067
604368f5
JB
60682004-05-19 Joel Brobecker <brobecker@gnat.com>
6069
6070 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
6071 and pthread_cond_wait.c.
6072
82d69f8b
JB
60732004-05-18 Jim Blandy <jimb@redhat.com>
6074
6075 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
6076 before the mach-specific switch, and then let the individual cases
6077 override the defaults, rather than leaving them uninitialized
6078 until the switch and then setting them in each case.
6079
5859efe5
RC
60802004-05-18 Randolph Chung <tausq@debian.org>
6081
6082 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
6083 millicode functions.
6084
9ca80cf8
RC
60852004-05-18 Randolph Chung <tausq@debian.org>
6086
6087 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
6088 references to dld_flags_buffer consistent.
6089
ed70ba00
RC
60902004-05-18 Randolph Chung <tausq@debian.org>
6091
6092 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
6093 it for unwinding the stack.
6094
63100632
RC
60952004-05-18 Randolph Chung <tausq@debian.org>
6096
6097 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
6098 Undefine these so we can overide them using gdbarch.
6099
090ccbb7
RC
61002004-05-18 Randolph Chung <tausq@debian.org>
6101
6102 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
6103 handling for 64-bit HPUX (elf).
6104
594706e6
DJ
61052004-05-18 Daniel Jacobowitz <dan@debian.org>
6106
6107 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
6108 constants.
6109 * amd64-tdep.c (amd64_skip_prologue): Likewise.
6110 * ia64-tdep.c (examine_prologue): Likewise.
6111 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
6112 * v850-tdep.c (v850_fix_call_dummy): Likewise.
6113
e5483145
MK
61142004-05-18 Mark Kettenis <kettenis@gnu.org>
6115
6116 * vax-tdep.c (vax_return_value): Implement
6117 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6118
caed1a45
MK
61192004-05-17 Mark Kettenis <kettenis@gnu.org>
6120
6121 * vax-tdep.c (vax_return_value): Fix typo.
6122
3c0b7db2
AC
61232004-05-17 Andrew Cagney <cagney@redhat.com>
6124
5aae53e5
AC
6125 * MAINTAINERS: Mark Salter was also responsible for
6126 testsuite/config/
6127
3c0b7db2
AC
6128 * NEWS: Mention signal fixes.
6129
22b0923d
RC
61302004-05-17 Randolph Chung <tausq@debian.org>
6131
6132 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
6133 check to see if we are unwinding an export stub. Export stubs clobber
6134 the %rp in the call path and stores the original rp in a stack slot.
6135
22f2b2f3
JB
61362004-05-17 Jim Blandy <jimb@redhat.com>
6137
6138 * MAINTAINERS: Update address for J.T. Conklin.
6139
cea96d64
RC
61402004-05-17 Randolph Chung <tausq@debian.org>
6141
6142 * hppa-tdep.c: Remove superfluous #include's.
6143 * Makefile.in (hppa-tdep.o): Update dependencies.
6144
f08f6a4a
RC
61452004-05-17 Randolph Chung <tausq@debian.org>
6146
6147 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
6148 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
6149 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
6150 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
6151 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
6152 Remove static function declarations.
6153
51da707a
MK
61542004-05-17 Mark Kettenis <kettenis@gnu.org>
6155
caed1a45
MK
6156 * alphabsd-nat.c: Update copyright year.
6157 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
6158
c0c2b0db
MK
6159 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
6160 and M68K_A2_REGNUM.
6161
51da707a
MK
6162 * m68k-tdep.c (m68k_svr4_return_value): Implement
6163 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6164
8d027a04
MK
61652004-05-16 Mark Kettenis <kettenis@gnu.org>
6166
6167 * sol-thread.c Update copyright year. Fix various coding
6168 standards violations. Tweak a few comments.
6169 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
6170 Delete prototypes.
6171
0d99fdb9
RC
61722004-05-15 Randolph Chung <tausq@debian.org>
6173
6174 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
6175 as pointer instead of array reference since HPUX compiler does
6176 not accept unsized array arguments.
6177 * somsolib.c (dld_flags_buffer): Use constant array size.
6178
f7e3843a
MK
61792004-05-15 Mark Kettenis <kettenis@gnu.org>
6180
0fe85704
MK
6181 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
6182 offset with decimal offset.
6183 (amd64obsd_sigcontext_addr): Return correct address for entire
6184 signal trampoline.
6185
a54f9a00
MK
6186 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
6187 instead of get_frame_base.
6188
feae6502
MK
6189 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
6190 (fill_gregset): Use regcache_raw_collect.
6191
0382d099
MK
6192 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
6193 ppcobsd-tdep.c.
6194
f7e3843a
MK
6195 * config/sparc/tm-nbsd64.h: Remove file.
6196 * config/tm-sunos.h: Remove file.
6197
773df3e5
JB
61982004-05-15 Joel Brobecker <brobecker@gnat.com>
6199
6200 * rs6000-tdep.c (store_param_on_stack_p): New function,
6201 an improved version of some code extracted from skip_prologue().
6202 (skip_prologue): Use store_param_on_stack_p() to detect
6203 instructions saving a parameter on the stack. Detect when r0
6204 is used to save a parameter.
6205 Do not mark "li rx, SIMM" instructions as part of the prologue,
6206 unless the following instruction is also part of the prologue.
6207
95918acb
AC
62082004-05-14 Andrew Cagney <cagney@redhat.com>
6209
06f32659
AC
6210 * infrun.c (handle_inferior_event): Simplify
6211 STEP_OVER_UNDEBUGGABLE.
6212
95918acb
AC
6213 * infrun.c (handle_step_into_function): Delete function.
6214 (handle_inferior_event): Inline calls to
6215 handle_step_into_function.
6216
40711ff1 62172004-05-14 Jerome Guitton <guitton@gnat.com>
42203e46
JG
6218
6219 * rs6000-nat.c: Fix a comment.
6220
02f60eae
JB
62212004-05-12 David Anderson <davea@sgi.com>
6222
6223 Committed by Jim Blandy <jimb@redhat.com>:
6224 * regcache.c (struct regcache_descr): fix comment spelling.
6225
552e377b
JB
62262004-05-13 J. Brobecker <brobecker@gnat.com>
6227
6228 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
6229 Fixes a link link failure.
6230
349766b2
JB
62312004-05-13 J. Brobecker <brobecker@gnat.com>
6232
6233 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
6234 error that was causing the build to fail.
6235
0d4d5484
JB
62362004-05-13 J. Brobecker <brobecker@gnat.com>
6237
6238 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
6239 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
6240
0b30808c
AC
62412004-05-13 Andrew Cagney <cagney@redhat.com>
6242
6243 * infrun.c (handle_inferior_event): Check for
6244 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
6245 calls. Update comments.
6246
cdf2c5f5
JB
62472004-05-13 Jim Blandy <jimb@redhat.com>
6248
063715bf
JB
6249 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
6250 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6251 (store_regs_user_thread, store_regs_kernel_thread): Use
6252 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
6253 * ppc-linux-nat.c (fill_gregset): Same.
6254 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
6255 (ppc_linux_sigtramp_cache): Same.
6256 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
6257 (ppcnbsd_sigtramp_cache_init): Same.
6258 * rs6000-nat.c (fetch_core_registers): Same.
6259 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
6260 (rs6000_frame_cache): Same.
6261
cdf2c5f5
JB
6262 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
6263 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
6264 of assuming that the gprs are numbered starting with zero.
6265 * ppc-linux-nat.c (fill_gregset): Same.
6266 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
6267 * ppcnbsd-nat.c (getregs_supplies): Same.
6268 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
6269 * rs6000-nat.c (fetch_core_registers): Same.
6270 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
6271
450bd37b
MS
62722004-05-07 Michael Snyder <msnyder@redhat.com>
6273
6274 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
6275 LOC_COMPUTED_ARG, and LOC_INDIRECT.
6276
4a72a2a6
AC
62772004-05-13 Andrew Cagney <cagney@redhat.com>
6278
6279 * infrun.c (handle_inferior_event): Use frame_unwind_id.
6280
8edfa926
BM
62812004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6282
6283 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
6284 base_address for shared libraries.
6285
723e0e3d
BM
62862004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6287
6288 * MAINTAINERS (write after approval): Add myself.
6289
00d4360e
UW
62902004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6291
6292 * breakpoint.c (bpstat_stop_status): Add new argument
6293 STOPPED_BY_WATCHPOINT. Use it instead of testing
6294 target_stopped_data_address agaist 0 to check whether
6295 or not we stopped due to a hardware watchpoint.
6296 * breakpoint.h (bpstat_stop_status): Adapt prototype.
6297 * infrun.c (handle_inferior_event): Call bpstat_stop_status
6298 with new argument.
6299
ec76baa5
JB
63002004-05-12 Jim Blandy <jimb@redhat.com>
6301
6302 * configure.in: When checking whether we should use the -bbigtoc
6303 option, don't forget to restore the original value of LDFLAGS.
6304 * configure: Regenerated.
6305
f2c9ca08
AC
63062004-05-12 Andrew Cagney <cagney@redhat.com>
6307
6308 * thread.c (load_infrun_state): Delete step_sp.
6309 * infrun.c (context_switch): Ditto.
6310 * inferior.h (step_sp): Ditto.
6311 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
6312 * gdbthread.h (struct thread_info, save_infrun_state)
6313 (restore_infrun_state): Ditto.
6314
090ddb2a
UW
63152004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
6316
6317 * MAINTAINERS (write after approval): Add myself.
6318
8aad930b
AC
63192004-05-12 Andrew Cagney <cagney@redhat.com>
6320
6321 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
6322 eliminate reference to step_sp.
6323 (struct execution_control_state, init_execution_control_state)
6324 (handle_inferior_event, keep_going): Delete update_step_sp and
6325 step_sp.
6326 * infcmd.c (step_sp): Note that variable is unused.
6327
922d5ae0
AC
63282004-05-11 Andrew Cagney <cagney@redhat.com>
6329
6330 * infrun.c (step_over_function): Delete function.
6331 (handle_step_into_function): Use insert_step_resume_breakpoint.
6332 (insert_step_resume_breakpoint): Fix assertion.
6333
017c5ca5
NR
63342004-05-11 Nick Roberts <nickrob@gnu.org>
6335
6336 * utils.c (defaulted_query): Just use the normal query input type
6337 when printing the annotations.
6338
42edda50
AC
63392004-05-11 Andrew Cagney <cagney@redhat.com>
6340
6341 * infrun.c (handle_inferior_event): Simplify code handling
6342 step-into or return-from a signal trampoline.
6343
d28b44a7
AC
63442004-05-11 Andrew Cagney <cagney@redhat.com>
6345
6346 * ppcnbsd-tdep.c: Include "gdb_assert.h".
6347 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
6348
383f0f5b
JB
63492004-05-10 Jim Blandy <jimb@redhat.com>
6350
d0b57c3a
JB
6351 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
6352 with a call to internal_error.
6353
383f0f5b
JB
6354 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
6355 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
6356 processor variant lacks those registers.
6357 (ppc_floating_point_unit_p): Change description to make it clear
6358 that this returns info about the ISA, not the ABI.
6359 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
6360 return true or false by checking tdep->ppc_fp0_regnum and
6361 tdep->ppc_fpscr_regnum. The original code replicated the BFD
6362 arch/mach switching done in rs6000_gdbarch_init; it's better to
6363 keep that logic there, and just check the results here.
6364 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
6365 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
6366 floating-point registers.
6367 (ppc_supply_fpregset, ppc_collect_fpregset)
6368 (rs6000_push_dummy_call, rs6000_extract_return_value)
6369 (rs6000_store_return_value): Assert that we have floating-point
6370 registers.
6371 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
6372 (rs6000_frame_cache): Don't note the locations at which
6373 floating-point registers were saved if we have no fprs.
6374 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
6375 registers.
6376 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6377 (store_regs_user_thread, store_regs_kernel_thread): Only call
6378 supply_fprs / fill_fprs if we actually have floating-point
6379 registers.
6380 (special_register_p): Check ppc_fpscr_regnum before matching
6381 against it.
6382 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
6383 supply / collect fpscr if we don't have it.
6384 * ppc-bdm.c: #include "gdb_assert.h".
6385 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
6386 have floating-point registers, since I can't test this code on
6387 FP-free systems to adapt it.
6388 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
6389 fpscr and floating point register numbers if they don't exist.
6390 (fetch_register): Assert that we have floating-point registers
6391 before we reach the code that handles them.
6392 (store_register): Same. And use tdep instead of calling
6393 gdbarch_tdep again.
6394 (fill_fpregset): Don't try to collect FP registers and fpscr if we
6395 don't have them.
6396 (ppc_linux_sigtramp_cache): Don't record the saved locations of
6397 fprs and fpscr if we don't have them.
6398 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
6399 don't have them.
6400 * ppcnbsd-nat.c: #include "gdb_assert.h".
6401 (getfpregs_supplies): Assert that we have floating-point registers.
6402 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
6403 * ppcobsd-tdep.c: #include "gdb_assert.h".
6404 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
6405 have floating-point registers.
6406 * rs6000-nat.c (regmap): Don't match against the fpscr and
6407 floating point register numbers if they don't exist.
6408 (fetch_inferior_registers, store_inferior_registers,
6409 fetch_core_registers): Only fetch / store / supply the
6410 floating-point registers and the fpscr if we have them.
6411 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
6412 (ppcobsd-tdep.o): Update dependencies.
6413
15960608
AC
64142004-05-10 Andrew Cagney <cagney@redhat.com>
6415
6416 * infrun.c (through_sigtramp_breakpoint): Delete variable.
6417 (context_switch): Do not switch through_sigtramp_breakpoint.
6418 * gdbthread.h (save_infrun_state, load_infrun_state)
6419 (struct thread_info): Delete through_sigtramp_breakpoint parameter
6420 and structure member.
6421 * thread.c (load_infrun_state, save_infrun_state): Update.
6422
5ab5aa0f
MK
64232004-05-10 Mark Kettenis <kettenis@gnu.org>
6424
6425 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
6426
da78b0e7
DJ
64272004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6428
6429 * acinclude.m4: Quote macro names being defined by AC_DEFUN
6430 throughout.
6431 * aclocal.m4: Regenerate.
6432
cca0d3b0
NW
64332004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
6434
6435 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
6436
d303a6c7
AC
64372004-05-10 Andrew Cagney <cagney@redhat.com>
6438
6439 * infrun.c (check_sigtramp2): Delete function.
6440 (handle_inferior_event): When single stepping, and taking a
6441 signal, set a breakpoint at the signal return address. Delete
6442 redundant calls to check_sigtramp2.
6443 (insert_step_resume_breakpoint): New function.
6444 (through_sigtramp_breakpoint, handle_inferior_event)
6445 (follow_exec, wait_for_inferior, fetch_inferior_event)
6446 (currently_stepping, keep_going): Delete most uses of
6447 through_sigtramp_breakpoint, not that it should be deleted.
6448 (delete_breakpoint_current_contents): Delete function.
6449
03f4cc20
RC
64502004-05-10 Randolph Chung <tausq@debian.org>
6451
6452 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
6453 target.
6454 * config/pa/tm-linux.h: New file.
6455
37fc812e
DJ
64562004-05-10 Daniel Jacobowitz <drow@mvista.com>
6457
6458 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
6459 of prefixes. Don't print the prefix twice in the CLI.
6460
26c0b942
JB
64612004-05-10 Jim Blandy <jimb@redhat.com>
6462
2e56e9c1
JB
6463 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
6464 collect all the gprs.
6465
26c0b942
JB
6466 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
6467 loop collecting gprs.
6468
dc497459
AC
64692004-05-09 Andrew Cagney <cagney@redhat.com>
6470
6471 * remote-vx.c (net_step): Delete step-range code.
6472 * remote.c (remote_resume, init_all_packet_configs)
6473 (set_remote_protocol_E_packet_cmd)
6474 (show_remote_protocol_E_packet_cmd)
6475 (remote_protocol_E, show_remote_cmd, _initialize_remote)
6476 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
6477 (show_remote_protocol_e_packet_cmd): Ditto.
6478
0543f387
MK
64792004-05-09 Mark Kettenis <kettenis@gnu.org>
6480
c481d1ca
MK
6481 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
6482
f626a069
MK
6483 * hppa-tdep.h: Update copyright year.
6484 (struct trad_frame_saved_reg): Add opaque declaration.
6485
6fa57a7d
MK
6486 * amd64-tdep.c (amd64_return_value): Implement
6487 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6488
e47577ab
MK
6489 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
6490 (m68k_value_to_register): New functions.
6491 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
6492 value_to_register.
6493
31db7b6c
MK
6494 * defs.h (enum return_value_convention): Add
6495 RETURN_VALUE_ABI_RETURNS_ADDRESS and
6496 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6497 * infcmd.c (legacy_return_value): New function.
6498 (print_return_value): Rwerite to implement
6499 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6500 * values.c (using_struct_return): Check for inequality to
6501 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
6502 RETURN_VALUE_STRUCT_CONVENTION.
6503 * i386-tdep.c (i386_return_value): Implement
6504 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6505
0543f387
MK
6506 * vax-tdep.c: Tweak comments. Reorder include files. Don't
6507 include "symtab.h", "opcode/vax.h" and "inferior.h".
6508 (vax_skip_prologue): Replace calls to read_memory_integer by calls
6509 to read_memory_unsigned_integer.
6510 (vax_gdbarch_init): Reorder.
6511 (_initialize_vax_tdep): Spell out prototype.
6512 * Makefile.in (vax-tdep.o): Update dependencies.
6513
0c93b7b6
AC
65142004-05-08 Andrew Cagney <cagney@redhat.com>
6515
e6b55ae2
AC
6516 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
6517 * target.c (target_detach, target_disconnect): Ditto.
6518
1ac839b8
AC
6519 * infcall.c (call_function_by_hand): When no
6520 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
6521 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
6522 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
6523 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6524 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6525
28954179
AC
6526 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
6527 * gdbarch.h, gdbarch.c: Re-generate.
6528 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6529 deprecated_fix_call_dummy.
6530 * v850-tdep.c (v850_gdbarch_init): Ditto.
6531 * infcall.c (call_function_by_hand): Do not call
6532 DEPRECATED_FIX_CALL_DUMMY.
6533
434b87dd
AC
6534 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
6535 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
6536 * gdbarch.h, gdbarch.c: Re-generate.
6537 * arm-linux-tdep.c (arm_linux_call_dummy_words)
6538 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
6539 deprecated_sizeof_call_dummy_words.
6540 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
6541 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6542 * v850-tdep.c (v850_gdbarch_init): Ditto.
6543 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
6544 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
6545 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6546 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6547 * arch-utils.h (legacy_call_dummy_words)
6548 (legacy_sizeof_call_dummy_words): Delete declarations.
6549 * arch-utils.c (legacy_call_dummy_words)
6550 (legacy_sizeof_call_dummy_words): Delete variables.
6551
58d28df8
AC
6552 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
6553 * gdbarch.h, gdbarch.c: Re-generate.
6554 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
6555 * infcall.c (call_function_by_hand): Eliminate call to
6556 DEPRECATED_PUSH_DUMMY_FRAME.
6557 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6558 push_dummy_frame.
6559 (ns32k_push_dummy_frame): Delete function.
6560
e4a2df64
AC
6561 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6562 deprecated_call_dummy_breakpoint_offset or
6563 deprecated_call_dummy_start_offset.
6564 * dummy-frame.c, arm-tdep.c: Update comments.
6565 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
6566 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
6567 * gdbarch.h, gdbarch.c: Re-generate.
6568
d3712828
AC
6569 * infcall.c (legacy_push_dummy_code): Delete function.
6570 (push_dummy_code): Delete call.
6571
7a882905
AC
6572 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
6573 * gdbarch.h, gdbarch.c: Re-generate.
6574 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
6575 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
6576 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
6577 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
6578
0ec5872b
AC
6579 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
6580 (struct frame_info): Delete opaque declaration.
6581 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
6582 * frame.c (get_frame_type): Delete call.
6583
0c93b7b6
AC
6584 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6585 pc_in_call_dummy.
6586 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
6587 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
6588
75536971
MK
65892004-05-08 Mark Kettenis <kettenis@gnu.org>
6590
527ca6bb
MK
6591 * alphanbsd-tdep.c: Include "gdb_string.h".
6592 * armnbsd-tdep.c: Update copyright year.
6593 Include "gdb_string.h".
6594 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
6595 dependencies.
6596
d39fdc61
MK
6597 * delta68-nat.c: Remove file.
6598 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
6599 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
6600 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
6601 (delta68-nat.o): Remove dependency.
6602
75536971
MK
6603 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
6604 function.
6605 (m68k_gdbarch_init): Don't set
6606 deprecated_frameless_function_invocation.
6607
f4ca1d1f
RC
66082004-05-07 Randolph Chung <tausq@debian.org>
6609
6610 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
6611 read_memory_nobpt for code reading when doing frame unwinding.
6612 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
6613
2f0e8c7a
RC
66142004-05-07 Randolph Chung <tausq@debian.org>
6615
6616 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
6617 instead of sp, handle sigaltstack case.
6618 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
6619 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
6620 signal handler and not that of the caller.
6621 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
6622 hppa_linux_sigtramp_find_sigcontext.
6623
959464ff
RC
66242004-05-07 Randolph Chung <tausq@debian.org>
6625
6626 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
6627 hppa-linux-nat.c.
6628 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
6629 * hppa-linux-nat.c (fetch_register, store_register): Define.
6630 (fetch_inferior_registers, store_inferior_registers): Define.
6631 (supply_gregset): Add comment and clean up some unneeded code.
6632 (fill_gregset): Add comment and fix so that it saves registers in
6633 the right place in the gregset.
6634 (fill_fpregset): Fix buffer overrun problem.
6635 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6636
0da28f8a
RC
66372004-05-07 Randolph Chung <tausq@debian.org>
6638
6639 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
6640 do common handling of the pcoqt register.
6641 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
6642 to use helper function.
6643 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
6644 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
6645 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
6646 generic fallback unwinder when all else fails.
6647 (hppa_gdbarch_init): Add fallback sniffer.
6648 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
6649 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
6650 to use helper function.
6651
b9ec757a
JB
66522004-05-08 Joel Brobecker <brobecker@gnat.com>
6653
6654 * config/djgpp/fnchange.lst: Add translation rules for
6655 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
6656
756e95f1
MK
66572004-05-08 Mark Kettenis <kettenis@gnu.org>
6658
6659 * frame.c (get_prev_frame_1): Work around GCC bug.
6660 * frame.h: Add comment about GCC bug.
6661
2b4855ab
AC
66622004-05-07 Andrew Cagney <cagney@redhat.com>
6663
6664 * observer.c: Include "commands.h" and "gdbcmd.h".
6665 (observer_debug, _initialize_observer): Add the
6666 command "set/show debug observer".
6667 * observer.sh: When observer debugging, log notify calls.
6668 * Makefile.in (observer.o): Update dependencies.
6669
ba3e8e46
JM
66702004-05-07 Jason Molenda (jmolenda@apple.com)
6671
6672 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6673
16796152
JB
66742004-05-07 Jim Blandy <jimb@redhat.com>
6675
daf6dc85
JB
6676 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6677 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6678 to recognize gpr regnums, instead of assuming that
6679 tdep->ppc_fp0_regnum marks the end of the general-purpose
6680 registers.
6681
16796152
JB
6682 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6683 the given architecture has floating-point registers.
6684
c69b8bfc
AC
66852004-05-07 Andrew Cagney <cagney@redhat.com>
6686
6687 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6688 macro defined to 1.
6689 * gdbarch.h, gdbarch.c: Re-generate.
6690 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6691 deprecated_use_generic_dummy_frames.
6692
7243600a
BF
66932004-05-07 Brian Ford <ford@vss.fsi.com>
6694
6695 * NEWS: Mention Cygwin DWARF 2 support.
6696
73c1e0a1
AC
66972004-05-07 Andrew Cagney <cagney@redhat.com>
6698
6699 * objfiles.h (struct entry_info): Delete unused fields
6700 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6701 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6702 * mipsread.c (mipscoff_symfile_read): Update.
6703 * mdebugread.c (parse_partial_symbols): Update.
6704 * dwarfread.c (read_file_scope): Update.
6705 * dwarf2read.c (read_file_scope): Update.
6706 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6707 * coffread.c (complete_symtab): Update.
6708
1d3056ac
MK
67092004-05-07 Mark Kettenis <kettenis@gnu.org>
6710
6711 * infcall.c (_initialize_infcall): Fix typo.
6712
15170568
AC
67132004-05-07 Andrew Cagney <cagney@redhat.com>
6714
6715 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6716 * command.h (add_setshow_zinteger_cmd): Declare.
6717
34f75cc1
RC
67182004-05-06 Randolph Chung <tausq@debian.org>
6719
6720 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6721 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6722 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6723 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6724 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6725 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6726 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6727 definitions ...
6728 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6729 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6730 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6731 (hppa64_hpux_frame_find_saved_regs_in_sig)
6732 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6733 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6734 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6735 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6736 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6737 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6738 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6739 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6740 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6741 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6742 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6743 (hppa32_register_type, hppa_cannot_store_register)
6744 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6745 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6746 * hpread.c (hpread_process_one_debug_symbol): Likewise.
6747 * pa64solib.c (pa64_solib_have_load_event)
6748 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6749 (pa64_solib_unloaded_library_pathname): Likewise.
6750 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6751 (som_solib_library_pathname): Likewise.
6752
0a5e7efe
JI
67532004-05-05 Jim Ingham <jingham@apple.com>
6754
6755 * breakpoint.c (create_breakpoints): Copy the ignore count and
6756 thread id over from the pended breakpoint to the actual
6757 breakpoint.
6758
10a4b113
AC
67592004-05-05 Andrew Cagney <cagney@redhat.com>
6760
6761 * gdbarch.sh (PARM_BOUNDARY): Delete.
6762 gdbarch.h, gdbarch.c: Re-generate.
6763 * valops.c (PARM_BOUNDARY): Delete macro.
6764 (value_push): Delete PARM_BOUNDARY code.
6765 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6766
366f009f
JB
67672004-05-04 Jim Blandy <jimb@redhat.com>
6768
32b99774
JB
6769 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6770 Don't assume that the gprs, fprs, and UISA sprs are
6771 contiguous, start at register number zero, and end with fpscr.
6772 Instead, use the numbers from the tdep structure.
6773
366f009f
JB
6774 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6775 should no longer be used in code specific to the RS6000 and its
6776 derivatives.
6777 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6778 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6779 tdep->ppc_fp0_regnum.
6780 (ppc_supply_fpregset, ppc_collect_fpregset)
6781 (rs6000_push_dummy_call, rs6000_extract_return_value)
6782 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6783 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6784 FP0_REGNUM.
6785 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6786 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6787 Same.
6788 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6789 bdm_ppc_store_registers): Same.
6790 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6791 (store_register, fill_fpregset): Same.
6792 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6793 (ppc_linux_supply_fpregset): Same.
6794 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6795 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6796 Same.
6797 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6798 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6799 ppc64_sysv_abi_return_value): Same.
6800 * rs6000-nat.c (regmap, fetch_inferior_registers)
6801 (store_inferior_registers, fetch_core_registers): Same.
6802
827f338d
MK
68032004-05-01 Mark Kettenis <kettenis@gnu.org>
6804
6805 * m68knbsd-nat.c: Remove file.
6806 * m68knbsd-tdep.c: Remove file.
6807 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6808 dependencies.
6809 * configure.host: Add m68k-*-netbsdelf*.
6810 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6811 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6812 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6813 (XM_FILE): Remove.
6814 * config/m68k/nbsdelf.mh: New file.
6815 * config/m68k/nbsd.mt: New file.
6816 * config/m68k/nbsdaout.mt: Remove file.
6817 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6818 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6819 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6820 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6821 (use_struct_convention): Remove prototype.
6822 (USE_STRUCT_CONVENTION): Remove define.
6823 * config/m68k/xm-nbsd.h: Remove file.
6824
66894781
MS
68252004-05-04 Michael Snyder <msnyder@redhat.com>
6826
6827 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6828 reg_struct_return method (as gcc usually does for cross targets).
6829
f0f63663
AC
68302004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6831
6832 Committed by Andrew Cagney.
6833 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6834 alignment padding when accessing ucontext struct members.
6835
edf61169
JB
68362004-05-04 Jim Blandy <jimb@redhat.com>
6837
8bf659e8
JB
6838 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6839 'ppc_gplast_regnum' member.
6840 (ppc_num_gprs): New enum constant.
6841 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6842 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6843 * rs6000-nat.c (regmap, fetch_inferior_registers,
6844 store_inferior_registers): Same.
6845 * rs6000-tdep.c (e500_pseudo_register_read)
6846 (e500_pseudo_register_write): Same.
6847 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6848
b967e06f
JB
6849 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6850 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6851 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6852 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6853 FPLAST_REGNUM.
6854 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6855 Same.
6856 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6857 * rs6000-nat.c (regmap, fetch_inferior_registers)
6858 (store_inferior_registers): Same.
6859
edf61169
JB
6860 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6861 with FPLAST_REGNUM.
6862
58a9656e
JB
68632004-05-03 Joel Brobecker <brobecker@gnat.com>
6864
6865 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6866 failure detected by recent versions of GCC.
6867 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6868 to be consistent with the usage in dwarf2_create_include_psymtab.
6869
dc305454
MS
68702004-05-03 Michael Snyder <msnyder@redhat.com>
6871
6872 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6873 (heuristic_proc_start): Whitespace cleanup.
6874
29972665
MK
68752004-05-04 Mark Kettenis <kettenis@gnu.org>
6876
6b57680d
MK
6877 * sun3-nat.c: Remove file.
6878 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6879 dependencies.
6880 (ALLDEPFILES): Remove sun3-nat.c.
6881 (sun3-nat.o): Remove dependencies.
6882
29972665
MK
6883 * i386-interix-nat.c, i386-interix-tdep.c,
6884 config/i386/nm-interix.h, config/i386/interix.mh,
6885 config/i386/interix.mt: Remove files.
6886 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6887 dependencies.
6888
f595cb19
MK
68892004-05-03 Mark Kettenis <kettenis@gnu.org>
6890
6891 * m68k-tdep.h (struct gdbarch_tdep): Add member
6892 struct_value_regnum.
6893 (m68k_svr4_init_abi): New prototype.
6894 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6895 different calling conventions.
6896 (m68k_extract_return_value): Remove code dealing with single-field
6897 structs.
6898 (m68k_store_return_value): Remove code dealing with single-field
6899 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6900 (m68k_extract_struct_value_address): Remove function.
6901 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6902 (m68k_reg_struct_return_p, m68k_return_value)
6903 (m68k_svr4_return_value): New functions.
6904 (m68k_use_struct_convention): Remove function.
6905 (m68k_push_dummy_call): Use new struct_value_regnum member of
6906 `struct gdbarch_tdep' instead of hardcoded register number to
6907 store STRUCT_ADDR.
6908 (m68k_svr4_init_abi): New function.
6909 (m68k_gdbarch_init): Don't set extract_return_value,
6910 store_return_values, deprecated_extract_struct_value_address and
6911 use_struct_convention. Set return_value instead. Initialize new
6912 struct_value_regnum member of `struct gdbarch_tdep'.
6913 * m68klinux-tdep.c: Update copyright year.
6914 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6915 (m68k_linux_extract_struct_value_address): Remove function.
6916 (m68k_linux_init_abi): Don't set extract_return_value,
6917 store_return_values, deprecated_extract_struct_value_address and
6918 use_struct_convention. Call m68k_svr4_init_abi but override the
6919 new struct_value_regnum member of `struct gdbarch_tdep'.
6920 * Makefile.in (m68k-tdep.o): Update dependencies.
6921
aaa75496
JB
69222004-05-03 J. Brobecker <brobecker@gnat.com>
6923
6924 * dwarf2read.c (line_header): Add new included_p field in
6925 field file_names.
6926 (partial_die_info): New field has_stmt_list. New field line_offset.
6927 (dwarf2_create_include_psymtab): New function.
6928 (dwarf2_build_include_psymtabs): New function.
6929 (add_file_name): Add forward declaration. Initialize new field.
6930 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6931 to be able to determine the list of files included by the
6932 given unit, and build their associated psymtabs.
6933 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6934 files as well.
6935 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6936 (read_file_scope): Update call to dwarf_decode_lines.
6937 (read_partial_die): Handle DW_AT_stmt_list attributes.
6938
c848556f
MC
69392004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6940
6941 Unfix PR gdb/1626.
6942 * configure.in: Revert special case for osf5.*.
6943 * configure: Regenerate.
6944
eb4556d7
JB
69452004-05-02 Jim Blandy <jimb@redhat.com>
6946
6947 Move the symbol-file-from-memory functions into their own file.
6948 * symfile-mem.c, symfile-mem.h: New files.
6949 * symfile.c (symbol_file_add_from_bfd): New function.
6950 (symbol_file_add): Call symbol_file_add_from_bfd.
6951 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6952 Moved to symfile-mem.c.
6953 (_initialize_symfile): Move definition of
6954 add-symbol-file-from-memory command to symfile-mem.c.
6955 * symfile.h (symbol_file_add_from_bfd): New declaration.
6956 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6957 * config/powerpc/linux.mt (TDEPFILES): Same.
6958 * Makefile.in (SFILES): Add symfile-mem.c.
6959 (symfile_mem_h): New variable.
6960 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6961 (symfile-mem.o): New rule.
6962
80bb239e
AC
69632004-05-01 Andrew Cagney <cagney@redhat.com>
6964
7789d0fa
AC
6965 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6966 frame_find_by_id instead of frame_relative_level.
6967 (do_enable_breakpoint): Ditto.
6968 * thread.c: Update copyright.
6969 (info_threads_command): Ditto, simplify.
6970
80bb239e
AC
6971 * frame.c (deprecated_generic_get_saved_register): Delete
6972 function, moved to "xstormy16-tdep.c".
6973 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6974 deprecated_generic_get_saved_register from "frame.c".
6975 (xstormy16_frame_saved_register): Call
6976 xstormy16_get_saved_register.
6977 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6978 static.
6979 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6980 * frame.h (deprecated_generic_get_saved_register): Delete.
6981
b2a871dd
MC
69822004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6983
6984 * dwarfread.c: Update documentation on the state of dwarf-1.
6985
0e100dab
AC
69862004-05-01 Andrew Cagney <cagney@redhat.com>
6987
acd8056e
AC
6988 * stack.c (select_frame_command): Delete call to
6989 frame_relative_level.
6990 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6991 Delete #if0 code.
6992 (frame_info): Do not print FRAMELESS.
6993 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6994 (catch_info): Delete #if0 code.
6995
0e100dab
AC
6996 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6997 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6998 of frame_relative_level.
6999 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
7000 to SENTINEL_FRAME.
7001 * frame.h (enum frame_type): Add SENTINEL_FRAME.
7002 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
7003 frame_relative_level.
7004
55699d59
AC
7005 * frame.h (deprecated_set_frame_type): Delete declaration.
7006 * frame.c (deprecated_set_frame_type): Delete function, update
7007 comments.
7008
fcf70625
AC
7009 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
7010 * gdbarch.h, gdbarch.c: Re-generate.
7011 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
7012 (shnbsd_pc_in_sigtramp): Delete.
7013 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
7014 pc_in_sigtramp.
7015 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
7016 pc_in_sigtramp.
7017 * frame.h: Update comments.
7018 * ppc-linux-tdep.c: Update comments.
7019 * breakpoint.c (bpstat_what): Update comments.
7020
ac5eccb7
AC
7021 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
7022 m68klinux-tdep.o's dependencies, were previously added to
7023 m68klinux-nat.o.
7024
f2524b93
AC
7025 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
7026 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
7027 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7028 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7029 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7030
17e20bce
AC
7031 * Makefile.in (m68klinux-nat.o): Update dependencies.
7032 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7033 (m68k_linux_sigtramp_frame_cache)
7034 (m68k_linux_sigtramp_frame_this_id)
7035 (m68k_linux_sigtramp_frame_prev_register)
7036 (m68k_linux_sigtramp_frame_unwind)
7037 (m68k_linux_sigtramp_frame_sniffer)
7038 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
7039 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
7040 names, use trad-frame.h.
7041 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
7042 (struct m68k_sigtramp_info): Delete.
7043 * m68k-tdep.c (m68k_sigtramp_frame_cache)
7044 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
7045 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
7046 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
7047 "m68klinux-tdep.c".
7048
c8864fa2
AC
7049 * infrun.c (check_sigtramp2): Delete check for
7050 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
7051
511dd2cd
MK
70522004-05-01 Mark Kettenis <kettenis@gnu.org>
7053
7054 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
7055
8c6b0e06
AC
70562004-05-01 Andrew Cagney <cagney@redhat.com>
7057
9df0bb3f
AC
7058 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7059 (frv_linux_sigtramp_frame_cache)
7060 (frv_linux_sigtramp_frame_this_id)
7061 (frv_linux_sigtramp_frame_prev_register)
7062 (frv_linux_sigtramp_frame_unwind)
7063 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
7064 include "linux" in function and variable names, directly call
7065 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
7066 the latest trad-frame code.
7067 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
7068 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
7069 * Makefile.in (frv-linux-tdep.o): Update dependencies.
7070 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
7071 * frv-tdep.c (frv_sigtramp_frame_cache)
7072 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7073 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
7074 frv-linux-tdep.c.
7075 (frv_gdbarch_init): Do not append a sigtramp sniffer.
7076 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
7077 (frv_set_sigcontext_reg_addr): Delete function.
7078
8c6b0e06
AC
7079 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
7080 (DEPRECATED_SIGTRAMP_END): Delete.
7081 * gdbarch.h, gdbarch.c: Re-generate.
7082 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
7083 * config/vax/tm-vaxbsd.h: Update copyright.
7084 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7085 (DEPRECATED_IN_SIGTRAMP): Define.
7086 * config/m68k/tm-nbsd.h: Update copyright.
7087 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7088 (DEPRECATED_IN_SIGTRAMP): Define.
7089
50ea7769
MK
70902004-05-01 Mark Kettenis <kettenis@gnu.org>
7091
03ac2a74
MK
7092 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
7093 encondings. Fixes PR gdb/1628.
7094
50ea7769
MK
7095 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
7096 DW_CFA_restore state without a matching DW_CFA_remember_state
7097 instead of aborting. Fixes PR backtrace/1589.
7098
9a5d7be1
JB
70992004-04-30 Joel Brobecker <brobecker@gnat.com>
7100
7101 * MAINTAINERS: Add self as AIX maintainer.
7102 Update my e-mail address in write-after-approval section.
7103
2593d1cd
AC
71042004-04-30 Andrew Cagney <cagney@redhat.com>
7105
ce12bbf9
AC
7106 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
7107 (legacy_get_prev_frame): Ditto.
7108
36710c63
AC
7109 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
7110 (mips_gdbarch_init): Do not set pc_in_sigtramp.
7111 * mipsread.c (sigtramp_address): Delete extern variable.
7112 (mipscoff_new_init): Delete reference.
7113 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
7114 (fixup_sigtramp): Delete function.
7115 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
7116 (fixup_sigtramp): Delete declarations.
7117
2593d1cd
AC
7118 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
7119 deprecated_pc_in_sigtramp.
7120 (ppcnbsd_pc_in_sigtramp): Delete function.
7121
2a25f91c
MK
71222004-05-01 Mark Kettenis <kettenis@gnu.org>
7123
7124 * config/m68k/nm-nbsd.h: Tweak comments.
7125 * config/m68k/nm-nbsdaout.h: Likewise.
7126
0b281939
AC
71272004-04-30 Andrew Cagney <cagney@redhat.com>
7128
7129 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
7130 legacy_pc_in_sigtramp.
7131 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
7132
8f2d3ea0
MK
71332004-05-01 Mark Kettenis <kettenis@gnu.org>
7134
7135 Add OpenBSD/m68k support.
7136 * NEWS (New native configurations): Mention OpenBSD/m68k.
7137 * m68kbsd-tdep.c: New file.
7138 * m68kbsd-nat.c: New file.
7139 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
7140 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
7141 * configure.host: Add m68k-*-openbsd.
7142 * configure.tgt: Add m68k-*-openbsd.
7143 * config/m68k/tm-obsd.h: New file.
7144 * config/m68k/obsd.mt: New file.
7145 * config/m68k/obsd.mh: New file.
7146 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
7147 m68kbsd-tdep.c.
7148
c40f49a4
AC
71492004-04-30 Andrew Cagney <cagney@redhat.com>
7150
7151 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
7152 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
7153
e81554cd
MK
71542004-04-30 Mark Kettenis <kettenis@gnu.org>
7155
7156 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
7157 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
7158
d4dc1a91
BF
71592004-04-30 Brian Ford <ford@vss.fsi.com>
7160
7161 Revert 2004-04-16 change.
7162 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
7163 (i386_coff_init_abi): Remove.
7164 * i386-tdep.h (i386_coff_init_abi): Remove.
7165 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
7166
2f72f850
AC
71672004-04-30 Andrew Cagney <cagney@redhat.com>
7168
e492f9d6
AC
7169 * blockframe.c (find_pc_partial_function): Delete use of
7170 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
7171 DEPRECATED_SIGTRAMP_END.
7172
7b7adad0
AC
7173 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
7174 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
7175 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
7176 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
7177 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
7178
2f72f850
AC
7179 * defs.h (deprecated_inside_entry_file): Delete declaration.
7180 * blockframe.c (deprecated_inside_entry_file): Delete function.
7181 (legacy_frame_chain_valid): Delete call.
7182 * sh64-tdep.c (sh64_frame_chain): Delete call.
7183 * objfiles.h: Update comments.
7184 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
7185 call.
7186 * frame.c (get_prev_frame): Delete call, update comments.
7187
283f90a7
BF
71882004-04-30 Brian Ford <ford@vss.fsi.com>
7189
7190 * MAINTAINERS (Write After Approval): Add myself.
7191
8ee56bcf
AC
71922004-04-30 Andrew Cagney <cagney@redhat.com>
7193
7194 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
7195 * gdbarch.h, gdbarch.c: Re-generate.
7196 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
7197 code.
7198
ee27e1b6
AC
71992004-04-30 Andrew Cagney <cagney@redhat.com>
7200
7201 * gdb-events.sh (selected_thread_changed)
7202 (selected_frame_level_changed, target_changed): Delete.
7203 * gdb-events.h, gdb-events.c: Re-generate.
7204 * valops.c (value_assign): Update.
7205 * stack.c (select_frame_command, up_silently_base)
7206 (down_silently_base): Update.
7207
d5ac5a39
AC
72082004-04-29 Andrew Cagney <cagney@redhat.com>
7209
7210 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
7211 registers correctly.
7212 (print_gp_register_row, mips32_heuristic_proc_desc)
7213 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
7214 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
7215 references to mips_isa_regsize.
7216
ceae6e75
AC
72172004-04-29 Andrew Cagney <cagney@redhat.com>
7218
7219 * mips-tdep.c (struct gdbarch_tdep): Delete
7220 mips_fp_register_double.
7221 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
7222 mips_abi_regsize.
7223 (mips_gdbarch_init): Do not set mips_fp_register_double.
7224 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
7225
a587af0b
AC
72262004-04-29 Joel Brobecker <brobecker@gnat.com>
7227
7228 Committed by Andrew Cagney.
7229 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
7230 function calls.
7231
13326b4e
AC
72322004-04-29 Andrew Cagney <cagney@redhat.com>
7233
7234 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
7235 gdbarch, use mips_abi, update callers.
7236 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
7237 mips_abi_regsize, update callers.
7238 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
7239 mips_default_abi_regsize.
7240 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
7241 mips_default_abi_regsize.
7242
711cc5cd
AC
72432004-04-29 Andrew Cagney <cagney@redhat.com>
7244
1b13c4f6
AC
7245 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
7246 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
7247 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
7248 mips_default_abi_regsize.
7249 (mips_isa_regsize): Rename mips_regisze.
7250 * mipsnbsd-tdep.c: Update.
7251 * mips-linux-tdep.c: Update.
7252 * irix5-nat.c: Update.
7253 * mips-tdep.h (mips_isa_regsize): Update.
7254
711cc5cd
AC
7255 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
7256 Delete all disabled code.
7257 * gdb-events.h, gdb-events.c: Re-generate.
7258
e63bbc88
MK
72592004-04-19 Jerome Guitton <guitton@gnat.com>
7260 Mark Kettenis <kettenis@gnu.org>
7261
7262 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
7263 the function begins with a branch instruction.
7264
fd35795f
MK
72652004-04-29 Mark Kettenis <kettenis@gnu.org>
7266
7267 * i386-tdep.c: Fix spelling mistakes.
7268
c960c18f
AC
72692004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7270 Andrew Cagney <cagney@redhat.com>
7271
7272 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
7273 <sys/proc.h>.
7274 * acconfig.h: Provide default _KMEMUSER value.
7275 * config.in, configure: Re-generate.
7276 * NEWS: Mention fix.
7277
50306a9d
RC
72782004-04-24 Randolph Chung <tausq@debian.org>
7279
7280 * configure.host (hppa*-*-linux*): New target.
7281 * configure.tgt (hppa*-*-linux*): Likewise.
7282 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
7283 gdbarch_init_osabi() call earlier so that osabi-specific frame
7284 unwinders can be registered first.
7285 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
7286 hppa-linux-nat.c.
7287 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
7288 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
7289 * config/pa/linux.mh: New file.
7290 * config/pa/linux.mt: New file.
7291 * config/pa/nm-linux.h: New file.
7292 * config/pa/xm-linux.h: New file.
7293 * hppa-linux-nat.c: New file.
7294 * hppa-linux-tdep.c: New file.
7295
2a6228ef
RC
72962004-04-28 Randolph Chung <tausq@debian.org>
7297
7298 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
7299 return values.
7300 (hppa32_push_dummy_call): Fix small struct and floating point argument
7301 passing, and make sure the stack frame is properly aligned.
7302
82c10df6
AC
73032004-04-28 Andrew Cagney <cagney@redhat.com>
7304
d762c46a
AC
7305 * stack.c (print_stack_frame): Fix description.
7306
82c10df6
AC
7307 * NEWS: Mention gdb/gdbserver/configure execute permission
7308 changed. PR server/519.
7309
0faf0076
AC
73102004-04-28 Andrew Cagney <cagney@redhat.com>
7311
7312 * stack.c (print_stack_frame_stub): Delete declaration.
7313 (struct print_stack_frame_args, print_stack_frame)
7314 (print_frame_info, print_frame): Replace "source" with print what.
7315 Replace "print" with "print_level". Replace "args" with
7316 "print_args".
7317 * frame.h (show_and_print_stack_frame, print_stack_frame)
7318 (print_frame_info): Update declarations.
7319 * stack.c (select_and_print_frame, frame_command)
7320 (current_frame_command, up_command, down_command): Update calls -
7321 use get_selected_frame, pass "enum print_what" for source, do not
7322 call frame_relative_level.
7323 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
7324 * remote-rdp.c (remote_rdp_open): Ditto.
7325 * remote-mips.c (common_open): Ditto.
7326 * remote-e7000.c (e7000_start_remote): Ditto.
7327 * ocd.c (ocd_start_remote): Ditto.
7328 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
7329 * infrun.c (normal_stop): Ditto.
7330 * inflow.c (kill_command): Ditto.
7331 * infcmd.c (finish_command): Ditto.
7332 * corelow.c (core_open): Ditto.
7333 * tracepoint.c (finish_tfind_command): Ditto.
7334 * thread.c (info_threads_command, info_threads_command)
7335 (restore_current_thread, do_captured_thread_select): Ditto.
7336 * ada-tasks.c (task_command): Ditto.
7337
f4c5303c
OF
73382004-04-26 Orjan Friberg <orjanf@axis.com>
7339
7340 * frame.c: Include "observer.h".
7341 (frame_observer_target_changed): New function.
7342 (_initialize_frame): Attach target_changed observer.
7343 * regcache.c: Include "observer.h".
7344 (regcache_observer_target_changed): New function.
7345 (_initialize_regcache): Attach target_changed observer.
7346 * valops.c: Include "observer.h".
7347 (value_assign): Notify target_changed event when modifying register.
7348 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
7349
7270d8f2
OF
73502004-04-26 Orjan Friberg <orjanf@axis.com>
7351
7352 From Paul Koning <pkoning@equallogic.com>:
7353 * breakpoint.c (free_valchain): New function.
7354 (insert_bp_location, delete_breakpoint): Use free_valchain.
7355 (remove_breakpoint): Do not remove the valchain.
7356 (bpstat_stop_status): If not stopped by watchpoint, skip
7357 watchpoints when generating stop status list.
7358 * infrun.c (handle_inferior_event): Make
7359 stepped_after_stopped_by_watchpoint a global variable.
7360 * remote.c (remote_stopped_data_address): Return watch data
7361 address rather than zero if stepped_after_stopped_by_watchpoint is
7362 set.
7363
02d62932
MC
73642004-04-25 Michael Chastain <mec.gnu@mindspring.com>
7365
7366 Fix PR gdb/1626.
7367 * configure.in: Check for curses after termcap.
7368 On osf5.*, do not check for ncurses.
7369 * configure: Regenerate.
7370
3e9a183c
MK
73712004-04-25 Mark Kettenis <kettenis@gnu.org>
7372
c79ac407
MK
7373 * ppcobsd-nat.c: Include "ppc-tdep.h".
7374 * Makefile.in (ppcobsd-nat.o): Update dependencies.
7375
3e9a183c
MK
7376 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
7377 Fixes PR tdep/1623 and PR tdep/1624.
7378
38cc9c28
MC
73792004-04-24 Michael Chastain <mec.gnu@mindspring.com>
7380
7381 * xmodem.h, xmodem.c: Remove files.
7382 * Makefile.in: Remove references to xmodem.h, xmodem.c.
7383
7f07c5b6
RC
73842004-04-23 Randolph Chung <tausq@debian.org>
7385
7386 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
7387 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
7388 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
7389 for handling stackless frames.
7390 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
7391
9f7194c3
RC
73922004-04-23 Randolph Chung <tausq@debian.org>
7393
7394 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
7395 starts at a pc before the frame is created.
7396
dcff6009
JB
73972004-04-23 Joel Brobecker <brobecker@gnat.com>
7398
7399 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
7400
40711ff1 74012004-04-23 Jerome Guitton <guitton@gnat.com>
65951cd9
JG
7402
7403 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
7404 use convert_typed_floating to get the appropriate format.
7405
abc485a1
RC
74062004-04-22 Randolph Chung <tausq@debian.org>
7407
7408 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
7409 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
7410 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
7411 (hppa_sign_extend): Add prototype.
7412 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
7413 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
7414 (sign_extend): Rename with hppa_ prefix and make non-static. Other
7415 hppa targets will also use these functions.
7416 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
7417 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
7418 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
7419 (hppa_gdbarch_init): Remove gdbarch setting of
7420 skip_trampoline_code, in_solib_call_trampoline and
7421 in_solib_return_trampoline.
7422 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
7423 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
7424 hppa_in_solib_call_trampoline.
7425 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
7426 Moved from hppa-tdep.c.
7427 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
7428 in_solib_call_trampoline and in_solib_return_trampoline.
7429
369aa520
RC
74302004-04-22 Randolph Chung <tausq@debian.org>
7431
7432 * hppa-tdep.c (hppa_debug): New variable.
7433 (find_unwind_entry, hppa_frame_cache): Add debug output.
7434 (_initialize_hppa_tdep): Add command to set debug flag.
7435
476be15e
AC
74362004-04-22 Andrew Cagney <cagney@redhat.com>
7437
7438 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
7439 "trad-frame.h".
7440 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
7441 signal trampoline unwinder.
7442 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
7443
d195bc9f
MK
74442004-04-22 Mark Kettenis <kettenis@gnu.org>
7445
7446 Add OpenBSD/powerpc support.
7447 * NEWS (New native configurations): Mention OpenBSD/powerpc.
7448 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
7449 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
7450 (ppc_collect_fpregset): New prototypes.
7451 * ppcobsd-nat.c: New file.
7452 * ppcobsd-tdep.c: New file.
7453 * ppcobsd-tdep.h: New file.
7454 * rs6000-tdep.c: Include "regset.h".
7455 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
7456 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
7457 New functions.
7458 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
7459 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
7460 (rs6000-tdep.o): Update dependencies.
7461 * configure.host: Add powerpc-*-openbsd.
7462 * configure.tgt: Add powerpc-*-openbsd.
7463 * config/powerpc/obsd.mh: New file.
7464 * config/powerpc/nm-obsd.h: New file.
7465 * config/powerpc/obsd.mt: New file.
7466
6f14cc33
AC
74672004-04-22 Andrew Cagney <cagney@redhat.com>
7468
fcf29e5f
AC
7469 * frame.h (show_frame_info): Delete declaration.
7470
6f14cc33
AC
7471 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
7472 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
7473 * m32r-tdep.c (m32r_frame_this_id): Ditto.
7474 * frv-tdep.c (frv_frame_this_id): Ditto.
7475 * avr-tdep.c (avr_frame_this_id): Ditto.
7476
e5786a5c
EZ
74772004-04-22 Elena Zannoni <ezannoni@redhat.com>
7478
7479 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
7480
26e75e5c
JB
74812004-04-22 Jim Blandy <jimb@redhat.com>
7482
7483 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
7484 register number zero.
7485
d8d65dd3
MS
74862004-04-21 Michael Snyder <msnyder@redhat.com>
7487
7488 * mips-tdep.c (heuristic_proc_start):
7489 Warning() already prefixes "Warning: ".
7490
9a4105ab
AC
74912004-04-21 Andrew Cagney <cagney@redhat.com>
7492
7493 * annotate.h (deprecated_annotate_starting_hook)
7494 (deprecated_annotate_stopped_hook)
7495 (deprecated_annotate_exited_hook)
7496 (deprecated_annotate_signal_hook)
7497 (deprecated_annotate_signalled_hook): Deprecate.
7498 * tracepoint.h (deprecated_create_tracepoint_hook)
7499 (deprecated_delete_tracepoint_hook)
7500 (deprecated_modify_tracepoint_hook)
7501 (deprecated_trace_find_hook)
7502 (deprecated_trace_start_stop_hook): Deprecate.
7503 * target.h (deprecated_target_new_objfile_hook): Deprecate.
7504 * remote.h (deprecated_target_resume_hook)
7505 (deprecated_target_wait_loop_hook): Deprecate.
7506 * gdbcore.h (deprecated_exec_file_display_hook)
7507 (deprecated_file_changed_hook): Deprecate.
7508 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
7509 * defs.h (deprecated_modify_breakpoint_hook)
7510 (deprecated_command_loop_hook, deprecated_show_load_progress)
7511 (deprecated_print_frame_info_listing_hook)
7512 (deprecated_query_hook, deprecated_warning_hook)
7513 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
7514 (deprecated_delete_breakpoint_hook)
7515 (deprecated_interactive_hook, deprecated_registers_changed_hook)
7516 (deprecated_readline_begin_hook, deprecated_readline_hook)
7517 (deprecated_readline_end_hook, deprecated_register_changed_hook)
7518 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
7519 (deprecated_context_hook, deprecated_target_wait_hook)
7520 (deprecated_attach_hook, deprecated_detach_hook)
7521 (deprecated_call_command_hook, deprecated_set_hook)
7522 (deprecated_error_hook, deprecated_error_begin_hook)
7523 (deprecated_ui_load_progress_hook): Deprecate.
7524 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
7525 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
7526 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
7527 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
7528 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
7529 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
7530 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
7531 * annotate.c, aix-thread.c: Update.
7532
62cf13cc
AC
75332004-04-21 Andrew Cagney <cagney@redhat.com>
7534
b2e31a62
AC
7535 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
7536 * vaxnbsd-tdep.c: Include "gdb_string.h".
7537
62cf13cc
AC
7538 * symfile.c (symbol_file_add_from_memory): #if 0 function.
7539 (add_symbol_file_from_memory_command): #if 0 function body, call
7540 error instead.
7541
00e32a35
AC
75422004-04-21 Andrew Cagney <cagney@redhat.com>
7543
7544 * gdbcore.h: Update copyright.
7545 (deprecated_add_core_fns): Rename add_core_fns.
7546 * win32-nat.c (_initialize_core_win32): Update.
7547 * sun3-nat.c (_initialize_core_sun3): Update.
7548 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
7549 * rs6000-nat.c (_initialize_core_rs6000): Update.
7550 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
7551 * nto-tdep.c (_initialize_nto_tdep): Update.
7552 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
7553 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
7554 * mips-nat.c (_initialize_core_mips): Update.
7555 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7556 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
7557 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
7558 * lynx-nat.c (_initialize_core_lynx): Update.
7559 * irix5-nat.c (_initialize_core_irix5): Update.
7560 * i386-interix-nat.c (_initialize_core_interix): Update.
7561 * cris-tdep.c (_initialize_cris_tdep): Update.
7562 * corelow.c (deprecated_add_core_fns): Update.
7563 * core-regset.c (_initialize_core_regset): Update.
7564 * core-aout.c (_initialize_core_aout): Update.
7565 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
7566 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
7567 * alpha-nat.c (_initialize_core_alpha): Update.
7568
13c7b1ca
JB
75692004-04-21 Jim Blandy <jimb@redhat.com>
7570
7571 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
7572
7b5a2f43
DJ
75732004-04-19 Daniel Jacobowitz <drow@mvista.com>
7574
7575 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
7576 Delete.
7577 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
7578 (read_attribute_value): Update calls to dwarf_alloc_block.
7579 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
7580 dwarf2_tmp_obstack.
7581 (psymtab_to_symtab_1): Likewise. Clean up using
7582 free_stack_comp_unit.
7583 (add_to_cu_func_list): Use the comp_unit_obstack.
7584
05cf31d1
JB
75852004-04-19 Joel Brobecker <brobecker@gnat.com>
7586
7587 * dwarf2read.c (dwarf2_flag_true_p): New function.
7588 (die_is_declaration): Use the function above. Add some comments.
7589
adf93a2f
MK
75902004-04-19 Mark Kettenis <kettenis@gnu.org>
7591
7592 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
7593 architecture when registering sparcnbsd_core_osabi_sniffer.
7594 Adjust comment.
7595
748894bf
MK
75962004-04-18 Mark Kettenis <kettenis@gnu.org>
7597
f622ad42
MK
7598 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
7599 return value.
7600
c4fc7f1b
MK
7601 Based on a patch from Brian Ford <ford@vss.fsi.com>:
7602 * i386-tdep.c: Correct register numbering scheme comments
7603 throughout.
7604 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
7605 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
7606 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
7607 (i386_gdb_arch_init): Likewise.
7608
b4ead1bd
MK
7609 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
7610 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
7611 ppcnbsd-tdep.o.
7612
748894bf
MK
7613 * m68k-tdep.h: Tweak comments.
7614 * m68k-tdep.c: Tweak comment.
7615
fdd72f95
RC
76162004-04-17 Randolph Chung <tausq@debian.org>
7617
7618 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
7619 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
7620 (hppa_hpux_som_init_abi): Set is_elf to 0.
7621 (hppa_hpux_elf_init_abi): Set is_elf to 1.
7622 * hppa-tdep.c (low_text_segment_address): Remove global.
7623 (record_text_segment_lowaddr): Pass in low address as parameter. Use
7624 section offset to calculate segment address.
7625 (internalize_unwinds): Define low_text_segment_address as local and
7626 pass to record_text_segment_lowaddr for ELF targets.
7627 (hppa_gdbarch_init): Zero fill tdep structure.
7628 (hppa_dump_tdep): Print tdep structure.
7629 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
7630
0f8d9d59
RC
76312004-04-17 Randolph Chung <tausq@debian.org>
7632
7633 * hppa-tdep.c (hppa_pseudo_register_read): Define.
7634 (hppa_gdbarch_init): Set pseudo_register_read.
7635 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
7636 * regcache.c (supply_register): Remove check for
7637 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
7638
7c46b9fb
RC
76392004-04-17 Randolph Chung <tausq@debian.org>
7640
7641 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
7642 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
7643 (hpread_adjust_stack_address): Move to hpread.c.
7644 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7645 obj_private_struct): Move from tm-hppa.h.
7646 * hpread.c (hppa-tdep.h): Include.
7647 (hpread_adjust_stack_address): Move from hppa-tdep.c.
7648 (hpread_read_function_type, hpread_read_doc_function_type)
7649 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
7650 directly.
7651 * pa64solib.c (hppa-tdep.h): Include.
7652 * somsolib.c (hppa-tdep.h): Include.
7653 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
7654 inferior_status): Remove unused forward declarations.
7655 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
7656 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7657 obj_private_struct): Move to hppa-tdep.h.
7658 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
7659
8d153463
RC
76602004-04-17 Randolph Chung <tausq@debian.org>
7661
7662 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
7663 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
7664 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
7665 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
7666 Remove forward declaration and make static.
7667 (hppa_reg_struct_has_addr): Remove.
7668
350c2e5b
JB
76692004-04-16 Joel Brobecker <brobecker@gnat.com>
7670
7671 * observer.sh: Move comments in sed command to first column.
7672
bbde78fa
JM
76732004-04-16 Jason Molenda (jmolenda@apple.com)
7674
7675 * frame.c: Minor typeo corrections in comments.
7676
e0270fd9
JB
76772004-04-16 Joel Brobecker <brobecker@gnat.com>
7678
7679 * observer.c (observer_test_first_notification_function): Update
7680 function profile.
7681 (observer_test_second_notification_function): Likewise.
7682 (observer_test_third_notification_function): Likewise.
7683
3d049254
MK
76842004-04-16 Mark Kettenis <kettenis@gnu.org>
7685
7686 From Brian Ford <ford@vss.fsi.com>:
7687 * i386-tdep.c (i386_coff_init_abi): New function.
7688 * i386-tdep.h (i386_coff_init_abi): New prototype.
7689 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
7690 register number translation functions for DWARF and DWARF 2.
7691
7867684d
JB
76922004-04-16 Joel Brobecker <brobecker@gnat.com>
7693
7694 * dwarf2read.c: Back out my previous change, it was incorrect.
7695
72bf9492
DJ
76962004-04-16 Daniel Jacobowitz <drow@mvista.com>
7697
7698 * dwarf2read.c: Include "hashtab.h".
7699 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7700 has_namespace_info.
7701 (struct partial_die_info): Add comments. Use bitfields to reduce
7702 memory footprint. Add scope, scope_set, has_specification,
7703 spec_offset, die_parent, die_child, and die_sibling.
7704 (peek_die_abbrev): Add prototype.
7705 (partial_read_comp_unit_head): New function, broken out from
7706 dwarf2_build_psymtabs_hard.
7707 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7708 Use partial_read_comp_unit_head. Initialize the CU and
7709 comp_unit_obstack. Update calls to read_partial_die and
7710 scan_partial_symbols. Use free_stack_comp_unit and
7711 load_partial_dies.
7712 (scan_partial_symbols): Change PDI to a pointer. Use the child and
7713 sibling pointers to walk partial DIEs. Call fixup_partial_die.
7714 Update calls to helper functions. Remove NAMESPACE argument.
7715 Update comments.
7716 (partial_die_parent_scope, partial_die_full_name): New functions.
7717 (add_partial_symbol): Remove namespace argument. Update call to
7718 pdi_needs_namespace. Use partial_die_full_name. Handle
7719 DW_TAG_namespace. Check has_namespace_info flag.
7720 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
7721 tag. Handle namespaces.
7722 (add_partial_namespace, add_partial_enumeration): Simplify.
7723 (guess_structure_name): New function, derived from
7724 add_partial_structure.
7725 (add_partial_structure): Remove.
7726 (determine_class_name): Update comment.
7727 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7728 (is_type_tag_for_partial, load_partial_dies): New functions.
7729 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7730 Record specifications instead of following them immediately.
7731 (find_partial_die_in_comp_unit, find_partial_die)
7732 (fixup_partial_die, free_stack_comp_unit)
7733 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7734 (partial_die_hash, partial_die_eq): New functions.
7735 * Makefile.in (hashtab_h): Define.
7736 (dwarf2read.o): Update dependencies.
7737 (observer_inc, observer_h): Move to the correct section.
7738
fdc860a3
JB
77392004-04-15 Joel Brobecker <brobecker@gnat.com>
7740
7741 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7742 (die_is_declaration): Use the function above. Add comment.
7743
dc718098
JB
77442004-04-15 Joel Brobecker <brobecker@gnat.com>
7745
7746 * dwarf2read.c (read_structure_scope): Identify stub types
7747 using die_is_declaration() only.
7748
8718a420
RM
77492004-04-15 Roland McGrath <roland@redhat.com>
7750
7751 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7752 argument instead of NAME.
7753 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7754 in call to symbol_file_add_with_addrs_or_offsets.
7755 (build_addr_info): New function, helper for ...
7756 (symbol_file_add_from_memory): New function.
7757 (add_symbol_file_from_memory_command): New function using that.
7758 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7759 (pre_add_symbol_hook): Add const to argument type.
7760 * symfile.h (symbol_file_add_from_memory): Declare it.
7761
8b910bab
MK
77622004-04-15 Mark Kettenis <kettenis@gnu.org>
7763
9f076e7a
MK
7764 * NEWS (New native configurations): Mention OpenBSD/vax.
7765 * configure.host: Add vax-*-openbsd*.
7766 * config/vax/obsd.mh: New file.
7767 * config/vax/nm-obsd.h: New file.
7768
8b910bab
MK
7769 * vax-tdep.c: Include "regset.h".
7770 (vax_supply_gregset): New function.
7771 (vax_gregset): New variable.
7772 (vax_regset_from_core_section): New function.
7773 (vax_gdbarch_init): Set regset_from_core_section.
7774 * Makefile.in (vax-tdep.o): Update dependencies.
7775
7a464420
AC
77762004-04-15 Andrew Cagney <cagney@redhat.com>
7777
7778 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7779 (observer_normal_stop_notification_stub)
7780 (observer_attach_normal_stop, observer_detach_normal_stop):
7781 Delete, replaced by #include "observer.inc".
7782 * infrun.c (normal_stop): Pass "stop_bpstat" to
7783 observer_notify_normal_stop.
7784 * Makefile.in (observer_inc): Define.
7785 (observer.o): Update dependencies.
7786 (observer.h, observer.inc): New rules.
7787 * observer.h: Delete file.
7788 * observer.sh: New file.
7789
e36ad527
MK
77902004-04-15 Mark Kettenis <kettenis@gnu.org>
7791
7792 * vax-tdep.c (vax_frame_cache): Fix typo.
7793
67b441e1
MK
77942004-04-14 Mark Kettenis <kettenis@gnu.org>
7795
6f606e1c
MK
7796 * NEWS (New native configurations): Mention NetBSD/vax.
7797 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7798 * config/vax/nbsdelf.mh: New file.
7799 * config/vax/nbsdaout.mh: New file.
7800 * config/vax/nm-nbsd.h: New file.
7801 * config/vax/nm-nbsdaout.h: New file.
7802
9c5519a5
MK
7803 * vaxnbsd-tdep.c: New file.
7804 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7805 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7806 * config/vax/nbsd.mt: New file.
7807 * config/vax/tm-nbsd.h: New file.
7808
4844a614
MK
7809 * Makefile.in (vaxbsd-nat.o): New dependency.
7810
67b441e1
MK
7811 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7812 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7813 struct_addr arguments. Don't push return value address.
7814 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7815 arguments to vax_store_arguments. Store return value address in
7816 R1.
7817 (vax_store_struct_return, vax_extract_return_value)
7818 (vax_store_return_value): Remove functions.
7819 (vax_return_value): New function.
7820 (vax_gdbarch_init): Set return value. Don't set
7821 deprecated_store_struct_return, deprecated_extract_struct_return
7822 and deprecated_store_return_value.
7823
6672f2ae
AS
78242004-04-14 Andreas Schwab <schwab@suse.de>
7825
7826 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7827 value buffer.
7828 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7829
7346c184
MK
78302004-04-14 Mark Kettenis <kettenis@gnu.org>
7831
7832 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7833 (vax_unwind_dummy_id): New functions.
7834 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7835 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7836 variables.
7837 (vax_fix_call_dummy): Remove function.
7838 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7839 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7840 call_dummy_location, deprecated_call_dummy_words,
7841 deprecated_sizeof_call_dummy_words,
7842 deprecated_call_dummy_breakpoint_offset,
7843 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7844 and deprecated_dummy_write_sp.
7845
58e23df4
DC
78462004-04-13 David Carlton <carlton@kealia.com>
7847
7848 * MAINTAINERS: Move myself to "paper trail" section.
7849
5e6b39ff
MK
78502004-04-12 Mark Kettenis <kettenis@gnu.org>
7851
7def7fef
MK
7852 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7853 "trad-frame.h".
7854 (vax_frame_init_saved_regs): Remove function.
7855 (vax_sigtramp_saved_pc): Remove function.
7856 (vax_frame_saved_pc): Remove function.
7857 (vax_frame_args_address): Remove function.
7858 (vax_frame_num_args): Rewrite.
7859 (vax_frame_chain): Remove function.
7860 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7861 VAX_FP_REGNUM.
7862 (vax_pop_frame): Likewise.
7863 (vax_saved_pc_after_call): Remove function.
7864 (struct vax_frame_cache): New structure.
7865 (vax_frame_cache): New function.
7866 (vax_frame_this_id): New function.
7867 (vax_frame_prev_register): New function.
7868 (vax_frame_unwind): New variable.
7869 (vax_frame_sniffer): New function.
7870 (vax_frame_base_address): New function.
7871 (vax_frame_args_address): New function.
7872 (vax_frame_base): New variable.
7873 (vax_unwind_pc): New function.
7874 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7875 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7876 deprecated_frame_chain, deprecated_frame_saved_pc,
7877 deprecated_frame_args_address and
7878 deprecated_frame_init_saved_regs.
7879 * Makefile.in (vax-tdep.o): Update dependencies.
7880
53284fc1
MK
7881 * vaxbsd-nat.c: New file.
7882
5e6b39ff
MK
7883 * vax-tdep.h: Update copyright year. Adjust comments.
7884 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7885 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7886 (vax_regnum): New enum. Replacing...
7887 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7888 (VAX_PS_REGNUM): ... these removed macros.
7889 * vax-tdep.c (vax_register_name): Remove prototype.
7890 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7891 (vax_register_byte, vax_register_raw_size,
7892 vax_register_virtual_size, vax_register_virtual_type): Remove
7893 functions.
7894 (vax_register_type): New function.
7895 (vax_breakpoint_from_pc): Reorganize.
7896 (vax_gdbarch_init): Set register_type. Don't set
7897 deprecated_register_size, deprecated_register_bytes,
7898 deprecated_register_byte, deprecated_register_raw_size,
7899 deprecated_max_register_raw_size,
7900 deprecated_register_virtual_size,
7901 deprecated_max_register_virtual_size and
7902 deprecated_register_virtual_type. Add comment on stack direction.
7903
e9c71e9f
MK
79042004-04-11 Mark Kettenis <kettenis@gnu.org>
7905
7906 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7907 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 7908 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 7909
d46f1176 79102004-04-10 Randolph Chung <tausq@debian.org>
8718a420 7911
d46f1176
RC
7912 * MAINTAINERS (write after approval): Add myself.
7913
a2a84a72
RC
79142004-04-07 Randolph Chung <tausq@debian.org>
7915
7916 * hppa-tdep.c (hppa_inner_than): Remove.
7917 (is_pa_2): Remove unused static variable.
8718a420 7918 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 7919
e85c3284
PH
79202004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7921
7922 * language.h (language_defn): Add new la_post_parser field.
7923 * parser-defs.h (null_post_parser): New declaration (default for
7924 la_post_parser).
8718a420 7925
e85c3284
PH
7926 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7927 insert call to that function.
7928 (parse_exp_in_context): New function, including code formerly in
8718a420 7929 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
7930 prefixification.
7931 (parse_expression_in_context): New exported function.
7932 (null_post_parser): New definition.
7933 * expression.h (parse_expression_in_context): Add declaration.
8718a420 7934
e85c3284
PH
7935 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7936 * c-lang.c (c_language_defn): Ditto.
7937 (cplus_language_defn): Ditto.
7938 (asm_language_defn): Ditto.
7939 (minimal_language_defn): Ditto.
7940 * f-lang.c (f_language_defn): Ditto.
7941 * jv-lang.c (java_language_defn): Ditto.
7942 * language.c (unknown_language_defn): Ditto.
7943 (auto_language_defn): Ditto.
7944 (local_language_defn): Ditto.
7945 * m2-lang.c (m2_language_defn): Ditto.
7946 * scm-lang.c (scm_language_defn): Ditto.
7947 * obj-lang.c (objc_language_defn): Ditto.
8718a420 7948
d9f8c85b
MK
79492004-04-10 Mark Kettenis <kettenis@gnu.org>
7950
fa34704a
MK
7951 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7952 (amd64nbsd_mcontext_addr): New function.
7953 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7954 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7955 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7956
403e1656
MK
7957 * corelow.c (core_xfer_partial): Fix coding standards violation.
7958 Add support for TARGET_OBJECT_WCOOKIE.
7959
a57e5a95
MK
7960 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7961 deprecated_pc_in_sigtramp.
7962 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7963 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7964 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7965 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7966 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7967 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7968 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7969
377d9ebd
MK
7970 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7971 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7972 Fix typo.
7973
f0ef85a5
MK
7974 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7975 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7976 (amd64_collect_fxsave): Likewise.
7977
d9f8c85b
MK
7978 * i386-sol2-tdep.c: Include "gdb_string.h".
7979 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7980 name.
7981 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7982
75f501b5
MK
79832004-04-10 Mark Kettenis <kettenis@gnu.org>
7984
7985 * i386-sol2-tdep.c: Include "solib-svr4.h".
7986 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7987 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7988 * config/i386/tm-i386sol2.h: Include :solib.h".
7989 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7990 solib-svr4.o and solib-legacy.o.
7991 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7992 solib-svr4.o.
7993
b31bc724
MK
79942004-04-09 Mark Kettenis <kettenis@gnu.org>
7995
18bbbd9e
MK
7996 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7997 whether a register is supplied by PTRACE_GETFPREGS.
7998 (store_inferior_registers): Likewise.
7999 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
8000 whether a register is supplied by PT_GETFPREGS.
8001 (store_inferior_registers): Likewise.
8002
3c30bf1b
MK
8003 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
8004 * config/i386/linux64.mt (TDEPFILES): Likewise.
8005
a4194092
MK
8006 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
8007
911bc6ee
MK
8008 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
8009 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8010 the program counter is in the range specified by `struct
8011 gdbarch_tdep'.
8012 * amd64-linux-tdep.c: Include "symtab.h".
8013 (amd64_linux_pc_in_sigtramp): Remove function.
8014 (amd64_linux_sigtramp_p): New function.
8015 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8016 deprecated_pc_in_sigtramp.
8017 * amd64nbsd-tdep.c: Include "symtab.h".
8018 (amd64nbsd_sigtramp_p): New function.
8019 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8020 deprecated_pc_in_sigtramp.
8021 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
8022 few comments.
8023 (amd64obsd_pc_in_sigtramp): Remove function.
8024 (amd64obsd_sigtramp_p): New function.
8025 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8026 deprecated_pc_in_sigtramp.
8027 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
8028 (i386bsd_pc_ins_sigtramp): Remove prototype.
8029 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
8030 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
8031 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8032 the program counter is in the range specified by `struct
8033 gdbarch_tdep'.
8034 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
8035 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
8036 (i386_go32_pc_in_sigtramp): Remove function.
8037 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
8038 Initialize TDEP->sigtramp_p.
8039 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
8040 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
8041 deprecated_pc_in_sigtramp.
8042 * i386-linux-tdep.c: Adjust comments.
8043 (i386_linux_pc_in_sigtramp): Remove function.
8044 (i386_linux_sigtramp_p): New function.
8045 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8046 deprecated_pc_in_sigtramp.
8047 * i386-nto-tdep.c: Update copyright year.
8048 (i386nto_pc_in_sigtramp): Remove function.
8049 (i386nto_sigtramp_p): New function.
8050 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
8051 SP_REGNUM.
8052 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
8053 deprecated_pc_in_sigtramp.
8054 * i386-sol2-tdep.c: Update copyright year.
8055 (i386_sol2_pc_in_sigtramp): Remove function.
8056 (i386_sol2_sigtramp_p): New function.
8057 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
8058 deprecated_pc_in_sigtramp.
8059 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
8060 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
8061 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8062 deprecated_sigtramp_start and deprecated_sigtramp_end.
8063 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
8064 (i386nbsd_pc_in_sigtramp): Remove function.
8065 (i386nbsd_sigtramp_p): New function.
8066 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8067 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8068 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
8069 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
8070 (i386obsd_pc_in_sigtramp): Remove function.
8071 (i386obsd_sigtramp_p): New function.
8072 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
8073 functions.
8074 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8075 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8076 TDEP->sigtramp_p.
8077 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
8078 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
8079 dependencies.
8080
e083e6ec
MK
8081 * config/i386/i386aout.mt: Remove file.
8082
bd153b94
MK
8083 * configure.tgt: Remove i[34567]86-*-go32*,
8084 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
8085 and i[34567]86-*-isc*. Set gdb_target to i386 for
8086 i[34567]86-*-netware* and i[34567]86-*-*.
8087 * config/i386/i386.mt: New file.
8088 * config/i386/embed.mt: Remove file.
8089 * config/i386/go32.mt: Remove file.
8090 * config/i386/i386nw.mt: Remove file.
8091 * config/i386/i386v.mt: Remove file.
8092 * config/i386/tm-go32.h: Remove file.
8093
4a1bcc8c
MK
8094 * tui/tui-hooks.c: Include "readline/readline.h" after
8095 "gdb_curses.h" instead of before.
8096 * tui/tui-io.c: Likewise.
8097
f9a79064
MK
8098 * tui/tui.c: Fix typo in comment.
8099
b31bc724
MK
8100 * sparc64-tdep.c (sparc_address_from_register): Remove function.
8101
f83f82bc
AC
81022004-04-08 Andrew Cagney <cagney@redhat.com>
8103
8104 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
8105 (deprecated_exception_support_initialized): Declare.
8718a420 8106 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
8107 (initialize_hp_cxx_exception_support)
8108 (child_enable_exception_callback): Update.
8109 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
8110 (deprecated_exception_support_initialized): Rename
8111 deprecated_exception_catchpoints_are_fragile and
8112 deprecated_exception_support_initialized.
8113 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
8114
8115 * symtab.c (deprecated_hp_som_som_object_present): Rename
8116 hp_som_som_object_present.
8117 * symtab.h (deprecated_hp_som_som_object_present): Declare.
8118 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
8119 Update. Delete extern declaration.
8120 * valops.c (hp_som_som_object_present): Ditto.
8718a420 8121 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
8122 (parse_nested_classes_for_hpacc): Ditto.
8123 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 8124 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
8125 (initialize_hp_cxx_exception_support): Ditto.
8126 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 8127 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 8128 (cp_print_class_method): Ditto.
8718a420 8129 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
8130 (c_type_print_base): Ditto.
8131 * c-exp.y (hp_som_som_object_present): Ditto.
8132
fb2be677
AC
81332004-04-08 Andrew Cagney <cagney@redhat.com>
8134
8135 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
8136 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
8137 (frame_unwind_find_by_frame): Re-implement the unwind code so
8138 that it can both prepend and append sniffers. Replace
8139 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
8140 * tramp-frame.c (tramp_frame_append): Use
8141 frame_unwind_prepend_unwinder.
8142 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
8143 frame_unwind_register_unwinder.
8144 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
8145 tramp_frame_append.
8146 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 8147 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
8148 (mips_linux_init_abi): Update.
8149
67faf007
KB
81502004-04-08 Kevin Buettner <kevinb@redhat.com>
8151
8152 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
8153 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
8154 file support.
8155
8973ff21
KB
81562004-04-07 Kevin Buettner <kevinb@redhat.com>
8157
8158 * ia64-tdep.c (elf.h): Don't include.
8159 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
8160
4a0e2f88
JM
81612004-04-07 Jason Molenda (jmolenda@apple.com)
8162
8163 * frame.h: Typeo corrections in comments.
8164
9872ad24
JB
81652004-04-07 Jim Blandy <jimb@redhat.com>
8166
8167 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
8168 %esp and %ebp
8169
70b216c8
MK
81702004-04-07 Mark Kettenis <kettenis@gnu.org>
8171
11d5789c
MK
8172 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
8173 * config/sparc/linux64.mt (TDEPFILES): Likewise.
8174 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8175 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
8176 and solib-legacy.o.
8177 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
8178 solib-svr4.o.
8179 * config/sparc/tm-sol2.h: Update copyright year. Include
8180 "solib.h".
8181
70b216c8
MK
8182 * sparc-sol2-tdep.c: Update copyright year. Include
8183 "solib-svr4.h".
8184 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8185 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
8186 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 8187 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
8188 dependencies.
8189
6339dc9e
AC
81902004-04-06 Andrew Cagney <cagney@redhat.com>
8191
8192 * infttrace.c: Include "infttrace.h".
8193 * infttrace.h: Include "target.h".
8194 * Makefile.in (infttrace_h): Update.
8195 (infttrace.o): Update.
8718a420 8196
93449403
AC
81972004-04-06 Andrew Cagney <cagney@redhat.com>
8198
6d518969
AC
8199 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
8200 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
8201 move extern declarations from here ...
8202 * infttrace.h: ... to here.
8203 * Makefile.in (hppah-nat.o): Update dependencies.
8204
85f4f2d8
AC
8205 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
8206 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 8207 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
8208 (hppa_breakpoint_from_pc): Delete.
8209
93449403
AC
8210 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
8211
71456ec6
AC
82122004-04-05 Andrew Cagney <cagney@redhat.com>
8213
8214 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
8215 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
8216 <sys/file.h>.
8718a420 8217
4c02c60c
AC
82182004-04-06 Randolph Chung <tausq@debian.org>
8219
8220 Committed by Andrew Cagney (mechanical change).
8221 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
8222 exception_catchpoints_are_fragile, find_stub_with_shl_get,
8223 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
8224 child_enable_exception_callback, current_ex_event,
8225 null_symtab_and_line, child_get_current_exception_event,
8226 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
8227 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
8228 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
8229 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
8230 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
8231 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
8232 Move hpux-specific definitions ...
8233 * hppa-hpux-tdep.c: ... to here.
8234
3a515653
AC
82352004-04-05 Andrew Cagney <cagney@redhat.com>
8236
8237 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
8238 skip_prologue_using_sal.
8239
c1730d02
AC
82402004-04-05 Andrew Cagney <cagney@redhat.com>
8241
8242 * config/i386/tm-i386.h: Delete file.
8243 * config/i386/tm-vxworks.h: Update copyright, do not include
8244 "tm-i386.h".
8245 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
8246 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
8247 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
8248 * config/i386/ncr3000.mt (TM_FILE): Delete.
8249 * config/i386/interix.mt (TM_FILE): Delete.
8250 * config/i386/i386v.mt (TM_FILE): Delete.
8251 * config/i386/i386nw.mt (TM_FILE): Delete.
8252 * config/i386/i386gnu.mt (TM_FILE): Delete.
8253 * config/i386/i386aout.mt (TM_FILE): Delete.
8254 * config/i386/embed.mt (TM_FILE): Delete.
8255
8b67aa36
KB
82562004-04-05 Kevin Buettner <kevinb@redhat.com>
8257
8258 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
8259 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
8260 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
8261 (accg7_regnum): New constants.
8262 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
8263 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
8264 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
8265 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
8266 for accg registers.
8267 (frv_register_sim_regno): Update spr_map[].
8268
3c7012f5
AC
82692004-04-04 Andrew Cagney <cagney@redhat.com>
8270
8271 * config/mips/xm-riscos.h: Delete.
8272 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
8273 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
8274 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
8275 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
8276 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
8277 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
8278 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
8279 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
8280 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
8281 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
8282 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
8283 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
8284 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
8285 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
8286 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
8287 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
8288 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
8289 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
8290 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
8291 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
8292 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
8293 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
8294 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
8295 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
8296 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
8297 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 8298
3c7012f5
AC
8299 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
8300 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
8301 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
8302 * configure.host: Remove m680[01]0-sun-sunos3*,
8303 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
8304 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
8305 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
8306 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
8307 mips-*-riscos*.
8308 * NEWS: Mention removed systems.
8309
99d16a21
AC
83102004-04-04 Andrew Cagney <cagney@redhat.com>
8311
8312 GDB 6.1 release created from 6.1 branch.
8313
6cdf9d98
AC
83142004-04-04 Andrew Cagney <cagney@redhat.com>
8315
98d346c3
AC
8316 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
8317 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
8318 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
8319
6cdf9d98
AC
8320 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
8321 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
8322 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
8323
859a326d
JB
83242004-04-03 Jim Blandy <jimb@redhat.com>
8325
8326 * MAINTAINERS: Chris Faylor has changed employers; add him to
8327 "paper trail" section, and update his E-mail address.
8328
b87178c3
AC
83292004-04-03 Andrew Cagney <cagney@redhat.com>
8330
4ea2acf0
AC
8331 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
8332 generic dummy frames.
8333 * dummy-frame.c: Update copyright.
8334 (dummy_frame_sniffer): Delete check for generic dummy frames.
8335
d0bd2d18 8336 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 8337 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
8338 (REG_PARM_STACK_SPACE): Delete.
8339 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
8340 Inline reference to REG_PARM_STACK_SPACE.
8341
b87178c3
AC
8342 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
8343 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8344 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
8345 (FRAME_BASE_BEFORE_SIGTRAMP)
8346 (hppa32_hpux_frame_base_before_sigtramp)
8347 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
8348 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
8349 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
8350 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8351 (FRAME_BASE_BEFORE_SIGTRAMP)
8352 (hppa64_hpux_frame_base_before_sigtramp)
8353 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
8354
43e2e1a0
AC
83552004-04-03 Andrew Cagney <cagney@redhat.com>
8356
8357 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
8358
ddc135a4
AC
83592004-04-02 Andrew Cagney <cagney@redhat.com>
8360
8361 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
8362 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
8363 * dummy-frame.h: Delete out-of-date comments.
8364 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
8365 * gdbarch.h, gdbarch.c: Re-generate.
8366
d15bfd3a 83672004-04-02 Joel Brobecker <brobecker@gnat.com>
8718a420 8368
d15bfd3a
AC
8369 Committed by Andrew Cagney <cagney@redhat.com>.
8370 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
8371 into account an instruction saving a register if we have already
8372 seen an earlier instruction saving that same register.
8373
f04ceafa
AC
83742004-04-02 Andrew Cagney <cagney@redhat.com>
8375
08be3abd
AC
8376 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
8377 * gdbarch.h, gdbarch.c: Re-generate.
8378 * frame.c (legacy_get_prev_frame): Delete references to
8379 DEPRECATED_INIT_FRAME_PC_FIRST.
8380
f04ceafa
AC
8381 * infrun.c (pc_in_sigtramp): Delete function.
8382 (check_sigtramp2): Inline call to pc_in_sigtramp, use
8383 get_frame_type.
8384
08e69816
AC
83852004-04-02 Andrew Cagney <cagney@redhat.com>
8386
8387 * infrun.c (handle_step_into_function): Delete code conditional on
8388 legacy_frame_p.
8389 (handle_inferior_event, step_over_function): Ditto.
8390
adb54772
AC
83912004-04-02 Andrew Cagney <cagney@redhat.com>
8392
8393 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
8394 "previous frame inner to this frame" test.
8395
304396fb
AC
83962004-04-02 Andrew Cagney <cagney@redhat.com>
8397
8398 * frame.c (safe_frame_unwind_memory): New function.
8399 * frame.h (safe_frame_unwind_memory): Declare. Update description
8400 of /safe_/ methods.
8401 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
8402 "next_frame". Use safe_frame_unwind_memory.
8403 (tramp_frame_sniffer): Update call to tramp_frame_start.
8404
6502dd73
DJ
84052004-04-01 Daniel Jacobowitz <drow@mvista.com>
8406
8407 * dwarf2read.c (dwarf2_objfile_data_key): New.
8408 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
8409 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
8410 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
8411 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
8412 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
8413 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
8414 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
8415 Remove variables.
8416 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
8417 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
8418 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
8419 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
8420 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
8421 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
8422 Remove macros.
8423 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
8424 data.
8425 (dwarf2_locate_sections, dwarf2_build_psymtabs)
8426 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
8427 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
8428 (read_partial_die, read_full_die, read_indirect_string)
8429 (dwarf_decode_line_header, dwarf_decode_macros)
8430 (dwarf2_symbol_mark_computed): Remove use of removed macros.
8431 Update uses of removed variables.
8432 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
8433 of removed macros.
8434 (_initialize_dwarf2_read): New function.
8435 * symfile.h (dwarf2_has_info): Update prototype.
8436 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
8437 * elfread.c (elf_symfile_read): Likewise.
8438
408752b0
JB
84392004-04-01 Jim Blandy <jimb@redhat.com>
8440
9f744501
JB
8441 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
8442 function for register numbers on all the rs6000-derived targets.
8443 (rs6000_gdbarch_init): Don't register a separate
8444 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
8445 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
8446 variants.
8447
408752b0
JB
8448 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
8449 numbering.
8450
2de41bce
PH
84512004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
8452
8453 * valarith.c: Update copyright notice.
8454 (value_add): Handle range types.
8455 (value_sub): Ditto.
8456 (value_equal): Ditto.
8457 (value_less): Ditto.
8458 (value_neg): Ditto.
8459 (value_complement): Ditto.
8718a420 8460 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 8461 eliminiating unnecessary COERCE_ENUMs.
8718a420 8462
5613d8d3
AC
84632004-03-31 Andrew Cagney <cagney@redhat.com>
8464
8465 * frame.h (frame_unwind_id): Declare.
8466 * frame.c (frame_unwind_id): New function.
8467 (get_prev_frame_1): New function.
8468 (frame_debug_got_null_frame): New function.
8469 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
8470 code proper to prev_frame, update description.
8471 * infrun.c (step_over_function): Use frame_unwind_id.
8472
c4557624
JB
84732004-04-31 J. Brobecker <brobecker@gnat.com>
8474
8475 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
8476 (hppa64_push_dummy_call): Likewise.
8477
3e6bb910
JB
84782004-03-30 Jim Blandy <jimb@redhat.com>
8479
8480 From Ulrich Weigand:
8481 * utils.c (query): Do not use a va_list variable multiple times.
8482
a2f23071
DJ
84832004-03-29 Daniel Jacobowitz <drow@mvista.com>
8484
8485 * Makefile.in (linux_nat_h): Update dependencies.
8486 * configure.in: Check for <gnu/libc-version.h>.
8487 * configure: Regenerate.
8488 * config.in: Regenerate.
8489 * linux-nat.h: Include "target.h". Add waitstatus field to
8490 struct lwp_info.
8491 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
8492 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
8493 to.
8494 (lin_lwp_handle_extended): New function. Handle clone events.
8495 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
8496 thread exit events.
8497 (child_wait): Handle clone events.
8498 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
8499 * linux-nat.c (linux_enable_event_reporting): Turn on
8500 PTRACE_O_TRACECLONE.
8501 (linux_handle_extended_wait): Handle clone events.
8502 * thread-db.c: Include <gnu/libc-version.h>.
8503 (struct private_thread_info): Add dying flag.
8504 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
8505 higher.
8506 (attach_thread): Update comments. Handle dying threads.
8507 (detach_thread): Set the dying flag.
8508 (check_event): Always call attach_thread.
8509
8d5f9dcb
DJ
85102004-03-29 Daniel Jacobowitz <drow@mvista.com>
8511
8512 * mips-tdep.c (mips_pdr_data): New.
8513 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
8514 (_initialize_mips_tdep): Initialize mips_pdr_data.
8515
66337bb1
CV
85162004-03-29 Corinna Vinschen <vinschen@redhat.com>
8517
8518 * minsyms.c (install_minimal_symbols): Move dropping leading
8519 char from linkage name from here...
8520 (prim_record_minimal_symbol_and_info): ...to here. Simplify
8521 test for "__gnu_compiled*" symbols.
8522
e802b915
JB
85232004-03-28 Jim Blandy <jimb@redhat.com>
8524
8525 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
8526 registers to temp register r0 and byte stores as prologue
8527 instructions.
8528
72b56458
AC
85292004-03-28 Andrew Cagney <cagney@redhat.com>
8530
8531 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
8532 arm*-*-*.
8533
0bfbda3b
SC
85342004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8535
8536 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
8537 and switch the layout to force a display of register window.
8538
5a7225ed
JB
85392004-02-26 J. Brobecker <brobecker@gnat.com>
8540
8541 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
8542 of the INTEGER class.
8543
81a07a45
JB
85442004-03-26 Jim Blandy <jimb@redhat.com>
8545
8546 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
8547 bytes long on PPC GNU/Linux.
8548
8c691c7a
DC
85492004-03-26 David Carlton <carlton@kealia.com>
8550
8551 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
8552
103a0089
AC
85532004-03-25 Andrew Cagney <cagney@redhat.com>
8554
8555 * PROBLEMS: Add general section titles, remove references to
8556 specific releases.
8557
7a5ea0d4
DJ
85582004-03-25 Daniel Jacobowitz <drow@mvista.com>
8559
8560 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
8561 INT_REGISTER_SIZE.
8562 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
8563 FP_REGISTER_VIRTUAL_SIZE.
8564 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
8565 of DEPRECATED_REGISTER_RAW_SIZE.
8566 (arm_register_type): Add gdbarch argument.
8567 (arm_register_raw_size, arm_register_virtual_size): Delete.
8568 (arm_register_byte, arm_extract_return_value)
8569 (arm_store_return_value, arm_get_longjmp_target): Update references
8570 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
8571 (arm_gdbarch_init): Likewise. Don't set
8572 deprecated_register_raw_size, deprecated_register_virtual_size,
8573 deprecated_max_register_raw_size,
8574 deprecated_max_register_virtual_size, or
8575 deprecated_max_register_virtual_type. Do set register_type.
8576 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
8577 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
8578 (FP_REGISTER_VIRTUAL_SIZE): Delete.
8579 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
8580 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
8581 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
8582 INT_REGISTER_SIZE.
8583 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
8584 (remote_rdp_store_register): Likewise.
8585
5792a79b
DJ
85862004-03-24 Daniel Jacobowitz <drow@mvista.com>
8587
8588 * Makefile.in (mips-linux-tdep.o): Update dependencies.
8589 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
8590 to after osabi initialization.
8591 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
8592 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
8593 functions.
8594 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
8595 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
8596 variables.
8597 (mips_linux_init_abi): Append signal trampoline unwinders.
8598
1196bfda
AC
85992004-03-24 Andrew Cagney <cagney@redhat.com>
8600
8601 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
8602 * tramp-frame.c: Include "gdb_assert.h".
8603 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
8604 correct sizeof.
8605 (tramp_frame_append): Validate the tramp frame's instructions.
8606 * Makefile.in (tramp-frame.o): Update dependencies.
8607
4be282b4
AC
86082004-03-23 Andrew Cagney <cagney@redhat.com>
8609
8610 * trad-frame.h (trad_frame_set_reg_addr): Declare.
8611
69aec09b
AC
86122004-03-23 Andrew Cagney <cagney@redhat.com>
8613
8614 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
8615 Nasser as past testsuite/lib/ (and other) maintainers.
8616
63ed89b4
DJ
86172004-03-23 Daniel Jacobowitz <drow@mvista.com>
8618
8619 * infcmd.c (attach_command): Reread symbols if we already have
8620 an exec file.
8621
f3b36427
AC
86222004-03-23 Andrew Cagney <cagney@redhat.com>
8623
8624 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
8625
aa2a3f87
AC
86262004-03-23 Andrew Cagney <cagney@redhat.com>
8627
8628 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
8629 * gdbarch.h, gdbarch.c: Re-generate.
8630 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8631 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8632 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 8633 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 8634 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 8635 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
8636 (DEPRECATED_SIGTRAMP_START): Update.
8637 * blockframe.c (find_pc_sect_partial_function): Update.
8638 * arch-utils.c (legacy_pc_in_sigtramp): Update.
8639
00cac895
DJ
86402004-03-23 Daniel Jacobowitz <drow@mvista.com>
8641
8642 * remote.c (remote_open_1): Reopen the exec file and reread symbols
8643 if necessary.
8644
f561f026
AC
86452004-03-23 Andrew Cagney <cagney@redhat.com>
8646
8647 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
8648 predicate, deprecate.
8649 * gdbarch.h, gdbarch.c: Re-generate.
8650 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8651 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8652 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
8653 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8654 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
8655 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
8656 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
8657 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
8658 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
8659 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
8660 * blockframe.c (find_pc_partial_function): Update.
8661 * breakpoint.c (bpstat_what): Update.
8662 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
8663 * frv-linux-tdep.c (frv_linux_init_abi): Update.
8664 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
8665 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
8666 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8667 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8668 * i386-nto-tdep.c (i386nto_init_abi): Update.
8669 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8670 * i386-tdep.c (i386_sigtramp_frame_sniffer)
8671 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8672 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8673 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8674 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8675 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8676 * infrun.c (pc_in_sigtramp): Update.
8677 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8678 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8679 * mips-tdep.c (mips_gdbarch_init): Update.
8680 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8681 * ppc-linux-tdep.c: Update comment.
8682 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8683 * shnbsd-tdep.c (shnbsd_init_abi): Update.
8684 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8685 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8686 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8687 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8688 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8689 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8690 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8691 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 8692
8050c72f
AC
86932004-03-23 Andrew Cagney <cagney@redhat.com>
8694
d2259dd3
AC
8695 * tramp-frame.h, tramp-frame.h: New files.
8696 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8697 Update rules to include "tramp-frame.h" and "tramp-frame.c".
8698
8050c72f
AC
8699 * Makefile.in: Update all dependencies.
8700
0db9b4b7
AC
87012004-03-23 Andrew Cagney <cagney@redhat.com>
8702
8703 * Makefile.in (trad_frame_h): Add $(frame_h).
8704 * trad-frame.h: Update copyright. Include "frame.h".
8705 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8706 (trad_frame_set_id, trad_frame_get_id): Declare.
8707 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8708 * trad-frame.c: Update copyright.
8709 (struct trad_frame_cache): Define.
8710 (trad_frame_cache_zalloc): New function.
8711 (trad_frame_set_id, trad_frame_get_id): New functions.
8712 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 8713
8e645ae7
AC
87142004-03-22 Andrew Cagney <cagney@redhat.com>
8715
8716 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8717 s390_pltstub_unwind_cache.
8718 (s390_stub_frame_unwind_cache): Rename
8719 s390_pltstub_frame_unwind_cache.
8720 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8721 (s390_stub_frame_prev_register): Rename
8722 s390_pltstub_frame_prev_register.
8723 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8724 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8725
8726 From Ulrich Weigand:
8727 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8728 pointer calls like PLT calls.
8729
34fcf120
DJ
87302004-03-22 Daniel Jacobowitz <drow@mvista.com>
8731
8732 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8733 PC rather than the partial function start address. Use the start
8734 address to sanity check the found PDR.
8735
5b917078
DJ
87362004-03-22 Daniel Jacobowitz <drow@mvista.com>
8737
8738 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8739 linux_handle_extended_wait.
8740
8adf9e78
AC
87412004-03-22 Andrew Cagney <cagney@redhat.com>
8742
c3122434
AC
8743 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8744 function.
8745
8adf9e78
AC
8746 * frame.h (generic_pop_current_frame): Delete declaration.
8747 (deprecate_pop_dummy_frame): Deprecate
8748 generic_pop_dummy_frame.
8749 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8750 (generic_pop_current_frame): Delete function.
8751 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8752 generic_pop_current_frame.
8753 * v850-tdep.c (v850_pop_frame): Update.
8754 * mcore-tdep.c (mcore_pop_frame): Update.
8755 * sh64-tdep.c (sh64_pop_frame): Update.
8756 * h8300-tdep.c (h8300_pop_frame): Update.
8757
90ba813f
AC
87582004-03-22 Andrew Cagney <cagney@redhat.com>
8759
8760 * frame.h (deprecated_pc_in_call_dummy): Rename
8761 generic_pc_in_call_dummy.
8762 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8763 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8764 generic_pc_in_call_dummy.
8765 (pc_in_dummy_frame): Make static.
8766 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8767 * gdbarch.h, gdbarch.c: Re-generate.
8768 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8769 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8770 (legacy_get_prev_frame): Ditto.
8771 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8772 comment.
8718a420 8773
ca4bb888
AC
87742004-03-21 Andrew Cagney <cagney@redhat.com>
8775
244675f9
AC
8776 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8777 declaration and out-of-date comment.
8778 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8779 Delete function.
8780 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8781 deprecated_pc_in_call_dummy.
8782
ca4bb888
AC
8783 * infrun.c (handle_inferior_event): For non legacy frames, use the
8784 frame ID and frame type to identify a signal trampoline. Update
8785 comments.
8786
1777c7b4
NW
87872004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8788
8789 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8790 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8791
82417da5
AC
87922004-03-21 Andrew Cagney <cagney@redhat.com>
8793
8794 * frame-unwind.h: Update copyright.
8795 (struct frame_data): Add opaque declaration.
8796 (frame_sniffer_ftype): Declare.
8797 (struct frame_unwind): Add "unwind_data" and "sniffer".
8798 (frame_unwind_register_unwinder): Declare.
8799 (frame_unwind_find_by_frame): Add parameter "this_cache".
8800 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8801 (legacy_get_prev_frame, legacy_get_prev_frame)
8802 (get_frame_type): Pass the prologue_cache to
8803 frame_unwind_find_by_frame.
8804 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8805 "unwinder".
8806 (frame_unwind_register_unwinder): New function.
8807 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8808
b2ba182e
PH
88092004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8810
8811 * bcache.c (print_percentage): Use floating point to avoid
8812 incorrect results when portion*100 overflows.
8813
81332287
KB
88142004-03-19 Kevin Buettner <kevinb@redhat.com>
8815
8816 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8817 (ppc_linux_init_extra_frame_info)
8818 (ppc_linux_frameless_function_invocation)
8819 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8820 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8821 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8822 (rs6000_frame_chain): Delete declarations.
8823 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8824 (ppc_linux_init_extra_frame_info)
8825 (ppc_linux_frameless_function_invocation)
8826 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8827 (ppc_linux_init_abi): Remove registration of above deleted functions.
8828 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8829 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8830 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8831 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8832 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8833 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8834 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8835 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8836 frame management for all OSABIs.
8837
61a65099
KB
88382004-03-19 Andrew Cagney <cagney@redhat.com>
8839
8840 Committed by Kevin Buettner <kevinb@redhat.com>.
8841
8842 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8843 Update copyright.
8844 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8845 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8846 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8847 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8848 unwinders. #ifdef legacy frame code.
8849 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8850 "frame-base.h".
8851 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8852 (struct rs6000_frame_cache, rs6000_frame_cache)
8853 (rs6000_frame_this_id, rs6000_frame_prev_register)
8854 (rs6000_frame_sniffer, rs6000_frame_unwind)
8855 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8856 (rs6000_frame_base): Implement a traditional frame unwinder.
8857 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8858 frame unwinder.
8859
88f7da05
KB
88602004-03-19 Kevin Buettner <kevinb@redhat.com>
8861
8862 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8863 breakpoint address for watchpoints or the catch eventpoints.
8864 Add new paramter ``bptype''. Adjust all callers.
8865
f826dce1
AC
88662004-03-19 Andrew Cagney <cagney@redhat.com>
8867
33cb8b0f
AC
8868 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8869
f826dce1
AC
8870 * PROBLEMS: Delete note that ARM does not use frame code, problem
8871 fixed.
8872
43b1ab88
AC
88732004-03-18 Andrew Cagney <cagney@redhat.com>
8874
292ab034
AC
8875 * stack.c (return_command): Delete code wrapped in #ifdef
8876 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8877
43b1ab88
AC
8878 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8879
dbfe4626
AC
88802004-03-18 Andrew Cagney <cagney@redhat.com>
8881
8882 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8883 DEPRECATED_IN_SIGTRAMP.
8884 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8885 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8886 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8887 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8888 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8889 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8890 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8891 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8892 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8893 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8894
0cad6aec
AC
88952004-03-18 Andrew Cagney <cagney@redhat.com>
8896
8897 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8898 (struct frame_base_table_entry): Define.
8899 (struct frame_base_table): Re-implement as a linked list.
8900 (frame_base_init): Re-implement.
8901 (frame_base_table): Delete function.
8902 (append_predicate): Delete function.
8903 (frame_base_append_sniffer): Update.
8904 (frame_base_set_default): Update.
8905 (frame_base_find_by_frame): Update.
8906 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8907 * Makefile.in (frame-base.o): Update dependencies.
8908
9982c2e7
AC
89092004-03-17 Andrew Cagney <cagney@redhat.com>
8910
8911 * frame.c (legacy_get_prev_frame): Pass correct frame to
8912 frame_unwind_find_by_frame.
8913
8dfe8985
DC
89142004-03-17 David Carlton <carlton@kealia.com>
8915
8916 * NEWS: Mention C++ nested types and namespaces
8917
ed47347a
MC
89182004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8919
8920 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8921 and "Regressions since gdb 5.3.". Add known regressions since
8922 gdb 6.0.
8923
90aeadfc
DC
89242004-03-16 David Carlton <carlton@kealia.com>
8925
8926 * dwarf2read.c (process_structure_scope): Process children even
8927 when we're a declaration.
8928
73912b9b
AC
89292004-03-16 Andrew Cagney <cagney@redhat.com>
8930
8931 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8932 * blockframe.c (find_pc_partial_function)
8933 (find_pc_sect_partial_function): Merge into a single
8934 find_pc_partial_function.
8935
283accbc
MK
89362004-03-16 Mark Kettenis <kettenis@gnu.org>
8937
8938 * i386bsd-nat.c: s/regno/regnum/g.
8939 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8940 FP0_REGNUM.
8941 (store_inferior_registers): Likewise.
8942
f5b1afdf
MK
89432004-03-16 Mark Kettenis <kettenis@gnu.org>
8944
8945 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8946 of i387_fill_fsave.
8947 (store_inferior_registers): Call i387_collect_fsave and
8948 i387_collect_fxsave instead of i387_fill_fsave and
8949 i387_fill_fxsave.
8950
41fe5eb3
AC
89512004-03-15 Andrew Cagney <cagney@redhat.com>
8952
8953 * Makefile.in (frame-unwind.o): Update dependencies.
8954 * frame-unwind.c: Include "gdb_obstack.h".
8955 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8956 parameter.
8957 (append_predicate): Delete function.
8958 (struct frame_unwind_table_entry): New structure.
8959 (struct frame_unwind_table): Replace "sniffer" with "head" and
8960 "tail".
8961 (frame_unwind_append_sniffer): Update.
8962 (frame_unwind_find_by_frame): Update.
8963 (_initialize_frame_unwind): Registe frame_unwind_init using
8964 gdbarch_data_register_pre_init.
8965
3f63813d
MK
89662004-03-15 Mark Kettenis <kettenis@gnu.org>
8967
8968 * i386bsd-nat.c: Update copyright year.
8969 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8970 define unconditionally.
8971
3248c325 89722004-03-15 Mark Kettenis <kettenis@gnu.org>
63b6c53f
MK
8973
8974 * i387-tdep.h (i387_collect_fsave): New prototype.
8975 * i387-tdep.c (i387_collect_fsave): New function containing most
8976 of the code from i387_fill_fsave.
3248c325 8977 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 8978
871fbe6a
MK
89792004-03-15 Mark Kettenis <kettenis@gnu.org>
8980
8981 * i386-linux-tdep.c: Update copyright year.
8982 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8983 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8984 svr4_ilp32_link_map_offsets instead of
8985 i386_linux_svr4_fetch_link_map_offsets.
8986
8176b9b8
DC
89872004-03-15 David Carlton <carlton@kealia.com>
8988
8989 Fix for PR c++/1553:
8990 * dwarf2read.c (read_structure_type): Determine type name by
8991 calling determine_class_name.
8992 (determine_class_name): New.
8993 (determine_prefix): Look at TYPE_TAG_NAME and call
8994 determine_class_name when appropriate.
8995 (determine_prefix_aux, class_name): Delete.
9d58e29d 8996 (read_namespace): Set die->type.
8176b9b8 8997
fe8bf7d7
KB
89982004-03-15 Kevin Buettner <kevinb@redhat.com>
8999
9000 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
9001 unused macro definition. The definition in target.h (or perhaps
9002 elsewhere) takes precedence.
9003
ed6edd9b
AC
90042004-03-15 Andrew Cagney <cagney@redhat.com>
9005
f9be684a
AC
9006 * ppc-tdep.h: Update copyright.
9007 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
9008 function signatures to match "regsets.h".
9009 * ppc-linux-tdep.c: Include "regset.h".
9010 (ELF_GREGSET_SIZE): Delete.
9011 (right_supply_register): New function.
9012 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
9013 using right_supply_register.
9014 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
9015 functions.
9016 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
9017 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
9018 (_initialize_ppc_linux_tdep): Do not register
9019 ppc_linux_regset_core_fns.
9020 (ppc_linux_regset_from_core_section): Replace
9021 fetch_core_registers.
9022 (ppc_linux_regset_core_fns): Delete.
9023 * ppc-linux-nat.c: (right_fill_reg): New function.
9024 (supply_gregset): Update call to ppc_linux_supply_gregset.
9025 (fill_gregset): Clear the register set, use right_fill_reg.
9026 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
9027 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
9028
ed6edd9b
AC
9029 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
9030 unsigned.
9031
030f20e1
AC
90322004-03-15 Andrew Cagney <cagney@redhat.com>
9033
9034 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
9035 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
9036 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
9037 and register_gdbarch_data.
9038 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
9039 (struct gdbarch_data): Replace "init" by "pre_init" and
9040 "post_init".
9041 * gdbarch.h, gdbarch.c: Re-generate.
9042 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
9043 with"obstack", use OBSTACK_ZALLOC.
9044 (dwarf2_frame_ops): Delete.
9045 (dwarf2_frame_set_init_reg): Use gdbarch_data.
9046 (dwarf2_frame_init_reg): Use gdbarch_data.
9047 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 9048 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
9049 (_initialize_svr4_solib): Update.
9050 * user-regs.c (_initialize_user_regs): Update.
9051 * reggroups.c (_initialize_reggroup): Update.
9052 * regcache.c (_initialize_regcache): Update.
9053 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9054 * libunwind-frame.c (_initialize_libunwind_frame): Update.
9055 * gnu-v3-abi.c (init_gnuv3_ops): Update.
9056 * frame-unwind.c (_initialize_frame_unwind): Update.
9057 * frame-base.c (_initialize_frame_base): Update.
9058 * user-regs.c (user_reg_add): Update.
9059 * reggroups.c (reggroup_add): Update.
9060 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
9061 * libunwind-frame.c (libunwind_frame_set_descr): Update.
9062 * frame-unwind.c (frame_unwind_append_sniffer): Update.
9063 * frame-base.c (frame_base_table): Update.
9064 * remote.c (_initialize_remote): Update.
9065 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 9066
3111a3fc
AC
90672004-03-15 Andrew Cagney <cagney@redhat.com>
9068
9069 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
9070
5ecb7103
KB
90712004-03-15 Kevin Buettner <kevinb@redhat.com>
9072
9073 * Makefile.in (frv-linux-tdep.o): Add dependencies.
9074 * frv-linux-tdep.c: New file.
9075 * frv-tdep.c (struct gdbarch_tdep): Add new field
9076 ``sigcontext_reg_addr''.
9077 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
9078 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
9079 (frv_sigramp_frame_sniffer): New functions.
9080 (frv_sigtramp_frame_unwind): New static global.
9081 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
9082 sniffers.
9083 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
9084 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
9085
1ccda5e9
KB
90862004-03-15 Kevin Buettner <kevinb@redhat.com>
9087
9088 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
9089 but not via a call to error(), when unable to read memory.
9090
b375a0a5
KB
90912004-03-15 Kevin Buettner <kevinb@redhat.com>
9092
9093 * frv-tdep.c (frv_call_dummy_words): Delete.
9094 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
9095
4fdf6121
AC
90962004-03-15 Andrew Cagney <cagney@redhat.com>
9097
9098 * infrun.c (handle_step_into_function, step_over_function): Only
9099 update and use STEP_FRAME_ID when the system is using legacy
9100 frames. Update comments.
9101
34021503
MK
91022004-03-14 Mark Kettenis <kettenis@gnu.org>
9103
187e21d1
MK
9104 * amd64-linux-tdep.h: Remove file.
9105 * amd64-linux-tdep.c: Don't include "inferior.h" and
9106 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
9107 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
9108 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
9109 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
9110 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
9111 macros.
9112 (user_to_gdb_regmap): Remove variable.
9113 (amd64_linux_gregset_reg_offset): New variable.
9114 (amd64_core_fns): Remove variable.
9115 (fetch_core_registers): Remove function.
9116 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
9117 functions.
9118 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
9119 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
9120 * Makefile.in (amd64_linux_tdep_h): Remove.
9121 (amd64-linux-nat.o): Update dependencies.
9122 (amd64-linux-tdep.o): Update dependencies.
9123
99679982
MK
9124 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
9125 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
9126 functions.
9127 (fetch_inferior_registers, store_inferior_registers): Rewrite.
9128
34021503
MK
9129 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
9130 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
9131
134d01f1
DJ
91322004-03-14 Daniel Jacobowitz <drow@mvista.com>
9133
9134 * dwarf2read.c (read_structure_type): Rename from
8718a420 9135 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
9136 Return immediately if die->type is set. Call read_type_die before
9137 dwarf2_add_member_fn.
9138 (process_structure_scope): New function.
9139 (read_enumeration_type, process_enumeration_scope): New functions,
9140 broken out from read_enumeration. Don't create the enumeration
9141 type if it has already been created.
9142 (read_enumeration): Removed.
9143 (process_die): Call read_structure_type, process_structure_scope,
9144 read_enumeration_type, and process_enumeration_scope. Just call
9145 new_symbol for base and subrange types. Add a comment about other
9146 type dies.
9147 (read_type_die): Call read_enumeration_type.
9148 (add_partial_structure, new_symbol): Update comments.
9149
65760afb
SC
91502004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9151
9152 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
9153
10f59415
SC
91542004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9155
9156 * tui/tui-win.h (tui_get_cmd_list): Declare.
9157 * tui/tui-win.c (tui_command): New function.
9158 (tui_get_cmd_list): New function.
9159 (_initialize_tui_win): Moved initialization of tui command in
9160 tui_get_cmd_list.
9161
9162 * tui/tui-data.c (init_content_element): Setup new data members.
9163 (init_win_info): Likewise.
9164 (free_content_elements): Free it.
9165 * tui/tui-data.h (struct tui_data_element): Store the register
9166 content to print.
9167 (struct tui_data_info): Keep the current register group.
9168
9169 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
9170
9171 * tui/tui-regs.h (tui_show_registers): Update prototype.
9172 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
9173 (tui_resize_all): No need to calculate anything for register window.
9174 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
9175 (tui_set_register_element, tui_set_general_regs_content): Remove.
9176 (tui_set_special_regs_content): Remove.
9177 (tui_set_general_and_special_regs_content): Remove.
9178 (tui_set_float_regs_content): Remove.
9179 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
9180 (tui_set_regs_content): Remove.
9181 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
9182 (tui_v_show_registers_command_support): Remove.
9183 (tui_show_registers): Use a reggroup to specify the registers to show.
9184 (tui_show_register_group): New function.
9185 (tui_display_registers_from): Compute the layout of register window
9186 and refresh with new API; be sure to delete old register windows.
9187 (tui_check_register_values): Update to use tui_get_register and
9188 tui_display_data.
9189 (tui_display_register): Just refresh the register window part.
9190 (tui_register_format): Format registers and save in tui_data_element.
9191 (tui_get_register): New to combine tui_reg_value_has_changed and
9192 tui_get_register_raw_value; fix to use the new gdb API.
9193 (tui_show_float_command): Renamed tui_reg_float_command.
9194 (tui_show_general_command): Renamed tui_reg_general_command.
9195 (tui_show_special_command): Renamed tui_reg_system_command.
9196 (_initialize_tui_regs): Remove unused commands.
9197
c3364ea4
MK
91982004-03-13 Mark Kettenis <kettenis@gnu.org>
9199
27d1e716
MK
9200 * NEWS (New native configurations): Mention OpenBSD/amd64.
9201
c3364ea4
MK
9202 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
9203 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
9204 Remove defines.
9205 * config/i386/nm-fbsd64.h: Likewise.
9206 * config/i386/nm-obsd.h: Likewise.
9207 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
9208 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
9209
b2d6d697
KB
92102004-03-12 Kevin Buettner <kevinb@redhat.com>
9211
9212 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
9213 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
9214 New constants.
9215
76e43199
KB
9216 From Richard Sandiford <rsandifo@redhat.com>:
9217 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
9218
34ce532e
KB
92192004-03-12 Kevin Buettner <kevinb@redhat.com>
9220
9221 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
9222 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
9223 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
9224 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
9225 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
9226 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
9227 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
9228 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
9229 definitions from frv-tdep.c to frv-tdep.h.
9230
c4d10515
KB
92312004-03-12 Kevin Buettner <kevinb@redhat.com>
9232
9233 Add shared library support for FR-V FDPIC ABI:
9234 * Makefile.in (solib-frv.o): Add dependencies.
9235 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
9236 New functions.
9237 (frv_push_dummy_call): Add support for FDPIC ABI.
9238 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
9239 for FDPIC ABI.
9240 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
9241 (frv_fdpic_find_canonical_descriptor): Declare.
9242 * solib-frv.c: New file.
9243 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
9244 * config/frv/tm-frv.h (solib.h): Include.
9245
ed1bd989
KB
92462004-03-12 Kevin Buettner <kevinb@redhat.com>
9247
9248 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
9249 (frv-tdep.o): Update dependencies.
9250 * frv-tdep.h: New file.
9251 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
9252 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
9253 constants.
9254 (struct gdbarch_tdep): Add new member ``frv_abi''.
9255 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
9256 functions.
9257 (new_variant): Set ``frv_abi'' field.
9258 (gdb_arch_init): Detect FDPIC executables.
9259
82b38f72
MK
92602004-03-12 Mark Kettenis <kettenis@gnu.org>
9261
9262 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
9263 wrapper.
9264
db1ea9ba
AC
92652004-03-11 Andrew Cagney <cagney@redhat.com>
9266
9267 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
9268
f8766ec1
KB
92692004-03-11 Kevin Buettner <kevinb@redhat.com>
9270
9271 * solist.h (master_so_list): New function.
9272 * solib.c (master_so_list): Likewise.
9273 * solib-svr4.c (enable_break): Iterate over so_list entries
9274 obtained from master list instead of entries obtained directly
9275 via svr4_current_sos().
9276
523f6a27
BE
92772004-03-10 Ben Elliston <bje@gnu.org>
9278
9279 * MAINTAINERS: Update my mail address.
9280
37814c18
KI
92812004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9282
9283 * remote-m32r-sdi.c: Support hardware watchpoint.
9284
8b9740d8
DJ
92852004-03-09 Daniel Jacobowitz <drow@mvista.com>
9286
9287 * user-regs.c: Update copyright years.
9288 (struct user_regs): Rename to gdb_user_regs.
9289 (append_user_reg, builtin_user_regs, user_regs_init)
9290 (user_reg_add, user_reg_map_name_to_regnum)
9291 (usernum_to_user_reg): Update.
9292
4bb7a0a7
DJ
92932004-03-09 Daniel Jacobowitz <drow@mvista.com>
9294
9295 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
9296 (skip_children): New functions.
9297 (locate_pdi_sibling): Call skip_children.
9298
44e1a9eb
DJ
92992004-03-09 Daniel Jacobowitz <drow@mvista.com>
9300
9301 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
9302 * gdbtypes.c (check_typedef): Update comments.
9303
f3dd6933
DJ
93042004-03-09 Daniel Jacobowitz <drow@mvista.com>
9305
9306 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
9307 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
9308 pointer. Update comment about comp_unit_head.
9309 (struct abbrev_info): Shorten two int flags.
9310 (dwarf_alloc_abbrev): Take a CU argument.
9311 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
9312 each time through the loop. Update cleanup argument.
9313 (psymtab_to_symtab_1): Update cleanup call.
9314 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
9315 abbrev_obstack.
9316 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
9317 Just call obstack_free and clear the pointer.
9318
b40c7d58
DJ
93192004-03-09 Daniel Jacobowitz <drow@mvista.com>
9320
9321 * infrun.c (handle_inferior_event): Remove short-circuit code for
9322 events in a different thread.
9323
333dabeb
DJ
93242004-03-09 Daniel Jacobowitz <drow@mvista.com>
9325
9326 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
9327 print the whole transfer.
9328 (initialize_targets): Update description of "set debug target".
9329
aa17d93e
DJ
93302004-03-09 Daniel Jacobowitz <drow@mvista.com>
9331
9332 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
9333
0b71f08f
NW
93342004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
9335
9336 * MAINTAINERS (write after approval): Add myself.
9337
3930f270
CV
93382004-03-08 Corinna Vinschen <vinschen@redhat.com>
9339
9340 * sh-tdep.c (sh_print_registers_info): Use for loop.
9341 Don't skip multiple registers when a float register is encountered.
9342
a2b4a96c
CV
93432004-03-08 Corinna Vinschen <vinschen@redhat.com>
9344
9345 Fix PR tdep/1291.
9346 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
9347 to official SH documentation.
9348
f15a4bc0
AC
93492004-03-07 Andrew Cagney <cagney@redhat.com>
9350
9351 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
9352 unused function.
9353
9498281f
DJ
93542004-03-07 Daniel Jacobowitz <drow@mvista.com>
9355
9356 * arm-tdep.c (thumb_get_next_pc): Handle BX.
9357 (arm_get_next_pc): Handle BX and BLX.
9358
449e1137
AC
93592004-03-07 Andrew Cagney <cagney@redhat.com>
9360
eded0a31
AC
9361 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
9362 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
9363 HPPA_SP_REGNUM.
9364 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
9365 (hppa_target_read_fp): Delete.
9366 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
9367 register_virtual_size, max_register_raw_size,
9368 max_register_virtual_size, register_byte, register_size,
9369 target_read_fp, fp_regnum, and register_bytes. Set register_type
9370 instead of register_virtual_type.
9371 (hppa32_register_type, hppa64_register_type): Replace
9372 hppa32_register_virtual_type and hppa64_register_virtual_type.
9373 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
9374 (HPPA_FP_REGNUM): Define.
9375
f5f907e2
AC
9376 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
9377
69b4bbe4
AC
9378 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
9379 (pa_do_registers_info): Delete.
9380 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 9381 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 9382 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 9383
78161e48
AC
9384 * infcall.c (legacy_push_dummy_code): Delete #ifdef
9385 GDB_TARGET_IS_HPPA code.
9386 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 9387 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
9388 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
9389 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
9390 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
9391 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
9392 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 9393 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
9394 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
9395 (hppa_frameless_function_invocation, hppa64_store_return_value)
9396 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 9397 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 9398 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 9399 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
9400 (find_proc_framesize, deposit_21, restore_pc_queue)
9401 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 9402 (rp_saved, pc_in_linker_stub): Delete.
78161e48 9403
782eae8b
AC
9404 Unconditionally enable 64-bit frame and ABI code.
9405 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
9406 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
9407 push_dummy_frame, fix_call_dummy, push_arguments,
9408 call_dummy_location, extract_return_value, use_struct_convention,
9409 store_return_value, store_struct_return, saved_pc_after_call,
9410 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
9411 frame_chain, frame_chain_valid, frameless_function_invocation,
9412 frame_saved_pc, and pop_frame.
78161e48 9413
449e1137
AC
9414 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
9415 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
9416 (hppa_gdbarch_init): Do not set PC_REGNUM.
9417
12507572
MK
94182004-03-06 Mark Kettenis <kettenis@gnu.org>
9419
9420 * config/alpha/tm-fbsd.h: Remove file.
9421 * config/alpha/fbsd.mt: Tweak comment.
9422 (TM_FILE): Set to tm-alpha.h.
9423
c107cc1b
AC
94242004-03-05 Andrew Cagney <cagney@redhat.com>
9425
9426 * infrun.c (step_over_function): When non-legacy code, and no
9427 step_frame_id, use the unwinder to get the caller's frame ID.
9428
f2e7c15d
MK
94292004-03-05 Mark Kettenis <kettenis@gnu.org>
9430
8b0c3633
MK
9431 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
9432 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
9433 bfd_arch_unknown. Adjust comment.
9434
f2e7c15d
MK
9435 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
9436 * i386obsd-tdep.c: Correct spelling in comment.
9437 * i386nbsd-tdep.c: Correct spelling in comment.
9438 * sparc-tdep.c: Correct spelling in comments.
9439
1198ecbe
DC
94402004-03-05 David Carlton <carlton@kealia.com>
9441
9442 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
9443 bug.
9444
9eb42ed1
MK
94452004-03-05 Mark Kettenis <kettenis@gnu.org>
9446
9447 * sparc-tdep.c: Fix typo in comment.
9448
52b5e991
JB
94492004-03-04 J. Brobecker <brobecker@gnat.com>
9450
9451 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
9452
d8151005
DJ
94532004-03-04 Daniel Jacobowitz <drow@mvista.com>
9454
9455 * dwarf2read.c: Add comment describing memory lifetimes.
9456 (struct dwarf2_pinfo): Update comment.
9457 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
9458 (read_enumeration, new_symbol): Don't use obsavestring.
9459
cbeae229
MK
94602004-03-04 Mark Kettenis <kettenis@gnu.org>
9461
722d18c2
MK
9462 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
9463 instead of amd64_fill_fxsave.
9464 * amd64bsd-nat.c (store_inferior_registers): Likewise.
9465 * amd64fbsd-nat.c (fill_fpregset): Likewise.
9466
cbeae229
MK
9467 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
9468 Reorganize code a bit.
9469
b4206d25
OF
94702004-03-04 Orjan Friberg <orjanf@axis.com>
9471
9472 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
9473 when the frame pointer is pushed. Don't set the frame pointer's
9474 address on the stack unless it's actually located there.
b4206d25
OF
9475 Set the SRP's address on the stack correctly when the PC is still in
9476 the prologue.
9477 (cris_return_value): New function.
9478 (cris_gdbarch_init): Clear deprecated store_return_value,
9479 extract_return_value.
9480
49b0b195
JB
94812004-03-02 Jim Blandy <jimb@redhat.com>
9482
9483 * stabsread.c (reg_value_complaint): The maximum register number
9484 is one less than the number of registers.
9485
e9ff708b
AC
94862004-03-02 Andrew Cagney <cagney@redhat.com>
9487
9488 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
9489 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
9490 trailing comma and redundant assignment of I386_ST0_REGNUM.
9491 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
9492 32-bit segment registers.
9493
d4715e41
AC
94942004-03-01 Andrew Cagney <cagney@redhat.com>
9495
9496 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
9497 use frame_relative_level and get_next_frame.
9498
3ce2bf18
AC
94992004-02-29 Andrew Cagney <cagney@redhat.com>
9500
9501 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
9502 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
9503 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
9504 Delete macro.
9505
2da6aac3
DJ
95062004-02-29 Daniel Jacobowitz <drow@mvista.com>
9507
9508 * inflow.c (terminal_inferior): Don't give up the terminal if we
9509 previously couldn't get the inferior's terminal state.
9510
6ba34a8d
DJ
95112004-02-29 Daniel Jacobowitz <drow@mvista.com>
9512
9513 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
9514 PC_REGNUM.
9515
faae5abe
AC
95162004-02-28 Andrew Cagney <cagney@redhat.com>
9517
9518 * NEWS: Refer to GDB 6.1.
9519 * README: Refer to GDB 6.1.
9520 * PROBLEMS: Refer to GDB 6.1.
9521
2227a3c5
DJ
95222004-02-28 Daniel Jacobowitz <drow@mvista.com>
9523
9524 * thread-db.c (disable_thread_signals): Remove unused function.
9525
80571bff
MK
95262004-02-28 Mark Kettenis <kettenis@gnu.org>
9527
041bd74b
MK
9528 * amd64-nat.c: Include "gdb_string.h".
9529 (amd64_collect_native_gregset): Zero-extend the 32-bit
9530 general-purpose registers and %eip.
9531
3c017e40
MK
9532 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
9533 * amd64-tdep.c (amd64_collect_fxsave): New function.
9534 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
9535
80571bff
MK
9536 * i387-tdep.h: Update copyright year.
9537 (i387_collect_fxsave): New prototype.
9538 * i387-tdep.c: Update copyright year.
9539 (i387_collect_fxsave): New function containing most of the code
9540 from i387_fill_fxsave.
9541 (i387_fill_fxsave): Call i387_collect_fxsave.
9542
50d71875
AC
95432004-02-28 Andrew Cagney <cagney@redhat.com>
9544
9545 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
9546 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
9547
4a28816e
MK
95482004-02-28 Mark Kettenis <kettenis@gnu.org>
9549
9550 * amd64-tdep.c (amd64_frame_cache): Fix comment.
9551
dbda9972
AC
95522004-02-28 Andrew Cagney <cagney@redhat.com>
9553
9554 * utils.c: Use "", instead of <>, to include readline.
9555 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
9556 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
9557 * source.c, solib.c, exec.c, event-top.c: Ditto.
9558 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
9559 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
9560 * Makefile.in: Update all dependencies.
9561 (readline_tilde_h, readline_history_h): Define.
9562 (readline_headers): Delete.
9563
83277a99
MK
95642004-02-28 Mark Kettenis <kettenis@gnu.org>
9565
91ae4303
MK
9566 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
9567 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
9568 "config/i386/tm-lx64.h".
9569
83277a99
MK
9570 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
9571 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
9572 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
9573
6e1d7d6c
AC
95742004-02-28 Andrew Cagney <cagney@redhat.com>
9575
ecc9ac84
AC
9576 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
9577
6e1d7d6c
AC
9578 * breakpoint.c (_initialize_breakpoint): Use
9579 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
9580 Add help to show command.
9581
9671aeef
MK
95822004-02-28 Mark Kettenis <kettenis@gnu.org>
9583
7fa2737c
MK
9584 * i386-nat.c: Reformat to be closer to coding standards.
9585 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
9586 `retval'. Make variables `align' and `size' local to while-loop.
9587 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
9588 (_initialize_i386_nat): New prototype.
9589
9671aeef
MK
9590 * tui/tui.c: Include <readline/readline.h> instead of
9591 "readline/readline.h". Include it after <term.h> and
9592 "gdb_curses.h".
9593
fca7aa43
AC
95942004-02-27 Andrew Cagney <cagney@redhat.com>
9595
412275d5
AC
9596 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
9597 the new frame unwind code.
9598 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
9599 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
9600 PCOQ_HEAD_REGNUM.
9601
fca7aa43
AC
9602 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
9603 "return_value" and "push_dummy_call".
9604 (hppa32_use_struct_convention): Delete unused function.
9605 (hppa32_store_return_value): Delete unused function.
9606 (hppa32_extract_return_value): Delete unused function.
9607 (hppa32_stack_align): Delete function.
9608
e6a8a7d2
EZ
96092004-02-27 Eli Zaretskii <eliz@elta.co.il>
9610
9611 * coffread.c (enter_linenos): Don't let rawptr reference memory
9612 outside linetab[]'s limits.
9613
1797a8f6
AC
96142004-02-27 Andrew Cagney <cagney@redhat.com>
9615
9616 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
9617 inferior stack space - the stack needs to grow upwards.
9618 (hppa32_frame_align): New function.
9619 (hppa64_frame_align): Replace hppa_frame_align.
9620 (hppa_gdbarch_init): Update.
9621
2e4b5889
OF
96222004-02-26 Orjan Friberg <orjanf@axis.com>
9623
9624 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
9625 (dwarf2-frame.h): Include.
9626 (enum cris_regnums): New enum CRIS_FP_REGNUM.
9627 Remove static variables related to ABI setting.
9628 (struct gdbarch_tdep): Remove cris_abi member.
9629 (struct frame_extra_info): Remove.
9630 (cris_unwind_cache, stack_item): New structs.
9631 (cris_frame_unwind, cris_frame_base): New variables.
9632 (push_stack_item, pop_stack_item)
9633 (cris_frame_unwind_cache, cris_frame_this_id)
9634 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
9635 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
9636 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
9637 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
9638 (cris_reg_struct_has_addr): New functions.
9639 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 9640 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
9641 (cris_store_struct_return, cris_frameless_function_invocation)
9642 (cris_pop_frame, cris_skip_prologue_main)
9643 (cris_abi_original_store_return_value)
9644 (cris_abi_v2_store_return_value)
9645 (cris_abi_original_extract_return_value)
9646 (cris_abi_v2_extract_return_value)
9647 (cris_abi_original_reg_struct_has_addr)
9648 (cris_abi_v2_reg_struct_has_addr)
9649 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
9650 (cris_push_return_address, cris_abi_update): Remove.
9651 (_initialize_cris_tdep): Remove ABI command.
9652 (cris_dump_tdep): Ditto.
8718a420 9653 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
9654 Set store_return_value, extract_return_value, push_dummy_code,
9655 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
9656 frame_unwind_append_sniffer, frame_base_set_default.
9657 Clear deprecated init_frame_pc, push_arguments, store_return_value,
9658 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
9659 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 9660 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
9661 init_extra_frame_info, frameless_function_invocation, frame_chain,
9662 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
9663 dummy_write_sp.
8718a420 9664
6b9acc27
JJ
96652004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9666
9667 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
9668 * valprint.c (print_hex_chars): Change from static to external.
9669 (print_char_chars): New function.
9670 * printcmd.c (print_scalar_formatted): For integer and enum types
9671 that are longer than LONGEST, perform processing via appropriate
9672 print_*_chars routines.
9673
a431654a
AC
96742004-02-26 Andrew Cagney <cagney@redhat.com>
9675
9676 * Makefile.in: Update dependencies.
9677 Changes from Ulrich Weigand,
9678 * s390-tdep.c: Include "dwarf2-frame.h".
9679 (s390_dwarf2_frame_init_reg): New function.
9680 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9681 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
9682
fa8d40ab
JJ
96832004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9684
9685 * breakpoint.c (pending_break_support): New setting variable.
9686 (break_command_1): Account for pending_break_support setting
9687 when creating pending breakpoints.
9688 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9689 (_initialize_breakpoint): Add "set breakpoint pending" and
9690 "show breakpoint pending" commands.
9691
0dcd613f
AC
96922004-02-26 Andrew Cagney <cagney@redhat.com>
9693
9694 Fix PR i18n/1570.
9695 * charset.c (backslashable, backslashed, represented): Remove 'e'
9696 from list of escaped characters, not part of ISO-C.
9697
479272a3
JB
96982004-02-25 J. Brobecker <brobecker@gnat.com>
9699
9700 From Peter Schauer <schauer@pdf.de>:
9701 * tui/tui.c: Move system header includes after local includes.
9702 Fixes a build failure on solaris systems.
9703
7613d933
JB
97042004-02-25 J. Brobecker <brobecker@gnat.com>
9705
9706 * configure.in: Refine the previous change.
9707 * configure: Regenerate.
9708
9c1488cb
MK
97092004-02-25 Mark Kettenis <kettenis@gnu.org>
9710
9711 * amd64-tdep.h: Renamed from x86-64-tdep.h.
9712 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
9713 "amd64-tdep.h" instead of "x86-64-tdep.h".
9714 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9715 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9716 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
9717 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9718 and "x86-64-tdep.c".
9719 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
9720 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9721 and "x86-64-tdep.c".
9722 * amd64bsd-nat.c: Update copyright year.
9723 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9724 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9725 "x86-64-tdep.h".
9726 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9727 "x86-64-tdep.h".
9728 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9729 "x86-64-tdep.h".
9730 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9731 "x86-64-tdep.h".
9732 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9733 "x86-64-tdep.h".
9734 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9735 "x86-64-tdep.h".
8718a420 9736 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
9737 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9738 * Makefile.in (amd64_linux_tdep_h): Renamed from
9739 x86_64_linux_tdep_h.
9740 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9741 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9742 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9743 (amd64obsd-tdep.o): Update dependencies.
9744 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9745 dependencies.
9746 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9747 dependencies.
9748 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9749 amd64-linux-nat.c amd64-linux-tdep.c.
9750 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9751 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9752 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9753 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9754 amd64-tdep.o and amd64-linux-tdep.o.
9755 (TM_FILE): Set to tm-linux64.h.
9756 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9757 (NAT_FILE): Set to nm-linux64.h.
9758 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9759 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9760 amd64-tdep.o.
9761 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9762 amd64-tdep.o.
9763 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9764 amd64-tdep.o.
9765
4b8dad4a
RM
97662004-02-25 Roland McGrath <roland@redhat.com>
9767
9768 * remote.c (remote_protocol_qPart_auxv): New variable.
9769 (init_all_packet_configs): Initialize it.
9770 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9771 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9772 (show_remote_cmd): Call it.
9773 (_initialize_remote): Initialize commands.
9774 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9775 service TARGET_OBJECT_AUXV requests.
9776
66745969
JB
97772004-02-25 J. Brobecker <brobecker@gnat.com>
9778
9779 * configure.in: Make sure that the wborder function is available.
9780 Otherwise, search for it in the cur_colr library.
9781 * configure: Regenerate.
9782
79508e1e
AC
97832004-02-25 Andrew Cagney <cagney@redhat.com>
9784
9785 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9786
571ee600
MK
97872004-02-25 Mark Kettenis <kettenis@gnu.org>
9788
9789 * config/i386/tm-x86-64linux.h: Tweak comments.
9790
2b1b322f 97912004-02-25 Richard Sandiford <rsandifo@redhat.com>
ad74788f
RS
9792
9793 * MAINTAINERS: Add self to write-after-approval list.
9794
4d2acc65
AC
97952004-02-25 Andrew Cagney <cagney@redhat.com>
9796
4b8dad4a 9797 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
9798 * cli/cli-script.c (execute_control_command): Unconditionally
9799 install a cleanup. Default "ret" to "invalid_control". Use
9800 "break" instead of "return" to escape from the switch.
9801
4cfcaf21
JB
98022004-02-24 J. Brobecker <brobecker@gnat.com>
9803
9804 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9805 with the lines macro defined in term.h on AiX.
9806 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9807 a collision with the label_width macro defined in term.h on AiX.
9808
54a5c8d8
KB
98092004-02-23 David Mosberger <davidm@hpl.hp.com>
9810
9811 Committed by Kevin Buettner <kevinb@redhat.com>.
9812
9813 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9814 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9815 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9816 instead of ia64_write_pc().
9817 * ia64-linux-tdep.c (regcache.h): Include.
9818 (ia64_linux_write_pc): New function.
4b8dad4a 9819
8a1dac83
RM
98202004-02-23 Roland McGrath <roland@redhat.com>
9821
9822 * auxv.c (info_auxv_command): Fix typos in error messages.
9823
90f90721
MK
98242004-02-23 Mark Kettenis <kettenis@gnu.org>
9825
8a1dac83 9826 * x86-64-tdep.h: Tweak comment.
90f90721
MK
9827 (enum amd64_regnum): New.
9828 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9829 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9830 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9831 (X86_64_XMM1_REGNUM): Removed.
9832 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9833 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9834 prototypes for renamed functions.
9835 * x86-64-tdep.c: Fix typo.
9836 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9837 register numbers.
9838 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9839 Use constants from `enum amd64_regnum' for register numbers.
9840 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9841 (amd64_analyze_prologue, amd64_frame_cache,
9842 amd64_sigtramp_frame_cache): Use constants from `enum
9843 amd64_regnum' for register numbers.
9844 (amd64_supply_fpregset): Adjust for renamed functions.
9845 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9846 `enum amd64_regnum' for register numbers.
9847 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9848 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9849 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9850 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9851 (amd64_linux_fill_gregset): Adjust for renamed macros.
9852 (fetch_core_registers): Adjust for renamed functions.
9853 (amd64_linux_init_abi): Adjust for renamed functions.
9854 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9855 renamed functions.
9856 * amd64-nat.c: Adjust for renamed macros.
9857 * amd64bsd-nat.c (fetch_inferior_registers)
9858 (store_inferior_registers): Use constants from `enum amd64_regnum'
9859 for register numbers. Adjust for renamed variables.
9860 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9861 renamed variables.
9862 (_initialize_amd64fbsd_nat): Use constants from `enum
9863 amd64_regnum' for register numbers.
9864 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9865 `enum amd64_regnum' for register numbers.
9866 (amd64fbsd_init_abi): Adjust for renamed functions.
9867 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9868 `enum amd64_regnum' for register numbers.
9869 (amd64nbsd_init_abi): Adjust for renamed functions.
9870 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9871 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9872 `enum amd64_regnum' for register numbers.
9873 (amd64obsd_init_abi): Adjust for renamed functions.
9874 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9875
d5479188
JJ
98762004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9877
9878 * breakpoint.c (print_one_breakpoint): Do not output spaces
9879 after printing <PENDING> for a pending breakpoint.
9880
81cb7cc9
JJ
98812004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9882
9883 * printcmd.c (print_scalar_formatted): Initialize val_long
9884 to remove compiler warning message.
9885
cbdeadca
JJ
98862004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9887
9888 * defs.h (nquery, yquery): New prototypes.
9889 * breakpoint.c (break_command_1): Use new nquery interface.
9890 * utils.c (defaulted_query, nquery, yquery): New functions.
9891
da6bab63
AC
98922004-02-23 Andrew Cagney <cagney@redhat.com>
9893
2f690297
AC
9894 * hppa-tdep.c (hppa_frame_align): New function.
9895 (hppa32_push_dummy_call): New function.
9896 (hppa64_push_dummy_call): New function.
9897 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9898 disabled.
8a1dac83 9899
da6bab63
AC
9900 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9901 FIX_CALL_DUMMY when push_dummy_call is available.
9902 (call_function_by_hand, push_dummy_code): Ditto.
9903
abf9b42d
AC
99042004-02-22 Andrew Cagney <cagney@redhat.com>
9905
9906 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9907 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9908 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9909 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9910 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9911 call_dummy_location to ON_STACK.
9912
10fc94a4
MK
99132004-02-22 Mark Kettenis <kettenis@gnu.org>
9914
51433e4b
MK
9915 * x86-64-linux-tdep.c: Tweak comment.
9916 (amd64_linux_supply_gregset): Renamed from
9917 x86_64_linux_supply_gresget.
9918 (amd64_linux_fill_gregset): Renamed from
9919 x86_64_linux_fill_gregset.
9920 (fetch_core_registers): Adjust for renamed functions.
9921 (amd64_core_fns): Renamed from x86_64_core_fns.
9922 (amd64_linux_sigtramp_start): Renamed from
9923 x86_64_linux_sigtramp_start.
9924 (amd64_linux_pc_in_sigtramp): Renamed from
9925 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9926 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9927 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9928 (amd64_linux_sigcontext_addr): Renamed from
9929 x86_64_linux_sigcontext_addr.
9930 (amd64_linux_sc_reg_offset): Renamed from
9931 x86_64_linux_sc_reg_offset.
9932 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9933 Adjust for renamed functions and variables.
9934 (_initialize_amd64_linux_tdep): Renamed from
9935 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9936 variables.
9937 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9938 Adjust for renamed functions.
9939
430eaf2e
MK
9940 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9941 from x86_64_linux_gregset64_reg_offset.
9942 (amd64_linux_gregset32_reg_offset): Rename from
9943 x86_64_linux_gregset64_reg_offset.
9944 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9945 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9946 (amd64_linux_dr_set_control): Renamed from
9947 x86_64_linux_dr_set_control. Adjust for renamed functions.
9948 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9949 Adjust for renamed functions.
9950 (amd64_linux_dr_reset_addr): Renamed from
9951 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9952 (amd64_linux_dr_get_status): Renamed from
9953 x86_64_linux_dr_get_status. Adjust for renamed functions.
9954 (_initialize_amd64_linux_nat): Renamed from
9955 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9956 functions.
9957 * config/i386/nm-x86-64linux.h: Update copyright year.
9958 Adjust for renamed functions.
9959
10fc94a4
MK
9960 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9961 amd64fbsd_sigtramp_start.
9962 (amd64fbsd_sigtramp_end_addr): Renamed from
9963 amd64fbsd_sigtramp_end.
9964 (amd64fbsd_init_abi): Adjust for renamed variables.
9965 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9966 variables.
9967 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9968 amd64fbsd_sigtramp_start.
9969 (amd64fbsd_sigtramp_end_addr): Renamed from
9970 amd64fbsd_sigtramp_end.
9971
343af405
AC
99722004-02-22 Andrew Cagney <cagney@redhat.com>
9973
537987fc
AC
9974 * hppa-tdep.c (hppa32_return_value): New function.
9975 (hppa64_return_value): New function.
9976 (hppa_gdbarch_init): Set return_value; keep disabled.
9977
fad850b2
AC
9978 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9979 struct-return and inferior function call methods.
9980
26d08f08
AC
9981 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9982 "frame-base.h".
9983 (struct hppa_frame_cache): Define.
9984 (hppa_frame_cache, hppa_frame_this_id): New functions.
9985 (hppa_frame_prev_register): New function.
9986 (hppa_frame_unwind, hppa_frame_base): New variables.
9987 (hppa_frame_unwind_sniffer): New function.
9988 (hppa_frame_base_address, hppa_unwind_pc): New function.
9989 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9990 sniffer, and frame base sniffer; keep disabled.
9991 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9992 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9993
e7d7bd65
AC
9994 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9995 to predicates for "seriously old code".
9996
e963316f
AC
9997 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9998 runtime if(0).
9999
56132691
AC
10000 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
10001 unsigned.
10002 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 10003
343af405
AC
10004 * config/pa/tm-hppa.h: Update copyright.
10005 (DEPRECATED_INIT_FRAME_PC): Delete macro.
10006 (deprecated_init_frame_pc_default): Delete declaration.
10007 (hppa_frame_init_saved_regs): Delete declaration.
10008 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10009 * hppa-tdep.c: Include "arch-utils.h".
10010 (hppa_gdbarch_init): Set deprecated init_frame_pc
10011 and deprecated frame_init_saved_regs.
10012 (hppa_frame_init_saved_regs): Make static.
10013
f5859b4d
MK
100142004-02-22 Mark Kettenis <kettenis@gnu.org>
10015
86f6f8e7 10016 Remove old 386BSD support.
cf7c5c23 10017 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
10018 * configure.host: Remove i[34567]86-*-bsd*.
10019 * configure.tgt: Remove i[34567]86-*-bsd*.
10020 * i386b-nat.c: Removed.
10021 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
10022 (i386b-nat.o): Remove dependencies.
10023
86f6f8e7
MK
10024 * config/i386/i386bsd.mh: Removed.
10025 * config/i386/i386bsd.mt: Removed.
10026 * config/i386/nm-i386bsd.h: Removed.
10027 * config/i386/tm-i386bsd.h: Removed.
10028 * config/i386/xm-i386bsd.h: Removed.
10029
971218cd
MK
10030 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
10031
7e654c37
MK
10032 * amd64fbsd-tdep.c: Include "solib-svr4.h".
10033 (amd64fbsd_init_abi): Set link map offsets.
10034 * amd64nbsd-tdep.c: Include "slib-svr4.h".
10035 (amd64nbsd_init_abi): Set link map offsets.
10036 * amd64obsd-tdep.c: Include "solib-svr4.h".
10037 (amd64obsd_init_abi): Set link map offsets.
10038 * i386fbsd-tdep.c: Include "solib-svr4.h".
10039 (i386fbsd_init_abi): Set link map offsets.
10040 * i386nbsd-tdep.c: Include "solib-svr4.h".
10041 (i386nbsdelf_init_abi): Set link map offsets.
10042 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
10043 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
10044 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
10045 solib-legacy.o and core-aout.o. Reformat.
10046 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
10047 solib-svr4.o, solib-legacy.o. Reformat.
10048 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
10049 * config/i386/nbsdelf.mh: Reformat.
10050 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
10051 solib-svr4.o, solib-legacy.o and corelow.o.
10052 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
10053 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
10054 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
10055 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10056 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10057 (TM_FILE): Set to tm-fbsd.h.
10058 * config/i386/nbsd.mt (TDEPFILES): Reformat.
10059 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
10060 solib-svr4.o.
10061 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
10062 solib-svr4.o.
10063 (TM_FILE): Set to nm-nbsd.h.
10064 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
10065 Simplify shared library support. Don't include "elf/common.h".
10066 (SVR4_SHARED_LIBS): Don't define.
10067 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
10068 "solib.h".
10069 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
10070 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
10071 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
10072 Don't include "i386/tm-i386.h". Include "solib.h".
10073 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
10074 Don't include "i386/tm-i386.h".
10075 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
10076 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
10077 Include "i386/xm-i386.h".
10078 (HOST_LONG_DOUBLE_FORMAT): Remove.
10079
5d93ae8c
MK
10080 Fix OpenBSD/i386 sigtramp recognition.
10081 * i386-tdep.h: Update copyright year.
10082 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
10083 (i386bsd_sigtramp_end): New prototypes.
10084 (i386fbsd_sigtramp_start_addr): Renamed from
10085 i386fbsd_sigtramp_start.
10086 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10087 (i386obsd_sigtramp_start_addr): Renamed from
10088 i386obsd_sigtramp_start.
10089 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10090 * i386bsd-tdep.c: Update copyright year.
10091 (i386bsd_pc_in_sigtramp): Make public.
10092 * i386fbsd-nat.c: Update copyright year.
10093 (_initialize_i386fbsd_nat): Adjust for renamed variables.
10094 * i386fbsd-tdep.c: Update copyright year.
10095 (i386fbsd_sigtramp_start_addr): Renamed from
10096 i386fbsd_sigtramp_start.
10097 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10098 (i386fbsdaout_init_abi): Adjust for renamed variables.
10099 * i386obsd-nat.c: Update copyright year.
10100 (_initialize_i386obsd_nat): Adjust for renamed variables.
10101 * i386obsd-tdep.c: Include "target.h".
10102 (i386obsd_page_size): New variable.
10103 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
10104 (i386obsd_sigtramp_end): New functions.
10105 (i386obsd_sigtramp_start_addr): Renamed from
10106 i386obsd_sigtramp_start.
10107 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10108 (i386obsd_init_abi): Adjust for renamed variables. Set
10109 pc_in_sigtramp, sigtramp_start and sigtramp_end.
10110 * Makefile.in (i386obsd-tdep.o): Update dependencies.
10111
84d04465
MK
10112 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
10113 trampoline change in OpenBSD kernel.
10114
b053aceb
MK
10115 * amd64-nat.c: Update copyright year.
10116 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
10117 architecture from REGCACHE.
10118
f5859b4d
MK
10119 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
10120 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
10121
e4bbbda8
MK
101222004-02-21 Mark Kettenis <kettenis@gnu.org>
10123
ba361932
MK
10124 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
10125 i[34567]86-*-openbsd3.[0-3].
10126 * config/i386/obsdaout.mh: New file.
10127
d3e48264
MK
10128 * config/i386/obsd.mh (MH_FLAGS): Remove.
10129
60a6eeb6
MK
10130 Fix PR build/1549.
10131 * i386obsd-tdep.c: Update copyright years. Include
10132 "solib-svr4.h".
10133 (i386obsd_init_abi): Don't set regset_from_core_section here.
10134 (i386obsd_aout_init_abi): New function. Set
10135 regset_from_core_section here.
10136 (i386obsd_elf_init_abi): New function.
10137 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
10138 * Makefile.in (i386obsd-tdep.o): Update dependecies.
10139 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
10140 (TM_FILE): Set to tm-nbsd.h.
10141
10142 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
10143 solib-sunos.o.
10144
e4bbbda8
MK
10145 * solib-svr4.h: Update copyright year.
10146 (svr4_ilp32_fetch_link_map_offsets)
10147 (svr4_lp64_fetch_link_map_offsets): New prototype.
10148 * solib-svr4.c: Update copyright year.
10149 (svr4_ilp32_fetch_link_map_offsets)
10150 (svr4_lp64_fetch_link_map_offsets): New function.
10151
f6fe98ef
DJ
101522004-02-20 Daniel Jacobowitz <drow@mvista.com>
10153
10154 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
10155 to the partial symbol table.
10156
589ca796
JB
101572004-02-20 J. brobecker <brobecker@gnat.com>
10158
10159 * PROBLEMS: Add description of problem documented under gdb/1560.
10160
2031c21a
MK
101612004-02-20 Mark Kettenis <kettenis@gnu.org>
10162
30b344b1
MK
10163 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
10164 comments.
10165 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
10166 functions.
10167 (amd64obsd_init_abi): Reorder initializations. Use
10168 amd64obsd_r_reg_offset to initialize the general-purpose register
10169 set details. Set regset_from_core_section.
10170 (_initialize_amd64obsd_tdep): Rename from
10171 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
10172 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
10173 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
10174
2031c21a
MK
10175 * NEWS (New native configurations): Mention OpenBSD/alpha.
10176 * configure.tgt: Add alpha*-*-openbsd*.
10177 * configure.host: Add alpha*-*-openbsd*.
10178 * alphanbsd-tdep.c: Update copyright year.
10179 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
10180
42471775
AC
101812004-02-20 Andrew Cagney <cagney@redhat.com>
10182
10183 Fix PR tdep/1372.
10184 * configure.tgt: Delete target "none-*-*".
10185 * configure.host: Delete host "none-*-*".
10186 * config/none/none.mh: Delete file.
10187 * config/none/none.mt: Delete file.
10188 * config/none/xm-none.h: Delete file.
10189 * config/none/tm-none.h: Delete file.
10190 * config/none/nm-none.h: Delete file.
10191
960ccd7d
FF
101922004-02-19 Fred Fish <fnf@redhat.com>
10193
10194 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
10195 cache->uses_fp prior to setting it.
10196
5f883edd
FF
101972004-02-19 Fred Fish <fnf@redhat.com>
10198
10199 Fix for PR breakpoint/1558.
10200 * sh-tdep.c (IS_JSR): New macro.
10201 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
10202
f98c22d5
JB
102032004-02-19 Jim Blandy <jimb@redhat.com>
10204
10205 * findvar.c (value_from_register): Doc fix.
10206
95051d27
JJ
102072004-02-19 Jeff Johnston <jjohnstn@redhat.com>
10208
10209 * printcmd.c (print_scalar_formatted): Do not check for sizeof
10210 type being greater than sizeof of host's LONGEST. Always use
10211 unpack_long() unless format 'f' chosen.
10212
ccefbec3
EZ
102132004-02-19 Joel Brobecker <brobecker@gnat.com>
10214
10215 Committed by Elena Zannoni <ezannoni@redhat.com>
2ede629f 10216
ccefbec3
EZ
10217 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
10218 contains a symbol wich is the best, non-exact match for the given
10219 pc. Update comments.
10220
102212004-02-19 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 10222
2ede629f
EZ
10223 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
10224 macro, which was part of the now removed Mach 3 port.
10225 * utils.c (request_quit): Ditto.
10226
567ee972
MK
102272004-02-18 Mark Kettenis <kettenis@gnu.org>
10228
10229 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
10230 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
10231
50cca7bb
MK
102322004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10233
10234 Committed by Mark Kettenis <kettenis@gnu.org>.
10235
10236 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
10237 Define.
10238
226361c4
AC
102392004-02-18 Andrew Cagney <cagney@redhat.com>
10240
10241 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
10242 CONFIG_INSTALL and CONFIG_UNINSTALL.
10243 * configure: Re-generate.
10244 * interps.h (INTERP_TUI): Define.
10245 * Makefile.in: Update dependencies.
10246 (TUI): New macro.
10247 (tui-main.o): Specify dependencies.
10248 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
10249 * tui/tui-main.c: New file.
10250
49cfa46f
MK
102512004-02-18 Mark Kettenis <kettenis@gnu.org>
10252
e2879ccb
MK
10253 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
10254 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
10255 dependencies.
10256 * configure.host: Add x86_64-*-openbsd*.
10257 * configure.tgt: Add x86_64-*-openbsd*.
10258 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
10259
c43f4bec
MK
10260 * tui/tui.c: Don't include <malloc.h>.
10261
09ae75b6
MK
10262 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
10263 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
10264 amd64nbsd-tdep.c.
10265
49cfa46f 10266 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 10267 static. Remove extraneous whitespace.
49cfa46f
MK
10268 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
10269 static.
10270
05957fdb
JB
102712004-02-17 Jim Blandy <jimb@redhat.com>
10272
10273 * findvar.c (value_from_register): Doc fix.
10274
d0f54f9d
JB
102752004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10276
10277 Committed by Jim Blandy <jimb@redhat.com>.
e1457d83 10278
8a1dac83 10279 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
10280 CORE_ADDR as type for selectors. Correct types for GNU run time
10281 message lookup function to use double indirection.
10282 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
10283 * objc-lang.h (lookup_child_selector): Adapt prototype.
10284
9cbd5950
JB
10285 * s390-nat.c (SUBOFF): New macro.
10286 (supply_gregset, fill_gregset): Use it to handle debugging
10287 of 32-bit exectuables running under a 64-bit kernel.
10288 * s390-tdep.c: Include "solib-svr4.h".
10289 (s390_svr4_fetch_link_map_offset): New function.
10290 (s390x_svr_fetch_link_map_offset): Likewise.
10291 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
10292 * Makefile.in (s390-tdep.o): Update dependencies.
10293
a8c99f38
JB
10294 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
10295 "frame-unwind.h".
10296 (s390_readinstruction): Reformat. Use read_memory_nobpt.
10297 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
10298 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
10299 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
10300 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
10301 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 10302 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
10303 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
10304 (struct frame_extra_info): Remove.
10305 (s390_memset_extra_info): Remove.
f73b1eff
JB
10306 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
10307 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
10308 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
10309 (is_rse): Renamed to ...
10310 (is_rsy): ... this. Support long displacements.
10311 (is_rxe): Renamed to ...
10312 (is_rxy): ... this. Support long displacements.
10313 (compute_x_addr): Support long displacements.
10314 (struct s390_prologue_data): New data type.
10315 (s390_on_stack): Change API to use struct s390_prologue_data.
10316 (s390_store): Reimplement.
10317 (s390_load): New function.
10318 (s390_get_signal_frame_info): Remove.
10319 (s390_get_frame_info): Remove, replace by ...
10320 (s390_analyze_prolog): ... this new function.
10321 (s390_check_function_end): Remove.
10322 (s390_function_start): Remove.
10323 (s390_frameless_function_invokation): Remove.
10324 (s390_is_sigreturn): Remove.
10325 (s390_init_frame_pc_first): Remove.
10326 (s390_init_frame_extra_info): Remove.
10327 (s390_frame_init_saved_regs): Remove.
10328 (s390_frame_saved_pc_nofix): Remove.
10329 (s390_frame_saved_pc): Remove.
10330 (s390_frame_chain): Remove.
10331 (s390_fp_regnum, s390_read_fp): Remove.
10332 (s390_pop_frame_regular, s390_pop_frame): Remove.
10333 (s390_saved_pc_after_call): Remove.
10334 (s390_skip_prologue): Reimplement.
10335 (s390_in_function_epilogue_p): Support long displacements.
10336 (struct s390_unwind_cache): New data structure.
10337 (s390_frame_unwind_cache): New function.
10338 (s390_prologue_frame_unwind_cache): Likewise.
10339 (s390_backchain_frame_unwind_cache): Likewise.
10340 (s390_frame_this_id, s390_frame_prev_register): Likewise.
10341 (s390_frame_unwind): Define.
10342 (s390_frame_sniffer): New function.
10343 (struct s390_pltstub_unwind_cache): New data structure.
10344 (s390_pltstub_frame_unwind_cache): New function.
10345 (s390_pltstub_frame_this_id): Likewise.
10346 (s390_pltstub_frame_prev_register): Likewise.
10347 (s390_pltstub_frame_unwind): Define.
10348 (s390_pltstub_frame_sniffer): New function.
10349 (struct s390_sigtramp_unwind_cache): New data structure.
10350 (s390_sigtramp_frame_unwind_cache): New function.
10351 (s390_sigtramp_frame_this_id): Likewise.
10352 (s390_sigtramp_frame_prev_register): Likewise.
10353 (s390_sigtramp_frame_unwind): Define.
10354 (s390_sigtramp_frame_sniffer): New function.
10355 (s390_frame_base_address, s390_local_base_address): New functions.
10356 (s390_frame_base): Define.
10357 (s390_unwind_pc, s390_unwind_sp): New function.
10358 (s390_push_dummy_call): Use new frame base location.
10359 (s390_unwind_dummy_id): Likewise.
10360 (s390_gdbarch_init): Remove calls to:
10361 set_gdbarch_frameless_function_invocation,
10362 set_gdbarch_deprecated_init_frame_pc,
10363 set_gdbarch_deprecated_frame_chain,
10364 set_gdbarch_deprecated_frame_init_saved_regs,
10365 set_gdbarch_deprecated_pop_frame,
10366 set_gdbarch_deprecated_init_extra_frame_info,
10367 set_gdbarch_deprecated_init_frame_pc_first,
10368 set_gdbarch_deprecated_target_read_fp,
10369 set_gdbarch_deprecated_frame_saved_pc,
10370 set_gdbarch_deprecated_saved_pc_after_call,
10371 set_gdbarch_deprecated_fp_regnum.
10372 Add calls to:
10373 set_gdbarch_in_solib_call_trampoline,
10374 frame_unwind_append_sniffer,
10375 frame_base_set_default,
10376 set_gdbarch_unwind_pc,
10377 set_gdbarch_unwind_sp.
10378 * Makefile.in (s390-tdep.o): Update dependencies.
10379
b0cf273e
JB
10380 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
10381 (S390_STACK_FRAME_OVERHEAD): Remove.
10382 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
10383 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
10384 (s390_promote_integer_argument): Remove.
10385 (s390_cannot_extract_struct_value_address): Remove.
10386 (s390_use_struct_convention, s390_store_struct_return): Remove.
10387 (s390_extract_return_value, s390_store_return_value): Remove.
10388 (s390_return_value_convention, s390_return_value): New functions.
10389 (is_float_singleton): Handle typedefs.
8a1dac83 10390 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
10391 Remove, replace by ...
10392 (s390_function_arg_pass_by_reference, s390_function_arg_float,
10393 s390_function_arg_integer): ... these new functions.
10394 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
10395 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
10396 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
10397 Fill in tdep->abi.
10398 Remove calls to:
10399 set_gdbarch_deprecated_store_struct_return,
10400 set_gdbarch_deprecated_extract_return_value,
10401 set_gdbarch_deprecated_store_return_value,
10402 set_gdbarch_use_struct_convention,
10403 set_gdbarch_extract_struct_value_address,
10404 set_gdbarch_deprecated_pc_in_call_dummy,
10405 set_gdbarch_deprecated_push_arguments,
10406 set_gdbarch_deprecated_save_dummy_frame_tos,
10407 set_gdbarch_deprecated_push_return_address,
10408 set_gdbarch_deprecated_sizeof_call_dummy_words,
10409 set_gdbarch_deprecated_call_dummy_words,
10410 set_gdbarch_deprecated_dummy_write_sp.
10411 Add calls to:
10412 set_gdbarch_push_dummy_call,
10413 set_gdbarch_unwind_dummy_id,
10414 set_gdbarch_return_value.
8a1dac83 10415
e1457d83
JB
10416 * config/s390/nm-linux.h: Update comments.
10417 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
10418 (STOPPED_BY_WATCHPOINT): Redefine.
10419 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
10420 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
10421 (s390_stopped_by_watchpoint): Likewise.
10422 (watch_area_cnt): Remove.
10423 * s390-nat.c: Update comments.
10424 (watch_area): Remove typedef.
10425 Global replace watch_area by struct watch_area.
10426 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 10427 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
10428 use s390_inferior_tid. Add short-cut for the no watchpoint case.
10429 (s390_fix_watch_points): Remove pid argument,
10430 use s390_inferior_tid. Recompute area spanned by watchpoints.
10431 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
10432 argument. Reimplement.
10433
d0f54f9d
JB
10434 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
10435 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
10436 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 10437 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
10438 core-regset.o.
10439 * config/s390/s390x.mt: Remove.
10440 * config/s390/tm-s390.h: Remove.
10441 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
10442 (TARGET_ELF64): Remove.
10443 (SKIP_TRAMPOLINE_CODE): Do not undefine.
10444 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
10445 s390*-*-* case; always set gdb_target to s390.
10446 * regformats/reg-s390.dat: Remove control registers.
10447 * regformats/reg-s390x.dat: Likewise.
10448 * s390-tdep.h: New file.
8a1dac83 10449 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
10450 Include "inferior.h" and "s390-tdep.h".
10451 Remove private definition of offsetof.
10452 (s390_register_u_addr): Remove.
10453 (regmap_gregset, regmap_fpregset): Define.
10454 (supply_gregset, fill_gregset): Reimplement.
10455 (supply_fpregset, fill_fpregset): Likewise.
10456 (s390_inferior_tid): New function.
10457 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
10458 (fetch_inferior_registers, store_inferior_registers): Likewise.
10459 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
10460 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
10461 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
10462 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
10463 (struct gdbarch_tdep): Define.
10464 (struct s390_register_info): Define.
10465 (s390_register_info): New variable.
10466 (s390_register_name): Reimplement.
10467 (s390_register_type): New function.
10468 (s390_register_raw_size, s390x_register_raw_size): Remove.
10469 (s390_cannot_fetch_register): Remove.
10470 (s390_register_byte): Remove.
10471 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
10472 (s390_dwarf_regmap): New variable.
10473 (s390_dwarf_reg_to_regnum): New function.
10474 (s390_stab_reg_to_regnum): Remove.
10475 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
10476 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
10477 (s390_convert_register_p): Likewise.
10478 (s390_register_to_value, s390_value_to_register): Likewise.
10479 (s390_register_reggroup_p): Likewise.
10480 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
10481 s390_gregset, s390x_gregset, s390_fpregset): New variables.
10482 (s390_supply_regset, s390_regset_from_core_section): New functions.
10483 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
10484 (S390_FPR_SIZE): Likewise.
10485 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
10486 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
10487 (S390_NUM_GPRS): Move here from tm-s390.h.
10488 (S390_NUM_FPRS): Likewise.
10489 (s390_in_function_epilogue_p): New function.
10490 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
10491 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
10492 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
10493 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
10494 Replace S390_FP_REGNUM by S390_SP_REGNUM.
10495 Remove calls to:
10496 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
10497 set_gdbarch_deprecated_max_register_virtual_size,
10498 set_gdbarch_deprecated_register_byte,
d0f54f9d 10499 set_gdbarch_cannot_fetch_register,
8a1dac83 10500 set_gdbarch_cannot_store_register,
d0f54f9d
JB
10501 set_gdbarch_deprecated_register_size,
10502 set_gdbarch_deprecated_register_raw_size,
10503 set_gdbarch_deprecated_register_virtual_size,
10504 set_gdbarch_deprecated_register_virtual_type,
10505 set_gdbarch_deprecated_register_bytes.
10506 Add calls to:
10507 set_gdbarch_num_pseudo_regs,
10508 set_gdbarch_register_type,
10509 set_gdbarch_convert_register_p,
10510 set_gdbarch_register_to_value,
10511 set_gdbarch_value_to_register,
10512 set_gdbarch_register_reggroup_p,
10513 set_gdbarch_regset_from_core_section,
10514 set_gdbarch_pseudo_register_read,
10515 set_gdbarch_pseudo_register_write,
10516 set_gdbarch_in_function_epilogue_p.
10517 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
10518 (s390_tdep_h): New variable.
10519
8cfe231d
JB
105202004-02-17 Jim Blandy <jimb@redhat.com>
10521
4589a601
JB
10522 * findvar.c (value_from_register): If the type has no length, just
10523 return an acceptable value --- don't report an internal error.
10524
8cfe231d
JB
10525 * stabsread.c (read_type): If we find any type numbers that are
10526 forward references, complain if the references aren't resolved by
10527 the time we're finished reading.
10528 (cleanup_undefined_types): Make error message more appropriate for
10529 a complaint.
10530
5bf0017e
EZ
105312004-02-17 Elena Zannoni <ezannoni@redhat.com>
10532
9d62932d
EZ
10533 * Makefile.in (defs_h): Remove dependency on progress_h.
10534 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
10535 progress.h.
10536 * main.c (captured_main): Delete use of START_PROGRESS and
10537 END_PROGRESS.
10538
105392004-02-17 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 10540
5bf0017e
EZ
10541 * objfiles.c (terminate_minimal_symbol_table): Add back
10542 initialization of MSYMBOL_TYPE.
10543
9fc9f5e2
AC
105442004-02-17 David Mosberger <davidm@hpl.hp.com>
10545
10546 Committed by Andrew Cagney.
10547 * Makefile.in (ia64_tdep_h): New macro.
10548 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
10549 (ia64-tdep.o): Likewise.
10550 * ia64-tdep.h: New file.
10551 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
10552 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
10553 (ia64_aix_sigcontext_register_address): Likewise.
10554 (ia64_linux_getunwind_table): Delete declaration.
10555 * ia64-linux-tdep.c: Likewise.
10556
76cd2bd9
CV
105572004-02-17 Corinna Vinschen <vinschen@redhat.com>
10558
10559 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
10560 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
10561 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
10562
634aa483
AC
105632004-02-17 Andrew Cagney <cagney@redhat.com>
10564
10565 * symtab.c (skip_prologue_using_sal): New function.
10566 * symtab.h (skip_prologue_using_sal): Declare.
10567 * frv-tdep.c: Include "symtab.h".
10568 (skip_prologue_using_sal): Delete function.
10569 * mips-tdep.c (skip_prologue_using_sal): Delete function.
10570 * rs6000-tdep.c (refine_prologue_limit): Mention
10571 skip_prologue_using_sal.
10572 * ia64-tdep.c (refine_prologue_limit): Ditto.
10573 * Makefile.in: Update dependencies.
10574
105752004-02-16 Andrew Cagney <cagney@redhat.com>
19772a2c 10576
39ce7b3f
AC
10577 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
10578 START_INFERIOR_TRAPS_EXPECTED.
10579 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
10580 START_INFERIOR_TRAPS_EXPECTED.
10581 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
10582 Delete macro.
10583 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
10584 macro, moved to "nm-osf.h". Update copyright.
10585 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
10586 update copyright.
10587
19772a2c
AC
10588 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
10589 and function replacing FRAMELESS_FUNCTION_INVOCATION.
10590 * blockframe.c (legacy_frameless_look_for_prologue): Rename
10591 frameless_look_for_prologue.
10592 * frame.h (legacy_frameless_look_for_prologue): Rename
10593 frameless_look_for_prologue.
10594 * gdbarch.h, gdbarch.c: Re-generate.
10595 * sh64-tdep.c (sh64_gdbarch_init): Update.
10596 * sh-tdep.c (sh_gdbarch_init): Update.
10597 * s390-tdep.c (s390_gdbarch_init): Update.
10598 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10599 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10600 * m68k-tdep.c (m68k_gdbarch_init): Update.
10601 (delta68_frame_args_address): Update.
10602 * m32r-tdep.c (m32r_gdbarch_init): Update.
10603 * hppa-tdep.c (hppa_gdbarch_init): Update.
10604 * h8300-tdep.c (h8300_gdbarch_init): Update.
10605 * frv-tdep.c (frv_gdbarch_init): Update.
10606 (frv_frameless_function_invocation): Update.
10607 * cris-tdep.c (cris_gdbarch_init): Update.
10608 (cris_frameless_function_invocation): Update.
10609 * avr-tdep.c (avr_gdbarch_init): Update.
10610 * arm-tdep.c (arm_gdbarch_init): Update.
10611 * stack.c (frame_info): Update, call predicate.
10612 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
10613 * frame.c (legacy_get_prev_frame): Update, call predicate..
10614 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
10615 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
10616 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
10617 invocation.
10618 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10619 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10620 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
10621
10622 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
10623 function.
10624
7dcaac91
DJ
106252004-02-16 Daniel Jacobowitz <drow@mvista.com>
10626
10627 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
10628 initializations.
10629
88289b6e
AC
106302004-02-16 Andrew Cagney <cagney@redhat.com>
10631
10632 * tui/tui-windata.c: Include "gdb_string.h".
10633 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
10634 * tui/tui-layout.c, tui/tui-command.c: Ditto.
10635 * Makefile.in: Update dependencies.
10636
9f976b41
DJ
106372004-02-16 Daniel Jacobowitz <drow@mvista.com>
10638
10639 * Makefile.in (infrun.o): Add $(gdb_assert_h).
10640 * infrun.c: Include "gdb_assert.h".
10641 (singlestep_ptid, saved_singlestep_ptid)
10642 (stepping_past_singlestep_breakpoint): New variables.
10643 (resume): Set singlestep_ptid. Check for singlestep thread
10644 hop.
10645 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
10646 (handle_inferior_event): Handle singlestep thread hop.
10647
c324d747
AC
106482004-02-16 Andrew Cagney <cagney@redhat.com>
10649
f090b9b1
AC
10650 * dwarf2-frame.c (dwarf2_frame_ops): New function.
10651 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
10652 (dwarf2_frame_init_reg): Ditto.
10653
fd33e6cb
AC
10654 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
10655 suggested by Joshua Neuheisel
10656
c324d747
AC
10657 * configure.in: Always check for curses, including pdcurses.
10658 Warn, instead of error, when no curses are found. Enable TUI when
10659 curses is available.
10660 * configure: Re-generate.
10661
b66ba949
CV
106622004-02-16 Corinna Vinschen <vinschen@redhat.com>
10663
10664 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
10665 sh_sh4_register_convert_to_virtual.
10666 (sh_register_convert_to_raw): Rename from
10667 sh_sh4_register_convert_to_raw.
10668 (sh_pseudo_register_read): Accomodate above name change.
10669 (sh_pseudo_register_write): Ditto.
10670
b58cbbf2
CV
106712004-02-16 Corinna Vinschen <vinschen@redhat.com>
10672
10673 * sh-tdep.c (sh_generic_register_name): Remove.
10674 (sh_gdbarch_init): Use sh_sh_register_name in default case.
10675
5929a910
AC
106762004-02-15 Andrew Cagney <cagney@redhat.com>
10677
4566dfcf
AC
10678 * configure.in (build_warnings): Add -Wunused-function.
10679 * configure: Re-generate.
10680
db11ed55
AC
10681 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10682 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10683
46ac7a5d
AC
10684 * procfs.c (procfs_init_inferior): Assume that
10685 START_INFERIOR_TRAPS_EXPECTED is defined.
10686 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10687 * config/ns32k/tm-nbsd.h: Delete file,
10688 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10689
ba801595
AC
10690 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10691 * config/vax/tm-vax.h: Delete file.
10692
5929a910
AC
10693 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10694 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10695 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10696 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10697 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10698 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10699 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10700
8f22cb90
MK
107012004-02-15 Mark Kettenis <kettenis@gnu.org>
10702
10703 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10704 * dwarf2-frame.c (dwarf2_frame_data): New variable.
10705 (struct dwarf2_frame_ops): New.
10706 (dwarf2_frame_default_init_reg): New function, based on
10707 dwarf2_frame_init_reg.
10708 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10709 (dwarf2_frame_init_reg): Call architecture-specific function.
10710 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10711 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10712 instead of dwarf2_frame_data.
10713 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10714 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10715
8132723e
AC
107162004-02-15 Andrew Cagney <cagney@redhat.com>
10717
046a4708
AC
10718 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10719 register_gdbarch_swap.
10720 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10721 * f-lang.c (_initialize_f_language): Update, use
10722 DEPRECATED_REGISTER_GDBARCH_SWAP.
10723 * remote.c (_initialize_remote): Ditto.
10724 * regcache.c (_initialize_regcache): Ditto.
10725 * parse.c (_initialize_parse): Ditto.
10726 * infrun.c (_initialize_infrun): Ditto.
10727 * mi/mi-main.c (_initialize_mi_main): Ditto.
10728 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 10729
549c1eea
AC
10730 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10731 poking .cacheable directly.
10732 * symfile.c (symfile_bfd_open): Ditto.
10733
0c0b39de
AC
10734 * Makefile.in: Update all dependencies.
10735
8132723e
AC
10736 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10737 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10738 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10739 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10740 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 10741
b9d26eb9
AC
107422004-02-14 Andrew Cagney <cagney@redhat.com>
10743
8e1f669a
AC
10744 * arch-utils.c (legacy_convert_register_p): Check
10745 DEPRECATED_REGISTER_CONVERTIBLE_P.
10746 * findvar.c (value_of_register): Ditto.
10747
cd0bfa36
AC
10748 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10749 * gdbarch.h, gdbarch.c: Re-generate.
10750 * arch-utils.c (deprecated_register_convertible_not): Delete.
10751 * arch-utils.h (deprecated_register_convertible_not): Delete.
10752 * mi/mi-main.c (get_register): Update. Update copyright.
10753 * infcmd.c (default_print_registers_info): Update.
10754
b9d26eb9
AC
10755 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10756 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10757 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 10758 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
10759 * frame.c (deprecated_get_next_frame_hack): Delete function.
10760 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10761 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10762 Update.
10763 * infcall.c (call_function_by_hand): Update.
10764
9ab9195f
EZ
107652004-02-14 Elena Zannoni <ezannoni@redhat.com>
10766
10767 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 10768 from here...
9ab9195f
EZ
10769 * objfiles.c (init_entry_point_info, entry_point_address):..to
10770 here.
10771 * symfile.h (init_entry_point_info, entry_point_address): Remove
10772 prototypes.
10773 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 10774 prototypes.
9ab9195f
EZ
10775 * cris-tdep.c: Remove include of symfile.h. Add include of
10776 objfiles.h.
10777 * infcall.c: Ditto.
10778 * mcore-tdep.c: Ditto.
10779 * mn10300-tdep.c: Ditto.
10780 * sh64-tdep.c: Ditto.
10781 * v850-tdep.c: Ditto.
10782 * arm-tdep.c: Remove include of symfile.h.
10783 * blockframe.c: Ditto.
10784 * coffread.c: Ditto.
10785 * dbxread.c: Ditto.
10786 * dwarf2read.c: Ditto.
10787 * dwarfread.c: Ditto.
8a1dac83 10788 * frv-tdep.c: Ditto.
9ab9195f
EZ
10789 * ia64-tdep.c: Ditto.
10790 * mdebugread.c: Ditto.
10791 * mipsread.c: Ditto.
8a1dac83 10792 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
10793 * s390-tdep.c: Ditto.
10794 * sh-tdep.c: Ditto.
8a1dac83 10795 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
10796 * gdbarch.sh: Remove include of symfile.h.
10797 * gdbarch.c: Regenerate.
10798 * solib-irix.c (enable_break): Use entry_point_address().
10799 Add comment about include file.
10800 * xcoffread.c: Add comment about include file.
8a1dac83
RM
10801 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10802 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10803 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10804 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
10805 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10806
c4c5b7ba
AC
108072004-02-13 Andrew Cagney <cagney@redhat.com>
10808
10809 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10810 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10811 copyright.
10812 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10813
3e7879de
FF
108142004-02-12 Fred Fish <fnf@redhat.com>
10815
10816 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10817 set_gdbarch_store_return_value.
10818
6a7760b6
AC
108192004-02-12 Andrew Cagney <cagney@redhat.com>
10820
10821 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10822 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10823 (interrupt_query): Ditto.
10824 (ofunc): Delete unused variable.
10825 * cris-tdep.c (cris_abi): Delete unused function.
10826 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10827 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10828 (cris_get_asr_quick_shift_steps): Ditto.
10829 (cris_skip_prologue_frameless_p): Ditto.
10830 * arm-tdep.c (arm_push_return_address): Delete unused function.
10831 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10832 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10833 * s390-tdep.c (s390_function_start): Delete unused function.
10834
31687c3c
AC
108352004-02-12 Andrew Cagney <cagney@redhat.com>
10836
10837 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10838 gdbarch.h, gdbarch.c: Re-generate.
10839 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10840 to generic_prologue_frameless_p.
10841 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10842 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10843
6de918a6
DJ
108442004-02-11 Daniel Jacobowitz <drow@mvista.com>
10845
10846 * mips-linux-tdep.c: Include "frame.h".
10847 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10848 (mips_linux_skip_resolver): New functions.
10849 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10850 and set_gdbarch_in_solib_call_trampoline.
10851 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10852 to after set_gdbarch_in_solib_return_trampoline. Only set the
10853 solib hooks to mips16 functions if the OS ABI is unknown.
10854 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10855 including "config/tm-linux.h".
10856 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10857 * Makefile.in (mips-linux-tdep.o): Update.
10858
87b3ede8
DC
108592004-02-11 David Carlton <carlton@kealia.com>
10860
10861 * linespec.c (decode_compound): Only look for a class symbol when
10862 considering all but the rightmost component.
10863
5979bc46
AC
108642004-02-11 Andrew Cagney <cagney@redhat.com>
10865
10866 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10867 abi code are are separatly grouped.
10868
5867a2fb
AC
108692004-02-11 Andrew Cagney <cagney@redhat.com>
10870
10871 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10872 * gdbarch.h, gdbarch.c: Re-generate.
10873 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10874 * v850-tdep.c (v850_gdbarch_init): Update.
10875 * sh64-tdep.c (sh64_gdbarch_init): Update.
10876 * sh-tdep.c (sh_gdbarch_init): Update.
10877 * s390-tdep.c (s390_gdbarch_init): Update.
10878 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10879 * mips-tdep.c (mips_gdbarch_init): Update.
10880 * mcore-tdep.c (mcore_gdbarch_init): Update.
10881 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10882 * m32r-tdep.c (m32r_gdbarch_init): Update.
10883 * ia64-tdep.c (ia64_gdbarch_init): Update.
10884 * hppa-tdep.c (hppa_gdbarch_init): Update.
10885 * h8300-tdep.c (h8300_gdbarch_init): Update.
10886 * frv-tdep.c (frv_gdbarch_init): Update.
10887 * d10v-tdep.c (d10v_gdbarch_init): Update.
10888 * cris-tdep.c (cris_gdbarch_init): Update.
10889 * avr-tdep.c (avr_gdbarch_init): Update.
10890 * arm-tdep.c (arm_gdbarch_init): Update.
10891 * alpha-tdep.c (alpha_gdbarch_init): Update.
10892
026a72f8
CV
108932004-02-11 Corinna Vinschen <vinschen@redhat.com>
10894
10895 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10896 comma.
10897 (sh_sh4al_dsp_register_name): Ditto.
10898
3903d437
AC
108992004-02-10 Andrew Cagney <cagney@redhat.com>
10900
10901 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10902 (mips_init_frame_pc_first): Delete function.
10903 (mips_frame_saved_pc): Delete function.
10904 (mips_frame_chain): Delete function.
10905 (mips_init_extra_frame_info): Delete function.
10906 (mips_xfer_register): Delete unused variable "reg".
10907 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10908 (mips_n32n64_return_value): Delete unused variable "reg".
10909 (mips_n32n64_return_value): Delete unused variable "pos".
10910 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10911 (mips_o32_return_value): Delete unused variable "pos".
10912 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10913 (mips_print_fp_register): Delete unused variable "namelen"
10914 (mips_print_fp_register): Delete unused variable "flt2"
10915 (get_frame_pointer): Delete function.
10916 (cached_proc_desc): Delete static variable.
10917 (mips_pop_frame): Delete function.
10918 (mips_find_saved_regs): Delete function.
10919 (mips_get_saved_register): Delete function.
10920 (mips_saved_pc_after_call): Delete function.
10921 (SIGFRAME_BASE): Delete macro.
10922 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10923 (SIGFRAME_PC_OFF): Delete macro.
10924 (SIGFRAME_REGSAVE_OFF): Delete macro.
10925 (mips_dump_tdep): Do not print deleted macro definitions.
10926
b9fb98bd
AC
109272004-02-10 Andrew Cagney <cagney@redhat.com>
10928
10929 * Makefile.in (SFILES): Remove explictly listed tui files.
10930 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10931
78ced177 109322004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8a1dac83 10933
78ced177
JJ
10934 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10935 to use paddr functions to format ia64 addresses and long values.
10936 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10937 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10938 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10939 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10940 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10941
6a83354a
AC
109422004-02-10 Andrew Cagney <cagney@redhat.com>
10943
10944 * defs.h: Do not include "tui.h".
10945 * gdb_curses.h: New file.
10946 * tui/tui-hooks.h: New file.
10947 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10948 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10949 (tui_initialize_io): Delete declaration.
10950 (tui_initialize_readline: Delete redundant declaration.
10951 (struct tui_point): Delete definition.
10952 * tui/tui-data.h (struct tui_point): Define.
10953 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10954 * utils.c: Include "tui/tui.h".
10955 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10956 * printcmd.c [TUI]: Include "tui/tui.h".
10957 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10958 * tui/tui-command.c: Include "gdb_curses.h".
10959 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10960 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10961 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10962 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10963 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10964 * Makefile.in: Update all dependencies.
10965 (tui_hooks_h, gdb_curses_h): Define.
10966 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10967
997470ef
EZ
109682004-02-10 Elena Zannoni <ezannoni@redhat.com>
10969
10970 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10971 auxf2. Add comments about some other rarely used fields.
10972
4ff2cc4d
AC
109732004-02-10 Andrew Cagney <cagney@redhat.com>
10974
10975 * Makefile.in (init.c): Fix script removing duplicates. Problem
10976 reported by Peter Schauer.
10977
1ab21617
EZ
109782004-02-09 Elena Zannoni <ezannoni@redhat.com>
10979
10980 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10981 obstack_specify_allocation.
10982 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 10983 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
10984 (allocate_rt_common_objfile): Ditto.
10985 * symfile.c (reread_symbols): Ditto.
10986 * gdb_obstack.h: Add comment.
10987
17763fd9
EZ
109882004-02-09 Elena Zannoni <ezannoni@redhat.com>
10989
10990 * linespec.c (decode_line_1, locate_first_half)
10991 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10992 commented out code.
10993
ec5cdd75
DJ
109942004-02-09 Daniel Jacobowitz <drow@mvista.com>
10995
10996 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10997 obstack_free.
10998
43b54b88
AC
109992004-02-09 Andrew Cagney <cagney@redhat.com>
11000
11001 * blockframe.c (find_pc_partial_function): If find_pc_overlay
11002 fails, try find_pc_section. Fix PR c++/1267.
11003 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
11004 instead of find_pc_mapped_section.
11005 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
11006 not default to the section containing PC. Fix PR symtab/1519.
11007
edfae063
AC
110082004-02-09 Andrew Cagney <cagney@redhat.com>
11009
11010 * Makefile.in (mips-tdep.o): Update dependencies.
11011 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
11012 "trad-frame.h".
11013 (mips_unwind_pc): Return the pseudo PC register.
11014 (mips_unwind_dummy_id): New function.
11015 (mips16_fetch_instruction): New function.
11016 (mips32_fetch_instruction): New function.
11017 (struct mips_frame_cache): Define.
11018 (mips_mdebug_frame_cache): New function.
11019 (mips_mdebug_frame_this_id): New function.
11020 (mips_mdebug_frame_prev_register): New function.
11021 (mips_mdebug_frame_unwind): Define.
11022 (mips_mdebug_frame_sniffer): New function.
11023 (mips_mdebug_frame_base_address): New function.
11024 (mips_mdebug_frame_base): Define.
11025 (mips_mdebug_frame_base_sniffer): New function.
11026 (mips_gdbarch_init): Append unwind and base sniffers. Set
11027 unwind_dummy_id.
11028
defc864c
AC
110292004-02-08 Andrew Cagney <cagney@redhat.com>
11030
6764ddad
AC
11031 * frame.c: Print both the register number and name.
11032
defc864c
AC
11033 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
11034 and a sed into a single sed. Make .c and .o patterns more robust.
11035 (OBS): Delete.
11036 (INIT_FILES): Replace OBS with COMMON_OBS.
11037 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
11038
645d6d10
MK
110392004-02-08 Mark Kettenis <kettenis@gnu.org>
11040
11041 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
11042 the PT_WCOOKIE request.
11043
23e3c3fc
AC
110442004-02-08 Andrew Cagney <cagney@redhat.com>
11045
58dfe9ff
AC
11046 * mips-tdep.c (mips_unwind_pc): New function.
11047 (mips_gdbarch_init): Set mips_unwind_pc.
11048
1152e35e
AC
11049 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
11050 (get_frame_id): Allow the UNKNOWN_FRAME.
11051 (frame_register_unwind, get_frame_type): Ditto.
11052
31b75dbf
AC
11053 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
11054 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
11055 unwind_dummy_id indicates a legacy frame.
11056
3483b318
AC
11057 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
11058 * configure: Re-generate.
11059
23e3c3fc
AC
11060 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
11061 methods.
11062
33f8ca73
AC
110632004-02-08 Andrew Cagney <cagney@redhat.com>
11064
11065 * configure.in (CONFIG_ALL): Set to Makefile target, and not
11066 makefile macro.
11067 * configure: Re-generate.
11068 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
11069 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
11070 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
11071 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
11072 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
11073 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
11074 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
11075 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
11076 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
11077 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
11078
6ba8e26f 110792004-02-07 Andrew Cagney <cagney@redhat.com>
d836ee13 11080
20d286a5
AC
11081 * Makefile.in: Update all dependencies.
11082
d836ee13
AC
11083 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
11084 * configure: Re-generate.
11085 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
11086 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
11087 (COMMON_OBS): Add "main.o" and "annotate.o".
11088 (ANNOTATE_OBS): Delete.
11089 (OBS): Remove ANNOTATE_OBS.
11090 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
11091 CONFIG_INITS.
11092 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
11093 against CONFIG_OBS and "main.o".
11094 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
11095 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
11096
d02c80cd
AC
11097 * tui/tui-command.c: Include "gdb_string.h", delete register
11098 attribute, use ISO-C function signatures.
11099 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
11100 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11101 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
11102 * tui/tui.c: Ditto.
6ba8e26f
AC
11103
11104 * tui/tui-command.c: Change variable and function names to lower
11105 case.
11106 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
11107 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
11108 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11109 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11110 * tui/tui-winsource.c, tui/tui.c: Ditto.
11111
4a146b47
EZ
111122004-02-07 Elena Zannoni <ezannoni@redhat.com>
11113
11114 * buildsym.c (free_pending_blocks, finish_block)
11115 (record_pending_block, make_blockvector, end_symtab): Replace
11116 symbol_obstack with objfile_obstack.
8a1dac83 11117 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 11118 (coff_read_enum_type): Ditto.
8a1dac83 11119 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 11120 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 11121 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
11122 (dwarf2_symbol_mark_computed): Ditto.
11123 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
11124 * elfread.c (elf_symtab_read): Ditto.
11125 * hpread.c (hpread_symfile_init, hpread_symfile_init)
11126 (hpread_read_enum_type, hpread_read_function_type)
11127 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
11128 Ditto.
8a1dac83 11129 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 11130 (java_link_class_type): Ditto.
8a1dac83 11131 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
11132 (new_symbol): Ditto.
11133 * minsyms.c (install_minimal_symbols): Ditto.
11134 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
11135 (terminate_minimal_symbol_table): Replace symbol_obstack with
11136 objfile_obstack.
11137 (free_objfile): Remove freeing of symbol_obstack.
11138 * objfiles.h: Remove symbol_obstack field.
11139 * pa64solib.c (add_to_solist): Replace symbol_obstack with
11140 objfile_obstack.
11141 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11142 symbol_obstack.
11143 (solib_add_common_symbols): Replace symbol_obstack with
11144 objfile_obstack.
11145 * somsolib.c (som_solib_add): Ditto.
11146 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
11147 (common_block_start, common_block_end): Ditto.
11148 * symfile.c (reread_symbols): Remove freeing and init of
11149 symbol_obstack.
11150 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
11151 * symfile.h: Update comment.
11152 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
11153 stats printing.
11154 * symtab.c (symbol_set_names): Replace symbol_obstack with
11155 objfile_obstack.
11156 * symtab.h (struct general_symbol_info, struct minimal_symbol):
11157 Update comments.
11158 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
11159 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
11160 objfile_obstack.
11161
6d012f14
AC
111622004-02-07 Andrew Cagney <cagney@redhat.com>
11163
11164 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
11165 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
11166 fields and variables.
11167 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
11168 (m_beInvisible): Delete macro.
11169 * tui/tui-data.h: Fix case case fields and variables.
11170 (m_genWinPtrIsNull): Delete macro.
11171 (tui_win_list): Rename winList.
11172 (TUI_SRC_WIN): Rename srcWin.
11173 (TUI_DISASM_WIN): Rename disassemWin.
11174 (TUI_DATA_WIN): Rename dataWin.
11175 (TUI_CMD_WIN): Rename cmdWin.
11176 (m_genWinPtrNotNull): Delete macro.
11177 (m_winPtrIsNull): Delete macro.
11178 (m_winPtrNotNull): Delete macro.
11179 (tui_win_is_source_type): Replace m_winIsSourceType
11180 (tui_win_is_auxillary): Replace m_winIsAuzillary.
11181 (tui_win_has_locator): Replace m_hasLocator.
11182 (tui_set_win_highlight): Replace m_setWinHighlightOn and
11183 m_setWinHighlightOff.
11184 * tui/tui-data.c: Update references.
11185 (tui_win_is_source_type, tui_set_win_highlight): New functions.
11186 (tui_win_has_locator, tui_win_is_auxillary): New functions.
11187 * tui/tui-command.c, tui/tui-disasm.c: Update references.
11188 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
11189 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
11190 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11191 * tui/tui-winsource.c, tui/tui.c: Ditto.
11192
7d34766b
MK
111932004-02-07 Mark Kettenis <kettenis@gnu.org>
11194
1c800673
MK
11195 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
11196 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
11197 StackGhost.
11198
7d34766b
MK
11199 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
11200 variable `i6' to `i7'.
11201 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11202
22940a24
AC
112032004-02-07 Andrew Cagney <cagney@redhat.com>
11204
11205 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
11206 (TuiPoint, TuiPointPtr): Ditto.
11207 (TuiStatus, TuiStatusPtr): Ditto.
11208 (TuiWinType, TuiWinTypePtr): Ditto.
11209 (struct tui_point): Rename _TuiPoint.
11210 (tui_get_low_disassembly_address): Rename
11211 tuiGetLowDisassemblyAddress.
11212 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
11213 (tuiFree): Delete declaration.
11214 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
11215 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
11216 * tui/tui.c (tuiFree): Delete function.
11217 * cli/cli-cmds.c (disassemble_command): Update references.
11218 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
11219 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11220 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
11221 * tui/tui-winsource.c: Ditto.
11222
8b92e4d5
EZ
112232004-02-07 Elena Zannoni <ezannoni@redhat.com>
11224
11225 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
11226 coffstab_build_psymtabs, elfstab_build_psymtabs)
11227 (stabsect_build_psymtabs): Replace psymbol_obstack with
11228 objfile_obstack.
11229 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
11230 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
11231 Ditto.
11232 * dwarfread.c (scan_compilation_units): Ditto.
11233 * elfread.c (elfstab_offset_sections): Ditto.
11234 * hppa-tdep.c (read_unwind_info): Ditto.
11235 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
11236 (hpread_end_psymtab): Ditto.
11237 * mdebugread.c (mdebug_build_psymtabs, add_pending)
11238 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
11239 Ditto.
11240 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 11241 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
11242 (build_objfile_section_table): Ditto.
11243 (allocate_objfile): Remove init of psymbol_obstack.
11244 (free_objfile): Remove freeing of psymbol_obstack.
11245 * objfiles.h (struct objfile): Remove field
11246 psymbol_obstack. Update comments.
11247 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
11248 psymbol_obstack with objfile_obstack.
11249 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11250 psymbol_obstack.
11251 * somread.c (som_symfile_offsets, init_import_symbols)
11252 (init_export_symbols): Replace psymbol_obstack with
11253 objfile_obstack.
11254 * somsolib.c (som_solib_add_solib_objfile): Ditto.
11255 * symfile.c (default_symfile_offsets, syms_from_objfile)
11256 (reread_symbols): Remove freeing and init of psymbol_obstack.
11257 (cashier_psymtab): Update comment.
11258 * symmisc.c (print_objfile_statistics): Don't report stats for
11259 psymbol obstack.
11260 * symtab.h (struct general_symbol_info, struct partial_symtab):
11261 Update comments.
11262 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
11263 (xcoff_symfile_offsets): Replace psymbol_obstack with
11264 objfile_obstack.
11265
b99607ea
EZ
112662004-02-07 Elena Zannoni <ezannoni@redhat.com>
11267
11268 * objfiles.h (struct objfile): Add objfile_obstack field.
11269 Remove type_obstack field.
11270
11271 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
11272 read_structure_scope read_enumeration, new_symbol): Replace
11273 type_obstack with objfile_obstack.
11274 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 11275 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
11276 (lookup_fundamental_type): Ditto.
11277 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
11278 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
11279 (hpread_read_doc_function_type, hpread_read_struct_type)
11280 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 11281 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 11282 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
11283 (java_link_class_type): Ditto.
11284 * mdebugread.c (parse_type): Ditto.
11285 * objfiles.c (allocate_objfile, free_objfile): Ditto.
11286 * solib-sunos.c (solib_add_common_symbols): Ditto.
11287 * stabsread.c (define_symbol, read_type, read_member_functions,
11288 read_cpp_abbrev, read_one_struct_field): Ditto.
11289 * symfile.c (reread_symbols): Ditto.
11290 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 11291
2a8854a7
AC
112922004-02-07 Andrew Cagney <cagney@redhat.com>
11293
11294 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
11295 (tui_exec_info_content): Rename TuiExecInfoContent.
11296 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
11297 (TuiWinInfo, TuiWinInfoPtr): Ditto.
11298 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
11299 (TuiList, TuiListPtr): Ditto.
11300 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
11301 (TuiDataType, TuiDataTypePtr): Ditto.
11302 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
11303 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
11304 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
11305 (TuiSourceElement, TuiSourceElementPtr): Ditto.
11306 (TuiDataElement, TuiDataElementPtr): Ditto.
11307 (TuiWinElement, TuiWinElementPtr): Ditto.
11308 (TuiDataInfo, TuiDataInfoPtr): Ditto.
11309 (TuiCommandElement, TuiCommandElementPtr): Ditto.
11310 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
11311 (TuiWhichElement, TuiWhichElementPtr): Ditto.
11312 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
11313 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
11314 * tui/tui-command.c, tui/tui-data.c: Update references.
11315 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
11316 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11317 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11318 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 11319
05cbe71a
MK
113202004-02-07 Mark Kettenis <kettenis@gnu.org>
11321
11322 * dwarf2-frame.h: Update copyright.
11323 (enum dwarf2_frame_reg_rule): New.
11324 (struct dwarf2_frame_state_reg): New.
11325 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
11326 * dwarf2-frame.c: Update copyright.
11327 (enum dwarf2_reg_rule): Remove.
11328 (struct dwarf2_frame_state): Remove defenition of `struct
11329 dwarf2_frame_state_reg'.
11330 (read_reg): Call get_frame_arch to get the architecture instead of
11331 using CURRENT_GDBARCH.
11332 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
11333 DWARF2_FRAME_.
11334 (dwarf2_frame_init_reg): New function.
11335 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
11336 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
11337 initialize the register state. Prefix old `enum dwarf2_reg_rule'
11338 tags with DWARF2_FRAME_.
11339 (dwarf2_frame_prev_register): Call get_frame_arch to get the
11340 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
11341 dwarf2_reg_rule' tags with DWARF2_FRAME_.
11342
ec7d9e56
AC
113432004-02-06 Andrew Cagney <cagney@redhat.com>
11344
dd1abb8c
AC
11345 * tui/tui-data.h (struct tui_list): Rename _TuiList.
11346 (enum tui_data_type): Rename _TuiDataType.
11347 (struct tui_layout_def): Rename _TuiLayoutDef.
11348 (struct tui_source_element): Rename _TuiSourceElement.
11349 (struct tui_data_element): Rename _TuiDataElement.
11350 (struct tui_command_element): Rename _TuiCommandElement.
11351 (struct tui_locator_element): Rename _TuiLocatorElement.
11352 (union tui_which_element): Define.
11353 (struct tui_win_element): Rename _TuiWinElement.
11354 (struct tui_data_info): Rename _TuiDataInfo.
11355 (struct tui_source_info): Rename _TuiSourceInfo.
11356 (struct tui_command_info): Rename _TuiCommandInfo.
11357 (tui_initialize_static_data): Rename initializeStaticData.
11358 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
11359 (tui_alloc_win_info): Rename allocWinInfo.
11360 (tui_init_generic_part): Rename initGenericPart.
11361 (tui_init_win_info): Rename initWinInfo.
11362 (tui_alloc_content): Rename allocContent.
11363 (tui_add_content_elements): Rename addContentElements.
11364 (tui_init_content_element): Rename initContentElement.
11365 (tui_free_window): Rename freeWindow.
11366 (tui_free_win_content): Rename freeWinContent.
11367 (tui_free_data_content): Rename freeDataContent.
11368 (tui_free_all_source_wins_content): Rename
11369 freeAllSourceWinsContent.
11370 (tui_del_window): Rename tuiDelWindow.
11371 (tui_del_data_windows): Rename tuiDelDataWindows.
11372 (tui_partial_win_by_name): Rename partialWinByName.
11373 (tui_win_name): Rename winName.
11374 (tui_current_layout): Rename currentLayout.
11375 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
11376 (tui_term_height): Rename termHeight.
11377 (tui_set_term_height_to): Rename setTermHeightTo.
11378 (tui_term_width): Rename termWidth.
11379 (tui_set_term_width_to): Rename setTermWidthTo.
11380 (tui_set_gen_win_origin): Rename setGenWinOrigin.
11381 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
11382 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
11383 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
11384 (tui_source_windows): Rename sourceWindows.
11385 (tui_clear_source_windows): Rename clearSourceWindows.
11386 (tui_clear_source_windows_detail): Rename
11387 clearSourceWindowsDetail.
11388 (tui_clear_win_detail): Rename clearWinDetail.
11389 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
11390 (tui_default_tab_len): Rename tuiDefaultTabLen.
11391 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
11392 (tui_win_with_focus): Rename tuiWinWithFocus.
11393 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
11394 (tui_layout_def): Rename tuiLayoutDef.
11395 (tui_win_resized): Rename tuiWinResized.
11396 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
11397 (tui_next_win): Rename tuiNextWin.
11398 (tui_prev_win): Rename tuiPrevWin.
11399 (tui_add_to_source_windows): Rename addToSourceWindows.
11400 * tui/tui-winsource.c, tui/tui-win.c: Update references.
11401 * tui/tui-layout.c, tui/tui-source.c: Ditto.
11402 * tui/tui-stack.c, tui/tui-io.c: Ditto.
11403 * tui/tui.c, tui/tui-data.c: Ditto.
11404 * tui/tui-interp.c, tui/tui-data.c: Ditto.
11405 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
11406
a358af15
AC
11407 * tui/tui-source.h: Update copyright. Include "tui-data.h".
11408 (struct symtab): Declare.
11409 (tui_set_source_content): Rename tuiSetSourceContent.
11410 (tui_show_symtab_source): Rename tuiShowSource.
11411 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
11412 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
11413 * tui/tui-source.c: Update copyright. Update references.
11414 * tui/tui-win.c, tui/tui-winsource.c: Update references.
11415 * tui/tui-stack.c: Update references.
11416
a21fcd8f
AC
11417 * tui/tui-win.h: Update copyright. Include "tui-data.h".
11418 (struct tui_win_info): Declare.
11419 (tui_scroll_forward): Rename tuiScrollForward.
11420 (tui_scroll_backward): Rename tuiScrollBackward.
11421 (tui_scroll_left): Rename tuiScrollLeft.
11422 (tui_scroll_right): Rename tuiScrollRight.
11423 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
11424 (tui_resize_all): Rename tuiResizeAll.
11425 (tui_refresh_all_win): Rename tuiRefreshAll.
11426 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
11427 * tui/tui-layout.c, * tui/tui-io.c: Update references.
11428 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
11429 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
11430
edae1ccf
AC
11431 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
11432 (tui_erase_data_content): Rename tuiEraseDataContent.
11433 (tui_display_all_data): Rename tuiDisplayAllData.
11434 (tui_check_data_values): Rename tuiCheckDataValues.
11435 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
11436 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
11437 (tui_first_data_element_no_in_line): Rename
11438 tuiFirstDataElementNoInLine.
11439 (tui_delete_data_content_windows): Rename
11440 tuiDeleteDataContentWindows.
11441 (tui_refresh_data_win): Rename tuiRefreshDataWin.
11442 (tui_display_data_from): Rename tuiDisplayDataFrom.
11443 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
11444 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
11445 * tui/tui-win.c, tui/tui-regs.c: Update references.
11446 * tui/tui-layout.c, tui/tui.c: Update references.
11447
ec7d9e56
AC
11448 * tui/tui-wingeneral.h: Update copyright.
11449 (m_allBeVisible): Delete macro.
8a1dac83 11450 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
11451 (struct tui_gen_win_info): Declare.
11452 (struct tui_win_info): Declare.
11453 (tui_unhighlight_win): Rename unhighlightWin.
11454 (tui_make_visible, tui_make_invisible): Replace makeVisible.
11455 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
11456 (tui_make_window): Rename makeWindow.
11457 (tui_copy_win): Rename copyWin.
11458 (tui_box_win): Rename boxWin.
11459 (tui_highlight_win): Rename highlightWin.
11460 (tui_check_and_display_highlight_if_needed): Rename
11461 checkAndDisplayHighlightIfNeeded.
11462 (tui_refresh_all): Rename refreshAll.
11463 (tui_delete_win): Rename tuiDelwin.
11464 (tui_refresh_win): Rename tuiRefreshWin.
11465 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
11466 (tui_make_visible, tui_make_invisible): New functions.
11467 (tui_make_all_visible, tui_make_all_invisible): New functions.
11468 (make_all_visible): Rename makeAllVisible.
11469 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
11470 * tui/tui-data.c, tui/tui-winsource.c: Update references.
11471 * tui/tui-windata.c, tui/tui-win.c: Update references.
11472 * tui/tui-regs.c, tui/tui-layout.c: Update references.
11473 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
11474
1e52e2eb
MK
114752004-02-06 Mark Kettenis <kettenis@gnu.org>
11476
11477 * proc-api.c (write_with_trace): Initialize local variable to
11478 silence compiler warning.
11479
f80bda8e
AC
114802004-02-06 Andrew Cagney <cagney@redhat.com>
11481
11482 * tui/tui-source.h: Do not include "defs.h".
11483 (struct tui_win_info): Declare.
11484 (tui_set_source_content_nil): Declare.
11485 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
11486 (union tui_line_or_address): Rename _TuiLineOrAddress.
11487 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
11488 (tui_update_source_window): Rename tuiUpdateSourceWindow.
11489 (tui_update_source_window_as_is): Rename
11490 tuiUpdateSourceWindowAsIs.
11491 (tui_update_source_windows_with_addr): Rename
11492 tuiUpdateSourceWindowsWithAddr.
11493 (tui_update_source_windows_with_line): Rename
11494 tuiUpdateSourceWindowsWithLine.
11495 (tui_clear_source_content): Rename tuiClearSourceContent.
11496 (tui_erase_source_content): Rename tuiEraseSourceContent.
11497 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
11498 (tui_show_source_content): Rename tuiShowSourceContent.
11499 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
11500 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
11501 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
11502 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
11503 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
11504 (tui_update_exec_info): Rename tuiUpdateExecInfo.
11505 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
11506 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
11507 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
11508 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
11509 (struct tui_win_info): Declare.
11510 * tui/tui-stack.c: Update references.
11511 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
11512 * tui/tui-win.c, tui/tui-source.c: Ditto.
11513 * tui/tui.c, tui/tui-disasm.c: Ditto.
11514
9fbfb822
MK
115152004-02-06 Mark Kettenis <kettenis@gnu.org>
11516
11517 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
11518 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
11519
03cebad2
MK
115202004-02-05 Mark Kettenis <kettenis@gnu.org>
11521
11522 * infrun.c (handle_inferior_event): Allow for breakpoint
11523 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
11524 and SIGEMT. Update comments.
11525 * NEWS (Revised SPARC target): Mention support for non-executable
11526 stack.
11527
290281b1
MK
115282004-02-04 Mark Kettenis <kettenis@gnu.org>
11529
11530 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
11531 * inftarg.c: Update copyright year.
11532 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
11533 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
11534 (sparc_xfer_wcookie): New function.
11535 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11536 * Makefile.in (sparc-nat.o): Update dependencies.
11537 * config/sparc/nm-nbsd.h: Include "target.h".
11538 (NATIVE_XFER_WCOOKIE): New define.
11539 (sparc_xfer_wcookie): New prototype.
11540
212161df
AC
115412004-02-04 Andrew Cagney <cagney@redhat.com>
11542
11543 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
11544 SYSCALL_TRAP function.
11545 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
11546
6e4c6c91
DJ
115472004-02-04 Andrew Cagney <cagney@redhat.com>
11548 Daniel Jacobowitz <drow@mvista.com>
11549
11550 * objfiles.h: Delete comments refering to inside_entry_func and
11551 DEPRECATED_FRAME_CHAIN_VALID.
11552 * defs.h (inside_entry_func): Update prototype..
11553 * blockframe.c (inside_entry_func): Rename to
11554 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
11555 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
11556
cae688ec
JJ
115572004-02-03 Jeff Johnston <jjohnstn@redhat.com>
11558
11559 * breakpoint.c (struct captured_parse_breakpoint_args): Move
11560 outside of #ifdef SOLIB_ADD region.
11561 (do_restore_lang_radix_cleanup): Ditto.
11562 (resolve_pending_breakpoint): Ditto.
11563
19217676
AC
115642004-02-03 Andrew Cagney <cagney@redhat.com>
11565
11566 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
11567 (process_note_abi_tag_sections): Delete unused function.
11568 (ia64_read_fp): Delete unused function.
11569 (gdbarch_extract_struct_value_address): Delete declaration.
11570
876753be
AC
115712004-02-02 Andrew Cagney <cagney@redhat.com>
11572
11573 * vax-tdep.c (vax_frame_chain): Delete call to
11574 deprecated_inside_entry_file.
11575 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
11576
d4f10bf2
MK
115772004-02-02 Mark Kettenis <kettenis@gnu.org>
11578
11579 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
11580 column that's "empty" or "same value" when eliminating REG_RA
11581 rules.
11582
cae688ec
JJ
115832004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11584
11585 * NEWS: Add information about new pending breakpoint support.
11586
0101ce28
JJ
115872004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11588
11589 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
11590 and pending fields for pending breakpoint support.
11591 * breakpoint.c (breakpoint_enabled): Add check for not pending.
11592 (condition_command): Only parse condition if not a pending
11593 breakpoint.
11594 (print_one_breakpoint): Add support for pending breakpoints.
11595 (describe_other_breakpoints): Add checks to verify we are not
11596 dealing with pending breakpoints.
11597 (check_duplicates): Don't check pending breakpoints.
11598 (set_raw_breakpoint): Initialize pending flag.
11599 (do_restore_lang_radix_cleanup): New cleanup routine.
11600 (resolve_pending_breakpoint): New function.
11601 (re_enable_breakpoints_in_shlibs): Try and resolve any
11602 pending breakpoints via resolve_pending_breakpoint.
11603 (mention): Add pending breakpoint support.
11604 (parse_breakpoint_sals): Add new parameter to pass to
11605 decode_line_1 to indicate silent errors when files or functions
11606 are not found. Change all callers.
11607 (do_captured_parse_breakpoint): New function.
11608 (break_command_1): Change prototype to return an rc value and to
11609 take an optional pending breakpoint pointer. Support creating
11610 a pending breakpoint if a "not found" form of error occurs when
11611 parsing the breakpoint. Also support resolving an existing pending
11612 breakpoint and be silent if the resolution fails.
11613 (create_breakpoints): Change prototype to take pending breakpoint
11614 pointer. When resolving a pending breakpoint, use the new pointer
11615 to provide a conditional or commands added by the end-user.
11616 (delete_breakpoint): Add appropriate check for pending.
11617 (breakpoint_re_set_one): Ditto.
11618 (do_enable_breakpoint): Ditto.
11619
8d577d32
DC
116202004-02-02 David Carlton <carlton@kealia.com>
11621
11622 * valops.c (enum oload_classification): New.
11623 (find_overload_match): Break implementation into separate
11624 functions; delete #if 0'd code; look for symbols within
11625 namespaces.
11626 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
11627 (find_oload_champ,oload_method_static,classify_oload_match): New.
11628 * cp-support.h: Add declaration for cp_func_name; update
11629 declaration for make_symbol_overload_list.
11630 * cp-support.c (cp_func_name): New.
11631 (overload_list_add_symbol): Fix comment, use
11632 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
11633 (make_symbol_overload_list): Take a function name and a namespace
11634 instead of a symbol; change implementation.
11635 (make_symbol_overload_list_using): New.
11636 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
11637
22e8e3c7
FF
116382004-02-02 Fred Fish <fnf@redhat.com>
11639
11640 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 11641 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
11642 * remote-sim.c (gdb_os_write_stderr): Write output to
11643 gdb_stdtargerr stream instead of gdb_stdtarg stream.
11644 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 11645 gdb_stderr stream and update copyright years.
22e8e3c7 11646
6b753f60
DJ
116472004-02-01 Daniel Jacobowitz <drow@mvista.com>
11648
11649 * Makefile.in (mips-linux-nat.o): Update dependencies.
11650 * mips-linux-nat.c: Include mips-tdep.h.
11651
116522004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
11653
11654 * sol-thread.c (sol_thread_xfer_partial): New function.
11655 (init_sol_thread_ops): Use that for to_xfer_partial hook.
11656 (init_sol_core_ops): Likewise.
11657
11658 * procfs.c (procfs_xfer_partial): New function.
11659 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
11660 * Makefile.in (procfs.o): Add $(auxv_h) dep.
11661
11662 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
11663 procfs_xfer_auxv function.
11664
11665 * procfs.c (procfs_make_note_section): If we can read
11666 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
11667 * linux-proc.c (linux_make_note_section): Likewise.
11668
11669 * auxv.h: New file.
11670 * auxv.c: New file.
11671 * Makefile.in (auxv_h): New variable.
11672 (COMMON_OBS): Add auxv.o here.
11673 (auxv.o): New target.
11674
11675 * corelow.c (core_xfer_partial): New function.
11676 (init_core_ops): Use it for core_ops.to_xfer_partial.
11677
11678 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11679 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11680 macro if that is defined.
11681
fa5281d0
DJ
116822004-02-01 Daniel Jacobowitz <drow@mvista.com>
11683
11684 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11685 and check the specified thread for each breakpoint.
11686 * breakpoint.h (bpstat_stop_status): Update prototype.
11687 * infrun.c (handle_inferior_event): Update calls to
11688 bpstat_stop_status.
11689
26ee262d
DJ
116902004-02-01 Daniel Jacobowitz <drow@mvista.com>
11691
11692 * Makefile.in (cli-cmds.o): Add $(readline_h).
11693
d9b52655
DJ
116942004-02-01 Daniel Jacobowitz <drow@mvista.com>
11695
11696 * cli/cli-cmds.c: Include readline.h.
11697 (complete_command): Pass the start of the last word to
11698 complete_line.
11699
9709f61c
DJ
117002004-01-31 Daniel Jacobowitz <drow@mvista.com>
11701
11702 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11703 argument, and change first argument to a CORE_ADDR.
11704 * breakpoint.h (bpstat_stop_status): Update prototype.
11705 * infrun.c (adjust_pc_after_break): Add a new comment.
11706 (handle_inferior_event): Update calls to bpstat_stop_status.
11707
4f1280bb
DJ
117082004-01-31 Daniel Jacobowitz <drow@mvista.com>
11709
11710 * breakpoint.h: Update copyright years.
11711
4fa8626c
DJ
117122004-01-31 Daniel Jacobowitz <drow@mvista.com>
11713
11714 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11715 (bpstat_stop_status): Don't decrement PC.
11716 * breakpoint.h (software_breakpoint_inserted_here_p): Add
11717 prototype.
11718 * infrun.c (adjust_pc_after_break): New function.
11719 (handle_inferior_event): Call it, early. Remove later references
11720 to DECR_PC_AFTER_BREAK.
11721 (normal_stop): Add commentary.
11722
fad0733a
DJ
117232004-01-31 Daniel Jacobowitz <drow@mvista.com>
11724
11725 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11726 2004-01-27 double-free fix.
11727
42cdca6c
MK
117282004-01-31 Mark Kettenis <kettenis@gnu.org>
11729
11730 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11731 (sparc32_frame_prev_register): Handle StackGhost.
11732 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11733
932d5416
RM
117342004-01-29 Roland McGrath <roland@redhat.com>
11735
11736 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11737 * configure: Regenerated.
11738
11739 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11740 * Makefile.in (procfs.o): Add dep.
11741
47d3492a
AC
117422004-01-28 Andrew Cagney <cagney@redhat.com>
11743
11744 * tui/tui-stack.h: Update copyright.
11745 (struct frame_info): Add opaque declaration.
11746 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11747 (tui_show_locator_content): Rename tuiShowLocatorContent.
11748 (tui_show_frame_info): Rename tuiShowFrameInfo.
11749 * tui/tui-stack.c: Update copyright. Update references.
11750 * tui/tui-winsource.c: Update references.
11751 * tui/tui-win.c: Update references.
11752 * tui/tui-layout.c: Update references.
11753 * tui/tui-hooks.c: Update copyright, update references.
11754 * tui/tui.c: Update copyright, update references.
11755 * tui/tui-disasm.c: Update references.
11756
5d51ca54
DC
117572004-01-28 David Carlton <carlton@kealia.com>
11758
11759 * dwarf2read.c (add_partial_structure): Use demangled name if
11760 namespace equals "".
11761
086ed43d
JB
117622004-01-27 Jim Blandy <jimb@redhat.com>
11763
11764 Clean up misapplied patch:
11765 * dwarf2read.c (determine_prefix): Change one of the two forward
11766 declarations for 'determine_prefix_aux' to a declaration for this.
11767 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11768 argument to 'die_specification'.
11769
2a35147e
JB
11770 * dwarf2read.c (read_func_scope): Re-indent comment.
11771
a355c7de 117722004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 11773
a355c7de
AC
11774 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11775 b->exp to NULL after freeing so that error during re-parsing or
11776 evaluation of expressions associated with breakpoint don't
11777 eventually lead to re-freeing of storage.
11778 Committed by Andrew Cagney.
11779
63ff5125
AC
117802004-01-27 Andrew Cagney <cagney@redhat.com>
11781
11782 * source.c (ambiguous_line_spec): Delete undefined declaration.
11783 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11784 (m32r_set_server_address, m32r_set_download_path): Ditto.
11785 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11786
e142c38c
DJ
117872004-01-27 Daniel Jacobowitz <drow@mvista.com>
11788
11789 * dwarf2read.c: Update calls to changed and renamed functions, and
11790 references to moved variables.
11791
11792 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11793 language, language_defn, list_in_scope, and ftypes members.
11794 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11795 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11796 (baseaddr): Remove globals.
11797
11798 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11799 (set_cu_language, die_is_declaration, die_specification)
11800 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11801 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11802 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11803 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11804
11805 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11806 cu.list_in_scope. Don't initialize cu_header_offset.
11807 (add_partial_symbol): Add local baseaddr.
11808 (psymtab_to_symtab_1): Add local baseaddr. Use
11809 objfile->section_offsets for consistency. Don't initialize
11810 cu_header_offset; do initialize cu.header.offset and
11811 cu.list_in_scope.
11812 (read_file_scope, read_func_scope, read_lexical_block_scope)
11813 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11814
c6e06ede
MC
118152004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11816
fb328ecc 11817 * PROBLEMS: Add gdb/1516.
c6e06ede 11818
48184fd4
AC
118192003-12-29 Robert Millan <robertmh@gnu.org>
11820
11821 Patch committed by Andrw Cagney.
11822 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11823 * configure.tgt: Match knetbsd*-gnu.
11824
c1321b30
AC
118252004-01-26 Andrew Cagney <cagney@redhat.com>
11826
f3699be3
AC
11827 * breakpoint.c (catch_command_1): Delete #ifdef code.
11828 (catch_fork_command_1): Delete #ifdef wrapper.
11829 (catch_exec_command_1): Ditto.
11830 (catch_load_command_1): Ditto.
11831 (catch_unload_command_1): Ditto.
11832
c1321b30
AC
11833 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11834 (catch_breakpoint): Delete #if0ed function.
11835 (disable_catch_breakpoint): Ditto.
11836 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11837 (disable_catch, enable_catch, delete_catch): Ditto.
11838
b4501125
AC
118392004-01-26 Andrew Cagney <cagney@redhat.com>
11840
11841 * remote.c (echo_check, quit_flag): Delete variables.
11842 (cisco_kernel_mode): Delete variable.
11843 (minitelnet_return, tty_input, escape_count): Delete variables.
11844 (remote_cisco_mode): Delete variable.
11845 (remote_cisco_open, remote_cisco_close): Delete function.
11846 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11847 (init_remote_cisco_ops): Delete function.
11848 (_initialize_remote): Do not install "remote cisco" code.
11849 (read_frame): Delete cisco specific code.
11850 (remote_info_process): Delete function.
11851 (remote_wait): Delete cisco specific code.
11852 (remote_cisco_section_offsets): Delete function.
11853 (remote_cisco_objfile_relocate): Delete function.
11854 (remote_async_wait): Delete cisco specific code.
11855 (minitelnet, readtty, readsocket): Delete function.
11856
74055713
AC
118572004-01-26 Andrew Cagney <cagney@redhat.com>
11858
11859 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11860 comments mentioning extract_returned_value_address.
11861 * infcmd.c (print_return_value): Update. Add comments on
11862 extract_returned_value_address.
11863 * stack.c (return_command): Add comments on
11864 extract_returned_value_address.
11865 * values.c: Update comment.
11866 * m32r-tdep.c: Update comment.
11867 * sparc-tdep.c: Update comment.
11868 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11869 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11870 * sh64-tdep.c (sh64_gdbarch_init): Update.
11871 * sh-tdep.c (sh_gdbarch_init): Update.
11872 * s390-tdep.c (s390_gdbarch_init): Update.
11873 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11874 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11875 * m68k-tdep.c (m68k_gdbarch_init): Update.
11876 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11877 * m32r-tdep.c (m32r_gdbarch_init): Update.
11878 * ia64-tdep.c (ia64_gdbarch_init): Update.
11879 * h8300-tdep.c (h8300_gdbarch_init): Update.
11880 * frv-tdep.c (frv_gdbarch_init): Update.
11881 * arm-tdep.c (arm_gdbarch_init): Update.
11882 * alpha-tdep.c (alpha_gdbarch_init): Update.
11883
a67af2b9
AC
118842004-01-26 Andrew Cagney <cagney@redhat.com>
11885
11886 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11887 SYMBOL_LOCATION_FUNCS
11888 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11889 "struct symbol_ops".
11890 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11891 type to "struct symbol_ops".
11892 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11893 (struct symbol): Replace ".aux_value.loc.funcs" and
11894 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11895 (SYMBOL_OBJFILE): Delete macro.
11896 (SYMBOL_LOCATION_FUNCS): Delete macro.
11897 (SYMBOL_LOCATION_BATON): Update.
11898 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11899 intead of SYMBOL_LOCATION_FUNCS.
11900 * ax-gdb.c (gen_var_ref): Ditto.
11901 * printcmd.c (address_info): Ditto.
11902 * findvar.c (read_var_value): Ditto.
11903 (symbol_read_needs_frame): Ditto.
11904
c034e007
AC
119052004-01-26 Andrew Cagney <cagney@redhat.com>
11906
11907 * dwarf2read.c (read_func_scope): Document frame-base hack.
11908
bb472c1e
MK
119092004-01-25 Mark Kettenis <kettenis@gnu.org>
11910
11911 * infcmd.c (print_return_value): Plug memory leak; delete
11912 ui_stream object. Rename argument `structure_return' to
11913 `struct_return'.
11914
c8e737d5
MK
119152004-01-25 Mark Kettenis <kettenis@gnu.org>
11916
f941662f
MK
11917 * infcmd.c (print_return_value): Wrap long lines.
11918 (finish_command_continuation, finish_command): Remove unused
11919 variable `funcaddr'. Fix some coding-standards problems.
11920
c558d81a 11921 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 11922 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
11923 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11924 TDEP->fpregset to zero.
11925
bf1e5861 11926 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
11927 floating-point registers for traditional NetBSD core files.
11928 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11929 TDEP->sizeof_fpregset here.
11930
4c72d57a
MK
119312004-01-25 Mark Kettenis <kettenis@gnu.org>
11932
566626fa
MK
11933 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11934 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11935 function with code split out from
11936 sparc32nbsd_sigcontext_frame_cache.
11937 (sparc32nbsd_sigcontext_frame_cache): Use
11938 sparc32nbsd_sigcontext_saved_regs.
11939 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11940 OpenBSD.
11941 * sparcobsd-tdep.c: New file.
11942 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11943 (sparcobsd-tdep.o): New dependency.
11944 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11945 * config/sparc/obsd.mt: New file.
11946
4c72d57a
MK
11947 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11948 TDEP->fpregset to be initialized to enable core file register
11949 sets.
11950
7e5e9f88
MK
119512004-01-24 Mark Kettenis <kettenis@gnu.org>
11952
f0f207fd 11953 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
11954 Add opaque declarations.
11955 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11956 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11957 function with code split out from
11958 sparc64nbsd_sigcontext_frame_cache.
11959 (sparc64nbsd_sigcontext_frame_cache): Use
11960 sparc64nbsd_sigcontext_saved_regs.
11961 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11962 OpenBSD.
11963 * sparc64obsd-tdep.c: New file.
11964 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11965 (sparc64obsd-tdep.o): New dependency.
11966 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11967 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11968 * config/sparc/obsd64.mt: New file.
11969
690668cc
MK
11970 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11971 read the instruction at PC.
11972
7e5e9f88
MK
11973 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11974 value of GDB_OSABI_DEFAULT.
11975 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11976 instead of GDB_OSABI_NETBSD_AOUT.
11977
68b6dce9
NR
119782004-01-24 Nick Roberts <nick@nick.uklinux.net>
11979
11980 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11981 copyright.
11982
080ce8c0
AC
119832004-01-23 Andrew Cagney <cagney@redhat.com>
11984
11985 * printcmd.c (display_command): Replace tui_set_display call with
11986 tui_set_layout_for_display_command.
11987 * tui/tui.h (enum tui_win_type): Define.
11988 (tui_set_layout): Delete declaration.
11989 (tui_set_layout_for_display_command): Rename set_tui_layout.
11990 * tui/tui-data.h (enum tui_layout_type): Define.
11991 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11992 "tui.h".
11993 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11994 (tui_default_win_height): Rename tuiDefaultWinHeight.
11995 (tui_default_win_viewport_height): Rename
11996 tuiDefaultWinViewportHeight.
11997 (tui_set_layout): RenametuiSetLayout.
11998 * tui/tui-layout.c: Update references.
11999 * tui/tui.c: Update references.
12000 * tui/tui-disasm.c: Update references.
12001
b368761e
DC
120022004-01-23 David Carlton <carlton@kealia.com>
12003
12004 Partial workaround for PR c++/1511:
12005 * cp-namespace.c: Include frame.h.
12006 (cp_lookup_transparent_type): New
12007 (cp_lookup_transparent_type_loop): New.
12008 * cp-support.h: Declare cp_lookup_transparent_type.
12009 * symtab.c (basic_lookup_transparent_type): Renamed from
12010 lookup_transparent_type.
12011 (lookup_transparent_type): Replace old body by a call to
12012 current_language->la_lookup_transparent_type.
12013 * symtab.h: Update copyright. Declare
12014 basic_lookup_transparent_type.
12015 * language.h: Update copyright.
12016 (struct language_defn): Add la_lookup_transparent_type.
12017 * language.c: Update copyright.
12018 (unknown_language_defn): Add basic_lookup_transparent_type.
12019 (auto_language_defn): Add basic_lookup_transparent_type.
12020 (local_language_defn): Add basic_lookup_transparent_type.
12021 * ada-lang.c: Update copyright.
12022 (ada_language_defn): Add basic_lookup_transparent_type.
12023 * c-lang.c: Update copyright.
12024 (c_language_defn): Add basic_lookup_transparent_type.
12025 (cplus_language_defn): Add basic_lookup_transparent_type.
12026 (asm_language_defn): Add basic_lookup_transparent_type.
12027 (minimal_language_defn): Add basic_lookup_transparent_type.
12028 * f-lang.c: Update copyright.
12029 (f_language_defn): Add basic_lookup_transparent_type.
12030 * jv-lang.c: Update copyright.
12031 (java_language_defn): Add basic_lookup_transparent_type.
12032 * m2-lang.c: Update copyright.
12033 (m2_language_defn): Add basic_lookup_transparent_type.
12034 * objc-lang.c: Update copyright.
12035 (objc_language_defn): Add basic_lookup_transparent_type.
12036 * p-lang.c: Update copyright.
12037 (p_language_defn): Add basic_lookup_transparent_type.
12038 * scm-lang.c: Update copyright.
12039 (scm_language_defn): Add basic_lookup_transparent_type.
12040 * Makefile.in (cp-namespace.o): Depend on frame.h.
12041
fdde2d81
DC
120422004-01-23 David Carlton <carlton@kealia.com>
12043
12044 Patch for PR c++/1520:
12045 * dwarf2read.c (read_func_scope): Set processing_current_prefix
12046 properly if we have a specification die.
12047 (determine_prefix_aux): Rename from determine_prefix.
12048 (determine_prefix): Like the old determine_prefix, but never
12049 returns NULL.
12050
5b828b6b
TR
120512004-01-23 Theodore A. Roth <troth@openavr.org>
12052
12053 * avr-tdep.c: Update copyright.
12054 (avr_iaddr_p): Delete unused function.
12055 (avr_saddr_p): Delete unused function.
12056
a1b8c067
DC
120572004-01-23 David Carlton <carlton@kealia.com>
12058
12059 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
12060 Fix for PR symtab/1534.
12061
f2cab569
MK
120622004-01-23 Mark Kettenis <kettenis@gnu.org>
12063
12064 * NEWS (New native configurations): Mention OpenBSD/sparc and
12065 OpenBSD/sparc64.
12066 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
12067 * configure.host: Likewise.
12068 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
12069 handler for OpenBSD.
12070 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
12071
642d8300
MK
120722004-01-22 Mark Kettenis <kettenis@gnu.org>
12073
89aac506
MK
12074 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
12075 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
12076
36662fde
MK
12077 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
12078 * cli/cli-cmds.c (shell_escape): Likewise.
12079
642d8300
MK
12080 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
12081 OpenBSD .note.openbsd.ident sections.
12082
fae299cd
DC
120832004-01-22 David Carlton <carlton@kealia.com>
12084
12085 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
12086 get_scope_pc_bounds.
12087 (read_file_scope): Ditto.
12088 (get_scope_pc_bounds): New function, produced by extracting code
12089 from the above two functions, consolidating it, and adding support
12090 for DW_TAG_namespace.
12091
a49d618c
MK
120922004-01-22 Mark Kettenis <kettenis@gnu.org>
12093
12094 * osabi.c (MAX_NOTESZ): New define.
12095 (check_note): New function.
12096 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
12097 check_note.
12098
fe61caab
RM
120992004-01-21 Roland McGrath <roland@redhat.com>
12100
12101 * MAINTAINERS (write after approval): Add myself.
12102
ec145965
EZ
121032004-01-21 Eli Zaretskii <eliz@gnu.org>
12104
12105 * utils.c (init_page_info): Move declarations of `rows' and
12106 `cols' before the __GO32__-specific code. Move the closing brace
12107 outside the #ifdef __GO32__..#endif block.
12108 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
12109
877522db
PB
121102004-01-21 Paul Brook <paul@codesourcery.com>
12111
12112 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
12113 BPSTAT_WHAT_CHECK_SHLIBS.
12114
dbf5be1c
PB
121152004-01-21 Paul Brook <paul@codesourcery.com>
12116
12117 * MAINTAINERS: Add myself to write-after-approval.
12118
81f08b92
AC
121192004-01-20 Andrew Cagney <cagney@redhat.com>
12120
5a1efed7
AC
12121 * ax-gdb.c (print_axs_value): Delete unused function.
12122 * jv-lang.c (java_lookup_type): Delete unused function.
12123 * cli/cli-dump.c (dump_filetype): Delete unused function.
12124 * remote-mips.c (remote_mips_insert_hw_breakpoint)
12125 (remote_mips_remove_hw_breakpoint): Delete unused functions.
12126 (mips_getstring): Delete unused function.
12127 (pmon_insert_breakpoint): Delete #if0ed function.
12128 (PMON_MAX_BP): Delete #if0ed MACRO.
12129 (mips_pmon_bp_info): Delete #if0ed variable.
12130 (pmon_remove_breakpoint): Delete #if0ed function.
12131 * monitor.c (monitor_write_even_block): Delete unused function.
12132 (monitor_write_memory_block): Delete #if0ed code.
12133 * dink32-rom.c (dink32_load): Delete unused function.
12134 (_initialize_dink32_rom): Delete #if0ed code.
12135 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
12136
b0a30fce
AC
12137 * tui/tui-command.c: Update references.
12138 * tui/tui-io.c: Update references.
12139 * tui/tui-command.h: Update copyright.
12140 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
12141
81f08b92
AC
12142 * source.c (ambiguous_line_spec): Delete never-defined function.
12143 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
12144 * gdbtypes.c (add_name, add_mangled_type): Ditto.
12145 * cli/cli-cmds.c (validate_comname): Ditto.
12146
65f05602
AC
12147 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
12148 "tui-data.h".
12149 (tui_set_disassem_content): Rename tuiSetDisassemContent.
12150 (tui_show_disassem): Rename tuiShowDisassem.
12151 (tui_show_disassem_and_update_source): Rename
12152 tuiVerticalDisassemScroll.
12153 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
12154 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
12155 * tui/tui.h: Update copyright.
12156 (enum tui_status): Define.
12157 * tui/tui-data.h (enum tui_scroll_direction): Define.
12158 * tui/tui-disasm.c: Update copyright. Update references.
12159 * tui/tui-winsource.c: Update copyright. Update references.
12160 * tui/tui-win.c: Update references.
12161 * tui/tui-layout.c: Update references.
12162
6bb0384f
AC
121632004-01-20 Andrew Cagney <cagney@redhat.com>
12164
12165 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
12166 sym2 to start of block.
12167
9175c9a3
MC
121682004-01-19 Michael Chastain <mec.gnu@mindspring.com>
12169
12170 * MAINTAINERS: Delete mmalloc.
12171 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
12172 * NEWS: Mention removal of --with-malloc.
12173 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
12174 * config.in: Regenerate.
12175 * configure: Regenerate.
6bb0384f
AC
12176 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
12177 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
12178 * gdbinit.in: Remove mmalloc.
12179 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
12180 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
12181 * config/i386/go32.mh: Likewise.
12182 * config/i386/interix.mh: Likewise.
12183 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
12184
4fcef00a
JJ
121852004-01-19 Jeff Johnston <jjohnstn@redhat.com>
12186
12187 * linespec.c (decode_variable, symtab_from_filename): Call
12188 error_silent with error message instead of throwing an exception
12189 directly.
12190 * defs.h (error_silent, error_output_message): Add prototypes.
12191 (catch_exceptions_with_msg): Ditto.
12192 * utils.c (error_silent, error_output_message): New functions.
12193 * top.c (catch_exceptions_with_msg): New function.
12194
8e94b928
NR
121952004-01-20 Nick Roberts <nick@nick.uklinux.net>
12196
12197 * mi/mi-cmds.h (enum print_values): Add definition.
12198
12199 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
12200 type and value for simple data types and just the name and type
12201 for complex ones, if required.
12202
12203 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
12204 children, if required.
12205
a02d6af8
KB
122062004-01-19 Kevin Buettner <kevinb@redhat.com>
12207
12208 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
12209 unused declarations.
12210
78a4a9b9
AC
122112004-01-19 Andrew Cagney <cagney@redhat.com>
12212
12213 * top.h (mapped_symbol_files): Delete declaration.
12214 * main.c (captured_main): Delete option "m" and "mapped".
12215 * objfiles.c (mapped_symbol_files): Delete variable.
12216 * symfile.c (symbol_file_command): Delete mmap code.
12217 (symbol_file_add_with_addrs_or_offsets): Ditto.
12218 (add_symbol_file_command, reread_separate_symbols): Ditto.
12219 * objfiles.h (OBJF_MAPPED): Delete.
12220 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
12221 (free_objfile) [USE_MMALLOC]: Ditto.
12222 (open_existing_mapped_file): Delete function.
12223 (open_mapped_file): Delete function.
12224 (map_to_file): Delete function.
12225
2dbd5e30
KB
122262004-01-19 Kevin Buettner <kevinb@redhat.com>
12227
12228 * infrun.c (step_into_function): Account for possible breakpoint
12229 adjustment when computing ``stop_func_start''.
12230
437b434f
KB
122312004-01-19 Kevin Buettner <kevinb@redhat.com>
12232
12233 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
12234 the region size against the size of a pointer, not the size of
12235 a register as given by DEPRECATED_REGISTER_SIZE.
12236
55fb0713
AC
122372004-01-19 Andrew Cagney <cagney@redhat.com>
12238
12239 * tui/tui-regs.h: Include "tui-data.h".
12240 (tuiFirstRegElementNoInLine): Delete declaration.
12241 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
12242 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
12243 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
12244 (tui_calculate_regs_column_count): Rename
12245 tuiCalculateRegsColumnCount.
12246 (tui_check_register_values): Rename tuiCheckRegisterValues.
12247 (tui_show_registers): Rename tuiShowRegisters.
12248 (tui_display_registers_from_line): Rename
12249 tuiDisplayRegistersFromLine.
12250 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
12251 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
12252 (tui_first_reg_element_no_inline): Rename
12253 tuiFirstRegElementNoInLine.
12254 * tui/tui-data.h: Update copyright.
12255 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
12256 * tui/tui-windata.c: Update copyright, update references.
12257 * tui/tui-regs.c: Update copyright, update references.
12258 * tui/tui-win.c: Update copyright, update references.
12259 * tui/tui-layout.c: Update copyright, update references.
fe61caab 12260
cebe9500
AC
122612004-01-18 Andrew Cagney <cagney@redhat.com>
12262
bcdf1568
AC
12263 * tui/tui-io.c: Update copyright.
12264 (key_is_end_sequence, key_is_backspace): New functions.
12265 (key_is_command_char, key_is_start_sequence): New function.
12266 (tui_getc): Update references.
12267 * tui/tui-io.h: Update copyright.
12268 (m_tuiStartNewLine): Delete macro.
12269 (m_isBackspace, m_isDeleteChar): Delete macros.
12270 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
12271 (m_isNextPage, m_isPrevPage): Delete macros.
12272 (m_isLeftArrow, m_isRightArrow): Delete macros.
12273 (m_isXdbStyleCommandChar): Delete macro.
12274 (key_is_start_sequence): Declare, replace m_isStartSequence.
12275 (key_is_end_sequence): Declare, replace m_isEndSequence.
12276 (key_is_backspace): Declare ,replace m_isBackspace.
12277 (key_is_command_char): Declare, replace m_isCommandChar.
12278 * tui/tui-command.c: Update copyright.
12279 (tuiDispatchCtrlChar): Update references.
12280
130d87e6
AC
12281 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
12282 tuiSourceWin.h.
12283
d7b2e967
AC
12284 * tui/tui-command.c: Rename tui/tuiCommand.c.
12285 * tui/tui-command.h: Rename tui/tuiCommand.h.
12286 * tui/tui-data.c: Rename tui/tuiData.c.
12287 * tui/tui-data.h: Rename tui/tuiData.h.
12288 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
12289 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
12290 * tui/tui-io.c: Rename tui/tuiIO.c.
12291 * tui/tui-io.h: Rename tui/tuiIO.h.
12292 * tui/tui-layout.c: Rename tui/tuiLayout.c.
12293 * tui/tui-layout.h: Rename tui/tuiLayout.h.
12294 * tui/tui-regs.c: Rename tui/tuiRegs.c.
12295 * tui/tui-regs.h: Rename tui/tuiRegs.h.
12296 * tui/tui-source.c: Rename tui/tuiSource.c.
12297 * tui/tui-source.h: Rename tui/tuiSource.h.
12298 * tui/tui-stack.c: Rename tui/tuiStack.c.
12299 * tui/tui-stack.h: Rename tui/tuiStack.h.
12300 * tui/tui-win.c: Rename tui/tuiWin.c.
12301 * tui/tui-win.h: Rename tui/tuiWin.h.
12302 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
12303 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
12304 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
12305 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
12306 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
12307 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
12308 * tui/tui-file.c: Update includes.
12309 * tui/tui-hooks.c: Update includes.
12310 * tui/tui-interp.c: Update includes.
12311 * tui/tui.c: Update includes.
12312 * Makefile.in: Update all tui/ dependencies.
12313 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
12314
b2100910
AC
12315 * Makefile.in: Update copyright. Update dependencies.
12316
cebe9500
AC
12317 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
12318 problem.
12319
c6f0559b
AC
123202004-01-18 Andrew Cagney <cagney@redhat.com>
12321
43e9390b
AC
12322 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
12323 instead of register_gdbarch_init.
12324
c6f0559b
AC
12325 * remote-sds.c (tohex): Delete unused function. Update copyright.
12326 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
12327 * v850-tdep.c (v850_register_virtual_size): Ditto.
12328 * target.c (normal_target_post_startup_inferior): Ditto.
12329 * source.c (ambiguous_line_spec): Ditto.
12330 * remote.c (adapt_remote_get_threadinfo): Ditto.
12331 * mi/mi-out.c (out_field_fmt): Ditto.
12332 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
12333 (output_control_change_notification): Ditto.
12334 * m68k-tdep.c (m68k_register_byte): Ditto.
12335 (m68k_remote_breakpoint_from_pc): Ditto.
12336 * ui-out.c (init_ui_out_state): Delete unused declaration.
12337 * stabsread.c (search_value): Ditto.
12338 * mi/mi-cmd-env.c (env_cli_command): Ditto.
12339 * maint.c (print_section_table): Ditto.
12340 * infrun.c (set_follow_fork_mode_command): Ditto.
12341
a8504492
MK
123422004-01-18 Mark Kettenis <kettenis@gnu.org>
12343
12344 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
12345 DW_CFA_def_cfa_exporession. Add support for
12346 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
12347 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
12348
0bd8997e
AC
123492004-01-18 Andrew Cagney <cagney@redhat.com>
12350
12351 * ocd.c: Update copyright.
12352 (bdm_read_register_command): Delete unused function.
12353 (_initialize_remote_ocd): Delete commented out reference.
12354 (get_quoted_char, reset_packet): Delete #if0ed function.
12355 (output_packet, put_quoted_char): Delete #if0ed function.
12356 (stu_put_packet, stu_get_packet): Delete #if0ed function.
12357 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
12358 (BDM_BREAKPOINT): Delete #if0ed macro.
12359 (remote_timeout): Delete #if0ed variable.
12360
31bb40e4
MK
123612004-01-18 Mark Kettenis <kettenis@gnu.org>
12362
12363 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
12364 (core-sol2.o): Remove dependency.
12365 * core-sol2.c: Remove file.
12366
887432a5
AC
123672004-01-17 Andrew Cagney <cagney@redhat.com>
12368
12369 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
12370 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
12371 enums.
12372
29182b13
DJ
123732004-01-17 Daniel Jacobowitz <drow@mvista.com>
12374
12375 * remote.c: Update copyright years.
12376
2963ee1d
DJ
123772004-01-17 Daniel Jacobowitz <drow@mvista.com>
12378
12379 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
12380
79d45cd4
AC
123812004-01-17 Andrew Cagney <cagney@redhat.com>
12382
ee300cd4
AC
12383 * mdebugread.c: Update copyright.
12384 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
12385 (parse_type, parse_procedure): Ditto.
12386 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
12387
fcacc9c2
AC
12388 * cris-tdep.c (cris_store_struct_return): Put back accidently
12389 deleted function.
12390
79d45cd4
AC
12391 * gdbarch.sh: Update copyright year.
12392 * gdbarch.h, gdbarch.c: Re-generate.
12393
b263358a
DJ
123942004-01-17 Daniel Jacobowitz <drow@mvista.com>
12395
12396 Suggested by George Anzinger.
12397 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
12398 correct stack offset. Include unknown opcode numbers in the error
12399 message.
12400
931aecf5
AC
124012004-01-17 Andrew Cagney <cagney@redhat.com>
12402
12403 * x86-64-tdep.c (x86_64_init_abi): No need to clear
12404 extract_struct_value_address, i386 does not set it.
12405 * sparc64-tdep.c (sparc64_init_abi): Do not set
12406 extract_struct_value_address, never called.
12407 (sparc64_extract_struct_value_address): Delete function.
12408 * m68hc11-tdep.c: Update copyright.
12409 (m68hc11_gdbarch_init): Delete redundant assignment of
12410 extract_struct_value_address.
12411 * i386-tdep.c: Update copyright.
12412 (i386_gdbarch_init): Do not set extract_struct_value_address,
12413 never called.
12414 (i386_extract_struct_value_address): Delete function.
12415 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
12416 extract_struct_value_address, never called.
12417 (sparc32_extract_struct_value_address): #if 0 function. Add
12418 comments explaining its future.
12419
756fe439
DJ
124202004-01-17 Daniel Jacobowitz <drow@mvista.com>
12421
12422 * arm-tdep.c (arm_write_pc): New function.
12423 (arm_gdbarch_init): Call set_gdbarch_write_pc.
12424
e74f0f02
DJ
124252004-01-17 Daniel Jacobowitz <drow@mvista.com>
12426
12427 * breakpoint.c (must_shift_inst_regs): Delete.
12428 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
12429 and SHIFT_INST_REGS.
12430 * infcmd.c (step_1, step_1_continuation): Delete references to
12431 SHIFT_INST_REGS.
12432 * infrun.c (keep_going): Likewise.
12433 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
12434 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
12435
b6cb9035
AC
124362004-01-17 Andrew Cagney <cagney@redhat.com>
12437
444a1e2e
AC
12438 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
12439 * gdbarch.h, gdbarch.c: Re-generate.
12440 * infcmd.c (print_return_value): Delete reference to
12441 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
12442
def7e6ed
AC
12443 * cris-tdep.c (cris_gdbarch_init): Do not set
12444 deprecated_extract_struct_value_address.
12445
07be497a
AC
12446 * xstormy16-tdep.c: Update copyright.
12447 (xstormy16_extract_struct_value_address): Update to current
12448 extract struct value address interface.
12449 (xstormy16_gdbarch_init): Set extract_struct_value_address.
12450 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
12451 current extract struct value address interface.
12452 (sh64_gdbarch_init): Set extract_struct_value_address.
12453
6b4d5c91
AC
12454 * cris-tdep.c: Update copyright.
12455 (cris_extract_struct_value_address): Delete function.
12456 (struct_return_address): Delete variable.
12457 (cris_store_struct_return): Do not set struct_return_address.
12458
464e0365
AC
12459 * mcore-tdep.c: Update copyright.
12460 (mcore_extract_struct_value_address): Delete function. Update
12461 comments.
12462 (mcore_gdbarch_init): Update.
12463 * mn10300-tdep.c: Update copyright.
12464 (mn10300_extract_struct_value_address): Delete function.
12465 (mn10300_gdbarch_init): Update.
12466 * v850-tdep.c: Update copyright.
12467 (v850_extract_struct_value_address): Delete.
12468 (v850_gdbarch_init): Update.
12469 * ns32k-tdep.c: Update copyright.
12470 (ns32k_extract_struct_value_address): Delete.
12471 (ns32k_gdbarch_init): Update.
12472 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
12473 (hppa_gdbarch_init): Update.
12474 * vax-tdep.c: Update copyright.
12475 (vax_extract_struct_value_address): Delete.
12476 (vax_gdbarch_init): Update.
12477
afb18d0f
AC
12478 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
12479 * gdbarch.h, gdbarch.c: Re-generate.
12480 * procfs.c (procfs_fetch_registers): Delete reference to
12481 DEPRECATED_NPC_REGNUM.
12482 (procfs_store_registers): Ditto.
12483 * regcache.c (generic_target_write_pc): Simplify.
12484 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
12485
a698f53e
AC
12486 * core-sol2.c (fetch_core_registers): Replace
12487 DEPRECATED_NPC_REGNUM with equivalent tdep value.
12488
adc11376
AC
12489 * hppa-tdep.c: Update copyright year.
12490 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
12491 NPC_REGNUM.
12492 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
12493
b6cb9035
AC
12494 * mips-tdep.c (mips_write_pc): New function.
12495 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
12496 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
12497 (mips_find_saved_regs, mips_software_single_step: Ditto.
12498 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
12499 mips_init_extra_frame_info, mips_pop_frame): Ditto.
12500
6d82d43b
AC
125012004-01-17 Andrew Cagney <cagney@redhat.com>
12502
12503 * mips-tdep.c: Re-indent. Group functions by ABI.
12504
71bd6bd4
AC
125052004-01-17 Andrew Cagney <cagney@redhat.com>
12506
12507 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
12508 * gdbarch.c: Re-generate.
12509 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12510 DECR_PC_AFTER_BREAK to zero.
12511 * vax-tdep.c (vax_gdbarch_init): Ditto.
12512 * v850-tdep.c (v850_gdbarch_init): Ditto.
12513 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12514 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12515 * sh-tdep.c (sh_gdbarch_init): Ditto.
12516 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12517 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12518 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12519 * mips-tdep.c (mips_gdbarch_init): Ditto.
12520 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12521 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12522 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12523 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12524 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12525 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12526 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12527 * frv-tdep.c (frv_gdbarch_init): Ditto.
12528 * cris-tdep.c (cris_gdbarch_init): Ditto.
12529 * avr-tdep.c (avr_gdbarch_init): Ditto.
12530 * arm-tdep.c (arm_gdbarch_init): Ditto.
12531 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
12532
a02abb62
JB
125332004-01-17 J. Brobecker <brobecker@gnat.com>
12534
12535 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
12536 Delete, no longer used.
12537 (read_subrange_type): New function, mostly extracted from
12538 read_array_type().
12539 (read_array_type): Replace extracted code by call to
12540 read_subrange_type().
12541 (dwarf2_get_attr_constant_value): New function.
12542 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
12543 (add_partial_symbol): Likewise.
12544 (process_die): Likewise.
12545 (new_symbol): Likewise.
12546 (read_type_die): Likewise.
12547
cf5b2f1b
AC
125482004-01-16 Andrew Cagney <cagney@redhat.com>
12549
12550 * symfile.c: Update copyright year.
12551 (compare_symbols): Delete unused function.
12552 * stabsread.c: Update copyright year.
12553 (lrs_general_complaint): Delete unused function.
12554 (ref_search_value): Ditto.
12555 (get_substring): Delete declaration.
12556 * sh64-tdep.c: Update copyright year.
12557 (sh64_get_gdb_regnum): Delete unused function.
12558 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
12559 Delete unused function.
12560
d33b9831
MK
125612004-01-17 Mark Kettenis <kettenis@gnu.org>
12562
12563 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
12564 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
12565
7aea86e6
AC
125662004-01-16 Andrew Cagney <cagney@redhat.com>
12567
12568 Changes from Peter Schauer.
12569 * rs6000-tdep.c: Update copyright year.
12570 (rs6000_push_dummy_call): Update the stack pointer before
12571 accessing the corresponding stack region.
12572 * rs6000-nat.c: Update copyright year.
12573 (set_host_arch): Set "info.abfd" to "exec_bfd".
12574
26b0da32
MK
125752004-01-15 Mark Kettenis <kettenis@gnu.org>
12576
12577 * blockframe.c: Update copyright year.
12578 (inside_entry_func): Don't treat a zero PC specially.
12579
86fbe6cc
EZ
125802004-01-14 Elena Zannoni <ezannoni@redhat.com>
12581
12582 * gcore.c (gcore_copy_callback): Use paddr_d to print size
12583 variable.
12584 (gcore_create_callback): Ditto. Skip any memory segment that has
12585 no permissions set.
12586
63d06c5c
DC
125872004-01-14 David Carlton <carlton@kealia.com>
12588
12589 Change symbols for C++ nested types to contain the fully qualified
12590 name, if possible. (At least in the DWARF-2 case.) Partial fix
12591 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
12592 c++/895.
12593 * c-exp.y (qualified_type): Handle types nested within classes.
12594 * cp-namespace.c: Update comments.
12595 (cp_set_block_scope): Delete #if 0.
12596 (cp_lookup_nested_type): Handle types nested within classes.
12597 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
12598 when appropriate.
12599 (add_partial_symbol): Add the name of the enclosing namespace to
12600 types.
12601 (pdi_needs_namespace): New.
12602 (add_partial_namespace): Tweak comment.
12603 (add_partial_structure): New.
12604 (psymtab_to_symtab_1): Initialize processing_current_prefix
12605 here...
12606 (process_die): instead of here.
12607 (read_structure_scope): Try to figure out the name of the class or
12608 namespace that the structure might be defined within.
12609 (read_enumeration): Generate fully-qualified names, if possible.
12610 (read_namespace): Don't set name to NULL.
12611 (die_specification): New.
12612 (new_symbol): Generate fully-qualified names for types.
12613 (read_type_die): Determine appropriate prefix.
12614 (determine_prefix): New.
12615 (typename_concat): New.
12616 (class_name): New.
12617 * valops.c (value_aggregate_elt): Pass NOSIDE to
12618 value_struct_elt_for_reference.
12619 (value_struct_elt_for_reference): Make static, add NOSIDE
12620 parameter, call value_maybe_namespace_elt as a last resort.
12621 (value_namespace_elt): Break out code into
12622 value_maybe_namespace_elt.
12623 (value_maybe_namespace_elt): New.
12624
87783b8b
AC
126252004-01-12 Andrew Cagney <cagney@redhat.com>
12626
12627 * mips-tdep.c (mips_convert_register_p): Handle both raw and
12628 cooked floating-point registers.
12629 (mips_gdbarch_init): Set convert_register_p, register_to_value,
12630 and value_to_register.
12631
6503b91e
AC
126322004-01-13 Andrew Cagney <cagney@redhat.com>
12633
12634 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
12635 * gdbarch.c: Re-generate.
12636 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12637 FUNCTION_START_OFFSET.
12638 * v850-tdep.c (v850_gdbarch_init): Ditto.
12639 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12640 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12641 * sh-tdep.c (sh_gdbarch_init): Ditto.
12642 * s390-tdep.c (s390_gdbarch_init): Ditto.
12643 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12644 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12645 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12646 * mips-tdep.c (mips_gdbarch_init): Ditto.
12647 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12648 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
12649 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12650 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12651 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12652 * i386-tdep.c (i386_gdbarch_init): Ditto.
12653 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12654 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12655 * frv-tdep.c (frv_gdbarch_init): Ditto.
12656 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12657 * cris-tdep.c (cris_gdbarch_init): Ditto.
12658 * avr-tdep.c (avr_gdbarch_init): Ditto.
12659 * arm-tdep.c (arm_gdbarch_init): Ditto.
12660 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12661
ea1dd7bc
DJ
126622004-01-13 Daniel Jacobowitz <drow@mvista.com>
12663
12664 * infrun.c (follow_fork_mode_ask): Remove.
12665 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
12666 (follow_fork): Simplify and remove internal error for
12667 follow_fork_mode_ask.
12668 (_initialize_infrun): Update "set follow-fork-mode" help text.
12669
0f0cffd2
AC
126702004-01-13 Andrew Cagney <cagney@redhat.com>
12671
12672 * configure.in: Update copyright year.
12673 (build_warnings): Add -Wunused-label.
12674 * configure: Re-generate.
12675
de38af99
AC
126762004-01-12 Andrew Cagney <cagney@redhat.com>
12677
954a7fba
AC
12678 * exec.h (exec_ops): Make "extern".
12679
de38af99
AC
12680 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12681 the function is void.
12682 (mips_pseudo_register_write): Ditto.
12683
1a111ce3
AC
126842004-01-12 Andrew Cagney <cagney@redhat.com>
12685
12686 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12687 call. Never defined.
12688 * sparc-tdep.h (struct frame_info): Add opaque declaration.
12689 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12690 (struct sparc_gregset, struct regcache): Ditto.
12691 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
12692
48efe704
AC
126932004-01-12 Andrew Cagney <cagney@redhat.com>
12694
12695 * mi/ChangeLog: Delete file. Renamed to ...
12696 * mi/ChangeLog-1999-2003: New file.
12697 * tui/ChangeLog: Delete file. Renamed to ...
12698 * tui/ChangeLog-1998-2003: New file.
fe61caab 12699
a54124c5
MK
127002004-01-11 Mark Kettenis <kettenis@gnu.org>
12701
2ca62865
MK
12702 * sparc64nbsd-tdep.c: Include "regset.h".
12703 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12704 Remove variables.
12705 (fetch_core_registers): Remove function.
12706 (sparc64nbsd_core_fns): Remove variable.
12707 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12708 functions.
12709 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12710 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12711 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12712
ca9d58e9
MK
12713 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12714 sparc_extract_struct_value_address.
12715 (sparc32_gdbarch_init): Set extract_struct_value_address.
12716 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12717 function.
12718 (sparc64_init_abi): Set extract_struct_value_address. Don't set
12719 return_value_on_stack.
12720
3cc87ec0
MK
12721 * NEWS: Mention that %cs and %ss have been added to the AMD64
12722 configurations
12723
5bf00f29
MK
12724 * frame.c: Update copyright year.
12725 (get_prev_frame): Improve comment.
12726
4f7ec84e
MK
12727 * sparc64fbsd-tdep.c: Include "regset.h".
12728 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12729 Remove variables.
12730 (fetch_core_registers): Remove function.
12731 (sparc64fbsd_core_fns): Remove variable.
12732 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12733 functions.
12734 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12735 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 12736 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 12737
4e7b0cd3
MK
12738 * sparcnbsd-tdep.c: Include "regset.h".
12739 (fetch_core_registers): Remove function.
12740 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12741 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12742 functions.
12743 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12744 TDEP->fpregset.
46b58ce9 12745 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 12746
a54124c5
MK
12747 * sparc-tdep.h (struct regset): Provide opaque declaration.
12748 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12749 fpregset and sizeof_fpregset members.
12750 * sparc-tdep.c (struct regset): Provide opaque declaration.
12751 (sparc_regset_from_core_section): New function.
12752 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12753 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12754 Set regset_from_core_section when appropriate.
12755
29ff87c5
MK
127562004-01-10 Mark Kettenis <kettenis@gnu.org>
12757
79b1ab3d
MK
12758 * x86-64-tdep.c (amd64_non_pod_p): New function.
12759 (amd64_classify_aggregate): Return class memory for non-POD
12760 C++ structure types.
12761
6470d250
MK
12762 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12763 argument. Use it to reserve a register if necessary.
12764 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12765 amd64_push_arguments.
12766
562c50c2
MK
12767 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12768
af233647
MK
12769 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12770 register numbers in comments.
12771 * x86-64-tdep.h: Update copyright year.
12772 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12773 Adjust for addition of %cs and %ss.
12774 * amd64fbsd-nat.c: Update copyright year.
12775 (reg_offset): Add register offsets for %cs and %ss.
12776 * amd64fbsd-tdep.c: Update copyright year.
12777 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12778 (amd64fbsd_sc_reg_offset): Likewise.
12779 * x86-64-linux-nat.c: Update copyright year.
12780 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12781 and %ss.
12782 * amd64nbsd-nat.c: Update copyright year.
12783 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12784 * amd64nbsd-tdep.c: Update copyright year.
12785 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12786 * x86-64-linux-tdep.c: Update copyright year.
12787 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12788 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12789 * regformats/reg-x86-64.dat: Add %cs and %ss.
12790
29ff87c5
MK
12791 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12792 variables to prevent long lines. Update comments to reflect
12793 reality.
12794
38d518c9
EZ
127952004-01-09 David Carlton <carlton@kealia.com>
12796
12797 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12798 * dwarf2read.c (read_namespace): Pull out name-generating code
12799 into namespace_name. Rename previous_namespace to previous_prefix
12800 and processing_current_namespace to processing_current_prefix..
12801 (namespace_name): New function.
12802 (add_partial_symbol): Substitute uses of pdi->name with
12803 actual_name.
12804 * cp-support.h: Rename processing_current_namespace to
12805 processing_current_prefix.
12806 Update copyright year.
12807 * cp-namespace.c: Rename processing_current_namespace to
12808 processing_current_prefix.
12809 Update copyright year.
fe61caab 12810
1e4728e7
AC
128112004-01-09 Andrew Cagney <cagney@redhat.com>
12812
12813 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12814
c77c642a
MK
128152004-01-09 Mark Kettenis <kettenis@gnu.org>
12816
12817 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12818 complaining.
12819 (process_one_symbol): Deal with N_PATCH stabs.
12820
b44e9041
EZ
128212004-01-09 Elena Zannoni <ezannoni@redhat.com>
12822
12823 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12824 ifdeffed code.
12825 Update copyright year.
38d518c9 12826
eccfb640
MC
128272004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12828
12829 * config/pa/tm-hppa.h: Update extern declarations for
12830 hppa32_hpux_frame_saved_pc_in_sigtramp,
12831 hppa32_hpux_frame_base_before_sigtramp, and
12832 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12833
848c5feb
MC
128342004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12835
12836 * config/pa/tm-hppah.h: Update copyright years.
12837
3cc5d663
AC
128382004-01-08 Andrew Cagney <cagney@redhat.com>
12839
12840 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12841 (mips_o32_reg_struct_has_addr): Delete function.
12842 (mips_gdbarch_init): Update.
12843 (mips_extract_struct_value_address): Delete function.
12844
bfec0b41
JJ
128452004-01-08 David Mosberger <davidm@hpl.hp.com>
12846
12847 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12848 reality.
12849
16e109ca
AC
128502004-01-07 Andrew Cagney <cagney@redhat.com>
12851
6214a8a1
AC
12852 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12853 architecture's elf flags (when available).
12854
8d5838b5
AC
12855 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12856 FPU to the start, check the MIPS FPU when looking for an old
12857 architecture.
12858 (set_mipsfpu_single_command): Update the architecture.
12859 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12860
480d3dd2
AC
12861 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12862 (mips_mask_address_p): Add "tdep" parameter.
12863 (show_mask_address, mips_addr_bits_remove): Update.
12864 (mips_dump_tdep): Update.
12865 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12866 (MIPS_STACK_ARGSIZE): Delete macro.
12867 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12868 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12869 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12870 (mips_dump_tdep): Update.
12871 (MIPS_SAVED_REGSIZE): Delete macro.
12872 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12873 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12874 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12875 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12876 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12877 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12878 (mips_pop_frame, return_value_location): Update.
12879 (mips_n32n64_return_value, mips_dump_tdep): Update.
12880
ec03c1ac
AC
12881 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12882 MIPS ABI.
12883
16e109ca
AC
12884 * mips-tdep.c: Update copyright.
12885 (mips_gdbarch_init): Merge two code blocks handling the register
12886 name and number layout.
12887
15255275
MS
128882004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12889
12890 * tracepoint.c (validate_actionline): Fix segv at EOF
12891
9f9057da
MC
128922004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12893
12894 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12895 properly for static fields.
12896
0127c0d3 128972004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 12898 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
12899
12900 * disasm.c: Update copyright to include 2004.
12901 (do_mixed_source_and_assembly): For uiout asm list
12902 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 12903 NULL and do so prior to loop. Only reset when we close off
0127c0d3 12904 the tuple/list. Move check for whether to close off the
fe61caab 12905 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
12906 on each loop iteration.
12907
5269965e
AC
129082004-01-05 Andrew Cagney <cagney@redhat.com>
12909
54f1137d
AC
12910 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12911 should be a switch case and not a label.
12912 * mips-tdep.c (mips32_next_pc): Delete unused labels
12913 "greater_equal_branch" and "less_zero_branch".
12914 * jv-valprint.c (java_print_value_fields): Delete unused label
12915 "flush_it".
12916
5269965e
AC
12917 * target.c (unpush_target): Only close a target that is in the
12918 target stack.
12919
dbc22fa1
MK
129202004-01-05 Mark Kettenis <kettenis@gnu.org>
12921
9515395e
MK
12922 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12923 address from [sp + 64] instead of %o2.
12924
dbc22fa1
MK
12925 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12926 fixes PR backtrace/1476.
12927
5439edaa
AC
129282004-01-05 Andrew Cagney <cagney@redhat.com>
12929
12930 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12931 move to start of file.
12932 * i386-tdep.h (struct regcache): Add opaque declaration.
12933 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12934 declaration.
12935 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12936 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12937 * win32-nat.c (fake_create_process): Use ISO C style definition.
12938 * stabsread.c (define_symbol): Delete #ifndef
12939 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12940 stabs_argument_has_addr call, macro never defined.
12941
19061abe
MC
129422004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12943
12944 * op50-rom.c: Delete.
12945 * w89k-rom.c: Delete.
12946 * Makefile.in: Remove references.
12947
e53bef9f
MK
129482004-01-04 Mark Kettenis <kettenis@gnu.org>
12949
12950 * x86-64-tdep.c: Update copyright year.
12951 (struct amd64_register_info): Rename from x86_64_register_info.
12952 (amd64_register_info): Rename from x86_64_register_info.
12953 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12954 (amd64_register_name): Rename from x86_64_register_name.
12955 (amd64_register_type): Rename from x86_64_register_type.
12956 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12957 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12958 (amd64_dwarf_reg_to_regnum): Rename from
12959 x86_64_dwarf_reg_to_regnum.
12960 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12961 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12962 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12963 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12964 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12965 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12966 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12967 (amd64_frame_cache): Rename from x86_64_frame_cache.
12968 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12969 (amd64_frame_prev_register): Rename from
12970 x86_64_frame_prev_register.
12971 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12972 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12973 (amd64_sigtramp_frame_cache): Rename from
12974 x86_64_sigtramp_frame_cache.
12975 (amd64_sigtramp_frame_prev_register): Rename from
12976 x86_64_sigtramp_frame_prev_register.
12977 (amd64_sigtramp_frame_unwind): Rename from
12978 x86_64_sigtramp_frame_unwind.
12979 (amd64_sigtramp_frame_sniffer): Rename from
12980 x86_64_sigtramp_frame_sniffer.
12981 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12982 (amd64_frame_base): Rename from x86_64_frame_base.
12983 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12984 (amd64_frame_align): Rename from x86_64_frame_align.
12985 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12986 (amd64_regset_from_core_section): Rename from
12987 x86_64_regset_from_core_section.
12988 (x86_64_init_abi): Update comments.
12989
fca6aa58
NR
129902004-01-04 Nick Roberts <nick@nick.uklinux.net>
12991
12992 * MAINTAINERS (write after approval): Add myself.
12993
8ada74e3
MK
129942004-01-04 Mark Kettenis <kettenis@gnu.org>
12995
12996 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12997 `float' arguments.
12998
5154b0cd
MK
129992004-01-04 Mark Kettenis <kettenis@gnu.org>
13000
13001 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
13002 such that it mentions a specific version of GCC that exhibits this
13003 bug.
13004
fb316966
MK
130052004-01-03 Mark Kettenis <kettenis@gnu.org>
13006
200cc553
MK
13007 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
13008 structure that has a single `float' member, store it in %f1 in
13009 addition to %f0.
13010
e226a4a0
MK
13011 * sparc-sol2-nat.c: Add missing '\'.
13012
b9d4c5ed
MK
13013 * sparc-tdep.c (sparc32_return_value): New function.
13014 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
13015 Remove functions.
13016 (sparc32_gdbarch_init): Set return_value, don't set
13017 extract_return_value, store_return_value, use_struct_convention
13018 and return_value_on_stack.
13019
fb316966
MK
13020 * sparc-sol2-nat.c: Add missing ')'.
13021
1af510a8
JB
130222004-01-03 J. Brobecker <brobecker@gnat.com>
13023
13024 * infrun.c (handle_step_into_function): New function.
13025 (handle_inferior_event): Extract out some code into the new
13026 function above.
13027
5cf4d23a
JB
130282004-01-03 J. Brobecker <brobecker@gnat.com>
13029
13030 * infrun.c (handle_inferior_event): Move the declaration of
13031 real_stop_pc inside the if blocks where it is used.
13032
60af1db2
MK
130332004-01-03 Mark Kettenis <kettenis@gnu.org>
13034
13035 * sparc64-tdep.c (sparc64_16_byte_align_p)
13036 (sparc64_store_floating_fields, sparc64_store_floating_fields):
13037 Use check_typedef to get subtypes of structures and unions.
13038 (sparc64_store_return_value): Fix calculation of the appropriate
13039 offset into VALBUF when storing a structure or union.
13040 (sparc64_return_value): New function.
13041 (sparc64_use_struct_convention): Remove function.
13042 (sparc64_init_abi): Set return_value, don't set
13043 extract_return_value, store_return_value and
13044 use_struct_convention.
13045
1a901d3f
EZ
130462004-01-03 Eli Zaretskii <eliz@elta.co.il>
13047
13048 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
13049 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
13050 gdb/config/alpha/xm-alphaosf.h,
13051 gdb/config/powerpc/tm-ppcle-eabi.h,
13052 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
13053 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
13054 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
13055 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
13056 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
13057 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
13058 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
13059 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
13060 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
13061 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
13062 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
13063 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
13064 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
13065 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
13066 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
13067 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
13068 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
13069 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
13070 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
13071 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
13072 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
13073 Remove lines for .cvsignore files.
13074
ef52e463
JB
130752004-01-03 J. Brobecker <brobecker@gnat.com>
13076
13077 * infrun.c: Back out the previous change.
13078
cb1bf9dc
MK
130792004-01-03 Mark Kettenis <kettenis@gnu.org>
13080
f0424ef6
MK
13081 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
13082 sparc-*-sunos4* to the list of REMOVED configurations.
13083
cb1bf9dc
MK
13084 * configure.tgt: Add back sparc-*-vxworks*.
13085 * remote-vxsparc.c: Remove all includes except for "defs.h",
13086 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
13087 Include "sparc-tdep.h".
13088 (SPARC_R_G1): New define.
13089 (vxsparc_gregset): New variable.
13090 (ext_format_sparc): Remove extern declaration.
13091 (vx_read_register): Rewrite to use sparc32_supply_gregset and
13092 sparc32_supply_fpregset.
13093 (vx_write_register): Rewrite to use sparc32_collect_gregset,
13094 sparc_collect_rwindow and sparc32_collect_fpregset.
13095 * config/sparc/tm-vxworks.h: New file, based on recently removed
13096 tm-vxsparc.h.
13097 * config/sparc/vxworks.mt: New file, based on recently removed
13098 vxworks.mt.
fe61caab 13099
5e938f9f
JB
131002004-01-03 J. Brobecker <brobecker@gnat.com>
13101
13102 * infrun.c (handle_step_into_function): New function.
13103 (handle_inferior_event): Extract out some code into the new
13104 function above.
13105
386c036b
MK
131062004-01-02 Mark Kettenis <kettenis@gnu.org>
13107
13108 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
13109 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
13110 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
13111 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
13112 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
13113 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
13114 (sparc_nat_h): New variable.
13115 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
13116 (tm-sun4os4.h): Remove dependency.
13117 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
13118 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
13119 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
13120 sparc-tdep.o): Update dependencies.
13121 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
13122 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
13123 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
13124 dependencies.
13125 * configure.host: Remove existing sparc-*-lynxos*,
13126 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
13127 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
13128 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
13129 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
13130 triplets.
13131 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
13132 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
13133 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
13134 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
13135 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
13136 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
13137 sparc64-*-solaris2* and sparc64-*-* triplets.
13138 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
13139 "symtab.h" and "objfiles.h".
13140 (BIAS): Remove define.
13141 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
13142 (X_DISP19): Remove macros.
13143 (sparc_fetch_instruction): Remove function.
13144 (struct gdbarch_tdep): Remove definition.
13145 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
13146 (sparc_breakpoint_from_pc): Remove function.
13147 (struct sparc64_frame_cache): Remove definition.
13148 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
13149 sparc64_unwind_pc): Remove functions.
13150 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
13151 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
13152 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
13153 (sparc64_frame_cache): Change return type to `struct
13154 sparc_frame_cache *'. Simply call sparc_frame_cache.
13155 (sparc64_frame_this_id, sparc64_frame_prev_register,
13156 sparc64_frame_base_address): Use `struct sparc_frame_cache'
13157 instead of `struct sparc64_frame_cache.
13158 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
13159 sparc_analyze_control_transfer, sparc_software_single_step,
13160 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
13161 _initialize_sparc64_tdep): Remove functions.
13162 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
13163 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
13164 macros.
13165 (sparc64_supply_gregset, sparc64_collect_gregset,
13166 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
13167 (sparc64_init_abi): New function.
13168 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
13169 inclusion guard. Include "sparc-tdep.h".
13170 (BIAS): Define.
13171 (r_tstate_offset, r_fprs_offset): New defines.
13172 (enum sparc_regnum): Remove defenition.
13173 (enum sparc64_regnum): Reformat.
13174 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
13175 (sparc64_init_abi, sparc64_supply_gregset,
13176 sparc64_collect_gregset, sparc64_supply_fpregset,
13177 sparc64_collect_fpregset): New prototypes.
13178 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
13179 Add extern declarations.
13180 (sparc64_sol2_init_abi): New prototype.
13181 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13182 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13183 prototypes.
13184 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
13185 "sparnbsd-nat.h".
13186 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
13187 functions.
13188 (_initialize_sparc64fbsd_nat): Remove initialization of
13189 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
13190 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 13191 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
13192 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
13193 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
13194 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
13195 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
13196 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
13197 (sparc64fbsd_r_y_offset): Remove variables.
13198 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13199 Make static and const.
13200 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13201 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13202 functions.
13203 (sparc64fbsd_gregset): New variable.
13204 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
13205 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
13206 and sparc64_supply_fpregset.
13207 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
13208 (sparc64fbsd_sigtramp_frame_this_id)
13209 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
13210 (sparc64fbsd_sigtramp_frame_unwind): New variable.
13211 (sparc64fbsd_sigtramp_frame_sniffer): New function.
13212 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
13213 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
13214 * sparcnbsd-tdep.c: Update copyright year. Include
13215 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
13216 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
13217 "value.h" and "sparcnbsd-tdep.h".
13218 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
13219 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
13220 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
13221 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
13222 defines.
13223 (sparcnbsd_gregset): New variable.
13224 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
13225 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
13226 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
13227 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
13228 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
13229 variables.
13230 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
13231 (sparc32nbsd_sigcontext_frame_this_id)
13232 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
13233 (sparc32nbsd_sigcontext_frame_unwind): New variable.
13234 (sparc32nbsd_sigtramp_frame_sniffer): New function.
13235 (sparcnbsd_get_longjmp_target_32,
13236 sparcnbsd_get_longjmp_target_64): Remove functions.
13237 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
13238 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
13239 sparcnbsd_init_elf): Remove.
13240 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
13241 (sparcnbsd_elf_init_abi): New functions.
13242 (_initialize_sparcnbsd_tdep): New prototype.
13243 (_initialize_sparnbsd_tdep): Update.
13244 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
13245 corelow.o. Add sparc64-nat.o and sparc-nat.o.
13246 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
13247 * config/sparc/linux.mh: Update comment.
13248 (XM_FILE, HOST_IPC): Remove variables.
13249 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
13250 sparc-linux-nat.o.
13251 * config/sparc/linux.mt: Update comment.
13252 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
13253 * config/sparc/nbsd.mt: Reformat.
13254 * config/sparc/nbsd64.mh: Update comment.
13255 (NATDEPFILES): Add sparc-nat.o.
13256 * config/sparc/nbsd64.mt: Update comment.
13257 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
13258 (TM_FILE): Set to tm-nbsd.h.
13259 * config/sparc/nbsdelf.mh: Update comment.
13260 (NATDEPFILES): Add sparc-nat.o.
13261 (XM_FILE): Delete.
13262 * config/sparc/nbsdaout.mh: Update comment.
13263 (NATDEPFILES): Add sparc-nat.o
13264 (XM_FILE): Delete.
13265 * config/sparc/nm-linux.h: Update copyright year. Don't include
13266 "config/nm-svr4.h" and "solib.h". Add protection against multiple
13267 inclusion.
13268 (KERNEL_U_SIZE): Remove define.
13269 (kernel_u_size): Remove prototype.
13270 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
13271 * config/sparc/nm-nbsd.h: Update copyright. Don't include
13272 "regcache.h".
13273 (CHILD_PREPARE_TO_STORE): Remove define.
13274 * config/sparc/nm-nbsdaout.h: Tweak some comments.
13275 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
13276 sparcnbsd-nat.c: Rewrite files.
13277 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
13278 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
13279 sparcnbsd-tdep.h: Remove files.
13280 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
13281 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
13282 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
13283 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
13284 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
13285 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
13286 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
13287 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
13288 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
13289 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
13290 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
13291 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
13292 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
13293 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
13294 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
13295 * config/sparc/linux64.mh, config/sparc/linux64.mt,
13296 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
13297 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
13298 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
13299
ee84457a
AC
133002004-01-02 Andrew Cagney <cagney@redhat.com>
13301
13302 From 2003-12-18 Kazuhiro Inaoka:
13303 * configure.host: Add m32r-linux target.
13304
0bc2134e
MC
133052004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13306
13307 * top.c (print_gdb_version): Update year to 2004.
13308
89a72f9c
MM
133092004-01-02 Mark Mitchell <mark@codesourcery.com>
13310
13311 * MAINTAINERS: Add myself to the write-after-approval category.
13312
86b013ed
DJ
133132004-01-02 Daniel Jacobowitz <drow@mvista.com>
13314
13315 From Bernardo Innocenti <bernie@develer.com>:
13316 * configure.tgt: Add uClinux target.
13317
e42c9534
AC
133182004-01-02 Andrew Cagney <cagney@redhat.com>
13319
13320 * utils.c (do_my_cleanups): Make static, add forward declaration.
13321 * defs.h (do_my_cleanups): Delete declaration.
13322
162467d3
EZ
133232004-01-02 Eli Zaretskii <eliz@elta.co.il>
13324
13325 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
13326 bfd/ChangeLog-0203.
13327
78434e59
MK
133282004-01-02 Mark Kettenis <kettenis@gnu.org>
13329
13330 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
13331 in <machine/reg.h>.
13332 * configure, config.in: Regenerate.
13333
48efe704
AC
13334For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
13335tui/ChangeLog-1998-2003.
c906108c
SS
13336\f
13337Local Variables:
13338mode: change-log
13339left-margin: 8
13340fill-column: 74
13341version-control: never
13342End:
This page took 1.271973 seconds and 4 git commands to generate.