2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
f2cb65ca
MC
12004-10-19 Michael Chastain <mec.gnu@mindspring.com>
2
3 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
4
09e55376
AC
52004-10-19 Andrew Cagney <cagney@gnu.org>
6
7 GDB 6.3 branch created.
8 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
9
bc5f45f8
JB
102004-10-15 Joel Brobecker <brobecker@gnat.com>
11
12 * dwarf2read.c (set_cu_language): Set language to Ada for
13 DW_LANG_Ada83 and DW_LANG_Ada95.
14
2941da8c
MC
152004-10-15 Michael Chastain <mec.gnu@mindspring.com>
16
17 From Andreas Schwab <schwab@suse.de>:
18 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
19 for xmalloc and xrealloc.
20
34a17005
AC
212004-10-15 Andrew Cagney <cagney@gnu.org>
22
23 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
24 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
25 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
26 Update dependencies.
27
714e53ab
PH
282004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
29
30 * ada-lang.c (ada_lookup_symbol): Correct comment.
31 (ada_evaluate_subexp): Change error message for
32 OP_FUNCALL case so as not to indicate an internal error.
33
342004-10-15 Joel Brobecker <brobecker@gnat.com>
35
36 Committed by Paul Hilfinger.
37 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
38 type sizes in XVE/XVU types, and emit a warning when that happens,
39 instead of rounding up the size of the resulting type.
40 Some minor reformatting.
41 (ada_is_aligner_type): Do not consider a type as an aligner type
42 if there is a corresponding XVS type as well.
43 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
44 have several levels of pointer indirection to the array.
45
462004-10-15 Jerome Guitton <guitton@gnat.com>
47
48 Committed by Paul Hilfinger.
49 * ada-lang.c (check_size): New function.
50 (coerce_unspec_val_to_type): call check_size to make sure
51 that the object size is reasonable.
52 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
53 Implements the case when we get a reference when we evaluate
54 the expression of one of the bounds of the slice.
55 (ada_value_struct_elt): when a packed array field is
56 a reference, use ada_coerce_ref to dereference it; use
57 ada_value_ind only if it is a pointer.
58
29639122
JB
592004-10-15 Joel Brobecker <brobecker@gnat.com>
60
61 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
62 a bit to avoid the necessity of an advance declaration. Remove
63 declaration.
64 (set_reg_offset): Move implemenation up.
65 (mips16_get_imm): Likewise.
66 (mips16_scan_prologue): Likewise.
67 (reset_saved_regs): Likewise.
68 (mips32_scan_prologue): Likewise.
69
a65bbe44
JB
702004-10-14 Joel Brobecker <brobecker@gnat.com>
71
72 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
73 Remove sp as a parameter, compute it internally instead. Move
74 prologue scanning limit from heuristic_proc_desc to here.
75 (mips16_scan_prologue): Likewise.
76 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
77 by call to mips16_scan_prologue.
78 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
79 by call to mips32_scan_prologue.
80 (heuristic_proc_desc): Remove code that's no longer necessary.
81 Update calls to mips16_scan_prologue and mips32_scan_prologue.
82 (mips_skip_prologue): Update calls to mips16_scan_prologue
83 and mips32_scan_prologue.
84
1c645fec
JB
852004-10-14 Joel Brobecker <brobecker@gnat.com>
86
87 * mips-tdep.c (mips16_scan_prologue): Merge code from
88 mips16_skip_prologue. Now return the address of the first
89 instruction past the function prologue.
90 (mips16_skip_prologue): Remove, no longer necessary.
91 (mips_skip_prologue): Replace call to mips16_skip_prologue
92 by call to mips16_scan_prologue.
93
98b4dd94
JB
942004-10-14 Joel Brobecker <brobecker@gnat.com>
95
96 * mips-tdep.c (mips32_scan_prologue): Merge code from
97 mips32_skip_prologue. Now return the address of the first
98 instruction past the function prologue.
99 (mips32_skip_prologue): Remove. No longer necessary.
100 (mips16_skip_prologue): Add parameter end_pc instead of
101 computing it.
102 (mips_skip_prologue): Compute the upper limit for the
103 prologue scanning. Update call to mips16_skip_prologue.
104 Replace call to mips32_skip_prologue by call to
105 mips32_scan_prologue.
106
ad4c72d2
MK
1072004-10-14 Mark Kettenis <kettenis@gnu.org>
108
dfaf8edb
MK
109 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
110 NetBSD system call stubs that store %rp in the ERP slot of the
111 stack frame.
112
3e3a28f1
MK
113 * source.c: Always define O_BINARY to 0 if not defined already.
114 (openp): Unconditionally use O_BINARY.
115
ad4c72d2
MK
116 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
117 * event-top.c (gdb_readline2): Likewise.
118
52bd1401
OF
1192004-10-14 Orjan Friberg <orjanf@axis.com>
120
121 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
122 deprecated_add_core_fns which was removed by mistake.
123
e0e25c6c
KB
1242004-10-13 Kevin Buettner <kevinb@redhat.com>
125
126 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
127 references to deprecated_registers[] with equivalent code.
128
9f335945
KB
1292004-10-13 Kevin Buettner <kevinb@redhat.com>
130
131 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
132 ``deprecated_registers'' with equivalent code. Use gdb_assert()
133 instead of explicit test and print statement.
134
06c2338d
MK
1352004-10-12 Mark Kettenis <kettenis@gnu.org>
136
1b9445c2
MK
137 * sparc-nat.c: Include "inf-ptrace.h".
138 (sparc_target): New function.
139 * sparc-nat.h: Update copyright year.
140 (sparc_target): New prototype.
141 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
142 (_initialize_sparcnbsd_nat): Construct and add target vector.
143 * sparc64nbsd-nat.c: Include "target.h".
144 (_initialize_sparc64nbsd_nat): Construct and add target vector.
145 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
146 Update dependencies.
147 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
148 inftarg.o, add inf-ptrace.o.
149 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
150 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
151 (NAT_FILE): Set to nm-bsd.h.
152 (LOADLIBES): New variable.
153 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
154 infarg.o, add inf-ptrace.o.
155 * config/sparc/nm-nbsdaout.h: Remove file.
156 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
157 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
158 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
159
06c2338d
MK
160 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
161 "fopen-same.h". Update comment.
162
3303a276
MK
1632004-10-11 Mark Kettenis <kettenis@gnu.org>
164
165 * i386gnu-nat.c: Include "gdb_string.h".
166 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
167 registers when the floating-point state isn't initialized.
168 * Makefile.in (i386gnu-nat.o): Update dependencies.
169
04c663e3
DA
1702004-10-11 David Anderson <davea@sgi.com>
171
172 * regcache.c (regcache_raw_read): Comment was missing "to".
173 Extraneous ' removed.
174 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
175 comment now describes use.
176
a5f6c8f5
OF
1772004-10-11 Orjan Friberg <orjanf@axis.com>
178
179 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
180 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
181 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
182 (cris_sigtramp_frame_sniffer): New functions.
183 (cris_gdbarch_init): Hook in signal trampoline unwinder.
184 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
185 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
186 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
187 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
188 command.
189 (cris_version_update): Remove, replace with ...
190 (set_cris_version): New function.
191 (struct gdbarch_tdep, cris_mode, cris_mode_update)
192 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
193 (_initialize_cris_tdep): Remove CRIS mode command.
194 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
195 cris-fpless-backtrace command.
196 (cris_scan_prologue): Fix prologue scanning limit.
197 (cris_register_type): Update to reflect actual registers.
198 (cris_register_bytes_ok) Remove.
199 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
200 Remove set_gdbarch_deprecated_register_size,
201 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
202
77109804
AC
2032004-10-10 Andrew Cagney <cagney@gnu.org>
204
205 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
206 comment.
207
25652d4f
JB
2082004-10-10 Joel Brobecker <brobecker@gnat.com>
209
210 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
211
1e05a7bf
JB
2122004-10-10 Joel Brobecker <brobecker@gnat.com>
213
214 * mips-tdep.c (mips16_scan_prologue): Renames
215 mips16_heuristic_proc_desc. Update comment.
216 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
217 (heuristic_proc_desc): Update calls to the 2 functions above.
218
c68a4142
JB
2192004-10-10 Joel Brobecker <brobecker@gnat.com>
220
221 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
222 Update comments. Also immediately return empty cache when the start
223 address of our function could not be found.
224 (mips_insn32_frame_cache): Likewise.
225
0fce0821
JB
2262004-10-10 Joel Brobecker <brobecker@gnat.com>
227
228 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
229 (mips_insn16_frame_cache): Pass frame cache in call to
230 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
231 Remove code that became redundant as a consequence.
232 (mips32_heuristic_proc_desc): No longer compute a fake
233 procedure descriptor. Compute the full frame cache instead.
234 Some minor comment reformatting.
235
b672553e
JB
2362004-10-10 Jim Blandy <jimb@redhat.com>
237
238 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
239 reader, tracing bytecode stuff): Remove self.
240
9cc52bde
MK
2412004-10-10 Mark Kettenis <kettenis@gnu.org>
242
cc9784b6
MK
243 * sparc64-linux-tdep.c: Update copyright year. Don't include
244 "solib-svr4.h".
245 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
246 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
247 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
248
ee8aef23
MK
249 * sparc-linux-tdep.c: Update copyright year.
250 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
251 to struct frame_info *. Use safe_frame_unwind_memory instead of
252 deprecated_read_memory_nobpt.
253 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
254 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
255 changed signature of sparc_linux_sigtramp_start.
256 (sparc32_linux_pc_in_sigtramp): Remove function.
257 (sparc32_linux_sigtramp_p): New function.
258 (sparc32_linux_sigtramp_frame_sniffer): Use
259 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
260
bc73f8cc
MK
261 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
262 Remove function.
263 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
264
a2249542
MK
265 * ada-lang.c (lim_warning): Re-implement as a varargs function.
266 (decode_packed_array_type, value_subscript_packed)
267 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
268 argument in call to lim_warning.
269
9cc52bde
MK
270 * configure.in: Really disable the TUI if an enhanced curses
271 library isn't found.
272 * configure: Regenerate.
273
151fc45b
MK
2742004-10-09 Mark Kettenis <kettenis@gnu.org>
275
276 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
277 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
278 * config/i386/nm-nbsdaout.h: Remove file.
279 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
280 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
281 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
282 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
283 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
284 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
285 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
286 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
287 (ldd, ld_un, ld_2): Remove defines.
288 * config/i386/nm-obsd.h: Likewise.
289
375c0479
PH
2902004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
291
292 * ada-lex.l: Remove useless rule whose right-context clause
293 causes unreferenced static function warning for yyrealloc.
294 (ada_flex_use): Remove the artificial reference to yyrealloc.
295
c8e73a31
AC
2962004-10-08 Andrew Cagney <cagney@gnu.org>
297
298 * target.h (struct target_ops): Rename to_xfer_memory to
299 deprecated_xfer_memory.
300 * target.c: Update.
301 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
302 * wince.c: Update.
303 * win32-nat.c: Update.
304 * v850ice.c: Update.
305 * uw-thread.c: Update.
306 * thread-db.c: Update.
307 * sol-thread.c: Update.
308 * remote.c: Update.
309 * remote-vx.c: Update.
310 * remote-st.c: Update.
311 * remote-sim.c: Update.
312 * remote-sds.c: Update.
313 * remote-rdp.c: Update.
314 * remote-rdi.c: Update.
315 * remote-mips.c: Update.
316 * remote-m32r-sdi.c: Update.
317 * remote-e7000.c: Update.
318 * procfs.c: Update.
319 * ppc-bdm.c: Update.
320 * nto-procfs.c: Update.
321 * monitor.c: Update.
322 * linux-nat.c: Update.
323 * inftarg.c: Update.
324 * hpux-thread.c: Update.
325 * go32-nat.c: Update.
326 * gnu-nat.c: Update.
327 * exec.c: Update.
328 * corelow.c: Update.
329 * bsd-kvm.c: Update.
330 * aix-thread.c: Update.
331
aa869812
AC
3322004-10-08 Andrew Cagney <cagney@gnu.org>
333
334 * target.c (debug_target): Move to near start of file.
335 (target_stopped_data_address_p): Re-org logic, add casts.
336
8dcef9cf
MK
3372004-10-02 Mark Kettenis <kettenis@gnu.org>
338
339 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
340 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
341 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
342 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
343 New defines.
344
4aa7a7f5
JJ
3452004-10-08 Jeff Johnston <jjohnstn@redhat.com>
346
347 * target.h (to_stopped_data_address): Change prototype to
348 take a CORE_ADDR pointer and return an int.
349 * target.c (update_current_target): Change to_stopped_data_address
350 to match new prototype.
351 (debug_to_stopped_data_address): Change appropriately.
352 * breakpoint.c (bpstat_stop_status): Change call to
353 target_stopped_data_address to use new prototype.
354 * frv-tdep.c (frv_have_stopped_data_address): New function.
355 (frv_stopped_data_address): Change to new prototype and
356 functionality.
357 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
358 prototype and functionality.
359 (ia64_stopped_by_watchpoint): New function.
360 * i386-nat.c (i386_stopped_data_address): Change to new
361 prototype and functionality.
362 (i386_stopped_by_watchpoint): New function.
363 * remote.c (remote_stopped_data_address): Change to new prototype
364 and functionality.
365 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
366 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
367 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
368 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
369 new i386_stopped_by_watchpoint function.
370 (i386_stopped_by_watchpoint): New prototype.
371 (i386_stoppped_data_address): Change to new prototype.
372 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
373 new ia64_stopped_by_watchpoint function.
374 (ia64_stopped_by_watchpoint): New prototype.
375 (ia64_stopped_data_address): Ditto.
376
61ee279c
PH
3772004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
378
379 * ada-typeprint.c (ada_print_type): Use int_string for printing
380 modulus of modular type.
381 * ada-lang.h (ada_modulus): Change return type to unsigned.
382 * ada-lang.c (ada_language_arch_info): Correct type of
383 string_char_type.
384 (ada_modulus): Return unsigned result.
385 (ada_lookup_symbol): Remove user disambiguation and modify comment
386 accordingly.
387
3882004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
389
390 Committed by Paul Hilfinger.
391 * ada-lang.c (decode_packed_array): On big-endian targets,
392 left-justify the value if it comes with a modular type.
393
3942004-10-08 Joel Brobecker <brobecker@gnat.com>
395
396 Committed by Paul Hilfinger.
397 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
398 (is_name_suffix): Add support for "___JM" suffixes.
399 (ada_check_typedef): Renames ada_completed_type.
400 Update all users of CHECK_TYPEDEF, check_typedef, and
401 ada_complete_type to call ada_check_typedef.
402 * ada-typeprint.c: Likewise.
403 * ada-valprint.c: Likewise.
404
b6c25a56
CV
4052004-10-08 Corinna Vinschen <vinschen@redhat.com>
406
407 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
408
83ca6a46
NR
4092004-10-08 Nick Roberts <nickrob@snap.net.nz>
410
411 * MAINTAINERS: Update e-mail address.
412
1fd8cd20
DJ
4132004-10-07 Daniel Jacobowitz <dan@debian.org>
414
415 From Maciej W. Rozycki <macro@mips.com>:
416 * mips-tdep.c (mips32_next_pc): Check the register's contents,
417 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
418
cea15572
KI
4192004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
420
421 * m32r-tdep.c (decode_prologue): Support functions written
422 in assembler language. Recognize trap instructions as the
423 end of prologue.
424 (m32r_frame_unwind_cache): Ditto.
425 (m32r_skip_prologue): Extend search limit. Quit analyzing
426 prologue if pc's location is not readable.
427
23485554
PH
4282004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
429
430 * Makefile.in (.l.c): Do conversions of names of alloc and free
431 functions that are done for .y.c files, plus special one
432 for yy_flex_realloc. Also, correct missing-file tests here.
433 * ada-lex.l (malloc, free): Remove macros.
434 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
435 xrealloc.
436 (ada_flex_use): Dummy definition to remove warnings about unused
437 functions.
438 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
439 to suppress warning.
440
c0409442
CV
4412004-10-06 Corinna Vinschen <vinschen@redhat.com>
442
443 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
444 RETURN_VALUE.
445 (sh_return_value_fpu): Ditto for CPUs with FPU.
446 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
447 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
448 Install sh_return_value_nofpu resp. sh_return_value_fpu as
449 RETURN_VALUE functions.
450
9bed62d7
CV
4512004-10-06 Corinna Vinschen <vinschen@redhat.com>
452
453 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
454 (sh_pseudo_register_write): Ditto.
455
03131d99
CV
4562004-10-06 Corinna Vinschen <vinschen@redhat.com>
457
458 * sh-tdep.c (IS_MACL_STS): New define.
459 (IS_MOVI20): Ditto.
460 (IS_MACL_LDS): Ditto.
461 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
462 instructions in prologue.
463 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
464 instructions in epilogue.
465
da962468
CV
4662004-10-06 Corinna Vinschen <vinschen@redhat.com>
467
468 * sh-tdep.c (SH_NUM_REGS): Define as 67.
469 (sh_sh_register_name): Add eight empty register names.
470 (sh_sh3_register_name): Ditto.
471 (sh_sh3e_register_name): Ditto.
472 (sh_sh2e_register_name): Ditto.
473 (sh_sh2a_register_name): New function, defining SH2A register set.
474 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
475 in nofpu case.
476 (sh_sh_dsp_register_name): Add eight empty register names.
477 (sh_sh3_dsp_register_name): Ditto.
478 (sh_sh4_register_name): Ditto.
479 (sh_sh4_nofpu_register_name): Ditto.
480 (sh_sh4al_dsp_register_name): Ditto.
481 (sh2a_show_regs): New function.
482 (sh2a_nofpu_show_regs): New function.
483 (sh_sh2a_register_type): New function.
484 (do_bank_register_info): New function.
485 (sh_print_pseudo_register): Call do_bank_register_info.
486 Call sh_print_pseudo_register for valid "bank" register.
487 (sh_sh2a_register_sim_regno): New function.
488 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
489 Increment pseudo register count by one for all sh variants with
490 pseudo registers to accomodate pseudo bank register.
491 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
492 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
493 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
494 Increment pseudo register numbers.
495
1326e61b
CV
4962004-10-06 Corinna Vinschen <vinschen@redhat.com>
497
498 * dwarf2read.c (read_subroutine_type): Call make_function_type
499 instead of lookup_function_type.
500
146c42e3
JB
5012004-10-05 Jim Blandy <jimb@redhat.com>
502
503 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
504 (Previous change missed some uses.)
505
1df84f13
AC
5062004-10-05 Andrew Cagney <cagney@gnu.org>
507
508 * target.h (deprecated_child_ops): Rename child_ops.
509 * wince.c: Update copyright. Rename child_ops.
510 * win32-nat.c: Rename child_ops.
511 * target.c: Rename child_ops.
512 * rs6000-nat.c: Rename child_ops.
513 * linux-nat.c: Rename child_ops.
514 * infttrace.c: Rename child_ops.
515 * inftarg.c: Rename child_ops.
516 * infptrace.c: Rename child_ops.
517 * hppah-nat.c: Update copyright. Rename child_ops.
518 * hpux-thread.c: Update copyright. Rename child_ops.
519
21e3b9b9
DJ
5202004-10-05 Daniel Jacobowitz <dan@debian.org>
521
522 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
523
de83afe7
AC
5242004-10-05 Andrew Cagney <cagney@gnu.org>
525
526 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
527
10b3939b
DJ
5282004-10-05 Daniel Jacobowitz <dan@debian.org>
529
530 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
531 (die_ref_table): Remove.
532 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
533 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
534 the usage of this type.
535 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
536 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
537 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
538 (dwarf2_create_include_psymtab): Update comment.
539 (find_partial_die): Remove third argument. Remove unreachable call
540 to error ().
541 (dwarf2_find_containing_comp_unit): Update comments. Change one
542 assertion to an error. Remove an unreachable error.
543 (dwarf2_find_comp_unit): Update comments.
544 (type_at_offset): Remove dead code.
545 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
546 (store_in_ref_table): Add CU argument.
547 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
548 inter-compilation-unit references.
549 (load_full_comp_unit, process_full_comp_unit): New functions, based
550 on psymtab_to_symtab_1.
551 (psymtab_to_symtab_1): Use them.
552 (dwarf2_add_dependence): New function.
553 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
554 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
555 (partial_die_parent_scope, guess_structure_name): Update for changes
556 to find_partial_die.
557 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
558 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
559 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
560 (read_die_and_children): Update call to store_in_ref_table.
561 (do_free_die_list_cleanup): Remove.
562 (fixup_partial_die): Update for changes to find_partial_die.
563 (read_full_die): Handle queueing absolute references.
564 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
565 (dwarf2_attr, die_specification, die_type)
566 (die_containing_type, dwarf2_extension): Update calls to
567 follow_die_ref.
568 (dump_die): Update DW_FORM_ref* handling.
569 (dwarf2_get_ref_die_offset): Likewise.
570 (free_one_comp_unit): Release the dies list.
571 (dwarf2_mark_helper): New function.
572 (dwarf2_mark): Use it.
573
998bdd68
MK
5742004-10-05 Mark Kettenis <kettenis@jive.nl>
575
576 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
577 when writing to memory.
578
14588880
KI
5792004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
580
581 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
582 (m32r_extract_struct_value_address): Delete function.
583 (m32r_return_value): New function.
584 (m32r_gdbarch_init): Instead of store_return_value,
585 extract_return_value, deprecated_extract_struct_value_address
586 and deprecated_use_struct_convention, set return_value.
587
dd5e6932
DJ
5882004-10-03 Daniel Jacobowitz <dan@debian.org>
589
590 * dwarf2read.c (read_subrange_type): Add comment for variable
591 sized arrays.
592
7dc1ef8d
PH
5932004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
594
595 * Makefile.in (.l.c): Modify rule for compatibility with recent
596 versions of flex, and remove most command-line options.
597 * ada-lex.l: Add %options line in place of -I -i and -s command-line
598 options.
599
1f8173e6
PH
6002004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
601
602 Turn on initial Ada support (mainly expression evaluation).
603
604 * Makefile.in (SFILES): Remove ada-tasks.c.
605 (HFILES_NO_SRCDIR): Add ada-lang.h.
606 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
607 (YYOBJ): Add ada-exp.o.
608 (rule .l.c): Generalize to not mention ada.
609 * symtab.c: Include ada-lang.h.
610 (symbol_natural_name, symbol_demangled_name)
611 (symbol_search_name): Add Ada case.
612
cb85a953
AC
6132004-10-01 Andrew Cagney <cagney@gnu.org>
614
3f3db248
AC
615 * Makefile.in (COMMON_OBS): Add inf-child.o.
616 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
617 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
618 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
619 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
620 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
621 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
622 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
623 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
624 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
625 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
626 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
627 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
628 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
629
cb85a953
AC
630 * target.c (xfer_using_stratum): Change return type to LONGEST.
631 On each iteration offset, readbuf and writebuf.
632 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
633 partial_length, and read/modify/write predicate, update comments.
634 Pass buffer.word to ptrace write.
635
963a6417
PH
6362004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
637
638 * symfile.c (init_filename_language_table): Add extensions for
639 Ada.
640 * defs.h (enum language): Add language_ada.
641 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
642 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
643 (add_symbols_from_enclosing_procs): Make a no-op for now.
644 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
645 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
646 (find_line_in_linetable, find_next_line_in_linetable)
647 (read_all_symtabs, is_plausible_func_for_line)
648 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
649 (is_runtime_sym_defined, check_size): Remove declaration.
650 (function_name_from_pc, ada_translate_error_message)
651 (ada_lookup_minimal_symbol): Remove definition.
652 (ada_add_block_symbols): Remove useless label.
653 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
654 useless declaration.
655 (ada_is_exception_sym): Likewise.
656
9b32d526
KI
6572004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
658
659 Add m32r-linux support.
660 * configure.tgt: Add m32r*-*-linux*.
661 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
662 and m32r-linux-tdep.c.
663 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
664 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
665 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
666 m32r-linux-tdep.c.
667 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
668 config/m32r/linux.mh, config/m32r/linux.mt,
669 config/m32r/nm-linux.h: New files.
670
2de118d3
JB
6712004-09-30 Joel Brobecker <brobecker@gnat.com>
672
673 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
674 (mips32_fetch_instruction): Remove, unused.
675
a9fe69d1
JB
6762004-09-30 Joel Brobecker <brobecker@gnat.com>
677
678 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
679 conditions that will always be true.
680
bc8ffc12
MK
6812004-09-30 Mark Kettenis <kettenis@gnu.org>
682
ba0cd111
MK
683 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
684 (vaxbsd_fetch_inferior_registers): Rename from
685 fetch_inferior_registers. Make static.
686 (vaxbsd_store_inferior_registers): Rename from
687 store_inferior_registers. Make static.
688 (_initialize_vaxbsd_nat): Construct and add target vector.
689 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
690 inftarg.o. Add inf-child.o and inf-ptrace.o.
691 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
692 inftarg.o. Add inf-child.o and inf-ptrace.o.
693 (NAT_FILE): Remove.
694 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
695 inftarg.o. Add inf-child.o and inf-ptrace.o.
696 (NAT_FILE): Remove.
697 * Makefile.in (vaxbsd-nat.o): Update dependencies.
698
bc8ffc12
MK
699 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
700 (m88kbsd_fetch_inferior_registers): Rename from
701 fetch_inferior_registers. Make static.
702 (m88kbsd_store_inferior_registers): Rename from
703 store_inferior_registers. Make static.
704 (_initialize_m88kbsd_nat): New prototype and function.
705 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
706 inftarg.o. Add inf-child.o and inf-ptrace.o.
707 (NAT_FILE): Remove.
708 * Makefile.in (m88kbsd-nat.o): Update dependencies.
709
27394598
AC
7102004-09-30 Andrew Cagney <cagney@gnu.org>
711
712 * target.c (target_xfer_partial): New function.
713 (target_read_memory_partial, target_write_memory_partial)
714 (default_xfer_partial, target_read_partial, target_write_partial)
715 (xfer_using_stratum): Use.
716 (debug_to_xfer_partial): Delete function.
717 (setup_target_debug): Do not override to_xfer_partial.
718
74a4fe32
MK
7192004-09-30 Mark Kettenis <kettenis@chello.nl>
720
721 * fork-child.c: Update copyright year. Fix coding style.
722
982526a1
MK
7232004-09-29 Mark Kettenis <kettenis@gnu.org>
724
725 * defs.h (msavestring, mstrsave): Remove prototypes.
726 * utils.c (msavestring, mstrsave): Remove functions.
727 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
728 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
729 of mstrsave.
730 * source.c (find_and_open_source): Use xstrdup instead of
731 mstrsave.
732
b8eb5af0
AC
7332004-09-30 Andrew Cagney <cagney@gnu.org>
734
0779438d
AC
735 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
736 (inf_ptrace_xfer_memory): Delete.
737 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
738 (target_read_memory, target_write_memory): Use xfer_using_stratum
739 when target_xfer_partial_p.
740 (debug_target): Move to start of file.
741 (target_read_memory_partial, target_write_memory_partial): Use
742 to_xfer_partial when target_xfer_partial_p.
743
f929a579
AC
744 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
745 inf_ptrace_xfer_memory with equivalent code.
746 * inftarg.c (child_xfer_partial): When performing a write, pass
747 writebuf to child_xfer_memory.
748
b8eb5af0
AC
749 * target.c (target_read_string): Use target_read_memory instead of
750 target_xfer_memory.
751
ee21b650
AC
7522004-09-29 Andrew Cagney <cagney@gnu.org>
753
d3e05d0d
AC
754 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
755 the address of status.
756
ee21b650
AC
757 * infptrace.c (ptrace_wait): Mention problem with HPUX.
758 (kill_inferior): Inline ptrace_wait call.
759 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
760 * inftarg.c (child_wait): Inline ptrace_wait call.
761
a182eed6
AC
762 * target.h (struct target_ops): Delete field to_post_wait.
763 (target_post_wait): Delete macro.
764 (child_post_wait): Delete declaration.
765 * target.c (update_current_target, update_current_target)
766 (debug_to_post_wait, setup_target_debug): Delete functions and
767 references.
768 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
769 * inftarg.c (child_post_wait): Delete.
770 (init_child_ops): Do not set to_post_wait.
771 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
772 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
773 * inf-child.c (inf_child_post_wait): Delete.
774 (inf_child_target): Do not set to_post_wait.
775 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
776 (inf_ptrace_target): Do not set to_post_wait.
777
ba0c540b
AC
778 * wince.c (child_ops): Delete.
779 * win32-nat.c (child_ops): Delete.
780
81977402
AC
781 * inftarg.c (inftarg_set_find_memory_regions)
782 (inftarg_set_make_corefile_notes): Delete functions.
783 (_initialize_linux_nat): Inline calls.
784
5ac10fd1
AC
785 * target.h (child_ops): Declare.
786 * inftarg.c (child_ops): Move from here ...
787 * target.c (child_ops): ... to here.
788 * wince.c (child_ops): Delete extern declaration.
789 * win32-nat.c (child_ops): Delete extern declaration.
790 * linux-nat.c (child_ops): Delete extern declaration.
791 * hpux-thread.c (child_ops): Delete extern declaration.
792
663408c2 7932004-09-28 Mark Kettenis <kettenis@gnu.org>
890c8f4d
MK
794
795 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
796
0dad8a66
MK
7972004-09-28 Mark Kettenis <kettenis@gnu.org>
798
799 * configure.in: Only set host_makefile_frag when building a native
800 debugger.
801 * configure: Regenerate.
e8d74ed3
MK
802
803 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
804 for OpenBSD ELF.
805
dba24537
AC
8062004-09-28 Andrew Cagney <cagney@gnu.org>
807
e979516b
AC
808 Problem identified by Paul Hilfinger.
809 * Makefile.in (ada_lex_c): Define.
810 (ada-lex.o): Delete rule.
811
dba24537
AC
812 * linux-proc.c: Delete file.
813 * Makefile.in: Update.
814 * config/sparc/linux64.mh (NATDEPFILES):
815 * config/sparc/linux.mh (NATDEPFILES): Update.
816 * config/s390/s390.mh (NATDEPFILES): Update.
817 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
818 * config/powerpc/linux.mh (NATDEPFILES): Update.
819 * config/pa/linux.mh (NATDEPFILES): Update.
820 * config/mips/linux.mh (NATDEPFILES): Update.
821 * config/m68k/linux.mh (NATDEPFILES): Update.
822 * config/ia64/linux.mh (NATDEPFILES): Update.
823 * config/i386/linux64.mh (NATDEPFILES): Update.
824 * config/i386/linux.mh (NATDEPFILES): Update.
825 * config/arm/linux.mh (NATDEPFILES): Update.
826 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
827 * linux-nat.c: Update copyright. Include <sys/param.h>,
828 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
829 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
830 (O_LARGEFILE): Possibly define.
831 (_initialize_linux_nat, linux_proc_pending_signals)
832 (add_line_to_sigset, linux_proc_xfer_memory)
833 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
834 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
835 (struct linux_corefile_thread_data)
836 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
837 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
838
d6b0e80f
AC
8392004-09-16 Andrew Cagney <cagney@gnu.org>
840
841 * lin-lwp.c: Delete file.
842 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
843 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
844 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
845 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
846 (linux_nat_attach, detach_callback, linux_nat_detach)
847 (resume_callback, resume_clear_callback, linux_nat_resume)
848 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
849 (stop_wait_callback, linux_nat_has_pending, flush_callback)
850 (status_callback, running_callback, count_events_callback)
851 (select_singlestep_lwp_callback, select_event_lwp_callback)
852 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
853 (child_wait, stop_and_resume_callback, linux_nat_wait)
854 (kill_callback, kill_wait_callback, linux_nat_kill)
855 (linux_nat_create_inferior, linux_nat_mourn_inferior)
856 (linux_nat_xfer_memory, linux_nat_thread_alive)
857 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
858 (_initialize_linux_nat): New functions.
859 * Makefile.in: Update all dependencies.
860 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
861 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
862 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
863 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
864 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
865 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
866 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
867 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
868 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
869 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
870 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
871 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
872 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
873
5a174d79
MK
8742004-09-27 Mark Kettenis <kettenis@gnu.org>
875
2f604c28
MK
876 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
877 config/i386/obsd64.mh (NAT_FILE): Remove variable.
878
5a174d79
MK
879 * configure.in: Don't comment out NATDEPFILES in the generated
880 Makefile if NAT_FILE is unset.
881 * configure: Regenerate.
882
b2ed1746
AC
8832004-09-27 Andrew Cagney <cagney@gnu.org>
884
44cbf7b5
AC
885 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
886 (insert_step_resume_breakpoint): Delete.
887 (insert_step_resume_breakpoint_at_frame): New function.
888 (insert_step_resume_breakpoint_at_sal): New function.
889 (handle_inferior_event, step_into_function)
890 (insert_step_resume_breakpoint): Simplify by using same.
891
b2ed1746
AC
892 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
893
3691b3be
MK
8942004-09-26 Mark Kettenis <kettenis@gnu.org>
895
36f391e8
MK
896 * fbsd-proc.c: Remove file.
897 * Makefile.in (fbsd-proc.o): Remove dependency.
898
771e236c
MK
899 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
900 code together.
901
3691b3be
MK
902 * config/i386/nm-fbsd64.h: Remove file.
903 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
904
6a5c78a3
MK
9052004-09-26 Mark Kettenis <kettenis@gnu.org>
906
907 * amd64-nat.h: Update copyright year.
908 (amd64bsd_target): New prototype.
909 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
910 (amd64bsd_target): New function.
911 (amd64bsd_fetch_inferior_registers): Rename from
912 fetch_inferior_registers. Make static.
913 (amd64bsd_store_inferior_registers): Rename from
914 store_inferior_registers. Make static.
915 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
916 (_initialize_amd64fbsd_nat): Construct and add target vector.
917 * amd64nbsd-nat.o: Include "target.h".
918 (_initialize_amd64nbsd_nat): Construct and add target vector.
919 * amd64obsd-nat.c: Include "target.h".
920 (_initialize_amd64obsd_nat): Construct and add target vector.
921 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
922 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
923 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
924 fbsd-nat.o.
925 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
926 Remove infptrace.o and inftarg.o. Add inf-child.o and
927 inf-ptrace.o.
928 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
929 (amd64obsd-nat.o): Update dependencies.
930
27acbe61
MK
9312004-09-25 Mark Kettenis <kettenis@gnu.org>
932
509a5e7d
MK
933 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
934 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
935 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
936 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
937 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
938
6e1e94ea
MK
939 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
940 Inline attach call.
941 (inf_ptrace_detach): Inline detach call.
942
8b9cf735
MK
943 * configure.in: Check for waddstr instead of mvwaddstr when
944 searching for curses library. Check for wborder.
945 * configure, config.in: Regenerate.
946 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
947 available.
948
27acbe61
MK
949 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
950
b96ec7ac
AC
9512004-09-24 Robert Picco <Robert.Picco@hp.com>
952
953 Committed by Andrew Cagney.
954 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
955 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
956 configuration.
957 (fetch_register_using_p): Implement 'p' packet. Based on code by
958 Fernando Nasser.
959 (remote_fetch_registers): Call fetch_register_using_p.
960 (init_all_packet_configs, show_remote_cmd)
961 (_initialize_remote): Add p-packet.
962
62ece330
MK
9632004-09-24 Mark Kettenis <kettenis@gnu.org>
964
965 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
966 instead of call_ptrace. Call wait directly instead of
967 ptrace_wait.
968 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
969 (inf_ptrace_wait): Inline ptrace_wait call.
970
00937274
PH
9712004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
972
973 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
974 rolled back instead.
975
3f2c7a45
PH
9762004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
977
978 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
979 the new argument order.
980
b6fcb393
CV
9812004-09-23 Corinna Vinschen <vinschen@redhat.com>
982
983 * MAINTAINERS: Remove "broken" from XStormy16 entry.
984 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
985 (struct gdbarch_tdep): Remove.
986 (struct xstormy16_frame_cache): New frame cache structure.
987 (xstormy16_register_byte, xstormy16_register_raw_size)
988 (xstormy16_reg_virtual_type, xstormy16_register_type)
989 (xstormy16_push_arguments, xstormy16_push_return_address)
990 (xstormy16_pop_frame, xstormy16_store_struct_return)
991 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
992 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
993 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
994 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
995 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
996 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
997 (xstormy16_use_struct_convention): Drop gcc_p parameter.
998 (xstormy16_extract_return_value, xstormy16_store_return_value):
999 Regcachify. Drop useless struct convention handling.
1000 (xstormy16_register_type, xstormy16_return_value)
1001 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
1002 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
1003 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
1004 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
1005 (xstormy16_unwind_sp, xstormy16_unwind_pc)
1006 (xstormy16_unwind_dummy_id) : New functions.
1007 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
1008 of xstormy16_scan_prologue.
1009 (xstormy16_frame_unwind): New frame_unwind structure.
1010 (xstormy16_frame_base): New frame_base structure.
1011 (xstormy16_gdbarch_init): Accomodate all of the above changes.
1012 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
1013
1285b746
MK
10142004-09-22 Mark Kettenis <kettenis@gnu.org>
1015
1016 * language.c (language_gdbarch_post_init): Fix off-by one error.
1017
1c379e20
DJ
10182004-09-21 Daniel Jacobowitz <dan@debian.org>
1019
1020 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
1021 (struct dwarf2_offset_and_type): New.
1022 (set_die_type, reset_die_and_siblings_types, get_die_type)
1023 (offset_and_type_hash, offset_and_type_eq): New functions.
1024 (read_structure_type, read_enumeration_type, read_array_type)
1025 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
1026 (read_tag_reference_type, read_tag_const_type)
1027 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
1028 (read_typedef, read_base_type, read_subrange_type): Use
1029 set_die_type.
1030
ae038cb0
DJ
10312004-09-20 Daniel Jacobowitz <dan@debian.org>
1032
1033 * Makefile.in (dwarf2read.o): Update dependencies.
1034 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
1035 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
1036 and read_in_chain.
1037 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
1038 mark, and has_form_ref_addr.
1039 (struct dwarf2_per_cu_data): New.
1040 (dwarf2_max_cache_age): New.
1041 (dwarf2_build_psymtabs_hard): Free cached compilation units
1042 after loading. Create and manage the list of compilation units.
1043 Remove unnecessary NULL initialization. Fix indentation.
1044 (psymtab_to_symtab_1): Initialize all of CU.
1045 (dwarf2_read_abbrevs): Set has_form_ref_addr.
1046 (find_partial_die): Use dwarf2_find_containing_comp_unit
1047 and load_comp_unit.
1048 (free_stack_comp_unit): Update comments. Clear the per-cu
1049 pointer. Handle aging.
1050 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
1051 (age_cached_comp_units, free_one_cached_comp_unit)
1052 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
1053 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
1054 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
1055 (show_dwarf2_cmd): New.
1056 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
1057 and "maint show dwarf2 max-cache-age".
1058 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
1059 externs.
1060 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
1061 global.
1062
987504bb
JJ
10632004-09-20 Jeff Johnston <jjohnstn@redhat.com>
1064
1065 * dwarf2read.c (typename_concat): Change prototype to accept obstack
1066 and dwarf2_cu struct pointer as arguments. Change function to use
1067 obstack if provided and use dwarf2_cu to determine language-specific
1068 separator.
1069 (partial_die_parent_scope): Change comment to include java. Use
1070 new version of typename_concat instead of obconcat.
1071 (partial_die_full_name): Use typename_concat.
1072 (read_namespace): Ditto.
1073 (read_enumeration_type): Use typename_concat instead of obconcat.
1074 (new_symbol): Ditto.
1075 (add_partial_symbol): Enhance tests for C++ to also test for Java.
1076 (guess_structure_name): Ditto.
1077 (read_subroutine_type): Ditto.
1078 (read_structure_type): Ditto.
1079 (is_vtable_name): Add Java support.
1080 (determine_class_name): Switch to new typename_concat call.
1081 (determine_prefix): Switch to new typename_concat call.
1082 * jv-exp.y (FuncStart): New pattern.
1083 (MethodInvocation): Add support for simple function calls. Change
1084 warning message for other forms of inferior call currently not
1085 supported.
1086 * valarith.c (value_subscript): Treat an array with upper-bound
1087 of -1 as unknown size.
1088
d9c8471e
DJ
10892004-09-20 Daniel Jacobowitz <dan@debian.org>
1090
1091 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
1092 (lookup_partial_symtab): Use symtab_to_fullname.
1093
d73f140a
JB
10942004-09-19 Jim Blandy <jimb@redhat.com>
1095
1096 * minsyms.c (lookup_minimal_symbol): Doc fix.
1097
adbef1f0
AC
10982004-09-20 Andrew Cagney <cagney@gnu.org>
1099
1100 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
1101 CHILD_RESUME.
1102 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
1103 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
1104 KILL_INFERIOR.
1105 * infptrace.c: Update.
1106
d092d1a2
DJ
11072004-09-19 Daniel Jacobowitz <dan@debian.org>
1108
1109 * symtab.c (output_source_filename): Mark first argument as const.
1110 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
1111 for "info sources" output.
1112
86d9e1d7
MK
11132004-09-20 Mark Kettenis <kettenis@gnu.org>
1114
1115 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
1116 <machine/vmparam.h>.
1117 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
1118 (register_u_addr): Remove prototype.
1119
9a6c8ef4
MK
11202004-09-19 Mark Kettenis <kettenis@gnu.org>
1121
9692934b
MK
1122 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
1123 (i386bsd_fetch_inferior_registers): Rename from
1124 fetch_inferior_registers. Make static.
1125 (i386bsd_store_inferior_registers): Rename from
1126 store_inferior_registers. Make static.
1127 (i386bsd_target): New function.
1128 * i386bsd-nat.h: New file.
1129 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
1130 "i386bsd-nat.h".
1131 (i386fbsd_resume): Rename from child_resume. Make static.
1132 (_initialize_i386fbsd_nat): Construct and add target vector.
1133 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
1134 (_initialize_i386nbsd_nat): Construct and add target vector.
1135 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
1136 Remove defines.
1137 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
1138 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
1139 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
1140 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
1141 (LOADLIBES): New variable.
1142 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
1143 inf-ptrace.o. Remove inftarg.o.
1144 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
1145 inf-ptrace.o. Remove inftarg.o.
1146 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
1147 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
1148 (LOADLIBES): New variable.
1149 * Makefile.in (i386bsd_nat_h): New variable.
1150 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
1151 dependencies.
1152
3510d1f2
MK
1153 * sparc64nbsd-tdep.c: Include "objfiles.h".
1154 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
1155 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1156 svr4_lp64_fetch_link_map_offsets.
1157 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
1158 "nbsd-tdep.h".
1159 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
1160 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1161 svr4_lp64_fetch_link_map_offsets.
1162 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
1163 dependencies.
1164
578c1c03
MK
1165 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
1166 * fbsd-nat.h: New file.
1167 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
1168 (fbsd_nat_h): New variable.
1169 (fbsd-nat.o): New dependency.
1170
7a7b73b7
MK
1171 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
1172 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
1173
9a6c8ef4
MK
1174 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
1175 comment.
1176
72d5681a
PH
11772004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
1178
1179 * ada-exp.y (type_int): New function to add layer of abstraction
1180 around references to expression types.
1181 (type_long): Ditto.
1182 (type_long_long): Ditto.
1183 (type_float): Ditto.
1184 (type_double): Ditto.
1185 (type_long_double): Ditto.
1186 (type_char): Ditto.
1187 (type_system_address): Ditto.
1188 (simple_exp): Use type_* functions in place of builtin_*
1189 variables.
1190 (exp): Ditto.
1191 (write_var_from_name): Ditto.
1192 (write_object_renaming): Ditto.
1193 * ada-lang.c (ada_create_fundamental_type): Remove redundant
1194 declaration.
1195 (build_ada_types): Remove, replacing with...
1196 (ada_language_arch_info): New function to initialize primitive
1197 type vector in language_arch_info.
1198 (ada_array_length): Remove use of builtin_type_ada_int.
1199 (value_pos_atr): Ditto.
1200 (ada_evaluate_subexp): Ditto.
1201 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
1202 builtin_type_ada_long_long, builtin_type_ada_char,
1203 builtin_type_ada_float, builtin_type_ada_double,
1204 builtin_type_ada_long_double, builtin_type_ada_natural,
1205 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1206 (ada_builtin_types): Remove.
1207 (ada_language_defn): Remove entries for la_builtin_type_vector and
1208 string_char_type and use ada_language_arch_info.
1209 (_initialize_ada_language): Do type-vector initialization along
1210 the lines of c-lang.c.
1211 (ada_create_fundamental_type): Break up line.
1212 (ada_dump_symtab): Remove unused function.
1213 (enum ada_primitive_types): Define.
1214 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
1215 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
1216 builtin_type_ada_float, builtin_type_ada_double,
1217 builtin_type_ada_long_double, builtin_type_ada_natural,
1218 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1219 * ada-lex.l: Use type_* functions in place of builtin_* variables.
1220 (processInt): Ditto.
1221 (processReal): Ditto.
1222 (name_lookup): Ditto.
1223 * ada-typeprint.c (print_range): Use builtin_type_int, not
1224 builtin_type_ada_int.
1225
4f0be353
MK
12262004-09-18 Mark Kettenis <kettenis@gnu.org>
1227
30b0e2d8
MK
1228 * i386-tdep.c (i386_register_name): Rename regno to regnum.
1229
4f0be353
MK
1230 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
1231 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
1232 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
1233 * configure.in: Improve checks for curses library by checking for
1234 mvwaddstr instead of initscr. Drop HP curses in favour of
1235 standard curses on HP-UX.
1236 * configure: Regenerated.
1237
72d5681a 12382004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
6c038f32
PH
1239
1240 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
1241 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
1242 Minor formatting changes.
1243 (empty_array): Slight rewrite for formatting.
1244 (emit_char,parse,ada_language_defn,build_ada_types,
1245 ada_is_exception_sym, _initialize_ada_language): Move
1246 definitions around.
1247 (ada_dump_symtab): Remove unused definition.
1248 (ada_maybe_exception_partial_symbol): Remove unused definition.
1249
1c8c7407
AC
12502004-09-16 Andrew Cagney <cagney@gnu.org>
1251
7681f339
AC
1252 * inf-child.c: Include "gdb_string.h".
1253 (inf_child_core_file_to_sym_file): Delete.
1254 (inf_child_target): Set to_fetch_registers and to_store_registers.
1255 * inf-ptrace.c: Include "gdb_string.h".
1256 * Makefile.in: Update all dependencies.
1257
1c8c7407
AC
1258 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
1259 problem.
1260
65596487
JB
12612004-09-14 Joel Brobecker <brobecker@gnat.com>
1262
1263 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
1264 call to heuristic_proc_desc. Remove code that became redundant
1265 as a consequence.
1266 (read_next_frame_reg): Remove special case for SP_REGNUM.
1267 (set_reg_offset): Fix small typo.
1268 (reset_saved_regs): New procedure.
1269 (mips32_heuristic_proc_desc): No longer compute a fake
1270 procedure descriptor. Compute the full frame cache instead.
1271 Some minor comment reformatting.
1272
95575b2e
AC
12732004-09-14 Andrew Cagney <cagney@gnu.org>
1274
f200c492
AC
1275 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
1276 maintainer.
1277
95575b2e
AC
1278 * thread-db.c (thread_db_new_objfile): Assume that there is a
1279 child process.
1280
69657671
JB
12812004-09-13 Jim Blandy <jimb@redhat.com>
1282
1283 * valops.c (value_assign): Move 'buffer' to the enclosing block,
1284 so that its storage isn't referenced after its lifetime ends.
1285
6c4182dd
JB
1286 * valops.c (value_assign): 'use_buffer' is initialized to zero,
1287 and never assigned to. Delete it, and the 'if (use_buffer)'
1288 clauses. Delete 'raw_buffer', since it is now unused.
1289
ee31a58d
AC
12902004-09-13 Andrew Cagney <cagney@gnu.org>
1291
2c0fc042
AC
1292 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
1293 * configure: Re-generate.
1294 * nlm/Makefile.in (TAGS): Update.
1295 * Makefile.in (TAGS): Update.
1296 * config/vax/nbsd.mt (TM_FILE): Update.
1297 * config/sparc/vxworks.mt (TM_FILE): Update.
1298 * config/sparc/sol2.mt (TM_FILE): Update.
1299 * config/sparc/sol2-64.mt (TM_FILE): Update.
1300 * config/sparc/obsd64.mt (TM_FILE): Update.
1301 * config/sparc/obsd.mt (TM_FILE): Update.
1302 * config/sparc/nbsd64.mt (TM_FILE): Update.
1303 * config/sparc/nbsd.mt (TM_FILE): Update.
1304 * config/sparc/linux64.mt (TM_FILE): Update.
1305 * config/sparc/linux.mt (TM_FILE): Update.
1306 * config/sparc/fbsd.mt (TM_FILE): Update.
1307 * config/sh/wince.mt (TM_FILE): Update.
1308 * config/sh/nbsd.mt (TM_FILE): Update.
1309 * config/sh/linux.mt (TM_FILE): Update.
1310 * config/sh/embed.mt (TM_FILE): Update.
1311 * config/s390/s390.mt (TM_FILE): Update.
1312 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
1313 * config/rs6000/rs6000.mt (TM_FILE): Update.
1314 * config/rs6000/aix4.mt (TM_FILE): Update.
1315 * config/powerpc/vxworks.mt (TM_FILE): Update.
1316 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
1317 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
1318 * config/powerpc/obsd.mt (TM_FILE): Update.
1319 * config/powerpc/nbsd.mt (TM_FILE): Update.
1320 * config/powerpc/linux.mt (TM_FILE): Update.
1321 * config/powerpc/aix.mt (TM_FILE): Update.
1322 * config/pa/obsd.mt (TM_FILE): Update.
1323 * config/pa/linux.mt (TM_FILE): Update.
1324 * config/pa/hppahpux.mt (TM_FILE): Update.
1325 * config/pa/hppa64.mt (TM_FILE): Update.
1326 * config/pa/hppa.mt (TM_FILE): Update.
1327 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
1328 * config/mips/wince.mt (TM_FILE): Update.
1329 * config/mips/vxmips.mt (TM_FILE): Update.
1330 * config/mips/nbsd.mt (TM_FILE): Update.
1331 * config/mips/linux.mt (TM_FILE): Update.
1332 * config/mips/irix6.mt (TM_FILE): Update.
1333 * config/mips/irix5.mt (TM_FILE): Update.
1334 * config/mips/embed.mt (TM_FILE): Update.
1335 * config/m68k/vxworks68.mt (TM_FILE): Update.
1336 * config/m68k/st2000.mt (TM_FILE): Update.
1337 * config/m68k/os68k.mt (TM_FILE): Update.
1338 * config/m68k/obsd.mt (TM_FILE): Update.
1339 * config/m68k/nbsd.mt (TM_FILE): Update.
1340 * config/m68k/monitor.mt (TM_FILE): Update.
1341 * config/m68k/linux.mt (TM_FILE): Update.
1342 * config/m68k/cisco.mt (TM_FILE): Update.
1343 * config/ia64/linux.mt (TM_FILE): Update.
1344 * config/ia64/aix.mt (TM_FILE): Update.
1345 * config/ia64/ia64.mt (TM_FILE): Update.
1346 * config/i386/vxworks.mt (TM_FILE): Update.
1347 * config/i386/obsd64.mt (TM_FILE): Update.
1348 * config/i386/obsd.mt (TM_FILE): Update.
1349 * config/i386/nto.mt (TM_FILE): Update.
1350 * config/i386/nbsd64.mt (TM_FILE): Update.
1351 * config/i386/nbsd.mt (TM_FILE): Update.
1352 * config/i386/linux64.mt (TM_FILE): Update.
1353 * config/i386/linux.mt (TM_FILE): Update.
1354 * config/i386/i386sol2.mt (TM_FILE): Update.
1355 * config/i386/i386lynx.mt (TM_FILE): Update.
1356 * config/i386/fbsd64.mt (TM_FILE): Update.
1357 * config/i386/fbsd.mt (TM_FILE): Update.
1358 * config/i386/cygwin.mt (TM_FILE): Update.
1359 * config/h8300/h8300.mt (TM_FILE): Update.
1360 * config/frv/frv.mt (TM_FILE): Update.
1361 * config/cris/cris.mt (TM_FILE): Update.
1362 * config/arm/wince.mt (TM_FILE): Update.
1363 * config/arm/nbsd.mt (TM_FILE): Update.
1364 * config/arm/linux.mt (TM_FILE): Update.
1365 * config/arm/embed.mt (TM_FILE): Update.
1366 * config/alpha/nbsd.mt (TM_FILE): Update.
1367 * config/alpha/fbsd.mt (TM_FILE): Update.
1368 * config/alpha/alpha.mt (TM_FILE): Update.
1369 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
1370 * config/alpha/alpha-linux.mt (TM_FILE): Update.
1371
362646f5
AC
1372 Eliminate event_loop_p, always has the value 1.
1373 * defs.h (event_loop_p): Delete macro.
1374 * breakpoint.c (until_break_command): Simplify.
1375 * utils.c (prompt_for_continue): Simplify.
1376 * tracepoint.c (read_actions): Simplify.
1377 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
1378 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
1379 (set_prompt, init_main): Simplify.
1380 (init_signals, disconnect): Delete, unused.
1381 * remote.c (remote_async_resume)
1382 (extended_remote_async_create_inferior): Simplify.
1383 * mi/mi-interp.c (mi_input): Delete, unused.
1384 (mi_interpreter_resume, mi_command_loop): Simplify.
1385 * interps.c (current_interp_command_loop): Simplify.
1386 * infrun.c (proceed): Simplify.
1387 * infcmd.c (run_command, continue_command, step_1, jump_command)
1388 (until_command, advance_command, finish_command)
1389 (interrupt_target_command): Simplify.
1390 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
1391
ee31a58d
AC
1392 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1393 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1394 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1395 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1396 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1397 * mips-tdep.c (mips_dump_tdep): Do not print same.
1398
b7ffc4a8
AC
13992004-09-12 Andrew Cagney <cagney@gnu.org>
1400
2bfb72ee
AC
1401 * valprint.c (print_longest): Use fputs_filtered. Make "val"
1402 const.
1403 * Makefile.in (valprint.o): Delete explict rule.
1404
4f17c3c1
AC
1405 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
1406 reported by Dave Anderson.
1407
f810308b
AC
1408 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
1409
b7ffc4a8
AC
1410 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
1411
28b41c52
AC
14122004-09-12 Salvador E. Tropea <set@users.sf.net>
1413 Andrew Cagney <cagney@gnu.org>
1414
1415 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
1416 (mi_cmd_data_list_register_values)
1417 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
1418 the register number computation.
1419
5bf970f9
AC
14202004-09-12 Andrew Cagney <cagney@gnu.org>
1421
1422 * ppcnbsd-nat.c: Include "inf-ptrace.h".
1423 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
1424 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
1425 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
1426 target.
1427 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
1428 inf-ptrace.o and inf-child.o.
1429 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
1430 * Makefile.in: Update dependencies.
1431
0759e0bf
AC
14322004-09-11 Andrew Cagney <cagney@gnu.org>
1433
1434 * language.c (hex_string, hex_string_custom): Move from here ...
1435 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
1436 (CELLSIZE): Increase to 50.
1437 * language.h (hex_string, hex_string_custom): Move from here ...
1438 * defs.h: ... to here.
1439 * Makefile.in: Update all dependencies.
1440
bb599908
PH
14412004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
1442
1443 * language.c (local_hex_format_custom): Remove.
1444 (local_hex_string): Rename to hex_string, use C format, and move to
1445 utils.c
1446 (local_hex_string_custom): Rename to hex_string_custom and change
1447 interface. Now uses C format. Move to utils.c
1448 (local_octal_format_custom): Remove.
1449 (local_decimal_format_custom): Remove.
1450 (unknown_language_defn): Remove language-specific number
1451 formatting entries.
1452 (auto_language_defn): Ditto.
1453 (local_language_defn): Ditto.
1454 * language.h (struct language_format_info): Delete declaration.
1455 (struct language_defn): Remove language_format_info fields
1456 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
1457 (local_binary_format): Remove macro.
1458 (local_binary_format_prefix): Remove macro.
1459 (local_binary_format_specifier): Remove macro.
1460 (local_binary_format_suffix): Remove macro.
1461 (local_octal_format): Remove macro.
1462 (local_octal_format_prefix): Remove macro.
1463 (local_octal_format_specifier): Remove macro.
1464 (local_octal_format_suffix): Remove macro.
1465 (local_decimal_format): Remove macro.
1466 (local_decimal_format_prefix): Remove macro.
1467 (local_decimal_format_specifier): Remove macro.
1468 (local_decimal_format_suffix): Remove macro.
1469 (local_hex_format): Remove macro.
1470 (local_hex_format_prefix): Remove macro.
1471 (local_hex_format_specifier): Remove macro.
1472 (local_hex_format_suffix): Remove macro.
1473 (local_decimal_format_custom): Remove.
1474 (local_octal_format_custom): Remove.
1475 (local_hex_format_custom): Remove.
1476 (local_hex_string): Rename to hex_string and move to defs.h.
1477 (local_hex_string_custom): Rename to hex_string_custom, change
1478 interface, and move to defs.h.
1479 * utils.c: (int_string): New function.
1480 (hex_string): New function (from language.c).
1481 (hex_string_custom): New function (from language.c).
1482 (octal2str): New function.
1483 (decimal2str): Add width parameter.
1484 (paddr_u): Use new decimal2str interface.
1485 (paddr_d): Ditto.
1486 * defs.h (hex_string): Declare.
1487 (hex_string_custom): Declare.
1488 (int_string): Declare.
1489 * printcmd.c (print_scalar_formatted): Remove localized binary
1490 formatting.
1491 * valprint.c (print_longest): Use int_string.
1492 (print_floating): Use C hex format.
1493 (print_hex_chars): Ditto.
1494 (print_binary_chars): Remove language-specific formatting.
1495 (print_octal_chars): Use C octal format.
1496 (print_decimal_chars): Delocalize format.
1497 (print_decimal): Remove.
1498 * ada-lang.c (ada_language_defn): Remove language-specific number
1499 formatting entries.
1500 * p-lang.c (pascal_language_defn): Ditto.
1501 * c-lang.c (c_language_defn): Ditto.
1502 (cplus_language_defn): Ditto.
1503 (asm_language_defn): Ditto.
1504 (minimal_language_defn): Ditto.
1505 * f-lang.c (f_language_defn): Ditto.
1506 * jv-lang.c (java_language_defn): Ditto.
1507 * m2-lang.c (m2_language_defn): Ditto.
1508 * scm-lang.c (scm_language_defn): Ditto.
1509 * objc-lang.c (objc_language_defn): Ditto.
1510 * memattr.c (mem_info_command): Use renamed hex_string_custom with
1511 new interface.
1512 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
1513 * ui-out.c (ui_out_field_core_addr): Ditto.
1514 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
1515 * exec.c (print_section_info): Ditto.
1516 * i387-tdep.c (print_i387_status_word): Ditto.
1517 (print_i387_control_word): Ditto.
1518 (i387_print_float_info): Ditto.
1519 * maint.c (maint_print_section_info): Ditto.
1520 * solib.c (info_sharedlibrary_command): Ditto.
1521 * somsolib.c (som_sharedlibrary_info_command): Ditto.
1522 * symtab.c (print_msymbol_info): Ditto.
1523 * tracepoint.c (tracepoints_info): Ditto.
1524 * solib-frv.c (lm_base): Ditto.
1525 (frv_current_sos): Ditto.
1526 (enable_break2): Ditto.
1527 (enable_break): Ditto.
1528 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
1529 (process_one_symbol): Ditto.
1530 * infcmd.c (program_info): Ditto.
1531 * mdebugread.c (parse_partial_symbols): Ditto.
1532 * symfile.c (add_symbol_file_command): Ditto.
1533 * cli/cli-cmds.c (edit_command): Ditto.
1534 (list_command): Ditto.
1535 * infcall.c (call_function_by_hand): Ditto.
1536 * remote-vx.c (vx_run_files_info): Ditto.
1537 (vx_wait): Ditto.
1538 (vx_attach): Ditto.
1539 (vx_detach): Ditto.
1540 (vx_kill): Ditto.
1541 * aix-thread.c (pdc_symbol_addrs): Ditto.
1542 (pdc_read_regs): Ditto.
1543 (pdc_write_regs): Ditto.
1544 (pdc_read_data): Ditto.
1545 (pdc_write_data): Ditto.
1546 * d10v-tdep.c (display_trace): Ditto.
1547 * rs6000-nat.c (find_toc_address): Ditto.
1548 * aix-thread.c: Don't include language.h.
1549 * buildsym.c: Ditto.
1550 * dbxread.c: Ditto.
1551 * mdebugread.c: Ditto.
1552 * rs6000-nat.c: Ditto.
1553 * buildsym.c (make_blockvector): Use renamed hex_string.
1554
33f2d567
JM
15552004-09-10 Jason Molenda (jmolenda@apple.com)
1556
1557 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
1558 chars after 'if' or 'while' commands in user-defined commands.
1559
7b90c3f9
JB
15602004-09-08 Jim Blandy <jimb@redhat.com>
1561
1562 Fix bug reported and analyzed by Olivier Crete:
1563 * symfile.c (copy_section_addr_info): New function.
1564 (symbol_file_add_with_addrs_or_offsets): Use it to save the
1565 original set of address arguments, instead of handwritten code
1566 that uses one length to allocate and a different length to
1567 initialize. Use make_cleanup_free_section_addr_info.
1568 * symfile.h (copy_section_addr_info): New declaration.
1569 * utils.c: #include "symfile.h".
1570 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
1571 New functions.
1572 * defs.h (make_cleanup_free_section_addr_info): New declaration.
1573 * Makefile.in (utils.o): Update dependencies.
1574
b26a6851
AC
15752004-09-08 Andrew Cagney <cagney@gnu.org>
1576
1577 * thread-db.c (keep_thread_db): Delete.
1578 (thread_db_new_objfile, thread_db_create_inferior)
1579 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
1580
be24b061
MK
15812004-09-08 Mark Kettenis <kettenis@gnu.org>
1582
f6792ef4
MK
1583 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
1584 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
1585 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
1586 (i386_frameless_signal_p): Remove prototype.
1587 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1588 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
1589 I386_SSE_NUM_REGS.
1590 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
1591 instead of FP0_REGNUM.
1592 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
1593 of FP0_REGNUM and FPC_REGNUM.
1594
eeefdaa7
MK
1595 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
1596 (sunos_solib_create_inferior_hook): Don't call
1597 sunos_relocate_main_executable.
1598
be24b061
MK
1599 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1600 solib_svr4_fetch_link_map_offsets to
1601 svr4_ilp32_fetch_link_map_offsets.
1602 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1603 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1604 svr4_ilp32_fetch_link_map_offsets.
1605 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1606
7c679d16
JB
16072004-09-07 Jim Blandy <jimb@redhat.com>
1608
1609 * frame.h (frame_register): Doc fix.
1610
1f04aa62
AC
16112004-09-07 Andrew Cagney <cagney@gnu.org>
1612
1613 * vx-share/wait.h: Delete #ifdef USG.
1614 * utils.c (request_quit): Ditto.
1615 * tui/tui.c (tui_reset): Ditto.
1616 * remote.c: Ditto.
1617 * remote-sds.c: Ditto.
1618 * remote-rdi.c: Ditto.
1619 * mdebugread.c: Ditto.
1620 * m68klinux-nat.c: Ditto.
1621 * infttrace.c: Ditto.
1622 * infptrace.c: Ditto.
1623 * i386v-nat.c: Ditto.
1624 * exec.c: Ditto.
1625 * dbxread.c: Ditto.
1626 * core-aout.c: Ditto.
1627
90edbfbc
JB
16282004-09-05 Joel Brobecker <brobecker@gnat.com>
1629
1630 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1631 heuristic_proc_desc.
1632 (mips_insn32_frame_cache): Likewise.
1633
01f4bf2b
JB
16342004-09-04 Joel Brobecker <brobecker@gnat.com>
1635
1636 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1637 left behind by error.
1638
8511a048
JB
16392004-09-04 Joel Brobecker <brobecker@gnat.com>
1640
1641 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1642 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1643
649dfe9f
JB
16442004-09-04 Joel Brobecker <brobecker@gnat.com>
1645
1646 * config/rs6000/xm-aix4.h: Remove this file.
1647 * config/rs6000/aix4.mh (XM_FILE): Delete.
1648
6e50f889
JB
16492004-09-04 Joel Brobecker <brobecker@gnat.com>
1650
1651 * config/rs6000/xm-rs6000.h: Remove this file.
1652 * config/rs6000/rs6000.mh (XM_FILE): Remove.
1653
b8c4aece
AC
16542004-09-03 Andrew Cagney <cagney@gnu.org>
1655
fb603883
AC
1656 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1657 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1658 only use.
1659
c9343fd1
AC
1660 * mips-tdep.c (temp_saved_regs): Delete.
1661 (set_reg_offset): Replace saved_regs parameter with this_cache.
1662 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1663 (mips32_heuristic_proc_desc): Add this_cache parameter.
1664 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1665 (after_prologue): Pass a NULL this_cache.
1666
9733cfe1
AC
1667 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1668 non-kernel trap prologues.
1669
0d5febcc
AC
1670 * mips-tdep.c (find_proc_desc): Delete function.
1671 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1672 simplify.
1673 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1674 mips_insn32_frame_cache.
1675
9733cfe1 1676 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
283be873
AC
1677 Simplify as NEXT_FRAME is NULL.
1678 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1679
177f84a3
AC
1680 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1681 local variable.
1682 (mips_skip_prologue): Update.
1683
465f7520
AC
1684 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1685 "cur_frame" parameter.
177f84a3
AC
1686 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1687 (mips_insn32_frame_cache, find_proc_desc): Update
465f7520 1688
e38b8658
AC
1689 * config/vax/nm-obsd.h: Delete file.
1690 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1691 * config/vax/nm-nbsd.h: Delete file.
1692 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1693 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1694 * config/sh/nm-nbsd.h: Delete file.
1695 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1696 * config/rs6000/nm-rs6000ly.h: Delete file.
1697 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1698 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1699 * config/powerpc/nm-obsd.h: Delete file.
1700 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1701 * config/powerpc/nm-nbsd.h: Delete file.
1702 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1703 * config/pa/nm-obsd.h: Delete file.
1704 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1705 * config/mips/nm-nbsd.h: Delete file.
1706 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1707 * config/m88k/nm-obsd.h: Delete file.
1708 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1709 * config/m68k/nm-nbsd.h: Delete file.
1710 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1711 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1712 * config/i386/nm-nbsd.h: Delete file.
1713 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1714 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1715 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1716 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1717 * config/i386/nm-i386lynx.h: Delete file.
1718 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1719 * config/arm/nm-nbsd.h: Delete file.
1720 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1721 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1722
be1ed680
AC
1723 * config/i386/tm-fbsd.h: Delete file.
1724 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1725 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1726
4b392b26
AC
1727 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1728 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1729 * config/rs6000/aix4.mt (TM_FILE): Set to
1730 config/rs6000/tm-rs6000.h.
1731 * config/powerpc/tm-ppc-aix.h: Delete file.
1732 * config/powerpc/aix.mt (TM_FILE): Set to
1733 config/rs6000/tm-rs6000.h.
1734 * config/m68k/tm-linux.h: Delete file.
1735 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1736 * config/i386/tm-linux64.h: Delete file.
1737 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1738 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1739
f3219c75
AC
1740 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1741 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1742 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1743 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1744 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1745 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1746 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1747 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1748 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1749
b8c4aece
AC
1750 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1751 gdb_host_cpu.
1752
8ac2e020
JB
17532004-09-02 Joel Brobecker <brobecker@gnat.com>
1754
1755 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1756 Minor reformatting. Some code factoring.
1757
c185a355
AC
17582004-09-02 Andrew Cagney <cagney@gnu.org>
1759
63f22f0d
AC
1760 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1761 * config/vax/tm-nbsd.h: Delete file.
1762 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1763 * config/sparc/tm-vxworks.h: Delete file.
1764 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1765 * config/sparc/tm-nbsd.h: Delete file.
1766 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1767 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1768 * config/sparc/tm-linux.h: Delete file.
1769 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1770 * config/s390/tm-linux.h: Delete file.
1771 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1772 * config/pa/tm-bsd.h: Delete file.
1773 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1774 * config/m68k/tm-obsd.h: Delete file.
1775 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1776 * config/m68k/tm-nbsd.h: Delete file.
1777 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1778 * config/i386/tm-vxworks.h: Delete file.
1779 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1780 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1781 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1782 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1783 * config/i386/tm-nbsd.h: Delete file.
1784 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1785 * config/i386/tm-i386lynx.h: Delete file.
1786 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1787 * config/cris/tm-cris.h: Delete file.
1788
0f475e27
AC
1789 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1790 * configure: Re-generate.
1791 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1792 * config/arm/tm-nbsd.h: Delete file.
1793
458ed000
AC
1794 * config/powerpc/tm-ppcle-sim.h: Delete.
1795 * config/powerpc/tm-ppcle-eabi.h: Delete.
1796 * config/powerpc/tm-nbsd.h: Delete.
1797 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1798 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1799 tm-ppcle-eabi.h.
1800
f14375f3
AC
1801 * config/i386/nto.mh (NAT_FILE): Delete.
1802 * config/i386/nm-nto.h: Delete.
1803
c34d127c
AC
1804 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1805 * config/m68k/tm-os68k.h: Ditto.
1806 * config/m68k/tm-monitor.h: Ditto.
1807 * config/m68k/tm-cisco.h: Ditto.
1808 * config/m68k/st2000.mt (TM_FILE): Delete.
1809 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1810 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1811 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1812 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1813
f7f0fe03
AC
1814 * config/m68k/tm-st2000.h: Delete.
1815 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1816 * config/sparc/fbsd.mt (TM_FILE): Delete.
1817 * config/sparc/tm-fbsd.h: Delete.
1818
a2558533
AC
1819 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1820 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1821 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1822
b78960be
AC
1823 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1824 GDB_TM_FILE and GDB_XM_FILE.
1825 * gdbarch.c: Re-generate.
1826 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1827 quotes in macro definition.
1828 * configure.in: Re-generate.
1829
4d60522e
AC
1830 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1831 validating architecture methods.
1832 * gdbarch.c: Re-generate.
1833
5010d38b
AC
1834 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1835 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1836 GDB_MULTI_ARCH_PARTIAL.
1837 * gdbarch.h: Re-generate.
1838
c185a355
AC
1839 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1840 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1841 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1842 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1843 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1844 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1845 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1846 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1847 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1848 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1849 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1850 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1851
14aaa6ab
AC
18522004-09-01 Andrew Cagney <cagney@gnu.org>
1853
1854 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1855 and main_func_highpc.
1856 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1857 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1858 * nlmread.c (nlm_symfile_read): Update.
1859
a343eb3c
JB
18602004-09-01 Joel Brobecker <brobecker@gnat.com>
1861
1862 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1863 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1864 (find_proc_desc): Remove dead code.
1865
4fbbbd07
JB
18662004-09-01 Joel Brobecker <brobecker@gnat.com>
1867
1868 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1869
84acb35a
JJ
18702004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1871
1872 * observer.sh: Add struct so_list declaration.
1873 * Makefile.in: Add dependencies on observer.h for solib.c and
1874 breakpoint.c.
1875 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1876 function.
1877 (_initialize_breakpoint): Register
1878 disable_breakpoints_in_unloaded_shlib as an observer of the
1879 "solib unloaded" observation event.
1880 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1881 call decode_line_1 so unfound breakpoint errors are silent.
1882 * solib.c (update_solib_list): When a solib is discovered to have
1883 been unloaded by the program, notify all observers of the
1884 "solib unloaded" observation event.
1885
c8cd9f6c
AC
18862004-09-01 Andrew Cagney <cagney@gnu.org>
1887
1888 * frame.c: Include "objfiles.h".
1889 (inside_main_func): New function.
1890 (get_prev_frame): Use new inside_main_func.
1891 * Makefile.in (frame.o): Update dependencies.
1892 * defs.h (inside_main_func): Delete declaration.
1893 * blockframe.c (inside_main_func): Delete function.
1894
1168df01
JB
18952004-08-31 Jim Blandy <jimb@redhat.com>
1896
1897 * dwarf2read.c (is_vtable_name): New function, based on logic from
1898 read_structure_type, but passing the correct length to strncmp,
1899 and using 'sizeof' instead of 'strlen'.
1900 (read_structure_type): Call it.
1901
f14f9744
JB
19022004-08-31 Joel Brobecker <brobecker@gnat.com>
1903
1904 * config/powerpc/aix.mh: Add comment.
1905
386d4518
PG
19062004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1907
1908 * MAINTAINERS: Add self to Write-After-Approval.
1909
7d97d5e2
MI
19102004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1911
1912 * MAINTAINERS: Add self to Write-After-Approval.
1913
68f53502
AC
19142004-08-30 Andrew Cagney <cagney@gnu.org>
1915
1916 Fix PR breakpoints/1757.
1917 * infrun.c (struct execution_control_state): Replace
1918 remove_breakpoints_on_following_step with
1919 step_after_step_resume_breakpoint.
1920 (init_execution_control_state): Update.
1921 (handle_inferior_event): For signals, when stepping off a
1922 breakpoint, set step_after_step_resume_breakpoint. When
1923 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1924 (keep_going): Delete code handling
1925 remove_breakpoints_on_following_step.
1926
7ca2d3a3
DL
19272004-08-29 David Lecomber <david@streamline-computing.com>
1928
1929 Fix PR gdb/648
1930 * language.h (enum array_ordering): New enum.
1931 * language.h (struct language_defn): New la_array_ordering
1932 attribute.
1933 * language.c (unknown_language_defn, auto_language_defn)
1934 (local_language_defn): Ditto.
1935 * ada-lang.c (ada_language_defn): Ditto.
1936 * c-lang.c (c_language_defn, cplus_language_defn)
1937 (asm_language_defn, minimal_language_defn): Ditto.
1938 * f-lang.c (f_language_defn): Ditto.
1939 * jv-lang.c (java_language_defn): Ditto.
1940 * m2-lang.c (f_language_defn): Ditto.
1941 * objc-lang.c (objc_language_defn): Ditto.
1942 * p-lang.c (pascal_language_defn): Ditto.
1943 * scm-lang.c (scm_language_defn): Ditto.
1944 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1945 oriented large to small in type structure.
1946 * dwarf2read.c (read_array_order): New function.
1947 (read_array_type): Use read_array_order to check row/column
1948 major ordering.
1949
e354df01
NW
19502004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1951
1952 * target.c (target_resize_to_sections): Check
1953 current_target.to_sections for an old value when updating.
1954
9185ddce
JB
19552004-08-27 Joel Brobecker <brobecker@gnat.com>
1956
1957 * procfs.c (dbx_link_bpt_addr): New static global variable.
1958 (dbx_link_shadow_contents): New static global variable.
1959 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1960 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1961 if we just hit it.
1962 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1963 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1964 from run to run.
1965 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1966 after the inferior has been forked.
1967 (remove_dbx_link_breakpoint): New function.
1968 (dbx_link_addr): New function.
1969 (insert_dbx_link_bpt_in_file): New function.
1970 (insert_dbx_link_bpt_in_region): New function.
1971 (insert_dbx_link_breakpoint): New function.
1972 (proc_trace_syscalls_1): New function, extracted from
1973 proc_trace_syscalls.
1974 (proc_trace_syscalls): Replace extract code by call to
1975 proc_trace_syscalls_1.
1976 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1977 is no longer valid.
1978
e6742ace
JB
19792004-08-25 Jim Blandy <jimb@redhat.com>
1980
1981 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1982
8fb3e588
AC
19832004-08-25 Andrew Cagney <cagney@gnu.org>
1984
629a41ee
AC
1985 * infrun.c (struct execution_control_state): Delete field
1986 "stepping_through_sigtramp".
1987 (init_execution_control_state): Do not set same.
1988 (context_switch): Do not pass same to save_infrun_state and
1989 load_infrun_state.
1990 * gdbthread.h (struct thread_info): Delete field
1991 stepping_through_sigtramp.
1992 (save_infrun_state, load_infrun_state): Delete parameter
1993 stepping_through_sigtramp.
1994 * thread.c (load_infrun_state, save_infrun_state): Update.
1995
8fb3e588
AC
1996 * infrun.c: Re-indent. Move expression operators to the beginning
1997 of the line. Remove long disabled #if 0 code.
1998
49c54768
AC
19992004-08-24 Andrew Cagney <cagney@gnu.org>
2000
2001 * doublest.h (floatformat_ieee_quad): Rename
2002 floatformat_ia64_quad.
2003 * doublest.c (floatformat_ieee_quad): Rename
2004 floatformat_ia64_quad.
2005 (_initialize_doublest): Update.
2006
5ca2e327
JB
20072004-08-24 Jim Blandy <jimb@redhat.com>
2008
87808bd6
JB
2009 * dwarf2expr.h (struct dwarf_expr_context): New members
2010 'num_pieces' and 'pieces', for returning the result of an
2011 expression that uses DW_OP_piece.
2012 (struct dwarf_expr_piece): New struct type.
2013 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
2014 pieces.
2015 (free_dwarf_expr_context): Free pieces, if any.
2016 (add_piece): New function.
2017 (execute_stack_op): Implement DW_OP_piece.
2018 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
2019 expression is a list of pieces, print an error message.
2020 (dwarf2_loc_desc_needs_frame): If the expression yields
2021 pieces, and any piece is in a register, then we need a frame.
2022
5ca2e327
JB
2023 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
2024 the stack until we've decided what sort of result the evaluation
2025 has produced. Use separate variables, with more specific names.
2026
2afeb6b8
RE
20272004-08-23 Richard Earnshaw <rearnsha@arm.com>
2028
2029 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
2030 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
2031 (arm_netbsd_init_abi_common): Register them.
2032
5885ab49
MK
20332004-08-22 Mark Kettenis <kettenis@gnu.org>
2034
fda820a6
MK
2035 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
2036
1c5bf419
MK
2037 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
2038 safe_frame_unwind_memory instead of target_read_memory.
2039
8cbba7c8
MK
2040 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
2041 Reorder includes.
2042 (fetch_register, store_register): Remove prototypes.
2043 (child_resume): Reorganize code and comments such that it is
2044 grouped a bit more logically.
2045 (attach): Explicitly compare errno against 0.
2046 (detach): Likewise. Use perror_with_name instead of
2047 print_sys_errmsg.
2048 * Makefile.in (infptrace.o): Update dependencies.
2049
c5fa4245
MK
2050 * ia64-linux-nat.c: Update copyright year.
2051 (fetch_debug_register, store_debug_register)
2052 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
2053 PTRACE_TYPE_ARG3.
2054 * config/ia64/nm-linux.h: Update copyright year.
2055 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
2056
387c058c
MK
2057 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
2058 from CORE_ADDR to struct frame_info *. Use
2059 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
2060 (amd64_linux_sigtramp_p): Adjust for changed signature of
2061 and64_linux_sigtramp_start
2062
277215a6
MK
2063 * gdb_ptrace.h: GNU/Linux.
2064
25f6178e
MK
2065 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2066 Remove defines.
2067
652fc137
MK
2068 * infptrace.c: Include "gdb_assert.h".
2069 (PTRACE_XFER_TYPE): Remove define.
2070 (offsetof): Only define if U_REGS_OFFSET isn't defined.
2071 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
2072 Tweak comment.
2073 (fetch_inferior_registers, store_inferior_registers): Remove
2074 redundant culry braces. Tweak comment. s/regno/regnum.
2075 * Makefile.in (infptrace.o): Update dependencies.
2076
5885ab49
MK
2077 * configure.in: Change test for return type of ptrace to default
2078 to `long' instead of `int'.
2079 * configure: Regenerate.
2080
11003ae3
MK
20812004-08-21 Mark Kettenis <kettenis@gnu.org>
2082
6b95110c
MK
2083 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
2084
bcb3dc3d
MK
2085 * configure.in: Check for ttrace function.
2086 * configure, config.in: Regenerate.
2087
11003ae3
MK
2088 * gdb_ptrace.h: New file.
2089 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
2090 <sys/ptrace.h>.
2091 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
2092 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
2093 (attach): Don't define PT_ATTACH.
2094 (detach): Don't define PT_DETACH.
2095 * Makefile.in (gdb_ptrace_h): New variable.
2096 (infptrace.o): Update dependencies.
2097
f8707cac
MK
20982004-08-16 Mark Kettenis <kettenis@gnu.org>
2099
2100 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
2101 instead of `int' if not already defined.
2102 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
2103 PTRACE_TYPE_ARG3.
2104 * infptrace.c (call_ptrace): Revert change that replaced
2105 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2106
655c5466
MK
21072004-08-15 Mark Kettenis <kettenis@gnu.org>
2108
156e5ba7
MK
2109 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2110 Remove defines.
2111
de9a9e51
MK
2112 * linux-nat.c (kill_inferior): Add missing third and fourth
2113 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
2114
88800403
MK
2115 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
2116 PTRACE_TYPE_RET.
2117
849a1d7c
MK
2118 * proc-why.c (proc_prettyfprint_why): Fix format string.
2119
61ad16d1
MK
2120 * solib-osf.c (osf_current_sos): Remove unsused label.
2121
a6ed5501
MK
2122 * configure.in: Add <ncurses/ncurses.h> to the list of possible
2123 curses headers.
2124 * configure, config.in: Regenerate.
2125 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
2126 <ncurses/ncurses.h>.
2127
016ddeca
MK
2128 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
2129 * config/nm-nbsd.h: Update copyright year.
2130 (PTRACE_ARG3_TYPE): Remove define.
2131
49ec097f
MK
2132 * sparc-nat.c (fetch_inferior_registers)
2133 (store_inferior_registers, sparc_xfer_wcookie):
2134 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2135
9f8e0089
MK
2136 * alphabsd-nat.c (fetch_inferior_registers):
2137 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2138 PTRACE_TYPE_ARG3.
2139 * amd64bsd-nat.c (fetch_inferior_registers)
2140 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2141 PTRACE_TYPE_ARG3.
2142 * armnbsd-nat.c: Update copyright year.
2143 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
2144 (store_register, store_regs, store_fp_register, store_fp_regs):
2145 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2146 * hppabsd-nat.c (fetch_inferior_registers)
2147 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2148 PTRACE_TYPE_ARG3.
2149 * i386bsd-nat.c (fetch_inferior_registers)
2150 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
2151 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2152 * m68kbsd-nat.c (fetch_inferior_registers)
2153 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2154 PTRACE_TYPE_ARG3.
2155 * m88kbsd-nat.c (fetch_inferior_registers)
2156 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2157 PTRACE_TYPE_ARG3.
2158 * mipsnbsd-nat.c: Update copyright year.
2159 (fetch_inferior_registers, store_inferior_registers):
2160 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2161 * ns32knbsd-nat.c: Update copyright year.
2162 (fetch_inferior_registers, store_inferior_registers):
2163 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2164 * ppcnbsd-nat.c (fetch_inferior_registers):
2165 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2166 PTRACE_TYPE_ARG3.
2167 * ppcobsd-nat.c (fetch_inferior_registers):
2168 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2169 PTRACE_TYPE_ARG3.
2170 * shnbsd-nat.c: Update copyright year.
2171 (fetch_inferior_registers, store_inferior_registers):
2172 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2173 * vaxbsd-nat.c (fetch_inferior_registers)
2174 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2175 PTRACE_TYPE_ARG3.
2176
655c5466
MK
2177 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
2178 PTRACE_TYPE_ARG3.
2179 * infptrace.c (call_ptrace, child_resume, attach, detach)
2180 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
2181 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2182 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
2183 PTRACE_TYPE_ARG3.
2184
c40d0d10
MK
21852004-08-14 Mark Kettenis <kettenis@gnu.org>
2186
5cb0ff31
MK
2187 * defs.h: Remove out-of-date comment.
2188 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
2189 [!GETENV_PROVIDED] (getenv): Remove prototype.
2190
5f0f34cb
MK
2191 * standalone.c: Remove file.
2192 * Makefile.in (standalone.o): Remove dependency.
2193
7532965f
MK
2194 * i386-linux-nat.c (dummy_sse_values): Remove function and
2195 prototype.
2196 (i386_linux_dr_get): Fix typo in comment.
2197 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
2198
1bdc6c53
MK
2199 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
2200
c40d0d10
MK
2201 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2202 from declaration.
2203 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2204 from definition.
2205
64218d3e
MK
22062004-08-13 Mark Kettenis <kettenis@gnu.org>
2207
2208 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
2209 parenthesis in definition.
2210 * configure: Regenerated.
2211
926c94e7
MC
22122004-08-12 Michael Chastain <mec.gnu@mindspring.com>
2213
2214 * PROBLEMS: Mention build/1411.
2215
69489883
NN
22162004-08-09 Robert Millan <robertmh@gnu.org>
2217
2218 Committed by Nathanael Nerode.
2219 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
2220 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
2221
ebb7c577
AC
22222004-08-12 Andrew Cagney <cagney@gnu.org>
2223
2224 * NEWS: Mention fixes in GDB 6.2.1.
2225 * PROBLEMS: Remove mention of mips-irix.
2226
232d697c
JB
22272004-08-11 Joel Brobecker <brobecker@gnat.com>
2228
2229 * config/powerpc/xm-aix.h: Delete.
2230 * config/powerpc/aix.mh (MH_FILE): Remove.
2231 * config/powerpc/aix432.mh (MH_FILE): Remove.
2232
72f4e82b
JB
22332004-08-11 Joel Brobecker <brobecker@gnat.com>
2234
2235 * config/powerpc/aix.mh: Remove obsolete comment.
2236 * config/powerpc/aix432.mh: Likewise.
2237
0687ccb2
JB
22382004-08-11 Joel Brobecker <brobecker@gnat.com>
2239
2240 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
2241
dbf3ada7
JB
22422004-08-11 Joel Brobecker <brobecker@gnat.com>
2243
e08e1886
JB
2244 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
2245 this file is now empty.
2246 * config/xm-aix4.h: Remove, this file is no longer included
2247 anywhere.
2248
22492004-08-11 Joel Brobecker <brobecker@gnat.com>
2250
2251 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
2252 that file is now empty.
dbf3ada7
JB
2253 (termdef): Remove prototype, function no longer used.
2254
4c525ef6
JB
22552004-08-11 Joel Brobecker <brobecker@gnat.com>
2256
2257 * doc/gdbint.texinfo (Host Definition): Remove documentation
2258 for USE_O_NOCTTY, no longer used.
2259 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
2260 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
2261
82e0b968
JB
22622004-08-11 Joel Brobecker <brobecker@gnat.com>
2263
2264 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
2265 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
2266 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
2267
f2acbe1c
MK
22682004-08-11 Mark Kettenis <kettenis@gnu.org>
2269
daa98270
MK
2270 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
2271 instead of FIVE_ARG_PTRACE.
2272
f2acbe1c
MK
2273 * inflow.c (O_NOCTTY): Define to zero if not already defined.
2274 (new_tty): Use O_NOCTTY unconditionally.
2275
cc377e6b
MK
22762004-08-10 Mark Kettenis <kettenis@gnu.org>
2277
2278 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
2279 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
2280 fflush on stdout.
2281
3bcc18fa
JB
22822004-08-10 Joel Brobecker <brobecker@gnat.com>
2283
2284 * xcoff_symfile_finish: Replace last call to xmfree by call
2285 to xfree.
2286
7936743b
AC
22872004-08-10 Andrew Cagney <cagney@gnu.org>
2288
cc503c8a
AC
2289 * main.c (captured_main): Delete call to init_malloc.
2290 * defs.h (init_malloc): Delete declaration.
2291 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
2292 (init_malloc): Delete functions.
2293
2dc74dc1
AC
2294 * defs.h (xmfree): Delete.
2295 * utils.c (xmfree): Delete function.
2296 (xfree): Inline calls to xmfree and mfree.
2297 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
2298 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
2299 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
2300 * somread.c (som_symfile_finish): Ditto.
2301 * objfiles.c (allocate_objfile, free_objfile):
2302 * nlmread.c (nlm_symfile_finish): Ditto.
2303 * hpread.c (hpread_symfile_finish): Ditto.
2304 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
2305 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
2306 * coffread.c (coff_symfile_finish): Ditto.
2307
aa2ee5f6
AC
2308 * defs.h (xmcalloc): Delete declaration.
2309 * utils.c (xmcalloc): Delete.
2310 (xcalloc): Inline calls to xmcalloc and mcalloc.
2311 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
2312 xcalloc and xfree.
2313 * symtab.c (create_demangled_names_hash): Ditto.
2314
0efffb96
AC
2315 * defs.h (xmrealloc): Delete.
2316 * utils.c (xmrealloc): Delete.
2317 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
2318 * symmisc.c (extend_psymbol_list): Use xrealloc.
2319 * source.c (find_source_lines): Ditto.
2320 * hpread.c (hpread_lookup_type): Ditto.
2321 * dbxread.c (add_bincl_to_list): Ditto.
2322
7936743b
AC
2323 * utils.c (xmmalloc): Delete.
2324 (xmalloc): Inline xmmalloc and mmalloc calls.
2325 (msavestring): Use xmalloc.
2326 * defs.h (xmmalloc): Delete declaration.
2327 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
2328 xmmalloc.
2329 * symmisc.c (extend_psymbol_list): Ditto.
2330 * symfile.c (init_psymbol_list): Ditto.
2331 * source.c (find_source_lines): Ditto.
2332 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
2333 * elfread.c (elf_symtab_read): Ditto.
2334 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
2335 * coffread.c (coff_symfile_init): Ditto.
2336
252ab814
DC
23372004-08-10 David Carlton <carlton@bactrian.org>
2338
2339 * MAINTAINERS: Remove David Carlton from c++ testsuite
2340 maintainers.
2341
8f5ba92b
JG
23422004-08-10 Jerome Guitton <guitton@gnat.com>
2343
2344 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
2345 print a line feed before the prompt.
2346
21749010
MK
23472004-08-10 Mark Kettenis <kettenis@gnu.org>
2348
2349 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
2350
1f011ce2
JB
23512004-08-09 Joel Brobecker <brobecker@gnat.com>
2352
2353 General cleanup of the AIX xm include file:
2354 * config/xm-aix4.h (fd_set): Remove undefine.
2355 Remove include of <sys/select.h>.
2356 (HAVE_TERMIO): Remove define.
2357 (USG): Likewise.
2358 (NULL): Remove redefine.
2359 (alloca): Remove #pragma.
2360 (vfork): Remove define.
2361 (termdef): Remove.
2362 (SIGWINCH_HANDLER): Remove.
2363 (SIGWINCH_HANDLER_BODY): Remove.
2364
cf4e7692
MK
23652004-08-09 Mark Kettenis <kettenis@gnu.org>
2366
2367 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
2368 GDB_OSABI_OPENBSD_ELF.
2369
ac5754fa
MK
23702004-08-07 Robert Millan <robertmh@gnu.org>
2371
2372 * bsd-kvm.c: Check for nlist.h before including it.
2373
086ec9eb
MK
23742004-08-09 Mark Kettenis <kettenis@gnu.org>
2375
bbe06c74
MK
2376 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
2377 sigcontext' offset consistency checks for ancient BSD.
2378
3aa7b3b3
MK
2379 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
2380
086ec9eb
MK
2381 * configure.in: Check for <sys/types.h>. Check return and
2382 argument types of ptrace.
2383 * configure, config.in: Regenerate.
2384
09991fa0
JB
23852004-08-09 Jim Blandy <jimb@redhat.com>
2386
2387 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
2388 rs6000_register_sim_regno): Doc fixes.
2389
fed7ba43
JB
23902004-08-08 Joel Brobecker <brobecker@gnat.com>
2391
2392 * mips-tdep.c: Include "floatformat.h".
2393 (n32n64_floatformat_always_valid): New function.
2394 (floatformat_n32n64_long_double_big): New constant.
2395 (mips_gdbarch_init): Set size and format of long double
2396 for N32 and N64 ABIs.
2397 * Makefile.in (mips-tdep.o): Update dependencies.
2398
456fcf94
AC
23992004-08-08 Andrew Cagney <cagney@gnu.org>
2400
2f9b146e
AC
2401 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
2402 print. Improve script's error messages.
2403 * gdbarch.h: Re-generate.
2404
456fcf94
AC
2405 * gdbarch.sh (pformat): New function.
2406 (float_format, double_format, long_double_format): List with bit
2407 members. Use pformat when printing.
2408 * gdbarch.c, gdbarch.h: Re-generate.
2409
69e9e646
NW
24102004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
2411
2412 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
2413 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
2414 (ppcnbsd_supply_pcb): New function.
2415 (_initialize_ppcnbsd_nat): New prototype and function.
2416 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
2417 (LOADLIBES): New variable.
2418 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
2419
5ef2d0aa
AC
24202004-08-08 Andrew Cagney <cagney@gnu.org>
2421
2422 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
2423 (builtin_type_ieee_double, builtin_type_ia64_quad)
2424 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
2425 BE/LE floating-point types.
2426 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
2427 (builtin_type_ieee_double, builtin_type_ia64_quad)
2428 (builtin_type_ia64_spill): Declare.
2429 * doublest.c (_initialize_doublest, floatformat_ieee_single)
2430 (floatformat_ieee_double, floatformat_arm_ext)
2431 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
2432 of LE/BE floatformats.
2433 * doublest.h: (struct floatformat, floatformat_ieee_single)
2434 (floatformat_ieee_double, floatformat_arm_ext)
2435 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
2436
5c7f2947
MK
24372004-08-08 Mark Kettenis <kettenis@gnu.org>
2438
ecac404d
MK
2439 * i386gnu-nat.c (gnu_store_registers): Fix typo.
2440
9b8607ce
MK
2441 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
2442 instead of regcache_raw_supply when storing the registers.
2443
f6052080
MK
2444 * i386gnu-nat.c: Update copyright year.
2445 (gnu_store_registers): Don't use deprecated_registers and
2446 deprecated_registers_valid. Use regcache_valid_p and
2447 regcache_raw_supply instead.
2448
17777823
MK
2449 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
2450 frame_pc_unwind.
2451
5240ceac
MK
2452 * procfs.c (procfs_pid_to_str): Remove redundant and unused
2453 variables. Incapitalized "process".
2454
5c7f2947
MK
2455 * configure.in: Add cursesX to the list of possible curses libs.
2456 Add cursesX.h to the list of possible curses headers.
2457 * configure, config.in: Regenerate.
2458
da7d81e3
NW
24592004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2460
2461 * configure.in: Test for struct lwp in <sys/lwp.h>.
2462 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
2463 the offset of l_addr in struct lwp.
2464
7f245d65
NW
24652004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2466
2467 * bsd-kvm.c: Include "gdbcore.h"
2468 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
2469
47b3f456
AC
24702004-08-07 Andrew Cagney <cagney@gnu.org>
2471
70bd8e24
AC
2472 * gdbtypes.c (build_flt, build_complex): New functions.
2473 (gdbtypes_post_init): Use.
2474
9b0dea39
AC
2475 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
2476
5cf7abac
AC
2477 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
2478 through to builtin_type_uint128.
2479
64d2b26d
AC
2480 * c-exp.y: Use builtin_type function to obtain builtin types.
2481
7ad6570d
AC
2482 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
2483 builtin_uint128.
2484 * gdbtypes.c (gdbtypes_post_init): Update.
2485 (build_gdbtypes): Move initialization of builtin_type_int0
2486 through to builtin_type_uint128 from here ...
2487 (_initialize_gdbtypes): ... to here.
2488 * d10v-tdep.c (d10v_register_type): Update.
2489
47b3f456
AC
2490 * doublest.c: Update copyright.
2491 (floatformat_from_length): Call error when floatformat is NULL.
2492 (extract_floating_by_length): Remove NULL fmt check.
2493 (store_floating_by_length): Ditto.
2494
0a8146bf
AC
24952004-08-07 Andrew Cagney <cagney@gnu.org>
2496
2497 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
2498 that the register is valid.
2499
c0ccb908
MK
25002004-08-05 Mark Kettenis <kettenis@chello.nl>
2501
8e6bed05
MK
2502 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2503 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
2504 struct frame_info *. Use safe_frame_unwind_memory instead of
2505 deprecated_read_memory_nobpt.
2506 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
2507 changed signature of i386_linux_sigtramp_start and
2508 i386_linux_rt_sigtramp_start.
2509
24f9f5e3
MK
2510 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
2511 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
2512 instead of deprecated_read_memory_nobpt.
2513 (i386nbsd_sigtramp_p): Adjust for changed signature of
2514 i386nbsd_sigtramp_offset.
2515
c822af0c
MK
2516 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
2517 safe_frame_unwind_memory instead of target_read_memory.
2518
c0ccb908
MK
2519 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2520 !NO_SYS_FILE.
2521 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
2522 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
2523 (_initialize_kernel_u_addr): Remove prototype and function.
2524 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2525 !NO_SYS_FILE.
2526 * xcoffread.c: Likewise.
2527
b9e1c0d6
MK
25282004-08-06 Mark Kettenis <kettenis@gnu.org>
2529
2530 * vax-nat.c: New file.
2531 * vaxbsd-nat.c: Tweak comment.
2532 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
2533 vaxnbsd-tdep.c.
2534 (vax-nat.o): New dependency.
2535 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
2536 (vax-*-ultrix2*): Remove.
2537 * config/vax/vax.mh: New file.
2538 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
2539 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
2540 (vax_register_u_addr): New prototype.
2541 (REGISTER_U_ADDR): Define using vax_register_u_addr.
2542 * config/vax/vaxult2.mh: Remove file.
2543 * config/vax/vaxult.mh: Remove file.
2544 * config/vax/vaxbsd.mh: Remove file.
2545 * config/vax/vax.mt (TM_FILE): Remove.
2546 * config/vax/tm-vaxbsd.h: Remove file.
2547
9ad7bec7
JB
25482004-08-06 Joel Brobecker <brobecker@gnat.com>
2549
2550 * aix-thread.c (get_signaled_thread): New function.
2551 (iter_trap): Delete, no longer used.
2552 (iter_tid): New function.
2553 (pd_update): Find the thread that received the SIGTRAP signal
2554 by first locating the kernel thread, and then finding its
2555 associated thread.
2556
bf0d233d
UW
25572004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
2558
2559 * lin-lwp.c (child_wait): Continue inferior after processing
2560 PTRACE_EVENT_CLONE event.
2561
d0f853e1
NN
25622004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
2563
2564 * MAINTAINERS: Add self to Write-After-Approval.
2565
ab14aeb0
JJ
25662004-08-05 Jeff Johnston <jjohnstn@redhat.com>
2567
2568 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
2569 libunwind-xxxx.so" where xxxx is UNW_TARGET.
2570
9c8dbfa9
AC
25712004-08-05 Andrew Cagney <cagney@gnu.org>
2572
c8f3ca46
AC
2573 * config/xm-sysv4.h: Delete file.
2574 * config/mips/xm-irix5.h: Delete file.
2575 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
2576 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
2577 * config/ia64/xm-aix.h: Delete file.
2578 * config/ia64/aix.mh (XM_FILE): Delete.
2579 * config/pa/xm-hppah.h: Delete file.
2580 * config/pa/hpux11w.mh (XM_FILE): Delete.
2581 * config/pa/hpux11.mh (XM_FILE): Delete.
2582 * config/pa/hpux1020.mh (XM_FILE): Delete.
2583 * config/pa/hppahpux.mh (XM_FILE): Delete.
2584
5f7daaff
AC
2585 * config/alpha/xm-alphalinux.h: Delete file.
2586 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
2587 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
2588 * config/alpha/xm-alphaosf.h: Delete file.
2589 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
2590 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
2591 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
2592 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
2593
69babf95
AC
2594 * config/i386/xm-i386v.h: Delete file.
2595 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
2596 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
2597 * config/i386/xm-i386sco.h: Delete file.
2598 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2599 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2600 * config/i386/xm-i386v4.h: Delete file.
2601 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2602 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2603 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2604 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2605
6f009c8a
AC
2606 * config/vax/xm-vax.h: Delete file.
2607 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2608 * config/vax/xm-vaxult2.h: Delete file.
2609 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2610 * config/vax/vaxult2.mh (XM_FILE): Delete.
2611 * config/vax/xm-vaxult.h: Delete file.
2612 * config/vax/vaxult.mh (XM_FILE): Delete.
2613 * config/vax/xm-vaxbsd.h: Delete file.
2614 * config/vax/vaxbsd.mh (XM_FILE): Delete.
2615
9c8dbfa9
AC
2616 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2617 * gdbarch.h, gdbarch.c: Re-generate.
2618 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2619 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2620 * frame.h: Delete deprecated_read_fp from comments.
2621 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2622 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2623
84367a3e
MK
26242004-08-04 Mark Kettenis <kettenis@gnu.org>
2625
9c8e3411
MK
2626 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2627 trampoline in OpenBSD 3.5-current.
2628
b87bc0d8
MK
2629 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2630 SSE registers.
2631
84367a3e
MK
2632 * Makefile.in: Remove embedded page breaks.
2633
a44bddec
JB
26342004-08-04 Jim Blandy <jimb@redhat.com>
2635
7ab3286f
JB
2636 * regcache.c (regcache_raw_read): Assert that, after calling
2637 target_fetch_registers, the register we're reading is cached.
2638
a44bddec
JB
2639 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2640 a call to 'internal_error', with a more helpful error message.
2641 * rs6000-tdep.c (e500_pseudo_register_read,
870d65d5 2642 e500_pseudo_register_write, rs6000_store_return_value): Same.
a44bddec 2643
35124113
AC
26442004-08-04 Andrew Cagney <cagney@gnu.org>
2645
2646 * Makefile.in: Update dependencies.
2647
9f643768
JB
26482004-08-04 Jim Blandy <jimb@redhat.com>
2649
6ced10dd
JB
2650 Change the layout of the PowerPC E500 raw register cache to allow
2651 the lower 32-bit halves of the GPRS to be their own raw registers,
2652 not pseudoregisters.
2653 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2654 add ppc_ev0_upper_regnum flag.
2655 * rs6000-tdep.c: #include "reggroups.h".
2656 (spe_register_p): Recognize the ev upper half registers as SPE
2657 registers.
2658 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2659 registers.
2660 (e500_move_ev_register): New function.
2661 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2662 vector registers are the pseudo-registers now, formed by splicing
2663 together the gprs and the upper-half registers.
2664 (e500_register_reggroup_p): New function.
2665 (P): Macro deleted.
2666 (P8, A4): New macro.
2667 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2668 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2669 macros.
2670 (registers_e500): Rearrange register set so that the raw register
2671 set contains 32-bit GPRs and upper-half registers, and the SPE
2672 vector registers become pseudo-registers.
2673 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2674 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
2675 register numbers are now the same for the E500 as they are for
2676 other PowerPC variants. Register e500_register_reggroup_p as the
2677 register group function for the E500.
2678 * Makefile.in (rs6000-tdep.o): Update dependencies.
2679
2680 Adapt PPC E500 native support to the new raw regcache layout.
2681 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2682 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2683 (fetch_spe_register, store_spe_register): Handle fetching/storing
2684 all the SPE registers at once, if regno == -1. These now take
2685 over the job of fetch_spe_registers and store_spe_registers.
2686 (fetch_spe_registers, store_spe_registers): Deleted.
2687 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2688 unconditionally; they're always raw. Fetch/store SPE upper half
2689 registers, if present, instead of ev registers.
2690 (fetch_register, store_register): Remove sanity checks: gprs are
2691 never pseudo-registers now, so we never need to even mention any
2692 registers that are ever pseudoregisters.
2693
9f643768
JB
2694 Use a fixed register numbering when communicating with the PowerPC
2695 simulator.
2696 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2697 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2698 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2699 New functions.
2700 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2701 init_sim_regno_table.
2702 * Makefile.in (gdb_sim_ppc_h): New variable.
2703 (rs6000-tdep.o): Update dependencies.
2704
1e2279c8
AC
27052004-08-02 Andrew Cagney <cagney@gnu.org>
2706
1d94326f
AC
2707 * cris-tdep.c (cris_register_size): Restore function, still used
2708 locally.
2709
331ae7ed
AC
2710 * gdbarch.sh (deprecated_target_read_fp)
2711 (deprecated_frame_locals_address, deprecated_frame_args_address)
2712 (deprecated_frame_chain_valid, deprecated_frame_chain)
2713 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2714 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2715 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2716 * gdbarch.h, gdbarch.c: Re-generate.
2717 * regcache.c (deprecated_read_fp): Do not call
2718 DEPRECATED_TARGET_READ_FP_P.
2719 * infcmd.c (default_print_registers_info): Do not call
2720 DEPRECATED_DO_REGISTERS_INFO.
2721 * frame-base.c (default_frame_locals_address): Do not call
2722 DEPRECATED_FRAME_LOCALS_ADDRESS.
2723 (default_frame_args_address): Do not call
2724 DEPRECATED_FRAME_ARGS_ADDRESS.
2725
1e2279c8
AC
2726 * gdbarch.sh (deprecated_register_raw_size)
2727 (deprecated_register_virtual_size:int): Delete.
2728 * gdbarch.h, gdbarch.c: Re-generate.
2729 * cris-tdep.c (cris_register_size): Delete.
2730 (cris_gdbarch_init): Update.
2731 * alpha-tdep.c (alpha_register_raw_size)
2732 (alpha_register_virtual_size): Delete.
2733 (alpha_gdbarch_init): Update.
2734
a90c06b4
AC
2735 * gdbarch.sh (deprecated_register_virtual_type)
2736 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2737 (deprecated_dummy_write_sp): Delete.
2738 * gdbarch.h, gdbarch.c: Re-generate.
2739
f42accbe
AC
2740 * gdbarch.sh (deprecated_register_bytes): Delete.
2741 * gdbarch.h, gdbarch.c: Re-generate.
2742 * regcache.c (deprecated_register_bytes): New function.
2743 * regcache.h (deprecated_register_bytes): Declare.
2744 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2745 * v850-tdep.c (v850_gdbarch_init): Update.
2746 * sh64-tdep.c (sh64_gdbarch_init): Update.
2747 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2748 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2749 * mcore-tdep.c (mcore_gdbarch_init): Update.
2750 * cris-tdep.c (cris_gdbarch_init): Update.
2751 * arm-tdep.c (arm_gdbarch_init): Update.
2752 * remote.c (init_remote_state): Update.
2753 * remote-vx.c (vx_prepare_to_store): Update.
2754 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2755 * irix5-nat.c (fetch_core_registers): Update.
2756 * cris-tdep.c (cris_register_bytes_ok): Update.
2757 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2758
45c9dd44
AC
2759 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2760 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2761 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2762 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2763 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2764 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2765 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2766 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2767 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2768 with mips_insn16 and mips_insn32.
2769
3acba339
AC
2770 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2771 * rs6000-tdep.c (rs6000_push_dummy_call)
2772 (rs6000_extract_return_value): Use register_size.
2773 * xstormy16-tdep.c (xstormy16_get_saved_register)
2774 (xstormy16_extract_return_value): Ditto.
2775 * valops.c (value_assign): Ditto.
2776 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2777 * v850-tdep.c (v850_extract_return_value): Ditto.
2778 * tracepoint.c (collect_symbol): Ditto.
2779 * target.c (debug_print_register): Ditto.
2780 * stack.c (frame_info): Ditto.
2781 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2782 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2783 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2784 (store_register_using_P): Ditto.
2785 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2786 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2787 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2788 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2789 * regcache.c (deprecated_read_register_bytes)
2790 (deprecated_write_register_bytes, read_register)
2791 (write_register): Ditto.
2792 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2793 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2794 * monitor.c (monitor_supply_register, monitor_fetch_register)
2795 (monitor_store_register): Ditto.
2796 * mn10300-tdep.c (mn10300_pop_frame_regular)
2797 (mn10300_print_register): Ditto.
2798 * mipsv4-nat.c (fill_fpregset): Ditto.
2799 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2800 (mips64_fill_fpregset): Ditto.
2801 * mi/mi-main.c (register_changed_p, get_register)
2802 (mi_cmd_data_write_register_values): Ditto.
2803 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2804 * irix5-nat.c (fill_gregset, fetch_core_registers):
2805 * infrun.c (write_inferior_status_register): Ditto.
2806 * infptrace.c (fetch_register, store_register): Ditto.
2807 * infcmd.c (default_print_registers_info): Ditto.
2808 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2809 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2810 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2811 * hpux-thread.c (hpux_thread_fetch_registers)
2812 (hpux_thread_store_registers): Ditto.
2813 * hppah-nat.c (store_inferior_registers, fetch_register):
2814 * findvar.c (value_from_register): Ditto.
2815 * dve3900-rom.c (fetch_bitmapped_register):
2816 * cris-tdep.c (cris_gdbarch_init): Ditto.
2817 * alpha-tdep.h: Ditto.
2818 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2819
01e1877c
AC
2820 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2821 DEPRECATED_REGISTER_RAW_SIZE from comments.
2822 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2823 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2824 DEPRECATED_REGISTER_RAW_SIZE.
2825 * findvar.c (value_of_register): Simplify by assuming that the
2826 registers raw and virtual sizes are identical.
2827 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2828 comment.
2829 * arch-utils.c (generic_register_size): Simplify by assuming
2830 register_type.
2831
73f458fb
AC
2832 * regcache.c (legacy_read_register_gen, real_register)
2833 (legacy_write_register_gen): Delete, not used.
2834
336a3131
AC
2835 * regcache.c (struct regcache_descr): Delete legacy_p.
2836 (init_legacy_regcache_descr): Delete function.
2837 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2838 Do not use deprecated register functions.
2839 (regcache_raw_read, deprecated_write_register_gen):
2840 (deprecated_read_register_gen, regcache_raw_write): Delete code
2841 predicated on legacy_p.
2842 (register_size): Delete check against register raw size.
2843
c1d546cd
AC
2844 * cris-tdep.c (cris_register_type): Replace
2845 cris_register_virtual_type.
2846 (cris_gdbarch_init): Update, set register_type.
2847
48c2c0a6
AC
2848 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2849 * gdbarch.h, gdbarch.c: Re-generate.
2850 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2851 (arm_gdbarch_init) Do not set frameless function invocation.
2852 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2853 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2854 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2855 (frv_gdbarch_init): Do not set frameless function invocation.
2856 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2857 * sh-tdep.c (sh_gdbarch_init): Ditto.
2858 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2859 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2860 * avr-tdep.c (avr_gdbarch_init): Ditto.
2861
474093a6
AC
2862 * blockframe.c (legacy_frame_chain_valid): Delete function.
2863
3c109c8b
AC
2864 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2865 and pc. Update comments.
2866 (pc_in_dummy_frame): Delete function.
2867 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2868 use the "id".
2869 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2870 call_hi, top and pc, use the id.
2871 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2872
96860204
AC
2873 * dummy-frame.c: Include "gdb_string.h".
2874 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2875 (generic_save_dummy_frame_tos): Delete.
2876 (dummy_frame_push): New function, replaces above.
2877 * dummy-frame.h: Update copyright.
2878 (dummy_frame_push): Declare.
2879 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2880 (generic_save_call_dummy_addr): Delete declarations.
2881 * infcall.c: Include "dummy-frame.h".
2882 (call_function_by_hand): Add locals caller_regcache,
2883 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2884 with call to frame_save_as_regcache plus cleanup. Delete calls to
2885 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2886 Move clear_proceed_status to just before the resume, add call to
2887 dummy_frame_push (discard cleanup).
2888 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2889 (dummy-frame.o): Add $(gdb_string_h).
2890
d67ec5db
AC
28912004-08-01 Andrew Cagney <cagney@gnu.org>
2892
2893 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2894 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2895 * dummy-frame.c (find_dummy_frame): Delete.
2896 (struct dummy_frame_cache, dummy_frame_sniffer)
2897 (dummy_frame_prev_register, dummy_frame_this_id)
2898 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2899 frame unwinder using a dummy_frame_cache.
2900
a81dcb05
AC
29012004-08-01 Andrew Cagney <cagney@gnu.org>
2902
2903 * frame.h (frame_save_as_regcache): Declare.
2904 * frame.c (frame_save_as_regcache): New function.
2905 (do_frame_read_register): Replace do_frame_unwind_register.
2906 (frame_pop): Use frame_save_as_regcache.
2907 * dummy-frame.c (generic_push_dummy_frame): Use
2908 frame_save_as_regcache.
2909
aa495d11
JB
29102004-08-01 Joel Brobecker <brobecker@gnat.com>
2911
2912 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2913 file as included until we record the first line in the linetable.
2914
ff65ac78
AC
29152004-08-01 Andrew Cagney <cagney@gnu.org>
2916
2917 * frame.h (deprecated_pop_dummy_frame)
2918 (deprecated_read_register_dummy)
2919 (deprecated_generic_find_dummy_frame): Delete.
2920 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2921 (deprecated_read_register_dummy)
2922 (deprecated_find_dummy_frame_regcache)
2923 (discard_innermost_dummy)
2924 (deprecated_pop_dummy_frame): Delete.
2925 (dummy_frame_this_id): Simplify.
2926 (struct dummy_frame): Delete "fp" and "sp".
2927 (find_dummy_frame): Simplify.
2928 (generic_push_dummy_frame): Do not set "fp" or "sp".
2929 (fprint_dummy_frames): Do not print "fp" and "sp"
2930
37bdc87e
MK
29312004-08-01 Mark Kettenis <kettenis@gnu.org>
2932
2933 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2934 (struct i386_insn): New structure.
2935 (i386_match_insn): New function.
2936 (i386_frame_setup_skip_insns): New variable.
2937 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2938 array i386_frame_setup_insns of instructions that should be
2939 skipped inside the frame setup sequence.
2940
8241eaa6
AC
29412004-08-01 Andrew Cagney <cagney@gnu.org>
2942
5bc602c7
AC
2943 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2944 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2945 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2946 * stack.c (frame_info): Delete references to
2947 DEPRECATED_FRAME_INIT_SAVED_REGS and
2948 deprecated_get_frame_saved_regs.
2949 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2950 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2951 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2952 (frame_unwind_register_signed)
2953 (frame_unwind_register_unsigned)
2954 (frame_unwind_unsigned_register): Use register_size.
2955 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2956 (deprecated_frame_xmalloc_with_cleanup)
2957 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2958 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2959
03d363a1
AC
2960 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2961 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2962 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2963 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2964
8241eaa6
AC
2965 * infcall.c (call_function_by_hand): Do not use
2966 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2967 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2968 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2969 DEPRECATED_STACK_ALIGN.
2970
f00df8b7
AC
29712004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2972
2973 Committed by Andrew Cagney.
2974 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2975
eec63939
AC
29762004-08-01 Andrew Cagney <cagney@gnu.org>
2977
2978 * mips-tdep.c (mips16_frame_cache)
2979 (mips16_frame_this_id, mips16_frame_prev_register)
2980 (mips16_frame_unwind, mips16_frame_sniffer)
2981 (mips16_frame_base_address, mips16_frame_base)
2982 (mips16_frame_base_sniffer, mips32_frame_cache)
2983 (mips32_frame_this_id, mips32_frame_prev_register)
2984 (mips32_frame_unwind, mips32_frame_sniffer)
2985 (mips32_frame_base_address, mips32_frame_base)
2986 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2987 separate heuristic mips16 and mips32 unwinders.
2988 (mips_stub_frame_cache, mips_stub_frame_this_id)
2989 (mips_stub_frame_prev_register)
2990 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2991 (mips_stub_frame_base_address, mips_stub_frame_base)
2992 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2993 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2994 match true mdebug frames.
2995 (non_heuristic_proc_desc): Add forward declaration.
2996
e66299b3
AC
29972004-08-01 Andrew Cagney <cagney@gnu.org>
2998
83cbbf3e
AC
2999 * config/mips/tm-irix6.h: Delete file.
3000 * config/mips/tm-irix5.h: Delete file.
3001 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
3002 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
3003
22d41b37
AC
3004 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
3005 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
3006 * config/nm-gnu.h (NO_CORE_OPS): Delete.
3007 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
3008 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
3009 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
3010 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
3011 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
3012 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
3013 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
3014 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
3015 (TARGET_SIGNAL_RAW_VALUES): Delete.
3016 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3017 Delete.
3018 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
3019 (TARGET_HW_WATCH_LIMIT): Delete.
3020 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
3021 * minimon.h: Delete file.
3022
e66299b3
AC
3023 * trad-frame.c (trad_frame_get_this_base)
3024 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
3025 functions.
3026 * trad-frame.h (trad_frame_set_this_base)
3027 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
3028
1f67027d
AC
30292004-07-31 Andrew Cagney <cagney@gnu.org>
3030
3031 * trad-frame.c (trad_frame_get_prev_register): Rename
3032 trad_frame_get_prev_register.
3033 * vax-tdep.c (vax_frame_prev_register): Update.
3034 * trad-frame.h: Update.
3035 * trad-frame.c (trad_frame_get_register): Update.
3036 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
3037 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
3038 Update.
3039 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
3040 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
3041 Update.
3042 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
3043 Update.
3044 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
3045 Update.
3046 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
3047 Update.
3048 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
3049 Update.
3050 * s390-tdep.c (s390_frame_prev_register)
3051 (s390_stub_frame_prev_register)
3052 (s390_sigtramp_frame_prev_register): Update.
3053 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
3054 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
3055 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
3056 * m88k-tdep.c (m88k_frame_prev_register)
3057 * m68hc11-tdep.c (m68hc11_frame_prev_register)
3058 * m32r-tdep.c (m32r_frame_prev_register): Update.
3059 * hppa-tdep.c (hppa_frame_prev_register_helper)
3060 * frv-tdep.c (frv_frame_prev_register): Update.
3061 * d10v-tdep.c (d10v_frame_prev_register): Update.
3062 * cris-tdep.c (cris_frame_prev_register): Update.
3063 * avr-tdep.c (avr_frame_prev_register): Update.
3064 * arm-tdep.c (arm_prologue_prev_register)
3065 (arm_sigtramp_prev_register): Update.
3066
c1bf6f65
AC
30672004-07-31 Andrew Cagney <cagney@gnu.org>
3068
3069 * frame.h (legacy_saved_regs_unwind)
3070 (legacy_frame_chain_valid, legacy_frame_p)
3071 (enum frame_type): Delete UNKNOWN_FRAME.
01fbbd97
AC
3072 * dummy-frame.c (dummy_frame_this_id): Simplify.
3073 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
c1bf6f65
AC
3074 * frame.c (struct frame_info): Delete the field "type".
3075 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
3076 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
3077 (legacy_saved_regs_unwind, legacy_frame_p)
3078 (frame_type_from_pc): Delete.
3079 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
3080 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
3081
dc856692
MK
30822004-07-31 Mark Kettenis <kettenis@gnu.org>
3083
5a5effe1
MK
3084 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
3085 indentation.
3086
d4fd50a6
MK
3087 * mips-nat.c: Remove file.
3088 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
3089 (mips-nat.o): Remove dependency.
3090
2689df5a
MK
3091 * infptrace.c: Update copyright year.
3092 (fetch_register): Pass NULL in regcache_raw_supply call instead of
3093 explicitly setting the buffer to all zeroes.
3094
dc856692
MK
3095 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
3096 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
3097
763910e0
AC
30982004-07-30 Andrew Cagney <cagney@gnu.org>
3099
3100 * GDB 6.2 released from gdb_6_2-branch.
3101
0b66e38c
EZ
31022004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
3103
3104 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
3105
3106 * exec.c (exec_file_attach):
3107 * nto-tdep.c (nto_find_and_open_solib):
3108 * pa64solib.c (pa64_solib_sizeof_symbol_table):
3109 * solib.c (solib_open):
3110 * somsolib.c (som_solib_sizeof_symbol_table):
3111 * source.c (is_regular_file, openp, open_source_file):
3112 * symfile.c (symfile_bfd_open):
3113 * wince.c (upload_to_device): Differentiate between the search for
3114 binary and source files.
3115
be7d7357
AC
31162004-07-30 Andrew Cagney <cagney@gnu.org>
3117
3118 * complaints.c (_initialize_complaints): Pass NULL to
3119 add_setshow_zinteger_cmd for help_doc.
3120 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
3121
ddc9cd0f
AC
31222004-07-30 Andrew Cagney <cagney@gnu.org>
3123
3124 Fix PR i18n/761.
3125 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
3126 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
3127 $(PACKAGE).pot and update-po.
3128 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
3129 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
3130 (update-po): New rules.
3131 (localedir): Define using autoconf.
3132 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
3133 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
3134 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
3135 * configure.in: Generate CATALOGS and LINGUAS from contents of
3136 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
3137 * configure: Re-generate.
3138 * po/gdbtext: New file
3139
e92f3704
JG
31402004-07-30 Jerome Guitton <guitton@gnat.com>
3141
3142 * MAINTAINERS: Reorder Write After Approval list in alphabetical
3143 order.
3144
b0f35d58
DL
31452004-07-30 David Lecomber <dsl@sources.redhat.com>
3146
3147 * dwarf2read.c (read_file_scope): Set producer if attribute
3148 present.
3149 (struct dwarf2_cu): Added new member producer.
3150
ce7d4522
JG
31512004-07-30 Jerome Guitton <guitton@gnat.com>
3152
3153 * inflow.c (kill_command): release file handles in BFD.
3154 * exec.c (exec_file_attach): Ditto.
3155 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
3156
05ee07c7
AC
31572004-07-29 Andrew Cagney <cagney@gnu.org>
3158
3159 * PROBLEMS (mips-irix): Note that it is broken.
3160
62eceb47
AC
31612004-07-29 Andrew Cagney <cagney@gnu.org>
3162
e57b8d41
AC
3163 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
3164 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
3165
d334389b
AC
3166 * config/xm-nbsd.h: Delete file.
3167 * config/arm/xm-nbsd.h: Delete file.
3168 * config/i386/xm-nbsd.h: Delete file.
3169 * config/ns32k/xm-nbsd.h: Delete file.
3170 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
3171 * config/i386/nbsdelf.mh (XM_FILE): Delete.
3172 * config/i386/nbsdaout.mh (XM_FILE): Delete.
3173 * config/arm/nbsdelf.mh (XM_FILE): Delete.
3174 * config/arm/nbsdaout.mh (XM_FILE): Delete.
3175
e910f676
AC
3176 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
3177 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
3178 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
3179 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
3180 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
3181 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
3182
6fa856b9
AC
3183 * config/powerpc/xm-linux.h: Delete empty file.
3184 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
3185 * config/powerpc/linux.mh (XM_FILE): Delete.
3186 * config/m68k/xm-linux.h: Delete empty file.
3187 * config/m68k/linux.mh (XM_FILE): Delete.
3188 * config/ia64/xm-linux.h: Delete empty file.
3189 * config/ia64/linux.mh (XM_FILE): Delete.
3190 * config/arm/xm-linux.h: Delete empty file.
3191 * config/arm/linux.mh (XM_FILE): Delete.
3192
471ae5ae
AC
3193 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3194 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
3195 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3196 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
3197 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3198 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
3199 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3200 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
3201
62eceb47
AC
3202 * config/m68k/xm-m68k.h: Delete file.
3203 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
3204 copyright.
3205 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
3206 * config/pa/xm-linux.h: Delete empty file.
3207 * config/pa/linux.mh (XM_FILE): Delete.
3208 * config/i386/xm-i386.h: Delete empty file.
3209 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
3210 "i386/xm-i386.h".
3211 * config/i386/obsdaout.mh (XM_FILE): Delete.
3212 * config/i386/obsd64.mh (XM_FILE): Delete.
3213 * config/i386/fbsd64.mh (XM_FILE): Delete.
3214 * config/i386/nto.mh (XM_FILE): Delete.
3215 * config/i386/obsd.mh (XM_FILE): Delete.
3216 * config/i386/linux64.mh (XM_FILE): Delete.
3217 * config/i386/linux.mh (XM_FILE): Delete.
3218 * config/i386/i386sol2.mh (XM_FILE): Delete.
3219 * config/i386/i386gnu.mh (XM_FILE): Delete.
3220 * config/i386/fbsd.mh (XM_FILE): Delete.
3221 * config/i386/nbsd64.mh (XM_FILE): Delete.
3222
c35f4ffc
AC
32232004-07-29 Andrew Cagney <cagney@gnu.org>
3224
3225 * config/pa/xm-linux.h: Do not include "floatformat.h".
3226 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3227 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3228 * config/i386/xm-i386.h: Do not include "floatformat.h".
3229 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3230 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3231 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3232 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
3233 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
3234 GDB_HOST_LONG_DOUBLE_FORMAT instead.
3235 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
3236 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
3237 * configure, config.in: Regenerate.
3238 * configure.host (gdb_host_float_format, gdb_host_double_format)
3239 (gdb_host_long_double_format): Set according to the host.
3240
624a44a3
AC
32412004-07-29 Andrew Cagney <cagney@gnu.org>
3242
3243 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
3244
0dea2468
AC
32452004-07-28 Andrew Cagney <cagney@gnu.org>
3246
3247 * PROBLEMS: Mention threads/1650.
3248 * NEWS: Mention the NPTL fix.
3249
b3f42336
AC
32502004-07-28 Andrew Cagney <cagney@gnu.org>
3251
3252 * cli/cli-decode.c (add_setshow_cmd): Delete function.
3253 (add_setshow_cmd_full): Make static.
3254 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
3255 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
3256 * cli/cli-decode.c (add_setshow_filename_cmd)
3257 (add_setshow_string_cmd): New functions.
3258 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
3259 * mips-tdep.c (_initialize_mips_tdep): Update.
3260 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
3261 * cli/cli-logging.c (_initialize_cli_logging): Update.
3262 * complaints.c (_initialize_complaints): Update.
3263 * remote.c (_initialize_remote): Update.
3264
3b64bf98
AC
32652004-07-28 Andrew Cagney <cagney@gnu.org>
3266
3267 * cli/cli-decode.c (add_setshow_zinteger_cmd)
3268 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
3269 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
3270 print parameters. Make string parameters constant.
3271 * command.h: Update. Update copyright.
3272 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
3273 * observer.c (_initialize_observer): Ditto.
3274 * frame.c (_initialize_frame): Ditto.
3275 * complaints.c (_initialize_complaints): Ditto.
3276 * maint.c (_initialize_maint_cmds): Ditto.
3277 * target.c (initialize_targets): Ditto.
3278 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
3279 * infcall.c (_initialize_infcall): Ditto.
3280 * arm-tdep.c (_initialize_arm_tdep): Ditto.
3281 * m32r-rom.c (_initialize_m32r_rom): Ditto.
3282 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3283 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
3284 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3285
e9667a65
AC
32862004-07-28 Andrew Cagney <cagney@gnu.org>
3287
54a5b07d
AC
3288 * gdbtypes.c (lookup_primitive_typename): Delete function.
3289 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
3290 * ada-lex.l: Use language_lookup_primitive_type_by_name.
3291 * gdbtypes.c (lookup_typename): Ditto.
3292 * f-exp.y (yylex): Ditto.
3293 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
3294
e9667a65
AC
3295 * scm-lang.c (c_builtin_types): Delete extern declaration.
3296 (scm_language_defn): Replace
3297 string_char_type and primitive_type_vector with
3298 la_language_arch_info.
3299 * jv-lang.c (java_language_defn): Replace
3300 string_char_type and primitive_type_vector with
3301 la_language_arch_info.
3302 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
3303 c_builtin_types in comment.
3304 * c-lang.h (struct language_arch_info): Declare opaque.
3305 (c_language_arch_info): Declare.
3306 (c_builtin_types): Delete declaration.
3307 * c-lang.c (c_language_arch_info): Set string_char_type to
3308 builtin_char, not builtin_true_char. Make global.
3309 (c_builtin_types): Delete array.
3310 (asm_language_defn, minimal_language_defn): Replace
3311 string_char_type and primitive_type_vector with
3312 la_language_arch_info.
3313
685419e2
AC
33142004-07-28 Andrew Cagney <cagney@gnu.org>
3315
3316 * gdbtypes.h (struct builtin_type): Rename true_char to
3317 builtin_true_char.
3318 * gdbtypes.c (gdbtypes_post_init): Update.
3319 * c-lang.c (arch_info): New function.
3320 (enum c_primitive_types): New enum.
3321 (c_language_defn): Instead of string_char_type and
3322 primitive_type_vector set la_language_arch_info.
3323
5a44ea29
AC
33242004-07-28 Andrew Cagney <cagney@gnu.org>
3325
3326 * language.h (struct language_arch_info): Fix typo
3327 s/primative/primitive/.
3328 * gdbtypes.c (lookup_primitive_typename): Ditto.
3329 * language.c (language_lookup_primitive_type_by_name)
3330 (unknown_language_arch_info): Ditto.
3331
f290d38e
AC
33322004-07-27 Andrew Cagney <cagney@gnu.org>
3333
3334 * defs.h (enum language): Add nr_languages.
3335 * language.h (struct language_arch_info): Define.
3336 (struct language_defn): Add la_language_arch_info.
3337 (language_lookup_primative_type_by_name): Declare.
3338 (language_string_char_type): Declare.
3339 * language.c (_initialize_language, language_gdbarch_post_init)
3340 (struct language_gdbarch, language_gdbarch_data): Implement
3341 per-architecture language information.
3342 (unknown_language_arch_info, language_string_char_type)
3343 (language_lookup_primative_type_by_name): New functions.
3344 (unknown_language_defn, auto_language_defn)
3345 (local_language_defn): Set la_language_arch_info to
3346 unknown_language_arch_info.
3347 (unknown_builtin_types): Delete.
3348 * gdbtypes.c (lookup_primitive_typename): Use
3349 language_lookup_primative_type_by_name.
3350 (create_string_type): Use language_string_char_type.
3351 * values.c (value_from_string): Use language_string_char_type.
3352 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
3353 * p-lang.c (pascal_language_defn): Ditto.
3354 * m2-lang.c (m2_language_defn): Ditto.
3355 * jv-lang.c (java_language_defn): Ditto.
3356 * objc-lang.c (objc_language_defn): Ditto.
3357 * f-lang.c (f_language_defn): Ditto.
3358 * c-lang.c (c_language_defn, cplus_language_defn)
3359 (asm_language_defn, minimal_language_defn): Ditto.
3360
000177f0
AC
33612004-07-27 Andrew Cagney <cagney@gnu.org>
3362
3363 * gdbtypes.h (struct builtin_type): Declare.
3364 (builtin_type): Declare.
3365 * d10v-tdep.c (d10v_register_type): Use builtin_type.
3366 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
3367 (gdbtypes_post_init): New function.
3368 (builtin_type): New function.
3369
e22f895c
KI
33702004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
3371
3372 * remote-m32r-sdi.c: Fix breakpoint bug.
3373 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
3374 recv_char_data, recv_long_data): New functions to replace communication
3375 sequences.
3376
536517dd
MC
33772004-07-26 Michael Chastain <mec.gnu@mindspring.com>
3378
3379 Document PR threads/1650.
3380 * PROBLEMS (Threads): Document problem with many threads
3381
a0a44d18
AC
33822004-07-26 Andrew Cagney <cagney@gnu.org>
3383
3384 * gdb-mi.el: Move from here ...
3385 * mi/gdb-mi.el: ... to here.
3386
7ac4ac06
AC
33872004-07-26 Andrew Cagney <cagney@gnu.org>
3388
3389 Problem reported by Ashley Pittman <ashley@quadrics.com>.
3390 * main.c (captured_main): When in batch mode always detach.
3391
a1b461bf
AC
33922004-07-26 Andrew Cagney <cagney@gnu.org>
3393
3394 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
3395 and h8300 as broken.
3396 * NEWS: END-OF-LIFE frame compatibility module.
3397 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
3398 specific comments.
3399
cb1a6d5f
AC
34002004-07-26 Andrew Cagney <cagney@gnu.org>
3401
3402 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
3403 * xcoffsolib.c (_initialize_xcoffsolib): Update.
3404 * wince.c (_initialize_wince): Update.
3405 * win32-nat.c (_initialize_win32_nat): Update.
3406 * varobj.c (_initialize_varobj): Update.
3407 * valops.c (_initialize_valops): Update.
3408 * utils.c (initialize_utils, initialize_utils): Update.
3409 * tui/tui-win.c (_initialize_tui_win): Update.
3410 * top.c (init_main): Update.
3411 * symfile.c (_initialize_symfile): Update.
3412 * source.c (_initialize_source): Update.
3413 * somsolib.c (_initialize_som_solib): Update.
3414 * solib.c (_initialize_solib): Update.
3415 * solib-frv.c (_initialize_frv_solib): Update.
3416 * serial.c (_initialize_serial): Update.
3417 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
3418 * remote.c (_initialize_remote, _initialize_remote): Update.
3419 * remote-vx.c (_initialize_vx): Update.
3420 * remote-utils.c (_initialize_sr_support): Update.
3421 * remote-sds.c (_initialize_remote_sds): Update.
3422 * remote-mips.c (_initialize_remote_mips): Update.
3423 * remote-e7000.c (_initialize_remote_e7000): Update.
3424 * proc-api.c (_initialize_proc_api): Update.
3425 * printcmd.c: Update.
3426 * parse.c (_initialize_parse): Update.
3427 * pa64solib.c (_initialize_pa64_solib): Update.
3428 * p-valprint.c (_initialize_pascal_valprint): Update.
3429 * monitor.c (_initialize_remote_monitors): Update.
3430 * mips-tdep.c (_initialize_mips_tdep): Update.
3431 * mcore-tdep.c (_initialize_mcore_tdep): Update.
3432 * maint.c (_initialize_maint_cmds): Update.
3433 * lin-lwp.c (_initialize_lin_lwp): Update.
3434 * language.c (_initialize_language): Update.
3435 * kod.c (_initialize_kod): Update.
3436 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
3437 * i386-tdep.c (_initialize_i386_tdep): Update.
3438 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
3439 * gdbarch.sh: Update.
3440 * gdbarch.c: Re-generate.
3441 * gdb-events.sh: Update.
3442 * gdb-events.c: Re-generate.
3443 * frame.c (_initialize_frame): Update.
3444 * exec.c: Update.
3445 * demangle.c (_initialize_demangler): Update.
3446 * dcache.c (_initialize_dcache): Update.
3447 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
3448 * cp-valprint.c (_initialize_cp_valprint): Update.
3449 * corefile.c (_initialize_core): Update.
3450 * command.h: Update.
3451 * cli/cli-decode.h: Update.
3452 * cli/cli-cmds.c (init_cli_cmds): Update.
3453 * charset.c (_initialize_charset): Update.
3454 * breakpoint.c (_initialize_breakpoint): Update.
3455 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
3456 * alpha-tdep.c (_initialize_alpha_tdep): Update.
3457 * aix-thread.c (_initialize_aix_thread): Update.
3458
b4632131
MK
34592004-07-24 Mark Kettenis <kettenis@gnu.org>
3460
3461 Partial fix for PR backtrace/1718.
3462 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
3463 that GCC migrates into the prolugue. Don't handle any
3464 instructions that clobber %ebx.
3465
822c9732
AC
34662004-07-23 Andrew Cagney <cagney@gnu.org>
3467
3468 Use regcache_raw_collect instead of regcache_collect.
3469 * regcache.h (regcache_collect): Delete declaration.
3470 * regcache.c (regcache_colect): Delete function.
3471 * win32-nat.c (do_child_store_inferior_registers): Update.
3472 * sol-thread.c (sol_thread_store_registers): Update.
3473 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
3474 * rs6000-nat.c (store_register): Update.
3475 * remote.c (store_register_using_P, remote_store_registers): Update.
3476 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
3477 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
3478 (fill_vrregset, store_spe_registers, fill_gregset)
3479 (fill_gregset): Update.
3480 * nto-procfs.c (procfs_store_registers): Update.
3481 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
3482 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
3483 * m68klinux-nat.c (store_register, fill_gregset): Update.
3484 * m68k-tdep.c (fill_gregset): Update.
3485 * infptrace.c (store_register): Update.
3486 * i386-nto-tdep.c (i386nto_regset_fill): Update.
3487 * i386-linux-nat.c (store_register, fill_gregset): Update.
3488 * hppa-linux-nat.c (fill_gregset): Update.
3489 * go32-nat.c (store_register): Update.
3490 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
3491 (store_fp_regs): Update.
3492 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
3493 (store_nwfpe_extended, store_fpregister, store_fpregs)
3494 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
3495 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
3496 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
3497 (store_regs_user_thread, store_regs_kernel_thread): Update.
3498
32b05c07
MK
34992004-07-24 Mark Kettenis <kettenis@gnu.org>
3500
3501 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
3502 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
3503 encoding.
3504 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
3505 member of `struct comp_unit'.
3506
8567c30f
AC
35072004-07-23 Andrew Cagney <cagney@gnu.org>
3508
3509 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
3510 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
3511
f6da8dd8
MH
35122004-07-23 Martin Hunt <hunt@redhat.com>
3513 Kevin Buettner <kevinb@redhat.com>
3514
3515 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
3516 alignment was being added to the offset instead of multiplied.
3517
bd921882
MK
35182004-07-23 Mark Kettenis <kettenis@gnu.org>
3519
24f033e8
MK
3520 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
3521 changed signal trampoline in OpenBSD 3.5-current.
3522
90f3cecd
MK
3523 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
3524 <machine/pcb.h> and "bsd-kvm.h".
3525 (sparc64nbsd_supply_pcb): New function.
3526 (_initialize_sparc64nbsd_nat): Renamed from
3527 _initialize_sparcnbsd_nat. Enable libkvm interface.
3528 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
3529 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
3530 (LOADLIBES): New variable.
3531
a4954a62
MK
3532 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
3533
bd921882
MK
3534 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
3535
23a6d369
AC
35362004-07-21 Andrew Cagney <cagney@gnu.org>
3537
3538 Use regcache_raw_supply instead of supply_register.
3539 * regcache.h (supply_register): Delete declaration.
3540 * regcache.c (supply_register): Delete function.
3541 * wince.c (do_child_fetch_inferior_registers): Update.
3542 * win32-nat.c (do_child_fetch_inferior_registers)
3543 (fetch_elf_core_registers): Update.
3544 * v850ice.c (v850ice_fetch_registers): Update.
3545 * thread-db.c (thread_db_store_registers): Update.
3546 * sol-thread.c (sol_thread_store_registers): Update.
3547 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
3548 * rs6000-nat.c (fetch_register): Update.
3549 * rom68k-rom.c (rom68k_supply_one_register): Update.
3550 * remote.c (remote_wait, remote_async_wait): Update.
3551 * remote-st.c (get_hex_regs): Update.
3552 * remote-sim.c (gdbsim_fetch_register): Update.
3553 * remote-sds.c (sds_fetch_registers): Update.
3554 * remote-rdp.c (remote_rdp_fetch_register): Update.
3555 * remote-rdi.c (arm_rdi_fetch_registers): Update.
3556 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
3557 * remote-m32r-sdi.c (m32r_fetch_register): Update.
3558 * remote-hms.c (init_hms_cmds): Update.
3559 * remote-est.c (init_est_cmds): Update.
3560 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
3561 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
3562 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
3563 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
3564 (fetch_register, supply_vrregset, supply_vrregset)
3565 (fetch_spe_registers): Update.
3566 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
3567 * monitor.c (monitor_supply_register): Update.
3568 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
3569 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
3570 (mipsnbsd_supply_fpreg): Update.
3571 * mips-nat.c (fetch_inferior_registers)
3572 (fetch_core_registers): Update.
3573 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
3574 (supply_fpregset, mips64_supply_gregset)
3575 (mips64_supply_fpregset): Update.
3576 * m68klinux-nat.c (fetch_register, supply_gregset)
3577 (supply_fpregset): Update.
3578 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
3579 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
3580 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
3581 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
3582 * infptrace.c (fetch_register): Update.
3583 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
3584 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
3585 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
3586 (gnu_fetch_registers, gnu_store_registers): Update.
3587 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
3588 * i386-linux-nat.c (fetch_register, supply_gregset)
3589 (dummy_sse_values): Update.
3590 * hpux-thread.c (hpux_thread_fetch_registers): Update.
3591 * hppah-nat.c (fetch_register): Update.
3592 * hppa-linux-nat.c (fetch_register, supply_gregset)
3593 (supply_fpregset): Update.
3594 * go32-nat.c (fetch_register): Update.
3595 * dve3900-rom.c (fetch_bitmapped_register)
3596 (_initialize_r3900_rom): Update.
3597 * cris-tdep.c (supply_gregset): Update.
3598 * abug-rom.c (init_abug_cmds): Update.
3599 * core-aout.c (fetch_core_registers): Update.
3600 * armnbsd-nat.c (supply_gregset, supply_fparegset)
3601 (fetch_register, fetch_fp_register): Update.
3602 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3603 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3604 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3605 * alphanbsd-tdep.c (fetch_core_registers): Update.
3606 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3607 * alpha-nat.c (fetch_osf_core_registers)
3608 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3609 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
3610 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3611
73cc75f3
AC
36122004-07-21 Andrew Cagney <cagney@gnu.org>
3613
3614 * PROBLEMS: Mention breakpoints/1702.
3615 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3616 that is known to work.
3617
a53c66de
AC
36182004-07-21 Andrew Cagney <cagney@gnu.org>
3619
3620 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3621 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3622 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3623 (handle_inferior_event): Wrap call to deprecated
3624 IGNORE_HELPER_CALL in #ifdef.
3625 * config/mips/tm-nbsd.h: Update.
3626
708ff411
JB
36272004-07-20 Jim Blandy <jimb@redhat.com>
3628
412b3060
JB
3629 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3630 bfd_mach_ppc has no segment registers.
3631
13ac140c
JB
3632 Include PowerPC SPR numbers for special-purpose registers.
3633 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3634 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3635 new member in initializer.
3636 (S, S4, SN4, S64): New macros for defining special-purpose
3637 registers.
3638 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3639 registers_403, registers_403GC, registers_505, registers_860,
3640 registers_601, registers_602, registers_603, registers_604,
3641 registers_750, registers_e500): Use them.
3642
708ff411
JB
3643 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3644 replace references with expression used to initialize variable.
3645
1f602b35
AC
36462004-07-20 Andrew Cagney <cagney@gnu.org>
3647
3648 * breakpoint.c (deprecated_read_memory_nobpt): Rename
3649 read_memory_nobpt.
3650 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3651 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3652 (s390_sigtramp_frame_sniffer): Update.
3653 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3654 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3655 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3656 (mips32_fetch_instruction): Update.
3657 * mcore-tdep.c (get_insn): Update.
3658 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3659 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3660 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3661 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3662 (i386_linux_rt_sigtramp_start): Update.
3663 * i386-linux-nat.c (child_resume): Update.
3664 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3665 * hppa-linux-tdep.c (insns_match_pattern): Update.
3666 * gdbcore.h: Update.
3667 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3668 * frame.c (safe_frame_unwind_memory): Update.
3669 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3670 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3671 * alpha-tdep.c (alpha_read_insn): Update.
3672
2cd8546d
AC
36732004-07-20 Andrew Cagney <cagney@gnu.org>
3674
3675 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3676 containing both bytes and mask. Add "frame_type".
3677 * tramp-frame.c (tramp_frame_start): Update.
3678 (tramp_frame_prepend_unwinder): Update.
3679 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3680 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3681 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3682 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3683
f928dd62
EZ
36842004-07-19 Eli Zaretskii <eliz@gnu.org>
3685
3686 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3687 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3688 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3689 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3690
d5c560f7
AC
36912004-07-17 Andrew Cagney <cagney@gnu.org>
3692
860660cb
AC
3693 * NEWS, PROBLEMS: Update for 6.2.
3694
8c266f54
AC
3695 * README: Update to 6.2.
3696
a552edd9
AC
3697 * utils.c (xvasprintf): Call xstrvprintf.
3698
c4a172b5
AC
3699 * parse.c: Update copyright.
3700 (null_post_parser): Eliminate ARGSUSED.
3701
da745b36
AC
3702 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3703 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3704 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3705
9cbc6ef0
AC
3706 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3707 * ppc-linux-nat.c: Use "Linux kernel".
3708 * hppa-linux-tdep.c: Use GNU/Linux.
3709 * hppa-linux-nat.c: Use GNU/Linux.
3710 * dwarfread.c: Add [sic] to use of Linux.
3711
1b89295f
AC
3712 * hppa-linux-nat.c: Do not include <string.h>.
3713 (supply_fpregset): Remove "register" attribute.
3714
d5c560f7
AC
3715 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3716
7ddd7709
MK
37172004-07-17 Mark Kettenis <kettenis@gnu.org>
3718
b1d19a62
MK
3719 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3720 * configure, config.in: Regenerated.
3721
7ddd7709
MK
3722 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3723 "bsd-kvm.h".
3724 (vaxbsd_supply_pcb): New function.
3725 (_initialize_vaxbsd_nat): New prototype and function.
3726 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3727 solib-sunos.o.
3728 (LOADLIBES): New variable.
3729 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3730 (LOADLIBES): New variable.
3731 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3732 (LOADLIBES): New variable.
3733 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3734
2c07db7a
AC
37352004-07-16 Andrew Cagney <cagney@gnu.org>
3736
3737 * defs.h (event_loop_p): Replace variable declaration with macro,
3738 always 1.
3739 * main.c (captured_main): Delete options "-async" and "-noasync".
3740 (event_loop_p): Delete variable.
3741 * NEWS: Mention that "-async" and "-noasync" were removed.
3742
717eb1cf
AC
37432004-07-16 Andrew Cagney <cagney@gnu.org>
3744
3745 * remote-m32r-sdi.c: Re-indent.
3746
c101bc14
JB
37472004-07-16 Jim Blandy <jimb@redhat.com>
3748
5109a438
JB
3749 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3750 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3751 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3752 missing MPC823 SPRs.
3753 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3754 incorrect. (This was corrected in GDB's register name tables on
3755 2004-07-14.)
3756
c101bc14
JB
3757 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3758 should be "esasrr" ("ESA Save and Restore Register").
3759
7ce450bd
AC
37602004-07-16 Andrew Cagney <cagney@gnu.org>
3761
3762 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3763 calls, no longer applicable. Update comments and rename parameter
3764 "step_frame" to "return_frame".
3765
ca73dd9d
AC
37662004-07-16 Andrew Cagney <cagney@gnu.org>
3767
3768 * frame.c (fprint_field): New function.
3769 (fprint_frame_id): Use fprint_field.
3770
31941f6d
JB
37712004-07-15 Joel Brobecker <brobecker@gnat.com>
3772
3773 * ada-lang.c (ada_language_defn): Remove commented out code.
3774
f86a7158
JB
37752004-07-15 Jim Blandy <jimb@redhat.com>
3776
3777 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3778 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3779
c24791ec
JB
37802004-07-14 Jim Blandy <jimb@redhat.com>
3781
29bb1356
JB
3782 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3783
cc98b5cc
JB
3784 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3785
8f088af7
JB
3786 * ppc-tdep.h (ppc_num_srs): New enum constant.
3787
0ea0ec5f
JB
3788 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3789 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3790 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3791 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3792 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3793 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3794 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3795 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3796 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3797 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3798 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3799 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3800 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3801 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3802 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3803 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3804 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3805 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3806 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3807 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3808 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3809 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3810 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3811 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3812 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3813 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3814 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3815 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3816 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3817 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3818 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3819 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3820 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3821 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3822 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3823 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3824 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3825 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3826 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3827 special-purpose register numbers.
3828
c24791ec
JB
3829 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3830 manual mentions 'md_twb', but many mention 'm_twb', and at that
3831 point in the register list.)
3832
d833db3b
AC
38332004-07-14 Andrew Cagney <cagney@gnu.org>
3834
3835 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3836 instead of "internal-error".
3837
080228b2
JB
38382004-07-10 Joel Brobecker <brobecker@gnat.com>
3839
3840 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3841 that was inserted inside a comment.
3842
c268433a
RC
38432004-07-10 Randolph Chung <tausq@debian.org>
3844
3845 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3846 function.
3847 (hppa_hpux_push_dummy_code): New function.
3848 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3849 Set find_global_pointer method.
3850
71009278
MK
38512004-07-10 Mark Kettenis <kettenis@gnu.org>
3852
3853 * NEWS: Mention BSD libkvm interface.
3854
b2fa5097
MS
38552004-07-10 Michael Snyder <msnyder@redhat.com>
3856
3857 * symfile.c (generic_load): Comment typo.
3858 * stack.c (get_selected_block): Ditto.
3859 * regcache.c (regcache_cooked_read): Ditto.
3860 * monitor.c (monitor_debug): Ditto.
3861 * mips-tdep.c (mips_read_pc): Ditto.
3862 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3863 * gdb_mbuild.sh: Ditto.
3864 * gdbarch.sh: Ditto.
3865 * gdbarch.h: Ditto.
3866
c3e5cd34
PH
38672004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3868
8a2225b2
PH
3869 * ada-tasks.c: Remove file.
3870
c3e5cd34
PH
3871 Remove ARI problems:
3872
3873 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3874 beginning of line.
3875
3876 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3877 Add comment.
3878 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3879 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3880 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3881 (UMIN_OF_SIZE): Remove.
3882 (max_of_type): New function to replace orphan macro in gdbtypes.h
3883 (min_of_type): Ditto.
3884 (discrete_type_high_bound): Use max_of_type.
3885 (discrete_type_low_bound): Use min_of_type.
3886 (possible_user_operator_p): Move operator to beginning of line.
3887 (ada_is_variant_part): Ditto.
3888 (ensure_lval): Rewrite to avoid deprecated operations.
3889 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3890 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3891 (ada_enum_name): Remove assignments in 'if' statements.
3892 (build_ada_types): Add gdbarch parameter.
3893 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3894 with gdbarch_data_register_post_init.
3895 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3896 add_show_from_set.
3897
3898 * ada-valprint.c (inspect_it): Remove declaration.
3899 (repeat_count_threshold): Remove declaration.
3900 (ada_print_floating): Remove assignments in 'if' statements.
3901 (print_str): Move operator to beginning of line.
3902
61ce229a
JB
39032004-07-08 Jim Blandy <jimb@redhat.com>
3904
3905 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3906
09bcec80
BR
39072004-07-08 Bob Rossi <bob@brasko.net>
3908
3909 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3910
31c27f77
JJ
39112004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3912
3913 * language.h (struct_language_defn): Add new function pointer:
3914 la_class_name_from_physname. Also add new prototype for
3915 language_class_name_from_physname.
3916 * language.c (language_class_name_from_physname): New function.
3917 (unk_lang_class_name): Ditto.
3918 (unknown_language_defn, auto_language_defn): Change
3919 to add unk_lang_class_name function pointer for
3920 la_class_name_from_physname.
3921 (local_language_defn): Ditto.
3922 * dwarf2read.c (guess_structure_name): Change to call
3923 language_class_name_from_physname.
3924 (determine_class_name): Ditto.
3925 * cp-support.c (class_name_from_physname): Renamed.
3926 (cp_class_name_from_physname): New name of function.
3927 * cp-support.h: Ditto.
3928 * c-lang.c (c_language_defn): Change to add NULL
3929 for class_name_from_physname function pointer.
3930 (cplus_language_defn): Change to add cp_class_name_from_physname.
3931 * jv-lang.c (java_class_name_physname): New function.
3932 (java_find_last_component): New static routine.
3933 (java_language_defn): Add java_class_name_from_physname pointer.
3934 * ada-lang.c (ada_language_defn): Change to add NULL
3935 for class_name_from_physname function pointer.
3936 * f-lang.c (f_language_defn): Ditto.
3937 * m2-lang.c (m2_language_defn): Ditto.
3938 * objc-lang.c (objc_language_defn): Ditto.
3939 * p-lang.c (pascal_language_defn): Ditto.
3940 * scm-lang.c (scm_language_defn): Ditto.
3941
ee28ca0f
AC
39422004-07-06 Andrew Cagney <cagney@gnu.org>
3943
3944 Patch from Bart Robinson.
3945 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3946 (O_LARGEFILE): Define to 0, if not defined.
3947
fdb1bf9d
MK
39482004-07-03 Mark Kettenis <kettenis@gnu.org>
3949
cb162ff6
MK
3950 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3951 <machine/pcb.h> and "bsd-kvm.h".
3952 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3953 (m68kbsd_supply_pcb): New function.
3954 (_initialize_m68kbsd_nat): New prototype and function.
3955 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3956 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3957 (LOADLIBES): New variable.
3958 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3959 (LOADLIBES): New variable.
3960
fdb1bf9d
MK
3961 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3962
963c4174
MK
39632004-07-03 Mark Kettenis <kettenis@gnu.org>
3964
3965 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3966 <sys/proc.h>.
3967 (bsd_kvm_cmdlist): New variable.
3968 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3969 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3970 command and "kvm proc" command.
3971 * Makefile.in (bsd-kvm.o): Update dependencies.
3972
533f1d8f
MK
39732004-07-02 Mark Kettenis <kettenis@gnu.org>
3974
3975 * osabi.c: Update copyright year.
3976 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3977 notes if EI_OSABI is set to ELFOSABI_HPUX.
3978
6780dcde
MS
39792004-07-01 Michael Snyder <msnyder@redhat.com>
3980
3981 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3982 that seems to have gotten whacked out of line.
3983
67bebe79
MK
39842004-07-01 Mark Kettenis <kettenis@gnu.org>
3985
3986 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3987 code.
3988
0b5d8877
PH
39892004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3990
3991 * ada-lang.c (decode_packed_array): Minor change to comment.
3992 (ada_value_slice_ptr): New function.
3993 (ada_value_slice): New function.
3994 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3995 test. Don't know why it is there.
3996 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3997 to avoid dereferencing huge arrays from which one is slicing.
3998 (empty_array): Correct to return an array rather than
3999 a subrange value.
4000 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
4001 on empty arrays (let'em use 'FIRST instead).
4002
19c1ef65
PH
40032004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4004
4005 Address complaints from gdb_ari.sh:
4006
4007 * ada-exp.y: Include gdb_string.h rather than string.h.
4008 (convert_char_literal): Reformat declaration.
4009 * ada-lang.h: Include opaque struct declaration for struct frame_info.
4010 * ada-lex.l: Change use of free to xfree (the macro would do so
4011 anyway, but this is harmless).
4012 Include gdb_string.h rather than string.h.
4013 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
4014
4015 * ada-lang.c (parse): Remove K&Rism in parameter list.
4016 (is_name_suffix): Correct Linux => GNU/Linux in comment.
4017
d81cbc94
MK
40182004-06-30 Mark Kettenis <kettenis@gnu.org>
4019
4020 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
4021 dead code.
4022
07681759
MK
40232004-06-30 Mark Kettenis <kettenis@gnu.org>
4024
4025 * alphabsd-nat.c: Update copyright year.
4026 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
4027
f7948b5f
JB
40282004-06-29 Joel Brobecker <brobecker@gnat.com>
4029
6e0cdd28 4030 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
f7948b5f
JB
4031 (i386_cygwin_in_solib_call_trampoline): New function.
4032 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
4033 and skip_trampoline_code gdbarch methods.
4034
8f113c9a
JB
40352004-06-29 Jim Blandy <jimb@redhat.com>
4036
4037 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
4038 name actually used in the dependency lists.
4039
97dc871c
RC
40402004-06-29 Randolph Chung <tausq@debian.org>
4041
4042 * NEWS (New native configurations): Mention GNU/Linux/hppa.
4043
47216e51
CV
40442004-06-29 Corinna Vinschen <vinschen@redhat.com>
4045
4046 * win32-nat.c (child_pid_to_exec_file): New function.
6780dcde 4047 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
47216e51
CV
4048 functionality.
4049
e623b504
AC
40502004-06-28 Andrew Cagney <cagney@gnu.org>
4051
4052 * defs.h (xstrvprintf): Declare.
4053 * utils.c (xstrvprintf): New function.
4054 (internal_vproblem, xstrprintf, xasprintf)
4055 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
4056 * serial.c (serial_printf): Ditto.
4057 * complaints.c (vcomplaint): Ditto.
4058
79acc9b3
CV
40592004-06-29 Corinna Vinschen <vinschen@redhat.com>
4060
4061 * infcmd.c (attach_command): Move call to target_terminal_inferior
4062 behind loading symbol table.
4063
1daf35d9
AC
40642004-06-28 Andrew Cagney <cagney@gnu.org>
4065
4066 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
4067 change - add back extern deprecated_ui_loop_hook declaration.
4068
b435e160
AC
40692004-06-28 Andrew Cagney <cagney@gnu.org>
4070
4071 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
4072 xstrprintf.
4073 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
4074 (c_value_of_variable): Ditto.
4075 * utils.c (internal_vproblem): Ditto.
4076 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
4077 * remote.c (add_packet_config_cmd): Ditto.
4078 * remote-rdp.c (rdp_set_command_line): Ditto.
4079 * regcache.c (regcache_dump): Ditto.
4080 * frv-tdep.c (new_variant, new_variant): Ditto.
4081 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
4082 (fbsd_find_memory_regions): Ditto.
4083 * breakpoint.c (create_thread_event_breakpoint)
4084 (create_breakpoints): Ditto.
4085 * aix-thread.c (aix_thread_pid_to_str): Ditto.
4086 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
4087
06d5cf63
JB
40882004-06-28 Joel Brobecker <brobecker@gnat.com>
4089
4090 * ada-lang.c: Re-indent file, with some massaging to help indent
4091 a bit when the result is otherwise really too ugly.
4092
35809fad
UW
40932004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4094
4095 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
4096 code_addr_p and special_addr_p to 'unsigned int'.
4097
40e20472
MK
40982004-06-27 Mark Kettenis <kettenis@gnu.org>
4099
4100 * i386v4-nat.c: Update copyright year and tweak comment.
4101 (regmap): Remove trailing comma.
4102 (supply_gregset): Rename local variable i to regnum. Call
4103 regcache_raw_supply instead of supply_register.
4104 (fill_gregset): Rename argument regno to regnum. Call
4105 regcache_raw_collect instead of regcache_collect.
4106
12b0b6de
UW
41072004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4108
4109 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
4110 and special_addr_p.
4111 (frame_id_build, frame_id_build_special): Update comments.
4112 (frame_id_build_wild): New prototype.
4113 * frame.c (frame_id_build, frame_id_build_special): Fill in new
4114 struct frame_id fields.
4115 (frame_id_build_wild): New function.
4116 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
4117
47b42a3e
MK
41182004-06-27 Mark Kettenis <kettenis@gnu.org>
4119
4120 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
4121 hppabsd-tdep.c.
4122
1265e4aa
JB
41232004-06-27 Joel Brobecker <brobecker@gnat.com>
4124
4125 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
4126
76a01679
JB
41272004-06-27 Joel Brobecker <brobecker@gnat.com>
4128
4129 * ada-lang.c: Re-indent file.
4130
7aca490a
JB
41312004-06-27 Joel Brobecker <brobecker@gnat.com>
4132
4133 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
4134 (no_symtab_msg): Likewise.
4135
5e987968
AS
41362004-06-27 Andreas Schwab <schwab@suse.de>
4137
4138 * source.c: Fix whitespace.
4139
315c4276
MK
41402004-06-27 Mark Kettenis <kettenis@gnu.org>
4141
d15be926
MK
4142 * configure.in: Include <sys/param.h> for td_pcb test.
4143 * configure: Regenerated.
4144
9062529b
MK
4145 * i386nbsd-nat.c: New file.
4146 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
4147 i386obsd-nat.c and i386obsd-tdep.c.
4148 (i386nbsd-nat.o): New dependency.
4149 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
4150 bsd-kvm.o.
4151 (LOADLIBES): New variable.
4152 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
4153 bsd-kvm.o.
4154 (LOADLIBES): New variable.
4155
8010310e
MK
4156 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
4157 (LOADLIBES): New variable.
4158
efe1d7b9
MK
4159 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
4160 fetching from BSD_KVM_PADDR. Correctly lookup address for
4161 "_thread0".
4162
315c4276
MK
4163 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
4164 "bsd-kvm.h".
4165 (amd64fbsd_supply_pcb): New funcion.
4166 (_initialize_amd64fbsd_nat): Enable libkvm interface.
4167
399cfac6
DL
41682004-06-27 <david@streamline-computing.com>
4169
4170 Partial fix for PR cli/1056.
4171 * valarith.c: Check for zero in division and remainder
4172 evaluation.
4173
6235f9c8
MK
41742004-06-27 Mark Kettenis <kettenis@gnu.org>
4175
4176 * i387-tdep.c: Remove excessive whitespace.
4177
2726dafc
AC
41782004-06-26 Andrew Cagney <cagney@gnu.org>
4179
4180 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
4181 * gdb-events.h, gdb-events.c: Re-generate.
4182 * tui/tui-hooks.c (tui_install_hooks): Update.
4183 (tui_remove_hooks): Update.
4184 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
4185
0e56aeaf
MK
41862004-06-26 Mark Kettenis <kettenis@gnu.org>
4187
cb461069
MK
4188 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
4189 (gregset_t, fpregset_t): Remove typedefs.
4190 (REG_OFFSET): Rename argument.
4191 (amd64bsd_r_reg_offset): Rename from reg_offset.
4192 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
4193 Remove functions.
4194 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
4195 of reg_offset.
4196 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
4197
ecba89de
MK
4198 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
4199
4cd80476
MK
4200 * vax-tdep.c: Tweak comment.
4201
0e56aeaf
MK
4202 Add OpenBSD/hppa support.
4203 * NEWS (New native configurations): Mention OpenBSD/hppa.
4204 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
4205 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
4206 files.
4207 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
4208 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
4209 * configure.host: Add hppa*-*-openbsd*.
4210 * configure.tgt: Add hppa*-*-openbsd*.
4211
98bbd631
AC
42122004-06-25 Andrew Cagney <cagney@gnu.org>
4213
4214 * defs.h (deprecated_ui_loop_hook): Deprecated.
4215 * wince.c (child_wait): Update.
4216 * win32-nat.c (child_wait): Update.
4217 * v850ice.c (v850ice_wait): Update.
4218 * top.c (deprecated_ui_loop_hook): Update.
4219 * serial.h: Update.
4220 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
4221 (do_unix_readchar): Update.
4222 * ser-tcp.c (net_open): Update.
4223 * remote-sim.c (gdb_os_poll_quit): Update.
4224 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
4225
769d7dc4
AC
42262004-06-24 Andrew Cagney <cagney@gnu.org>
4227
4228 * defs.h (deprecated_pre_add_symbol_hook)
4229 (deprecated_post_add_symbol_hook): Deprecated.
4230 * symfile.c (symbol_file_add_with_addrs_or_offsets)
4231 (symbol_file_add_with_addrs_or_offsets): Update references.
4232
11c949aa
AC
42332004-06-24 Andrew Cagney <cagney@gnu.org>
4234
4235 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
4236 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
4237 * wince.c (ui_loop_hook): Delete extern declaration.
4238 * win32-nat.c (ui_loop_hook): Delete extern declaration..
4239 * v850ice.c (ui_loop_hook): Delete extern declaration..
4240 * ser-unix.c (ui_loop_hook): Delete extern declaration..
4241 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
4242 * remote-sim.c (ui_loop_hook): Delete extern declaration..
4243 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
4244 ui_loop_hook declaration.
4245
eedc19af
AC
42462004-06-24 Andrew Cagney <cagney@gnu.org>
4247
4248 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
4249 entry_func_highpc fields.
4250 * objfiles.c (init_entry_point_info): Do not clear
4251 entry_func_lowpc and entry_func_highpc.
4252 (objfile_relocate): Do not relocate entry_func_lowpc and
4253 entry_func_highpc.
4254 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
4255 entry_func_highpc.
4256 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
4257 entry_func_highpc.
4258 * blockframe.c (legacy_frame_chain_valid): Replace tests against
4259 entry_func_lowpc and entry_func_highpc with call to
4260 inside_entry_func.
4261
d47079be
MK
42622004-06-24 Mark Kettenis <kettenis@gnu.org>
4263
4264 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
4265 quad-precision floating point arguments in registers.
4266
2107e348
MK
42672004-06-24 Mark Kettenis <kettenis@gnu.org>
4268
4269 From Michael Mueller <m.mueller99@kay-mueller.de>:
4270 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
4271 account.
4272
46587c42
JJ
42732004-06-22 Jeff Johnston <jjohnstn@redhat.com>
4274
4275 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
4276 to -1.
4277 * breakpoint.c (bpstat_stop_status): Move check for ignoring
4278 untriggered watchpoints to a separate if clause. Update function
4279 comment regarding STOPPED_BY_WATCHPOINT argument.
4280
226f5cf4
JB
42812004-06-22 Jim Blandy <jimb@redhat.com>
4282
4283 * gdbarch.sh: Doc fix.
4284
f10683bb
MH
42852004-06-21 Martin Hunt <hunt@redhat.com>
4286 Kevin Buettner <kevinb@redhat.com>
4287
4288 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
4289 * mips-tdep.h (MIPS_SP_REGNUM): Define.
4290 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
4291 to set_gdbarch_sp_regnum(). Use cooked register number.
4292 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
4293
412d5987
AC
42942004-06-21 Andrew Cagney <cagney@gnu.org>
4295
4296 * gdbarch.sh: When the macro field is empty, do not generate a
4297 macro definition. When the macro field is "=", generate the macro
4298 name from the upper-case function name.
4299 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
4300 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
4301 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
4302 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
4303 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
4304 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
4305 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
4306 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
4307 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
4308 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
4309 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
4310 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
4311 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
4312 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
4313 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4314 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
4315 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
4316 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
4317 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
4318 (DEPRECATED_USE_STRUCT_CONVENTION)
4319 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4320 (DEPRECATED_FRAME_INIT_SAVED_REGS)
4321 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
4322 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
4323 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4324 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
4325 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
4326 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
4327 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
4328 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
4329 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
4330 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
4331 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
4332 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
4333 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
4334 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
4335 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
4336 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
4337
68908a3e
AC
43382004-06-21 Andrew Cagney <cagney@gnu.org>
4339
48f7351b
AC
4340 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
4341 macro name, and the function rather than macro value. Only wrap
4342 macro print statements in #ifdef. Move format logic to where it
4343 is needed.
4344 * gdbarch.c: Re-generate.
4345
283354d8
AC
4346 * gdbarch.sh (read): Delete "print_p" and "description", add
4347 "garbage_at_eol". Check for non-empty garbage at end-of-line.
4348 Delete references to print_p.
4349 (TARGET_ARCHITECTURE): Delete print predicate.
4350 * gdbarch.c: Re-generate.
4351
68908a3e
AC
4352 * gdbarch.sh: Check that multi-arch methods do not provide a
4353 macro.
4354 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
4355 (print_registers_info, print_float_info, print_vector_info)
4356 (adjust_breakpoint_address, remote_translate_xfer_address)
4357 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
4358 (address_class_type_flags_to_name, unwind_sp): Remove the macro
4359 name from the multi-arch definition.
4360
a2428dbe
AC
43612004-06-20 Andrew Cagney <cagney@gnu.org>
4362
4363 * gdbarch.sh: Sort by the function, instead of macro name.
4364 * gdbarch.c: Re-generate.
4365
750eb019
AC
43662004-06-20 Andrew Cagney <cagney@gnu.org>
4367
66d659b1
AC
4368 * gdbarch.sh: Use the function, instead of macro name in
4369 errors and the log file.
4370 (return_value): Remove stray ":" in spec.
4371
750eb019
AC
4372 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
4373 * gdbarch.h, gdbarch.c: Re-generate.
4374 * Makefile.in (arch-utils.o): Update dependencies.
4375 * values.c (using_struct_return): Move code calling
4376 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
4377 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
4378 to legacy_return_value, simplify.
4379 * infcmd.c (print_return_value): Move code calling
4380 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
4381 to legacy_return_value, simplify.
4382 * infcall.c (call_function_by_hand): Move code calling
4383 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
4384 * arch-utils.c: Update copyright. Include "gdbcore.h".
4385 (legacy_return_value): New function.
4386 * arch-utils.h: Update copyright.
4387 (legacy_return_value): Declare.
4388
b5622e8d
AC
43892004-06-20 Andrew Cagney <cagney@gnu.org>
4390
4391 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
4392 * gdbarch.h, gdbarch.c: Re-generate.
4393 * values.c (using_struct_return): Update call.
4394 * mcore-tdep.c: Update comment.
4395 * infcall.c (call_function_by_hand): Update comment.
4396 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4397 * arch-utils.h (always_use_struct_convention): Update.
4398 * v850-tdep.c (v850_gdbarch_init): Update.
4399 * sh64-tdep.c (sh64_gdbarch_init): Update.
4400 * sh-tdep.c (sh_gdbarch_init): Update.
4401 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4402 * mips-tdep.c (mips_gdbarch_init): Update.
4403 * mcore-tdep.c (mcore_gdbarch_init): Update.
4404 * m32r-tdep.c (m32r_gdbarch_init): Update.
4405 * ia64-tdep.c (ia64_gdbarch_init): Update.
4406 * h8300-tdep.c (h8300_gdbarch_init): Update.
4407 * frv-tdep.c (frv_gdbarch_init): Update.
4408 * cris-tdep.c (cris_gdbarch_init): Update.
4409 * arm-tdep.c (arm_gdbarch_init): Update.
4410 * alpha-tdep.c (alpha_gdbarch_init): Update.
4411
5191de37
MC
44122004-06-18 Michael Chastain <mec.gnu@mindspring.com>
4413
4414 * PROBLEMS: Add more specific information, and a work-around,
4415 for PR gdb/1458.
4416
782263ab
AC
44172004-06-18 Andrew Cagney <cagney@gnu.org>
4418
4419 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
4420 * gdbarch.h, gdbarch.c: Re-generate.
4421 * ada-lang.c (ada_finish_decode_line_1): Update.
4422 * infrun.c (handle_inferior_event): Update.
4423 * infcall.c (find_function_addr): Update.
4424 * linespec.c (minsym_found): Update.
4425 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
4426 Update.
4427 * blockframe.c (legacy_frameless_look_for_prologue): Update.
4428 * cli/cli-cmds.c (disassemble_command): Update.
4429 * vax-tdep.c (vax_gdbarch_init): Update.
4430
2f305df1
MK
44312004-06-18 Mark Kettenis <kettenis@gnu.org>
4432
4433 * i386-tdep.c (i386_collect_fpregset): Fix comment.
4434
e5fe55f7
AC
44352004-06-17 Andrew Cagney <cagney@gnu.org>
4436
4437 GDB 6.1.1 released from the GDB 6.1 branch.
4438 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
4439 * PROBLEMS: Ditto.
4440
473b7be6
DJ
44412004-06-16 Daniel Jacobowitz <dan@debian.org>
4442
4443 PR gdb/1658
4444 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
4445 operation as a uleb128. Found by Michael Coulter.
4446
96d887e8
PH
44472004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
4448
4449 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
4450 make it non-static.
4451 * ada-lang.h (task_control_block): declaration moved from ada-task.c
4452 to ada-lang.h; this is needed to be able to implement the kill command
4453 in multi-task mode.
4454 (task_ptid): Ditto.
4455 (task_entry): Ditto.
4456 (task_list): Ditto.
4457 (ada_build_task_list): Ditto.
4458
4459 * ada-lang.c: Conditionalize routines and data structures related
4460 to breakpoints, exceptions, completion, and symbol caching on
4461 GNAT_GDB, since these are not yet used in the submitted public sources.
4462 (ada_main_name): Editorial: Move definition out of exception-related
4463 code.
4464
31eef181
AC
44652004-06-15 Andrew Cagney <cagney@gnu.org>
4466
4467 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
4468 deprecated_pc_in_call_dummy.
4469
2c500098
AM
44702004-06-15 Alan Modra <amodra@bigpond.net.au>
4471
4472 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
4473 bfd_get_section_size_before_reloc or _raw_size.
4474 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4475 * dwarf2read.c (dwarf2_locate_sections): Likewise.
4476 (dwarf2_read_section): Likewise.
4477 * elfread.c (elf_locate_sections): Likewise.
4478 * gcore.c (derive_heap_segment): Likewise.
4479 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
4480 * remote-e7000.c (e7000_load): Likewise.
4481 * remote-m32r-sdi.c (m32r_load): Likewise.
4482 * remote-mips.c (mips_load_srec): Likewise.
4483 (pmon_load_fast): Likewise.
4484 * remote.c (compare_sections_command): Likewise.
4485 * symfile.c (add_section_size_callback): Likewise.
4486 (load_section_callback): Likewise.
4487 (pc_in_unmapped_range): Likewise.
4488 (pc_in_mapped_range): Likewise.
4489 (sections_overlap): Likewise.
4490 (list_overlays_command): Likewise.
4491 (simple_overlay_update_1): Likewise.
4492 (simple_overlay_update): Likewise.
4493 * tracepoint.c (remote_set_transparent_ranges): Likewise.
4494 * win32-nat.c (core_section_load_dll_symbols): Likewise.
4495
90f943f1
RC
44962004-06-14 Randolph Chung <tausq@debian.org>
4497
4498 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
4499 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
4500 static.
4501 (hppa_hpux_inferior_created): New function.
4502 (hppa_hpux_init_abi): Register observer.
4503 * symfile.c (hp_cxx_exception_support_initialized)
4504 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
4505 (symbol_file_add_main_1, symbol_file_clear): Likewise.
4506
700c15aa
RC
45072004-06-14 Randolph Chung <tausq@debian.org>
4508
3973a7d3
AC
4509 * MAINTAINERS (Write After Approval): Alphabetize my entry
4510 correctly.
700c15aa 4511
cea4838c
AC
45122004-06-14 Andrew Cagney <cagney@gnu.org>
4513
4514 * MAINTAINERS (testsuite): List Michael Chastain as the lead
4515 testsuite maintainer.
4516
97092415
AC
45172004-06-13 Andrew Cagney <cagney@gnu.org>
4518
e8c3165b
AC
4519 * infcmd.c (print_return_value): Fix logic, allow
4520 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
4521
bceabdd8
AC
4522 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
4523 defining any macros.
4524 * gdbarch.h: Re-generate.
4525
57010b1c
AC
4526 * gdbarch.sh: Delete "level" attribute. Only check for a macro
4527 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
4528 * gdbarch.h: Re-generate.
4529
bc87dfa0
AC
4530 * values.c (generic_use_struct_convention): Don't check gcc_p.
4531
15ac804d
AC
4532 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4533 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
4534 * gdbarch.h, gdbarch.c: Regenerate.
4535 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
4536 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
4537 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4538 deprecated_max_register_raw_size and
4539 deprecated_max_register_virtual_size.
4540 * v850-tdep.c (v850_gdbarch_init): Ditto.
4541 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4542 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4543 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4544 * cris-tdep.c (cris_gdbarch_init): Ditto.
4545
97092415
AC
4546 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
4547 * gdbarch.h, gdbarch.c: Re-generate.
4548 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
4549 (m68hc11_use_struct_convention): Delete function.
4550 (m68hc11_extract_struct_value_address): Delete function.
4551 (m68hc11_return_value): New function.
4552 (m68hc11_gdbarch_init): Instead of store_return_value,
4553 extract_return_value, return_value_on_stack,
4554 deprecated_extract_struct_value_address and use_struct_convention,
4555 set return_value.
4556 * values.c (using_struct_return): Do not call
4557 RETURN_VALUE_ON_STACK.
4558 * arch-utils.h (generic_return_value_on_stack_not): Delete
4559 declaration.
4560 * arch-utils.c (generic_return_value_on_stack_not): Delete
4561 function.
4562
44e5158b
AC
45632004-06-12 Andrew Cagney <cagney@gnu.org>
4564
4565 * values.c (register_value_being_returned): Delete function.
4566 * infcmd.c (legacy_return_value): Delete function.
4567 * infcall.c (call_function_by_hand): Inline
4568 "register_value_being_returned", simplify.
4569 * values.c (using_struct_return): Update comment, refer to
4570 print_return_value instead of register_value_being_returned.
4571 * infcmd.c (print_return_value): Inline calls to
4572 register_value_being_returned and legacy_return_value. Simplify.
4573
b887c273
RC
45742004-06-11 Randolph Chung <tausq@debian.org>
4575
4576 * somread.c (som_symtab_read): Exclude gcc local symbols.
4577
1b2bfbb9
RC
45782004-06-11 Randolph Chung <tausq@debian.org>
4579
3973a7d3
AC
4580 * infrun.c (handle_inferior_event): Handle the case when a
4581 trampoline ends up in the runtime resolver, and if the trampoline
4582 has no name. Rearrange the code so that all the trampoline
4583 processing happens before other step-out-of-range handling.
1b2bfbb9 4584
a9d61c86
MH
45852004-06-11 Martin Hunt <hunt@redhat.com>
4586
4587 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
4588 has no fpu.
4589
2c87cf5a
AC
45902004-06-10 Andrew Cagney <cagney@gnu.org>
4591
4592 * blockframe.c (legacy_inside_entry_func): Delete.
4593 (legacy_frame_chain_valid): Inline call to
4594 legacy_inside_entry_func, simplify.
4595
0b67b468 45962004-06-10 Bob Rossi <bob@brasko.net>
57c22c6c
BR
4597
4598 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3973a7d3
AC
4599 * dwarf2read.c (partial_die_info): Add dirname field.
4600 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4601 (read_partial_die): Save away DW_AT_comp_dir.
4602 * defs.h (symtab_to_filename): Removed.
4603 * source.c (find_and_open_source): Added.
57c22c6c 4604 (open_source_file): Just calls find_and_open_source.
3973a7d3
AC
4605 (symtab_to_filename): Removed.
4606 (symtab_to_fullname, psymtab_to_fullname): Added.
57c22c6c
BR
4607 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4608 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4609 symtab_to_filename.
4610 * symtab.h (partial_symtab): Add dirname field.
4611 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3973a7d3
AC
4612 (mi_cmd_file_list_exec_source_file): Call new function
4613 symtab_to_fullname to find fullname.
57c22c6c 4614 (mi_cmd_file_list_exec_source_files): Added.
3973a7d3 4615 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
57c22c6c
BR
4616 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4617
9a1dd1ad
AC
46182004-06-10 Andrew Cagney <cagney@gnu.org>
4619
239ae8c7
AC
4620 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4621 to generic_use_struct_convention, the default value.
4622
fc720350
AC
4623 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4624 of abort.
4625
9a1dd1ad
AC
4626 * ns32k-tdep.c (ns32k_push_arguments): New function.
4627 (ns32k_gdbarch_init): Set deprecated_push_arguments.
4628 * infcall.c (call_function_by_hand): Call error instead of
4629 legacy_push_arguments.
4630 * value.h (legacy_push_arguments): Delete declaration.
4631 * valops.c (legacy_push_arguments): Delete function.
4632 (value_push): Delete function.
4633
fea25152
BF
46342004-06-10 Brian Ford <ford@vss.fsi.com>
4635
4636 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4637 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
4638 info.
4639 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4640
30a4a8e0
AC
46412004-06-10 Andrew Cagney <cagney@gnu.org>
4642
4643 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4644 * gdbarch.h, gdbarch.c: Re-generate.
4645 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4646 parameters.
4647 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4648 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4649 deprecated_pc_in_call_dummy instead of
4650 DEPRECATED_PC_IN_CALL_DUMMY.
4651 (arm_skip_prologue): Ditto.
4652 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4653 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4654 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4655 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4656 Ditto.
4657 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4658 (sh64_init_extra_frame_info, sh64_get_saved_register)
4659 (sh64_pop_frame): Ditto.
4660 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4661 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4662 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4663 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4664 (h8300_pop_frame): Ditto.
4665 * blockframe.c (legacy_inside_entry_func)
4666 (legacy_frame_chain_valid): Ditto.
4667 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4668 to deprecated_pc_in_call_dummy.
4669
81cfbe54
AC
46702004-06-09 Andrew Cagney <cagney@gnu.org>
4671
a1f4a1b6
AC
4672 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4673 provide a default value.
4674 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4675 * gdbarch.h, gdbarch.c: Re-generate.
4676 * arch-utils.c (generic_convert_register_p): Rename
4677 legacy_convert_register_p
4678 (legacy_register_to_value, legacy_value_to_register): Delete
4679 functions.
4680 * arch-utils.h (generic_convert_register_p): Rename
4681 legacy_convert_register_p.
4682 (legacy_register_to_value, legacy_value_to_register): Delete
4683 declarations.
4684
9730f241
AC
4685 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4686 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4687 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4688 * gdbarch.h, gdbarch.c: Re-generate.
4689 * infcmd.c (default_print_registers_info): Simplify.
4690 * findvar.c (value_of_register): Simplify.
4691 * mi/mi-main.c (get_register): Simplify.
4692 * arch-utils.c (legacy_convert_register_p): Always return 0.
4693 (legacy_register_to_value, legacy_value_to_register): Always call
4694 internal_error.
4695
8a1bf479
AC
4696 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4697 #ifdef CLEAR_INSN_CACHE code.
4698 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4699 Delete #ifdef CLEAR_DEFERRED_STORES code.
4700
4b38d6f1
AC
4701 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4702
2d62ecc7
AC
4703 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4704 copyright.
4705 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4706
be4f7469
AC
4707 * config/mips/mipsv4.mh: Delete file.
4708
81cfbe54
AC
4709 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4710 unreferenced macro.
4711 (hpread_adjust_stack_address): Delete declaration.
4712
d966f0cb
AC
47132004-06-08 Andrew Cagney <cagney@gnu.org>
4714
4715 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4716 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4717 PTRACE_ATTACH / PTRACE_DETACH available call error.
4718 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4719 * infttrace.c (update_thread_state_after_attach, attach, detach):
4720 Remove #ifdef wrappers.
4721 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4722 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4723 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4724 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4725 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4726 * config/nm-linux.h (ATTACH_DETACH): Delete.
4727 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4728 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4729 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4730 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4731 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4732
d91670b9
CV
47332004-06-08 Corinna Vinschen <vinschen@redhat.com>
4734
4735 * configure.in: Set $configdir to the right OS specific value.
4736 Use value when setting $tcldir and $tkdir.
4737 * configure: Regenerate.
4738
28ba0b33
PB
47392004-06-06 Paul Brook <paul@codesourcery.com>
4740
4741 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4742 records.
4743
f26caa11
PH
47442004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4745
4746 * ada-lang.c (lookup_symbol_in_language): New function to allow
4747 re-use of another language's symbol lookup code. (Placed here
4748 temporarily while Ada support is being integrated into the public
4749 tree).
4750 (restore_language): New auxiliary function for
4751 lookup_symbol_in_language.
4752 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4753 temporarily while Ada support is being integrated into the public
4754 tree).
4755
d560a54b
AO
47562004-06-08 Alexandre Oliva <aoliva@redhat.com>
4757
e75d110c
AO
4758 * Makefile.in (check//%): New.
4759
d560a54b
AO
4760 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4761 (mn10300_store_return_value): Rewrite.
4762 (mn10300_type_align): New.
4763 (mn10300_use_struct_convention): Rewrite.
4764 (mn10300_return_value): New, using all of the above.
4765 (mn10300_pop_frame_regular): Add saved_regs_size.
4766 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4767
a72fbdb7
AO
4768 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4769 regs if PC is on movm.
4770
01904826
JB
47712004-06-07 Jim Blandy <jimb@redhat.com>
4772
4773 Add native Linux support for the PowerPC E500.
4774 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4775 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4776 all architectures except the E500.
4777 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4778 #definitions.
4779 (struct gdb_evrregset_t): New type.
4780 (have_ptrace_getsetevrregs): New variable.
4781 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4782 fetch_spe_registers): New functions.
4783 (fetch_register): Call fetch_spe_register as appropriate.
4784 Assert that we're only passed raw register numbers.
4785 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4786 Don't fetch gprs if they're pseudoregisters.
4787 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4788 store_spe_registers): New functions.
4789 (store_register): Call store_spe_register as appropriate.
4790 Assert that we're only passed raw register numbers.
4791 (store_ppc_registers): Call store_spe_registers as appropriate.
4792 Don't store gprs if they're pseudoregisters.
4793
f90ef764
JJ
47942004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4795
4796 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4797 struct if one exists, even if we are dealing with a zombie thread.
4798
45b75230
AC
47992004-06-07 Andrew Cagney <cagney@gnu.org>
4800
4801 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4802 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4803 Rename PC_REQUIRES_RUN_BEFORE_USE.
4804 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4805 #ifdef.
4806
1658da49
RC
48072004-06-07 Randolph Chung <tausq@debian.org>
4808
4809 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4810 unwinding after sp has been saved to the stack but before the end
4811 of the prologue, and after the fp has been modified but before it has
4812 been saved to the stack.
4813 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4814 Remove superfluous definitions.
4815 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4816
9a727a3c
RC
48172004-06-07 Guy Martin <gmsoft@gentoo.org>
4818
4819 Committed by Randolph Chung.
4820 * hppa-linux-nat.c: Include the correct version of the header file
4821 depending on the kernel version.
4822
9e500012
RC
48232004-06-06 Randolph Chung <tausq@debian.org>
4824
4825 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4826 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4827
3388d7ff
RC
48282004-06-06 Randolph Chung <tausq@debian.org>
4829
4830 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4831 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4832 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4833 * hppa-tdep.c (hppa_symbol_address): New function definition.
4834 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4835
d49771ef
RC
48362004-06-06 Randolph Chung <tausq@debian.org>
4837
4838 * hppa-tdep.h (struct value): Forward declaration.
4839 (gdbarch_tdep): Define tdep find_global_pointer method.
4840 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4841 associated with the function we are trying to call, and write it
4842 to the gp register.
4843 (hppa32_convert_from_funct_ptr_addr): New function.
4844 (hppa_find_global_pointer): New function.
4845 (hppa_gdbarch_init): Set default find_global_pointer method; set
4846 convert_from_func_ptr_addr method.
4847 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4848 (hppa_linux_init_abi): Set find_global_pointer method.
4849 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4850
7d9b040b
RC
48512004-06-06 Randolph Chung <tausq@debian.org>
4852
4853 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4854 to struct value *function.
4855 * gdbarch.c: Regenerate.
4856 * gdbarch.h: Likewise.
4857 * infcall.c (call_function_by_hand): Pass entire function value
4858 to push_dummy_call.
4859
4860 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4861 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4862 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4863 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4864 * arm-tdep.c (arm_push_dummy_call): Likewise.
4865 * avr-tdep.c (avr_push_dummy_call): Likewise.
4866 * cris-tdep.c (cris_push_dummy_call): Likewise.
4867 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4868 * frv-tdep.c (frv_push_dummy_call): Likewise.
4869 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4870 * hppa-tdep.c (hppa32_push_dummy_call)
4871 (hppa64_push_dummy_call): Likewise.
4872 * i386-tdep.c (i386_push_dummy_call): Likewise.
4873 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4874 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4875 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4876 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4877 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4878 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4879 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4880 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4881 (ppc64_sysv_abi_push_dummy_call): Likewise.
4882 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4883 (ppc64_sysv_abi_push_dummy_call): Likewise.
4884 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4885 * s390-tdep.c (s390_push_dummy_call): Likewise.
4886 * sh-tdep.c (sh_push_dummy_call_fpu)
4887 (sh_push_dummy_call_nofpu): Likewise.
4888 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4889 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4890 * vax-tdep.c (vax_push_dummy_call): Likewise.
4891
4a19ea35
JB
48922004-06-04 Jim Blandy <jimb@redhat.com>
4893
8327ccee
JB
4894 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4895 gdbarch argument to register_size.
4896
a3c001ce
JB
4897 * rs6000-tdep.c (rs6000_store_return_value): Use
4898 regcache_cooked_write_part instead of
4899 deprecated_write_register_bytes.
4900 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4901 not gdbarch_deprecated_store_return_value.
4902
4a19ea35
JB
4903 * ppc-linux-nat.c (store_register, fetch_register): Remove
4904 incorrect assertions. Simplify and generalize handling of
4905 transfers whose sizes are not multiples of, or less than, sizeof
4906 (PTRACE_XFER_TYPE).
4907
b9b5d7ea
JJ
49082004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4909
4910 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4911 as a new thread event.
720c7d64 4912 * thread-db.c (thread_get_info_callback): If the thread is a
b9b5d7ea 4913 zombie, return TD_THR_ZOMBIE.
720c7d64 4914 (thread_from_lwp): If thread_get_info_callback returns
b9b5d7ea
JJ
4915 TD_THR_ZOMBIE, check if the thread is still on the thread list
4916 and return a -1 ptid if not found.
4917 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4918 change the status to TARGET_WAITKIND_SPURIOUS.
4919
c8a3b559
CV
49202004-06-03 Corinna Vinschen <vinschen@redhat.com>
4921
4922 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4923 double values in little endian mode.
4924
20605361
AC
49252004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4926
4927 Committed by Andrew Cagney.
4928 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4929 after last enum constant to avoid error from IBM C
4930 compiler.
4931
bc97b3ba
JB
49322004-06-02 Jim Blandy <jimb@redhat.com>
4933
4934 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4935 to 'message', and make it local to the lone block that uses it.
4936
1da28ab0
JB
4937 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4938
4c4b4cd2
PH
49392004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4940
8a2225b2
PH
4941 * ada-exp.y: Update copyright notice.
4942 Include block.h.
4943
4944 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4945 SPECIAL_VARIABLE and unify the treatment of these cases.
4946
4947 (write_attribute_call0): Remove.
4948 (write_attribute_call1): Remove.
4949 (write_attribute_calln): Remove.
4950 (save_qualifier): Add missing semicolon.
4951
4952 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4953 temporarily disabled to allow compilation with FSF head version.
4954
4955 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4956 use individual operators (OP_*) for all attributes.
4957 (exp syntax): Use write_int.
4958 Handle STRING literals with OP_STRING.
4959 (variable syntax): Add limit parameter to calls to
4960 write_object_renaming.
4961
4962 (temp_parse_space): New definition to hold entities that need
4963 only live until the next call to ada_parse.
4964 (string_to_operator): Rename fields of ada_opname_table entries.
4965
4966 (write_var_from_sym): Record block.
4967 (write_var_from_name): Minor reformatting.
4968 Make sure saved name is properly encoded in the case of multiple
4969 matches, and set its language to Ada.
4970 Update comment.
4971 Modify to indicate unresolved name as symbol in the UNRESOLVED
4972 namespace, allocated in temp_parse_space.
4973 (write_int): New function.
4974
4975 (write_object_renaming): Add max_depth parameter to limit
4976 chains of object renamings.
4977 Handle case where root of renaming expression is itself a renaming.
4978 Use temp_parse_space for temporary name buffer.
4979 Handle renamings to dereferenced pointers (___XEXA suffices).
4980
4981 (ada_parse, yyerror, string_to_operator,
4982 write_var_from_sym, write_var_from_name, write_attribute_call0,
4983 write_attribute_call1, write_attribute_calln,
4984 write_object_renaming): Protoize.
4985
4986 (_initialize_ada_exp): New function.
4987
4988 * ada-lang.c: Update copyright notice.
4989 General terminology change to conform to GNAT compiler usage:
4990 mangle => encode, demangle => decode
4991 Include gdb_obstack.h.
4992 Include gdb_regex.h
4993 Include frame.h
4994 Include hashtab.h
4995 Include completer.h
4996 Include gdb_stat.h
4997 Include block.h
4998 Include infcall.h
4999
5000 (ADA_RETAIN_DOTS): Make sure this is defined.
5001 (TRUNCATION_TOWARDS_ZERO): Define.
5002 (struct string_vector): Define.
5003 (unresolved_names): Remove definition.
5004 (xnew_string_vector): New function.
5005 (string_vector_append): New function.
5006 (extract_string): Make static.
5007 (ada_unqualified_name): New function.
5008 (add_angle_brackets): New function.
5009 (function_name_from_pc): New function.
5010 (place_on_stack): Rename to ensure_lval.
5011
5012 (ensure_lval): Renamed from place_on_stack.
5013 Make identity on lvals.
5014 Update comment.
5015 (is_nonfunction): New interface.
5016 Only symbols in LOC_CONST class can be enumerals.
5017 (fill_in_ada_prototype): Remove; now independent of language.
5018 (add_defn_to_vec): Add obstack and symtab arguments.
5019 Use obstack to hold collected definitions.
5020 (num_defns_collected): New function.
5021 (defns_collected): New function.
5022 (ada_resolve_subexp): Rename to resolve_subexp.
5023 (resolve_subexp): Renamed from ada_resolve_subexp.
5024 (ada_op_name): Return non-const result.
5025 (ada_decoded_op_name): Renamed from ada_op_name, now used for
5026 other purposes.
5027
5028 (to_fixed_array_type): Add declaration.
5029 (coerce_unspec_val_to_type): Remove offset parameter.
5030 (find_sal_from_funcs_and_line): New interface.
5031 (find_line_in_linetable): Ditto.
5032
5033 (all_sals_for_line): Rename to ada_sals_for_line and make
5034 global.
5035 Add new parameter. When set, do not ask the user to choose the
5036 instance, but use the first one found instead.
5037 Use given line number in returned sals.
5038 Fix comment.
5039 Skip the prologue if funfirstline is set.
5040 Correct for memory leak when 0 lines found.
5041
5042 (value_pos_atr): Use pos_atr.
5043 (pos_atr): New function.
5044 (standard_lookup): Add block parameter.
5045
5046 (makeTimeStart): Remove declaration and uses.
5047 (makeTimeStop): Remove declaration and uses.
5048
5049 (ada_completer_word_break_characters): Allow for VMS.
5050 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
5051 (raise_sym_name): New constant.
5052 (raise_unhandled_sym_name): New constant.
5053 (raise_assert_sym_name): New constant.
5054 (process_raise_exception_name): New constant.
5055 (longest_exception_template): New constant.
5056 (warning_limit): New variable to limit warnings during expression
5057 evaluation.
5058 (warnings_issued): New variable to keep track of warnings issued.
5059 (known_runtime_file_name_patterns): New constant.
5060 (known_auxiliary_function_name_patterns): New constant.
5061 (symbol_list_obstack): New variable.
5062
5063 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
5064 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
5065 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
5066 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
5067 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
5068 ada_variant_discrim_name, field_alignment, dynamic_template_type,
5069 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
5070 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
5071 and strcmp.
5072
5073 (ada_get_field_index): New function.
5074 (lim_warning): New function.
5075 (ada_translate_error_message): New function.
5076 (MAX_OF_SIZE): New function.
5077 (MIN_OF_SIZE): New function.
5078 (UMAX_OF_SIZE): New function.
5079 (UMIN_OF_SIZE): New function.
5080 (discrete_type_high_bound): New function.
5081 (discrete_type_low_bound): New function.
5082 (base_type): New function.
5083 (do_command): Remove.
5084
5085 (ada_update_initial_language): Use language_ada, not language_unknown.
5086 (ada_encode): Renamed from ada_mangle.
5087 Obey ADA_RETAIN_DOTS.
5088 (ada_decode): Renamed from ada_demangle.
5089 Update coding conventions.
5090 (decoded_names_store): New hash table.
5091 (ada_decode_symbol): New function.
5092 (ada_la_decode): New function.
5093
5094 (modify_general_field): Correct computations of offset and bit
5095 position.
5096 (desc_base_type): Handle ref types, too.
5097 (ada_is_direct_array_type): New function.
5098
5099 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5100 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5101 (ada_is_bogus_array_descriptor,ada_type_of_array,
5102 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
5103 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
5104 ada_is_array_descriptor_type.
5105
5106 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
5107 (ada_is_packed_array_type): Handle pointers or
5108 references to packed arrays as well.
5109 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
5110 (decode_packed_array_type): Search for the packed array type
5111 symbol in the currently selected block and associated
5112 superblocks too.
5113 Use lookup_symbol again.
5114
5115 (decode_packed_array): Handle pointers and references.
5116 Update call to coerce_unspec_val_to_type.
5117 (decode_packed_array_type,value_subscript_packed): Limit warnings.
5118 (ada_value_primitive_packed_val): Improve comment.
5119
5120 (ada_index_type): Substitute int type for "undefined".
5121 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
5122 ada_array_langth, ada_is_string_type): Use renamed
5123 ada_is_simple_array_type.
5124 (empty_array): New function.
5125
5126 (ada_resolve): Rename to resolve.
5127 (resolve): Make static.
5128 Call renamed resolve_subexp.
5129 Update comment.
5130 (ada_resolve_subexp): Rename to resolve_subexp.
5131 (resolve_subexp): Update comment.
5132 Decomment disabled code.
5133 Add LOC_COMPUTED* cases.
5134 Modify to use temporary struct symbols (marked as being in
5135 UNDEF_NAMESPACE) to indicate unresolved names, instead of
5136 OP_UNRESOLVED_VALUE.
5137 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
5138 Add OP_STRING case.
5139 Remove OP_ARRAY.
5140 Use SYMBOL_PRINT_NAME instead of ada_demangle.
5141 Use new ada_lookup_symbol_list interface.
5142 Use new ada_resolve_function interface.
5143 Remove OP_TYPE case.
5144
5145 (ada_args_match): Idiot proof against null actuals.
5146 Use intermediate variables to clarify.
5147 (ada_resolve_function): Update comment and interface.
5148 (mangled_ordered_before): Rename to encoded_ordered_before and
5149 update comment.
5150 (sort_choices): Update comment and interface.
5151 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
5152 (user_select_syms): New interface.
5153 Use new sort_choices interface.
5154 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
5155 (possible_user_operator_p): Idiot-proof against null values.
5156 (ada_simple_renamed_entity): Don't make cleanup; rely on
5157 caller to free result string.
5158 Remove const from return type.
5159 (make_array_descriptor): Rename uses of place_on_stack to
5160 ensure_lval.
5161 Make sure that arrays are on stack.
5162
5163 (HASH_SIZE): Define.
5164 (struct cache_entry): Define.
5165 (cache_space): Define.
5166 (cache): Define.
5167 (clear_ada_sym_cache): New function.
5168 (find_entry): New function.
5169 (lookup_cached_symbol): New function.
5170 (defn_vector_size): Define.
5171 (cache_symbol): New function.
5172 (defn_symbols): Remove.
5173
5174 (standard_lookup): Use lookup_symbol_in_language to get effect of
5175 C lookup.
5176 Cache results.
5177
5178 (symbol_completion_match): New function.
5179 (symbol_completion_add): New function.
5180 (ada_make_symbol_completion_list): New function.
5181
5182 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
5183 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
5184 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5185 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
5186
5187 (ada_lookup_simple_minsym): New function.
5188 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
5189
5190 (add_symbols_from_enclosing_procs): New interface.
5191 Conditionalize more helpfully.
5192 Don't bother if program isn't running.
5193 Use new interface to get_frame_block.
5194 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
5195
5196 (remove_extra_symbols): New interface.
5197 (xget_renaming_scope): New function.
5198 (is_package_name): New function.
5199 (renaming_is_visible): New function.
5200 (remove_out_of_scope_renamings): New function.
5201
5202 (ada_lookup_symbol_list): New interface.
5203 Properly reinitialize the symbol list obstack.
5204 Don't call add_symbols_from_enclosing_procs if we start from a
5205 static or global block.
5206 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
5207 add_symbols_from_enclosing_procs.
5208 Add symtab data to cached entries.
5209 Handle symbols prefixed with
5210 "standard__" specially; strip prefix and don't look in local symbols.
5211 Do not include out of scope renaming symbols in list of
5212 symbols returned.
5213 Add const to block parameter.
5214 Move check for non-local, non-global symbols earlier.
5215 Remove timing stuff.
5216 (ada_lookup_symbol): New interface.
5217 Find symtab as well.
5218 (ada_lookup_symbol_nonlocal): New function.
5219
5220 (is_name_suffix): Enhance suffix detection to recognize
5221 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
5222 (is_dot_digits_suffix): New function.
5223 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
5224
5225 (ada_add_block_symbols): New interface. Use obstack to return results
5226 in a vector of struct ada_symbol_infos. Add symtab argument.
5227 Use new interface to add_defn_to_vec.
5228 Remove calls to fill_in_ada_prototype.
5229 Use BLOCK_BUCKETS, BLOCK_BUCKET.
5230
5231 (ada_finish_decode_line_1): Add const qualification to local to fix
5232 warning.
5233 Start looking in static block for functions to avoid attempts
5234 to search frame chain for up-level variables.
5235 Adapt to new ada_sals_for_line interface.
5236 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
5237 Handle quoting of the function name inside the spec string.
5238 Skip prologue when funfirstline is set and update the
5239 function documentation to that effect.
5240
5241 (debug_print_lines, debug_print_block, debug_print_blocks,
5242 debug_print_symtab): Remove.
5243
5244 (ada_main_name): New function.
5245 (ada_exception_breakpoint_type): New function.
5246 (is_known_support_routine): New function.
5247 (ada_find_printable_frame): Renamed from find_printable_frame and made
5248 global.
5249 Remove level parameter.
5250 Use new interface to select_frame.
5251
5252 (begin_command): Remove.
5253 (ada_adjust_exception_stop): New function.
5254 (ada_print_exception_stop): New function.
5255 (exception_name_from_cond): New function.
5256 (ada_report_exception_break): Replace disabled code with
5257 conditionalization on GNAT_GDB.
5258 Get the exception name from the condition string.
5259 Remove and move functionality into new functions
5260 ada_print_exception_breakpoint_task and
5261 ada_print_exception_breakpoint_nontask.
5262 (error_breakpoint_runtime_sym_not_found): New function.
5263 (is_runtime_sym_defined): New function.
5264 (ada_breakpoint_rewrite): Uncomment suppressed code.
5265 Use symbolic error-message and runtime-symbol names.
5266 Surround runtime symbol names in quotes.
5267 Allow non-specific breakpoints on exceptions and assertions before
5268 program starts.
5269
5270 (ada_is_tagged_type): Add parameter.
5271 (ada_is_tag_type): New function.
5272 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
5273 (ada_variant_discrim_type): Ditto.
5274 (value_tag_from_contents_and_address): New function.
5275 (type_from_tag): New function.
5276 (struct tag_args): New structure used to communicate with
5277 ada_tag_name_1.
5278 (ada_tag_name_1): New function.
5279 (ada_tag_name): New function.
5280
5281 (ada_scan_number): Update comment.
5282 (find_struct_field): New function.
5283 (ada_search_struct_field): Make static.
5284 (ada_value_struct_elt): New version that returns references when
5285 given pointers or references to structs.
5286 (ada_lookup_struct_elt_type): Add 'refok' parameter.
5287 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
5288 interface.
5289 (ada_value_ind): Use new ada_to_fixed_value interface.
5290 (ada_coerce_ref): Ditto.
5291 (field_offset): Remove.
5292
5293 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
5294 (ada_find_renaming_symbol): New function.
5295 (ada_prefer_type): Prefer named types over unnamed ones.
5296 (variant_field_index): New function.
5297 (contains_variant_part): Removed: subsumed by variant_field_index.
5298 (ada_template_to_fixed_record_type): New function, mostly from
5299 template_to_fixed_record_type.
5300 (template_to_fixed_record_type):
5301 Do not scan the type fields beyond the last one; prevents a
5302 potential SEGV.
5303 Handle case where variant field is listed BEFORE discriminant it
5304 depends on.
5305 Fix calculation of record length when bit length is
5306 not evenly divisible by char length.
5307 Move code to ada_template_to_fixed_record_type and call it.
5308
5309 (template_to_static_fixed_type): Revise comment.
5310 Modify to work on ordinary record types as well as templates,
5311 so as to handle fields that use ___XVE or ___XVU encodings.
5312 (to_record_with_fixed_variant_part): Fill out comment.
5313 Initialize C++ stuff in right type.
5314 Allow case where DVAL is null.
5315 Handle case where variant field is not last.
5316 Fix typo concerning record length.
5317 (to_fixed_record_type): Decomment disabled code.
5318 (to_fixed_record_type): Use variant_field_index instead of
5319 contains_variant_part.
5320 (to_fixed_variant_branch_type): Ditto.
5321 (to_fixed_array_type): Decomment disabled code.
5322 (ada_to_fixed_type): Convert tagged types to the specific type.
5323 Deactivate the size-check for array types in order to avoid
5324 some false size alarms.
5325 (to_static_fixed_type): Decomment disabled code.
5326 Modify to call template_to_static_fixed_type
5327 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
5328 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
5329 Remove valaddr argument, as it is never really used.
5330 (ada_to_fixed_value): Change interface to act on single struct value*
5331 operand.
5332 (adjust_pc_past_prologue): New function.
5333 (ada_attribute_name): Modify to take enum exp_opcode argument.
5334
5335 (ada_enum_name): Recognize new homonym-distinguishing convention.
5336 Adjust local variable's type to remove compiler warning.
5337 Fix a small problem in the part that unqualifies the enumeration name.
5338 (ada_value_binop): New function.
5339 (ada_value_equal): New function.
5340
5341 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
5342 Don't give error message when not doing normal evaluation
5343 and a tagged type doesn't seem to contain a structure member.
5344 Give error message for packed arrays.
5345 For indexing arrays, handle pointers to packed arrays correctly.
5346 Handle case of 'first and 'last attributes of bare integral type
5347 without encoded subtype info.
5348 Remove some unnecessary casts.
5349 Fix uninitialized value of type in computing 'first, 'last, or 'length
5350 of array object.
5351 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
5352 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
5353 calls.
5354 Attributes are now exp_opcode values.
5355 Correct treatment of 'modulus.
5356 Better error message for taking 'length of wrong kind of type;
5357 improve comment.
5358 Change EVAL_NORMAL to noside for consistency.
5359 Use ada_value_binop for DIV, MOD, REM.
5360 Make special case out of array of length 0, since an argument
5361 of 0 upsets some platforms' malloc.
5362 Use OP_STRING instead of OP_ARRAY.
5363 For slice, add check that we have an array type before extracting
5364 a slice out of it. Avoids a SEGV.
5365 When evaluating an array slice, if the array type is a reference to
5366 an aligner type, then replace the aligner type by the actual type.
5367 Decomment disabled code.
5368 Remove some dead code.
5369 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
5370 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
5371 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
5372 and UNOP_MBR to UNOP_IN_RANGE.
5373 If an array type has a parallel ___XVE type, then use it.
5374 Turn arrays into pointers for lvalue arrays.
5375 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
5376 bounds error and handle 0-length slices.
5377 Use lim_warning.
5378 When selecting fields, apply ada_to_fixed_value (because the fields
5379 might have ___XVU or ___XVE encodings even if not dynamic.)
5380 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
5381 (ada_is_system_address_type): New function.
5382
5383 (get_var_value): Use new interface to ada_lookup_symbol_list.
5384 (get_int_var_value): New interface.
5385 (to_fixed_range_type): Allow unknown bound, with warning.
5386 (ada_is_modular_type): Decomment disabled code.
5387 (ADA_OPERATORS): New definition.
5388 (ada_operator_length): New function.
5389 (ada_expr_op_name): New function.
5390 (ada_forward_operator_length): New function.
5391 (ada_dump_subexp_body): New function.
5392 (ada_print_subexp): New function.
5393 (ada_exp_descriptor): New constant.
5394 (ada_op_print_tab): Add 'size. Remove FIXMEs.
5395 (ada_language_defn): Add ada_exp_descriptor entry.
5396 Change ada_parse => parse.
5397 Add post-parser entry.
5398 Use ada-specific non-local symbol lookup.
5399 Don't use C-style arrays.
5400 String lower-bound is 1.
5401 Decomment disabled code.
5402 (parse): New function.
5403 New fields ada_translate_error_message, ada_lookup_symbol,
5404 ada_lookup_minimal_symbol.
5405
5406 * ada-lang.h: Update copyright dates.
5407 Replace the mangle/demangle terminology throughout by the
5408 more appropriate encode/decode one.
5409 Include breakpoint.h.
5410 Forward declare struct partial_symbol, struct block.
5411 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
5412 (EXTRACT_ADDRESS): Remove.
5413 (EXTRACT_INT): Remove.
5414 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
5415 (MAX_ENCLOSING_FRAME_LEVELS): Define.
5416 (MAX_RENAMING_CHAIN_LENGTH): Define.
5417 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
5418
5419 (enum task_states): Remove.
5420 ada_task_states: Remove.
5421 (fat_string): Remove.
5422 (struct entry_call): Remove.
5423 (struct task_fields): Remove.
5424 (struct task_entry): Remove.
5425
5426 (struct ada_symbol_info): Define.
5427 (enum ada_attribute): Remove.
5428 (enum ada_operator): Define.
5429
5430 (ada_get_field_index): Declare.
5431 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
5432 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5433 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5434 (ada_lookup_symbol_list): New interface.
5435 (ada_decode_symbol): Declare.
5436 (ada_decode): Declare.
5437 (ada_lookup_symbol): New interface.
5438 (ada_update_initial_language): Declare.
5439 (ada_lookup_simple_minsym): Declare.
5440 (user_select_syms): New interface.
5441 (ada_sals_for_line): Declare.
5442 (ada_is_tagged_type): New interface.
5443 (ada_tag_name): Declare.
5444 (ada_lookup_struct_elt_type): Remove declaration.
5445 (ada_search_struct_field): Remove declaration.
5446 (ada_attribute_name): New interface.
5447 (ada_is_system_address_type): Declare.
5448 (ada_to_fixed_value): Remove declaration.
5449 (ada_template_to_fixed_record_type_1): Declare.
5450 (get_int_var_value): New interface.
5451 (ada_find_any_symbol): Declare.
5452 (ada_find_renaming_symbol): Declare.
5453 (ada_mangle): Rename to ada_encode.
5454 (ada_simple_renamed_entity): Remove const.
5455 (ada_main_name): Declare.
5456 (get_current_task): Rename to ada_get_current_task.
5457 (get_entry_number): Remove declaration.
5458 (ada_report_exception_break): Remove declaration.
5459 (ada_print_exception_breakpoint_nontask): Declare.
5460 (ada_print_exception_breakpoint_task): Declare.
5461 (ada_find_printable_frame): Declare.
5462
5463 * ada-lex.l: Update copyright notices.
5464 Use xmalloc and xfree instead of malloc and free.
5465 Use new interface to name_lookup.
5466 Use new interface to
5467 ada_mangle=>ada_encode.
5468 Redo handling of '$...' variable to parallel current treatment
5469 in c-exp.y.
5470 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
5471 digit_to_int, strtoulst, processInt, processReal, processId,
5472 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
5473 yywrap): Protoize.
5474
5475 (processInt): Use cast to remove harmless warning.
5476 (processReal): Modify to get rid of compiler warning on scan formats.
5477
5478 (processId): Replace xmalloc with obstack_alloc for name and remove
5479 call to ada_name_string_cleanup.
5480 Remove obsolete disabled code.
5481 (name_lookup): Ditto.
5482 New interface.
5483 Use obsavestring on temp_parse_space instead of savestring
5484 on name, and remove call to ada_name_string_cleanup.
5485 Free string returned from ada_simple_renamed_entity.
5486 Use new interface to ada_lookup_symbol_list.
5487 Decomment disabled code.
5488 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
5489 not types.
5490 When a type name lookup succeeds as a result of
5491 lookup_primitive_typename, check for regular type entry that has not
5492 yet been read in.
5493 Limit length of chain of renamed symbols we are willing to follow.
5494 Do not break names beginning with "standard__" into segments.
5495 (block_lookup): Use new interface to ada_lookup_symbol_list.
5496
5497 * ada-typeprint.c: Update copyright notice.
5498 (demangled_type_name): Rename to decoded_type_name.
5499 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
5500 (print_range_bound): Correct handling of negative
5501 bounds that make the index type looked unsigned under STABS.
5502 (print_dynamic_range_bound): Use new interface to get_int_var_value.
5503 (print_range_type_named): Use the builtin int type if no type
5504 corresponding to the given type name could be found.
5505 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
5506 Add some bullet-proofing.
5507 (print_variant_clauses): Allow for variant branches with ___XVU
5508 encodings that are not dynamic fields.
5509 Use new interface to ada_is_tagged_type.
5510 (print_record_type): Allow for fields with ___XVE encodings that
5511 are not dynamic fields.
5512 Use new interface to ada_is_tagged_type.
5513 (ada_print_type): ada_is_array_descriptor =>
5514 ada_is_array_descriptor_type.
5515
5516 * ada-valprint.c: Update copyright notice.
5517 Include gdb_string.h
5518 Include infcall.h
5519 (ui_memcpy): New function.
5520 (ada_print_floating): New function.
5521 (ada_print_str): Order arguments correctly.
5522 Correct handling of empty arrays and arrays of 0-length items.
5523 ada_is_array_descriptor => ada_is_array_descriptor_type
5524 Print values of type System.Address in hexadecimal format.
5525 Use ada_print_floating to print floating-point numbers in Ada format.
5526 Print class tag values with type names.
5527 No longer print the address of reference values. Avoids
5528 a potential confusion.
5529 (ada_value_print): Stop printing the object type for reference
5530 values, but preserve that behavior for access types. Avoids
5531 a potential confusion.
5532 Simplify one conditional expression, as the first part is now
5533 necessarily true.
5534 ada_is_array_descriptor => ada_is_array_descriptor_type
5535 Add check for arrays for null records, and print them by hand.
4c4b4cd2 5536
f65f91b5
JB
55372004-06-01 Jim Blandy <jimb@redhat.com>
5538
5539 * ppc-tdep.h: Delete unused 'regoff' member.
5540 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
5541
d4687fa0
MC
55422004-06-01 Michael Chastain <mec.gnu@mindspring.com>
5543
5544 Fix PR symtab/1661.
5545 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
5546 (hpread_read_struct_type): Likewise.
5547
de169ec9
AC
55482004-06-01 Andrew Cagney <cagney@gnu.org>
5549
c6902d46
AC
5550 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
5551 instead of xasprintf.
5552 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
5553 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
5554 (mi_cmd_data_list_register_names)
5555 (mi_cmd_data_list_changed_registers)
5556 (mi_cmd_data_list_register_values)
5557 (get_register, mi_cmd_data_write_register_values)
5558 (mi_cmd_data_write_register_values)
5559 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
5560 (mi_cmd_target_download, mi_cmd_target_select)
5561 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
5562 (mi_execute_cli_command, mi_execute_async_cli_command)
5563 (mi_execute_async_cli_command): Ditto.
5564 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
5565 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
5566
6085fc2d
AC
5567 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
5568 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
5569 error_last_message instead of mi_error_last_message.
5570 * mi/mi-main.c (mi_error_last_message): Delete function.
5571
de169ec9
AC
5572 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
5573 "invalid number of columns" error. Delete redundant "out of
5574 memory" check.
5575
1fc7d519
MK
55762004-05-31 Mark Kettenis <kettenis@gnu.org>
5577
6cfb2041
MK
5578 * i386bsd-nat.c: Don't include <sys/procfs.h>.
5579 (gregset_t, fpregset_t): Remove typedefs.
5580 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
5581 (REG_OFFSET): Rename argument.
5582 (i386bsd_r_reg_offset): Rename from reg_offset.
5583 (REG_ADDR): Remove macro.
5584 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
5585 functions.
5586 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
5587 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
5588 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
5589 instead of supply_gregset.
5590 (store_inferior_registers): Use `struct reg' and `struct fpreg'
5591 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
5592 instead of fill_gregset.
5593 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
5594
1fc7d519
MK
5595 * i386bsd-nat.c: Don't include "gregset.h".
5596 (supply_gregset, fill_gregset): Make static.
5597 (supply_fpregset, fill_fpregset): Remove.
5598 * Makefile.in (i386bsd-nat.o): Update dependencies.
5599
2c34abbe
MK
56002004-05-30 Mark Kettenis <kettenis@gnu.org>
5601
448724fb
MK
5602 * fbsd-proc.c: Include "regcache.h", "regset.h" and
5603 "gdb_assert.h". Con't include "gregset.h".
5604 (fbsd_make_corefile_notes): Use regset-based core file support
5605 instead off fill_gregset and fill_fpregset.
5606 * Makefile.in (fbsd-proc.o): Update dependencies.
5607
5ca8ca7c
MK
5608 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5609 instructions.
5610 (m88k_frame_prev_register): Simplify code a bit.
5611
593adc23
MK
5612 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5613 (amd64_collect_fpregset): New function.
5614 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5615
8d1b517b
MK
5616 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5617
7fdafb5a
MK
5618 * i386-tdep.c (i386_supply_gregset): Adjust comment.
5619 (i386_collect_gregset): New function.
5620 (i386_supply_fpregset): Adjust comment.
5621 (i386_collect_fpregset): New function.
5622 (i386_regset_from_core_section): Use i386_collect_gregset and
5623 i386_collect_fpregset.
5624
8693c419
MK
5625 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5626 handle VALUEP being null.
5627
2c34abbe
MK
5628 * regset.h (collect_regset_ftype): Unconstify fourth argument.
5629
45d134d8
MK
56302004-05-29 Mark Kettenis <kettenis@gnu.org>
5631
1698f4e7
MK
5632 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
5633
45d134d8
MK
5634 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5635 assembler in OpenBSD 3.5-current.
5636 (amd64obsd_sigcontext_addr): Likewise.
5637
691d145a
JB
56382004-05-28 Jim Blandy <jimb@redhat.com>
5639
5640 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5641 register set, so our regcache isn't declared "legacy" and our E500
5642 pseudoregister read and write functions aren't ignored.
5643 (rs6000_register_byte, rs6000_register_raw_size,
5644 rs6000_register_virtual_type, rs6000_register_convertible,
5645 rs6000_register_convert_to_virtual,
5646 rs6000_register_convert_to_raw): Deleted.
5647 (rs6000_register_type, rs6000_convert_register_p,
5648 rs6000_register_to_value, rs6000_value_to_register): New
5649 functions.
5650 (rs6000_gdbarch_init): Don't register
5651 gdbarch_deprecated_register_size,
5652 gdbarch_deprecated_register_bytes,
5653 gdbarch_deprecated_register_byte,
5654 gdbarch_deprecated_register_raw_size,
5655 gdbarch_deprecated_register_virtual_type,
5656 gdbarch_deprecated_register_convertible,
5657 gdbarch_deprecated_register_convert_to_virtual, or
5658 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5659 register gdbarch_register_type, gdbarch_convert_register_p,
5660 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5661
18ed0c4e
JB
56622004-05-26 Jim Blandy <jimb@redhat.com>
5663
5664 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5665 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5666 functions, updated to match the register numberings used in GCC.
5667 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5668 rs6000_dwarf2_reg_to_regnum as register number conversions
5669 functions for STABS and Dwarf2.
5670
779af9e3
RC
56712004-05-26 Randolph Chung <tausq@debian.org>
5672
5673 * infttrace.h (target_waitkind): Forward declare type instead of pulling
5674 in header file.
5675
c23968a2
JB
56762004-05-25 Joel Brobecker <brobecker@gnat.com>
5677
5678 * NEWS: Document new "start" command.
5679
3a7d1c27
RC
56802004-05-25 Randolph Chung <tausq@debian.org>
5681
5682 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5683 hppa-linux.
5684
43613416
RC
56852004-05-25 Randolph Chung <tausq@debian.org>
5686
5687 * hppa-hpux-tdep.c (offsetof): Define.
5688 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5689 (hppa32_hpux_frame_base_before_sigtramp)
5690 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5691 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5692 (hppa64_hpux_frame_base_before_sigtramp)
5693 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5694 functions.
5695 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5696 (hppa_hpux_sigtramp_frame_unwind_cache)
5697 (hppa_hpux_sigtramp_frame_this_id)
5698 (hppa_hpux_sigtramp_frame_prev_register)
5699 (hppa_hpux_sigtramp_frame_unwind)
5700 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5701 (hppa_hpux_init_abi): Register sigtramp unwinder.
5702 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5703
6d1be3f1
RC
57042004-05-25 Randolph Chung <tausq@debian.org>
5705
5706 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5707 and multiple stack unwinds.
5708 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5709
97c34f65
AC
57102004-05-25 Andrew Cagney <cagney@gnu.org>
5711
5712 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5713 * symfile-mem.h: Delete file.
5714 * symfile-mem.c: Do not include "symfile-mem.h".
5715 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5716 "struct bfd_section". When an error do not bother returning NULL.
5717 (add_symbol_file_from_memory_command): Use "struct bfd" and
5718 "struct bfd_section".
5719 * Makefile.in (symfile_mem_h): Delete.
5720 (symfile-mem.o): Update dependencies.
5721
e23cbd82
NR
57222004-05-25 Nick Roberts <nickrob@gnu.org>
5723
5724 * gdb-mi.el: New file.
5725
20d2ca3e
AC
57262004-05-25 Andrew Cagney <cagney@gnu.org>
5727
5728 * inftarg.c: Include "observer.h".
5729 (child_attach, child_create_inferior): Notify inferior_created.
5730 * corelow.c: Include "observer.h".
5731 (core_open): Notify inferior_created.
5732 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5733
c27cda74
AC
57342004-05-25 Andrew Cagney <cagney@gnu.org>
5735
5736 * target.h (struct target_ops): Add from_tty to
5737 to_create_inferior.
5738 (target_create_inferior, find_default_create_inferior): Update.
5739 * infcmd.c (run_command): Update.
5740 * wince.c (child_create_inferior): Update.
5741 * win32-nat.c (child_create_inferior): Update.
5742 * uw-thread.c (uw_thread_create_inferior): Update.
5743 * thread-db.c (thread_db_create_inferior): Update.
5744 * target.c (debug_to_create_inferior)
5745 (find_default_create_inferior): Update.
5746 (maybe_kill_then_create_inferior): Update.
5747 * sol-thread.c (sol_thread_create_inferior): Update.
5748 * remote.c (extended_remote_async_create_inferior)
5749 (extended_remote_create_inferior): Update.
5750 * remote-vx.c (vx_create_inferior): Update.
5751 * remote-st.c (st2000_create_inferior): Update.
5752 * remote-sim.c (gdbsim_create_inferior): Update.
5753 * remote-sds.c (sds_create_inferior): Update.
5754 * remote-rdp.c (remote_rdp_create_inferior): Update.
5755 * remote-rdi.c (arm_rdi_create_inferior): Update.
5756 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5757 * remote-e7000.c (e7000_create_inferior): Update.
5758 * procfs.c (procfs_create_inferior): Update.
5759 * ocd.c (ocd_create_inferior): Update.
5760 * ocd.h (ocd_create_inferior): Update.
5761 * nto-procfs.c (procfs_create_inferior): Update.
5762 * monitor.c (monitor_create_inferior): Update.
5763 * lin-lwp.c (lin_lwp_create_inferior): Update.
5764 * inftarg.c (child_create_inferior): Update.
5765 * hpux-thread.c (hpux_thread_create_inferior): Update.
5766 * gnu-nat.c (gnu_create_inferior): Update.
5767
1db2a798
AC
57682004-05-25 Andrew Cagney <cagney@gnu.com>
5769
5770 * MAINTAINERS: Update e-mail address.
5771
007d08bb
RC
57722004-05-24 Randolph Chung <tausq@debian.org>
5773
5774 * thread.c (info_threads_command, thread_apply_all_command)
5775 (thread_apply_command, thread_command, do_captured_thread_select):
5776 Remove HPUXHPPA-specific code.
5777
69e7b95e
RC
57782004-05-24 Randolph Chung <tausq@debian.org>
5779
5780 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5781 unused symbols.
5782 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5783 references.
5784
a4d5f2e0
JB
57852004-05-24 Joel Brobecker <brobecker@gnat.com>
5786
5787 * infcmd.c (kill_if_already_running): New function, extracted
5788 from run_command().
5789 (run_command): Replace extracted code by call to
5790 kill_if_already_running().
5791 (start_command): New function.
5792 (_initialize_infcmd): Add "start" command.
5793
bf2ca189
MK
57942004-05-24 Mark Kettenis <kettenis@gnu.org>
5795
5796 Add OpenBSD/m88k support.
5797 * NEWS (New native configurations): Mention OpenBSD/m88k.
5798 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5799 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5800 * Makefile.in (m88k_tdep_h): New variable.
5801 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5802 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5803 * configure.host: Add m88*-*-openbsd*.
5804 * configure.tgt: Add m88*-*-openbsd*.
5805
80fadb11
JB
58062004-05-24 Jim Blandy <jimb@redhat.com>
5807
5808 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5809 to approve changes.
5810
19e2d14b
KB
58112004-05-24 Kevin Buettner <kevinb@redhat.com>
5812
5813 * symtab.c (fixup_section): Search section table when lookup by
5814 name fails.
5815
1b07b470
RC
58162004-05-24 Randolph Chung <tausq@debian.org>
5817
5818 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5819 be "small_struct".
5820
368702b1
MK
58212004-05-24 Mark Kettenis <kettenis@gnu.org>
5822
5df97fde
MK
5823 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5824 register number in regcache_raw_collect call.
5825 (m68kbsd_collect_fpregset): Likewise.
5826 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5827
368702b1
MK
5828 * regset.h (struct regset): Add back `regset' member.
5829
a770d4ec
MK
58302004-05-23 Mark Kettenis <kettenis@gnu.org>
5831
70f9f479
MK
5832 * configure.in: Check for td_pcb in `struct thread'.
5833 * configure, config.in: Regenerated.
5834
2e16d79e
MK
5835 * dpx2-nat.c: Remove file.
5836 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5837 (dpx2-nat.o): Remove dependencies.
5838
492cf391
MK
5839 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5840 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5841 (amd64obsd_supply_pcb): New function.
5842 (_initialize_amd64obsd_nat): Enable libkvm interface.
5843 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5844 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5845 (LOADLIBES): New variable.
5846
a770d4ec
MK
5847 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5848 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5849 (sparc32nbsd_supply_pcb): New function.
5850 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5851 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5852 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5853 (LOADLIBES): New variable.
5854
9ea75c57
MK
58552004-05-22 Mark Kettenis <kettenis@gnu.org>
5856
2e0c3539
MK
5857 * bsd-kvm.c, bsd-kvm.h: New files.
5858 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5859 "bsd-kvm.h".
5860 (i386fbsd_supply_pcb): New function.
5861 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5862 (i386fbsd-nat.o): Update dependencies.
5863 (bsd_kvm_h): New variable.
5864 (bsd-kvm.o): New dependency.
5865 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5866 (LOADLIBES): New variable.
5867
9ea75c57
MK
5868 * regset.c: Tweak comment.
5869 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5870 macro.
5871 * regset.h: Update copyright year.
5872 (struct regset): Remove `descr' member, add `gdbarch' member.
5873 (regset_alloc): Adjust prototype and comment.
5874 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5875 (i386_supply_fpregset): Likewise.
5876 (i386_regset_from_core_section): Update call to regset_alloc.
5877 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5878 REGSET->arch.
5879 (i386obsd_aout_regset_from_core_section): Update call to
5880 regset_alloc.
5881 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5882 REGSET->arch.
5883 (i386nbsd_aout_regset_from_core_section): Update call to
5884 regset_alloc.
5885 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5886 REGSET->arch.
5887 (amd64_regset_from_core_section): Update call to regset_alloc.
5888 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5889 REGSET->arch.
5890 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5891 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5892 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5893 (sparc32nbsd_init_abi): Update call to regset_alloc.
5894 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5895 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5896 (sparc64obsd_init_abi): Update call to regset_alloc.
5897 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5898 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5899 (sparc64nbsd_init_abi): Update call to regset_alloc.
5900 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5901 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5902 (sparc64fbsd_init_abi): Update call to regset_alloc.
5903
867e2dc5
JB
59042004-05-22 Jim Blandy <jimb@redhat.com>
5905
5906 * ppc-tdep.h (spe_register_p): New declaration.
5907 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5908 ppc_spefscr_regnum.
5909 * rs6000-tdep.c (spe_register_p): New function.
5910 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5911 spefscr.
5912 (rs6000_gdbarch_init): Initialize the new members of the tdep
5913 structure.
5914
617a4cba
JB
59152004-05-21 Jim Blandy <jimb@redhat.com>
5916
0397dee1
JB
5917 * ppc-linux-nat.c (fetch_register): Move code back to be next
5918 to the comment that describes it. (Moved code, instead of
5919 comment, for symmetry with store_register.)
5920
617a4cba
JB
5921 Allocate regset structures in the gdbarch's obstack, not using
5922 xmalloc.
5923 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5924 Add 'arch' argument. Allocate the regset on arch's obstack, not
5925 using xmalloc.
5926 * regset.h (regset_alloc): Update declaration.
5927 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5928 gdbarch argument.
5929 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5930 * i386-tdep.c (i386_regset_from_core_section): Same.
5931 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5932 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5933 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5934 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5935 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5936 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5937
9aa3914d
JB
59382004-05-21 Joel Brobecker <brobecker@gnat.com>
5939
5940 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5941
99c87dab
JB
59422004-05-21 Jim Blandy <jimb@redhat.com>
5943
5944 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5945 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5946
c2b6b4aa
JB
59472004-05-20 Jim Blandy <jimb@redhat.com>
5948
5949 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5950
144529d0
MK
59512004-05-20 Mark Kettenis <kettenis@gnu.org>
5952
5953 * regset.h: Make prototype const-correct.
5954 * regset.c (regset_xmalloc): Make const-correct.
5955
4725b721
PH
59562004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5957
5958 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5959 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5960 (symbol_search_name): Declare.
5961
5962 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5963 (iter_name_next_hashed): Ditto.
5964 (iter_name_next_linear): Ditto.
5965 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5966
5967 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5968 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5969 (symbol_search_name): New function.
5970
5971 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5972
5973 * minsyms.c (build_minimal_symbol_hash_tables): Change
5974 test for adding to demangled hash table to check for difference
5975 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5976
be07a590
JB
59772004-05-19 Jim Blandy <jimb@redhat.com>
5978
5979 Use a constructor function to create regset structures.
5980 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5981 (struct regset): Use supply_regset_ftype. Add new
5982 'collect_regset' member.
5983 (regset_xmalloc): New declaration.
5984 * regset.c: New file.
5985 * am64-tdep.c (amd64_regset_from_core_section): Use
5986 regset_xmalloc to construct regset structures.
5987 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5988 * i386-tdep.c (i386_regset_from_core_section): Same.
5989 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5990 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5991 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5992 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5993 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5994 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5995 * Makefile.in (COMMON_OBS): Add regset.o.
5996 (regset.o): New rule.
5997
604368f5
JB
59982004-05-19 Joel Brobecker <brobecker@gnat.com>
5999
6000 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
6001 and pthread_cond_wait.c.
6002
82d69f8b
JB
60032004-05-18 Jim Blandy <jimb@redhat.com>
6004
6005 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
6006 before the mach-specific switch, and then let the individual cases
6007 override the defaults, rather than leaving them uninitialized
6008 until the switch and then setting them in each case.
6009
5859efe5
RC
60102004-05-18 Randolph Chung <tausq@debian.org>
6011
6012 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
6013 millicode functions.
6014
9ca80cf8
RC
60152004-05-18 Randolph Chung <tausq@debian.org>
6016
6017 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
6018 references to dld_flags_buffer consistent.
6019
ed70ba00
RC
60202004-05-18 Randolph Chung <tausq@debian.org>
6021
6022 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
6023 it for unwinding the stack.
6024
63100632
RC
60252004-05-18 Randolph Chung <tausq@debian.org>
6026
6027 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
6028 Undefine these so we can overide them using gdbarch.
6029
090ccbb7
RC
60302004-05-18 Randolph Chung <tausq@debian.org>
6031
6032 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
6033 handling for 64-bit HPUX (elf).
6034
594706e6
DJ
60352004-05-18 Daniel Jacobowitz <dan@debian.org>
6036
6037 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
6038 constants.
6039 * amd64-tdep.c (amd64_skip_prologue): Likewise.
6040 * ia64-tdep.c (examine_prologue): Likewise.
6041 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
6042 * v850-tdep.c (v850_fix_call_dummy): Likewise.
6043
e5483145
MK
60442004-05-18 Mark Kettenis <kettenis@gnu.org>
6045
6046 * vax-tdep.c (vax_return_value): Implement
6047 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6048
caed1a45
MK
60492004-05-17 Mark Kettenis <kettenis@gnu.org>
6050
6051 * vax-tdep.c (vax_return_value): Fix typo.
6052
3c0b7db2
AC
60532004-05-17 Andrew Cagney <cagney@redhat.com>
6054
5aae53e5
AC
6055 * MAINTAINERS: Mark Salter was also responsible for
6056 testsuite/config/
6057
3c0b7db2
AC
6058 * NEWS: Mention signal fixes.
6059
22b0923d
RC
60602004-05-17 Randolph Chung <tausq@debian.org>
6061
6062 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
6063 check to see if we are unwinding an export stub. Export stubs clobber
6064 the %rp in the call path and stores the original rp in a stack slot.
6065
22f2b2f3
JB
60662004-05-17 Jim Blandy <jimb@redhat.com>
6067
6068 * MAINTAINERS: Update address for J.T. Conklin.
6069
cea96d64
RC
60702004-05-17 Randolph Chung <tausq@debian.org>
6071
6072 * hppa-tdep.c: Remove superfluous #include's.
6073 * Makefile.in (hppa-tdep.o): Update dependencies.
6074
f08f6a4a
RC
60752004-05-17 Randolph Chung <tausq@debian.org>
6076
6077 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
6078 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
6079 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
6080 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
6081 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
6082 Remove static function declarations.
6083
51da707a
MK
60842004-05-17 Mark Kettenis <kettenis@gnu.org>
6085
caed1a45
MK
6086 * alphabsd-nat.c: Update copyright year.
6087 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
6088
c0c2b0db
MK
6089 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
6090 and M68K_A2_REGNUM.
6091
51da707a
MK
6092 * m68k-tdep.c (m68k_svr4_return_value): Implement
6093 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6094
8d027a04
MK
60952004-05-16 Mark Kettenis <kettenis@gnu.org>
6096
6097 * sol-thread.c Update copyright year. Fix various coding
6098 standards violations. Tweak a few comments.
6099 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
6100 Delete prototypes.
6101
0d99fdb9
RC
61022004-05-15 Randolph Chung <tausq@debian.org>
6103
6104 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
6105 as pointer instead of array reference since HPUX compiler does
6106 not accept unsized array arguments.
6107 * somsolib.c (dld_flags_buffer): Use constant array size.
6108
f7e3843a
MK
61092004-05-15 Mark Kettenis <kettenis@gnu.org>
6110
0fe85704
MK
6111 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
6112 offset with decimal offset.
6113 (amd64obsd_sigcontext_addr): Return correct address for entire
6114 signal trampoline.
6115
a54f9a00
MK
6116 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
6117 instead of get_frame_base.
6118
feae6502
MK
6119 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
6120 (fill_gregset): Use regcache_raw_collect.
6121
0382d099
MK
6122 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
6123 ppcobsd-tdep.c.
6124
f7e3843a
MK
6125 * config/sparc/tm-nbsd64.h: Remove file.
6126 * config/tm-sunos.h: Remove file.
6127
773df3e5
JB
61282004-05-15 Joel Brobecker <brobecker@gnat.com>
6129
6130 * rs6000-tdep.c (store_param_on_stack_p): New function,
6131 an improved version of some code extracted from skip_prologue().
6132 (skip_prologue): Use store_param_on_stack_p() to detect
6133 instructions saving a parameter on the stack. Detect when r0
6134 is used to save a parameter.
6135 Do not mark "li rx, SIMM" instructions as part of the prologue,
6136 unless the following instruction is also part of the prologue.
6137
95918acb
AC
61382004-05-14 Andrew Cagney <cagney@redhat.com>
6139
06f32659
AC
6140 * infrun.c (handle_inferior_event): Simplify
6141 STEP_OVER_UNDEBUGGABLE.
6142
95918acb
AC
6143 * infrun.c (handle_step_into_function): Delete function.
6144 (handle_inferior_event): Inline calls to
6145 handle_step_into_function.
6146
40711ff1 61472004-05-14 Jerome Guitton <guitton@gnat.com>
42203e46
JG
6148
6149 * rs6000-nat.c: Fix a comment.
6150
02f60eae
JB
61512004-05-12 David Anderson <davea@sgi.com>
6152
6153 Committed by Jim Blandy <jimb@redhat.com>:
6154 * regcache.c (struct regcache_descr): fix comment spelling.
6155
552e377b
JB
61562004-05-13 J. Brobecker <brobecker@gnat.com>
6157
6158 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
6159 Fixes a link link failure.
6160
349766b2
JB
61612004-05-13 J. Brobecker <brobecker@gnat.com>
6162
6163 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
6164 error that was causing the build to fail.
6165
0d4d5484
JB
61662004-05-13 J. Brobecker <brobecker@gnat.com>
6167
6168 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
6169 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
6170
0b30808c
AC
61712004-05-13 Andrew Cagney <cagney@redhat.com>
6172
6173 * infrun.c (handle_inferior_event): Check for
6174 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
6175 calls. Update comments.
6176
cdf2c5f5
JB
61772004-05-13 Jim Blandy <jimb@redhat.com>
6178
063715bf
JB
6179 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
6180 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6181 (store_regs_user_thread, store_regs_kernel_thread): Use
6182 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
6183 * ppc-linux-nat.c (fill_gregset): Same.
6184 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
6185 (ppc_linux_sigtramp_cache): Same.
6186 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
6187 (ppcnbsd_sigtramp_cache_init): Same.
6188 * rs6000-nat.c (fetch_core_registers): Same.
6189 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
6190 (rs6000_frame_cache): Same.
6191
cdf2c5f5
JB
6192 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
6193 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
6194 of assuming that the gprs are numbered starting with zero.
6195 * ppc-linux-nat.c (fill_gregset): Same.
6196 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
6197 * ppcnbsd-nat.c (getregs_supplies): Same.
6198 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
6199 * rs6000-nat.c (fetch_core_registers): Same.
6200 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
6201
450bd37b
MS
62022004-05-07 Michael Snyder <msnyder@redhat.com>
6203
6204 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
6205 LOC_COMPUTED_ARG, and LOC_INDIRECT.
6206
4a72a2a6
AC
62072004-05-13 Andrew Cagney <cagney@redhat.com>
6208
6209 * infrun.c (handle_inferior_event): Use frame_unwind_id.
6210
8edfa926
BM
62112004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6212
6213 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
6214 base_address for shared libraries.
6215
723e0e3d
BM
62162004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6217
6218 * MAINTAINERS (write after approval): Add myself.
6219
00d4360e
UW
62202004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6221
6222 * breakpoint.c (bpstat_stop_status): Add new argument
6223 STOPPED_BY_WATCHPOINT. Use it instead of testing
6224 target_stopped_data_address agaist 0 to check whether
6225 or not we stopped due to a hardware watchpoint.
6226 * breakpoint.h (bpstat_stop_status): Adapt prototype.
6227 * infrun.c (handle_inferior_event): Call bpstat_stop_status
6228 with new argument.
6229
ec76baa5
JB
62302004-05-12 Jim Blandy <jimb@redhat.com>
6231
6232 * configure.in: When checking whether we should use the -bbigtoc
6233 option, don't forget to restore the original value of LDFLAGS.
6234 * configure: Regenerated.
6235
f2c9ca08
AC
62362004-05-12 Andrew Cagney <cagney@redhat.com>
6237
6238 * thread.c (load_infrun_state): Delete step_sp.
6239 * infrun.c (context_switch): Ditto.
6240 * inferior.h (step_sp): Ditto.
6241 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
6242 * gdbthread.h (struct thread_info, save_infrun_state)
6243 (restore_infrun_state): Ditto.
6244
090ddb2a
UW
62452004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
6246
6247 * MAINTAINERS (write after approval): Add myself.
6248
8aad930b
AC
62492004-05-12 Andrew Cagney <cagney@redhat.com>
6250
6251 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
6252 eliminate reference to step_sp.
6253 (struct execution_control_state, init_execution_control_state)
6254 (handle_inferior_event, keep_going): Delete update_step_sp and
6255 step_sp.
6256 * infcmd.c (step_sp): Note that variable is unused.
6257
922d5ae0
AC
62582004-05-11 Andrew Cagney <cagney@redhat.com>
6259
6260 * infrun.c (step_over_function): Delete function.
6261 (handle_step_into_function): Use insert_step_resume_breakpoint.
6262 (insert_step_resume_breakpoint): Fix assertion.
6263
017c5ca5
NR
62642004-05-11 Nick Roberts <nickrob@gnu.org>
6265
6266 * utils.c (defaulted_query): Just use the normal query input type
6267 when printing the annotations.
6268
42edda50
AC
62692004-05-11 Andrew Cagney <cagney@redhat.com>
6270
6271 * infrun.c (handle_inferior_event): Simplify code handling
6272 step-into or return-from a signal trampoline.
6273
d28b44a7
AC
62742004-05-11 Andrew Cagney <cagney@redhat.com>
6275
6276 * ppcnbsd-tdep.c: Include "gdb_assert.h".
6277 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
6278
383f0f5b
JB
62792004-05-10 Jim Blandy <jimb@redhat.com>
6280
d0b57c3a
JB
6281 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
6282 with a call to internal_error.
6283
383f0f5b
JB
6284 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
6285 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
6286 processor variant lacks those registers.
6287 (ppc_floating_point_unit_p): Change description to make it clear
6288 that this returns info about the ISA, not the ABI.
6289 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
6290 return true or false by checking tdep->ppc_fp0_regnum and
6291 tdep->ppc_fpscr_regnum. The original code replicated the BFD
6292 arch/mach switching done in rs6000_gdbarch_init; it's better to
6293 keep that logic there, and just check the results here.
6294 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
6295 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
6296 floating-point registers.
6297 (ppc_supply_fpregset, ppc_collect_fpregset)
6298 (rs6000_push_dummy_call, rs6000_extract_return_value)
6299 (rs6000_store_return_value): Assert that we have floating-point
6300 registers.
6301 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
6302 (rs6000_frame_cache): Don't note the locations at which
6303 floating-point registers were saved if we have no fprs.
6304 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
6305 registers.
6306 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6307 (store_regs_user_thread, store_regs_kernel_thread): Only call
6308 supply_fprs / fill_fprs if we actually have floating-point
6309 registers.
6310 (special_register_p): Check ppc_fpscr_regnum before matching
6311 against it.
6312 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
6313 supply / collect fpscr if we don't have it.
6314 * ppc-bdm.c: #include "gdb_assert.h".
6315 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
6316 have floating-point registers, since I can't test this code on
6317 FP-free systems to adapt it.
6318 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
6319 fpscr and floating point register numbers if they don't exist.
6320 (fetch_register): Assert that we have floating-point registers
6321 before we reach the code that handles them.
6322 (store_register): Same. And use tdep instead of calling
6323 gdbarch_tdep again.
6324 (fill_fpregset): Don't try to collect FP registers and fpscr if we
6325 don't have them.
6326 (ppc_linux_sigtramp_cache): Don't record the saved locations of
6327 fprs and fpscr if we don't have them.
6328 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
6329 don't have them.
6330 * ppcnbsd-nat.c: #include "gdb_assert.h".
6331 (getfpregs_supplies): Assert that we have floating-point registers.
6332 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
6333 * ppcobsd-tdep.c: #include "gdb_assert.h".
6334 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
6335 have floating-point registers.
6336 * rs6000-nat.c (regmap): Don't match against the fpscr and
6337 floating point register numbers if they don't exist.
6338 (fetch_inferior_registers, store_inferior_registers,
6339 fetch_core_registers): Only fetch / store / supply the
6340 floating-point registers and the fpscr if we have them.
6341 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
6342 (ppcobsd-tdep.o): Update dependencies.
6343
15960608
AC
63442004-05-10 Andrew Cagney <cagney@redhat.com>
6345
6346 * infrun.c (through_sigtramp_breakpoint): Delete variable.
6347 (context_switch): Do not switch through_sigtramp_breakpoint.
6348 * gdbthread.h (save_infrun_state, load_infrun_state)
6349 (struct thread_info): Delete through_sigtramp_breakpoint parameter
6350 and structure member.
6351 * thread.c (load_infrun_state, save_infrun_state): Update.
6352
5ab5aa0f
MK
63532004-05-10 Mark Kettenis <kettenis@gnu.org>
6354
6355 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
6356
da78b0e7
DJ
63572004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6358
6359 * acinclude.m4: Quote macro names being defined by AC_DEFUN
6360 throughout.
6361 * aclocal.m4: Regenerate.
6362
cca0d3b0
NW
63632004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
6364
6365 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
6366
d303a6c7
AC
63672004-05-10 Andrew Cagney <cagney@redhat.com>
6368
6369 * infrun.c (check_sigtramp2): Delete function.
6370 (handle_inferior_event): When single stepping, and taking a
6371 signal, set a breakpoint at the signal return address. Delete
6372 redundant calls to check_sigtramp2.
6373 (insert_step_resume_breakpoint): New function.
6374 (through_sigtramp_breakpoint, handle_inferior_event)
6375 (follow_exec, wait_for_inferior, fetch_inferior_event)
6376 (currently_stepping, keep_going): Delete most uses of
6377 through_sigtramp_breakpoint, not that it should be deleted.
6378 (delete_breakpoint_current_contents): Delete function.
6379
03f4cc20
RC
63802004-05-10 Randolph Chung <tausq@debian.org>
6381
6382 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
6383 target.
6384 * config/pa/tm-linux.h: New file.
6385
37fc812e
DJ
63862004-05-10 Daniel Jacobowitz <drow@mvista.com>
6387
6388 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
6389 of prefixes. Don't print the prefix twice in the CLI.
6390
26c0b942
JB
63912004-05-10 Jim Blandy <jimb@redhat.com>
6392
2e56e9c1
JB
6393 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
6394 collect all the gprs.
6395
26c0b942
JB
6396 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
6397 loop collecting gprs.
6398
dc497459
AC
63992004-05-09 Andrew Cagney <cagney@redhat.com>
6400
6401 * remote-vx.c (net_step): Delete step-range code.
6402 * remote.c (remote_resume, init_all_packet_configs)
6403 (set_remote_protocol_E_packet_cmd)
6404 (show_remote_protocol_E_packet_cmd)
6405 (remote_protocol_E, show_remote_cmd, _initialize_remote)
6406 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
6407 (show_remote_protocol_e_packet_cmd): Ditto.
6408
0543f387
MK
64092004-05-09 Mark Kettenis <kettenis@gnu.org>
6410
c481d1ca
MK
6411 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
6412
f626a069
MK
6413 * hppa-tdep.h: Update copyright year.
6414 (struct trad_frame_saved_reg): Add opaque declaration.
6415
6fa57a7d
MK
6416 * amd64-tdep.c (amd64_return_value): Implement
6417 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6418
e47577ab
MK
6419 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
6420 (m68k_value_to_register): New functions.
6421 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
6422 value_to_register.
6423
31db7b6c
MK
6424 * defs.h (enum return_value_convention): Add
6425 RETURN_VALUE_ABI_RETURNS_ADDRESS and
6426 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6427 * infcmd.c (legacy_return_value): New function.
6428 (print_return_value): Rwerite to implement
6429 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6430 * values.c (using_struct_return): Check for inequality to
6431 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
6432 RETURN_VALUE_STRUCT_CONVENTION.
6433 * i386-tdep.c (i386_return_value): Implement
6434 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6435
0543f387
MK
6436 * vax-tdep.c: Tweak comments. Reorder include files. Don't
6437 include "symtab.h", "opcode/vax.h" and "inferior.h".
6438 (vax_skip_prologue): Replace calls to read_memory_integer by calls
6439 to read_memory_unsigned_integer.
6440 (vax_gdbarch_init): Reorder.
6441 (_initialize_vax_tdep): Spell out prototype.
6442 * Makefile.in (vax-tdep.o): Update dependencies.
6443
0c93b7b6
AC
64442004-05-08 Andrew Cagney <cagney@redhat.com>
6445
e6b55ae2
AC
6446 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
6447 * target.c (target_detach, target_disconnect): Ditto.
6448
1ac839b8
AC
6449 * infcall.c (call_function_by_hand): When no
6450 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
6451 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
6452 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
6453 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6454 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6455
28954179
AC
6456 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
6457 * gdbarch.h, gdbarch.c: Re-generate.
6458 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6459 deprecated_fix_call_dummy.
6460 * v850-tdep.c (v850_gdbarch_init): Ditto.
6461 * infcall.c (call_function_by_hand): Do not call
6462 DEPRECATED_FIX_CALL_DUMMY.
6463
434b87dd
AC
6464 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
6465 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
6466 * gdbarch.h, gdbarch.c: Re-generate.
6467 * arm-linux-tdep.c (arm_linux_call_dummy_words)
6468 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
6469 deprecated_sizeof_call_dummy_words.
6470 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
6471 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6472 * v850-tdep.c (v850_gdbarch_init): Ditto.
6473 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
6474 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
6475 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6476 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6477 * arch-utils.h (legacy_call_dummy_words)
6478 (legacy_sizeof_call_dummy_words): Delete declarations.
6479 * arch-utils.c (legacy_call_dummy_words)
6480 (legacy_sizeof_call_dummy_words): Delete variables.
6481
58d28df8
AC
6482 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
6483 * gdbarch.h, gdbarch.c: Re-generate.
6484 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
6485 * infcall.c (call_function_by_hand): Eliminate call to
6486 DEPRECATED_PUSH_DUMMY_FRAME.
6487 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6488 push_dummy_frame.
6489 (ns32k_push_dummy_frame): Delete function.
6490
e4a2df64
AC
6491 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6492 deprecated_call_dummy_breakpoint_offset or
6493 deprecated_call_dummy_start_offset.
6494 * dummy-frame.c, arm-tdep.c: Update comments.
6495 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
6496 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
6497 * gdbarch.h, gdbarch.c: Re-generate.
6498
d3712828
AC
6499 * infcall.c (legacy_push_dummy_code): Delete function.
6500 (push_dummy_code): Delete call.
6501
7a882905
AC
6502 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
6503 * gdbarch.h, gdbarch.c: Re-generate.
6504 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
6505 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
6506 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
6507 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
6508
0ec5872b
AC
6509 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
6510 (struct frame_info): Delete opaque declaration.
6511 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
6512 * frame.c (get_frame_type): Delete call.
6513
0c93b7b6
AC
6514 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6515 pc_in_call_dummy.
6516 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
6517 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
6518
75536971
MK
65192004-05-08 Mark Kettenis <kettenis@gnu.org>
6520
527ca6bb
MK
6521 * alphanbsd-tdep.c: Include "gdb_string.h".
6522 * armnbsd-tdep.c: Update copyright year.
6523 Include "gdb_string.h".
6524 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
6525 dependencies.
6526
d39fdc61
MK
6527 * delta68-nat.c: Remove file.
6528 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
6529 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
6530 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
6531 (delta68-nat.o): Remove dependency.
6532
75536971
MK
6533 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
6534 function.
6535 (m68k_gdbarch_init): Don't set
6536 deprecated_frameless_function_invocation.
6537
f4ca1d1f
RC
65382004-05-07 Randolph Chung <tausq@debian.org>
6539
6540 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
6541 read_memory_nobpt for code reading when doing frame unwinding.
6542 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
6543
2f0e8c7a
RC
65442004-05-07 Randolph Chung <tausq@debian.org>
6545
6546 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
6547 instead of sp, handle sigaltstack case.
6548 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
6549 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
6550 signal handler and not that of the caller.
6551 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
6552 hppa_linux_sigtramp_find_sigcontext.
6553
959464ff
RC
65542004-05-07 Randolph Chung <tausq@debian.org>
6555
6556 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
6557 hppa-linux-nat.c.
6558 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
6559 * hppa-linux-nat.c (fetch_register, store_register): Define.
6560 (fetch_inferior_registers, store_inferior_registers): Define.
6561 (supply_gregset): Add comment and clean up some unneeded code.
6562 (fill_gregset): Add comment and fix so that it saves registers in
6563 the right place in the gregset.
6564 (fill_fpregset): Fix buffer overrun problem.
6565 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6566
0da28f8a
RC
65672004-05-07 Randolph Chung <tausq@debian.org>
6568
6569 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
6570 do common handling of the pcoqt register.
6571 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
6572 to use helper function.
6573 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
6574 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
6575 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
6576 generic fallback unwinder when all else fails.
6577 (hppa_gdbarch_init): Add fallback sniffer.
6578 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
6579 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
6580 to use helper function.
6581
b9ec757a
JB
65822004-05-08 Joel Brobecker <brobecker@gnat.com>
6583
6584 * config/djgpp/fnchange.lst: Add translation rules for
6585 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
6586
756e95f1
MK
65872004-05-08 Mark Kettenis <kettenis@gnu.org>
6588
6589 * frame.c (get_prev_frame_1): Work around GCC bug.
6590 * frame.h: Add comment about GCC bug.
6591
2b4855ab
AC
65922004-05-07 Andrew Cagney <cagney@redhat.com>
6593
6594 * observer.c: Include "commands.h" and "gdbcmd.h".
6595 (observer_debug, _initialize_observer): Add the
6596 command "set/show debug observer".
6597 * observer.sh: When observer debugging, log notify calls.
6598 * Makefile.in (observer.o): Update dependencies.
6599
ba3e8e46
JM
66002004-05-07 Jason Molenda (jmolenda@apple.com)
6601
6602 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6603
16796152
JB
66042004-05-07 Jim Blandy <jimb@redhat.com>
6605
daf6dc85
JB
6606 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6607 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6608 to recognize gpr regnums, instead of assuming that
6609 tdep->ppc_fp0_regnum marks the end of the general-purpose
6610 registers.
6611
16796152
JB
6612 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6613 the given architecture has floating-point registers.
6614
c69b8bfc
AC
66152004-05-07 Andrew Cagney <cagney@redhat.com>
6616
6617 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6618 macro defined to 1.
6619 * gdbarch.h, gdbarch.c: Re-generate.
6620 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6621 deprecated_use_generic_dummy_frames.
6622
7243600a
BF
66232004-05-07 Brian Ford <ford@vss.fsi.com>
6624
6625 * NEWS: Mention Cygwin DWARF 2 support.
6626
73c1e0a1
AC
66272004-05-07 Andrew Cagney <cagney@redhat.com>
6628
6629 * objfiles.h (struct entry_info): Delete unused fields
6630 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6631 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6632 * mipsread.c (mipscoff_symfile_read): Update.
6633 * mdebugread.c (parse_partial_symbols): Update.
6634 * dwarfread.c (read_file_scope): Update.
6635 * dwarf2read.c (read_file_scope): Update.
6636 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6637 * coffread.c (complete_symtab): Update.
6638
1d3056ac
MK
66392004-05-07 Mark Kettenis <kettenis@gnu.org>
6640
6641 * infcall.c (_initialize_infcall): Fix typo.
6642
15170568
AC
66432004-05-07 Andrew Cagney <cagney@redhat.com>
6644
6645 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6646 * command.h (add_setshow_zinteger_cmd): Declare.
6647
34f75cc1
RC
66482004-05-06 Randolph Chung <tausq@debian.org>
6649
6650 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6651 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6652 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6653 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6654 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6655 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6656 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6657 definitions ...
6658 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6659 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6660 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6661 (hppa64_hpux_frame_find_saved_regs_in_sig)
6662 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6663 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6664 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6665 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6666 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6667 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6668 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6669 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6670 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6671 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6672 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6673 (hppa32_register_type, hppa_cannot_store_register)
6674 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6675 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6676 * hpread.c (hpread_process_one_debug_symbol): Likewise.
6677 * pa64solib.c (pa64_solib_have_load_event)
6678 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6679 (pa64_solib_unloaded_library_pathname): Likewise.
6680 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6681 (som_solib_library_pathname): Likewise.
6682
0a5e7efe
JI
66832004-05-05 Jim Ingham <jingham@apple.com>
6684
6685 * breakpoint.c (create_breakpoints): Copy the ignore count and
6686 thread id over from the pended breakpoint to the actual
6687 breakpoint.
6688
10a4b113
AC
66892004-05-05 Andrew Cagney <cagney@redhat.com>
6690
6691 * gdbarch.sh (PARM_BOUNDARY): Delete.
6692 gdbarch.h, gdbarch.c: Re-generate.
6693 * valops.c (PARM_BOUNDARY): Delete macro.
6694 (value_push): Delete PARM_BOUNDARY code.
6695 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6696
366f009f
JB
66972004-05-04 Jim Blandy <jimb@redhat.com>
6698
32b99774
JB
6699 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6700 Don't assume that the gprs, fprs, and UISA sprs are
6701 contiguous, start at register number zero, and end with fpscr.
6702 Instead, use the numbers from the tdep structure.
6703
366f009f
JB
6704 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6705 should no longer be used in code specific to the RS6000 and its
6706 derivatives.
6707 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6708 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6709 tdep->ppc_fp0_regnum.
6710 (ppc_supply_fpregset, ppc_collect_fpregset)
6711 (rs6000_push_dummy_call, rs6000_extract_return_value)
6712 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6713 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6714 FP0_REGNUM.
6715 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6716 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6717 Same.
6718 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6719 bdm_ppc_store_registers): Same.
6720 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6721 (store_register, fill_fpregset): Same.
6722 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6723 (ppc_linux_supply_fpregset): Same.
6724 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6725 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6726 Same.
6727 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6728 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6729 ppc64_sysv_abi_return_value): Same.
6730 * rs6000-nat.c (regmap, fetch_inferior_registers)
6731 (store_inferior_registers, fetch_core_registers): Same.
6732
827f338d
MK
67332004-05-01 Mark Kettenis <kettenis@gnu.org>
6734
6735 * m68knbsd-nat.c: Remove file.
6736 * m68knbsd-tdep.c: Remove file.
6737 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6738 dependencies.
6739 * configure.host: Add m68k-*-netbsdelf*.
6740 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6741 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6742 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6743 (XM_FILE): Remove.
6744 * config/m68k/nbsdelf.mh: New file.
6745 * config/m68k/nbsd.mt: New file.
6746 * config/m68k/nbsdaout.mt: Remove file.
6747 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6748 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6749 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6750 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6751 (use_struct_convention): Remove prototype.
6752 (USE_STRUCT_CONVENTION): Remove define.
6753 * config/m68k/xm-nbsd.h: Remove file.
6754
66894781
MS
67552004-05-04 Michael Snyder <msnyder@redhat.com>
6756
6757 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6758 reg_struct_return method (as gcc usually does for cross targets).
6759
f0f63663
AC
67602004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6761
6762 Committed by Andrew Cagney.
6763 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6764 alignment padding when accessing ucontext struct members.
6765
edf61169
JB
67662004-05-04 Jim Blandy <jimb@redhat.com>
6767
8bf659e8
JB
6768 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6769 'ppc_gplast_regnum' member.
6770 (ppc_num_gprs): New enum constant.
6771 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6772 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6773 * rs6000-nat.c (regmap, fetch_inferior_registers,
6774 store_inferior_registers): Same.
6775 * rs6000-tdep.c (e500_pseudo_register_read)
6776 (e500_pseudo_register_write): Same.
6777 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6778
b967e06f
JB
6779 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6780 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6781 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6782 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6783 FPLAST_REGNUM.
6784 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6785 Same.
6786 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6787 * rs6000-nat.c (regmap, fetch_inferior_registers)
6788 (store_inferior_registers): Same.
6789
edf61169
JB
6790 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6791 with FPLAST_REGNUM.
6792
58a9656e
JB
67932004-05-03 Joel Brobecker <brobecker@gnat.com>
6794
6795 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6796 failure detected by recent versions of GCC.
6797 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6798 to be consistent with the usage in dwarf2_create_include_psymtab.
6799
dc305454
MS
68002004-05-03 Michael Snyder <msnyder@redhat.com>
6801
6802 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6803 (heuristic_proc_start): Whitespace cleanup.
6804
29972665
MK
68052004-05-04 Mark Kettenis <kettenis@gnu.org>
6806
6b57680d
MK
6807 * sun3-nat.c: Remove file.
6808 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6809 dependencies.
6810 (ALLDEPFILES): Remove sun3-nat.c.
6811 (sun3-nat.o): Remove dependencies.
6812
29972665
MK
6813 * i386-interix-nat.c, i386-interix-tdep.c,
6814 config/i386/nm-interix.h, config/i386/interix.mh,
6815 config/i386/interix.mt: Remove files.
6816 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6817 dependencies.
6818
f595cb19
MK
68192004-05-03 Mark Kettenis <kettenis@gnu.org>
6820
6821 * m68k-tdep.h (struct gdbarch_tdep): Add member
6822 struct_value_regnum.
6823 (m68k_svr4_init_abi): New prototype.
6824 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6825 different calling conventions.
6826 (m68k_extract_return_value): Remove code dealing with single-field
6827 structs.
6828 (m68k_store_return_value): Remove code dealing with single-field
6829 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6830 (m68k_extract_struct_value_address): Remove function.
6831 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6832 (m68k_reg_struct_return_p, m68k_return_value)
6833 (m68k_svr4_return_value): New functions.
6834 (m68k_use_struct_convention): Remove function.
6835 (m68k_push_dummy_call): Use new struct_value_regnum member of
6836 `struct gdbarch_tdep' instead of hardcoded register number to
6837 store STRUCT_ADDR.
6838 (m68k_svr4_init_abi): New function.
6839 (m68k_gdbarch_init): Don't set extract_return_value,
6840 store_return_values, deprecated_extract_struct_value_address and
6841 use_struct_convention. Set return_value instead. Initialize new
6842 struct_value_regnum member of `struct gdbarch_tdep'.
6843 * m68klinux-tdep.c: Update copyright year.
6844 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6845 (m68k_linux_extract_struct_value_address): Remove function.
6846 (m68k_linux_init_abi): Don't set extract_return_value,
6847 store_return_values, deprecated_extract_struct_value_address and
6848 use_struct_convention. Call m68k_svr4_init_abi but override the
6849 new struct_value_regnum member of `struct gdbarch_tdep'.
6850 * Makefile.in (m68k-tdep.o): Update dependencies.
6851
aaa75496
JB
68522004-05-03 J. Brobecker <brobecker@gnat.com>
6853
6854 * dwarf2read.c (line_header): Add new included_p field in
6855 field file_names.
6856 (partial_die_info): New field has_stmt_list. New field line_offset.
6857 (dwarf2_create_include_psymtab): New function.
6858 (dwarf2_build_include_psymtabs): New function.
6859 (add_file_name): Add forward declaration. Initialize new field.
6860 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6861 to be able to determine the list of files included by the
6862 given unit, and build their associated psymtabs.
6863 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6864 files as well.
6865 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6866 (read_file_scope): Update call to dwarf_decode_lines.
6867 (read_partial_die): Handle DW_AT_stmt_list attributes.
6868
c848556f
MC
68692004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6870
6871 Unfix PR gdb/1626.
6872 * configure.in: Revert special case for osf5.*.
6873 * configure: Regenerate.
6874
eb4556d7
JB
68752004-05-02 Jim Blandy <jimb@redhat.com>
6876
6877 Move the symbol-file-from-memory functions into their own file.
6878 * symfile-mem.c, symfile-mem.h: New files.
6879 * symfile.c (symbol_file_add_from_bfd): New function.
6880 (symbol_file_add): Call symbol_file_add_from_bfd.
6881 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6882 Moved to symfile-mem.c.
6883 (_initialize_symfile): Move definition of
6884 add-symbol-file-from-memory command to symfile-mem.c.
6885 * symfile.h (symbol_file_add_from_bfd): New declaration.
6886 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6887 * config/powerpc/linux.mt (TDEPFILES): Same.
6888 * Makefile.in (SFILES): Add symfile-mem.c.
6889 (symfile_mem_h): New variable.
6890 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6891 (symfile-mem.o): New rule.
6892
80bb239e
AC
68932004-05-01 Andrew Cagney <cagney@redhat.com>
6894
7789d0fa
AC
6895 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6896 frame_find_by_id instead of frame_relative_level.
6897 (do_enable_breakpoint): Ditto.
6898 * thread.c: Update copyright.
6899 (info_threads_command): Ditto, simplify.
6900
80bb239e
AC
6901 * frame.c (deprecated_generic_get_saved_register): Delete
6902 function, moved to "xstormy16-tdep.c".
6903 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6904 deprecated_generic_get_saved_register from "frame.c".
6905 (xstormy16_frame_saved_register): Call
6906 xstormy16_get_saved_register.
6907 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6908 static.
6909 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6910 * frame.h (deprecated_generic_get_saved_register): Delete.
6911
b2a871dd
MC
69122004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6913
6914 * dwarfread.c: Update documentation on the state of dwarf-1.
6915
0e100dab
AC
69162004-05-01 Andrew Cagney <cagney@redhat.com>
6917
acd8056e
AC
6918 * stack.c (select_frame_command): Delete call to
6919 frame_relative_level.
6920 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6921 Delete #if0 code.
6922 (frame_info): Do not print FRAMELESS.
6923 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6924 (catch_info): Delete #if0 code.
6925
0e100dab
AC
6926 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6927 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6928 of frame_relative_level.
6929 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6930 to SENTINEL_FRAME.
6931 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6932 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6933 frame_relative_level.
6934
55699d59
AC
6935 * frame.h (deprecated_set_frame_type): Delete declaration.
6936 * frame.c (deprecated_set_frame_type): Delete function, update
6937 comments.
6938
fcf70625
AC
6939 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6940 * gdbarch.h, gdbarch.c: Re-generate.
6941 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6942 (shnbsd_pc_in_sigtramp): Delete.
6943 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6944 pc_in_sigtramp.
6945 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6946 pc_in_sigtramp.
6947 * frame.h: Update comments.
6948 * ppc-linux-tdep.c: Update comments.
6949 * breakpoint.c (bpstat_what): Update comments.
6950
ac5eccb7
AC
6951 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6952 m68klinux-tdep.o's dependencies, were previously added to
6953 m68klinux-nat.o.
6954
f2524b93
AC
6955 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6956 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6957 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6958 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6959 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6960
17e20bce
AC
6961 * Makefile.in (m68klinux-nat.o): Update dependencies.
6962 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6963 (m68k_linux_sigtramp_frame_cache)
6964 (m68k_linux_sigtramp_frame_this_id)
6965 (m68k_linux_sigtramp_frame_prev_register)
6966 (m68k_linux_sigtramp_frame_unwind)
6967 (m68k_linux_sigtramp_frame_sniffer)
6968 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6969 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6970 names, use trad-frame.h.
6971 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6972 (struct m68k_sigtramp_info): Delete.
6973 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6974 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6975 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6976 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6977 "m68klinux-tdep.c".
6978
c8864fa2
AC
6979 * infrun.c (check_sigtramp2): Delete check for
6980 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6981
511dd2cd
MK
69822004-05-01 Mark Kettenis <kettenis@gnu.org>
6983
6984 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6985
8c6b0e06
AC
69862004-05-01 Andrew Cagney <cagney@redhat.com>
6987
9df0bb3f
AC
6988 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6989 (frv_linux_sigtramp_frame_cache)
6990 (frv_linux_sigtramp_frame_this_id)
6991 (frv_linux_sigtramp_frame_prev_register)
6992 (frv_linux_sigtramp_frame_unwind)
6993 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6994 include "linux" in function and variable names, directly call
6995 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6996 the latest trad-frame code.
6997 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6998 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6999 * Makefile.in (frv-linux-tdep.o): Update dependencies.
7000 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
7001 * frv-tdep.c (frv_sigtramp_frame_cache)
7002 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7003 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
7004 frv-linux-tdep.c.
7005 (frv_gdbarch_init): Do not append a sigtramp sniffer.
7006 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
7007 (frv_set_sigcontext_reg_addr): Delete function.
7008
8c6b0e06
AC
7009 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
7010 (DEPRECATED_SIGTRAMP_END): Delete.
7011 * gdbarch.h, gdbarch.c: Re-generate.
7012 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
7013 * config/vax/tm-vaxbsd.h: Update copyright.
7014 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7015 (DEPRECATED_IN_SIGTRAMP): Define.
7016 * config/m68k/tm-nbsd.h: Update copyright.
7017 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7018 (DEPRECATED_IN_SIGTRAMP): Define.
7019
50ea7769
MK
70202004-05-01 Mark Kettenis <kettenis@gnu.org>
7021
03ac2a74
MK
7022 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
7023 encondings. Fixes PR gdb/1628.
7024
50ea7769
MK
7025 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
7026 DW_CFA_restore state without a matching DW_CFA_remember_state
7027 instead of aborting. Fixes PR backtrace/1589.
7028
9a5d7be1
JB
70292004-04-30 Joel Brobecker <brobecker@gnat.com>
7030
7031 * MAINTAINERS: Add self as AIX maintainer.
7032 Update my e-mail address in write-after-approval section.
7033
2593d1cd
AC
70342004-04-30 Andrew Cagney <cagney@redhat.com>
7035
ce12bbf9
AC
7036 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
7037 (legacy_get_prev_frame): Ditto.
7038
36710c63
AC
7039 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
7040 (mips_gdbarch_init): Do not set pc_in_sigtramp.
7041 * mipsread.c (sigtramp_address): Delete extern variable.
7042 (mipscoff_new_init): Delete reference.
7043 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
7044 (fixup_sigtramp): Delete function.
7045 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
7046 (fixup_sigtramp): Delete declarations.
7047
2593d1cd
AC
7048 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
7049 deprecated_pc_in_sigtramp.
7050 (ppcnbsd_pc_in_sigtramp): Delete function.
7051
2a25f91c
MK
70522004-05-01 Mark Kettenis <kettenis@gnu.org>
7053
7054 * config/m68k/nm-nbsd.h: Tweak comments.
7055 * config/m68k/nm-nbsdaout.h: Likewise.
7056
0b281939
AC
70572004-04-30 Andrew Cagney <cagney@redhat.com>
7058
7059 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
7060 legacy_pc_in_sigtramp.
7061 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
7062
8f2d3ea0
MK
70632004-05-01 Mark Kettenis <kettenis@gnu.org>
7064
7065 Add OpenBSD/m68k support.
7066 * NEWS (New native configurations): Mention OpenBSD/m68k.
7067 * m68kbsd-tdep.c: New file.
7068 * m68kbsd-nat.c: New file.
7069 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
7070 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
7071 * configure.host: Add m68k-*-openbsd.
7072 * configure.tgt: Add m68k-*-openbsd.
7073 * config/m68k/tm-obsd.h: New file.
7074 * config/m68k/obsd.mt: New file.
7075 * config/m68k/obsd.mh: New file.
7076 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
7077 m68kbsd-tdep.c.
7078
c40f49a4
AC
70792004-04-30 Andrew Cagney <cagney@redhat.com>
7080
7081 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
7082 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
7083
e81554cd
MK
70842004-04-30 Mark Kettenis <kettenis@gnu.org>
7085
7086 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
7087 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
7088
d4dc1a91
BF
70892004-04-30 Brian Ford <ford@vss.fsi.com>
7090
7091 Revert 2004-04-16 change.
7092 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
7093 (i386_coff_init_abi): Remove.
7094 * i386-tdep.h (i386_coff_init_abi): Remove.
7095 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
7096
2f72f850
AC
70972004-04-30 Andrew Cagney <cagney@redhat.com>
7098
e492f9d6
AC
7099 * blockframe.c (find_pc_partial_function): Delete use of
7100 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
7101 DEPRECATED_SIGTRAMP_END.
7102
7b7adad0
AC
7103 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
7104 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
7105 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
7106 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
7107 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
7108
2f72f850
AC
7109 * defs.h (deprecated_inside_entry_file): Delete declaration.
7110 * blockframe.c (deprecated_inside_entry_file): Delete function.
7111 (legacy_frame_chain_valid): Delete call.
7112 * sh64-tdep.c (sh64_frame_chain): Delete call.
7113 * objfiles.h: Update comments.
7114 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
7115 call.
7116 * frame.c (get_prev_frame): Delete call, update comments.
7117
283f90a7
BF
71182004-04-30 Brian Ford <ford@vss.fsi.com>
7119
7120 * MAINTAINERS (Write After Approval): Add myself.
7121
8ee56bcf
AC
71222004-04-30 Andrew Cagney <cagney@redhat.com>
7123
7124 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
7125 * gdbarch.h, gdbarch.c: Re-generate.
7126 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
7127 code.
7128
ee27e1b6
AC
71292004-04-30 Andrew Cagney <cagney@redhat.com>
7130
7131 * gdb-events.sh (selected_thread_changed)
7132 (selected_frame_level_changed, target_changed): Delete.
7133 * gdb-events.h, gdb-events.c: Re-generate.
7134 * valops.c (value_assign): Update.
7135 * stack.c (select_frame_command, up_silently_base)
7136 (down_silently_base): Update.
7137
d5ac5a39
AC
71382004-04-29 Andrew Cagney <cagney@redhat.com>
7139
7140 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
7141 registers correctly.
7142 (print_gp_register_row, mips32_heuristic_proc_desc)
7143 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
7144 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
7145 references to mips_isa_regsize.
7146
ceae6e75
AC
71472004-04-29 Andrew Cagney <cagney@redhat.com>
7148
7149 * mips-tdep.c (struct gdbarch_tdep): Delete
7150 mips_fp_register_double.
7151 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
7152 mips_abi_regsize.
7153 (mips_gdbarch_init): Do not set mips_fp_register_double.
7154 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
7155
a587af0b
AC
71562004-04-29 Joel Brobecker <brobecker@gnat.com>
7157
7158 Committed by Andrew Cagney.
7159 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
7160 function calls.
7161
13326b4e
AC
71622004-04-29 Andrew Cagney <cagney@redhat.com>
7163
7164 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
7165 gdbarch, use mips_abi, update callers.
7166 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
7167 mips_abi_regsize, update callers.
7168 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
7169 mips_default_abi_regsize.
7170 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
7171 mips_default_abi_regsize.
7172
711cc5cd
AC
71732004-04-29 Andrew Cagney <cagney@redhat.com>
7174
1b13c4f6
AC
7175 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
7176 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
7177 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
7178 mips_default_abi_regsize.
7179 (mips_isa_regsize): Rename mips_regisze.
7180 * mipsnbsd-tdep.c: Update.
7181 * mips-linux-tdep.c: Update.
7182 * irix5-nat.c: Update.
7183 * mips-tdep.h (mips_isa_regsize): Update.
7184
711cc5cd
AC
7185 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
7186 Delete all disabled code.
7187 * gdb-events.h, gdb-events.c: Re-generate.
7188
e63bbc88
MK
71892004-04-19 Jerome Guitton <guitton@gnat.com>
7190 Mark Kettenis <kettenis@gnu.org>
7191
7192 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
7193 the function begins with a branch instruction.
7194
fd35795f
MK
71952004-04-29 Mark Kettenis <kettenis@gnu.org>
7196
7197 * i386-tdep.c: Fix spelling mistakes.
7198
c960c18f
AC
71992004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7200 Andrew Cagney <cagney@redhat.com>
7201
7202 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
7203 <sys/proc.h>.
7204 * acconfig.h: Provide default _KMEMUSER value.
7205 * config.in, configure: Re-generate.
7206 * NEWS: Mention fix.
7207
50306a9d
RC
72082004-04-24 Randolph Chung <tausq@debian.org>
7209
7210 * configure.host (hppa*-*-linux*): New target.
7211 * configure.tgt (hppa*-*-linux*): Likewise.
7212 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
7213 gdbarch_init_osabi() call earlier so that osabi-specific frame
7214 unwinders can be registered first.
7215 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
7216 hppa-linux-nat.c.
7217 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
7218 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
7219 * config/pa/linux.mh: New file.
7220 * config/pa/linux.mt: New file.
7221 * config/pa/nm-linux.h: New file.
7222 * config/pa/xm-linux.h: New file.
7223 * hppa-linux-nat.c: New file.
7224 * hppa-linux-tdep.c: New file.
7225
2a6228ef
RC
72262004-04-28 Randolph Chung <tausq@debian.org>
7227
7228 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
7229 return values.
7230 (hppa32_push_dummy_call): Fix small struct and floating point argument
7231 passing, and make sure the stack frame is properly aligned.
7232
82c10df6
AC
72332004-04-28 Andrew Cagney <cagney@redhat.com>
7234
d762c46a
AC
7235 * stack.c (print_stack_frame): Fix description.
7236
82c10df6
AC
7237 * NEWS: Mention gdb/gdbserver/configure execute permission
7238 changed. PR server/519.
7239
0faf0076
AC
72402004-04-28 Andrew Cagney <cagney@redhat.com>
7241
7242 * stack.c (print_stack_frame_stub): Delete declaration.
7243 (struct print_stack_frame_args, print_stack_frame)
7244 (print_frame_info, print_frame): Replace "source" with print what.
7245 Replace "print" with "print_level". Replace "args" with
7246 "print_args".
7247 * frame.h (show_and_print_stack_frame, print_stack_frame)
7248 (print_frame_info): Update declarations.
7249 * stack.c (select_and_print_frame, frame_command)
7250 (current_frame_command, up_command, down_command): Update calls -
7251 use get_selected_frame, pass "enum print_what" for source, do not
7252 call frame_relative_level.
7253 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
7254 * remote-rdp.c (remote_rdp_open): Ditto.
7255 * remote-mips.c (common_open): Ditto.
7256 * remote-e7000.c (e7000_start_remote): Ditto.
7257 * ocd.c (ocd_start_remote): Ditto.
7258 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
7259 * infrun.c (normal_stop): Ditto.
7260 * inflow.c (kill_command): Ditto.
7261 * infcmd.c (finish_command): Ditto.
7262 * corelow.c (core_open): Ditto.
7263 * tracepoint.c (finish_tfind_command): Ditto.
7264 * thread.c (info_threads_command, info_threads_command)
7265 (restore_current_thread, do_captured_thread_select): Ditto.
7266 * ada-tasks.c (task_command): Ditto.
7267
f4c5303c
OF
72682004-04-26 Orjan Friberg <orjanf@axis.com>
7269
7270 * frame.c: Include "observer.h".
7271 (frame_observer_target_changed): New function.
7272 (_initialize_frame): Attach target_changed observer.
7273 * regcache.c: Include "observer.h".
7274 (regcache_observer_target_changed): New function.
7275 (_initialize_regcache): Attach target_changed observer.
7276 * valops.c: Include "observer.h".
7277 (value_assign): Notify target_changed event when modifying register.
7278 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
7279
7270d8f2
OF
72802004-04-26 Orjan Friberg <orjanf@axis.com>
7281
7282 From Paul Koning <pkoning@equallogic.com>:
7283 * breakpoint.c (free_valchain): New function.
7284 (insert_bp_location, delete_breakpoint): Use free_valchain.
7285 (remove_breakpoint): Do not remove the valchain.
7286 (bpstat_stop_status): If not stopped by watchpoint, skip
7287 watchpoints when generating stop status list.
7288 * infrun.c (handle_inferior_event): Make
7289 stepped_after_stopped_by_watchpoint a global variable.
7290 * remote.c (remote_stopped_data_address): Return watch data
7291 address rather than zero if stepped_after_stopped_by_watchpoint is
7292 set.
7293
02d62932
MC
72942004-04-25 Michael Chastain <mec.gnu@mindspring.com>
7295
7296 Fix PR gdb/1626.
7297 * configure.in: Check for curses after termcap.
7298 On osf5.*, do not check for ncurses.
7299 * configure: Regenerate.
7300
3e9a183c
MK
73012004-04-25 Mark Kettenis <kettenis@gnu.org>
7302
c79ac407
MK
7303 * ppcobsd-nat.c: Include "ppc-tdep.h".
7304 * Makefile.in (ppcobsd-nat.o): Update dependencies.
7305
3e9a183c
MK
7306 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
7307 Fixes PR tdep/1623 and PR tdep/1624.
7308
38cc9c28
MC
73092004-04-24 Michael Chastain <mec.gnu@mindspring.com>
7310
7311 * xmodem.h, xmodem.c: Remove files.
7312 * Makefile.in: Remove references to xmodem.h, xmodem.c.
7313
7f07c5b6
RC
73142004-04-23 Randolph Chung <tausq@debian.org>
7315
7316 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
7317 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
7318 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
7319 for handling stackless frames.
7320 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
7321
9f7194c3
RC
73222004-04-23 Randolph Chung <tausq@debian.org>
7323
7324 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
7325 starts at a pc before the frame is created.
7326
dcff6009
JB
73272004-04-23 Joel Brobecker <brobecker@gnat.com>
7328
7329 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
7330
40711ff1 73312004-04-23 Jerome Guitton <guitton@gnat.com>
65951cd9
JG
7332
7333 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
7334 use convert_typed_floating to get the appropriate format.
7335
abc485a1
RC
73362004-04-22 Randolph Chung <tausq@debian.org>
7337
7338 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
7339 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
7340 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
7341 (hppa_sign_extend): Add prototype.
7342 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
7343 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
7344 (sign_extend): Rename with hppa_ prefix and make non-static. Other
7345 hppa targets will also use these functions.
7346 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
7347 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
7348 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
7349 (hppa_gdbarch_init): Remove gdbarch setting of
7350 skip_trampoline_code, in_solib_call_trampoline and
7351 in_solib_return_trampoline.
7352 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
7353 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
7354 hppa_in_solib_call_trampoline.
7355 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
7356 Moved from hppa-tdep.c.
7357 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
7358 in_solib_call_trampoline and in_solib_return_trampoline.
7359
369aa520
RC
73602004-04-22 Randolph Chung <tausq@debian.org>
7361
7362 * hppa-tdep.c (hppa_debug): New variable.
7363 (find_unwind_entry, hppa_frame_cache): Add debug output.
7364 (_initialize_hppa_tdep): Add command to set debug flag.
7365
476be15e
AC
73662004-04-22 Andrew Cagney <cagney@redhat.com>
7367
7368 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
7369 "trad-frame.h".
7370 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
7371 signal trampoline unwinder.
7372 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
7373
d195bc9f
MK
73742004-04-22 Mark Kettenis <kettenis@gnu.org>
7375
7376 Add OpenBSD/powerpc support.
7377 * NEWS (New native configurations): Mention OpenBSD/powerpc.
7378 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
7379 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
7380 (ppc_collect_fpregset): New prototypes.
7381 * ppcobsd-nat.c: New file.
7382 * ppcobsd-tdep.c: New file.
7383 * ppcobsd-tdep.h: New file.
7384 * rs6000-tdep.c: Include "regset.h".
7385 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
7386 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
7387 New functions.
7388 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
7389 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
7390 (rs6000-tdep.o): Update dependencies.
7391 * configure.host: Add powerpc-*-openbsd.
7392 * configure.tgt: Add powerpc-*-openbsd.
7393 * config/powerpc/obsd.mh: New file.
7394 * config/powerpc/nm-obsd.h: New file.
7395 * config/powerpc/obsd.mt: New file.
7396
6f14cc33
AC
73972004-04-22 Andrew Cagney <cagney@redhat.com>
7398
fcf29e5f
AC
7399 * frame.h (show_frame_info): Delete declaration.
7400
6f14cc33
AC
7401 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
7402 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
7403 * m32r-tdep.c (m32r_frame_this_id): Ditto.
7404 * frv-tdep.c (frv_frame_this_id): Ditto.
7405 * avr-tdep.c (avr_frame_this_id): Ditto.
7406
e5786a5c
EZ
74072004-04-22 Elena Zannoni <ezannoni@redhat.com>
7408
7409 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
7410
26e75e5c
JB
74112004-04-22 Jim Blandy <jimb@redhat.com>
7412
7413 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
7414 register number zero.
7415
d8d65dd3
MS
74162004-04-21 Michael Snyder <msnyder@redhat.com>
7417
7418 * mips-tdep.c (heuristic_proc_start):
7419 Warning() already prefixes "Warning: ".
7420
9a4105ab
AC
74212004-04-21 Andrew Cagney <cagney@redhat.com>
7422
7423 * annotate.h (deprecated_annotate_starting_hook)
7424 (deprecated_annotate_stopped_hook)
7425 (deprecated_annotate_exited_hook)
7426 (deprecated_annotate_signal_hook)
7427 (deprecated_annotate_signalled_hook): Deprecate.
7428 * tracepoint.h (deprecated_create_tracepoint_hook)
7429 (deprecated_delete_tracepoint_hook)
7430 (deprecated_modify_tracepoint_hook)
7431 (deprecated_trace_find_hook)
7432 (deprecated_trace_start_stop_hook): Deprecate.
7433 * target.h (deprecated_target_new_objfile_hook): Deprecate.
7434 * remote.h (deprecated_target_resume_hook)
7435 (deprecated_target_wait_loop_hook): Deprecate.
7436 * gdbcore.h (deprecated_exec_file_display_hook)
7437 (deprecated_file_changed_hook): Deprecate.
7438 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
7439 * defs.h (deprecated_modify_breakpoint_hook)
7440 (deprecated_command_loop_hook, deprecated_show_load_progress)
7441 (deprecated_print_frame_info_listing_hook)
7442 (deprecated_query_hook, deprecated_warning_hook)
7443 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
7444 (deprecated_delete_breakpoint_hook)
7445 (deprecated_interactive_hook, deprecated_registers_changed_hook)
7446 (deprecated_readline_begin_hook, deprecated_readline_hook)
7447 (deprecated_readline_end_hook, deprecated_register_changed_hook)
7448 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
7449 (deprecated_context_hook, deprecated_target_wait_hook)
7450 (deprecated_attach_hook, deprecated_detach_hook)
7451 (deprecated_call_command_hook, deprecated_set_hook)
7452 (deprecated_error_hook, deprecated_error_begin_hook)
7453 (deprecated_ui_load_progress_hook): Deprecate.
7454 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
7455 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
7456 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
7457 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
7458 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
7459 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
7460 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
7461 * annotate.c, aix-thread.c: Update.
7462
62cf13cc
AC
74632004-04-21 Andrew Cagney <cagney@redhat.com>
7464
b2e31a62
AC
7465 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
7466 * vaxnbsd-tdep.c: Include "gdb_string.h".
7467
62cf13cc
AC
7468 * symfile.c (symbol_file_add_from_memory): #if 0 function.
7469 (add_symbol_file_from_memory_command): #if 0 function body, call
7470 error instead.
7471
00e32a35
AC
74722004-04-21 Andrew Cagney <cagney@redhat.com>
7473
7474 * gdbcore.h: Update copyright.
7475 (deprecated_add_core_fns): Rename add_core_fns.
7476 * win32-nat.c (_initialize_core_win32): Update.
7477 * sun3-nat.c (_initialize_core_sun3): Update.
7478 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
7479 * rs6000-nat.c (_initialize_core_rs6000): Update.
7480 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
7481 * nto-tdep.c (_initialize_nto_tdep): Update.
7482 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
7483 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
7484 * mips-nat.c (_initialize_core_mips): Update.
7485 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7486 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
7487 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
7488 * lynx-nat.c (_initialize_core_lynx): Update.
7489 * irix5-nat.c (_initialize_core_irix5): Update.
7490 * i386-interix-nat.c (_initialize_core_interix): Update.
7491 * cris-tdep.c (_initialize_cris_tdep): Update.
7492 * corelow.c (deprecated_add_core_fns): Update.
7493 * core-regset.c (_initialize_core_regset): Update.
7494 * core-aout.c (_initialize_core_aout): Update.
7495 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
7496 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
7497 * alpha-nat.c (_initialize_core_alpha): Update.
7498
13c7b1ca
JB
74992004-04-21 Jim Blandy <jimb@redhat.com>
7500
7501 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
7502
7b5a2f43
DJ
75032004-04-19 Daniel Jacobowitz <drow@mvista.com>
7504
7505 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
7506 Delete.
7507 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
7508 (read_attribute_value): Update calls to dwarf_alloc_block.
7509 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
7510 dwarf2_tmp_obstack.
7511 (psymtab_to_symtab_1): Likewise. Clean up using
7512 free_stack_comp_unit.
7513 (add_to_cu_func_list): Use the comp_unit_obstack.
7514
05cf31d1
JB
75152004-04-19 Joel Brobecker <brobecker@gnat.com>
7516
7517 * dwarf2read.c (dwarf2_flag_true_p): New function.
7518 (die_is_declaration): Use the function above. Add some comments.
7519
adf93a2f
MK
75202004-04-19 Mark Kettenis <kettenis@gnu.org>
7521
7522 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
7523 architecture when registering sparcnbsd_core_osabi_sniffer.
7524 Adjust comment.
7525
748894bf
MK
75262004-04-18 Mark Kettenis <kettenis@gnu.org>
7527
f622ad42
MK
7528 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
7529 return value.
7530
c4fc7f1b
MK
7531 Based on a patch from Brian Ford <ford@vss.fsi.com>:
7532 * i386-tdep.c: Correct register numbering scheme comments
7533 throughout.
7534 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
7535 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
7536 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
7537 (i386_gdb_arch_init): Likewise.
7538
b4ead1bd
MK
7539 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
7540 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
7541 ppcnbsd-tdep.o.
7542
748894bf
MK
7543 * m68k-tdep.h: Tweak comments.
7544 * m68k-tdep.c: Tweak comment.
7545
fdd72f95
RC
75462004-04-17 Randolph Chung <tausq@debian.org>
7547
7548 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
7549 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
7550 (hppa_hpux_som_init_abi): Set is_elf to 0.
7551 (hppa_hpux_elf_init_abi): Set is_elf to 1.
7552 * hppa-tdep.c (low_text_segment_address): Remove global.
7553 (record_text_segment_lowaddr): Pass in low address as parameter. Use
7554 section offset to calculate segment address.
7555 (internalize_unwinds): Define low_text_segment_address as local and
7556 pass to record_text_segment_lowaddr for ELF targets.
7557 (hppa_gdbarch_init): Zero fill tdep structure.
7558 (hppa_dump_tdep): Print tdep structure.
7559 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
7560
0f8d9d59
RC
75612004-04-17 Randolph Chung <tausq@debian.org>
7562
7563 * hppa-tdep.c (hppa_pseudo_register_read): Define.
7564 (hppa_gdbarch_init): Set pseudo_register_read.
7565 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
7566 * regcache.c (supply_register): Remove check for
7567 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
7568
7c46b9fb
RC
75692004-04-17 Randolph Chung <tausq@debian.org>
7570
7571 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
7572 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
7573 (hpread_adjust_stack_address): Move to hpread.c.
7574 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7575 obj_private_struct): Move from tm-hppa.h.
7576 * hpread.c (hppa-tdep.h): Include.
7577 (hpread_adjust_stack_address): Move from hppa-tdep.c.
7578 (hpread_read_function_type, hpread_read_doc_function_type)
7579 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
7580 directly.
7581 * pa64solib.c (hppa-tdep.h): Include.
7582 * somsolib.c (hppa-tdep.h): Include.
7583 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
7584 inferior_status): Remove unused forward declarations.
7585 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
7586 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7587 obj_private_struct): Move to hppa-tdep.h.
7588 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
7589
8d153463
RC
75902004-04-17 Randolph Chung <tausq@debian.org>
7591
7592 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
7593 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
7594 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
7595 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
7596 Remove forward declaration and make static.
7597 (hppa_reg_struct_has_addr): Remove.
7598
350c2e5b
JB
75992004-04-16 Joel Brobecker <brobecker@gnat.com>
7600
7601 * observer.sh: Move comments in sed command to first column.
7602
bbde78fa
JM
76032004-04-16 Jason Molenda (jmolenda@apple.com)
7604
7605 * frame.c: Minor typeo corrections in comments.
7606
e0270fd9
JB
76072004-04-16 Joel Brobecker <brobecker@gnat.com>
7608
7609 * observer.c (observer_test_first_notification_function): Update
7610 function profile.
7611 (observer_test_second_notification_function): Likewise.
7612 (observer_test_third_notification_function): Likewise.
7613
3d049254
MK
76142004-04-16 Mark Kettenis <kettenis@gnu.org>
7615
7616 From Brian Ford <ford@vss.fsi.com>:
7617 * i386-tdep.c (i386_coff_init_abi): New function.
7618 * i386-tdep.h (i386_coff_init_abi): New prototype.
7619 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
7620 register number translation functions for DWARF and DWARF 2.
7621
7867684d
JB
76222004-04-16 Joel Brobecker <brobecker@gnat.com>
7623
7624 * dwarf2read.c: Back out my previous change, it was incorrect.
7625
72bf9492
DJ
76262004-04-16 Daniel Jacobowitz <drow@mvista.com>
7627
7628 * dwarf2read.c: Include "hashtab.h".
7629 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7630 has_namespace_info.
7631 (struct partial_die_info): Add comments. Use bitfields to reduce
7632 memory footprint. Add scope, scope_set, has_specification,
7633 spec_offset, die_parent, die_child, and die_sibling.
7634 (peek_die_abbrev): Add prototype.
7635 (partial_read_comp_unit_head): New function, broken out from
7636 dwarf2_build_psymtabs_hard.
7637 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7638 Use partial_read_comp_unit_head. Initialize the CU and
7639 comp_unit_obstack. Update calls to read_partial_die and
7640 scan_partial_symbols. Use free_stack_comp_unit and
7641 load_partial_dies.
7642 (scan_partial_symbols): Change PDI to a pointer. Use the child and
7643 sibling pointers to walk partial DIEs. Call fixup_partial_die.
7644 Update calls to helper functions. Remove NAMESPACE argument.
7645 Update comments.
7646 (partial_die_parent_scope, partial_die_full_name): New functions.
7647 (add_partial_symbol): Remove namespace argument. Update call to
7648 pdi_needs_namespace. Use partial_die_full_name. Handle
7649 DW_TAG_namespace. Check has_namespace_info flag.
7650 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
7651 tag. Handle namespaces.
7652 (add_partial_namespace, add_partial_enumeration): Simplify.
7653 (guess_structure_name): New function, derived from
7654 add_partial_structure.
7655 (add_partial_structure): Remove.
7656 (determine_class_name): Update comment.
7657 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7658 (is_type_tag_for_partial, load_partial_dies): New functions.
7659 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7660 Record specifications instead of following them immediately.
7661 (find_partial_die_in_comp_unit, find_partial_die)
7662 (fixup_partial_die, free_stack_comp_unit)
7663 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7664 (partial_die_hash, partial_die_eq): New functions.
7665 * Makefile.in (hashtab_h): Define.
7666 (dwarf2read.o): Update dependencies.
7667 (observer_inc, observer_h): Move to the correct section.
7668
fdc860a3
JB
76692004-04-15 Joel Brobecker <brobecker@gnat.com>
7670
7671 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7672 (die_is_declaration): Use the function above. Add comment.
7673
dc718098
JB
76742004-04-15 Joel Brobecker <brobecker@gnat.com>
7675
7676 * dwarf2read.c (read_structure_scope): Identify stub types
7677 using die_is_declaration() only.
7678
8718a420
RM
76792004-04-15 Roland McGrath <roland@redhat.com>
7680
7681 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7682 argument instead of NAME.
7683 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7684 in call to symbol_file_add_with_addrs_or_offsets.
7685 (build_addr_info): New function, helper for ...
7686 (symbol_file_add_from_memory): New function.
7687 (add_symbol_file_from_memory_command): New function using that.
7688 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7689 (pre_add_symbol_hook): Add const to argument type.
7690 * symfile.h (symbol_file_add_from_memory): Declare it.
7691
8b910bab
MK
76922004-04-15 Mark Kettenis <kettenis@gnu.org>
7693
9f076e7a
MK
7694 * NEWS (New native configurations): Mention OpenBSD/vax.
7695 * configure.host: Add vax-*-openbsd*.
7696 * config/vax/obsd.mh: New file.
7697 * config/vax/nm-obsd.h: New file.
7698
8b910bab
MK
7699 * vax-tdep.c: Include "regset.h".
7700 (vax_supply_gregset): New function.
7701 (vax_gregset): New variable.
7702 (vax_regset_from_core_section): New function.
7703 (vax_gdbarch_init): Set regset_from_core_section.
7704 * Makefile.in (vax-tdep.o): Update dependencies.
7705
7a464420
AC
77062004-04-15 Andrew Cagney <cagney@redhat.com>
7707
7708 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7709 (observer_normal_stop_notification_stub)
7710 (observer_attach_normal_stop, observer_detach_normal_stop):
7711 Delete, replaced by #include "observer.inc".
7712 * infrun.c (normal_stop): Pass "stop_bpstat" to
7713 observer_notify_normal_stop.
7714 * Makefile.in (observer_inc): Define.
7715 (observer.o): Update dependencies.
7716 (observer.h, observer.inc): New rules.
7717 * observer.h: Delete file.
7718 * observer.sh: New file.
7719
e36ad527
MK
77202004-04-15 Mark Kettenis <kettenis@gnu.org>
7721
7722 * vax-tdep.c (vax_frame_cache): Fix typo.
7723
67b441e1
MK
77242004-04-14 Mark Kettenis <kettenis@gnu.org>
7725
6f606e1c
MK
7726 * NEWS (New native configurations): Mention NetBSD/vax.
7727 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7728 * config/vax/nbsdelf.mh: New file.
7729 * config/vax/nbsdaout.mh: New file.
7730 * config/vax/nm-nbsd.h: New file.
7731 * config/vax/nm-nbsdaout.h: New file.
7732
9c5519a5
MK
7733 * vaxnbsd-tdep.c: New file.
7734 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7735 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7736 * config/vax/nbsd.mt: New file.
7737 * config/vax/tm-nbsd.h: New file.
7738
4844a614
MK
7739 * Makefile.in (vaxbsd-nat.o): New dependency.
7740
67b441e1
MK
7741 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7742 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7743 struct_addr arguments. Don't push return value address.
7744 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7745 arguments to vax_store_arguments. Store return value address in
7746 R1.
7747 (vax_store_struct_return, vax_extract_return_value)
7748 (vax_store_return_value): Remove functions.
7749 (vax_return_value): New function.
7750 (vax_gdbarch_init): Set return value. Don't set
7751 deprecated_store_struct_return, deprecated_extract_struct_return
7752 and deprecated_store_return_value.
7753
6672f2ae
AS
77542004-04-14 Andreas Schwab <schwab@suse.de>
7755
7756 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7757 value buffer.
7758 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7759
7346c184
MK
77602004-04-14 Mark Kettenis <kettenis@gnu.org>
7761
7762 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7763 (vax_unwind_dummy_id): New functions.
7764 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7765 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7766 variables.
7767 (vax_fix_call_dummy): Remove function.
7768 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7769 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7770 call_dummy_location, deprecated_call_dummy_words,
7771 deprecated_sizeof_call_dummy_words,
7772 deprecated_call_dummy_breakpoint_offset,
7773 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7774 and deprecated_dummy_write_sp.
7775
58e23df4
DC
77762004-04-13 David Carlton <carlton@kealia.com>
7777
7778 * MAINTAINERS: Move myself to "paper trail" section.
7779
5e6b39ff
MK
77802004-04-12 Mark Kettenis <kettenis@gnu.org>
7781
7def7fef
MK
7782 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7783 "trad-frame.h".
7784 (vax_frame_init_saved_regs): Remove function.
7785 (vax_sigtramp_saved_pc): Remove function.
7786 (vax_frame_saved_pc): Remove function.
7787 (vax_frame_args_address): Remove function.
7788 (vax_frame_num_args): Rewrite.
7789 (vax_frame_chain): Remove function.
7790 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7791 VAX_FP_REGNUM.
7792 (vax_pop_frame): Likewise.
7793 (vax_saved_pc_after_call): Remove function.
7794 (struct vax_frame_cache): New structure.
7795 (vax_frame_cache): New function.
7796 (vax_frame_this_id): New function.
7797 (vax_frame_prev_register): New function.
7798 (vax_frame_unwind): New variable.
7799 (vax_frame_sniffer): New function.
7800 (vax_frame_base_address): New function.
7801 (vax_frame_args_address): New function.
7802 (vax_frame_base): New variable.
7803 (vax_unwind_pc): New function.
7804 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7805 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7806 deprecated_frame_chain, deprecated_frame_saved_pc,
7807 deprecated_frame_args_address and
7808 deprecated_frame_init_saved_regs.
7809 * Makefile.in (vax-tdep.o): Update dependencies.
7810
53284fc1
MK
7811 * vaxbsd-nat.c: New file.
7812
5e6b39ff
MK
7813 * vax-tdep.h: Update copyright year. Adjust comments.
7814 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7815 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7816 (vax_regnum): New enum. Replacing...
7817 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7818 (VAX_PS_REGNUM): ... these removed macros.
7819 * vax-tdep.c (vax_register_name): Remove prototype.
7820 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7821 (vax_register_byte, vax_register_raw_size,
7822 vax_register_virtual_size, vax_register_virtual_type): Remove
7823 functions.
7824 (vax_register_type): New function.
7825 (vax_breakpoint_from_pc): Reorganize.
7826 (vax_gdbarch_init): Set register_type. Don't set
7827 deprecated_register_size, deprecated_register_bytes,
7828 deprecated_register_byte, deprecated_register_raw_size,
7829 deprecated_max_register_raw_size,
7830 deprecated_register_virtual_size,
7831 deprecated_max_register_virtual_size and
7832 deprecated_register_virtual_type. Add comment on stack direction.
7833
e9c71e9f
MK
78342004-04-11 Mark Kettenis <kettenis@gnu.org>
7835
7836 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7837 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 7838 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 7839
d46f1176 78402004-04-10 Randolph Chung <tausq@debian.org>
8718a420 7841
d46f1176
RC
7842 * MAINTAINERS (write after approval): Add myself.
7843
a2a84a72
RC
78442004-04-07 Randolph Chung <tausq@debian.org>
7845
7846 * hppa-tdep.c (hppa_inner_than): Remove.
7847 (is_pa_2): Remove unused static variable.
8718a420 7848 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 7849
e85c3284
PH
78502004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7851
7852 * language.h (language_defn): Add new la_post_parser field.
7853 * parser-defs.h (null_post_parser): New declaration (default for
7854 la_post_parser).
8718a420 7855
e85c3284
PH
7856 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7857 insert call to that function.
7858 (parse_exp_in_context): New function, including code formerly in
8718a420 7859 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
7860 prefixification.
7861 (parse_expression_in_context): New exported function.
7862 (null_post_parser): New definition.
7863 * expression.h (parse_expression_in_context): Add declaration.
8718a420 7864
e85c3284
PH
7865 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7866 * c-lang.c (c_language_defn): Ditto.
7867 (cplus_language_defn): Ditto.
7868 (asm_language_defn): Ditto.
7869 (minimal_language_defn): Ditto.
7870 * f-lang.c (f_language_defn): Ditto.
7871 * jv-lang.c (java_language_defn): Ditto.
7872 * language.c (unknown_language_defn): Ditto.
7873 (auto_language_defn): Ditto.
7874 (local_language_defn): Ditto.
7875 * m2-lang.c (m2_language_defn): Ditto.
7876 * scm-lang.c (scm_language_defn): Ditto.
7877 * obj-lang.c (objc_language_defn): Ditto.
8718a420 7878
d9f8c85b
MK
78792004-04-10 Mark Kettenis <kettenis@gnu.org>
7880
fa34704a
MK
7881 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7882 (amd64nbsd_mcontext_addr): New function.
7883 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7884 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7885 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7886
403e1656
MK
7887 * corelow.c (core_xfer_partial): Fix coding standards violation.
7888 Add support for TARGET_OBJECT_WCOOKIE.
7889
a57e5a95
MK
7890 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7891 deprecated_pc_in_sigtramp.
7892 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7893 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7894 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7895 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7896 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7897 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7898 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7899
377d9ebd
MK
7900 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7901 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7902 Fix typo.
7903
f0ef85a5
MK
7904 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7905 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7906 (amd64_collect_fxsave): Likewise.
7907
d9f8c85b
MK
7908 * i386-sol2-tdep.c: Include "gdb_string.h".
7909 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7910 name.
7911 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7912
75f501b5
MK
79132004-04-10 Mark Kettenis <kettenis@gnu.org>
7914
7915 * i386-sol2-tdep.c: Include "solib-svr4.h".
7916 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7917 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7918 * config/i386/tm-i386sol2.h: Include :solib.h".
7919 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7920 solib-svr4.o and solib-legacy.o.
7921 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7922 solib-svr4.o.
7923
b31bc724
MK
79242004-04-09 Mark Kettenis <kettenis@gnu.org>
7925
18bbbd9e
MK
7926 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7927 whether a register is supplied by PTRACE_GETFPREGS.
7928 (store_inferior_registers): Likewise.
7929 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7930 whether a register is supplied by PT_GETFPREGS.
7931 (store_inferior_registers): Likewise.
7932
3c30bf1b
MK
7933 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7934 * config/i386/linux64.mt (TDEPFILES): Likewise.
7935
a4194092
MK
7936 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7937
911bc6ee
MK
7938 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7939 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7940 the program counter is in the range specified by `struct
7941 gdbarch_tdep'.
7942 * amd64-linux-tdep.c: Include "symtab.h".
7943 (amd64_linux_pc_in_sigtramp): Remove function.
7944 (amd64_linux_sigtramp_p): New function.
7945 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7946 deprecated_pc_in_sigtramp.
7947 * amd64nbsd-tdep.c: Include "symtab.h".
7948 (amd64nbsd_sigtramp_p): New function.
7949 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7950 deprecated_pc_in_sigtramp.
7951 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7952 few comments.
7953 (amd64obsd_pc_in_sigtramp): Remove function.
7954 (amd64obsd_sigtramp_p): New function.
7955 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7956 deprecated_pc_in_sigtramp.
7957 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7958 (i386bsd_pc_ins_sigtramp): Remove prototype.
7959 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7960 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7961 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7962 the program counter is in the range specified by `struct
7963 gdbarch_tdep'.
7964 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7965 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7966 (i386_go32_pc_in_sigtramp): Remove function.
7967 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7968 Initialize TDEP->sigtramp_p.
7969 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7970 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7971 deprecated_pc_in_sigtramp.
7972 * i386-linux-tdep.c: Adjust comments.
7973 (i386_linux_pc_in_sigtramp): Remove function.
7974 (i386_linux_sigtramp_p): New function.
7975 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7976 deprecated_pc_in_sigtramp.
7977 * i386-nto-tdep.c: Update copyright year.
7978 (i386nto_pc_in_sigtramp): Remove function.
7979 (i386nto_sigtramp_p): New function.
7980 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7981 SP_REGNUM.
7982 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7983 deprecated_pc_in_sigtramp.
7984 * i386-sol2-tdep.c: Update copyright year.
7985 (i386_sol2_pc_in_sigtramp): Remove function.
7986 (i386_sol2_sigtramp_p): New function.
7987 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7988 deprecated_pc_in_sigtramp.
7989 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7990 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7991 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7992 deprecated_sigtramp_start and deprecated_sigtramp_end.
7993 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7994 (i386nbsd_pc_in_sigtramp): Remove function.
7995 (i386nbsd_sigtramp_p): New function.
7996 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7997 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7998 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7999 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
8000 (i386obsd_pc_in_sigtramp): Remove function.
8001 (i386obsd_sigtramp_p): New function.
8002 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
8003 functions.
8004 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8005 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8006 TDEP->sigtramp_p.
8007 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
8008 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
8009 dependencies.
8010
e083e6ec
MK
8011 * config/i386/i386aout.mt: Remove file.
8012
bd153b94
MK
8013 * configure.tgt: Remove i[34567]86-*-go32*,
8014 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
8015 and i[34567]86-*-isc*. Set gdb_target to i386 for
8016 i[34567]86-*-netware* and i[34567]86-*-*.
8017 * config/i386/i386.mt: New file.
8018 * config/i386/embed.mt: Remove file.
8019 * config/i386/go32.mt: Remove file.
8020 * config/i386/i386nw.mt: Remove file.
8021 * config/i386/i386v.mt: Remove file.
8022 * config/i386/tm-go32.h: Remove file.
8023
4a1bcc8c
MK
8024 * tui/tui-hooks.c: Include "readline/readline.h" after
8025 "gdb_curses.h" instead of before.
8026 * tui/tui-io.c: Likewise.
8027
f9a79064
MK
8028 * tui/tui.c: Fix typo in comment.
8029
b31bc724
MK
8030 * sparc64-tdep.c (sparc_address_from_register): Remove function.
8031
f83f82bc
AC
80322004-04-08 Andrew Cagney <cagney@redhat.com>
8033
8034 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
8035 (deprecated_exception_support_initialized): Declare.
8718a420 8036 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
8037 (initialize_hp_cxx_exception_support)
8038 (child_enable_exception_callback): Update.
8039 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
8040 (deprecated_exception_support_initialized): Rename
8041 deprecated_exception_catchpoints_are_fragile and
8042 deprecated_exception_support_initialized.
8043 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
8044
8045 * symtab.c (deprecated_hp_som_som_object_present): Rename
8046 hp_som_som_object_present.
8047 * symtab.h (deprecated_hp_som_som_object_present): Declare.
8048 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
8049 Update. Delete extern declaration.
8050 * valops.c (hp_som_som_object_present): Ditto.
8718a420 8051 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
8052 (parse_nested_classes_for_hpacc): Ditto.
8053 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 8054 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
8055 (initialize_hp_cxx_exception_support): Ditto.
8056 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 8057 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 8058 (cp_print_class_method): Ditto.
8718a420 8059 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
8060 (c_type_print_base): Ditto.
8061 * c-exp.y (hp_som_som_object_present): Ditto.
8062
fb2be677
AC
80632004-04-08 Andrew Cagney <cagney@redhat.com>
8064
8065 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
8066 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
8067 (frame_unwind_find_by_frame): Re-implement the unwind code so
8068 that it can both prepend and append sniffers. Replace
8069 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
8070 * tramp-frame.c (tramp_frame_append): Use
8071 frame_unwind_prepend_unwinder.
8072 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
8073 frame_unwind_register_unwinder.
8074 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
8075 tramp_frame_append.
8076 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 8077 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
8078 (mips_linux_init_abi): Update.
8079
67faf007
KB
80802004-04-08 Kevin Buettner <kevinb@redhat.com>
8081
8082 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
8083 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
8084 file support.
8085
8973ff21
KB
80862004-04-07 Kevin Buettner <kevinb@redhat.com>
8087
8088 * ia64-tdep.c (elf.h): Don't include.
8089 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
8090
4a0e2f88
JM
80912004-04-07 Jason Molenda (jmolenda@apple.com)
8092
8093 * frame.h: Typeo corrections in comments.
8094
9872ad24
JB
80952004-04-07 Jim Blandy <jimb@redhat.com>
8096
8097 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
8098 %esp and %ebp
8099
70b216c8
MK
81002004-04-07 Mark Kettenis <kettenis@gnu.org>
8101
11d5789c
MK
8102 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
8103 * config/sparc/linux64.mt (TDEPFILES): Likewise.
8104 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8105 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
8106 and solib-legacy.o.
8107 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
8108 solib-svr4.o.
8109 * config/sparc/tm-sol2.h: Update copyright year. Include
8110 "solib.h".
8111
70b216c8
MK
8112 * sparc-sol2-tdep.c: Update copyright year. Include
8113 "solib-svr4.h".
8114 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8115 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
8116 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 8117 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
8118 dependencies.
8119
6339dc9e
AC
81202004-04-06 Andrew Cagney <cagney@redhat.com>
8121
8122 * infttrace.c: Include "infttrace.h".
8123 * infttrace.h: Include "target.h".
8124 * Makefile.in (infttrace_h): Update.
8125 (infttrace.o): Update.
8718a420 8126
93449403
AC
81272004-04-06 Andrew Cagney <cagney@redhat.com>
8128
6d518969
AC
8129 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
8130 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
8131 move extern declarations from here ...
8132 * infttrace.h: ... to here.
8133 * Makefile.in (hppah-nat.o): Update dependencies.
8134
85f4f2d8
AC
8135 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
8136 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 8137 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
8138 (hppa_breakpoint_from_pc): Delete.
8139
93449403
AC
8140 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
8141
71456ec6
AC
81422004-04-05 Andrew Cagney <cagney@redhat.com>
8143
8144 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
8145 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
8146 <sys/file.h>.
8718a420 8147
4c02c60c
AC
81482004-04-06 Randolph Chung <tausq@debian.org>
8149
8150 Committed by Andrew Cagney (mechanical change).
8151 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
8152 exception_catchpoints_are_fragile, find_stub_with_shl_get,
8153 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
8154 child_enable_exception_callback, current_ex_event,
8155 null_symtab_and_line, child_get_current_exception_event,
8156 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
8157 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
8158 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
8159 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
8160 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
8161 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
8162 Move hpux-specific definitions ...
8163 * hppa-hpux-tdep.c: ... to here.
8164
3a515653
AC
81652004-04-05 Andrew Cagney <cagney@redhat.com>
8166
8167 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
8168 skip_prologue_using_sal.
8169
c1730d02
AC
81702004-04-05 Andrew Cagney <cagney@redhat.com>
8171
8172 * config/i386/tm-i386.h: Delete file.
8173 * config/i386/tm-vxworks.h: Update copyright, do not include
8174 "tm-i386.h".
8175 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
8176 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
8177 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
8178 * config/i386/ncr3000.mt (TM_FILE): Delete.
8179 * config/i386/interix.mt (TM_FILE): Delete.
8180 * config/i386/i386v.mt (TM_FILE): Delete.
8181 * config/i386/i386nw.mt (TM_FILE): Delete.
8182 * config/i386/i386gnu.mt (TM_FILE): Delete.
8183 * config/i386/i386aout.mt (TM_FILE): Delete.
8184 * config/i386/embed.mt (TM_FILE): Delete.
8185
8b67aa36
KB
81862004-04-05 Kevin Buettner <kevinb@redhat.com>
8187
8188 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
8189 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
8190 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
8191 (accg7_regnum): New constants.
8192 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
8193 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
8194 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
8195 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
8196 for accg registers.
8197 (frv_register_sim_regno): Update spr_map[].
8198
3c7012f5
AC
81992004-04-04 Andrew Cagney <cagney@redhat.com>
8200
8201 * config/mips/xm-riscos.h: Delete.
8202 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
8203 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
8204 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
8205 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
8206 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
8207 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
8208 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
8209 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
8210 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
8211 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
8212 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
8213 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
8214 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
8215 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
8216 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
8217 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
8218 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
8219 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
8220 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
8221 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
8222 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
8223 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
8224 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
8225 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
8226 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
8227 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 8228
3c7012f5
AC
8229 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
8230 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
8231 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
8232 * configure.host: Remove m680[01]0-sun-sunos3*,
8233 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
8234 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
8235 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
8236 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
8237 mips-*-riscos*.
8238 * NEWS: Mention removed systems.
8239
99d16a21
AC
82402004-04-04 Andrew Cagney <cagney@redhat.com>
8241
8242 GDB 6.1 release created from 6.1 branch.
8243
6cdf9d98
AC
82442004-04-04 Andrew Cagney <cagney@redhat.com>
8245
98d346c3
AC
8246 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
8247 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
8248 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
8249
6cdf9d98
AC
8250 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
8251 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
8252 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
8253
859a326d
JB
82542004-04-03 Jim Blandy <jimb@redhat.com>
8255
8256 * MAINTAINERS: Chris Faylor has changed employers; add him to
8257 "paper trail" section, and update his E-mail address.
8258
b87178c3
AC
82592004-04-03 Andrew Cagney <cagney@redhat.com>
8260
4ea2acf0
AC
8261 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
8262 generic dummy frames.
8263 * dummy-frame.c: Update copyright.
8264 (dummy_frame_sniffer): Delete check for generic dummy frames.
8265
d0bd2d18 8266 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 8267 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
8268 (REG_PARM_STACK_SPACE): Delete.
8269 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
8270 Inline reference to REG_PARM_STACK_SPACE.
8271
b87178c3
AC
8272 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
8273 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8274 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
8275 (FRAME_BASE_BEFORE_SIGTRAMP)
8276 (hppa32_hpux_frame_base_before_sigtramp)
8277 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
8278 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
8279 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
8280 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8281 (FRAME_BASE_BEFORE_SIGTRAMP)
8282 (hppa64_hpux_frame_base_before_sigtramp)
8283 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
8284
43e2e1a0
AC
82852004-04-03 Andrew Cagney <cagney@redhat.com>
8286
8287 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
8288
ddc135a4
AC
82892004-04-02 Andrew Cagney <cagney@redhat.com>
8290
8291 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
8292 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
8293 * dummy-frame.h: Delete out-of-date comments.
8294 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
8295 * gdbarch.h, gdbarch.c: Re-generate.
8296
d15bfd3a 82972004-04-02 Joel Brobecker <brobecker@gnat.com>
8718a420 8298
d15bfd3a
AC
8299 Committed by Andrew Cagney <cagney@redhat.com>.
8300 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
8301 into account an instruction saving a register if we have already
8302 seen an earlier instruction saving that same register.
8303
f04ceafa
AC
83042004-04-02 Andrew Cagney <cagney@redhat.com>
8305
08be3abd
AC
8306 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
8307 * gdbarch.h, gdbarch.c: Re-generate.
8308 * frame.c (legacy_get_prev_frame): Delete references to
8309 DEPRECATED_INIT_FRAME_PC_FIRST.
8310
f04ceafa
AC
8311 * infrun.c (pc_in_sigtramp): Delete function.
8312 (check_sigtramp2): Inline call to pc_in_sigtramp, use
8313 get_frame_type.
8314
08e69816
AC
83152004-04-02 Andrew Cagney <cagney@redhat.com>
8316
8317 * infrun.c (handle_step_into_function): Delete code conditional on
8318 legacy_frame_p.
8319 (handle_inferior_event, step_over_function): Ditto.
8320
adb54772
AC
83212004-04-02 Andrew Cagney <cagney@redhat.com>
8322
8323 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
8324 "previous frame inner to this frame" test.
8325
304396fb
AC
83262004-04-02 Andrew Cagney <cagney@redhat.com>
8327
8328 * frame.c (safe_frame_unwind_memory): New function.
8329 * frame.h (safe_frame_unwind_memory): Declare. Update description
8330 of /safe_/ methods.
8331 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
8332 "next_frame". Use safe_frame_unwind_memory.
8333 (tramp_frame_sniffer): Update call to tramp_frame_start.
8334
6502dd73
DJ
83352004-04-01 Daniel Jacobowitz <drow@mvista.com>
8336
8337 * dwarf2read.c (dwarf2_objfile_data_key): New.
8338 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
8339 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
8340 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
8341 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
8342 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
8343 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
8344 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
8345 Remove variables.
8346 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
8347 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
8348 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
8349 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
8350 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
8351 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
8352 Remove macros.
8353 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
8354 data.
8355 (dwarf2_locate_sections, dwarf2_build_psymtabs)
8356 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
8357 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
8358 (read_partial_die, read_full_die, read_indirect_string)
8359 (dwarf_decode_line_header, dwarf_decode_macros)
8360 (dwarf2_symbol_mark_computed): Remove use of removed macros.
8361 Update uses of removed variables.
8362 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
8363 of removed macros.
8364 (_initialize_dwarf2_read): New function.
8365 * symfile.h (dwarf2_has_info): Update prototype.
8366 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
8367 * elfread.c (elf_symfile_read): Likewise.
8368
408752b0
JB
83692004-04-01 Jim Blandy <jimb@redhat.com>
8370
9f744501
JB
8371 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
8372 function for register numbers on all the rs6000-derived targets.
8373 (rs6000_gdbarch_init): Don't register a separate
8374 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
8375 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
8376 variants.
8377
408752b0
JB
8378 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
8379 numbering.
8380
2de41bce
PH
83812004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
8382
8383 * valarith.c: Update copyright notice.
8384 (value_add): Handle range types.
8385 (value_sub): Ditto.
8386 (value_equal): Ditto.
8387 (value_less): Ditto.
8388 (value_neg): Ditto.
8389 (value_complement): Ditto.
8718a420 8390 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 8391 eliminiating unnecessary COERCE_ENUMs.
8718a420 8392
5613d8d3
AC
83932004-03-31 Andrew Cagney <cagney@redhat.com>
8394
8395 * frame.h (frame_unwind_id): Declare.
8396 * frame.c (frame_unwind_id): New function.
8397 (get_prev_frame_1): New function.
8398 (frame_debug_got_null_frame): New function.
8399 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
8400 code proper to prev_frame, update description.
8401 * infrun.c (step_over_function): Use frame_unwind_id.
8402
c4557624
JB
84032004-04-31 J. Brobecker <brobecker@gnat.com>
8404
8405 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
8406 (hppa64_push_dummy_call): Likewise.
8407
3e6bb910
JB
84082004-03-30 Jim Blandy <jimb@redhat.com>
8409
8410 From Ulrich Weigand:
8411 * utils.c (query): Do not use a va_list variable multiple times.
8412
a2f23071
DJ
84132004-03-29 Daniel Jacobowitz <drow@mvista.com>
8414
8415 * Makefile.in (linux_nat_h): Update dependencies.
8416 * configure.in: Check for <gnu/libc-version.h>.
8417 * configure: Regenerate.
8418 * config.in: Regenerate.
8419 * linux-nat.h: Include "target.h". Add waitstatus field to
8420 struct lwp_info.
8421 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
8422 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
8423 to.
8424 (lin_lwp_handle_extended): New function. Handle clone events.
8425 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
8426 thread exit events.
8427 (child_wait): Handle clone events.
8428 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
8429 * linux-nat.c (linux_enable_event_reporting): Turn on
8430 PTRACE_O_TRACECLONE.
8431 (linux_handle_extended_wait): Handle clone events.
8432 * thread-db.c: Include <gnu/libc-version.h>.
8433 (struct private_thread_info): Add dying flag.
8434 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
8435 higher.
8436 (attach_thread): Update comments. Handle dying threads.
8437 (detach_thread): Set the dying flag.
8438 (check_event): Always call attach_thread.
8439
8d5f9dcb
DJ
84402004-03-29 Daniel Jacobowitz <drow@mvista.com>
8441
8442 * mips-tdep.c (mips_pdr_data): New.
8443 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
8444 (_initialize_mips_tdep): Initialize mips_pdr_data.
8445
66337bb1
CV
84462004-03-29 Corinna Vinschen <vinschen@redhat.com>
8447
8448 * minsyms.c (install_minimal_symbols): Move dropping leading
8449 char from linkage name from here...
8450 (prim_record_minimal_symbol_and_info): ...to here. Simplify
8451 test for "__gnu_compiled*" symbols.
8452
e802b915
JB
84532004-03-28 Jim Blandy <jimb@redhat.com>
8454
8455 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
8456 registers to temp register r0 and byte stores as prologue
8457 instructions.
8458
72b56458
AC
84592004-03-28 Andrew Cagney <cagney@redhat.com>
8460
8461 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
8462 arm*-*-*.
8463
0bfbda3b
SC
84642004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8465
8466 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
8467 and switch the layout to force a display of register window.
8468
5a7225ed
JB
84692004-02-26 J. Brobecker <brobecker@gnat.com>
8470
8471 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
8472 of the INTEGER class.
8473
81a07a45
JB
84742004-03-26 Jim Blandy <jimb@redhat.com>
8475
8476 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
8477 bytes long on PPC GNU/Linux.
8478
8c691c7a
DC
84792004-03-26 David Carlton <carlton@kealia.com>
8480
8481 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
8482
103a0089
AC
84832004-03-25 Andrew Cagney <cagney@redhat.com>
8484
8485 * PROBLEMS: Add general section titles, remove references to
8486 specific releases.
8487
7a5ea0d4
DJ
84882004-03-25 Daniel Jacobowitz <drow@mvista.com>
8489
8490 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
8491 INT_REGISTER_SIZE.
8492 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
8493 FP_REGISTER_VIRTUAL_SIZE.
8494 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
8495 of DEPRECATED_REGISTER_RAW_SIZE.
8496 (arm_register_type): Add gdbarch argument.
8497 (arm_register_raw_size, arm_register_virtual_size): Delete.
8498 (arm_register_byte, arm_extract_return_value)
8499 (arm_store_return_value, arm_get_longjmp_target): Update references
8500 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
8501 (arm_gdbarch_init): Likewise. Don't set
8502 deprecated_register_raw_size, deprecated_register_virtual_size,
8503 deprecated_max_register_raw_size,
8504 deprecated_max_register_virtual_size, or
8505 deprecated_max_register_virtual_type. Do set register_type.
8506 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
8507 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
8508 (FP_REGISTER_VIRTUAL_SIZE): Delete.
8509 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
8510 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
8511 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
8512 INT_REGISTER_SIZE.
8513 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
8514 (remote_rdp_store_register): Likewise.
8515
5792a79b
DJ
85162004-03-24 Daniel Jacobowitz <drow@mvista.com>
8517
8518 * Makefile.in (mips-linux-tdep.o): Update dependencies.
8519 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
8520 to after osabi initialization.
8521 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
8522 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
8523 functions.
8524 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
8525 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
8526 variables.
8527 (mips_linux_init_abi): Append signal trampoline unwinders.
8528
1196bfda
AC
85292004-03-24 Andrew Cagney <cagney@redhat.com>
8530
8531 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
8532 * tramp-frame.c: Include "gdb_assert.h".
8533 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
8534 correct sizeof.
8535 (tramp_frame_append): Validate the tramp frame's instructions.
8536 * Makefile.in (tramp-frame.o): Update dependencies.
8537
4be282b4
AC
85382004-03-23 Andrew Cagney <cagney@redhat.com>
8539
8540 * trad-frame.h (trad_frame_set_reg_addr): Declare.
8541
69aec09b
AC
85422004-03-23 Andrew Cagney <cagney@redhat.com>
8543
8544 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
8545 Nasser as past testsuite/lib/ (and other) maintainers.
8546
63ed89b4
DJ
85472004-03-23 Daniel Jacobowitz <drow@mvista.com>
8548
8549 * infcmd.c (attach_command): Reread symbols if we already have
8550 an exec file.
8551
f3b36427
AC
85522004-03-23 Andrew Cagney <cagney@redhat.com>
8553
8554 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
8555
aa2a3f87
AC
85562004-03-23 Andrew Cagney <cagney@redhat.com>
8557
8558 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
8559 * gdbarch.h, gdbarch.c: Re-generate.
8560 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8561 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8562 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 8563 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 8564 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 8565 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
8566 (DEPRECATED_SIGTRAMP_START): Update.
8567 * blockframe.c (find_pc_sect_partial_function): Update.
8568 * arch-utils.c (legacy_pc_in_sigtramp): Update.
8569
00cac895
DJ
85702004-03-23 Daniel Jacobowitz <drow@mvista.com>
8571
8572 * remote.c (remote_open_1): Reopen the exec file and reread symbols
8573 if necessary.
8574
f561f026
AC
85752004-03-23 Andrew Cagney <cagney@redhat.com>
8576
8577 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
8578 predicate, deprecate.
8579 * gdbarch.h, gdbarch.c: Re-generate.
8580 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8581 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8582 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
8583 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8584 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
8585 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
8586 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
8587 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
8588 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
8589 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
8590 * blockframe.c (find_pc_partial_function): Update.
8591 * breakpoint.c (bpstat_what): Update.
8592 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
8593 * frv-linux-tdep.c (frv_linux_init_abi): Update.
8594 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
8595 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
8596 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8597 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8598 * i386-nto-tdep.c (i386nto_init_abi): Update.
8599 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8600 * i386-tdep.c (i386_sigtramp_frame_sniffer)
8601 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8602 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8603 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8604 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8605 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8606 * infrun.c (pc_in_sigtramp): Update.
8607 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8608 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8609 * mips-tdep.c (mips_gdbarch_init): Update.
8610 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8611 * ppc-linux-tdep.c: Update comment.
8612 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8613 * shnbsd-tdep.c (shnbsd_init_abi): Update.
8614 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8615 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8616 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8617 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8618 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8619 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8620 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8621 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 8622
8050c72f
AC
86232004-03-23 Andrew Cagney <cagney@redhat.com>
8624
d2259dd3
AC
8625 * tramp-frame.h, tramp-frame.h: New files.
8626 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8627 Update rules to include "tramp-frame.h" and "tramp-frame.c".
8628
8050c72f
AC
8629 * Makefile.in: Update all dependencies.
8630
0db9b4b7
AC
86312004-03-23 Andrew Cagney <cagney@redhat.com>
8632
8633 * Makefile.in (trad_frame_h): Add $(frame_h).
8634 * trad-frame.h: Update copyright. Include "frame.h".
8635 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8636 (trad_frame_set_id, trad_frame_get_id): Declare.
8637 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8638 * trad-frame.c: Update copyright.
8639 (struct trad_frame_cache): Define.
8640 (trad_frame_cache_zalloc): New function.
8641 (trad_frame_set_id, trad_frame_get_id): New functions.
8642 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 8643
8e645ae7
AC
86442004-03-22 Andrew Cagney <cagney@redhat.com>
8645
8646 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8647 s390_pltstub_unwind_cache.
8648 (s390_stub_frame_unwind_cache): Rename
8649 s390_pltstub_frame_unwind_cache.
8650 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8651 (s390_stub_frame_prev_register): Rename
8652 s390_pltstub_frame_prev_register.
8653 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8654 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8655
8656 From Ulrich Weigand:
8657 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8658 pointer calls like PLT calls.
8659
34fcf120
DJ
86602004-03-22 Daniel Jacobowitz <drow@mvista.com>
8661
8662 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8663 PC rather than the partial function start address. Use the start
8664 address to sanity check the found PDR.
8665
5b917078
DJ
86662004-03-22 Daniel Jacobowitz <drow@mvista.com>
8667
8668 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8669 linux_handle_extended_wait.
8670
8adf9e78
AC
86712004-03-22 Andrew Cagney <cagney@redhat.com>
8672
c3122434
AC
8673 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8674 function.
8675
8adf9e78
AC
8676 * frame.h (generic_pop_current_frame): Delete declaration.
8677 (deprecate_pop_dummy_frame): Deprecate
8678 generic_pop_dummy_frame.
8679 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8680 (generic_pop_current_frame): Delete function.
8681 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8682 generic_pop_current_frame.
8683 * v850-tdep.c (v850_pop_frame): Update.
8684 * mcore-tdep.c (mcore_pop_frame): Update.
8685 * sh64-tdep.c (sh64_pop_frame): Update.
8686 * h8300-tdep.c (h8300_pop_frame): Update.
8687
90ba813f
AC
86882004-03-22 Andrew Cagney <cagney@redhat.com>
8689
8690 * frame.h (deprecated_pc_in_call_dummy): Rename
8691 generic_pc_in_call_dummy.
8692 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8693 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8694 generic_pc_in_call_dummy.
8695 (pc_in_dummy_frame): Make static.
8696 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8697 * gdbarch.h, gdbarch.c: Re-generate.
8698 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8699 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8700 (legacy_get_prev_frame): Ditto.
8701 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8702 comment.
8718a420 8703
ca4bb888
AC
87042004-03-21 Andrew Cagney <cagney@redhat.com>
8705
244675f9
AC
8706 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8707 declaration and out-of-date comment.
8708 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8709 Delete function.
8710 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8711 deprecated_pc_in_call_dummy.
8712
ca4bb888
AC
8713 * infrun.c (handle_inferior_event): For non legacy frames, use the
8714 frame ID and frame type to identify a signal trampoline. Update
8715 comments.
8716
1777c7b4
NW
87172004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8718
8719 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8720 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8721
82417da5
AC
87222004-03-21 Andrew Cagney <cagney@redhat.com>
8723
8724 * frame-unwind.h: Update copyright.
8725 (struct frame_data): Add opaque declaration.
8726 (frame_sniffer_ftype): Declare.
8727 (struct frame_unwind): Add "unwind_data" and "sniffer".
8728 (frame_unwind_register_unwinder): Declare.
8729 (frame_unwind_find_by_frame): Add parameter "this_cache".
8730 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8731 (legacy_get_prev_frame, legacy_get_prev_frame)
8732 (get_frame_type): Pass the prologue_cache to
8733 frame_unwind_find_by_frame.
8734 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8735 "unwinder".
8736 (frame_unwind_register_unwinder): New function.
8737 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8738
b2ba182e
PH
87392004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8740
8741 * bcache.c (print_percentage): Use floating point to avoid
8742 incorrect results when portion*100 overflows.
8743
81332287
KB
87442004-03-19 Kevin Buettner <kevinb@redhat.com>
8745
8746 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8747 (ppc_linux_init_extra_frame_info)
8748 (ppc_linux_frameless_function_invocation)
8749 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8750 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8751 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8752 (rs6000_frame_chain): Delete declarations.
8753 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8754 (ppc_linux_init_extra_frame_info)
8755 (ppc_linux_frameless_function_invocation)
8756 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8757 (ppc_linux_init_abi): Remove registration of above deleted functions.
8758 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8759 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8760 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8761 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8762 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8763 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8764 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8765 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8766 frame management for all OSABIs.
8767
61a65099
KB
87682004-03-19 Andrew Cagney <cagney@redhat.com>
8769
8770 Committed by Kevin Buettner <kevinb@redhat.com>.
8771
8772 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8773 Update copyright.
8774 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8775 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8776 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8777 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8778 unwinders. #ifdef legacy frame code.
8779 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8780 "frame-base.h".
8781 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8782 (struct rs6000_frame_cache, rs6000_frame_cache)
8783 (rs6000_frame_this_id, rs6000_frame_prev_register)
8784 (rs6000_frame_sniffer, rs6000_frame_unwind)
8785 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8786 (rs6000_frame_base): Implement a traditional frame unwinder.
8787 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8788 frame unwinder.
8789
88f7da05
KB
87902004-03-19 Kevin Buettner <kevinb@redhat.com>
8791
8792 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8793 breakpoint address for watchpoints or the catch eventpoints.
8794 Add new paramter ``bptype''. Adjust all callers.
8795
f826dce1
AC
87962004-03-19 Andrew Cagney <cagney@redhat.com>
8797
33cb8b0f
AC
8798 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8799
f826dce1
AC
8800 * PROBLEMS: Delete note that ARM does not use frame code, problem
8801 fixed.
8802
43b1ab88
AC
88032004-03-18 Andrew Cagney <cagney@redhat.com>
8804
292ab034
AC
8805 * stack.c (return_command): Delete code wrapped in #ifdef
8806 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8807
43b1ab88
AC
8808 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8809
dbfe4626
AC
88102004-03-18 Andrew Cagney <cagney@redhat.com>
8811
8812 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8813 DEPRECATED_IN_SIGTRAMP.
8814 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8815 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8816 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8817 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8818 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8819 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8820 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8821 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8822 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8823 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8824
0cad6aec
AC
88252004-03-18 Andrew Cagney <cagney@redhat.com>
8826
8827 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8828 (struct frame_base_table_entry): Define.
8829 (struct frame_base_table): Re-implement as a linked list.
8830 (frame_base_init): Re-implement.
8831 (frame_base_table): Delete function.
8832 (append_predicate): Delete function.
8833 (frame_base_append_sniffer): Update.
8834 (frame_base_set_default): Update.
8835 (frame_base_find_by_frame): Update.
8836 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8837 * Makefile.in (frame-base.o): Update dependencies.
8838
9982c2e7
AC
88392004-03-17 Andrew Cagney <cagney@redhat.com>
8840
8841 * frame.c (legacy_get_prev_frame): Pass correct frame to
8842 frame_unwind_find_by_frame.
8843
8dfe8985
DC
88442004-03-17 David Carlton <carlton@kealia.com>
8845
8846 * NEWS: Mention C++ nested types and namespaces
8847
ed47347a
MC
88482004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8849
8850 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8851 and "Regressions since gdb 5.3.". Add known regressions since
8852 gdb 6.0.
8853
90aeadfc
DC
88542004-03-16 David Carlton <carlton@kealia.com>
8855
8856 * dwarf2read.c (process_structure_scope): Process children even
8857 when we're a declaration.
8858
73912b9b
AC
88592004-03-16 Andrew Cagney <cagney@redhat.com>
8860
8861 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8862 * blockframe.c (find_pc_partial_function)
8863 (find_pc_sect_partial_function): Merge into a single
8864 find_pc_partial_function.
8865
283accbc
MK
88662004-03-16 Mark Kettenis <kettenis@gnu.org>
8867
8868 * i386bsd-nat.c: s/regno/regnum/g.
8869 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8870 FP0_REGNUM.
8871 (store_inferior_registers): Likewise.
8872
f5b1afdf
MK
88732004-03-16 Mark Kettenis <kettenis@gnu.org>
8874
8875 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8876 of i387_fill_fsave.
8877 (store_inferior_registers): Call i387_collect_fsave and
8878 i387_collect_fxsave instead of i387_fill_fsave and
8879 i387_fill_fxsave.
8880
41fe5eb3
AC
88812004-03-15 Andrew Cagney <cagney@redhat.com>
8882
8883 * Makefile.in (frame-unwind.o): Update dependencies.
8884 * frame-unwind.c: Include "gdb_obstack.h".
8885 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8886 parameter.
8887 (append_predicate): Delete function.
8888 (struct frame_unwind_table_entry): New structure.
8889 (struct frame_unwind_table): Replace "sniffer" with "head" and
8890 "tail".
8891 (frame_unwind_append_sniffer): Update.
8892 (frame_unwind_find_by_frame): Update.
8893 (_initialize_frame_unwind): Registe frame_unwind_init using
8894 gdbarch_data_register_pre_init.
8895
3f63813d
MK
88962004-03-15 Mark Kettenis <kettenis@gnu.org>
8897
8898 * i386bsd-nat.c: Update copyright year.
8899 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8900 define unconditionally.
8901
3248c325 89022004-03-15 Mark Kettenis <kettenis@gnu.org>
63b6c53f
MK
8903
8904 * i387-tdep.h (i387_collect_fsave): New prototype.
8905 * i387-tdep.c (i387_collect_fsave): New function containing most
8906 of the code from i387_fill_fsave.
3248c325 8907 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 8908
871fbe6a
MK
89092004-03-15 Mark Kettenis <kettenis@gnu.org>
8910
8911 * i386-linux-tdep.c: Update copyright year.
8912 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8913 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8914 svr4_ilp32_link_map_offsets instead of
8915 i386_linux_svr4_fetch_link_map_offsets.
8916
8176b9b8
DC
89172004-03-15 David Carlton <carlton@kealia.com>
8918
8919 Fix for PR c++/1553:
8920 * dwarf2read.c (read_structure_type): Determine type name by
8921 calling determine_class_name.
8922 (determine_class_name): New.
8923 (determine_prefix): Look at TYPE_TAG_NAME and call
8924 determine_class_name when appropriate.
8925 (determine_prefix_aux, class_name): Delete.
9d58e29d 8926 (read_namespace): Set die->type.
8176b9b8 8927
fe8bf7d7
KB
89282004-03-15 Kevin Buettner <kevinb@redhat.com>
8929
8930 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8931 unused macro definition. The definition in target.h (or perhaps
8932 elsewhere) takes precedence.
8933
ed6edd9b
AC
89342004-03-15 Andrew Cagney <cagney@redhat.com>
8935
f9be684a
AC
8936 * ppc-tdep.h: Update copyright.
8937 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8938 function signatures to match "regsets.h".
8939 * ppc-linux-tdep.c: Include "regset.h".
8940 (ELF_GREGSET_SIZE): Delete.
8941 (right_supply_register): New function.
8942 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8943 using right_supply_register.
8944 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8945 functions.
8946 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8947 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8948 (_initialize_ppc_linux_tdep): Do not register
8949 ppc_linux_regset_core_fns.
8950 (ppc_linux_regset_from_core_section): Replace
8951 fetch_core_registers.
8952 (ppc_linux_regset_core_fns): Delete.
8953 * ppc-linux-nat.c: (right_fill_reg): New function.
8954 (supply_gregset): Update call to ppc_linux_supply_gregset.
8955 (fill_gregset): Clear the register set, use right_fill_reg.
8956 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8957 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8958
ed6edd9b
AC
8959 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8960 unsigned.
8961
030f20e1
AC
89622004-03-15 Andrew Cagney <cagney@redhat.com>
8963
8964 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8965 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8966 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8967 and register_gdbarch_data.
8968 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8969 (struct gdbarch_data): Replace "init" by "pre_init" and
8970 "post_init".
8971 * gdbarch.h, gdbarch.c: Re-generate.
8972 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8973 with"obstack", use OBSTACK_ZALLOC.
8974 (dwarf2_frame_ops): Delete.
8975 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8976 (dwarf2_frame_init_reg): Use gdbarch_data.
8977 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 8978 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
8979 (_initialize_svr4_solib): Update.
8980 * user-regs.c (_initialize_user_regs): Update.
8981 * reggroups.c (_initialize_reggroup): Update.
8982 * regcache.c (_initialize_regcache): Update.
8983 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8984 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8985 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8986 * frame-unwind.c (_initialize_frame_unwind): Update.
8987 * frame-base.c (_initialize_frame_base): Update.
8988 * user-regs.c (user_reg_add): Update.
8989 * reggroups.c (reggroup_add): Update.
8990 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8991 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8992 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8993 * frame-base.c (frame_base_table): Update.
8994 * remote.c (_initialize_remote): Update.
8995 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 8996
3111a3fc
AC
89972004-03-15 Andrew Cagney <cagney@redhat.com>
8998
8999 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
9000
5ecb7103
KB
90012004-03-15 Kevin Buettner <kevinb@redhat.com>
9002
9003 * Makefile.in (frv-linux-tdep.o): Add dependencies.
9004 * frv-linux-tdep.c: New file.
9005 * frv-tdep.c (struct gdbarch_tdep): Add new field
9006 ``sigcontext_reg_addr''.
9007 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
9008 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
9009 (frv_sigramp_frame_sniffer): New functions.
9010 (frv_sigtramp_frame_unwind): New static global.
9011 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
9012 sniffers.
9013 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
9014 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
9015
1ccda5e9
KB
90162004-03-15 Kevin Buettner <kevinb@redhat.com>
9017
9018 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
9019 but not via a call to error(), when unable to read memory.
9020
b375a0a5
KB
90212004-03-15 Kevin Buettner <kevinb@redhat.com>
9022
9023 * frv-tdep.c (frv_call_dummy_words): Delete.
9024 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
9025
4fdf6121
AC
90262004-03-15 Andrew Cagney <cagney@redhat.com>
9027
9028 * infrun.c (handle_step_into_function, step_over_function): Only
9029 update and use STEP_FRAME_ID when the system is using legacy
9030 frames. Update comments.
9031
34021503
MK
90322004-03-14 Mark Kettenis <kettenis@gnu.org>
9033
187e21d1
MK
9034 * amd64-linux-tdep.h: Remove file.
9035 * amd64-linux-tdep.c: Don't include "inferior.h" and
9036 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
9037 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
9038 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
9039 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
9040 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
9041 macros.
9042 (user_to_gdb_regmap): Remove variable.
9043 (amd64_linux_gregset_reg_offset): New variable.
9044 (amd64_core_fns): Remove variable.
9045 (fetch_core_registers): Remove function.
9046 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
9047 functions.
9048 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
9049 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
9050 * Makefile.in (amd64_linux_tdep_h): Remove.
9051 (amd64-linux-nat.o): Update dependencies.
9052 (amd64-linux-tdep.o): Update dependencies.
9053
99679982
MK
9054 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
9055 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
9056 functions.
9057 (fetch_inferior_registers, store_inferior_registers): Rewrite.
9058
34021503
MK
9059 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
9060 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
9061
134d01f1
DJ
90622004-03-14 Daniel Jacobowitz <drow@mvista.com>
9063
9064 * dwarf2read.c (read_structure_type): Rename from
8718a420 9065 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
9066 Return immediately if die->type is set. Call read_type_die before
9067 dwarf2_add_member_fn.
9068 (process_structure_scope): New function.
9069 (read_enumeration_type, process_enumeration_scope): New functions,
9070 broken out from read_enumeration. Don't create the enumeration
9071 type if it has already been created.
9072 (read_enumeration): Removed.
9073 (process_die): Call read_structure_type, process_structure_scope,
9074 read_enumeration_type, and process_enumeration_scope. Just call
9075 new_symbol for base and subrange types. Add a comment about other
9076 type dies.
9077 (read_type_die): Call read_enumeration_type.
9078 (add_partial_structure, new_symbol): Update comments.
9079
65760afb
SC
90802004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9081
9082 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
9083
10f59415
SC
90842004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9085
9086 * tui/tui-win.h (tui_get_cmd_list): Declare.
9087 * tui/tui-win.c (tui_command): New function.
9088 (tui_get_cmd_list): New function.
9089 (_initialize_tui_win): Moved initialization of tui command in
9090 tui_get_cmd_list.
9091
9092 * tui/tui-data.c (init_content_element): Setup new data members.
9093 (init_win_info): Likewise.
9094 (free_content_elements): Free it.
9095 * tui/tui-data.h (struct tui_data_element): Store the register
9096 content to print.
9097 (struct tui_data_info): Keep the current register group.
9098
9099 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
9100
9101 * tui/tui-regs.h (tui_show_registers): Update prototype.
9102 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
9103 (tui_resize_all): No need to calculate anything for register window.
9104 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
9105 (tui_set_register_element, tui_set_general_regs_content): Remove.
9106 (tui_set_special_regs_content): Remove.
9107 (tui_set_general_and_special_regs_content): Remove.
9108 (tui_set_float_regs_content): Remove.
9109 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
9110 (tui_set_regs_content): Remove.
9111 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
9112 (tui_v_show_registers_command_support): Remove.
9113 (tui_show_registers): Use a reggroup to specify the registers to show.
9114 (tui_show_register_group): New function.
9115 (tui_display_registers_from): Compute the layout of register window
9116 and refresh with new API; be sure to delete old register windows.
9117 (tui_check_register_values): Update to use tui_get_register and
9118 tui_display_data.
9119 (tui_display_register): Just refresh the register window part.
9120 (tui_register_format): Format registers and save in tui_data_element.
9121 (tui_get_register): New to combine tui_reg_value_has_changed and
9122 tui_get_register_raw_value; fix to use the new gdb API.
9123 (tui_show_float_command): Renamed tui_reg_float_command.
9124 (tui_show_general_command): Renamed tui_reg_general_command.
9125 (tui_show_special_command): Renamed tui_reg_system_command.
9126 (_initialize_tui_regs): Remove unused commands.
9127
c3364ea4
MK
91282004-03-13 Mark Kettenis <kettenis@gnu.org>
9129
27d1e716
MK
9130 * NEWS (New native configurations): Mention OpenBSD/amd64.
9131
c3364ea4
MK
9132 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
9133 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
9134 Remove defines.
9135 * config/i386/nm-fbsd64.h: Likewise.
9136 * config/i386/nm-obsd.h: Likewise.
9137 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
9138 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
9139
b2d6d697
KB
91402004-03-12 Kevin Buettner <kevinb@redhat.com>
9141
9142 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
9143 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
9144 New constants.
9145
76e43199
KB
9146 From Richard Sandiford <rsandifo@redhat.com>:
9147 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
9148
34ce532e
KB
91492004-03-12 Kevin Buettner <kevinb@redhat.com>
9150
9151 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
9152 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
9153 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
9154 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
9155 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
9156 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
9157 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
9158 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
9159 definitions from frv-tdep.c to frv-tdep.h.
9160
c4d10515
KB
91612004-03-12 Kevin Buettner <kevinb@redhat.com>
9162
9163 Add shared library support for FR-V FDPIC ABI:
9164 * Makefile.in (solib-frv.o): Add dependencies.
9165 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
9166 New functions.
9167 (frv_push_dummy_call): Add support for FDPIC ABI.
9168 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
9169 for FDPIC ABI.
9170 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
9171 (frv_fdpic_find_canonical_descriptor): Declare.
9172 * solib-frv.c: New file.
9173 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
9174 * config/frv/tm-frv.h (solib.h): Include.
9175
ed1bd989
KB
91762004-03-12 Kevin Buettner <kevinb@redhat.com>
9177
9178 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
9179 (frv-tdep.o): Update dependencies.
9180 * frv-tdep.h: New file.
9181 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
9182 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
9183 constants.
9184 (struct gdbarch_tdep): Add new member ``frv_abi''.
9185 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
9186 functions.
9187 (new_variant): Set ``frv_abi'' field.
9188 (gdb_arch_init): Detect FDPIC executables.
9189
82b38f72
MK
91902004-03-12 Mark Kettenis <kettenis@gnu.org>
9191
9192 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
9193 wrapper.
9194
db1ea9ba
AC
91952004-03-11 Andrew Cagney <cagney@redhat.com>
9196
9197 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
9198
f8766ec1
KB
91992004-03-11 Kevin Buettner <kevinb@redhat.com>
9200
9201 * solist.h (master_so_list): New function.
9202 * solib.c (master_so_list): Likewise.
9203 * solib-svr4.c (enable_break): Iterate over so_list entries
9204 obtained from master list instead of entries obtained directly
9205 via svr4_current_sos().
9206
523f6a27
BE
92072004-03-10 Ben Elliston <bje@gnu.org>
9208
9209 * MAINTAINERS: Update my mail address.
9210
37814c18
KI
92112004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9212
9213 * remote-m32r-sdi.c: Support hardware watchpoint.
9214
8b9740d8
DJ
92152004-03-09 Daniel Jacobowitz <drow@mvista.com>
9216
9217 * user-regs.c: Update copyright years.
9218 (struct user_regs): Rename to gdb_user_regs.
9219 (append_user_reg, builtin_user_regs, user_regs_init)
9220 (user_reg_add, user_reg_map_name_to_regnum)
9221 (usernum_to_user_reg): Update.
9222
4bb7a0a7
DJ
92232004-03-09 Daniel Jacobowitz <drow@mvista.com>
9224
9225 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
9226 (skip_children): New functions.
9227 (locate_pdi_sibling): Call skip_children.
9228
44e1a9eb
DJ
92292004-03-09 Daniel Jacobowitz <drow@mvista.com>
9230
9231 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
9232 * gdbtypes.c (check_typedef): Update comments.
9233
f3dd6933
DJ
92342004-03-09 Daniel Jacobowitz <drow@mvista.com>
9235
9236 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
9237 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
9238 pointer. Update comment about comp_unit_head.
9239 (struct abbrev_info): Shorten two int flags.
9240 (dwarf_alloc_abbrev): Take a CU argument.
9241 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
9242 each time through the loop. Update cleanup argument.
9243 (psymtab_to_symtab_1): Update cleanup call.
9244 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
9245 abbrev_obstack.
9246 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
9247 Just call obstack_free and clear the pointer.
9248
b40c7d58
DJ
92492004-03-09 Daniel Jacobowitz <drow@mvista.com>
9250
9251 * infrun.c (handle_inferior_event): Remove short-circuit code for
9252 events in a different thread.
9253
333dabeb
DJ
92542004-03-09 Daniel Jacobowitz <drow@mvista.com>
9255
9256 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
9257 print the whole transfer.
9258 (initialize_targets): Update description of "set debug target".
9259
aa17d93e
DJ
92602004-03-09 Daniel Jacobowitz <drow@mvista.com>
9261
9262 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
9263
0b71f08f
NW
92642004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
9265
9266 * MAINTAINERS (write after approval): Add myself.
9267
3930f270
CV
92682004-03-08 Corinna Vinschen <vinschen@redhat.com>
9269
9270 * sh-tdep.c (sh_print_registers_info): Use for loop.
9271 Don't skip multiple registers when a float register is encountered.
9272
a2b4a96c
CV
92732004-03-08 Corinna Vinschen <vinschen@redhat.com>
9274
9275 Fix PR tdep/1291.
9276 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
9277 to official SH documentation.
9278
f15a4bc0
AC
92792004-03-07 Andrew Cagney <cagney@redhat.com>
9280
9281 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
9282 unused function.
9283
9498281f
DJ
92842004-03-07 Daniel Jacobowitz <drow@mvista.com>
9285
9286 * arm-tdep.c (thumb_get_next_pc): Handle BX.
9287 (arm_get_next_pc): Handle BX and BLX.
9288
449e1137
AC
92892004-03-07 Andrew Cagney <cagney@redhat.com>
9290
eded0a31
AC
9291 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
9292 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
9293 HPPA_SP_REGNUM.
9294 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
9295 (hppa_target_read_fp): Delete.
9296 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
9297 register_virtual_size, max_register_raw_size,
9298 max_register_virtual_size, register_byte, register_size,
9299 target_read_fp, fp_regnum, and register_bytes. Set register_type
9300 instead of register_virtual_type.
9301 (hppa32_register_type, hppa64_register_type): Replace
9302 hppa32_register_virtual_type and hppa64_register_virtual_type.
9303 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
9304 (HPPA_FP_REGNUM): Define.
9305
f5f907e2
AC
9306 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
9307
69b4bbe4
AC
9308 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
9309 (pa_do_registers_info): Delete.
9310 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 9311 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 9312 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 9313
78161e48
AC
9314 * infcall.c (legacy_push_dummy_code): Delete #ifdef
9315 GDB_TARGET_IS_HPPA code.
9316 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 9317 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
9318 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
9319 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
9320 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
9321 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
9322 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 9323 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
9324 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
9325 (hppa_frameless_function_invocation, hppa64_store_return_value)
9326 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 9327 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 9328 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 9329 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
9330 (find_proc_framesize, deposit_21, restore_pc_queue)
9331 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 9332 (rp_saved, pc_in_linker_stub): Delete.
78161e48 9333
782eae8b
AC
9334 Unconditionally enable 64-bit frame and ABI code.
9335 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
9336 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
9337 push_dummy_frame, fix_call_dummy, push_arguments,
9338 call_dummy_location, extract_return_value, use_struct_convention,
9339 store_return_value, store_struct_return, saved_pc_after_call,
9340 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
9341 frame_chain, frame_chain_valid, frameless_function_invocation,
9342 frame_saved_pc, and pop_frame.
78161e48 9343
449e1137
AC
9344 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
9345 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
9346 (hppa_gdbarch_init): Do not set PC_REGNUM.
9347
12507572
MK
93482004-03-06 Mark Kettenis <kettenis@gnu.org>
9349
9350 * config/alpha/tm-fbsd.h: Remove file.
9351 * config/alpha/fbsd.mt: Tweak comment.
9352 (TM_FILE): Set to tm-alpha.h.
9353
c107cc1b
AC
93542004-03-05 Andrew Cagney <cagney@redhat.com>
9355
9356 * infrun.c (step_over_function): When non-legacy code, and no
9357 step_frame_id, use the unwinder to get the caller's frame ID.
9358
f2e7c15d
MK
93592004-03-05 Mark Kettenis <kettenis@gnu.org>
9360
8b0c3633
MK
9361 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
9362 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
9363 bfd_arch_unknown. Adjust comment.
9364
f2e7c15d
MK
9365 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
9366 * i386obsd-tdep.c: Correct spelling in comment.
9367 * i386nbsd-tdep.c: Correct spelling in comment.
9368 * sparc-tdep.c: Correct spelling in comments.
9369
1198ecbe
DC
93702004-03-05 David Carlton <carlton@kealia.com>
9371
9372 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
9373 bug.
9374
9eb42ed1
MK
93752004-03-05 Mark Kettenis <kettenis@gnu.org>
9376
9377 * sparc-tdep.c: Fix typo in comment.
9378
52b5e991
JB
93792004-03-04 J. Brobecker <brobecker@gnat.com>
9380
9381 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
9382
d8151005
DJ
93832004-03-04 Daniel Jacobowitz <drow@mvista.com>
9384
9385 * dwarf2read.c: Add comment describing memory lifetimes.
9386 (struct dwarf2_pinfo): Update comment.
9387 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
9388 (read_enumeration, new_symbol): Don't use obsavestring.
9389
cbeae229
MK
93902004-03-04 Mark Kettenis <kettenis@gnu.org>
9391
722d18c2
MK
9392 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
9393 instead of amd64_fill_fxsave.
9394 * amd64bsd-nat.c (store_inferior_registers): Likewise.
9395 * amd64fbsd-nat.c (fill_fpregset): Likewise.
9396
cbeae229
MK
9397 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
9398 Reorganize code a bit.
9399
b4206d25
OF
94002004-03-04 Orjan Friberg <orjanf@axis.com>
9401
9402 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
9403 when the frame pointer is pushed. Don't set the frame pointer's
9404 address on the stack unless it's actually located there.
b4206d25
OF
9405 Set the SRP's address on the stack correctly when the PC is still in
9406 the prologue.
9407 (cris_return_value): New function.
9408 (cris_gdbarch_init): Clear deprecated store_return_value,
9409 extract_return_value.
9410
49b0b195
JB
94112004-03-02 Jim Blandy <jimb@redhat.com>
9412
9413 * stabsread.c (reg_value_complaint): The maximum register number
9414 is one less than the number of registers.
9415
e9ff708b
AC
94162004-03-02 Andrew Cagney <cagney@redhat.com>
9417
9418 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
9419 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
9420 trailing comma and redundant assignment of I386_ST0_REGNUM.
9421 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
9422 32-bit segment registers.
9423
d4715e41
AC
94242004-03-01 Andrew Cagney <cagney@redhat.com>
9425
9426 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
9427 use frame_relative_level and get_next_frame.
9428
3ce2bf18
AC
94292004-02-29 Andrew Cagney <cagney@redhat.com>
9430
9431 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
9432 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
9433 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
9434 Delete macro.
9435
2da6aac3
DJ
94362004-02-29 Daniel Jacobowitz <drow@mvista.com>
9437
9438 * inflow.c (terminal_inferior): Don't give up the terminal if we
9439 previously couldn't get the inferior's terminal state.
9440
6ba34a8d
DJ
94412004-02-29 Daniel Jacobowitz <drow@mvista.com>
9442
9443 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
9444 PC_REGNUM.
9445
faae5abe
AC
94462004-02-28 Andrew Cagney <cagney@redhat.com>
9447
9448 * NEWS: Refer to GDB 6.1.
9449 * README: Refer to GDB 6.1.
9450 * PROBLEMS: Refer to GDB 6.1.
9451
2227a3c5
DJ
94522004-02-28 Daniel Jacobowitz <drow@mvista.com>
9453
9454 * thread-db.c (disable_thread_signals): Remove unused function.
9455
80571bff
MK
94562004-02-28 Mark Kettenis <kettenis@gnu.org>
9457
041bd74b
MK
9458 * amd64-nat.c: Include "gdb_string.h".
9459 (amd64_collect_native_gregset): Zero-extend the 32-bit
9460 general-purpose registers and %eip.
9461
3c017e40
MK
9462 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
9463 * amd64-tdep.c (amd64_collect_fxsave): New function.
9464 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
9465
80571bff
MK
9466 * i387-tdep.h: Update copyright year.
9467 (i387_collect_fxsave): New prototype.
9468 * i387-tdep.c: Update copyright year.
9469 (i387_collect_fxsave): New function containing most of the code
9470 from i387_fill_fxsave.
9471 (i387_fill_fxsave): Call i387_collect_fxsave.
9472
50d71875
AC
94732004-02-28 Andrew Cagney <cagney@redhat.com>
9474
9475 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
9476 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
9477
4a28816e
MK
94782004-02-28 Mark Kettenis <kettenis@gnu.org>
9479
9480 * amd64-tdep.c (amd64_frame_cache): Fix comment.
9481
dbda9972
AC
94822004-02-28 Andrew Cagney <cagney@redhat.com>
9483
9484 * utils.c: Use "", instead of <>, to include readline.
9485 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
9486 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
9487 * source.c, solib.c, exec.c, event-top.c: Ditto.
9488 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
9489 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
9490 * Makefile.in: Update all dependencies.
9491 (readline_tilde_h, readline_history_h): Define.
9492 (readline_headers): Delete.
9493
83277a99
MK
94942004-02-28 Mark Kettenis <kettenis@gnu.org>
9495
91ae4303
MK
9496 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
9497 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
9498 "config/i386/tm-lx64.h".
9499
83277a99
MK
9500 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
9501 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
9502 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
9503
6e1d7d6c
AC
95042004-02-28 Andrew Cagney <cagney@redhat.com>
9505
ecc9ac84
AC
9506 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
9507
6e1d7d6c
AC
9508 * breakpoint.c (_initialize_breakpoint): Use
9509 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
9510 Add help to show command.
9511
9671aeef
MK
95122004-02-28 Mark Kettenis <kettenis@gnu.org>
9513
7fa2737c
MK
9514 * i386-nat.c: Reformat to be closer to coding standards.
9515 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
9516 `retval'. Make variables `align' and `size' local to while-loop.
9517 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
9518 (_initialize_i386_nat): New prototype.
9519
9671aeef
MK
9520 * tui/tui.c: Include <readline/readline.h> instead of
9521 "readline/readline.h". Include it after <term.h> and
9522 "gdb_curses.h".
9523
fca7aa43
AC
95242004-02-27 Andrew Cagney <cagney@redhat.com>
9525
412275d5
AC
9526 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
9527 the new frame unwind code.
9528 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
9529 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
9530 PCOQ_HEAD_REGNUM.
9531
fca7aa43
AC
9532 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
9533 "return_value" and "push_dummy_call".
9534 (hppa32_use_struct_convention): Delete unused function.
9535 (hppa32_store_return_value): Delete unused function.
9536 (hppa32_extract_return_value): Delete unused function.
9537 (hppa32_stack_align): Delete function.
9538
e6a8a7d2
EZ
95392004-02-27 Eli Zaretskii <eliz@elta.co.il>
9540
9541 * coffread.c (enter_linenos): Don't let rawptr reference memory
9542 outside linetab[]'s limits.
9543
1797a8f6
AC
95442004-02-27 Andrew Cagney <cagney@redhat.com>
9545
9546 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
9547 inferior stack space - the stack needs to grow upwards.
9548 (hppa32_frame_align): New function.
9549 (hppa64_frame_align): Replace hppa_frame_align.
9550 (hppa_gdbarch_init): Update.
9551
2e4b5889
OF
95522004-02-26 Orjan Friberg <orjanf@axis.com>
9553
9554 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
9555 (dwarf2-frame.h): Include.
9556 (enum cris_regnums): New enum CRIS_FP_REGNUM.
9557 Remove static variables related to ABI setting.
9558 (struct gdbarch_tdep): Remove cris_abi member.
9559 (struct frame_extra_info): Remove.
9560 (cris_unwind_cache, stack_item): New structs.
9561 (cris_frame_unwind, cris_frame_base): New variables.
9562 (push_stack_item, pop_stack_item)
9563 (cris_frame_unwind_cache, cris_frame_this_id)
9564 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
9565 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
9566 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
9567 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
9568 (cris_reg_struct_has_addr): New functions.
9569 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 9570 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
9571 (cris_store_struct_return, cris_frameless_function_invocation)
9572 (cris_pop_frame, cris_skip_prologue_main)
9573 (cris_abi_original_store_return_value)
9574 (cris_abi_v2_store_return_value)
9575 (cris_abi_original_extract_return_value)
9576 (cris_abi_v2_extract_return_value)
9577 (cris_abi_original_reg_struct_has_addr)
9578 (cris_abi_v2_reg_struct_has_addr)
9579 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
9580 (cris_push_return_address, cris_abi_update): Remove.
9581 (_initialize_cris_tdep): Remove ABI command.
9582 (cris_dump_tdep): Ditto.
8718a420 9583 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
9584 Set store_return_value, extract_return_value, push_dummy_code,
9585 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
9586 frame_unwind_append_sniffer, frame_base_set_default.
9587 Clear deprecated init_frame_pc, push_arguments, store_return_value,
9588 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
9589 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 9590 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
9591 init_extra_frame_info, frameless_function_invocation, frame_chain,
9592 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
9593 dummy_write_sp.
8718a420 9594
6b9acc27
JJ
95952004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9596
9597 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
9598 * valprint.c (print_hex_chars): Change from static to external.
9599 (print_char_chars): New function.
9600 * printcmd.c (print_scalar_formatted): For integer and enum types
9601 that are longer than LONGEST, perform processing via appropriate
9602 print_*_chars routines.
9603
a431654a
AC
96042004-02-26 Andrew Cagney <cagney@redhat.com>
9605
9606 * Makefile.in: Update dependencies.
9607 Changes from Ulrich Weigand,
9608 * s390-tdep.c: Include "dwarf2-frame.h".
9609 (s390_dwarf2_frame_init_reg): New function.
9610 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9611 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
9612
fa8d40ab
JJ
96132004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9614
9615 * breakpoint.c (pending_break_support): New setting variable.
9616 (break_command_1): Account for pending_break_support setting
9617 when creating pending breakpoints.
9618 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9619 (_initialize_breakpoint): Add "set breakpoint pending" and
9620 "show breakpoint pending" commands.
9621
0dcd613f
AC
96222004-02-26 Andrew Cagney <cagney@redhat.com>
9623
9624 Fix PR i18n/1570.
9625 * charset.c (backslashable, backslashed, represented): Remove 'e'
9626 from list of escaped characters, not part of ISO-C.
9627
479272a3
JB
96282004-02-25 J. Brobecker <brobecker@gnat.com>
9629
9630 From Peter Schauer <schauer@pdf.de>:
9631 * tui/tui.c: Move system header includes after local includes.
9632 Fixes a build failure on solaris systems.
9633
7613d933
JB
96342004-02-25 J. Brobecker <brobecker@gnat.com>
9635
9636 * configure.in: Refine the previous change.
9637 * configure: Regenerate.
9638
9c1488cb
MK
96392004-02-25 Mark Kettenis <kettenis@gnu.org>
9640
9641 * amd64-tdep.h: Renamed from x86-64-tdep.h.
9642 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
9643 "amd64-tdep.h" instead of "x86-64-tdep.h".
9644 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9645 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9646 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
9647 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9648 and "x86-64-tdep.c".
9649 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
9650 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9651 and "x86-64-tdep.c".
9652 * amd64bsd-nat.c: Update copyright year.
9653 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9654 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9655 "x86-64-tdep.h".
9656 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9657 "x86-64-tdep.h".
9658 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9659 "x86-64-tdep.h".
9660 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9661 "x86-64-tdep.h".
9662 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9663 "x86-64-tdep.h".
9664 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9665 "x86-64-tdep.h".
8718a420 9666 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
9667 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9668 * Makefile.in (amd64_linux_tdep_h): Renamed from
9669 x86_64_linux_tdep_h.
9670 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9671 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9672 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9673 (amd64obsd-tdep.o): Update dependencies.
9674 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9675 dependencies.
9676 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9677 dependencies.
9678 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9679 amd64-linux-nat.c amd64-linux-tdep.c.
9680 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9681 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9682 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9683 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9684 amd64-tdep.o and amd64-linux-tdep.o.
9685 (TM_FILE): Set to tm-linux64.h.
9686 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9687 (NAT_FILE): Set to nm-linux64.h.
9688 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9689 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9690 amd64-tdep.o.
9691 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9692 amd64-tdep.o.
9693 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9694 amd64-tdep.o.
9695
4b8dad4a
RM
96962004-02-25 Roland McGrath <roland@redhat.com>
9697
9698 * remote.c (remote_protocol_qPart_auxv): New variable.
9699 (init_all_packet_configs): Initialize it.
9700 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9701 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9702 (show_remote_cmd): Call it.
9703 (_initialize_remote): Initialize commands.
9704 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9705 service TARGET_OBJECT_AUXV requests.
9706
66745969
JB
97072004-02-25 J. Brobecker <brobecker@gnat.com>
9708
9709 * configure.in: Make sure that the wborder function is available.
9710 Otherwise, search for it in the cur_colr library.
9711 * configure: Regenerate.
9712
79508e1e
AC
97132004-02-25 Andrew Cagney <cagney@redhat.com>
9714
9715 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9716
571ee600
MK
97172004-02-25 Mark Kettenis <kettenis@gnu.org>
9718
9719 * config/i386/tm-x86-64linux.h: Tweak comments.
9720
2b1b322f 97212004-02-25 Richard Sandiford <rsandifo@redhat.com>
ad74788f
RS
9722
9723 * MAINTAINERS: Add self to write-after-approval list.
9724
4d2acc65
AC
97252004-02-25 Andrew Cagney <cagney@redhat.com>
9726
4b8dad4a 9727 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
9728 * cli/cli-script.c (execute_control_command): Unconditionally
9729 install a cleanup. Default "ret" to "invalid_control". Use
9730 "break" instead of "return" to escape from the switch.
9731
4cfcaf21
JB
97322004-02-24 J. Brobecker <brobecker@gnat.com>
9733
9734 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9735 with the lines macro defined in term.h on AiX.
9736 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9737 a collision with the label_width macro defined in term.h on AiX.
9738
54a5c8d8
KB
97392004-02-23 David Mosberger <davidm@hpl.hp.com>
9740
9741 Committed by Kevin Buettner <kevinb@redhat.com>.
9742
9743 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9744 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9745 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9746 instead of ia64_write_pc().
9747 * ia64-linux-tdep.c (regcache.h): Include.
9748 (ia64_linux_write_pc): New function.
4b8dad4a 9749
8a1dac83
RM
97502004-02-23 Roland McGrath <roland@redhat.com>
9751
9752 * auxv.c (info_auxv_command): Fix typos in error messages.
9753
90f90721
MK
97542004-02-23 Mark Kettenis <kettenis@gnu.org>
9755
8a1dac83 9756 * x86-64-tdep.h: Tweak comment.
90f90721
MK
9757 (enum amd64_regnum): New.
9758 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9759 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9760 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9761 (X86_64_XMM1_REGNUM): Removed.
9762 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9763 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9764 prototypes for renamed functions.
9765 * x86-64-tdep.c: Fix typo.
9766 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9767 register numbers.
9768 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9769 Use constants from `enum amd64_regnum' for register numbers.
9770 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9771 (amd64_analyze_prologue, amd64_frame_cache,
9772 amd64_sigtramp_frame_cache): Use constants from `enum
9773 amd64_regnum' for register numbers.
9774 (amd64_supply_fpregset): Adjust for renamed functions.
9775 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9776 `enum amd64_regnum' for register numbers.
9777 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9778 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9779 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9780 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9781 (amd64_linux_fill_gregset): Adjust for renamed macros.
9782 (fetch_core_registers): Adjust for renamed functions.
9783 (amd64_linux_init_abi): Adjust for renamed functions.
9784 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9785 renamed functions.
9786 * amd64-nat.c: Adjust for renamed macros.
9787 * amd64bsd-nat.c (fetch_inferior_registers)
9788 (store_inferior_registers): Use constants from `enum amd64_regnum'
9789 for register numbers. Adjust for renamed variables.
9790 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9791 renamed variables.
9792 (_initialize_amd64fbsd_nat): Use constants from `enum
9793 amd64_regnum' for register numbers.
9794 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9795 `enum amd64_regnum' for register numbers.
9796 (amd64fbsd_init_abi): Adjust for renamed functions.
9797 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9798 `enum amd64_regnum' for register numbers.
9799 (amd64nbsd_init_abi): Adjust for renamed functions.
9800 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9801 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9802 `enum amd64_regnum' for register numbers.
9803 (amd64obsd_init_abi): Adjust for renamed functions.
9804 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9805
d5479188
JJ
98062004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9807
9808 * breakpoint.c (print_one_breakpoint): Do not output spaces
9809 after printing <PENDING> for a pending breakpoint.
9810
81cb7cc9
JJ
98112004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9812
9813 * printcmd.c (print_scalar_formatted): Initialize val_long
9814 to remove compiler warning message.
9815
cbdeadca
JJ
98162004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9817
9818 * defs.h (nquery, yquery): New prototypes.
9819 * breakpoint.c (break_command_1): Use new nquery interface.
9820 * utils.c (defaulted_query, nquery, yquery): New functions.
9821
da6bab63
AC
98222004-02-23 Andrew Cagney <cagney@redhat.com>
9823
2f690297
AC
9824 * hppa-tdep.c (hppa_frame_align): New function.
9825 (hppa32_push_dummy_call): New function.
9826 (hppa64_push_dummy_call): New function.
9827 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9828 disabled.
8a1dac83 9829
da6bab63
AC
9830 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9831 FIX_CALL_DUMMY when push_dummy_call is available.
9832 (call_function_by_hand, push_dummy_code): Ditto.
9833
abf9b42d
AC
98342004-02-22 Andrew Cagney <cagney@redhat.com>
9835
9836 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9837 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9838 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9839 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9840 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9841 call_dummy_location to ON_STACK.
9842
10fc94a4
MK
98432004-02-22 Mark Kettenis <kettenis@gnu.org>
9844
51433e4b
MK
9845 * x86-64-linux-tdep.c: Tweak comment.
9846 (amd64_linux_supply_gregset): Renamed from
9847 x86_64_linux_supply_gresget.
9848 (amd64_linux_fill_gregset): Renamed from
9849 x86_64_linux_fill_gregset.
9850 (fetch_core_registers): Adjust for renamed functions.
9851 (amd64_core_fns): Renamed from x86_64_core_fns.
9852 (amd64_linux_sigtramp_start): Renamed from
9853 x86_64_linux_sigtramp_start.
9854 (amd64_linux_pc_in_sigtramp): Renamed from
9855 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9856 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9857 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9858 (amd64_linux_sigcontext_addr): Renamed from
9859 x86_64_linux_sigcontext_addr.
9860 (amd64_linux_sc_reg_offset): Renamed from
9861 x86_64_linux_sc_reg_offset.
9862 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9863 Adjust for renamed functions and variables.
9864 (_initialize_amd64_linux_tdep): Renamed from
9865 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9866 variables.
9867 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9868 Adjust for renamed functions.
9869
430eaf2e
MK
9870 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9871 from x86_64_linux_gregset64_reg_offset.
9872 (amd64_linux_gregset32_reg_offset): Rename from
9873 x86_64_linux_gregset64_reg_offset.
9874 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9875 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9876 (amd64_linux_dr_set_control): Renamed from
9877 x86_64_linux_dr_set_control. Adjust for renamed functions.
9878 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9879 Adjust for renamed functions.
9880 (amd64_linux_dr_reset_addr): Renamed from
9881 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9882 (amd64_linux_dr_get_status): Renamed from
9883 x86_64_linux_dr_get_status. Adjust for renamed functions.
9884 (_initialize_amd64_linux_nat): Renamed from
9885 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9886 functions.
9887 * config/i386/nm-x86-64linux.h: Update copyright year.
9888 Adjust for renamed functions.
9889
10fc94a4
MK
9890 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9891 amd64fbsd_sigtramp_start.
9892 (amd64fbsd_sigtramp_end_addr): Renamed from
9893 amd64fbsd_sigtramp_end.
9894 (amd64fbsd_init_abi): Adjust for renamed variables.
9895 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9896 variables.
9897 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9898 amd64fbsd_sigtramp_start.
9899 (amd64fbsd_sigtramp_end_addr): Renamed from
9900 amd64fbsd_sigtramp_end.
9901
343af405
AC
99022004-02-22 Andrew Cagney <cagney@redhat.com>
9903
537987fc
AC
9904 * hppa-tdep.c (hppa32_return_value): New function.
9905 (hppa64_return_value): New function.
9906 (hppa_gdbarch_init): Set return_value; keep disabled.
9907
fad850b2
AC
9908 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9909 struct-return and inferior function call methods.
9910
26d08f08
AC
9911 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9912 "frame-base.h".
9913 (struct hppa_frame_cache): Define.
9914 (hppa_frame_cache, hppa_frame_this_id): New functions.
9915 (hppa_frame_prev_register): New function.
9916 (hppa_frame_unwind, hppa_frame_base): New variables.
9917 (hppa_frame_unwind_sniffer): New function.
9918 (hppa_frame_base_address, hppa_unwind_pc): New function.
9919 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9920 sniffer, and frame base sniffer; keep disabled.
9921 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9922 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9923
e7d7bd65
AC
9924 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9925 to predicates for "seriously old code".
9926
e963316f
AC
9927 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9928 runtime if(0).
9929
56132691
AC
9930 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9931 unsigned.
9932 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 9933
343af405
AC
9934 * config/pa/tm-hppa.h: Update copyright.
9935 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9936 (deprecated_init_frame_pc_default): Delete declaration.
9937 (hppa_frame_init_saved_regs): Delete declaration.
9938 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9939 * hppa-tdep.c: Include "arch-utils.h".
9940 (hppa_gdbarch_init): Set deprecated init_frame_pc
9941 and deprecated frame_init_saved_regs.
9942 (hppa_frame_init_saved_regs): Make static.
9943
f5859b4d
MK
99442004-02-22 Mark Kettenis <kettenis@gnu.org>
9945
86f6f8e7 9946 Remove old 386BSD support.
cf7c5c23 9947 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
9948 * configure.host: Remove i[34567]86-*-bsd*.
9949 * configure.tgt: Remove i[34567]86-*-bsd*.
9950 * i386b-nat.c: Removed.
9951 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
9952 (i386b-nat.o): Remove dependencies.
9953
86f6f8e7
MK
9954 * config/i386/i386bsd.mh: Removed.
9955 * config/i386/i386bsd.mt: Removed.
9956 * config/i386/nm-i386bsd.h: Removed.
9957 * config/i386/tm-i386bsd.h: Removed.
9958 * config/i386/xm-i386bsd.h: Removed.
9959
971218cd
MK
9960 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9961
7e654c37
MK
9962 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9963 (amd64fbsd_init_abi): Set link map offsets.
9964 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9965 (amd64nbsd_init_abi): Set link map offsets.
9966 * amd64obsd-tdep.c: Include "solib-svr4.h".
9967 (amd64obsd_init_abi): Set link map offsets.
9968 * i386fbsd-tdep.c: Include "solib-svr4.h".
9969 (i386fbsd_init_abi): Set link map offsets.
9970 * i386nbsd-tdep.c: Include "solib-svr4.h".
9971 (i386nbsdelf_init_abi): Set link map offsets.
9972 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9973 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9974 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9975 solib-legacy.o and core-aout.o. Reformat.
9976 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9977 solib-svr4.o, solib-legacy.o. Reformat.
9978 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9979 * config/i386/nbsdelf.mh: Reformat.
9980 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9981 solib-svr4.o, solib-legacy.o and corelow.o.
9982 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9983 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9984 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9985 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9986 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9987 (TM_FILE): Set to tm-fbsd.h.
9988 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9989 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9990 solib-svr4.o.
9991 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9992 solib-svr4.o.
9993 (TM_FILE): Set to nm-nbsd.h.
9994 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9995 Simplify shared library support. Don't include "elf/common.h".
9996 (SVR4_SHARED_LIBS): Don't define.
9997 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9998 "solib.h".
9999 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
10000 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
10001 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
10002 Don't include "i386/tm-i386.h". Include "solib.h".
10003 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
10004 Don't include "i386/tm-i386.h".
10005 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
10006 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
10007 Include "i386/xm-i386.h".
10008 (HOST_LONG_DOUBLE_FORMAT): Remove.
10009
5d93ae8c
MK
10010 Fix OpenBSD/i386 sigtramp recognition.
10011 * i386-tdep.h: Update copyright year.
10012 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
10013 (i386bsd_sigtramp_end): New prototypes.
10014 (i386fbsd_sigtramp_start_addr): Renamed from
10015 i386fbsd_sigtramp_start.
10016 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10017 (i386obsd_sigtramp_start_addr): Renamed from
10018 i386obsd_sigtramp_start.
10019 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10020 * i386bsd-tdep.c: Update copyright year.
10021 (i386bsd_pc_in_sigtramp): Make public.
10022 * i386fbsd-nat.c: Update copyright year.
10023 (_initialize_i386fbsd_nat): Adjust for renamed variables.
10024 * i386fbsd-tdep.c: Update copyright year.
10025 (i386fbsd_sigtramp_start_addr): Renamed from
10026 i386fbsd_sigtramp_start.
10027 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10028 (i386fbsdaout_init_abi): Adjust for renamed variables.
10029 * i386obsd-nat.c: Update copyright year.
10030 (_initialize_i386obsd_nat): Adjust for renamed variables.
10031 * i386obsd-tdep.c: Include "target.h".
10032 (i386obsd_page_size): New variable.
10033 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
10034 (i386obsd_sigtramp_end): New functions.
10035 (i386obsd_sigtramp_start_addr): Renamed from
10036 i386obsd_sigtramp_start.
10037 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10038 (i386obsd_init_abi): Adjust for renamed variables. Set
10039 pc_in_sigtramp, sigtramp_start and sigtramp_end.
10040 * Makefile.in (i386obsd-tdep.o): Update dependencies.
10041
84d04465
MK
10042 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
10043 trampoline change in OpenBSD kernel.
10044
b053aceb
MK
10045 * amd64-nat.c: Update copyright year.
10046 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
10047 architecture from REGCACHE.
10048
f5859b4d
MK
10049 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
10050 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
10051
e4bbbda8
MK
100522004-02-21 Mark Kettenis <kettenis@gnu.org>
10053
ba361932
MK
10054 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
10055 i[34567]86-*-openbsd3.[0-3].
10056 * config/i386/obsdaout.mh: New file.
10057
d3e48264
MK
10058 * config/i386/obsd.mh (MH_FLAGS): Remove.
10059
60a6eeb6
MK
10060 Fix PR build/1549.
10061 * i386obsd-tdep.c: Update copyright years. Include
10062 "solib-svr4.h".
10063 (i386obsd_init_abi): Don't set regset_from_core_section here.
10064 (i386obsd_aout_init_abi): New function. Set
10065 regset_from_core_section here.
10066 (i386obsd_elf_init_abi): New function.
10067 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
10068 * Makefile.in (i386obsd-tdep.o): Update dependecies.
10069 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
10070 (TM_FILE): Set to tm-nbsd.h.
10071
10072 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
10073 solib-sunos.o.
10074
e4bbbda8
MK
10075 * solib-svr4.h: Update copyright year.
10076 (svr4_ilp32_fetch_link_map_offsets)
10077 (svr4_lp64_fetch_link_map_offsets): New prototype.
10078 * solib-svr4.c: Update copyright year.
10079 (svr4_ilp32_fetch_link_map_offsets)
10080 (svr4_lp64_fetch_link_map_offsets): New function.
10081
f6fe98ef
DJ
100822004-02-20 Daniel Jacobowitz <drow@mvista.com>
10083
10084 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
10085 to the partial symbol table.
10086
589ca796
JB
100872004-02-20 J. brobecker <brobecker@gnat.com>
10088
10089 * PROBLEMS: Add description of problem documented under gdb/1560.
10090
2031c21a
MK
100912004-02-20 Mark Kettenis <kettenis@gnu.org>
10092
30b344b1
MK
10093 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
10094 comments.
10095 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
10096 functions.
10097 (amd64obsd_init_abi): Reorder initializations. Use
10098 amd64obsd_r_reg_offset to initialize the general-purpose register
10099 set details. Set regset_from_core_section.
10100 (_initialize_amd64obsd_tdep): Rename from
10101 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
10102 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
10103 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
10104
2031c21a
MK
10105 * NEWS (New native configurations): Mention OpenBSD/alpha.
10106 * configure.tgt: Add alpha*-*-openbsd*.
10107 * configure.host: Add alpha*-*-openbsd*.
10108 * alphanbsd-tdep.c: Update copyright year.
10109 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
10110
42471775
AC
101112004-02-20 Andrew Cagney <cagney@redhat.com>
10112
10113 Fix PR tdep/1372.
10114 * configure.tgt: Delete target "none-*-*".
10115 * configure.host: Delete host "none-*-*".
10116 * config/none/none.mh: Delete file.
10117 * config/none/none.mt: Delete file.
10118 * config/none/xm-none.h: Delete file.
10119 * config/none/tm-none.h: Delete file.
10120 * config/none/nm-none.h: Delete file.
10121
960ccd7d
FF
101222004-02-19 Fred Fish <fnf@redhat.com>
10123
10124 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
10125 cache->uses_fp prior to setting it.
10126
5f883edd
FF
101272004-02-19 Fred Fish <fnf@redhat.com>
10128
10129 Fix for PR breakpoint/1558.
10130 * sh-tdep.c (IS_JSR): New macro.
10131 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
10132
f98c22d5
JB
101332004-02-19 Jim Blandy <jimb@redhat.com>
10134
10135 * findvar.c (value_from_register): Doc fix.
10136
95051d27
JJ
101372004-02-19 Jeff Johnston <jjohnstn@redhat.com>
10138
10139 * printcmd.c (print_scalar_formatted): Do not check for sizeof
10140 type being greater than sizeof of host's LONGEST. Always use
10141 unpack_long() unless format 'f' chosen.
10142
ccefbec3
EZ
101432004-02-19 Joel Brobecker <brobecker@gnat.com>
10144
10145 Committed by Elena Zannoni <ezannoni@redhat.com>
2ede629f 10146
ccefbec3
EZ
10147 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
10148 contains a symbol wich is the best, non-exact match for the given
10149 pc. Update comments.
10150
101512004-02-19 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 10152
2ede629f
EZ
10153 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
10154 macro, which was part of the now removed Mach 3 port.
10155 * utils.c (request_quit): Ditto.
10156
567ee972
MK
101572004-02-18 Mark Kettenis <kettenis@gnu.org>
10158
10159 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
10160 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
10161
50cca7bb
MK
101622004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10163
10164 Committed by Mark Kettenis <kettenis@gnu.org>.
10165
10166 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
10167 Define.
10168
226361c4
AC
101692004-02-18 Andrew Cagney <cagney@redhat.com>
10170
10171 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
10172 CONFIG_INSTALL and CONFIG_UNINSTALL.
10173 * configure: Re-generate.
10174 * interps.h (INTERP_TUI): Define.
10175 * Makefile.in: Update dependencies.
10176 (TUI): New macro.
10177 (tui-main.o): Specify dependencies.
10178 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
10179 * tui/tui-main.c: New file.
10180
49cfa46f
MK
101812004-02-18 Mark Kettenis <kettenis@gnu.org>
10182
e2879ccb
MK
10183 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
10184 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
10185 dependencies.
10186 * configure.host: Add x86_64-*-openbsd*.
10187 * configure.tgt: Add x86_64-*-openbsd*.
10188 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
10189
c43f4bec
MK
10190 * tui/tui.c: Don't include <malloc.h>.
10191
09ae75b6
MK
10192 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
10193 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
10194 amd64nbsd-tdep.c.
10195
49cfa46f 10196 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 10197 static. Remove extraneous whitespace.
49cfa46f
MK
10198 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
10199 static.
10200
05957fdb
JB
102012004-02-17 Jim Blandy <jimb@redhat.com>
10202
10203 * findvar.c (value_from_register): Doc fix.
10204
d0f54f9d
JB
102052004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10206
10207 Committed by Jim Blandy <jimb@redhat.com>.
e1457d83 10208
8a1dac83 10209 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
10210 CORE_ADDR as type for selectors. Correct types for GNU run time
10211 message lookup function to use double indirection.
10212 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
10213 * objc-lang.h (lookup_child_selector): Adapt prototype.
10214
9cbd5950
JB
10215 * s390-nat.c (SUBOFF): New macro.
10216 (supply_gregset, fill_gregset): Use it to handle debugging
10217 of 32-bit exectuables running under a 64-bit kernel.
10218 * s390-tdep.c: Include "solib-svr4.h".
10219 (s390_svr4_fetch_link_map_offset): New function.
10220 (s390x_svr_fetch_link_map_offset): Likewise.
10221 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
10222 * Makefile.in (s390-tdep.o): Update dependencies.
10223
a8c99f38
JB
10224 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
10225 "frame-unwind.h".
10226 (s390_readinstruction): Reformat. Use read_memory_nobpt.
10227 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
10228 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
10229 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
10230 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
10231 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 10232 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
10233 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
10234 (struct frame_extra_info): Remove.
10235 (s390_memset_extra_info): Remove.
f73b1eff
JB
10236 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
10237 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
10238 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
10239 (is_rse): Renamed to ...
10240 (is_rsy): ... this. Support long displacements.
10241 (is_rxe): Renamed to ...
10242 (is_rxy): ... this. Support long displacements.
10243 (compute_x_addr): Support long displacements.
10244 (struct s390_prologue_data): New data type.
10245 (s390_on_stack): Change API to use struct s390_prologue_data.
10246 (s390_store): Reimplement.
10247 (s390_load): New function.
10248 (s390_get_signal_frame_info): Remove.
10249 (s390_get_frame_info): Remove, replace by ...
10250 (s390_analyze_prolog): ... this new function.
10251 (s390_check_function_end): Remove.
10252 (s390_function_start): Remove.
10253 (s390_frameless_function_invokation): Remove.
10254 (s390_is_sigreturn): Remove.
10255 (s390_init_frame_pc_first): Remove.
10256 (s390_init_frame_extra_info): Remove.
10257 (s390_frame_init_saved_regs): Remove.
10258 (s390_frame_saved_pc_nofix): Remove.
10259 (s390_frame_saved_pc): Remove.
10260 (s390_frame_chain): Remove.
10261 (s390_fp_regnum, s390_read_fp): Remove.
10262 (s390_pop_frame_regular, s390_pop_frame): Remove.
10263 (s390_saved_pc_after_call): Remove.
10264 (s390_skip_prologue): Reimplement.
10265 (s390_in_function_epilogue_p): Support long displacements.
10266 (struct s390_unwind_cache): New data structure.
10267 (s390_frame_unwind_cache): New function.
10268 (s390_prologue_frame_unwind_cache): Likewise.
10269 (s390_backchain_frame_unwind_cache): Likewise.
10270 (s390_frame_this_id, s390_frame_prev_register): Likewise.
10271 (s390_frame_unwind): Define.
10272 (s390_frame_sniffer): New function.
10273 (struct s390_pltstub_unwind_cache): New data structure.
10274 (s390_pltstub_frame_unwind_cache): New function.
10275 (s390_pltstub_frame_this_id): Likewise.
10276 (s390_pltstub_frame_prev_register): Likewise.
10277 (s390_pltstub_frame_unwind): Define.
10278 (s390_pltstub_frame_sniffer): New function.
10279 (struct s390_sigtramp_unwind_cache): New data structure.
10280 (s390_sigtramp_frame_unwind_cache): New function.
10281 (s390_sigtramp_frame_this_id): Likewise.
10282 (s390_sigtramp_frame_prev_register): Likewise.
10283 (s390_sigtramp_frame_unwind): Define.
10284 (s390_sigtramp_frame_sniffer): New function.
10285 (s390_frame_base_address, s390_local_base_address): New functions.
10286 (s390_frame_base): Define.
10287 (s390_unwind_pc, s390_unwind_sp): New function.
10288 (s390_push_dummy_call): Use new frame base location.
10289 (s390_unwind_dummy_id): Likewise.
10290 (s390_gdbarch_init): Remove calls to:
10291 set_gdbarch_frameless_function_invocation,
10292 set_gdbarch_deprecated_init_frame_pc,
10293 set_gdbarch_deprecated_frame_chain,
10294 set_gdbarch_deprecated_frame_init_saved_regs,
10295 set_gdbarch_deprecated_pop_frame,
10296 set_gdbarch_deprecated_init_extra_frame_info,
10297 set_gdbarch_deprecated_init_frame_pc_first,
10298 set_gdbarch_deprecated_target_read_fp,
10299 set_gdbarch_deprecated_frame_saved_pc,
10300 set_gdbarch_deprecated_saved_pc_after_call,
10301 set_gdbarch_deprecated_fp_regnum.
10302 Add calls to:
10303 set_gdbarch_in_solib_call_trampoline,
10304 frame_unwind_append_sniffer,
10305 frame_base_set_default,
10306 set_gdbarch_unwind_pc,
10307 set_gdbarch_unwind_sp.
10308 * Makefile.in (s390-tdep.o): Update dependencies.
10309
b0cf273e
JB
10310 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
10311 (S390_STACK_FRAME_OVERHEAD): Remove.
10312 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
10313 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
10314 (s390_promote_integer_argument): Remove.
10315 (s390_cannot_extract_struct_value_address): Remove.
10316 (s390_use_struct_convention, s390_store_struct_return): Remove.
10317 (s390_extract_return_value, s390_store_return_value): Remove.
10318 (s390_return_value_convention, s390_return_value): New functions.
10319 (is_float_singleton): Handle typedefs.
8a1dac83 10320 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
10321 Remove, replace by ...
10322 (s390_function_arg_pass_by_reference, s390_function_arg_float,
10323 s390_function_arg_integer): ... these new functions.
10324 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
10325 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
10326 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
10327 Fill in tdep->abi.
10328 Remove calls to:
10329 set_gdbarch_deprecated_store_struct_return,
10330 set_gdbarch_deprecated_extract_return_value,
10331 set_gdbarch_deprecated_store_return_value,
10332 set_gdbarch_use_struct_convention,
10333 set_gdbarch_extract_struct_value_address,
10334 set_gdbarch_deprecated_pc_in_call_dummy,
10335 set_gdbarch_deprecated_push_arguments,
10336 set_gdbarch_deprecated_save_dummy_frame_tos,
10337 set_gdbarch_deprecated_push_return_address,
10338 set_gdbarch_deprecated_sizeof_call_dummy_words,
10339 set_gdbarch_deprecated_call_dummy_words,
10340 set_gdbarch_deprecated_dummy_write_sp.
10341 Add calls to:
10342 set_gdbarch_push_dummy_call,
10343 set_gdbarch_unwind_dummy_id,
10344 set_gdbarch_return_value.
8a1dac83 10345
e1457d83
JB
10346 * config/s390/nm-linux.h: Update comments.
10347 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
10348 (STOPPED_BY_WATCHPOINT): Redefine.
10349 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
10350 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
10351 (s390_stopped_by_watchpoint): Likewise.
10352 (watch_area_cnt): Remove.
10353 * s390-nat.c: Update comments.
10354 (watch_area): Remove typedef.
10355 Global replace watch_area by struct watch_area.
10356 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 10357 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
10358 use s390_inferior_tid. Add short-cut for the no watchpoint case.
10359 (s390_fix_watch_points): Remove pid argument,
10360 use s390_inferior_tid. Recompute area spanned by watchpoints.
10361 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
10362 argument. Reimplement.
10363
d0f54f9d
JB
10364 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
10365 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
10366 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 10367 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
10368 core-regset.o.
10369 * config/s390/s390x.mt: Remove.
10370 * config/s390/tm-s390.h: Remove.
10371 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
10372 (TARGET_ELF64): Remove.
10373 (SKIP_TRAMPOLINE_CODE): Do not undefine.
10374 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
10375 s390*-*-* case; always set gdb_target to s390.
10376 * regformats/reg-s390.dat: Remove control registers.
10377 * regformats/reg-s390x.dat: Likewise.
10378 * s390-tdep.h: New file.
8a1dac83 10379 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
10380 Include "inferior.h" and "s390-tdep.h".
10381 Remove private definition of offsetof.
10382 (s390_register_u_addr): Remove.
10383 (regmap_gregset, regmap_fpregset): Define.
10384 (supply_gregset, fill_gregset): Reimplement.
10385 (supply_fpregset, fill_fpregset): Likewise.
10386 (s390_inferior_tid): New function.
10387 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
10388 (fetch_inferior_registers, store_inferior_registers): Likewise.
10389 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
10390 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
10391 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
10392 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
10393 (struct gdbarch_tdep): Define.
10394 (struct s390_register_info): Define.
10395 (s390_register_info): New variable.
10396 (s390_register_name): Reimplement.
10397 (s390_register_type): New function.
10398 (s390_register_raw_size, s390x_register_raw_size): Remove.
10399 (s390_cannot_fetch_register): Remove.
10400 (s390_register_byte): Remove.
10401 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
10402 (s390_dwarf_regmap): New variable.
10403 (s390_dwarf_reg_to_regnum): New function.
10404 (s390_stab_reg_to_regnum): Remove.
10405 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
10406 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
10407 (s390_convert_register_p): Likewise.
10408 (s390_register_to_value, s390_value_to_register): Likewise.
10409 (s390_register_reggroup_p): Likewise.
10410 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
10411 s390_gregset, s390x_gregset, s390_fpregset): New variables.
10412 (s390_supply_regset, s390_regset_from_core_section): New functions.
10413 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
10414 (S390_FPR_SIZE): Likewise.
10415 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
10416 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
10417 (S390_NUM_GPRS): Move here from tm-s390.h.
10418 (S390_NUM_FPRS): Likewise.
10419 (s390_in_function_epilogue_p): New function.
10420 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
10421 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
10422 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
10423 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
10424 Replace S390_FP_REGNUM by S390_SP_REGNUM.
10425 Remove calls to:
10426 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
10427 set_gdbarch_deprecated_max_register_virtual_size,
10428 set_gdbarch_deprecated_register_byte,
d0f54f9d 10429 set_gdbarch_cannot_fetch_register,
8a1dac83 10430 set_gdbarch_cannot_store_register,
d0f54f9d
JB
10431 set_gdbarch_deprecated_register_size,
10432 set_gdbarch_deprecated_register_raw_size,
10433 set_gdbarch_deprecated_register_virtual_size,
10434 set_gdbarch_deprecated_register_virtual_type,
10435 set_gdbarch_deprecated_register_bytes.
10436 Add calls to:
10437 set_gdbarch_num_pseudo_regs,
10438 set_gdbarch_register_type,
10439 set_gdbarch_convert_register_p,
10440 set_gdbarch_register_to_value,
10441 set_gdbarch_value_to_register,
10442 set_gdbarch_register_reggroup_p,
10443 set_gdbarch_regset_from_core_section,
10444 set_gdbarch_pseudo_register_read,
10445 set_gdbarch_pseudo_register_write,
10446 set_gdbarch_in_function_epilogue_p.
10447 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
10448 (s390_tdep_h): New variable.
10449
8cfe231d
JB
104502004-02-17 Jim Blandy <jimb@redhat.com>
10451
4589a601
JB
10452 * findvar.c (value_from_register): If the type has no length, just
10453 return an acceptable value --- don't report an internal error.
10454
8cfe231d
JB
10455 * stabsread.c (read_type): If we find any type numbers that are
10456 forward references, complain if the references aren't resolved by
10457 the time we're finished reading.
10458 (cleanup_undefined_types): Make error message more appropriate for
10459 a complaint.
10460
5bf0017e
EZ
104612004-02-17 Elena Zannoni <ezannoni@redhat.com>
10462
9d62932d
EZ
10463 * Makefile.in (defs_h): Remove dependency on progress_h.
10464 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
10465 progress.h.
10466 * main.c (captured_main): Delete use of START_PROGRESS and
10467 END_PROGRESS.
10468
104692004-02-17 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 10470
5bf0017e
EZ
10471 * objfiles.c (terminate_minimal_symbol_table): Add back
10472 initialization of MSYMBOL_TYPE.
10473
9fc9f5e2
AC
104742004-02-17 David Mosberger <davidm@hpl.hp.com>
10475
10476 Committed by Andrew Cagney.
10477 * Makefile.in (ia64_tdep_h): New macro.
10478 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
10479 (ia64-tdep.o): Likewise.
10480 * ia64-tdep.h: New file.
10481 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
10482 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
10483 (ia64_aix_sigcontext_register_address): Likewise.
10484 (ia64_linux_getunwind_table): Delete declaration.
10485 * ia64-linux-tdep.c: Likewise.
10486
76cd2bd9
CV
104872004-02-17 Corinna Vinschen <vinschen@redhat.com>
10488
10489 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
10490 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
10491 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
10492
634aa483
AC
104932004-02-17 Andrew Cagney <cagney@redhat.com>
10494
10495 * symtab.c (skip_prologue_using_sal): New function.
10496 * symtab.h (skip_prologue_using_sal): Declare.
10497 * frv-tdep.c: Include "symtab.h".
10498 (skip_prologue_using_sal): Delete function.
10499 * mips-tdep.c (skip_prologue_using_sal): Delete function.
10500 * rs6000-tdep.c (refine_prologue_limit): Mention
10501 skip_prologue_using_sal.
10502 * ia64-tdep.c (refine_prologue_limit): Ditto.
10503 * Makefile.in: Update dependencies.
10504
105052004-02-16 Andrew Cagney <cagney@redhat.com>
19772a2c 10506
39ce7b3f
AC
10507 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
10508 START_INFERIOR_TRAPS_EXPECTED.
10509 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
10510 START_INFERIOR_TRAPS_EXPECTED.
10511 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
10512 Delete macro.
10513 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
10514 macro, moved to "nm-osf.h". Update copyright.
10515 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
10516 update copyright.
10517
19772a2c
AC
10518 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
10519 and function replacing FRAMELESS_FUNCTION_INVOCATION.
10520 * blockframe.c (legacy_frameless_look_for_prologue): Rename
10521 frameless_look_for_prologue.
10522 * frame.h (legacy_frameless_look_for_prologue): Rename
10523 frameless_look_for_prologue.
10524 * gdbarch.h, gdbarch.c: Re-generate.
10525 * sh64-tdep.c (sh64_gdbarch_init): Update.
10526 * sh-tdep.c (sh_gdbarch_init): Update.
10527 * s390-tdep.c (s390_gdbarch_init): Update.
10528 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10529 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10530 * m68k-tdep.c (m68k_gdbarch_init): Update.
10531 (delta68_frame_args_address): Update.
10532 * m32r-tdep.c (m32r_gdbarch_init): Update.
10533 * hppa-tdep.c (hppa_gdbarch_init): Update.
10534 * h8300-tdep.c (h8300_gdbarch_init): Update.
10535 * frv-tdep.c (frv_gdbarch_init): Update.
10536 (frv_frameless_function_invocation): Update.
10537 * cris-tdep.c (cris_gdbarch_init): Update.
10538 (cris_frameless_function_invocation): Update.
10539 * avr-tdep.c (avr_gdbarch_init): Update.
10540 * arm-tdep.c (arm_gdbarch_init): Update.
10541 * stack.c (frame_info): Update, call predicate.
10542 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
10543 * frame.c (legacy_get_prev_frame): Update, call predicate..
10544 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
10545 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
10546 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
10547 invocation.
10548 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10549 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10550 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
10551
10552 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
10553 function.
10554
7dcaac91
DJ
105552004-02-16 Daniel Jacobowitz <drow@mvista.com>
10556
10557 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
10558 initializations.
10559
88289b6e
AC
105602004-02-16 Andrew Cagney <cagney@redhat.com>
10561
10562 * tui/tui-windata.c: Include "gdb_string.h".
10563 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
10564 * tui/tui-layout.c, tui/tui-command.c: Ditto.
10565 * Makefile.in: Update dependencies.
10566
9f976b41
DJ
105672004-02-16 Daniel Jacobowitz <drow@mvista.com>
10568
10569 * Makefile.in (infrun.o): Add $(gdb_assert_h).
10570 * infrun.c: Include "gdb_assert.h".
10571 (singlestep_ptid, saved_singlestep_ptid)
10572 (stepping_past_singlestep_breakpoint): New variables.
10573 (resume): Set singlestep_ptid. Check for singlestep thread
10574 hop.
10575 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
10576 (handle_inferior_event): Handle singlestep thread hop.
10577
c324d747
AC
105782004-02-16 Andrew Cagney <cagney@redhat.com>
10579
f090b9b1
AC
10580 * dwarf2-frame.c (dwarf2_frame_ops): New function.
10581 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
10582 (dwarf2_frame_init_reg): Ditto.
10583
fd33e6cb
AC
10584 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
10585 suggested by Joshua Neuheisel
10586
c324d747
AC
10587 * configure.in: Always check for curses, including pdcurses.
10588 Warn, instead of error, when no curses are found. Enable TUI when
10589 curses is available.
10590 * configure: Re-generate.
10591
b66ba949
CV
105922004-02-16 Corinna Vinschen <vinschen@redhat.com>
10593
10594 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
10595 sh_sh4_register_convert_to_virtual.
10596 (sh_register_convert_to_raw): Rename from
10597 sh_sh4_register_convert_to_raw.
10598 (sh_pseudo_register_read): Accomodate above name change.
10599 (sh_pseudo_register_write): Ditto.
10600
b58cbbf2
CV
106012004-02-16 Corinna Vinschen <vinschen@redhat.com>
10602
10603 * sh-tdep.c (sh_generic_register_name): Remove.
10604 (sh_gdbarch_init): Use sh_sh_register_name in default case.
10605
5929a910
AC
106062004-02-15 Andrew Cagney <cagney@redhat.com>
10607
4566dfcf
AC
10608 * configure.in (build_warnings): Add -Wunused-function.
10609 * configure: Re-generate.
10610
db11ed55
AC
10611 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10612 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10613
46ac7a5d
AC
10614 * procfs.c (procfs_init_inferior): Assume that
10615 START_INFERIOR_TRAPS_EXPECTED is defined.
10616 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10617 * config/ns32k/tm-nbsd.h: Delete file,
10618 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10619
ba801595
AC
10620 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10621 * config/vax/tm-vax.h: Delete file.
10622
5929a910
AC
10623 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10624 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10625 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10626 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10627 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10628 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10629 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10630
8f22cb90
MK
106312004-02-15 Mark Kettenis <kettenis@gnu.org>
10632
10633 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10634 * dwarf2-frame.c (dwarf2_frame_data): New variable.
10635 (struct dwarf2_frame_ops): New.
10636 (dwarf2_frame_default_init_reg): New function, based on
10637 dwarf2_frame_init_reg.
10638 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10639 (dwarf2_frame_init_reg): Call architecture-specific function.
10640 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10641 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10642 instead of dwarf2_frame_data.
10643 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10644 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10645
8132723e
AC
106462004-02-15 Andrew Cagney <cagney@redhat.com>
10647
046a4708
AC
10648 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10649 register_gdbarch_swap.
10650 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10651 * f-lang.c (_initialize_f_language): Update, use
10652 DEPRECATED_REGISTER_GDBARCH_SWAP.
10653 * remote.c (_initialize_remote): Ditto.
10654 * regcache.c (_initialize_regcache): Ditto.
10655 * parse.c (_initialize_parse): Ditto.
10656 * infrun.c (_initialize_infrun): Ditto.
10657 * mi/mi-main.c (_initialize_mi_main): Ditto.
10658 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 10659
549c1eea
AC
10660 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10661 poking .cacheable directly.
10662 * symfile.c (symfile_bfd_open): Ditto.
10663
0c0b39de
AC
10664 * Makefile.in: Update all dependencies.
10665
8132723e
AC
10666 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10667 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10668 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10669 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10670 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 10671
b9d26eb9
AC
106722004-02-14 Andrew Cagney <cagney@redhat.com>
10673
8e1f669a
AC
10674 * arch-utils.c (legacy_convert_register_p): Check
10675 DEPRECATED_REGISTER_CONVERTIBLE_P.
10676 * findvar.c (value_of_register): Ditto.
10677
cd0bfa36
AC
10678 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10679 * gdbarch.h, gdbarch.c: Re-generate.
10680 * arch-utils.c (deprecated_register_convertible_not): Delete.
10681 * arch-utils.h (deprecated_register_convertible_not): Delete.
10682 * mi/mi-main.c (get_register): Update. Update copyright.
10683 * infcmd.c (default_print_registers_info): Update.
10684
b9d26eb9
AC
10685 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10686 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10687 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 10688 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
10689 * frame.c (deprecated_get_next_frame_hack): Delete function.
10690 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10691 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10692 Update.
10693 * infcall.c (call_function_by_hand): Update.
10694
9ab9195f
EZ
106952004-02-14 Elena Zannoni <ezannoni@redhat.com>
10696
10697 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 10698 from here...
9ab9195f
EZ
10699 * objfiles.c (init_entry_point_info, entry_point_address):..to
10700 here.
10701 * symfile.h (init_entry_point_info, entry_point_address): Remove
10702 prototypes.
10703 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 10704 prototypes.
9ab9195f
EZ
10705 * cris-tdep.c: Remove include of symfile.h. Add include of
10706 objfiles.h.
10707 * infcall.c: Ditto.
10708 * mcore-tdep.c: Ditto.
10709 * mn10300-tdep.c: Ditto.
10710 * sh64-tdep.c: Ditto.
10711 * v850-tdep.c: Ditto.
10712 * arm-tdep.c: Remove include of symfile.h.
10713 * blockframe.c: Ditto.
10714 * coffread.c: Ditto.
10715 * dbxread.c: Ditto.
10716 * dwarf2read.c: Ditto.
10717 * dwarfread.c: Ditto.
8a1dac83 10718 * frv-tdep.c: Ditto.
9ab9195f
EZ
10719 * ia64-tdep.c: Ditto.
10720 * mdebugread.c: Ditto.
10721 * mipsread.c: Ditto.
8a1dac83 10722 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
10723 * s390-tdep.c: Ditto.
10724 * sh-tdep.c: Ditto.
8a1dac83 10725 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
10726 * gdbarch.sh: Remove include of symfile.h.
10727 * gdbarch.c: Regenerate.
10728 * solib-irix.c (enable_break): Use entry_point_address().
10729 Add comment about include file.
10730 * xcoffread.c: Add comment about include file.
8a1dac83
RM
10731 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10732 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10733 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10734 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
10735 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10736
c4c5b7ba
AC
107372004-02-13 Andrew Cagney <cagney@redhat.com>
10738
10739 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10740 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10741 copyright.
10742 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10743
3e7879de
FF
107442004-02-12 Fred Fish <fnf@redhat.com>
10745
10746 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10747 set_gdbarch_store_return_value.
10748
6a7760b6
AC
107492004-02-12 Andrew Cagney <cagney@redhat.com>
10750
10751 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10752 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10753 (interrupt_query): Ditto.
10754 (ofunc): Delete unused variable.
10755 * cris-tdep.c (cris_abi): Delete unused function.
10756 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10757 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10758 (cris_get_asr_quick_shift_steps): Ditto.
10759 (cris_skip_prologue_frameless_p): Ditto.
10760 * arm-tdep.c (arm_push_return_address): Delete unused function.
10761 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10762 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10763 * s390-tdep.c (s390_function_start): Delete unused function.
10764
31687c3c
AC
107652004-02-12 Andrew Cagney <cagney@redhat.com>
10766
10767 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10768 gdbarch.h, gdbarch.c: Re-generate.
10769 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10770 to generic_prologue_frameless_p.
10771 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10772 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10773
6de918a6
DJ
107742004-02-11 Daniel Jacobowitz <drow@mvista.com>
10775
10776 * mips-linux-tdep.c: Include "frame.h".
10777 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10778 (mips_linux_skip_resolver): New functions.
10779 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10780 and set_gdbarch_in_solib_call_trampoline.
10781 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10782 to after set_gdbarch_in_solib_return_trampoline. Only set the
10783 solib hooks to mips16 functions if the OS ABI is unknown.
10784 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10785 including "config/tm-linux.h".
10786 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10787 * Makefile.in (mips-linux-tdep.o): Update.
10788
87b3ede8
DC
107892004-02-11 David Carlton <carlton@kealia.com>
10790
10791 * linespec.c (decode_compound): Only look for a class symbol when
10792 considering all but the rightmost component.
10793
5979bc46
AC
107942004-02-11 Andrew Cagney <cagney@redhat.com>
10795
10796 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10797 abi code are are separatly grouped.
10798
5867a2fb
AC
107992004-02-11 Andrew Cagney <cagney@redhat.com>
10800
10801 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10802 * gdbarch.h, gdbarch.c: Re-generate.
10803 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10804 * v850-tdep.c (v850_gdbarch_init): Update.
10805 * sh64-tdep.c (sh64_gdbarch_init): Update.
10806 * sh-tdep.c (sh_gdbarch_init): Update.
10807 * s390-tdep.c (s390_gdbarch_init): Update.
10808 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10809 * mips-tdep.c (mips_gdbarch_init): Update.
10810 * mcore-tdep.c (mcore_gdbarch_init): Update.
10811 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10812 * m32r-tdep.c (m32r_gdbarch_init): Update.
10813 * ia64-tdep.c (ia64_gdbarch_init): Update.
10814 * hppa-tdep.c (hppa_gdbarch_init): Update.
10815 * h8300-tdep.c (h8300_gdbarch_init): Update.
10816 * frv-tdep.c (frv_gdbarch_init): Update.
10817 * d10v-tdep.c (d10v_gdbarch_init): Update.
10818 * cris-tdep.c (cris_gdbarch_init): Update.
10819 * avr-tdep.c (avr_gdbarch_init): Update.
10820 * arm-tdep.c (arm_gdbarch_init): Update.
10821 * alpha-tdep.c (alpha_gdbarch_init): Update.
10822
026a72f8
CV
108232004-02-11 Corinna Vinschen <vinschen@redhat.com>
10824
10825 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10826 comma.
10827 (sh_sh4al_dsp_register_name): Ditto.
10828
3903d437
AC
108292004-02-10 Andrew Cagney <cagney@redhat.com>
10830
10831 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10832 (mips_init_frame_pc_first): Delete function.
10833 (mips_frame_saved_pc): Delete function.
10834 (mips_frame_chain): Delete function.
10835 (mips_init_extra_frame_info): Delete function.
10836 (mips_xfer_register): Delete unused variable "reg".
10837 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10838 (mips_n32n64_return_value): Delete unused variable "reg".
10839 (mips_n32n64_return_value): Delete unused variable "pos".
10840 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10841 (mips_o32_return_value): Delete unused variable "pos".
10842 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10843 (mips_print_fp_register): Delete unused variable "namelen"
10844 (mips_print_fp_register): Delete unused variable "flt2"
10845 (get_frame_pointer): Delete function.
10846 (cached_proc_desc): Delete static variable.
10847 (mips_pop_frame): Delete function.
10848 (mips_find_saved_regs): Delete function.
10849 (mips_get_saved_register): Delete function.
10850 (mips_saved_pc_after_call): Delete function.
10851 (SIGFRAME_BASE): Delete macro.
10852 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10853 (SIGFRAME_PC_OFF): Delete macro.
10854 (SIGFRAME_REGSAVE_OFF): Delete macro.
10855 (mips_dump_tdep): Do not print deleted macro definitions.
10856
b9fb98bd
AC
108572004-02-10 Andrew Cagney <cagney@redhat.com>
10858
10859 * Makefile.in (SFILES): Remove explictly listed tui files.
10860 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10861
78ced177 108622004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8a1dac83 10863
78ced177
JJ
10864 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10865 to use paddr functions to format ia64 addresses and long values.
10866 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10867 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10868 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10869 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10870 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10871
6a83354a
AC
108722004-02-10 Andrew Cagney <cagney@redhat.com>
10873
10874 * defs.h: Do not include "tui.h".
10875 * gdb_curses.h: New file.
10876 * tui/tui-hooks.h: New file.
10877 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10878 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10879 (tui_initialize_io): Delete declaration.
10880 (tui_initialize_readline: Delete redundant declaration.
10881 (struct tui_point): Delete definition.
10882 * tui/tui-data.h (struct tui_point): Define.
10883 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10884 * utils.c: Include "tui/tui.h".
10885 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10886 * printcmd.c [TUI]: Include "tui/tui.h".
10887 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10888 * tui/tui-command.c: Include "gdb_curses.h".
10889 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10890 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10891 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10892 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10893 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10894 * Makefile.in: Update all dependencies.
10895 (tui_hooks_h, gdb_curses_h): Define.
10896 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10897
997470ef
EZ
108982004-02-10 Elena Zannoni <ezannoni@redhat.com>
10899
10900 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10901 auxf2. Add comments about some other rarely used fields.
10902
4ff2cc4d
AC
109032004-02-10 Andrew Cagney <cagney@redhat.com>
10904
10905 * Makefile.in (init.c): Fix script removing duplicates. Problem
10906 reported by Peter Schauer.
10907
1ab21617
EZ
109082004-02-09 Elena Zannoni <ezannoni@redhat.com>
10909
10910 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10911 obstack_specify_allocation.
10912 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 10913 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
10914 (allocate_rt_common_objfile): Ditto.
10915 * symfile.c (reread_symbols): Ditto.
10916 * gdb_obstack.h: Add comment.
10917
17763fd9
EZ
109182004-02-09 Elena Zannoni <ezannoni@redhat.com>
10919
10920 * linespec.c (decode_line_1, locate_first_half)
10921 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10922 commented out code.
10923
ec5cdd75
DJ
109242004-02-09 Daniel Jacobowitz <drow@mvista.com>
10925
10926 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10927 obstack_free.
10928
43b54b88
AC
109292004-02-09 Andrew Cagney <cagney@redhat.com>
10930
10931 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10932 fails, try find_pc_section. Fix PR c++/1267.
10933 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10934 instead of find_pc_mapped_section.
10935 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10936 not default to the section containing PC. Fix PR symtab/1519.
10937
edfae063
AC
109382004-02-09 Andrew Cagney <cagney@redhat.com>
10939
10940 * Makefile.in (mips-tdep.o): Update dependencies.
10941 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10942 "trad-frame.h".
10943 (mips_unwind_pc): Return the pseudo PC register.
10944 (mips_unwind_dummy_id): New function.
10945 (mips16_fetch_instruction): New function.
10946 (mips32_fetch_instruction): New function.
10947 (struct mips_frame_cache): Define.
10948 (mips_mdebug_frame_cache): New function.
10949 (mips_mdebug_frame_this_id): New function.
10950 (mips_mdebug_frame_prev_register): New function.
10951 (mips_mdebug_frame_unwind): Define.
10952 (mips_mdebug_frame_sniffer): New function.
10953 (mips_mdebug_frame_base_address): New function.
10954 (mips_mdebug_frame_base): Define.
10955 (mips_mdebug_frame_base_sniffer): New function.
10956 (mips_gdbarch_init): Append unwind and base sniffers. Set
10957 unwind_dummy_id.
10958
defc864c
AC
109592004-02-08 Andrew Cagney <cagney@redhat.com>
10960
6764ddad
AC
10961 * frame.c: Print both the register number and name.
10962
defc864c
AC
10963 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10964 and a sed into a single sed. Make .c and .o patterns more robust.
10965 (OBS): Delete.
10966 (INIT_FILES): Replace OBS with COMMON_OBS.
10967 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10968
645d6d10
MK
109692004-02-08 Mark Kettenis <kettenis@gnu.org>
10970
10971 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10972 the PT_WCOOKIE request.
10973
23e3c3fc
AC
109742004-02-08 Andrew Cagney <cagney@redhat.com>
10975
58dfe9ff
AC
10976 * mips-tdep.c (mips_unwind_pc): New function.
10977 (mips_gdbarch_init): Set mips_unwind_pc.
10978
1152e35e
AC
10979 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10980 (get_frame_id): Allow the UNKNOWN_FRAME.
10981 (frame_register_unwind, get_frame_type): Ditto.
10982
31b75dbf
AC
10983 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10984 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10985 unwind_dummy_id indicates a legacy frame.
10986
3483b318
AC
10987 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10988 * configure: Re-generate.
10989
23e3c3fc
AC
10990 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10991 methods.
10992
33f8ca73
AC
109932004-02-08 Andrew Cagney <cagney@redhat.com>
10994
10995 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10996 makefile macro.
10997 * configure: Re-generate.
10998 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10999 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
11000 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
11001 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
11002 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
11003 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
11004 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
11005 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
11006 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
11007 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
11008
6ba8e26f 110092004-02-07 Andrew Cagney <cagney@redhat.com>
d836ee13 11010
20d286a5
AC
11011 * Makefile.in: Update all dependencies.
11012
d836ee13
AC
11013 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
11014 * configure: Re-generate.
11015 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
11016 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
11017 (COMMON_OBS): Add "main.o" and "annotate.o".
11018 (ANNOTATE_OBS): Delete.
11019 (OBS): Remove ANNOTATE_OBS.
11020 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
11021 CONFIG_INITS.
11022 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
11023 against CONFIG_OBS and "main.o".
11024 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
11025 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
11026
d02c80cd
AC
11027 * tui/tui-command.c: Include "gdb_string.h", delete register
11028 attribute, use ISO-C function signatures.
11029 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
11030 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11031 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
11032 * tui/tui.c: Ditto.
6ba8e26f
AC
11033
11034 * tui/tui-command.c: Change variable and function names to lower
11035 case.
11036 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
11037 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
11038 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11039 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11040 * tui/tui-winsource.c, tui/tui.c: Ditto.
11041
4a146b47
EZ
110422004-02-07 Elena Zannoni <ezannoni@redhat.com>
11043
11044 * buildsym.c (free_pending_blocks, finish_block)
11045 (record_pending_block, make_blockvector, end_symtab): Replace
11046 symbol_obstack with objfile_obstack.
8a1dac83 11047 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 11048 (coff_read_enum_type): Ditto.
8a1dac83 11049 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 11050 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 11051 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
11052 (dwarf2_symbol_mark_computed): Ditto.
11053 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
11054 * elfread.c (elf_symtab_read): Ditto.
11055 * hpread.c (hpread_symfile_init, hpread_symfile_init)
11056 (hpread_read_enum_type, hpread_read_function_type)
11057 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
11058 Ditto.
8a1dac83 11059 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 11060 (java_link_class_type): Ditto.
8a1dac83 11061 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
11062 (new_symbol): Ditto.
11063 * minsyms.c (install_minimal_symbols): Ditto.
11064 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
11065 (terminate_minimal_symbol_table): Replace symbol_obstack with
11066 objfile_obstack.
11067 (free_objfile): Remove freeing of symbol_obstack.
11068 * objfiles.h: Remove symbol_obstack field.
11069 * pa64solib.c (add_to_solist): Replace symbol_obstack with
11070 objfile_obstack.
11071 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11072 symbol_obstack.
11073 (solib_add_common_symbols): Replace symbol_obstack with
11074 objfile_obstack.
11075 * somsolib.c (som_solib_add): Ditto.
11076 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
11077 (common_block_start, common_block_end): Ditto.
11078 * symfile.c (reread_symbols): Remove freeing and init of
11079 symbol_obstack.
11080 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
11081 * symfile.h: Update comment.
11082 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
11083 stats printing.
11084 * symtab.c (symbol_set_names): Replace symbol_obstack with
11085 objfile_obstack.
11086 * symtab.h (struct general_symbol_info, struct minimal_symbol):
11087 Update comments.
11088 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
11089 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
11090 objfile_obstack.
11091
6d012f14
AC
110922004-02-07 Andrew Cagney <cagney@redhat.com>
11093
11094 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
11095 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
11096 fields and variables.
11097 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
11098 (m_beInvisible): Delete macro.
11099 * tui/tui-data.h: Fix case case fields and variables.
11100 (m_genWinPtrIsNull): Delete macro.
11101 (tui_win_list): Rename winList.
11102 (TUI_SRC_WIN): Rename srcWin.
11103 (TUI_DISASM_WIN): Rename disassemWin.
11104 (TUI_DATA_WIN): Rename dataWin.
11105 (TUI_CMD_WIN): Rename cmdWin.
11106 (m_genWinPtrNotNull): Delete macro.
11107 (m_winPtrIsNull): Delete macro.
11108 (m_winPtrNotNull): Delete macro.
11109 (tui_win_is_source_type): Replace m_winIsSourceType
11110 (tui_win_is_auxillary): Replace m_winIsAuzillary.
11111 (tui_win_has_locator): Replace m_hasLocator.
11112 (tui_set_win_highlight): Replace m_setWinHighlightOn and
11113 m_setWinHighlightOff.
11114 * tui/tui-data.c: Update references.
11115 (tui_win_is_source_type, tui_set_win_highlight): New functions.
11116 (tui_win_has_locator, tui_win_is_auxillary): New functions.
11117 * tui/tui-command.c, tui/tui-disasm.c: Update references.
11118 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
11119 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
11120 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11121 * tui/tui-winsource.c, tui/tui.c: Ditto.
11122
7d34766b
MK
111232004-02-07 Mark Kettenis <kettenis@gnu.org>
11124
1c800673
MK
11125 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
11126 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
11127 StackGhost.
11128
7d34766b
MK
11129 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
11130 variable `i6' to `i7'.
11131 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11132
22940a24
AC
111332004-02-07 Andrew Cagney <cagney@redhat.com>
11134
11135 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
11136 (TuiPoint, TuiPointPtr): Ditto.
11137 (TuiStatus, TuiStatusPtr): Ditto.
11138 (TuiWinType, TuiWinTypePtr): Ditto.
11139 (struct tui_point): Rename _TuiPoint.
11140 (tui_get_low_disassembly_address): Rename
11141 tuiGetLowDisassemblyAddress.
11142 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
11143 (tuiFree): Delete declaration.
11144 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
11145 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
11146 * tui/tui.c (tuiFree): Delete function.
11147 * cli/cli-cmds.c (disassemble_command): Update references.
11148 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
11149 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11150 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
11151 * tui/tui-winsource.c: Ditto.
11152
8b92e4d5
EZ
111532004-02-07 Elena Zannoni <ezannoni@redhat.com>
11154
11155 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
11156 coffstab_build_psymtabs, elfstab_build_psymtabs)
11157 (stabsect_build_psymtabs): Replace psymbol_obstack with
11158 objfile_obstack.
11159 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
11160 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
11161 Ditto.
11162 * dwarfread.c (scan_compilation_units): Ditto.
11163 * elfread.c (elfstab_offset_sections): Ditto.
11164 * hppa-tdep.c (read_unwind_info): Ditto.
11165 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
11166 (hpread_end_psymtab): Ditto.
11167 * mdebugread.c (mdebug_build_psymtabs, add_pending)
11168 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
11169 Ditto.
11170 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 11171 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
11172 (build_objfile_section_table): Ditto.
11173 (allocate_objfile): Remove init of psymbol_obstack.
11174 (free_objfile): Remove freeing of psymbol_obstack.
11175 * objfiles.h (struct objfile): Remove field
11176 psymbol_obstack. Update comments.
11177 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
11178 psymbol_obstack with objfile_obstack.
11179 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11180 psymbol_obstack.
11181 * somread.c (som_symfile_offsets, init_import_symbols)
11182 (init_export_symbols): Replace psymbol_obstack with
11183 objfile_obstack.
11184 * somsolib.c (som_solib_add_solib_objfile): Ditto.
11185 * symfile.c (default_symfile_offsets, syms_from_objfile)
11186 (reread_symbols): Remove freeing and init of psymbol_obstack.
11187 (cashier_psymtab): Update comment.
11188 * symmisc.c (print_objfile_statistics): Don't report stats for
11189 psymbol obstack.
11190 * symtab.h (struct general_symbol_info, struct partial_symtab):
11191 Update comments.
11192 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
11193 (xcoff_symfile_offsets): Replace psymbol_obstack with
11194 objfile_obstack.
11195
b99607ea
EZ
111962004-02-07 Elena Zannoni <ezannoni@redhat.com>
11197
11198 * objfiles.h (struct objfile): Add objfile_obstack field.
11199 Remove type_obstack field.
11200
11201 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
11202 read_structure_scope read_enumeration, new_symbol): Replace
11203 type_obstack with objfile_obstack.
11204 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 11205 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
11206 (lookup_fundamental_type): Ditto.
11207 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
11208 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
11209 (hpread_read_doc_function_type, hpread_read_struct_type)
11210 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 11211 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 11212 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
11213 (java_link_class_type): Ditto.
11214 * mdebugread.c (parse_type): Ditto.
11215 * objfiles.c (allocate_objfile, free_objfile): Ditto.
11216 * solib-sunos.c (solib_add_common_symbols): Ditto.
11217 * stabsread.c (define_symbol, read_type, read_member_functions,
11218 read_cpp_abbrev, read_one_struct_field): Ditto.
11219 * symfile.c (reread_symbols): Ditto.
11220 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 11221
2a8854a7
AC
112222004-02-07 Andrew Cagney <cagney@redhat.com>
11223
11224 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
11225 (tui_exec_info_content): Rename TuiExecInfoContent.
11226 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
11227 (TuiWinInfo, TuiWinInfoPtr): Ditto.
11228 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
11229 (TuiList, TuiListPtr): Ditto.
11230 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
11231 (TuiDataType, TuiDataTypePtr): Ditto.
11232 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
11233 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
11234 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
11235 (TuiSourceElement, TuiSourceElementPtr): Ditto.
11236 (TuiDataElement, TuiDataElementPtr): Ditto.
11237 (TuiWinElement, TuiWinElementPtr): Ditto.
11238 (TuiDataInfo, TuiDataInfoPtr): Ditto.
11239 (TuiCommandElement, TuiCommandElementPtr): Ditto.
11240 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
11241 (TuiWhichElement, TuiWhichElementPtr): Ditto.
11242 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
11243 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
11244 * tui/tui-command.c, tui/tui-data.c: Update references.
11245 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
11246 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11247 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11248 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 11249
05cbe71a
MK
112502004-02-07 Mark Kettenis <kettenis@gnu.org>
11251
11252 * dwarf2-frame.h: Update copyright.
11253 (enum dwarf2_frame_reg_rule): New.
11254 (struct dwarf2_frame_state_reg): New.
11255 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
11256 * dwarf2-frame.c: Update copyright.
11257 (enum dwarf2_reg_rule): Remove.
11258 (struct dwarf2_frame_state): Remove defenition of `struct
11259 dwarf2_frame_state_reg'.
11260 (read_reg): Call get_frame_arch to get the architecture instead of
11261 using CURRENT_GDBARCH.
11262 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
11263 DWARF2_FRAME_.
11264 (dwarf2_frame_init_reg): New function.
11265 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
11266 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
11267 initialize the register state. Prefix old `enum dwarf2_reg_rule'
11268 tags with DWARF2_FRAME_.
11269 (dwarf2_frame_prev_register): Call get_frame_arch to get the
11270 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
11271 dwarf2_reg_rule' tags with DWARF2_FRAME_.
11272
ec7d9e56
AC
112732004-02-06 Andrew Cagney <cagney@redhat.com>
11274
dd1abb8c
AC
11275 * tui/tui-data.h (struct tui_list): Rename _TuiList.
11276 (enum tui_data_type): Rename _TuiDataType.
11277 (struct tui_layout_def): Rename _TuiLayoutDef.
11278 (struct tui_source_element): Rename _TuiSourceElement.
11279 (struct tui_data_element): Rename _TuiDataElement.
11280 (struct tui_command_element): Rename _TuiCommandElement.
11281 (struct tui_locator_element): Rename _TuiLocatorElement.
11282 (union tui_which_element): Define.
11283 (struct tui_win_element): Rename _TuiWinElement.
11284 (struct tui_data_info): Rename _TuiDataInfo.
11285 (struct tui_source_info): Rename _TuiSourceInfo.
11286 (struct tui_command_info): Rename _TuiCommandInfo.
11287 (tui_initialize_static_data): Rename initializeStaticData.
11288 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
11289 (tui_alloc_win_info): Rename allocWinInfo.
11290 (tui_init_generic_part): Rename initGenericPart.
11291 (tui_init_win_info): Rename initWinInfo.
11292 (tui_alloc_content): Rename allocContent.
11293 (tui_add_content_elements): Rename addContentElements.
11294 (tui_init_content_element): Rename initContentElement.
11295 (tui_free_window): Rename freeWindow.
11296 (tui_free_win_content): Rename freeWinContent.
11297 (tui_free_data_content): Rename freeDataContent.
11298 (tui_free_all_source_wins_content): Rename
11299 freeAllSourceWinsContent.
11300 (tui_del_window): Rename tuiDelWindow.
11301 (tui_del_data_windows): Rename tuiDelDataWindows.
11302 (tui_partial_win_by_name): Rename partialWinByName.
11303 (tui_win_name): Rename winName.
11304 (tui_current_layout): Rename currentLayout.
11305 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
11306 (tui_term_height): Rename termHeight.
11307 (tui_set_term_height_to): Rename setTermHeightTo.
11308 (tui_term_width): Rename termWidth.
11309 (tui_set_term_width_to): Rename setTermWidthTo.
11310 (tui_set_gen_win_origin): Rename setGenWinOrigin.
11311 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
11312 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
11313 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
11314 (tui_source_windows): Rename sourceWindows.
11315 (tui_clear_source_windows): Rename clearSourceWindows.
11316 (tui_clear_source_windows_detail): Rename
11317 clearSourceWindowsDetail.
11318 (tui_clear_win_detail): Rename clearWinDetail.
11319 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
11320 (tui_default_tab_len): Rename tuiDefaultTabLen.
11321 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
11322 (tui_win_with_focus): Rename tuiWinWithFocus.
11323 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
11324 (tui_layout_def): Rename tuiLayoutDef.
11325 (tui_win_resized): Rename tuiWinResized.
11326 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
11327 (tui_next_win): Rename tuiNextWin.
11328 (tui_prev_win): Rename tuiPrevWin.
11329 (tui_add_to_source_windows): Rename addToSourceWindows.
11330 * tui/tui-winsource.c, tui/tui-win.c: Update references.
11331 * tui/tui-layout.c, tui/tui-source.c: Ditto.
11332 * tui/tui-stack.c, tui/tui-io.c: Ditto.
11333 * tui/tui.c, tui/tui-data.c: Ditto.
11334 * tui/tui-interp.c, tui/tui-data.c: Ditto.
11335 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
11336
a358af15
AC
11337 * tui/tui-source.h: Update copyright. Include "tui-data.h".
11338 (struct symtab): Declare.
11339 (tui_set_source_content): Rename tuiSetSourceContent.
11340 (tui_show_symtab_source): Rename tuiShowSource.
11341 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
11342 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
11343 * tui/tui-source.c: Update copyright. Update references.
11344 * tui/tui-win.c, tui/tui-winsource.c: Update references.
11345 * tui/tui-stack.c: Update references.
11346
a21fcd8f
AC
11347 * tui/tui-win.h: Update copyright. Include "tui-data.h".
11348 (struct tui_win_info): Declare.
11349 (tui_scroll_forward): Rename tuiScrollForward.
11350 (tui_scroll_backward): Rename tuiScrollBackward.
11351 (tui_scroll_left): Rename tuiScrollLeft.
11352 (tui_scroll_right): Rename tuiScrollRight.
11353 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
11354 (tui_resize_all): Rename tuiResizeAll.
11355 (tui_refresh_all_win): Rename tuiRefreshAll.
11356 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
11357 * tui/tui-layout.c, * tui/tui-io.c: Update references.
11358 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
11359 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
11360
edae1ccf
AC
11361 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
11362 (tui_erase_data_content): Rename tuiEraseDataContent.
11363 (tui_display_all_data): Rename tuiDisplayAllData.
11364 (tui_check_data_values): Rename tuiCheckDataValues.
11365 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
11366 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
11367 (tui_first_data_element_no_in_line): Rename
11368 tuiFirstDataElementNoInLine.
11369 (tui_delete_data_content_windows): Rename
11370 tuiDeleteDataContentWindows.
11371 (tui_refresh_data_win): Rename tuiRefreshDataWin.
11372 (tui_display_data_from): Rename tuiDisplayDataFrom.
11373 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
11374 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
11375 * tui/tui-win.c, tui/tui-regs.c: Update references.
11376 * tui/tui-layout.c, tui/tui.c: Update references.
11377
ec7d9e56
AC
11378 * tui/tui-wingeneral.h: Update copyright.
11379 (m_allBeVisible): Delete macro.
8a1dac83 11380 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
11381 (struct tui_gen_win_info): Declare.
11382 (struct tui_win_info): Declare.
11383 (tui_unhighlight_win): Rename unhighlightWin.
11384 (tui_make_visible, tui_make_invisible): Replace makeVisible.
11385 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
11386 (tui_make_window): Rename makeWindow.
11387 (tui_copy_win): Rename copyWin.
11388 (tui_box_win): Rename boxWin.
11389 (tui_highlight_win): Rename highlightWin.
11390 (tui_check_and_display_highlight_if_needed): Rename
11391 checkAndDisplayHighlightIfNeeded.
11392 (tui_refresh_all): Rename refreshAll.
11393 (tui_delete_win): Rename tuiDelwin.
11394 (tui_refresh_win): Rename tuiRefreshWin.
11395 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
11396 (tui_make_visible, tui_make_invisible): New functions.
11397 (tui_make_all_visible, tui_make_all_invisible): New functions.
11398 (make_all_visible): Rename makeAllVisible.
11399 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
11400 * tui/tui-data.c, tui/tui-winsource.c: Update references.
11401 * tui/tui-windata.c, tui/tui-win.c: Update references.
11402 * tui/tui-regs.c, tui/tui-layout.c: Update references.
11403 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
11404
1e52e2eb
MK
114052004-02-06 Mark Kettenis <kettenis@gnu.org>
11406
11407 * proc-api.c (write_with_trace): Initialize local variable to
11408 silence compiler warning.
11409
f80bda8e
AC
114102004-02-06 Andrew Cagney <cagney@redhat.com>
11411
11412 * tui/tui-source.h: Do not include "defs.h".
11413 (struct tui_win_info): Declare.
11414 (tui_set_source_content_nil): Declare.
11415 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
11416 (union tui_line_or_address): Rename _TuiLineOrAddress.
11417 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
11418 (tui_update_source_window): Rename tuiUpdateSourceWindow.
11419 (tui_update_source_window_as_is): Rename
11420 tuiUpdateSourceWindowAsIs.
11421 (tui_update_source_windows_with_addr): Rename
11422 tuiUpdateSourceWindowsWithAddr.
11423 (tui_update_source_windows_with_line): Rename
11424 tuiUpdateSourceWindowsWithLine.
11425 (tui_clear_source_content): Rename tuiClearSourceContent.
11426 (tui_erase_source_content): Rename tuiEraseSourceContent.
11427 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
11428 (tui_show_source_content): Rename tuiShowSourceContent.
11429 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
11430 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
11431 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
11432 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
11433 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
11434 (tui_update_exec_info): Rename tuiUpdateExecInfo.
11435 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
11436 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
11437 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
11438 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
11439 (struct tui_win_info): Declare.
11440 * tui/tui-stack.c: Update references.
11441 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
11442 * tui/tui-win.c, tui/tui-source.c: Ditto.
11443 * tui/tui.c, tui/tui-disasm.c: Ditto.
11444
9fbfb822
MK
114452004-02-06 Mark Kettenis <kettenis@gnu.org>
11446
11447 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
11448 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
11449
03cebad2
MK
114502004-02-05 Mark Kettenis <kettenis@gnu.org>
11451
11452 * infrun.c (handle_inferior_event): Allow for breakpoint
11453 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
11454 and SIGEMT. Update comments.
11455 * NEWS (Revised SPARC target): Mention support for non-executable
11456 stack.
11457
290281b1
MK
114582004-02-04 Mark Kettenis <kettenis@gnu.org>
11459
11460 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
11461 * inftarg.c: Update copyright year.
11462 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
11463 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
11464 (sparc_xfer_wcookie): New function.
11465 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11466 * Makefile.in (sparc-nat.o): Update dependencies.
11467 * config/sparc/nm-nbsd.h: Include "target.h".
11468 (NATIVE_XFER_WCOOKIE): New define.
11469 (sparc_xfer_wcookie): New prototype.
11470
212161df
AC
114712004-02-04 Andrew Cagney <cagney@redhat.com>
11472
11473 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
11474 SYSCALL_TRAP function.
11475 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
11476
6e4c6c91
DJ
114772004-02-04 Andrew Cagney <cagney@redhat.com>
11478 Daniel Jacobowitz <drow@mvista.com>
11479
11480 * objfiles.h: Delete comments refering to inside_entry_func and
11481 DEPRECATED_FRAME_CHAIN_VALID.
11482 * defs.h (inside_entry_func): Update prototype..
11483 * blockframe.c (inside_entry_func): Rename to
11484 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
11485 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
11486
cae688ec
JJ
114872004-02-03 Jeff Johnston <jjohnstn@redhat.com>
11488
11489 * breakpoint.c (struct captured_parse_breakpoint_args): Move
11490 outside of #ifdef SOLIB_ADD region.
11491 (do_restore_lang_radix_cleanup): Ditto.
11492 (resolve_pending_breakpoint): Ditto.
11493
19217676
AC
114942004-02-03 Andrew Cagney <cagney@redhat.com>
11495
11496 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
11497 (process_note_abi_tag_sections): Delete unused function.
11498 (ia64_read_fp): Delete unused function.
11499 (gdbarch_extract_struct_value_address): Delete declaration.
11500
876753be
AC
115012004-02-02 Andrew Cagney <cagney@redhat.com>
11502
11503 * vax-tdep.c (vax_frame_chain): Delete call to
11504 deprecated_inside_entry_file.
11505 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
11506
d4f10bf2
MK
115072004-02-02 Mark Kettenis <kettenis@gnu.org>
11508
11509 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
11510 column that's "empty" or "same value" when eliminating REG_RA
11511 rules.
11512
cae688ec
JJ
115132004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11514
11515 * NEWS: Add information about new pending breakpoint support.
11516
0101ce28
JJ
115172004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11518
11519 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
11520 and pending fields for pending breakpoint support.
11521 * breakpoint.c (breakpoint_enabled): Add check for not pending.
11522 (condition_command): Only parse condition if not a pending
11523 breakpoint.
11524 (print_one_breakpoint): Add support for pending breakpoints.
11525 (describe_other_breakpoints): Add checks to verify we are not
11526 dealing with pending breakpoints.
11527 (check_duplicates): Don't check pending breakpoints.
11528 (set_raw_breakpoint): Initialize pending flag.
11529 (do_restore_lang_radix_cleanup): New cleanup routine.
11530 (resolve_pending_breakpoint): New function.
11531 (re_enable_breakpoints_in_shlibs): Try and resolve any
11532 pending breakpoints via resolve_pending_breakpoint.
11533 (mention): Add pending breakpoint support.
11534 (parse_breakpoint_sals): Add new parameter to pass to
11535 decode_line_1 to indicate silent errors when files or functions
11536 are not found. Change all callers.
11537 (do_captured_parse_breakpoint): New function.
11538 (break_command_1): Change prototype to return an rc value and to
11539 take an optional pending breakpoint pointer. Support creating
11540 a pending breakpoint if a "not found" form of error occurs when
11541 parsing the breakpoint. Also support resolving an existing pending
11542 breakpoint and be silent if the resolution fails.
11543 (create_breakpoints): Change prototype to take pending breakpoint
11544 pointer. When resolving a pending breakpoint, use the new pointer
11545 to provide a conditional or commands added by the end-user.
11546 (delete_breakpoint): Add appropriate check for pending.
11547 (breakpoint_re_set_one): Ditto.
11548 (do_enable_breakpoint): Ditto.
11549
8d577d32
DC
115502004-02-02 David Carlton <carlton@kealia.com>
11551
11552 * valops.c (enum oload_classification): New.
11553 (find_overload_match): Break implementation into separate
11554 functions; delete #if 0'd code; look for symbols within
11555 namespaces.
11556 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
11557 (find_oload_champ,oload_method_static,classify_oload_match): New.
11558 * cp-support.h: Add declaration for cp_func_name; update
11559 declaration for make_symbol_overload_list.
11560 * cp-support.c (cp_func_name): New.
11561 (overload_list_add_symbol): Fix comment, use
11562 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
11563 (make_symbol_overload_list): Take a function name and a namespace
11564 instead of a symbol; change implementation.
11565 (make_symbol_overload_list_using): New.
11566 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
11567
22e8e3c7
FF
115682004-02-02 Fred Fish <fnf@redhat.com>
11569
11570 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 11571 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
11572 * remote-sim.c (gdb_os_write_stderr): Write output to
11573 gdb_stdtargerr stream instead of gdb_stdtarg stream.
11574 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 11575 gdb_stderr stream and update copyright years.
22e8e3c7 11576
6b753f60
DJ
115772004-02-01 Daniel Jacobowitz <drow@mvista.com>
11578
11579 * Makefile.in (mips-linux-nat.o): Update dependencies.
11580 * mips-linux-nat.c: Include mips-tdep.h.
11581
115822004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
11583
11584 * sol-thread.c (sol_thread_xfer_partial): New function.
11585 (init_sol_thread_ops): Use that for to_xfer_partial hook.
11586 (init_sol_core_ops): Likewise.
11587
11588 * procfs.c (procfs_xfer_partial): New function.
11589 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
11590 * Makefile.in (procfs.o): Add $(auxv_h) dep.
11591
11592 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
11593 procfs_xfer_auxv function.
11594
11595 * procfs.c (procfs_make_note_section): If we can read
11596 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
11597 * linux-proc.c (linux_make_note_section): Likewise.
11598
11599 * auxv.h: New file.
11600 * auxv.c: New file.
11601 * Makefile.in (auxv_h): New variable.
11602 (COMMON_OBS): Add auxv.o here.
11603 (auxv.o): New target.
11604
11605 * corelow.c (core_xfer_partial): New function.
11606 (init_core_ops): Use it for core_ops.to_xfer_partial.
11607
11608 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11609 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11610 macro if that is defined.
11611
fa5281d0
DJ
116122004-02-01 Daniel Jacobowitz <drow@mvista.com>
11613
11614 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11615 and check the specified thread for each breakpoint.
11616 * breakpoint.h (bpstat_stop_status): Update prototype.
11617 * infrun.c (handle_inferior_event): Update calls to
11618 bpstat_stop_status.
11619
26ee262d
DJ
116202004-02-01 Daniel Jacobowitz <drow@mvista.com>
11621
11622 * Makefile.in (cli-cmds.o): Add $(readline_h).
11623
d9b52655
DJ
116242004-02-01 Daniel Jacobowitz <drow@mvista.com>
11625
11626 * cli/cli-cmds.c: Include readline.h.
11627 (complete_command): Pass the start of the last word to
11628 complete_line.
11629
9709f61c
DJ
116302004-01-31 Daniel Jacobowitz <drow@mvista.com>
11631
11632 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11633 argument, and change first argument to a CORE_ADDR.
11634 * breakpoint.h (bpstat_stop_status): Update prototype.
11635 * infrun.c (adjust_pc_after_break): Add a new comment.
11636 (handle_inferior_event): Update calls to bpstat_stop_status.
11637
4f1280bb
DJ
116382004-01-31 Daniel Jacobowitz <drow@mvista.com>
11639
11640 * breakpoint.h: Update copyright years.
11641
4fa8626c
DJ
116422004-01-31 Daniel Jacobowitz <drow@mvista.com>
11643
11644 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11645 (bpstat_stop_status): Don't decrement PC.
11646 * breakpoint.h (software_breakpoint_inserted_here_p): Add
11647 prototype.
11648 * infrun.c (adjust_pc_after_break): New function.
11649 (handle_inferior_event): Call it, early. Remove later references
11650 to DECR_PC_AFTER_BREAK.
11651 (normal_stop): Add commentary.
11652
fad0733a
DJ
116532004-01-31 Daniel Jacobowitz <drow@mvista.com>
11654
11655 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11656 2004-01-27 double-free fix.
11657
42cdca6c
MK
116582004-01-31 Mark Kettenis <kettenis@gnu.org>
11659
11660 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11661 (sparc32_frame_prev_register): Handle StackGhost.
11662 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11663
932d5416
RM
116642004-01-29 Roland McGrath <roland@redhat.com>
11665
11666 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11667 * configure: Regenerated.
11668
11669 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11670 * Makefile.in (procfs.o): Add dep.
11671
47d3492a
AC
116722004-01-28 Andrew Cagney <cagney@redhat.com>
11673
11674 * tui/tui-stack.h: Update copyright.
11675 (struct frame_info): Add opaque declaration.
11676 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11677 (tui_show_locator_content): Rename tuiShowLocatorContent.
11678 (tui_show_frame_info): Rename tuiShowFrameInfo.
11679 * tui/tui-stack.c: Update copyright. Update references.
11680 * tui/tui-winsource.c: Update references.
11681 * tui/tui-win.c: Update references.
11682 * tui/tui-layout.c: Update references.
11683 * tui/tui-hooks.c: Update copyright, update references.
11684 * tui/tui.c: Update copyright, update references.
11685 * tui/tui-disasm.c: Update references.
11686
5d51ca54
DC
116872004-01-28 David Carlton <carlton@kealia.com>
11688
11689 * dwarf2read.c (add_partial_structure): Use demangled name if
11690 namespace equals "".
11691
086ed43d
JB
116922004-01-27 Jim Blandy <jimb@redhat.com>
11693
11694 Clean up misapplied patch:
11695 * dwarf2read.c (determine_prefix): Change one of the two forward
11696 declarations for 'determine_prefix_aux' to a declaration for this.
11697 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11698 argument to 'die_specification'.
11699
2a35147e
JB
11700 * dwarf2read.c (read_func_scope): Re-indent comment.
11701
a355c7de 117022004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 11703
a355c7de
AC
11704 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11705 b->exp to NULL after freeing so that error during re-parsing or
11706 evaluation of expressions associated with breakpoint don't
11707 eventually lead to re-freeing of storage.
11708 Committed by Andrew Cagney.
11709
63ff5125
AC
117102004-01-27 Andrew Cagney <cagney@redhat.com>
11711
11712 * source.c (ambiguous_line_spec): Delete undefined declaration.
11713 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11714 (m32r_set_server_address, m32r_set_download_path): Ditto.
11715 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11716
e142c38c
DJ
117172004-01-27 Daniel Jacobowitz <drow@mvista.com>
11718
11719 * dwarf2read.c: Update calls to changed and renamed functions, and
11720 references to moved variables.
11721
11722 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11723 language, language_defn, list_in_scope, and ftypes members.
11724 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11725 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11726 (baseaddr): Remove globals.
11727
11728 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11729 (set_cu_language, die_is_declaration, die_specification)
11730 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11731 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11732 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11733 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11734
11735 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11736 cu.list_in_scope. Don't initialize cu_header_offset.
11737 (add_partial_symbol): Add local baseaddr.
11738 (psymtab_to_symtab_1): Add local baseaddr. Use
11739 objfile->section_offsets for consistency. Don't initialize
11740 cu_header_offset; do initialize cu.header.offset and
11741 cu.list_in_scope.
11742 (read_file_scope, read_func_scope, read_lexical_block_scope)
11743 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11744
c6e06ede
MC
117452004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11746
fb328ecc 11747 * PROBLEMS: Add gdb/1516.
c6e06ede 11748
48184fd4
AC
117492003-12-29 Robert Millan <robertmh@gnu.org>
11750
11751 Patch committed by Andrw Cagney.
11752 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11753 * configure.tgt: Match knetbsd*-gnu.
11754
c1321b30
AC
117552004-01-26 Andrew Cagney <cagney@redhat.com>
11756
f3699be3
AC
11757 * breakpoint.c (catch_command_1): Delete #ifdef code.
11758 (catch_fork_command_1): Delete #ifdef wrapper.
11759 (catch_exec_command_1): Ditto.
11760 (catch_load_command_1): Ditto.
11761 (catch_unload_command_1): Ditto.
11762
c1321b30
AC
11763 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11764 (catch_breakpoint): Delete #if0ed function.
11765 (disable_catch_breakpoint): Ditto.
11766 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11767 (disable_catch, enable_catch, delete_catch): Ditto.
11768
b4501125
AC
117692004-01-26 Andrew Cagney <cagney@redhat.com>
11770
11771 * remote.c (echo_check, quit_flag): Delete variables.
11772 (cisco_kernel_mode): Delete variable.
11773 (minitelnet_return, tty_input, escape_count): Delete variables.
11774 (remote_cisco_mode): Delete variable.
11775 (remote_cisco_open, remote_cisco_close): Delete function.
11776 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11777 (init_remote_cisco_ops): Delete function.
11778 (_initialize_remote): Do not install "remote cisco" code.
11779 (read_frame): Delete cisco specific code.
11780 (remote_info_process): Delete function.
11781 (remote_wait): Delete cisco specific code.
11782 (remote_cisco_section_offsets): Delete function.
11783 (remote_cisco_objfile_relocate): Delete function.
11784 (remote_async_wait): Delete cisco specific code.
11785 (minitelnet, readtty, readsocket): Delete function.
11786
74055713
AC
117872004-01-26 Andrew Cagney <cagney@redhat.com>
11788
11789 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11790 comments mentioning extract_returned_value_address.
11791 * infcmd.c (print_return_value): Update. Add comments on
11792 extract_returned_value_address.
11793 * stack.c (return_command): Add comments on
11794 extract_returned_value_address.
11795 * values.c: Update comment.
11796 * m32r-tdep.c: Update comment.
11797 * sparc-tdep.c: Update comment.
11798 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11799 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11800 * sh64-tdep.c (sh64_gdbarch_init): Update.
11801 * sh-tdep.c (sh_gdbarch_init): Update.
11802 * s390-tdep.c (s390_gdbarch_init): Update.
11803 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11804 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11805 * m68k-tdep.c (m68k_gdbarch_init): Update.
11806 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11807 * m32r-tdep.c (m32r_gdbarch_init): Update.
11808 * ia64-tdep.c (ia64_gdbarch_init): Update.
11809 * h8300-tdep.c (h8300_gdbarch_init): Update.
11810 * frv-tdep.c (frv_gdbarch_init): Update.
11811 * arm-tdep.c (arm_gdbarch_init): Update.
11812 * alpha-tdep.c (alpha_gdbarch_init): Update.
11813
a67af2b9
AC
118142004-01-26 Andrew Cagney <cagney@redhat.com>
11815
11816 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11817 SYMBOL_LOCATION_FUNCS
11818 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11819 "struct symbol_ops".
11820 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11821 type to "struct symbol_ops".
11822 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11823 (struct symbol): Replace ".aux_value.loc.funcs" and
11824 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11825 (SYMBOL_OBJFILE): Delete macro.
11826 (SYMBOL_LOCATION_FUNCS): Delete macro.
11827 (SYMBOL_LOCATION_BATON): Update.
11828 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11829 intead of SYMBOL_LOCATION_FUNCS.
11830 * ax-gdb.c (gen_var_ref): Ditto.
11831 * printcmd.c (address_info): Ditto.
11832 * findvar.c (read_var_value): Ditto.
11833 (symbol_read_needs_frame): Ditto.
11834
c034e007
AC
118352004-01-26 Andrew Cagney <cagney@redhat.com>
11836
11837 * dwarf2read.c (read_func_scope): Document frame-base hack.
11838
bb472c1e
MK
118392004-01-25 Mark Kettenis <kettenis@gnu.org>
11840
11841 * infcmd.c (print_return_value): Plug memory leak; delete
11842 ui_stream object. Rename argument `structure_return' to
11843 `struct_return'.
11844
c8e737d5
MK
118452004-01-25 Mark Kettenis <kettenis@gnu.org>
11846
f941662f
MK
11847 * infcmd.c (print_return_value): Wrap long lines.
11848 (finish_command_continuation, finish_command): Remove unused
11849 variable `funcaddr'. Fix some coding-standards problems.
11850
c558d81a 11851 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 11852 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
11853 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11854 TDEP->fpregset to zero.
11855
bf1e5861 11856 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
11857 floating-point registers for traditional NetBSD core files.
11858 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11859 TDEP->sizeof_fpregset here.
11860
4c72d57a
MK
118612004-01-25 Mark Kettenis <kettenis@gnu.org>
11862
566626fa
MK
11863 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11864 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11865 function with code split out from
11866 sparc32nbsd_sigcontext_frame_cache.
11867 (sparc32nbsd_sigcontext_frame_cache): Use
11868 sparc32nbsd_sigcontext_saved_regs.
11869 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11870 OpenBSD.
11871 * sparcobsd-tdep.c: New file.
11872 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11873 (sparcobsd-tdep.o): New dependency.
11874 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11875 * config/sparc/obsd.mt: New file.
11876
4c72d57a
MK
11877 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11878 TDEP->fpregset to be initialized to enable core file register
11879 sets.
11880
7e5e9f88
MK
118812004-01-24 Mark Kettenis <kettenis@gnu.org>
11882
f0f207fd 11883 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
11884 Add opaque declarations.
11885 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11886 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11887 function with code split out from
11888 sparc64nbsd_sigcontext_frame_cache.
11889 (sparc64nbsd_sigcontext_frame_cache): Use
11890 sparc64nbsd_sigcontext_saved_regs.
11891 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11892 OpenBSD.
11893 * sparc64obsd-tdep.c: New file.
11894 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11895 (sparc64obsd-tdep.o): New dependency.
11896 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11897 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11898 * config/sparc/obsd64.mt: New file.
11899
690668cc
MK
11900 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11901 read the instruction at PC.
11902
7e5e9f88
MK
11903 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11904 value of GDB_OSABI_DEFAULT.
11905 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11906 instead of GDB_OSABI_NETBSD_AOUT.
11907
68b6dce9
NR
119082004-01-24 Nick Roberts <nick@nick.uklinux.net>
11909
11910 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11911 copyright.
11912
080ce8c0
AC
119132004-01-23 Andrew Cagney <cagney@redhat.com>
11914
11915 * printcmd.c (display_command): Replace tui_set_display call with
11916 tui_set_layout_for_display_command.
11917 * tui/tui.h (enum tui_win_type): Define.
11918 (tui_set_layout): Delete declaration.
11919 (tui_set_layout_for_display_command): Rename set_tui_layout.
11920 * tui/tui-data.h (enum tui_layout_type): Define.
11921 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11922 "tui.h".
11923 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11924 (tui_default_win_height): Rename tuiDefaultWinHeight.
11925 (tui_default_win_viewport_height): Rename
11926 tuiDefaultWinViewportHeight.
11927 (tui_set_layout): RenametuiSetLayout.
11928 * tui/tui-layout.c: Update references.
11929 * tui/tui.c: Update references.
11930 * tui/tui-disasm.c: Update references.
11931
b368761e
DC
119322004-01-23 David Carlton <carlton@kealia.com>
11933
11934 Partial workaround for PR c++/1511:
11935 * cp-namespace.c: Include frame.h.
11936 (cp_lookup_transparent_type): New
11937 (cp_lookup_transparent_type_loop): New.
11938 * cp-support.h: Declare cp_lookup_transparent_type.
11939 * symtab.c (basic_lookup_transparent_type): Renamed from
11940 lookup_transparent_type.
11941 (lookup_transparent_type): Replace old body by a call to
11942 current_language->la_lookup_transparent_type.
11943 * symtab.h: Update copyright. Declare
11944 basic_lookup_transparent_type.
11945 * language.h: Update copyright.
11946 (struct language_defn): Add la_lookup_transparent_type.
11947 * language.c: Update copyright.
11948 (unknown_language_defn): Add basic_lookup_transparent_type.
11949 (auto_language_defn): Add basic_lookup_transparent_type.
11950 (local_language_defn): Add basic_lookup_transparent_type.
11951 * ada-lang.c: Update copyright.
11952 (ada_language_defn): Add basic_lookup_transparent_type.
11953 * c-lang.c: Update copyright.
11954 (c_language_defn): Add basic_lookup_transparent_type.
11955 (cplus_language_defn): Add basic_lookup_transparent_type.
11956 (asm_language_defn): Add basic_lookup_transparent_type.
11957 (minimal_language_defn): Add basic_lookup_transparent_type.
11958 * f-lang.c: Update copyright.
11959 (f_language_defn): Add basic_lookup_transparent_type.
11960 * jv-lang.c: Update copyright.
11961 (java_language_defn): Add basic_lookup_transparent_type.
11962 * m2-lang.c: Update copyright.
11963 (m2_language_defn): Add basic_lookup_transparent_type.
11964 * objc-lang.c: Update copyright.
11965 (objc_language_defn): Add basic_lookup_transparent_type.
11966 * p-lang.c: Update copyright.
11967 (p_language_defn): Add basic_lookup_transparent_type.
11968 * scm-lang.c: Update copyright.
11969 (scm_language_defn): Add basic_lookup_transparent_type.
11970 * Makefile.in (cp-namespace.o): Depend on frame.h.
11971
fdde2d81
DC
119722004-01-23 David Carlton <carlton@kealia.com>
11973
11974 Patch for PR c++/1520:
11975 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11976 properly if we have a specification die.
11977 (determine_prefix_aux): Rename from determine_prefix.
11978 (determine_prefix): Like the old determine_prefix, but never
11979 returns NULL.
11980
5b828b6b
TR
119812004-01-23 Theodore A. Roth <troth@openavr.org>
11982
11983 * avr-tdep.c: Update copyright.
11984 (avr_iaddr_p): Delete unused function.
11985 (avr_saddr_p): Delete unused function.
11986
a1b8c067
DC
119872004-01-23 David Carlton <carlton@kealia.com>
11988
11989 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11990 Fix for PR symtab/1534.
11991
f2cab569
MK
119922004-01-23 Mark Kettenis <kettenis@gnu.org>
11993
11994 * NEWS (New native configurations): Mention OpenBSD/sparc and
11995 OpenBSD/sparc64.
11996 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11997 * configure.host: Likewise.
11998 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11999 handler for OpenBSD.
12000 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
12001
642d8300
MK
120022004-01-22 Mark Kettenis <kettenis@gnu.org>
12003
89aac506
MK
12004 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
12005 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
12006
36662fde
MK
12007 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
12008 * cli/cli-cmds.c (shell_escape): Likewise.
12009
642d8300
MK
12010 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
12011 OpenBSD .note.openbsd.ident sections.
12012
fae299cd
DC
120132004-01-22 David Carlton <carlton@kealia.com>
12014
12015 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
12016 get_scope_pc_bounds.
12017 (read_file_scope): Ditto.
12018 (get_scope_pc_bounds): New function, produced by extracting code
12019 from the above two functions, consolidating it, and adding support
12020 for DW_TAG_namespace.
12021
a49d618c
MK
120222004-01-22 Mark Kettenis <kettenis@gnu.org>
12023
12024 * osabi.c (MAX_NOTESZ): New define.
12025 (check_note): New function.
12026 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
12027 check_note.
12028
fe61caab
RM
120292004-01-21 Roland McGrath <roland@redhat.com>
12030
12031 * MAINTAINERS (write after approval): Add myself.
12032
ec145965
EZ
120332004-01-21 Eli Zaretskii <eliz@gnu.org>
12034
12035 * utils.c (init_page_info): Move declarations of `rows' and
12036 `cols' before the __GO32__-specific code. Move the closing brace
12037 outside the #ifdef __GO32__..#endif block.
12038 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
12039
877522db
PB
120402004-01-21 Paul Brook <paul@codesourcery.com>
12041
12042 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
12043 BPSTAT_WHAT_CHECK_SHLIBS.
12044
dbf5be1c
PB
120452004-01-21 Paul Brook <paul@codesourcery.com>
12046
12047 * MAINTAINERS: Add myself to write-after-approval.
12048
81f08b92
AC
120492004-01-20 Andrew Cagney <cagney@redhat.com>
12050
5a1efed7
AC
12051 * ax-gdb.c (print_axs_value): Delete unused function.
12052 * jv-lang.c (java_lookup_type): Delete unused function.
12053 * cli/cli-dump.c (dump_filetype): Delete unused function.
12054 * remote-mips.c (remote_mips_insert_hw_breakpoint)
12055 (remote_mips_remove_hw_breakpoint): Delete unused functions.
12056 (mips_getstring): Delete unused function.
12057 (pmon_insert_breakpoint): Delete #if0ed function.
12058 (PMON_MAX_BP): Delete #if0ed MACRO.
12059 (mips_pmon_bp_info): Delete #if0ed variable.
12060 (pmon_remove_breakpoint): Delete #if0ed function.
12061 * monitor.c (monitor_write_even_block): Delete unused function.
12062 (monitor_write_memory_block): Delete #if0ed code.
12063 * dink32-rom.c (dink32_load): Delete unused function.
12064 (_initialize_dink32_rom): Delete #if0ed code.
12065 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
12066
b0a30fce
AC
12067 * tui/tui-command.c: Update references.
12068 * tui/tui-io.c: Update references.
12069 * tui/tui-command.h: Update copyright.
12070 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
12071
81f08b92
AC
12072 * source.c (ambiguous_line_spec): Delete never-defined function.
12073 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
12074 * gdbtypes.c (add_name, add_mangled_type): Ditto.
12075 * cli/cli-cmds.c (validate_comname): Ditto.
12076
65f05602
AC
12077 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
12078 "tui-data.h".
12079 (tui_set_disassem_content): Rename tuiSetDisassemContent.
12080 (tui_show_disassem): Rename tuiShowDisassem.
12081 (tui_show_disassem_and_update_source): Rename
12082 tuiVerticalDisassemScroll.
12083 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
12084 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
12085 * tui/tui.h: Update copyright.
12086 (enum tui_status): Define.
12087 * tui/tui-data.h (enum tui_scroll_direction): Define.
12088 * tui/tui-disasm.c: Update copyright. Update references.
12089 * tui/tui-winsource.c: Update copyright. Update references.
12090 * tui/tui-win.c: Update references.
12091 * tui/tui-layout.c: Update references.
12092
6bb0384f
AC
120932004-01-20 Andrew Cagney <cagney@redhat.com>
12094
12095 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
12096 sym2 to start of block.
12097
9175c9a3
MC
120982004-01-19 Michael Chastain <mec.gnu@mindspring.com>
12099
12100 * MAINTAINERS: Delete mmalloc.
12101 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
12102 * NEWS: Mention removal of --with-malloc.
12103 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
12104 * config.in: Regenerate.
12105 * configure: Regenerate.
6bb0384f
AC
12106 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
12107 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
12108 * gdbinit.in: Remove mmalloc.
12109 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
12110 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
12111 * config/i386/go32.mh: Likewise.
12112 * config/i386/interix.mh: Likewise.
12113 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
12114
4fcef00a
JJ
121152004-01-19 Jeff Johnston <jjohnstn@redhat.com>
12116
12117 * linespec.c (decode_variable, symtab_from_filename): Call
12118 error_silent with error message instead of throwing an exception
12119 directly.
12120 * defs.h (error_silent, error_output_message): Add prototypes.
12121 (catch_exceptions_with_msg): Ditto.
12122 * utils.c (error_silent, error_output_message): New functions.
12123 * top.c (catch_exceptions_with_msg): New function.
12124
8e94b928
NR
121252004-01-20 Nick Roberts <nick@nick.uklinux.net>
12126
12127 * mi/mi-cmds.h (enum print_values): Add definition.
12128
12129 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
12130 type and value for simple data types and just the name and type
12131 for complex ones, if required.
12132
12133 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
12134 children, if required.
12135
a02d6af8
KB
121362004-01-19 Kevin Buettner <kevinb@redhat.com>
12137
12138 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
12139 unused declarations.
12140
78a4a9b9
AC
121412004-01-19 Andrew Cagney <cagney@redhat.com>
12142
12143 * top.h (mapped_symbol_files): Delete declaration.
12144 * main.c (captured_main): Delete option "m" and "mapped".
12145 * objfiles.c (mapped_symbol_files): Delete variable.
12146 * symfile.c (symbol_file_command): Delete mmap code.
12147 (symbol_file_add_with_addrs_or_offsets): Ditto.
12148 (add_symbol_file_command, reread_separate_symbols): Ditto.
12149 * objfiles.h (OBJF_MAPPED): Delete.
12150 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
12151 (free_objfile) [USE_MMALLOC]: Ditto.
12152 (open_existing_mapped_file): Delete function.
12153 (open_mapped_file): Delete function.
12154 (map_to_file): Delete function.
12155
2dbd5e30
KB
121562004-01-19 Kevin Buettner <kevinb@redhat.com>
12157
12158 * infrun.c (step_into_function): Account for possible breakpoint
12159 adjustment when computing ``stop_func_start''.
12160
437b434f
KB
121612004-01-19 Kevin Buettner <kevinb@redhat.com>
12162
12163 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
12164 the region size against the size of a pointer, not the size of
12165 a register as given by DEPRECATED_REGISTER_SIZE.
12166
55fb0713
AC
121672004-01-19 Andrew Cagney <cagney@redhat.com>
12168
12169 * tui/tui-regs.h: Include "tui-data.h".
12170 (tuiFirstRegElementNoInLine): Delete declaration.
12171 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
12172 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
12173 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
12174 (tui_calculate_regs_column_count): Rename
12175 tuiCalculateRegsColumnCount.
12176 (tui_check_register_values): Rename tuiCheckRegisterValues.
12177 (tui_show_registers): Rename tuiShowRegisters.
12178 (tui_display_registers_from_line): Rename
12179 tuiDisplayRegistersFromLine.
12180 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
12181 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
12182 (tui_first_reg_element_no_inline): Rename
12183 tuiFirstRegElementNoInLine.
12184 * tui/tui-data.h: Update copyright.
12185 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
12186 * tui/tui-windata.c: Update copyright, update references.
12187 * tui/tui-regs.c: Update copyright, update references.
12188 * tui/tui-win.c: Update copyright, update references.
12189 * tui/tui-layout.c: Update copyright, update references.
fe61caab 12190
cebe9500
AC
121912004-01-18 Andrew Cagney <cagney@redhat.com>
12192
bcdf1568
AC
12193 * tui/tui-io.c: Update copyright.
12194 (key_is_end_sequence, key_is_backspace): New functions.
12195 (key_is_command_char, key_is_start_sequence): New function.
12196 (tui_getc): Update references.
12197 * tui/tui-io.h: Update copyright.
12198 (m_tuiStartNewLine): Delete macro.
12199 (m_isBackspace, m_isDeleteChar): Delete macros.
12200 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
12201 (m_isNextPage, m_isPrevPage): Delete macros.
12202 (m_isLeftArrow, m_isRightArrow): Delete macros.
12203 (m_isXdbStyleCommandChar): Delete macro.
12204 (key_is_start_sequence): Declare, replace m_isStartSequence.
12205 (key_is_end_sequence): Declare, replace m_isEndSequence.
12206 (key_is_backspace): Declare ,replace m_isBackspace.
12207 (key_is_command_char): Declare, replace m_isCommandChar.
12208 * tui/tui-command.c: Update copyright.
12209 (tuiDispatchCtrlChar): Update references.
12210
130d87e6
AC
12211 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
12212 tuiSourceWin.h.
12213
d7b2e967
AC
12214 * tui/tui-command.c: Rename tui/tuiCommand.c.
12215 * tui/tui-command.h: Rename tui/tuiCommand.h.
12216 * tui/tui-data.c: Rename tui/tuiData.c.
12217 * tui/tui-data.h: Rename tui/tuiData.h.
12218 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
12219 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
12220 * tui/tui-io.c: Rename tui/tuiIO.c.
12221 * tui/tui-io.h: Rename tui/tuiIO.h.
12222 * tui/tui-layout.c: Rename tui/tuiLayout.c.
12223 * tui/tui-layout.h: Rename tui/tuiLayout.h.
12224 * tui/tui-regs.c: Rename tui/tuiRegs.c.
12225 * tui/tui-regs.h: Rename tui/tuiRegs.h.
12226 * tui/tui-source.c: Rename tui/tuiSource.c.
12227 * tui/tui-source.h: Rename tui/tuiSource.h.
12228 * tui/tui-stack.c: Rename tui/tuiStack.c.
12229 * tui/tui-stack.h: Rename tui/tuiStack.h.
12230 * tui/tui-win.c: Rename tui/tuiWin.c.
12231 * tui/tui-win.h: Rename tui/tuiWin.h.
12232 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
12233 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
12234 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
12235 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
12236 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
12237 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
12238 * tui/tui-file.c: Update includes.
12239 * tui/tui-hooks.c: Update includes.
12240 * tui/tui-interp.c: Update includes.
12241 * tui/tui.c: Update includes.
12242 * Makefile.in: Update all tui/ dependencies.
12243 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
12244
b2100910
AC
12245 * Makefile.in: Update copyright. Update dependencies.
12246
cebe9500
AC
12247 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
12248 problem.
12249
c6f0559b
AC
122502004-01-18 Andrew Cagney <cagney@redhat.com>
12251
43e9390b
AC
12252 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
12253 instead of register_gdbarch_init.
12254
c6f0559b
AC
12255 * remote-sds.c (tohex): Delete unused function. Update copyright.
12256 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
12257 * v850-tdep.c (v850_register_virtual_size): Ditto.
12258 * target.c (normal_target_post_startup_inferior): Ditto.
12259 * source.c (ambiguous_line_spec): Ditto.
12260 * remote.c (adapt_remote_get_threadinfo): Ditto.
12261 * mi/mi-out.c (out_field_fmt): Ditto.
12262 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
12263 (output_control_change_notification): Ditto.
12264 * m68k-tdep.c (m68k_register_byte): Ditto.
12265 (m68k_remote_breakpoint_from_pc): Ditto.
12266 * ui-out.c (init_ui_out_state): Delete unused declaration.
12267 * stabsread.c (search_value): Ditto.
12268 * mi/mi-cmd-env.c (env_cli_command): Ditto.
12269 * maint.c (print_section_table): Ditto.
12270 * infrun.c (set_follow_fork_mode_command): Ditto.
12271
a8504492
MK
122722004-01-18 Mark Kettenis <kettenis@gnu.org>
12273
12274 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
12275 DW_CFA_def_cfa_exporession. Add support for
12276 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
12277 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
12278
0bd8997e
AC
122792004-01-18 Andrew Cagney <cagney@redhat.com>
12280
12281 * ocd.c: Update copyright.
12282 (bdm_read_register_command): Delete unused function.
12283 (_initialize_remote_ocd): Delete commented out reference.
12284 (get_quoted_char, reset_packet): Delete #if0ed function.
12285 (output_packet, put_quoted_char): Delete #if0ed function.
12286 (stu_put_packet, stu_get_packet): Delete #if0ed function.
12287 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
12288 (BDM_BREAKPOINT): Delete #if0ed macro.
12289 (remote_timeout): Delete #if0ed variable.
12290
31bb40e4
MK
122912004-01-18 Mark Kettenis <kettenis@gnu.org>
12292
12293 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
12294 (core-sol2.o): Remove dependency.
12295 * core-sol2.c: Remove file.
12296
887432a5
AC
122972004-01-17 Andrew Cagney <cagney@redhat.com>
12298
12299 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
12300 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
12301 enums.
12302
29182b13
DJ
123032004-01-17 Daniel Jacobowitz <drow@mvista.com>
12304
12305 * remote.c: Update copyright years.
12306
2963ee1d
DJ
123072004-01-17 Daniel Jacobowitz <drow@mvista.com>
12308
12309 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
12310
79d45cd4
AC
123112004-01-17 Andrew Cagney <cagney@redhat.com>
12312
ee300cd4
AC
12313 * mdebugread.c: Update copyright.
12314 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
12315 (parse_type, parse_procedure): Ditto.
12316 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
12317
fcacc9c2
AC
12318 * cris-tdep.c (cris_store_struct_return): Put back accidently
12319 deleted function.
12320
79d45cd4
AC
12321 * gdbarch.sh: Update copyright year.
12322 * gdbarch.h, gdbarch.c: Re-generate.
12323
b263358a
DJ
123242004-01-17 Daniel Jacobowitz <drow@mvista.com>
12325
12326 Suggested by George Anzinger.
12327 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
12328 correct stack offset. Include unknown opcode numbers in the error
12329 message.
12330
931aecf5
AC
123312004-01-17 Andrew Cagney <cagney@redhat.com>
12332
12333 * x86-64-tdep.c (x86_64_init_abi): No need to clear
12334 extract_struct_value_address, i386 does not set it.
12335 * sparc64-tdep.c (sparc64_init_abi): Do not set
12336 extract_struct_value_address, never called.
12337 (sparc64_extract_struct_value_address): Delete function.
12338 * m68hc11-tdep.c: Update copyright.
12339 (m68hc11_gdbarch_init): Delete redundant assignment of
12340 extract_struct_value_address.
12341 * i386-tdep.c: Update copyright.
12342 (i386_gdbarch_init): Do not set extract_struct_value_address,
12343 never called.
12344 (i386_extract_struct_value_address): Delete function.
12345 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
12346 extract_struct_value_address, never called.
12347 (sparc32_extract_struct_value_address): #if 0 function. Add
12348 comments explaining its future.
12349
756fe439
DJ
123502004-01-17 Daniel Jacobowitz <drow@mvista.com>
12351
12352 * arm-tdep.c (arm_write_pc): New function.
12353 (arm_gdbarch_init): Call set_gdbarch_write_pc.
12354
e74f0f02
DJ
123552004-01-17 Daniel Jacobowitz <drow@mvista.com>
12356
12357 * breakpoint.c (must_shift_inst_regs): Delete.
12358 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
12359 and SHIFT_INST_REGS.
12360 * infcmd.c (step_1, step_1_continuation): Delete references to
12361 SHIFT_INST_REGS.
12362 * infrun.c (keep_going): Likewise.
12363 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
12364 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
12365
b6cb9035
AC
123662004-01-17 Andrew Cagney <cagney@redhat.com>
12367
444a1e2e
AC
12368 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
12369 * gdbarch.h, gdbarch.c: Re-generate.
12370 * infcmd.c (print_return_value): Delete reference to
12371 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
12372
def7e6ed
AC
12373 * cris-tdep.c (cris_gdbarch_init): Do not set
12374 deprecated_extract_struct_value_address.
12375
07be497a
AC
12376 * xstormy16-tdep.c: Update copyright.
12377 (xstormy16_extract_struct_value_address): Update to current
12378 extract struct value address interface.
12379 (xstormy16_gdbarch_init): Set extract_struct_value_address.
12380 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
12381 current extract struct value address interface.
12382 (sh64_gdbarch_init): Set extract_struct_value_address.
12383
6b4d5c91
AC
12384 * cris-tdep.c: Update copyright.
12385 (cris_extract_struct_value_address): Delete function.
12386 (struct_return_address): Delete variable.
12387 (cris_store_struct_return): Do not set struct_return_address.
12388
464e0365
AC
12389 * mcore-tdep.c: Update copyright.
12390 (mcore_extract_struct_value_address): Delete function. Update
12391 comments.
12392 (mcore_gdbarch_init): Update.
12393 * mn10300-tdep.c: Update copyright.
12394 (mn10300_extract_struct_value_address): Delete function.
12395 (mn10300_gdbarch_init): Update.
12396 * v850-tdep.c: Update copyright.
12397 (v850_extract_struct_value_address): Delete.
12398 (v850_gdbarch_init): Update.
12399 * ns32k-tdep.c: Update copyright.
12400 (ns32k_extract_struct_value_address): Delete.
12401 (ns32k_gdbarch_init): Update.
12402 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
12403 (hppa_gdbarch_init): Update.
12404 * vax-tdep.c: Update copyright.
12405 (vax_extract_struct_value_address): Delete.
12406 (vax_gdbarch_init): Update.
12407
afb18d0f
AC
12408 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
12409 * gdbarch.h, gdbarch.c: Re-generate.
12410 * procfs.c (procfs_fetch_registers): Delete reference to
12411 DEPRECATED_NPC_REGNUM.
12412 (procfs_store_registers): Ditto.
12413 * regcache.c (generic_target_write_pc): Simplify.
12414 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
12415
a698f53e
AC
12416 * core-sol2.c (fetch_core_registers): Replace
12417 DEPRECATED_NPC_REGNUM with equivalent tdep value.
12418
adc11376
AC
12419 * hppa-tdep.c: Update copyright year.
12420 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
12421 NPC_REGNUM.
12422 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
12423
b6cb9035
AC
12424 * mips-tdep.c (mips_write_pc): New function.
12425 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
12426 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
12427 (mips_find_saved_regs, mips_software_single_step: Ditto.
12428 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
12429 mips_init_extra_frame_info, mips_pop_frame): Ditto.
12430
6d82d43b
AC
124312004-01-17 Andrew Cagney <cagney@redhat.com>
12432
12433 * mips-tdep.c: Re-indent. Group functions by ABI.
12434
71bd6bd4
AC
124352004-01-17 Andrew Cagney <cagney@redhat.com>
12436
12437 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
12438 * gdbarch.c: Re-generate.
12439 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12440 DECR_PC_AFTER_BREAK to zero.
12441 * vax-tdep.c (vax_gdbarch_init): Ditto.
12442 * v850-tdep.c (v850_gdbarch_init): Ditto.
12443 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12444 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12445 * sh-tdep.c (sh_gdbarch_init): Ditto.
12446 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12447 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12448 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12449 * mips-tdep.c (mips_gdbarch_init): Ditto.
12450 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12451 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12452 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12453 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12454 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12455 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12456 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12457 * frv-tdep.c (frv_gdbarch_init): Ditto.
12458 * cris-tdep.c (cris_gdbarch_init): Ditto.
12459 * avr-tdep.c (avr_gdbarch_init): Ditto.
12460 * arm-tdep.c (arm_gdbarch_init): Ditto.
12461 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
12462
a02abb62
JB
124632004-01-17 J. Brobecker <brobecker@gnat.com>
12464
12465 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
12466 Delete, no longer used.
12467 (read_subrange_type): New function, mostly extracted from
12468 read_array_type().
12469 (read_array_type): Replace extracted code by call to
12470 read_subrange_type().
12471 (dwarf2_get_attr_constant_value): New function.
12472 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
12473 (add_partial_symbol): Likewise.
12474 (process_die): Likewise.
12475 (new_symbol): Likewise.
12476 (read_type_die): Likewise.
12477
cf5b2f1b
AC
124782004-01-16 Andrew Cagney <cagney@redhat.com>
12479
12480 * symfile.c: Update copyright year.
12481 (compare_symbols): Delete unused function.
12482 * stabsread.c: Update copyright year.
12483 (lrs_general_complaint): Delete unused function.
12484 (ref_search_value): Ditto.
12485 (get_substring): Delete declaration.
12486 * sh64-tdep.c: Update copyright year.
12487 (sh64_get_gdb_regnum): Delete unused function.
12488 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
12489 Delete unused function.
12490
d33b9831
MK
124912004-01-17 Mark Kettenis <kettenis@gnu.org>
12492
12493 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
12494 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
12495
7aea86e6
AC
124962004-01-16 Andrew Cagney <cagney@redhat.com>
12497
12498 Changes from Peter Schauer.
12499 * rs6000-tdep.c: Update copyright year.
12500 (rs6000_push_dummy_call): Update the stack pointer before
12501 accessing the corresponding stack region.
12502 * rs6000-nat.c: Update copyright year.
12503 (set_host_arch): Set "info.abfd" to "exec_bfd".
12504
26b0da32
MK
125052004-01-15 Mark Kettenis <kettenis@gnu.org>
12506
12507 * blockframe.c: Update copyright year.
12508 (inside_entry_func): Don't treat a zero PC specially.
12509
86fbe6cc
EZ
125102004-01-14 Elena Zannoni <ezannoni@redhat.com>
12511
12512 * gcore.c (gcore_copy_callback): Use paddr_d to print size
12513 variable.
12514 (gcore_create_callback): Ditto. Skip any memory segment that has
12515 no permissions set.
12516
63d06c5c
DC
125172004-01-14 David Carlton <carlton@kealia.com>
12518
12519 Change symbols for C++ nested types to contain the fully qualified
12520 name, if possible. (At least in the DWARF-2 case.) Partial fix
12521 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
12522 c++/895.
12523 * c-exp.y (qualified_type): Handle types nested within classes.
12524 * cp-namespace.c: Update comments.
12525 (cp_set_block_scope): Delete #if 0.
12526 (cp_lookup_nested_type): Handle types nested within classes.
12527 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
12528 when appropriate.
12529 (add_partial_symbol): Add the name of the enclosing namespace to
12530 types.
12531 (pdi_needs_namespace): New.
12532 (add_partial_namespace): Tweak comment.
12533 (add_partial_structure): New.
12534 (psymtab_to_symtab_1): Initialize processing_current_prefix
12535 here...
12536 (process_die): instead of here.
12537 (read_structure_scope): Try to figure out the name of the class or
12538 namespace that the structure might be defined within.
12539 (read_enumeration): Generate fully-qualified names, if possible.
12540 (read_namespace): Don't set name to NULL.
12541 (die_specification): New.
12542 (new_symbol): Generate fully-qualified names for types.
12543 (read_type_die): Determine appropriate prefix.
12544 (determine_prefix): New.
12545 (typename_concat): New.
12546 (class_name): New.
12547 * valops.c (value_aggregate_elt): Pass NOSIDE to
12548 value_struct_elt_for_reference.
12549 (value_struct_elt_for_reference): Make static, add NOSIDE
12550 parameter, call value_maybe_namespace_elt as a last resort.
12551 (value_namespace_elt): Break out code into
12552 value_maybe_namespace_elt.
12553 (value_maybe_namespace_elt): New.
12554
87783b8b
AC
125552004-01-12 Andrew Cagney <cagney@redhat.com>
12556
12557 * mips-tdep.c (mips_convert_register_p): Handle both raw and
12558 cooked floating-point registers.
12559 (mips_gdbarch_init): Set convert_register_p, register_to_value,
12560 and value_to_register.
12561
6503b91e
AC
125622004-01-13 Andrew Cagney <cagney@redhat.com>
12563
12564 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
12565 * gdbarch.c: Re-generate.
12566 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12567 FUNCTION_START_OFFSET.
12568 * v850-tdep.c (v850_gdbarch_init): Ditto.
12569 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12570 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12571 * sh-tdep.c (sh_gdbarch_init): Ditto.
12572 * s390-tdep.c (s390_gdbarch_init): Ditto.
12573 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12574 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12575 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12576 * mips-tdep.c (mips_gdbarch_init): Ditto.
12577 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12578 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
12579 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12580 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12581 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12582 * i386-tdep.c (i386_gdbarch_init): Ditto.
12583 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12584 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12585 * frv-tdep.c (frv_gdbarch_init): Ditto.
12586 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12587 * cris-tdep.c (cris_gdbarch_init): Ditto.
12588 * avr-tdep.c (avr_gdbarch_init): Ditto.
12589 * arm-tdep.c (arm_gdbarch_init): Ditto.
12590 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12591
ea1dd7bc
DJ
125922004-01-13 Daniel Jacobowitz <drow@mvista.com>
12593
12594 * infrun.c (follow_fork_mode_ask): Remove.
12595 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
12596 (follow_fork): Simplify and remove internal error for
12597 follow_fork_mode_ask.
12598 (_initialize_infrun): Update "set follow-fork-mode" help text.
12599
0f0cffd2
AC
126002004-01-13 Andrew Cagney <cagney@redhat.com>
12601
12602 * configure.in: Update copyright year.
12603 (build_warnings): Add -Wunused-label.
12604 * configure: Re-generate.
12605
de38af99
AC
126062004-01-12 Andrew Cagney <cagney@redhat.com>
12607
954a7fba
AC
12608 * exec.h (exec_ops): Make "extern".
12609
de38af99
AC
12610 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12611 the function is void.
12612 (mips_pseudo_register_write): Ditto.
12613
1a111ce3
AC
126142004-01-12 Andrew Cagney <cagney@redhat.com>
12615
12616 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12617 call. Never defined.
12618 * sparc-tdep.h (struct frame_info): Add opaque declaration.
12619 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12620 (struct sparc_gregset, struct regcache): Ditto.
12621 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
12622
48efe704
AC
126232004-01-12 Andrew Cagney <cagney@redhat.com>
12624
12625 * mi/ChangeLog: Delete file. Renamed to ...
12626 * mi/ChangeLog-1999-2003: New file.
12627 * tui/ChangeLog: Delete file. Renamed to ...
12628 * tui/ChangeLog-1998-2003: New file.
fe61caab 12629
a54124c5
MK
126302004-01-11 Mark Kettenis <kettenis@gnu.org>
12631
2ca62865
MK
12632 * sparc64nbsd-tdep.c: Include "regset.h".
12633 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12634 Remove variables.
12635 (fetch_core_registers): Remove function.
12636 (sparc64nbsd_core_fns): Remove variable.
12637 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12638 functions.
12639 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12640 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12641 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12642
ca9d58e9
MK
12643 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12644 sparc_extract_struct_value_address.
12645 (sparc32_gdbarch_init): Set extract_struct_value_address.
12646 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12647 function.
12648 (sparc64_init_abi): Set extract_struct_value_address. Don't set
12649 return_value_on_stack.
12650
3cc87ec0
MK
12651 * NEWS: Mention that %cs and %ss have been added to the AMD64
12652 configurations
12653
5bf00f29
MK
12654 * frame.c: Update copyright year.
12655 (get_prev_frame): Improve comment.
12656
4f7ec84e
MK
12657 * sparc64fbsd-tdep.c: Include "regset.h".
12658 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12659 Remove variables.
12660 (fetch_core_registers): Remove function.
12661 (sparc64fbsd_core_fns): Remove variable.
12662 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12663 functions.
12664 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12665 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 12666 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 12667
4e7b0cd3
MK
12668 * sparcnbsd-tdep.c: Include "regset.h".
12669 (fetch_core_registers): Remove function.
12670 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12671 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12672 functions.
12673 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12674 TDEP->fpregset.
46b58ce9 12675 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 12676
a54124c5
MK
12677 * sparc-tdep.h (struct regset): Provide opaque declaration.
12678 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12679 fpregset and sizeof_fpregset members.
12680 * sparc-tdep.c (struct regset): Provide opaque declaration.
12681 (sparc_regset_from_core_section): New function.
12682 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12683 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12684 Set regset_from_core_section when appropriate.
12685
29ff87c5
MK
126862004-01-10 Mark Kettenis <kettenis@gnu.org>
12687
79b1ab3d
MK
12688 * x86-64-tdep.c (amd64_non_pod_p): New function.
12689 (amd64_classify_aggregate): Return class memory for non-POD
12690 C++ structure types.
12691
6470d250
MK
12692 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12693 argument. Use it to reserve a register if necessary.
12694 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12695 amd64_push_arguments.
12696
562c50c2
MK
12697 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12698
af233647
MK
12699 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12700 register numbers in comments.
12701 * x86-64-tdep.h: Update copyright year.
12702 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12703 Adjust for addition of %cs and %ss.
12704 * amd64fbsd-nat.c: Update copyright year.
12705 (reg_offset): Add register offsets for %cs and %ss.
12706 * amd64fbsd-tdep.c: Update copyright year.
12707 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12708 (amd64fbsd_sc_reg_offset): Likewise.
12709 * x86-64-linux-nat.c: Update copyright year.
12710 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12711 and %ss.
12712 * amd64nbsd-nat.c: Update copyright year.
12713 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12714 * amd64nbsd-tdep.c: Update copyright year.
12715 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12716 * x86-64-linux-tdep.c: Update copyright year.
12717 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12718 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12719 * regformats/reg-x86-64.dat: Add %cs and %ss.
12720
29ff87c5
MK
12721 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12722 variables to prevent long lines. Update comments to reflect
12723 reality.
12724
38d518c9
EZ
127252004-01-09 David Carlton <carlton@kealia.com>
12726
12727 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12728 * dwarf2read.c (read_namespace): Pull out name-generating code
12729 into namespace_name. Rename previous_namespace to previous_prefix
12730 and processing_current_namespace to processing_current_prefix..
12731 (namespace_name): New function.
12732 (add_partial_symbol): Substitute uses of pdi->name with
12733 actual_name.
12734 * cp-support.h: Rename processing_current_namespace to
12735 processing_current_prefix.
12736 Update copyright year.
12737 * cp-namespace.c: Rename processing_current_namespace to
12738 processing_current_prefix.
12739 Update copyright year.
fe61caab 12740
1e4728e7
AC
127412004-01-09 Andrew Cagney <cagney@redhat.com>
12742
12743 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12744
c77c642a
MK
127452004-01-09 Mark Kettenis <kettenis@gnu.org>
12746
12747 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12748 complaining.
12749 (process_one_symbol): Deal with N_PATCH stabs.
12750
b44e9041
EZ
127512004-01-09 Elena Zannoni <ezannoni@redhat.com>
12752
12753 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12754 ifdeffed code.
12755 Update copyright year.
38d518c9 12756
eccfb640
MC
127572004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12758
12759 * config/pa/tm-hppa.h: Update extern declarations for
12760 hppa32_hpux_frame_saved_pc_in_sigtramp,
12761 hppa32_hpux_frame_base_before_sigtramp, and
12762 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12763
848c5feb
MC
127642004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12765
12766 * config/pa/tm-hppah.h: Update copyright years.
12767
3cc5d663
AC
127682004-01-08 Andrew Cagney <cagney@redhat.com>
12769
12770 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12771 (mips_o32_reg_struct_has_addr): Delete function.
12772 (mips_gdbarch_init): Update.
12773 (mips_extract_struct_value_address): Delete function.
12774
bfec0b41
JJ
127752004-01-08 David Mosberger <davidm@hpl.hp.com>
12776
12777 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12778 reality.
12779
16e109ca
AC
127802004-01-07 Andrew Cagney <cagney@redhat.com>
12781
6214a8a1
AC
12782 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12783 architecture's elf flags (when available).
12784
8d5838b5
AC
12785 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12786 FPU to the start, check the MIPS FPU when looking for an old
12787 architecture.
12788 (set_mipsfpu_single_command): Update the architecture.
12789 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12790
480d3dd2
AC
12791 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12792 (mips_mask_address_p): Add "tdep" parameter.
12793 (show_mask_address, mips_addr_bits_remove): Update.
12794 (mips_dump_tdep): Update.
12795 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12796 (MIPS_STACK_ARGSIZE): Delete macro.
12797 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12798 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12799 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12800 (mips_dump_tdep): Update.
12801 (MIPS_SAVED_REGSIZE): Delete macro.
12802 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12803 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12804 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12805 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12806 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12807 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12808 (mips_pop_frame, return_value_location): Update.
12809 (mips_n32n64_return_value, mips_dump_tdep): Update.
12810
ec03c1ac
AC
12811 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12812 MIPS ABI.
12813
16e109ca
AC
12814 * mips-tdep.c: Update copyright.
12815 (mips_gdbarch_init): Merge two code blocks handling the register
12816 name and number layout.
12817
15255275
MS
128182004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12819
12820 * tracepoint.c (validate_actionline): Fix segv at EOF
12821
9f9057da
MC
128222004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12823
12824 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12825 properly for static fields.
12826
0127c0d3 128272004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 12828 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
12829
12830 * disasm.c: Update copyright to include 2004.
12831 (do_mixed_source_and_assembly): For uiout asm list
12832 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 12833 NULL and do so prior to loop. Only reset when we close off
0127c0d3 12834 the tuple/list. Move check for whether to close off the
fe61caab 12835 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
12836 on each loop iteration.
12837
5269965e
AC
128382004-01-05 Andrew Cagney <cagney@redhat.com>
12839
54f1137d
AC
12840 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12841 should be a switch case and not a label.
12842 * mips-tdep.c (mips32_next_pc): Delete unused labels
12843 "greater_equal_branch" and "less_zero_branch".
12844 * jv-valprint.c (java_print_value_fields): Delete unused label
12845 "flush_it".
12846
5269965e
AC
12847 * target.c (unpush_target): Only close a target that is in the
12848 target stack.
12849
dbc22fa1
MK
128502004-01-05 Mark Kettenis <kettenis@gnu.org>
12851
9515395e
MK
12852 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12853 address from [sp + 64] instead of %o2.
12854
dbc22fa1
MK
12855 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12856 fixes PR backtrace/1476.
12857
5439edaa
AC
128582004-01-05 Andrew Cagney <cagney@redhat.com>
12859
12860 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12861 move to start of file.
12862 * i386-tdep.h (struct regcache): Add opaque declaration.
12863 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12864 declaration.
12865 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12866 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12867 * win32-nat.c (fake_create_process): Use ISO C style definition.
12868 * stabsread.c (define_symbol): Delete #ifndef
12869 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12870 stabs_argument_has_addr call, macro never defined.
12871
19061abe
MC
128722004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12873
12874 * op50-rom.c: Delete.
12875 * w89k-rom.c: Delete.
12876 * Makefile.in: Remove references.
12877
e53bef9f
MK
128782004-01-04 Mark Kettenis <kettenis@gnu.org>
12879
12880 * x86-64-tdep.c: Update copyright year.
12881 (struct amd64_register_info): Rename from x86_64_register_info.
12882 (amd64_register_info): Rename from x86_64_register_info.
12883 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12884 (amd64_register_name): Rename from x86_64_register_name.
12885 (amd64_register_type): Rename from x86_64_register_type.
12886 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12887 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12888 (amd64_dwarf_reg_to_regnum): Rename from
12889 x86_64_dwarf_reg_to_regnum.
12890 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12891 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12892 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12893 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12894 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12895 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12896 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12897 (amd64_frame_cache): Rename from x86_64_frame_cache.
12898 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12899 (amd64_frame_prev_register): Rename from
12900 x86_64_frame_prev_register.
12901 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12902 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12903 (amd64_sigtramp_frame_cache): Rename from
12904 x86_64_sigtramp_frame_cache.
12905 (amd64_sigtramp_frame_prev_register): Rename from
12906 x86_64_sigtramp_frame_prev_register.
12907 (amd64_sigtramp_frame_unwind): Rename from
12908 x86_64_sigtramp_frame_unwind.
12909 (amd64_sigtramp_frame_sniffer): Rename from
12910 x86_64_sigtramp_frame_sniffer.
12911 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12912 (amd64_frame_base): Rename from x86_64_frame_base.
12913 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12914 (amd64_frame_align): Rename from x86_64_frame_align.
12915 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12916 (amd64_regset_from_core_section): Rename from
12917 x86_64_regset_from_core_section.
12918 (x86_64_init_abi): Update comments.
12919
fca6aa58
NR
129202004-01-04 Nick Roberts <nick@nick.uklinux.net>
12921
12922 * MAINTAINERS (write after approval): Add myself.
12923
8ada74e3
MK
129242004-01-04 Mark Kettenis <kettenis@gnu.org>
12925
12926 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12927 `float' arguments.
12928
5154b0cd
MK
129292004-01-04 Mark Kettenis <kettenis@gnu.org>
12930
12931 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12932 such that it mentions a specific version of GCC that exhibits this
12933 bug.
12934
fb316966
MK
129352004-01-03 Mark Kettenis <kettenis@gnu.org>
12936
200cc553
MK
12937 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12938 structure that has a single `float' member, store it in %f1 in
12939 addition to %f0.
12940
e226a4a0
MK
12941 * sparc-sol2-nat.c: Add missing '\'.
12942
b9d4c5ed
MK
12943 * sparc-tdep.c (sparc32_return_value): New function.
12944 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12945 Remove functions.
12946 (sparc32_gdbarch_init): Set return_value, don't set
12947 extract_return_value, store_return_value, use_struct_convention
12948 and return_value_on_stack.
12949
fb316966
MK
12950 * sparc-sol2-nat.c: Add missing ')'.
12951
1af510a8
JB
129522004-01-03 J. Brobecker <brobecker@gnat.com>
12953
12954 * infrun.c (handle_step_into_function): New function.
12955 (handle_inferior_event): Extract out some code into the new
12956 function above.
12957
5cf4d23a
JB
129582004-01-03 J. Brobecker <brobecker@gnat.com>
12959
12960 * infrun.c (handle_inferior_event): Move the declaration of
12961 real_stop_pc inside the if blocks where it is used.
12962
60af1db2
MK
129632004-01-03 Mark Kettenis <kettenis@gnu.org>
12964
12965 * sparc64-tdep.c (sparc64_16_byte_align_p)
12966 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12967 Use check_typedef to get subtypes of structures and unions.
12968 (sparc64_store_return_value): Fix calculation of the appropriate
12969 offset into VALBUF when storing a structure or union.
12970 (sparc64_return_value): New function.
12971 (sparc64_use_struct_convention): Remove function.
12972 (sparc64_init_abi): Set return_value, don't set
12973 extract_return_value, store_return_value and
12974 use_struct_convention.
12975
1a901d3f
EZ
129762004-01-03 Eli Zaretskii <eliz@elta.co.il>
12977
12978 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12979 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12980 gdb/config/alpha/xm-alphaosf.h,
12981 gdb/config/powerpc/tm-ppcle-eabi.h,
12982 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12983 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12984 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12985 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12986 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12987 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12988 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12989 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12990 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12991 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12992 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12993 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12994 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12995 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12996 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12997 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12998 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12999 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
13000 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
13001 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
13002 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
13003 Remove lines for .cvsignore files.
13004
ef52e463
JB
130052004-01-03 J. Brobecker <brobecker@gnat.com>
13006
13007 * infrun.c: Back out the previous change.
13008
cb1bf9dc
MK
130092004-01-03 Mark Kettenis <kettenis@gnu.org>
13010
f0424ef6
MK
13011 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
13012 sparc-*-sunos4* to the list of REMOVED configurations.
13013
cb1bf9dc
MK
13014 * configure.tgt: Add back sparc-*-vxworks*.
13015 * remote-vxsparc.c: Remove all includes except for "defs.h",
13016 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
13017 Include "sparc-tdep.h".
13018 (SPARC_R_G1): New define.
13019 (vxsparc_gregset): New variable.
13020 (ext_format_sparc): Remove extern declaration.
13021 (vx_read_register): Rewrite to use sparc32_supply_gregset and
13022 sparc32_supply_fpregset.
13023 (vx_write_register): Rewrite to use sparc32_collect_gregset,
13024 sparc_collect_rwindow and sparc32_collect_fpregset.
13025 * config/sparc/tm-vxworks.h: New file, based on recently removed
13026 tm-vxsparc.h.
13027 * config/sparc/vxworks.mt: New file, based on recently removed
13028 vxworks.mt.
fe61caab 13029
5e938f9f
JB
130302004-01-03 J. Brobecker <brobecker@gnat.com>
13031
13032 * infrun.c (handle_step_into_function): New function.
13033 (handle_inferior_event): Extract out some code into the new
13034 function above.
13035
386c036b
MK
130362004-01-02 Mark Kettenis <kettenis@gnu.org>
13037
13038 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
13039 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
13040 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
13041 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
13042 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
13043 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
13044 (sparc_nat_h): New variable.
13045 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
13046 (tm-sun4os4.h): Remove dependency.
13047 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
13048 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
13049 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
13050 sparc-tdep.o): Update dependencies.
13051 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
13052 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
13053 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
13054 dependencies.
13055 * configure.host: Remove existing sparc-*-lynxos*,
13056 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
13057 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
13058 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
13059 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
13060 triplets.
13061 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
13062 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
13063 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
13064 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
13065 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
13066 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
13067 sparc64-*-solaris2* and sparc64-*-* triplets.
13068 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
13069 "symtab.h" and "objfiles.h".
13070 (BIAS): Remove define.
13071 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
13072 (X_DISP19): Remove macros.
13073 (sparc_fetch_instruction): Remove function.
13074 (struct gdbarch_tdep): Remove definition.
13075 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
13076 (sparc_breakpoint_from_pc): Remove function.
13077 (struct sparc64_frame_cache): Remove definition.
13078 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
13079 sparc64_unwind_pc): Remove functions.
13080 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
13081 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
13082 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
13083 (sparc64_frame_cache): Change return type to `struct
13084 sparc_frame_cache *'. Simply call sparc_frame_cache.
13085 (sparc64_frame_this_id, sparc64_frame_prev_register,
13086 sparc64_frame_base_address): Use `struct sparc_frame_cache'
13087 instead of `struct sparc64_frame_cache.
13088 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
13089 sparc_analyze_control_transfer, sparc_software_single_step,
13090 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
13091 _initialize_sparc64_tdep): Remove functions.
13092 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
13093 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
13094 macros.
13095 (sparc64_supply_gregset, sparc64_collect_gregset,
13096 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
13097 (sparc64_init_abi): New function.
13098 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
13099 inclusion guard. Include "sparc-tdep.h".
13100 (BIAS): Define.
13101 (r_tstate_offset, r_fprs_offset): New defines.
13102 (enum sparc_regnum): Remove defenition.
13103 (enum sparc64_regnum): Reformat.
13104 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
13105 (sparc64_init_abi, sparc64_supply_gregset,
13106 sparc64_collect_gregset, sparc64_supply_fpregset,
13107 sparc64_collect_fpregset): New prototypes.
13108 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
13109 Add extern declarations.
13110 (sparc64_sol2_init_abi): New prototype.
13111 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13112 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13113 prototypes.
13114 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
13115 "sparnbsd-nat.h".
13116 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
13117 functions.
13118 (_initialize_sparc64fbsd_nat): Remove initialization of
13119 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
13120 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 13121 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
13122 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
13123 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
13124 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
13125 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
13126 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
13127 (sparc64fbsd_r_y_offset): Remove variables.
13128 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13129 Make static and const.
13130 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13131 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13132 functions.
13133 (sparc64fbsd_gregset): New variable.
13134 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
13135 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
13136 and sparc64_supply_fpregset.
13137 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
13138 (sparc64fbsd_sigtramp_frame_this_id)
13139 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
13140 (sparc64fbsd_sigtramp_frame_unwind): New variable.
13141 (sparc64fbsd_sigtramp_frame_sniffer): New function.
13142 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
13143 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
13144 * sparcnbsd-tdep.c: Update copyright year. Include
13145 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
13146 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
13147 "value.h" and "sparcnbsd-tdep.h".
13148 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
13149 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
13150 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
13151 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
13152 defines.
13153 (sparcnbsd_gregset): New variable.
13154 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
13155 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
13156 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
13157 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
13158 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
13159 variables.
13160 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
13161 (sparc32nbsd_sigcontext_frame_this_id)
13162 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
13163 (sparc32nbsd_sigcontext_frame_unwind): New variable.
13164 (sparc32nbsd_sigtramp_frame_sniffer): New function.
13165 (sparcnbsd_get_longjmp_target_32,
13166 sparcnbsd_get_longjmp_target_64): Remove functions.
13167 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
13168 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
13169 sparcnbsd_init_elf): Remove.
13170 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
13171 (sparcnbsd_elf_init_abi): New functions.
13172 (_initialize_sparcnbsd_tdep): New prototype.
13173 (_initialize_sparnbsd_tdep): Update.
13174 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
13175 corelow.o. Add sparc64-nat.o and sparc-nat.o.
13176 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
13177 * config/sparc/linux.mh: Update comment.
13178 (XM_FILE, HOST_IPC): Remove variables.
13179 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
13180 sparc-linux-nat.o.
13181 * config/sparc/linux.mt: Update comment.
13182 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
13183 * config/sparc/nbsd.mt: Reformat.
13184 * config/sparc/nbsd64.mh: Update comment.
13185 (NATDEPFILES): Add sparc-nat.o.
13186 * config/sparc/nbsd64.mt: Update comment.
13187 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
13188 (TM_FILE): Set to tm-nbsd.h.
13189 * config/sparc/nbsdelf.mh: Update comment.
13190 (NATDEPFILES): Add sparc-nat.o.
13191 (XM_FILE): Delete.
13192 * config/sparc/nbsdaout.mh: Update comment.
13193 (NATDEPFILES): Add sparc-nat.o
13194 (XM_FILE): Delete.
13195 * config/sparc/nm-linux.h: Update copyright year. Don't include
13196 "config/nm-svr4.h" and "solib.h". Add protection against multiple
13197 inclusion.
13198 (KERNEL_U_SIZE): Remove define.
13199 (kernel_u_size): Remove prototype.
13200 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
13201 * config/sparc/nm-nbsd.h: Update copyright. Don't include
13202 "regcache.h".
13203 (CHILD_PREPARE_TO_STORE): Remove define.
13204 * config/sparc/nm-nbsdaout.h: Tweak some comments.
13205 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
13206 sparcnbsd-nat.c: Rewrite files.
13207 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
13208 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
13209 sparcnbsd-tdep.h: Remove files.
13210 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
13211 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
13212 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
13213 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
13214 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
13215 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
13216 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
13217 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
13218 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
13219 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
13220 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
13221 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
13222 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
13223 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
13224 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
13225 * config/sparc/linux64.mh, config/sparc/linux64.mt,
13226 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
13227 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
13228 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
13229
ee84457a
AC
132302004-01-02 Andrew Cagney <cagney@redhat.com>
13231
13232 From 2003-12-18 Kazuhiro Inaoka:
13233 * configure.host: Add m32r-linux target.
13234
0bc2134e
MC
132352004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13236
13237 * top.c (print_gdb_version): Update year to 2004.
13238
89a72f9c
MM
132392004-01-02 Mark Mitchell <mark@codesourcery.com>
13240
13241 * MAINTAINERS: Add myself to the write-after-approval category.
13242
86b013ed
DJ
132432004-01-02 Daniel Jacobowitz <drow@mvista.com>
13244
13245 From Bernardo Innocenti <bernie@develer.com>:
13246 * configure.tgt: Add uClinux target.
13247
e42c9534
AC
132482004-01-02 Andrew Cagney <cagney@redhat.com>
13249
13250 * utils.c (do_my_cleanups): Make static, add forward declaration.
13251 * defs.h (do_my_cleanups): Delete declaration.
13252
162467d3
EZ
132532004-01-02 Eli Zaretskii <eliz@elta.co.il>
13254
13255 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
13256 bfd/ChangeLog-0203.
13257
78434e59
MK
132582004-01-02 Mark Kettenis <kettenis@gnu.org>
13259
13260 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
13261 in <machine/reg.h>.
13262 * configure, config.in: Regenerate.
13263
48efe704
AC
13264For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
13265tui/ChangeLog-1998-2003.
c906108c
SS
13266\f
13267Local Variables:
13268mode: change-log
13269left-margin: 8
13270fill-column: 74
13271version-control: never
13272End:
This page took 1.290435 seconds and 4 git commands to generate.