2004-09-08 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-08 Andrew Cagney <cagney@gnu.org>
2
3 * thread-db.c (keep_thread_db): Delete.
4 (thread_db_new_objfile, thread_db_create_inferior)
5 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
6
7 2004-09-08 Mark Kettenis <kettenis@gnu.org>
8
9 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
10 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
11 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
12 (i386_frameless_signal_p): Remove prototype.
13 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
14 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
15 I386_SSE_NUM_REGS.
16 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
17 instead of FP0_REGNUM.
18 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
19 of FP0_REGNUM and FPC_REGNUM.
20
21 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
22 (sunos_solib_create_inferior_hook): Don't call
23 sunos_relocate_main_executable.
24
25 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
26 solib_svr4_fetch_link_map_offsets to
27 svr4_ilp32_fetch_link_map_offsets.
28 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
29 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
30 svr4_ilp32_fetch_link_map_offsets.
31 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
32
33 2004-09-07 Jim Blandy <jimb@redhat.com>
34
35 * frame.h (frame_register): Doc fix.
36
37 2004-09-07 Andrew Cagney <cagney@gnu.org>
38
39 * vx-share/wait.h: Delete #ifdef USG.
40 * utils.c (request_quit): Ditto.
41 * tui/tui.c (tui_reset): Ditto.
42 * remote.c: Ditto.
43 * remote-sds.c: Ditto.
44 * remote-rdi.c: Ditto.
45 * mdebugread.c: Ditto.
46 * m68klinux-nat.c: Ditto.
47 * infttrace.c: Ditto.
48 * infptrace.c: Ditto.
49 * i386v-nat.c: Ditto.
50 * exec.c: Ditto.
51 * dbxread.c: Ditto.
52 * core-aout.c: Ditto.
53
54 2004-09-05 Joel Brobecker <brobecker@gnat.com>
55
56 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
57 heuristic_proc_desc.
58 (mips_insn32_frame_cache): Likewise.
59
60 2004-09-04 Joel Brobecker <brobecker@gnat.com>
61
62 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
63 left behind by error.
64
65 2004-09-04 Joel Brobecker <brobecker@gnat.com>
66
67 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
68 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
69
70 2004-09-04 Joel Brobecker <brobecker@gnat.com>
71
72 * config/rs6000/xm-aix4.h: Remove this file.
73 * config/rs6000/aix4.mh (XM_FILE): Delete.
74
75 2004-09-04 Joel Brobecker <brobecker@gnat.com>
76
77 * config/rs6000/xm-rs6000.h: Remove this file.
78 * config/rs6000/rs6000.mh (XM_FILE): Remove.
79
80 2004-09-03 Andrew Cagney <cagney@gnu.org>
81
82 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
83 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
84 only use.
85
86 * mips-tdep.c (temp_saved_regs): Delete.
87 (set_reg_offset): Replace saved_regs parameter with this_cache.
88 (heuristic_proc_desc, mips16_heuristic_proc_desc)
89 (mips32_heuristic_proc_desc): Add this_cache parameter.
90 (mips_insn32_frame_cache, mips_insn16_frame_cache)
91 (after_prologue): Pass a NULL this_cache.
92
93 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
94 non-kernel trap prologues.
95
96 * mips-tdep.c (find_proc_desc): Delete function.
97 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
98 simplify.
99 (mips_insn16_frame_cache): Replace find_proc_desc with code from
100 mips_insn32_frame_cache.
101
102 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
103 Simplify as NEXT_FRAME is NULL.
104 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
105
106 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
107 local variable.
108 (mips_skip_prologue): Update.
109
110 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
111 "cur_frame" parameter.
112 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
113 (mips_insn32_frame_cache, find_proc_desc): Update
114
115 * config/vax/nm-obsd.h: Delete file.
116 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
117 * config/vax/nm-nbsd.h: Delete file.
118 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
119 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
120 * config/sh/nm-nbsd.h: Delete file.
121 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
122 * config/rs6000/nm-rs6000ly.h: Delete file.
123 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
124 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
125 * config/powerpc/nm-obsd.h: Delete file.
126 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
127 * config/powerpc/nm-nbsd.h: Delete file.
128 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
129 * config/pa/nm-obsd.h: Delete file.
130 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
131 * config/mips/nm-nbsd.h: Delete file.
132 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
133 * config/m88k/nm-obsd.h: Delete file.
134 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
135 * config/m68k/nm-nbsd.h: Delete file.
136 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
137 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
138 * config/i386/nm-nbsd.h: Delete file.
139 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
140 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
141 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
142 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
143 * config/i386/nm-i386lynx.h: Delete file.
144 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
145 * config/arm/nm-nbsd.h: Delete file.
146 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
147 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
148
149 * config/i386/tm-fbsd.h: Delete file.
150 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
151 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
152
153 * config/rs6000/tm-rs6000-aix4.h: Delete file.
154 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
155 * config/rs6000/aix4.mt (TM_FILE): Set to
156 config/rs6000/tm-rs6000.h.
157 * config/powerpc/tm-ppc-aix.h: Delete file.
158 * config/powerpc/aix.mt (TM_FILE): Set to
159 config/rs6000/tm-rs6000.h.
160 * config/m68k/tm-linux.h: Delete file.
161 * config/m68k/linux.mt (TM_FILE): Set to solib.h
162 * config/i386/tm-linux64.h: Delete file.
163 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
164 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
165
166 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
167 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
168 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
169 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
170 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
171 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
172 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
173 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
174 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
175
176 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
177 gdb_host_cpu.
178
179 2004-09-02 Joel Brobecker <brobecker@gnat.com>
180
181 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
182 Minor reformatting. Some code factoring.
183
184 2004-09-02 Andrew Cagney <cagney@gnu.org>
185
186 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
187 * config/vax/tm-nbsd.h: Delete file.
188 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
189 * config/sparc/tm-vxworks.h: Delete file.
190 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
191 * config/sparc/tm-nbsd.h: Delete file.
192 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
193 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
194 * config/sparc/tm-linux.h: Delete file.
195 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
196 * config/s390/tm-linux.h: Delete file.
197 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
198 * config/pa/tm-bsd.h: Delete file.
199 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
200 * config/m68k/tm-obsd.h: Delete file.
201 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
202 * config/m68k/tm-nbsd.h: Delete file.
203 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
204 * config/i386/tm-vxworks.h: Delete file.
205 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
206 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
207 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
208 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
209 * config/i386/tm-nbsd.h: Delete file.
210 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
211 * config/i386/tm-i386lynx.h: Delete file.
212 * config/cris/cris.mt (TM_FILE): Set to solib.h.
213 * config/cris/tm-cris.h: Delete file.
214
215 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
216 * configure: Re-generate.
217 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
218 * config/arm/tm-nbsd.h: Delete file.
219
220 * config/powerpc/tm-ppcle-sim.h: Delete.
221 * config/powerpc/tm-ppcle-eabi.h: Delete.
222 * config/powerpc/tm-nbsd.h: Delete.
223 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
224 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
225 tm-ppcle-eabi.h.
226
227 * config/i386/nto.mh (NAT_FILE): Delete.
228 * config/i386/nm-nto.h: Delete.
229
230 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
231 * config/m68k/tm-os68k.h: Ditto.
232 * config/m68k/tm-monitor.h: Ditto.
233 * config/m68k/tm-cisco.h: Ditto.
234 * config/m68k/st2000.mt (TM_FILE): Delete.
235 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
236 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
237 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
238 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
239
240 * config/m68k/tm-st2000.h: Delete.
241 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
242 * config/sparc/fbsd.mt (TM_FILE): Delete.
243 * config/sparc/tm-fbsd.h: Delete.
244
245 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
246 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
247 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
248
249 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
250 GDB_TM_FILE and GDB_XM_FILE.
251 * gdbarch.c: Re-generate.
252 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
253 quotes in macro definition.
254 * configure.in: Re-generate.
255
256 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
257 validating architecture methods.
258 * gdbarch.c: Re-generate.
259
260 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
261 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
262 GDB_MULTI_ARCH_PARTIAL.
263 * gdbarch.h: Re-generate.
264
265 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
266 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
267 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
268 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
269 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
270 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
271 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
272 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
273 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
274 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
275 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
276 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
277
278 2004-09-01 Andrew Cagney <cagney@gnu.org>
279
280 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
281 and main_func_highpc.
282 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
283 * objfiles.c (init_entry_point_info, objfile_relocate): Update
284 * nlmread.c (nlm_symfile_read): Update.
285
286 2004-09-01 Joel Brobecker <brobecker@gnat.com>
287
288 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
289 (mips_insn32_frame_cache): Inline call to find_proc_desc.
290 (find_proc_desc): Remove dead code.
291
292 2004-09-01 Joel Brobecker <brobecker@gnat.com>
293
294 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
295
296 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
297
298 * observer.sh: Add struct so_list declaration.
299 * Makefile.in: Add dependencies on observer.h for solib.c and
300 breakpoint.c.
301 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
302 function.
303 (_initialize_breakpoint): Register
304 disable_breakpoints_in_unloaded_shlib as an observer of the
305 "solib unloaded" observation event.
306 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
307 call decode_line_1 so unfound breakpoint errors are silent.
308 * solib.c (update_solib_list): When a solib is discovered to have
309 been unloaded by the program, notify all observers of the
310 "solib unloaded" observation event.
311
312 2004-09-01 Andrew Cagney <cagney@gnu.org>
313
314 * frame.c: Include "objfiles.h".
315 (inside_main_func): New function.
316 (get_prev_frame): Use new inside_main_func.
317 * Makefile.in (frame.o): Update dependencies.
318 * defs.h (inside_main_func): Delete declaration.
319 * blockframe.c (inside_main_func): Delete function.
320
321 2004-08-31 Jim Blandy <jimb@redhat.com>
322
323 * dwarf2read.c (is_vtable_name): New function, based on logic from
324 read_structure_type, but passing the correct length to strncmp,
325 and using 'sizeof' instead of 'strlen'.
326 (read_structure_type): Call it.
327
328 2004-08-31 Joel Brobecker <brobecker@gnat.com>
329
330 * config/powerpc/aix.mh: Add comment.
331
332 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
333
334 * MAINTAINERS: Add self to Write-After-Approval.
335
336 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
337
338 * MAINTAINERS: Add self to Write-After-Approval.
339
340 2004-08-30 Andrew Cagney <cagney@gnu.org>
341
342 Fix PR breakpoints/1757.
343 * infrun.c (struct execution_control_state): Replace
344 remove_breakpoints_on_following_step with
345 step_after_step_resume_breakpoint.
346 (init_execution_control_state): Update.
347 (handle_inferior_event): For signals, when stepping off a
348 breakpoint, set step_after_step_resume_breakpoint. When
349 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
350 (keep_going): Delete code handling
351 remove_breakpoints_on_following_step.
352
353 2004-08-29 David Lecomber <david@streamline-computing.com>
354
355 Fix PR gdb/648
356 * language.h (enum array_ordering): New enum.
357 * language.h (struct language_defn): New la_array_ordering
358 attribute.
359 * language.c (unknown_language_defn, auto_language_defn)
360 (local_language_defn): Ditto.
361 * ada-lang.c (ada_language_defn): Ditto.
362 * c-lang.c (c_language_defn, cplus_language_defn)
363 (asm_language_defn, minimal_language_defn): Ditto.
364 * f-lang.c (f_language_defn): Ditto.
365 * jv-lang.c (java_language_defn): Ditto.
366 * m2-lang.c (f_language_defn): Ditto.
367 * objc-lang.c (objc_language_defn): Ditto.
368 * p-lang.c (pascal_language_defn): Ditto.
369 * scm-lang.c (scm_language_defn): Ditto.
370 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
371 oriented large to small in type structure.
372 * dwarf2read.c (read_array_order): New function.
373 (read_array_type): Use read_array_order to check row/column
374 major ordering.
375
376 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
377
378 * target.c (target_resize_to_sections): Check
379 current_target.to_sections for an old value when updating.
380
381 2004-08-27 Joel Brobecker <brobecker@gnat.com>
382
383 * procfs.c (dbx_link_bpt_addr): New static global variable.
384 (dbx_link_shadow_contents): New static global variable.
385 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
386 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
387 if we just hit it.
388 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
389 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
390 from run to run.
391 (procfs_create_inferior): Remove syssgi syscall-exit notifications
392 after the inferior has been forked.
393 (remove_dbx_link_breakpoint): New function.
394 (dbx_link_addr): New function.
395 (insert_dbx_link_bpt_in_file): New function.
396 (insert_dbx_link_bpt_in_region): New function.
397 (insert_dbx_link_breakpoint): New function.
398 (proc_trace_syscalls_1): New function, extracted from
399 proc_trace_syscalls.
400 (proc_trace_syscalls): Replace extract code by call to
401 proc_trace_syscalls_1.
402 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
403 is no longer valid.
404
405 2004-08-25 Jim Blandy <jimb@redhat.com>
406
407 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
408
409 2004-08-25 Andrew Cagney <cagney@gnu.org>
410
411 * infrun.c (struct execution_control_state): Delete field
412 "stepping_through_sigtramp".
413 (init_execution_control_state): Do not set same.
414 (context_switch): Do not pass same to save_infrun_state and
415 load_infrun_state.
416 * gdbthread.h (struct thread_info): Delete field
417 stepping_through_sigtramp.
418 (save_infrun_state, load_infrun_state): Delete parameter
419 stepping_through_sigtramp.
420 * thread.c (load_infrun_state, save_infrun_state): Update.
421
422 * infrun.c: Re-indent. Move expression operators to the beginning
423 of the line. Remove long disabled #if 0 code.
424
425 2004-08-24 Andrew Cagney <cagney@gnu.org>
426
427 * doublest.h (floatformat_ieee_quad): Rename
428 floatformat_ia64_quad.
429 * doublest.c (floatformat_ieee_quad): Rename
430 floatformat_ia64_quad.
431 (_initialize_doublest): Update.
432
433 2004-08-24 Jim Blandy <jimb@redhat.com>
434
435 * dwarf2expr.h (struct dwarf_expr_context): New members
436 'num_pieces' and 'pieces', for returning the result of an
437 expression that uses DW_OP_piece.
438 (struct dwarf_expr_piece): New struct type.
439 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
440 pieces.
441 (free_dwarf_expr_context): Free pieces, if any.
442 (add_piece): New function.
443 (execute_stack_op): Implement DW_OP_piece.
444 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
445 expression is a list of pieces, print an error message.
446 (dwarf2_loc_desc_needs_frame): If the expression yields
447 pieces, and any piece is in a register, then we need a frame.
448
449 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
450 the stack until we've decided what sort of result the evaluation
451 has produced. Use separate variables, with more specific names.
452
453 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
454
455 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
456 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
457 (arm_netbsd_init_abi_common): Register them.
458
459 2004-08-22 Mark Kettenis <kettenis@gnu.org>
460
461 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
462
463 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
464 safe_frame_unwind_memory instead of target_read_memory.
465
466 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
467 Reorder includes.
468 (fetch_register, store_register): Remove prototypes.
469 (child_resume): Reorganize code and comments such that it is
470 grouped a bit more logically.
471 (attach): Explicitly compare errno against 0.
472 (detach): Likewise. Use perror_with_name instead of
473 print_sys_errmsg.
474 * Makefile.in (infptrace.o): Update dependencies.
475
476 * ia64-linux-nat.c: Update copyright year.
477 (fetch_debug_register, store_debug_register)
478 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
479 PTRACE_TYPE_ARG3.
480 * config/ia64/nm-linux.h: Update copyright year.
481 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
482
483 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
484 from CORE_ADDR to struct frame_info *. Use
485 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
486 (amd64_linux_sigtramp_p): Adjust for changed signature of
487 and64_linux_sigtramp_start
488
489 * gdb_ptrace.h: GNU/Linux.
490
491 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
492 Remove defines.
493
494 * infptrace.c: Include "gdb_assert.h".
495 (PTRACE_XFER_TYPE): Remove define.
496 (offsetof): Only define if U_REGS_OFFSET isn't defined.
497 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
498 Tweak comment.
499 (fetch_inferior_registers, store_inferior_registers): Remove
500 redundant culry braces. Tweak comment. s/regno/regnum.
501 * Makefile.in (infptrace.o): Update dependencies.
502
503 * configure.in: Change test for return type of ptrace to default
504 to `long' instead of `int'.
505 * configure: Regenerate.
506
507 2004-08-21 Mark Kettenis <kettenis@gnu.org>
508
509 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
510
511 * configure.in: Check for ttrace function.
512 * configure, config.in: Regenerate.
513
514 * gdb_ptrace.h: New file.
515 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
516 <sys/ptrace.h>.
517 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
518 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
519 (attach): Don't define PT_ATTACH.
520 (detach): Don't define PT_DETACH.
521 * Makefile.in (gdb_ptrace_h): New variable.
522 (infptrace.o): Update dependencies.
523
524 2004-08-16 Mark Kettenis <kettenis@gnu.org>
525
526 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
527 instead of `int' if not already defined.
528 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
529 PTRACE_TYPE_ARG3.
530 * infptrace.c (call_ptrace): Revert change that replaced
531 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
532
533 2004-08-15 Mark Kettenis <kettenis@gnu.org>
534
535 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
536 Remove defines.
537
538 * linux-nat.c (kill_inferior): Add missing third and fourth
539 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
540
541 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
542 PTRACE_TYPE_RET.
543
544 * proc-why.c (proc_prettyfprint_why): Fix format string.
545
546 * solib-osf.c (osf_current_sos): Remove unsused label.
547
548 * configure.in: Add <ncurses/ncurses.h> to the list of possible
549 curses headers.
550 * configure, config.in: Regenerate.
551 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
552 <ncurses/ncurses.h>.
553
554 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
555 * config/nm-nbsd.h: Update copyright year.
556 (PTRACE_ARG3_TYPE): Remove define.
557
558 * sparc-nat.c (fetch_inferior_registers)
559 (store_inferior_registers, sparc_xfer_wcookie):
560 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
561
562 * alphabsd-nat.c (fetch_inferior_registers):
563 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
564 PTRACE_TYPE_ARG3.
565 * amd64bsd-nat.c (fetch_inferior_registers)
566 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
567 PTRACE_TYPE_ARG3.
568 * armnbsd-nat.c: Update copyright year.
569 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
570 (store_register, store_regs, store_fp_register, store_fp_regs):
571 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
572 * hppabsd-nat.c (fetch_inferior_registers)
573 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
574 PTRACE_TYPE_ARG3.
575 * i386bsd-nat.c (fetch_inferior_registers)
576 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
577 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
578 * m68kbsd-nat.c (fetch_inferior_registers)
579 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
580 PTRACE_TYPE_ARG3.
581 * m88kbsd-nat.c (fetch_inferior_registers)
582 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
583 PTRACE_TYPE_ARG3.
584 * mipsnbsd-nat.c: Update copyright year.
585 (fetch_inferior_registers, store_inferior_registers):
586 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
587 * ns32knbsd-nat.c: Update copyright year.
588 (fetch_inferior_registers, store_inferior_registers):
589 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
590 * ppcnbsd-nat.c (fetch_inferior_registers):
591 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
592 PTRACE_TYPE_ARG3.
593 * ppcobsd-nat.c (fetch_inferior_registers):
594 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
595 PTRACE_TYPE_ARG3.
596 * shnbsd-nat.c: Update copyright year.
597 (fetch_inferior_registers, store_inferior_registers):
598 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
599 * vaxbsd-nat.c (fetch_inferior_registers)
600 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
601 PTRACE_TYPE_ARG3.
602
603 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
604 PTRACE_TYPE_ARG3.
605 * infptrace.c (call_ptrace, child_resume, attach, detach)
606 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
607 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
608 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
609 PTRACE_TYPE_ARG3.
610
611 2004-08-14 Mark Kettenis <kettenis@gnu.org>
612
613 * defs.h: Remove out-of-date comment.
614 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
615 [!GETENV_PROVIDED] (getenv): Remove prototype.
616
617 * standalone.c: Remove file.
618 * Makefile.in (standalone.o): Remove dependency.
619
620 * i386-linux-nat.c (dummy_sse_values): Remove function and
621 prototype.
622 (i386_linux_dr_get): Fix typo in comment.
623 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
624
625 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
626
627 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
628 from declaration.
629 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
630 from definition.
631
632 2004-08-13 Mark Kettenis <kettenis@gnu.org>
633
634 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
635 parenthesis in definition.
636 * configure: Regenerated.
637
638 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
639
640 * PROBLEMS: Mention build/1411.
641
642 2004-08-09 Robert Millan <robertmh@gnu.org>
643
644 Committed by Nathanael Nerode.
645 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
646 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
647
648 2004-08-12 Andrew Cagney <cagney@gnu.org>
649
650 * NEWS: Mention fixes in GDB 6.2.1.
651 * PROBLEMS: Remove mention of mips-irix.
652
653 2004-08-11 Joel Brobecker <brobecker@gnat.com>
654
655 * config/powerpc/xm-aix.h: Delete.
656 * config/powerpc/aix.mh (MH_FILE): Remove.
657 * config/powerpc/aix432.mh (MH_FILE): Remove.
658
659 2004-08-11 Joel Brobecker <brobecker@gnat.com>
660
661 * config/powerpc/aix.mh: Remove obsolete comment.
662 * config/powerpc/aix432.mh: Likewise.
663
664 2004-08-11 Joel Brobecker <brobecker@gnat.com>
665
666 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
667
668 2004-08-11 Joel Brobecker <brobecker@gnat.com>
669
670 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
671 this file is now empty.
672 * config/xm-aix4.h: Remove, this file is no longer included
673 anywhere.
674
675 2004-08-11 Joel Brobecker <brobecker@gnat.com>
676
677 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
678 that file is now empty.
679 (termdef): Remove prototype, function no longer used.
680
681 2004-08-11 Joel Brobecker <brobecker@gnat.com>
682
683 * doc/gdbint.texinfo (Host Definition): Remove documentation
684 for USE_O_NOCTTY, no longer used.
685 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
686 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
687
688 2004-08-11 Joel Brobecker <brobecker@gnat.com>
689
690 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
691 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
692 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
693
694 2004-08-11 Mark Kettenis <kettenis@gnu.org>
695
696 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
697 instead of FIVE_ARG_PTRACE.
698
699 * inflow.c (O_NOCTTY): Define to zero if not already defined.
700 (new_tty): Use O_NOCTTY unconditionally.
701
702 2004-08-10 Mark Kettenis <kettenis@gnu.org>
703
704 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
705 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
706 fflush on stdout.
707
708 2004-08-10 Joel Brobecker <brobecker@gnat.com>
709
710 * xcoff_symfile_finish: Replace last call to xmfree by call
711 to xfree.
712
713 2004-08-10 Andrew Cagney <cagney@gnu.org>
714
715 * main.c (captured_main): Delete call to init_malloc.
716 * defs.h (init_malloc): Delete declaration.
717 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
718 (init_malloc): Delete functions.
719
720 * defs.h (xmfree): Delete.
721 * utils.c (xmfree): Delete function.
722 (xfree): Inline calls to xmfree and mfree.
723 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
724 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
725 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
726 * somread.c (som_symfile_finish): Ditto.
727 * objfiles.c (allocate_objfile, free_objfile):
728 * nlmread.c (nlm_symfile_finish): Ditto.
729 * hpread.c (hpread_symfile_finish): Ditto.
730 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
731 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
732 * coffread.c (coff_symfile_finish): Ditto.
733
734 * defs.h (xmcalloc): Delete declaration.
735 * utils.c (xmcalloc): Delete.
736 (xcalloc): Inline calls to xmcalloc and mcalloc.
737 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
738 xcalloc and xfree.
739 * symtab.c (create_demangled_names_hash): Ditto.
740
741 * defs.h (xmrealloc): Delete.
742 * utils.c (xmrealloc): Delete.
743 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
744 * symmisc.c (extend_psymbol_list): Use xrealloc.
745 * source.c (find_source_lines): Ditto.
746 * hpread.c (hpread_lookup_type): Ditto.
747 * dbxread.c (add_bincl_to_list): Ditto.
748
749 * utils.c (xmmalloc): Delete.
750 (xmalloc): Inline xmmalloc and mmalloc calls.
751 (msavestring): Use xmalloc.
752 * defs.h (xmmalloc): Delete declaration.
753 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
754 xmmalloc.
755 * symmisc.c (extend_psymbol_list): Ditto.
756 * symfile.c (init_psymbol_list): Ditto.
757 * source.c (find_source_lines): Ditto.
758 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
759 * elfread.c (elf_symtab_read): Ditto.
760 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
761 * coffread.c (coff_symfile_init): Ditto.
762
763 2004-08-10 David Carlton <carlton@bactrian.org>
764
765 * MAINTAINERS: Remove David Carlton from c++ testsuite
766 maintainers.
767
768 2004-08-10 Jerome Guitton <guitton@gnat.com>
769
770 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
771 print a line feed before the prompt.
772
773 2004-08-10 Mark Kettenis <kettenis@gnu.org>
774
775 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
776
777 2004-08-09 Joel Brobecker <brobecker@gnat.com>
778
779 General cleanup of the AIX xm include file:
780 * config/xm-aix4.h (fd_set): Remove undefine.
781 Remove include of <sys/select.h>.
782 (HAVE_TERMIO): Remove define.
783 (USG): Likewise.
784 (NULL): Remove redefine.
785 (alloca): Remove #pragma.
786 (vfork): Remove define.
787 (termdef): Remove.
788 (SIGWINCH_HANDLER): Remove.
789 (SIGWINCH_HANDLER_BODY): Remove.
790
791 2004-08-09 Mark Kettenis <kettenis@gnu.org>
792
793 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
794 GDB_OSABI_OPENBSD_ELF.
795
796 2004-08-07 Robert Millan <robertmh@gnu.org>
797
798 * bsd-kvm.c: Check for nlist.h before including it.
799
800 2004-08-09 Mark Kettenis <kettenis@gnu.org>
801
802 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
803 sigcontext' offset consistency checks for ancient BSD.
804
805 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
806
807 * configure.in: Check for <sys/types.h>. Check return and
808 argument types of ptrace.
809 * configure, config.in: Regenerate.
810
811 2004-08-09 Jim Blandy <jimb@redhat.com>
812
813 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
814 rs6000_register_sim_regno): Doc fixes.
815
816 2004-08-08 Joel Brobecker <brobecker@gnat.com>
817
818 * mips-tdep.c: Include "floatformat.h".
819 (n32n64_floatformat_always_valid): New function.
820 (floatformat_n32n64_long_double_big): New constant.
821 (mips_gdbarch_init): Set size and format of long double
822 for N32 and N64 ABIs.
823 * Makefile.in (mips-tdep.o): Update dependencies.
824
825 2004-08-08 Andrew Cagney <cagney@gnu.org>
826
827 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
828 print. Improve script's error messages.
829 * gdbarch.h: Re-generate.
830
831 * gdbarch.sh (pformat): New function.
832 (float_format, double_format, long_double_format): List with bit
833 members. Use pformat when printing.
834 * gdbarch.c, gdbarch.h: Re-generate.
835
836 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
837
838 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
839 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
840 (ppcnbsd_supply_pcb): New function.
841 (_initialize_ppcnbsd_nat): New prototype and function.
842 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
843 (LOADLIBES): New variable.
844 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
845
846 2004-08-08 Andrew Cagney <cagney@gnu.org>
847
848 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
849 (builtin_type_ieee_double, builtin_type_ia64_quad)
850 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
851 BE/LE floating-point types.
852 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
853 (builtin_type_ieee_double, builtin_type_ia64_quad)
854 (builtin_type_ia64_spill): Declare.
855 * doublest.c (_initialize_doublest, floatformat_ieee_single)
856 (floatformat_ieee_double, floatformat_arm_ext)
857 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
858 of LE/BE floatformats.
859 * doublest.h: (struct floatformat, floatformat_ieee_single)
860 (floatformat_ieee_double, floatformat_arm_ext)
861 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
862
863 2004-08-08 Mark Kettenis <kettenis@gnu.org>
864
865 * i386gnu-nat.c (gnu_store_registers): Fix typo.
866
867 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
868 instead of regcache_raw_supply when storing the registers.
869
870 * i386gnu-nat.c: Update copyright year.
871 (gnu_store_registers): Don't use deprecated_registers and
872 deprecated_registers_valid. Use regcache_valid_p and
873 regcache_raw_supply instead.
874
875 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
876 frame_pc_unwind.
877
878 * procfs.c (procfs_pid_to_str): Remove redundant and unused
879 variables. Incapitalized "process".
880
881 * configure.in: Add cursesX to the list of possible curses libs.
882 Add cursesX.h to the list of possible curses headers.
883 * configure, config.in: Regenerate.
884
885 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
886
887 * configure.in: Test for struct lwp in <sys/lwp.h>.
888 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
889 the offset of l_addr in struct lwp.
890
891 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
892
893 * bsd-kvm.c: Include "gdbcore.h"
894 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
895
896 2004-08-07 Andrew Cagney <cagney@gnu.org>
897
898 * gdbtypes.c (build_flt, build_complex): New functions.
899 (gdbtypes_post_init): Use.
900
901 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
902
903 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
904 through to builtin_type_uint128.
905
906 * c-exp.y: Use builtin_type function to obtain builtin types.
907
908 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
909 builtin_uint128.
910 * gdbtypes.c (gdbtypes_post_init): Update.
911 (build_gdbtypes): Move initialization of builtin_type_int0
912 through to builtin_type_uint128 from here ...
913 (_initialize_gdbtypes): ... to here.
914 * d10v-tdep.c (d10v_register_type): Update.
915
916 * doublest.c: Update copyright.
917 (floatformat_from_length): Call error when floatformat is NULL.
918 (extract_floating_by_length): Remove NULL fmt check.
919 (store_floating_by_length): Ditto.
920
921 2004-08-07 Andrew Cagney <cagney@gnu.org>
922
923 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
924 that the register is valid.
925
926 2004-08-05 Mark Kettenis <kettenis@chello.nl>
927
928 * i386-linux-tdep.c (i386_linux_sigtramp_start)
929 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
930 struct frame_info *. Use safe_frame_unwind_memory instead of
931 deprecated_read_memory_nobpt.
932 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
933 changed signature of i386_linux_sigtramp_start and
934 i386_linux_rt_sigtramp_start.
935
936 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
937 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
938 instead of deprecated_read_memory_nobpt.
939 (i386nbsd_sigtramp_p): Adjust for changed signature of
940 i386nbsd_sigtramp_offset.
941
942 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
943 safe_frame_unwind_memory instead of target_read_memory.
944
945 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
946 !NO_SYS_FILE.
947 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
948 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
949 (_initialize_kernel_u_addr): Remove prototype and function.
950 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
951 !NO_SYS_FILE.
952 * xcoffread.c: Likewise.
953
954 2004-08-06 Mark Kettenis <kettenis@gnu.org>
955
956 * vax-nat.c: New file.
957 * vaxbsd-nat.c: Tweak comment.
958 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
959 vaxnbsd-tdep.c.
960 (vax-nat.o): New dependency.
961 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
962 (vax-*-ultrix2*): Remove.
963 * config/vax/vax.mh: New file.
964 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
965 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
966 (vax_register_u_addr): New prototype.
967 (REGISTER_U_ADDR): Define using vax_register_u_addr.
968 * config/vax/vaxult2.mh: Remove file.
969 * config/vax/vaxult.mh: Remove file.
970 * config/vax/vaxbsd.mh: Remove file.
971 * config/vax/vax.mt (TM_FILE): Remove.
972 * config/vax/tm-vaxbsd.h: Remove file.
973
974 2004-08-06 Joel Brobecker <brobecker@gnat.com>
975
976 * aix-thread.c (get_signaled_thread): New function.
977 (iter_trap): Delete, no longer used.
978 (iter_tid): New function.
979 (pd_update): Find the thread that received the SIGTRAP signal
980 by first locating the kernel thread, and then finding its
981 associated thread.
982
983 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
984
985 * lin-lwp.c (child_wait): Continue inferior after processing
986 PTRACE_EVENT_CLONE event.
987
988 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
989
990 * MAINTAINERS: Add self to Write-After-Approval.
991
992 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
993
994 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
995 libunwind-xxxx.so" where xxxx is UNW_TARGET.
996
997 2004-08-05 Andrew Cagney <cagney@gnu.org>
998
999 * config/xm-sysv4.h: Delete file.
1000 * config/mips/xm-irix5.h: Delete file.
1001 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1002 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1003 * config/ia64/xm-aix.h: Delete file.
1004 * config/ia64/aix.mh (XM_FILE): Delete.
1005 * config/pa/xm-hppah.h: Delete file.
1006 * config/pa/hpux11w.mh (XM_FILE): Delete.
1007 * config/pa/hpux11.mh (XM_FILE): Delete.
1008 * config/pa/hpux1020.mh (XM_FILE): Delete.
1009 * config/pa/hppahpux.mh (XM_FILE): Delete.
1010
1011 * config/alpha/xm-alphalinux.h: Delete file.
1012 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1013 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1014 * config/alpha/xm-alphaosf.h: Delete file.
1015 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1016 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1017 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1018 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1019
1020 * config/i386/xm-i386v.h: Delete file.
1021 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1022 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1023 * config/i386/xm-i386sco.h: Delete file.
1024 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1025 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1026 * config/i386/xm-i386v4.h: Delete file.
1027 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1028 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1029 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1030 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1031
1032 * config/vax/xm-vax.h: Delete file.
1033 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1034 * config/vax/xm-vaxult2.h: Delete file.
1035 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1036 * config/vax/vaxult2.mh (XM_FILE): Delete.
1037 * config/vax/xm-vaxult.h: Delete file.
1038 * config/vax/vaxult.mh (XM_FILE): Delete.
1039 * config/vax/xm-vaxbsd.h: Delete file.
1040 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1041
1042 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1043 * gdbarch.h, gdbarch.c: Re-generate.
1044 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1045 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1046 * frame.h: Delete deprecated_read_fp from comments.
1047 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1048 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1049
1050 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1051
1052 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1053 trampoline in OpenBSD 3.5-current.
1054
1055 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1056 SSE registers.
1057
1058 * Makefile.in: Remove embedded page breaks.
1059
1060 2004-08-04 Jim Blandy <jimb@redhat.com>
1061
1062 * regcache.c (regcache_raw_read): Assert that, after calling
1063 target_fetch_registers, the register we're reading is cached.
1064
1065 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1066 a call to 'internal_error', with a more helpful error message.
1067 * rs6000-tdep.c (e500_pseudo_register_read,
1068 e500_pseudo_register_write, rs6000_store_return_value): Same.
1069
1070 2004-08-04 Andrew Cagney <cagney@gnu.org>
1071
1072 * Makefile.in: Update dependencies.
1073
1074 2004-08-04 Jim Blandy <jimb@redhat.com>
1075
1076 Change the layout of the PowerPC E500 raw register cache to allow
1077 the lower 32-bit halves of the GPRS to be their own raw registers,
1078 not pseudoregisters.
1079 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1080 add ppc_ev0_upper_regnum flag.
1081 * rs6000-tdep.c: #include "reggroups.h".
1082 (spe_register_p): Recognize the ev upper half registers as SPE
1083 registers.
1084 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1085 registers.
1086 (e500_move_ev_register): New function.
1087 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1088 vector registers are the pseudo-registers now, formed by splicing
1089 together the gprs and the upper-half registers.
1090 (e500_register_reggroup_p): New function.
1091 (P): Macro deleted.
1092 (P8, A4): New macro.
1093 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1094 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1095 macros.
1096 (registers_e500): Rearrange register set so that the raw register
1097 set contains 32-bit GPRs and upper-half registers, and the SPE
1098 vector registers become pseudo-registers.
1099 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1100 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1101 register numbers are now the same for the E500 as they are for
1102 other PowerPC variants. Register e500_register_reggroup_p as the
1103 register group function for the E500.
1104 * Makefile.in (rs6000-tdep.o): Update dependencies.
1105
1106 Adapt PPC E500 native support to the new raw regcache layout.
1107 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1108 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1109 (fetch_spe_register, store_spe_register): Handle fetching/storing
1110 all the SPE registers at once, if regno == -1. These now take
1111 over the job of fetch_spe_registers and store_spe_registers.
1112 (fetch_spe_registers, store_spe_registers): Deleted.
1113 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1114 unconditionally; they're always raw. Fetch/store SPE upper half
1115 registers, if present, instead of ev registers.
1116 (fetch_register, store_register): Remove sanity checks: gprs are
1117 never pseudo-registers now, so we never need to even mention any
1118 registers that are ever pseudoregisters.
1119
1120 Use a fixed register numbering when communicating with the PowerPC
1121 simulator.
1122 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1123 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1124 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1125 New functions.
1126 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1127 init_sim_regno_table.
1128 * Makefile.in (gdb_sim_ppc_h): New variable.
1129 (rs6000-tdep.o): Update dependencies.
1130
1131 2004-08-02 Andrew Cagney <cagney@gnu.org>
1132
1133 * cris-tdep.c (cris_register_size): Restore function, still used
1134 locally.
1135
1136 * gdbarch.sh (deprecated_target_read_fp)
1137 (deprecated_frame_locals_address, deprecated_frame_args_address)
1138 (deprecated_frame_chain_valid, deprecated_frame_chain)
1139 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1140 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1141 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1142 * gdbarch.h, gdbarch.c: Re-generate.
1143 * regcache.c (deprecated_read_fp): Do not call
1144 DEPRECATED_TARGET_READ_FP_P.
1145 * infcmd.c (default_print_registers_info): Do not call
1146 DEPRECATED_DO_REGISTERS_INFO.
1147 * frame-base.c (default_frame_locals_address): Do not call
1148 DEPRECATED_FRAME_LOCALS_ADDRESS.
1149 (default_frame_args_address): Do not call
1150 DEPRECATED_FRAME_ARGS_ADDRESS.
1151
1152 * gdbarch.sh (deprecated_register_raw_size)
1153 (deprecated_register_virtual_size:int): Delete.
1154 * gdbarch.h, gdbarch.c: Re-generate.
1155 * cris-tdep.c (cris_register_size): Delete.
1156 (cris_gdbarch_init): Update.
1157 * alpha-tdep.c (alpha_register_raw_size)
1158 (alpha_register_virtual_size): Delete.
1159 (alpha_gdbarch_init): Update.
1160
1161 * gdbarch.sh (deprecated_register_virtual_type)
1162 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1163 (deprecated_dummy_write_sp): Delete.
1164 * gdbarch.h, gdbarch.c: Re-generate.
1165
1166 * gdbarch.sh (deprecated_register_bytes): Delete.
1167 * gdbarch.h, gdbarch.c: Re-generate.
1168 * regcache.c (deprecated_register_bytes): New function.
1169 * regcache.h (deprecated_register_bytes): Declare.
1170 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1171 * v850-tdep.c (v850_gdbarch_init): Update.
1172 * sh64-tdep.c (sh64_gdbarch_init): Update.
1173 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1174 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1175 * mcore-tdep.c (mcore_gdbarch_init): Update.
1176 * cris-tdep.c (cris_gdbarch_init): Update.
1177 * arm-tdep.c (arm_gdbarch_init): Update.
1178 * remote.c (init_remote_state): Update.
1179 * remote-vx.c (vx_prepare_to_store): Update.
1180 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1181 * irix5-nat.c (fetch_core_registers): Update.
1182 * cris-tdep.c (cris_register_bytes_ok): Update.
1183 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1184
1185 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1186 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1187 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1188 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1189 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1190 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1191 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1192 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1193 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1194 with mips_insn16 and mips_insn32.
1195
1196 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1197 * rs6000-tdep.c (rs6000_push_dummy_call)
1198 (rs6000_extract_return_value): Use register_size.
1199 * xstormy16-tdep.c (xstormy16_get_saved_register)
1200 (xstormy16_extract_return_value): Ditto.
1201 * valops.c (value_assign): Ditto.
1202 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1203 * v850-tdep.c (v850_extract_return_value): Ditto.
1204 * tracepoint.c (collect_symbol): Ditto.
1205 * target.c (debug_print_register): Ditto.
1206 * stack.c (frame_info): Ditto.
1207 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1208 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1209 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1210 (store_register_using_P): Ditto.
1211 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1212 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1213 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1214 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1215 * regcache.c (deprecated_read_register_bytes)
1216 (deprecated_write_register_bytes, read_register)
1217 (write_register): Ditto.
1218 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
1219 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
1220 * monitor.c (monitor_supply_register, monitor_fetch_register)
1221 (monitor_store_register): Ditto.
1222 * mn10300-tdep.c (mn10300_pop_frame_regular)
1223 (mn10300_print_register): Ditto.
1224 * mipsv4-nat.c (fill_fpregset): Ditto.
1225 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
1226 (mips64_fill_fpregset): Ditto.
1227 * mi/mi-main.c (register_changed_p, get_register)
1228 (mi_cmd_data_write_register_values): Ditto.
1229 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
1230 * irix5-nat.c (fill_gregset, fetch_core_registers):
1231 * infrun.c (write_inferior_status_register): Ditto.
1232 * infptrace.c (fetch_register, store_register): Ditto.
1233 * infcmd.c (default_print_registers_info): Ditto.
1234 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
1235 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
1236 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
1237 * hpux-thread.c (hpux_thread_fetch_registers)
1238 (hpux_thread_store_registers): Ditto.
1239 * hppah-nat.c (store_inferior_registers, fetch_register):
1240 * findvar.c (value_from_register): Ditto.
1241 * dve3900-rom.c (fetch_bitmapped_register):
1242 * cris-tdep.c (cris_gdbarch_init): Ditto.
1243 * alpha-tdep.h: Ditto.
1244 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
1245
1246 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
1247 DEPRECATED_REGISTER_RAW_SIZE from comments.
1248 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
1249 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
1250 DEPRECATED_REGISTER_RAW_SIZE.
1251 * findvar.c (value_of_register): Simplify by assuming that the
1252 registers raw and virtual sizes are identical.
1253 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1254 comment.
1255 * arch-utils.c (generic_register_size): Simplify by assuming
1256 register_type.
1257
1258 * regcache.c (legacy_read_register_gen, real_register)
1259 (legacy_write_register_gen): Delete, not used.
1260
1261 * regcache.c (struct regcache_descr): Delete legacy_p.
1262 (init_legacy_regcache_descr): Delete function.
1263 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1264 Do not use deprecated register functions.
1265 (regcache_raw_read, deprecated_write_register_gen):
1266 (deprecated_read_register_gen, regcache_raw_write): Delete code
1267 predicated on legacy_p.
1268 (register_size): Delete check against register raw size.
1269
1270 * cris-tdep.c (cris_register_type): Replace
1271 cris_register_virtual_type.
1272 (cris_gdbarch_init): Update, set register_type.
1273
1274 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1275 * gdbarch.h, gdbarch.c: Re-generate.
1276 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1277 (arm_gdbarch_init) Do not set frameless function invocation.
1278 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1279 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1280 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1281 (frv_gdbarch_init): Do not set frameless function invocation.
1282 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1283 * sh-tdep.c (sh_gdbarch_init): Ditto.
1284 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1285 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1286 * avr-tdep.c (avr_gdbarch_init): Ditto.
1287
1288 * blockframe.c (legacy_frame_chain_valid): Delete function.
1289
1290 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1291 and pc. Update comments.
1292 (pc_in_dummy_frame): Delete function.
1293 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1294 use the "id".
1295 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1296 call_hi, top and pc, use the id.
1297 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1298
1299 * dummy-frame.c: Include "gdb_string.h".
1300 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1301 (generic_save_dummy_frame_tos): Delete.
1302 (dummy_frame_push): New function, replaces above.
1303 * dummy-frame.h: Update copyright.
1304 (dummy_frame_push): Declare.
1305 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1306 (generic_save_call_dummy_addr): Delete declarations.
1307 * infcall.c: Include "dummy-frame.h".
1308 (call_function_by_hand): Add locals caller_regcache,
1309 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1310 with call to frame_save_as_regcache plus cleanup. Delete calls to
1311 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1312 Move clear_proceed_status to just before the resume, add call to
1313 dummy_frame_push (discard cleanup).
1314 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1315 (dummy-frame.o): Add $(gdb_string_h).
1316
1317 2004-08-01 Andrew Cagney <cagney@gnu.org>
1318
1319 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1320 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1321 * dummy-frame.c (find_dummy_frame): Delete.
1322 (struct dummy_frame_cache, dummy_frame_sniffer)
1323 (dummy_frame_prev_register, dummy_frame_this_id)
1324 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
1325 frame unwinder using a dummy_frame_cache.
1326
1327 2004-08-01 Andrew Cagney <cagney@gnu.org>
1328
1329 * frame.h (frame_save_as_regcache): Declare.
1330 * frame.c (frame_save_as_regcache): New function.
1331 (do_frame_read_register): Replace do_frame_unwind_register.
1332 (frame_pop): Use frame_save_as_regcache.
1333 * dummy-frame.c (generic_push_dummy_frame): Use
1334 frame_save_as_regcache.
1335
1336 2004-08-01 Joel Brobecker <brobecker@gnat.com>
1337
1338 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
1339 file as included until we record the first line in the linetable.
1340
1341 2004-08-01 Andrew Cagney <cagney@gnu.org>
1342
1343 * frame.h (deprecated_pop_dummy_frame)
1344 (deprecated_read_register_dummy)
1345 (deprecated_generic_find_dummy_frame): Delete.
1346 * dummy-frame.c (deprecated_generic_find_dummy_frame)
1347 (deprecated_read_register_dummy)
1348 (deprecated_find_dummy_frame_regcache)
1349 (discard_innermost_dummy)
1350 (deprecated_pop_dummy_frame): Delete.
1351 (dummy_frame_this_id): Simplify.
1352 (struct dummy_frame): Delete "fp" and "sp".
1353 (find_dummy_frame): Simplify.
1354 (generic_push_dummy_frame): Do not set "fp" or "sp".
1355 (fprint_dummy_frames): Do not print "fp" and "sp"
1356
1357 2004-08-01 Mark Kettenis <kettenis@gnu.org>
1358
1359 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
1360 (struct i386_insn): New structure.
1361 (i386_match_insn): New function.
1362 (i386_frame_setup_skip_insns): New variable.
1363 (i386_analyze_frame_setup): Change to use i386_match_insn and the
1364 array i386_frame_setup_insns of instructions that should be
1365 skipped inside the frame setup sequence.
1366
1367 2004-08-01 Andrew Cagney <cagney@gnu.org>
1368
1369 * frame.h (deprecated_frame_xmalloc_with_cleanup)
1370 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1371 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1372 * stack.c (frame_info): Delete references to
1373 DEPRECATED_FRAME_INIT_SAVED_REGS and
1374 deprecated_get_frame_saved_regs.
1375 * frame.c (struct frame_info): Delete saved_regs and extra_info.
1376 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
1377 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
1378 (frame_unwind_register_signed)
1379 (frame_unwind_register_unsigned)
1380 (frame_unwind_unsigned_register): Use register_size.
1381 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
1382 (deprecated_frame_xmalloc_with_cleanup)
1383 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1384 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1385
1386 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
1387 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
1388 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
1389 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
1390
1391 * infcall.c (call_function_by_hand): Do not use
1392 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
1393 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
1394 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
1395 DEPRECATED_STACK_ALIGN.
1396
1397 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1398
1399 Committed by Andrew Cagney.
1400 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
1401
1402 2004-08-01 Andrew Cagney <cagney@gnu.org>
1403
1404 * mips-tdep.c (mips16_frame_cache)
1405 (mips16_frame_this_id, mips16_frame_prev_register)
1406 (mips16_frame_unwind, mips16_frame_sniffer)
1407 (mips16_frame_base_address, mips16_frame_base)
1408 (mips16_frame_base_sniffer, mips32_frame_cache)
1409 (mips32_frame_this_id, mips32_frame_prev_register)
1410 (mips32_frame_unwind, mips32_frame_sniffer)
1411 (mips32_frame_base_address, mips32_frame_base)
1412 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
1413 separate heuristic mips16 and mips32 unwinders.
1414 (mips_stub_frame_cache, mips_stub_frame_this_id)
1415 (mips_stub_frame_prev_register)
1416 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
1417 (mips_stub_frame_base_address, mips_stub_frame_base)
1418 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
1419 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
1420 match true mdebug frames.
1421 (non_heuristic_proc_desc): Add forward declaration.
1422
1423 2004-08-01 Andrew Cagney <cagney@gnu.org>
1424
1425 * config/mips/tm-irix6.h: Delete file.
1426 * config/mips/tm-irix5.h: Delete file.
1427 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
1428 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
1429
1430 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
1431 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
1432 * config/nm-gnu.h (NO_CORE_OPS): Delete.
1433 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
1434 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
1435 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
1436 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
1437 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
1438 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
1439 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
1440 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
1441 (TARGET_SIGNAL_RAW_VALUES): Delete.
1442 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1443 Delete.
1444 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
1445 (TARGET_HW_WATCH_LIMIT): Delete.
1446 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
1447 * minimon.h: Delete file.
1448
1449 * trad-frame.c (trad_frame_get_this_base)
1450 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
1451 functions.
1452 * trad-frame.h (trad_frame_set_this_base)
1453 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
1454
1455 2004-07-31 Andrew Cagney <cagney@gnu.org>
1456
1457 * trad-frame.c (trad_frame_get_prev_register): Rename
1458 trad_frame_get_prev_register.
1459 * vax-tdep.c (vax_frame_prev_register): Update.
1460 * trad-frame.h: Update.
1461 * trad-frame.c (trad_frame_get_register): Update.
1462 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
1463 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
1464 Update.
1465 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
1466 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
1467 Update.
1468 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
1469 Update.
1470 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
1471 Update.
1472 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
1473 Update.
1474 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
1475 Update.
1476 * s390-tdep.c (s390_frame_prev_register)
1477 (s390_stub_frame_prev_register)
1478 (s390_sigtramp_frame_prev_register): Update.
1479 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
1480 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
1481 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
1482 * m88k-tdep.c (m88k_frame_prev_register)
1483 * m68hc11-tdep.c (m68hc11_frame_prev_register)
1484 * m32r-tdep.c (m32r_frame_prev_register): Update.
1485 * hppa-tdep.c (hppa_frame_prev_register_helper)
1486 * frv-tdep.c (frv_frame_prev_register): Update.
1487 * d10v-tdep.c (d10v_frame_prev_register): Update.
1488 * cris-tdep.c (cris_frame_prev_register): Update.
1489 * avr-tdep.c (avr_frame_prev_register): Update.
1490 * arm-tdep.c (arm_prologue_prev_register)
1491 (arm_sigtramp_prev_register): Update.
1492
1493 2004-07-31 Andrew Cagney <cagney@gnu.org>
1494
1495 * frame.h (legacy_saved_regs_unwind)
1496 (legacy_frame_chain_valid, legacy_frame_p)
1497 (enum frame_type): Delete UNKNOWN_FRAME.
1498 * dummy-frame.c (dummy_frame_this_id): Simplify.
1499 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
1500 * frame.c (struct frame_info): Delete the field "type".
1501 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
1502 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
1503 (legacy_saved_regs_unwind, legacy_frame_p)
1504 (frame_type_from_pc): Delete.
1505 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
1506 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
1507
1508 2004-07-31 Mark Kettenis <kettenis@gnu.org>
1509
1510 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
1511 indentation.
1512
1513 * mips-nat.c: Remove file.
1514 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
1515 (mips-nat.o): Remove dependency.
1516
1517 * infptrace.c: Update copyright year.
1518 (fetch_register): Pass NULL in regcache_raw_supply call instead of
1519 explicitly setting the buffer to all zeroes.
1520
1521 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
1522 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
1523
1524 2004-07-30 Andrew Cagney <cagney@gnu.org>
1525
1526 * GDB 6.2 released from gdb_6_2-branch.
1527
1528 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1529
1530 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
1531
1532 * exec.c (exec_file_attach):
1533 * nto-tdep.c (nto_find_and_open_solib):
1534 * pa64solib.c (pa64_solib_sizeof_symbol_table):
1535 * solib.c (solib_open):
1536 * somsolib.c (som_solib_sizeof_symbol_table):
1537 * source.c (is_regular_file, openp, open_source_file):
1538 * symfile.c (symfile_bfd_open):
1539 * wince.c (upload_to_device): Differentiate between the search for
1540 binary and source files.
1541
1542 2004-07-30 Andrew Cagney <cagney@gnu.org>
1543
1544 * complaints.c (_initialize_complaints): Pass NULL to
1545 add_setshow_zinteger_cmd for help_doc.
1546 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
1547
1548 2004-07-30 Andrew Cagney <cagney@gnu.org>
1549
1550 Fix PR i18n/761.
1551 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
1552 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
1553 $(PACKAGE).pot and update-po.
1554 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
1555 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
1556 (update-po): New rules.
1557 (localedir): Define using autoconf.
1558 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
1559 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
1560 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
1561 * configure.in: Generate CATALOGS and LINGUAS from contents of
1562 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
1563 * configure: Re-generate.
1564 * po/gdbtext: New file
1565
1566 2004-07-30 Jerome Guitton <guitton@gnat.com>
1567
1568 * MAINTAINERS: Reorder Write After Approval list in alphabetical
1569 order.
1570
1571 2004-07-30 David Lecomber <dsl@sources.redhat.com>
1572
1573 * dwarf2read.c (read_file_scope): Set producer if attribute
1574 present.
1575 (struct dwarf2_cu): Added new member producer.
1576
1577 2004-07-30 Jerome Guitton <guitton@gnat.com>
1578
1579 * inflow.c (kill_command): release file handles in BFD.
1580 * exec.c (exec_file_attach): Ditto.
1581 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
1582
1583 2004-07-29 Andrew Cagney <cagney@gnu.org>
1584
1585 * PROBLEMS (mips-irix): Note that it is broken.
1586
1587 2004-07-29 Andrew Cagney <cagney@gnu.org>
1588
1589 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
1590 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
1591
1592 * config/xm-nbsd.h: Delete file.
1593 * config/arm/xm-nbsd.h: Delete file.
1594 * config/i386/xm-nbsd.h: Delete file.
1595 * config/ns32k/xm-nbsd.h: Delete file.
1596 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
1597 * config/i386/nbsdelf.mh (XM_FILE): Delete.
1598 * config/i386/nbsdaout.mh (XM_FILE): Delete.
1599 * config/arm/nbsdelf.mh (XM_FILE): Delete.
1600 * config/arm/nbsdaout.mh (XM_FILE): Delete.
1601
1602 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
1603 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
1604 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
1605 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
1606 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
1607 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
1608
1609 * config/powerpc/xm-linux.h: Delete empty file.
1610 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
1611 * config/powerpc/linux.mh (XM_FILE): Delete.
1612 * config/m68k/xm-linux.h: Delete empty file.
1613 * config/m68k/linux.mh (XM_FILE): Delete.
1614 * config/ia64/xm-linux.h: Delete empty file.
1615 * config/ia64/linux.mh (XM_FILE): Delete.
1616 * config/arm/xm-linux.h: Delete empty file.
1617 * config/arm/linux.mh (XM_FILE): Delete.
1618
1619 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1620 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
1621 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1622 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
1623 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1624 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
1625 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1626 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
1627
1628 * config/m68k/xm-m68k.h: Delete file.
1629 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
1630 copyright.
1631 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
1632 * config/pa/xm-linux.h: Delete empty file.
1633 * config/pa/linux.mh (XM_FILE): Delete.
1634 * config/i386/xm-i386.h: Delete empty file.
1635 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
1636 "i386/xm-i386.h".
1637 * config/i386/obsdaout.mh (XM_FILE): Delete.
1638 * config/i386/obsd64.mh (XM_FILE): Delete.
1639 * config/i386/fbsd64.mh (XM_FILE): Delete.
1640 * config/i386/nto.mh (XM_FILE): Delete.
1641 * config/i386/obsd.mh (XM_FILE): Delete.
1642 * config/i386/linux64.mh (XM_FILE): Delete.
1643 * config/i386/linux.mh (XM_FILE): Delete.
1644 * config/i386/i386sol2.mh (XM_FILE): Delete.
1645 * config/i386/i386gnu.mh (XM_FILE): Delete.
1646 * config/i386/fbsd.mh (XM_FILE): Delete.
1647 * config/i386/nbsd64.mh (XM_FILE): Delete.
1648
1649 2004-07-29 Andrew Cagney <cagney@gnu.org>
1650
1651 * config/pa/xm-linux.h: Do not include "floatformat.h".
1652 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1653 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1654 * config/i386/xm-i386.h: Do not include "floatformat.h".
1655 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1656 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1657 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1658 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
1659 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
1660 GDB_HOST_LONG_DOUBLE_FORMAT instead.
1661 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
1662 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
1663 * configure, config.in: Regenerate.
1664 * configure.host (gdb_host_float_format, gdb_host_double_format)
1665 (gdb_host_long_double_format): Set according to the host.
1666
1667 2004-07-29 Andrew Cagney <cagney@gnu.org>
1668
1669 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
1670
1671 2004-07-28 Andrew Cagney <cagney@gnu.org>
1672
1673 * PROBLEMS: Mention threads/1650.
1674 * NEWS: Mention the NPTL fix.
1675
1676 2004-07-28 Andrew Cagney <cagney@gnu.org>
1677
1678 * cli/cli-decode.c (add_setshow_cmd): Delete function.
1679 (add_setshow_cmd_full): Make static.
1680 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
1681 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
1682 * cli/cli-decode.c (add_setshow_filename_cmd)
1683 (add_setshow_string_cmd): New functions.
1684 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
1685 * mips-tdep.c (_initialize_mips_tdep): Update.
1686 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
1687 * cli/cli-logging.c (_initialize_cli_logging): Update.
1688 * complaints.c (_initialize_complaints): Update.
1689 * remote.c (_initialize_remote): Update.
1690
1691 2004-07-28 Andrew Cagney <cagney@gnu.org>
1692
1693 * cli/cli-decode.c (add_setshow_zinteger_cmd)
1694 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
1695 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
1696 print parameters. Make string parameters constant.
1697 * command.h: Update. Update copyright.
1698 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1699 * observer.c (_initialize_observer): Ditto.
1700 * frame.c (_initialize_frame): Ditto.
1701 * complaints.c (_initialize_complaints): Ditto.
1702 * maint.c (_initialize_maint_cmds): Ditto.
1703 * target.c (initialize_targets): Ditto.
1704 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1705 * infcall.c (_initialize_infcall): Ditto.
1706 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1707 * m32r-rom.c (_initialize_m32r_rom): Ditto.
1708 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1709 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
1710 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1711
1712 2004-07-28 Andrew Cagney <cagney@gnu.org>
1713
1714 * gdbtypes.c (lookup_primitive_typename): Delete function.
1715 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
1716 * ada-lex.l: Use language_lookup_primitive_type_by_name.
1717 * gdbtypes.c (lookup_typename): Ditto.
1718 * f-exp.y (yylex): Ditto.
1719 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
1720
1721 * scm-lang.c (c_builtin_types): Delete extern declaration.
1722 (scm_language_defn): Replace
1723 string_char_type and primitive_type_vector with
1724 la_language_arch_info.
1725 * jv-lang.c (java_language_defn): Replace
1726 string_char_type and primitive_type_vector with
1727 la_language_arch_info.
1728 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
1729 c_builtin_types in comment.
1730 * c-lang.h (struct language_arch_info): Declare opaque.
1731 (c_language_arch_info): Declare.
1732 (c_builtin_types): Delete declaration.
1733 * c-lang.c (c_language_arch_info): Set string_char_type to
1734 builtin_char, not builtin_true_char. Make global.
1735 (c_builtin_types): Delete array.
1736 (asm_language_defn, minimal_language_defn): Replace
1737 string_char_type and primitive_type_vector with
1738 la_language_arch_info.
1739
1740 2004-07-28 Andrew Cagney <cagney@gnu.org>
1741
1742 * gdbtypes.h (struct builtin_type): Rename true_char to
1743 builtin_true_char.
1744 * gdbtypes.c (gdbtypes_post_init): Update.
1745 * c-lang.c (arch_info): New function.
1746 (enum c_primitive_types): New enum.
1747 (c_language_defn): Instead of string_char_type and
1748 primitive_type_vector set la_language_arch_info.
1749
1750 2004-07-28 Andrew Cagney <cagney@gnu.org>
1751
1752 * language.h (struct language_arch_info): Fix typo
1753 s/primative/primitive/.
1754 * gdbtypes.c (lookup_primitive_typename): Ditto.
1755 * language.c (language_lookup_primitive_type_by_name)
1756 (unknown_language_arch_info): Ditto.
1757
1758 2004-07-27 Andrew Cagney <cagney@gnu.org>
1759
1760 * defs.h (enum language): Add nr_languages.
1761 * language.h (struct language_arch_info): Define.
1762 (struct language_defn): Add la_language_arch_info.
1763 (language_lookup_primative_type_by_name): Declare.
1764 (language_string_char_type): Declare.
1765 * language.c (_initialize_language, language_gdbarch_post_init)
1766 (struct language_gdbarch, language_gdbarch_data): Implement
1767 per-architecture language information.
1768 (unknown_language_arch_info, language_string_char_type)
1769 (language_lookup_primative_type_by_name): New functions.
1770 (unknown_language_defn, auto_language_defn)
1771 (local_language_defn): Set la_language_arch_info to
1772 unknown_language_arch_info.
1773 (unknown_builtin_types): Delete.
1774 * gdbtypes.c (lookup_primitive_typename): Use
1775 language_lookup_primative_type_by_name.
1776 (create_string_type): Use language_string_char_type.
1777 * values.c (value_from_string): Use language_string_char_type.
1778 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
1779 * p-lang.c (pascal_language_defn): Ditto.
1780 * m2-lang.c (m2_language_defn): Ditto.
1781 * jv-lang.c (java_language_defn): Ditto.
1782 * objc-lang.c (objc_language_defn): Ditto.
1783 * f-lang.c (f_language_defn): Ditto.
1784 * c-lang.c (c_language_defn, cplus_language_defn)
1785 (asm_language_defn, minimal_language_defn): Ditto.
1786
1787 2004-07-27 Andrew Cagney <cagney@gnu.org>
1788
1789 * gdbtypes.h (struct builtin_type): Declare.
1790 (builtin_type): Declare.
1791 * d10v-tdep.c (d10v_register_type): Use builtin_type.
1792 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
1793 (gdbtypes_post_init): New function.
1794 (builtin_type): New function.
1795
1796 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
1797
1798 * remote-m32r-sdi.c: Fix breakpoint bug.
1799 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
1800 recv_char_data, recv_long_data): New functions to replace communication
1801 sequences.
1802
1803 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
1804
1805 Document PR threads/1650.
1806 * PROBLEMS (Threads): Document problem with many threads
1807
1808 2004-07-26 Andrew Cagney <cagney@gnu.org>
1809
1810 * gdb-mi.el: Move from here ...
1811 * mi/gdb-mi.el: ... to here.
1812
1813 2004-07-26 Andrew Cagney <cagney@gnu.org>
1814
1815 Problem reported by Ashley Pittman <ashley@quadrics.com>.
1816 * main.c (captured_main): When in batch mode always detach.
1817
1818 2004-07-26 Andrew Cagney <cagney@gnu.org>
1819
1820 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
1821 and h8300 as broken.
1822 * NEWS: END-OF-LIFE frame compatibility module.
1823 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
1824 specific comments.
1825
1826 2004-07-26 Andrew Cagney <cagney@gnu.org>
1827
1828 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
1829 * xcoffsolib.c (_initialize_xcoffsolib): Update.
1830 * wince.c (_initialize_wince): Update.
1831 * win32-nat.c (_initialize_win32_nat): Update.
1832 * varobj.c (_initialize_varobj): Update.
1833 * valops.c (_initialize_valops): Update.
1834 * utils.c (initialize_utils, initialize_utils): Update.
1835 * tui/tui-win.c (_initialize_tui_win): Update.
1836 * top.c (init_main): Update.
1837 * symfile.c (_initialize_symfile): Update.
1838 * source.c (_initialize_source): Update.
1839 * somsolib.c (_initialize_som_solib): Update.
1840 * solib.c (_initialize_solib): Update.
1841 * solib-frv.c (_initialize_frv_solib): Update.
1842 * serial.c (_initialize_serial): Update.
1843 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
1844 * remote.c (_initialize_remote, _initialize_remote): Update.
1845 * remote-vx.c (_initialize_vx): Update.
1846 * remote-utils.c (_initialize_sr_support): Update.
1847 * remote-sds.c (_initialize_remote_sds): Update.
1848 * remote-mips.c (_initialize_remote_mips): Update.
1849 * remote-e7000.c (_initialize_remote_e7000): Update.
1850 * proc-api.c (_initialize_proc_api): Update.
1851 * printcmd.c: Update.
1852 * parse.c (_initialize_parse): Update.
1853 * pa64solib.c (_initialize_pa64_solib): Update.
1854 * p-valprint.c (_initialize_pascal_valprint): Update.
1855 * monitor.c (_initialize_remote_monitors): Update.
1856 * mips-tdep.c (_initialize_mips_tdep): Update.
1857 * mcore-tdep.c (_initialize_mcore_tdep): Update.
1858 * maint.c (_initialize_maint_cmds): Update.
1859 * lin-lwp.c (_initialize_lin_lwp): Update.
1860 * language.c (_initialize_language): Update.
1861 * kod.c (_initialize_kod): Update.
1862 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
1863 * i386-tdep.c (_initialize_i386_tdep): Update.
1864 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
1865 * gdbarch.sh: Update.
1866 * gdbarch.c: Re-generate.
1867 * gdb-events.sh: Update.
1868 * gdb-events.c: Re-generate.
1869 * frame.c (_initialize_frame): Update.
1870 * exec.c: Update.
1871 * demangle.c (_initialize_demangler): Update.
1872 * dcache.c (_initialize_dcache): Update.
1873 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
1874 * cp-valprint.c (_initialize_cp_valprint): Update.
1875 * corefile.c (_initialize_core): Update.
1876 * command.h: Update.
1877 * cli/cli-decode.h: Update.
1878 * cli/cli-cmds.c (init_cli_cmds): Update.
1879 * charset.c (_initialize_charset): Update.
1880 * breakpoint.c (_initialize_breakpoint): Update.
1881 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
1882 * alpha-tdep.c (_initialize_alpha_tdep): Update.
1883 * aix-thread.c (_initialize_aix_thread): Update.
1884
1885 2004-07-24 Mark Kettenis <kettenis@gnu.org>
1886
1887 Partial fix for PR backtrace/1718.
1888 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
1889 that GCC migrates into the prolugue. Don't handle any
1890 instructions that clobber %ebx.
1891
1892 2004-07-23 Andrew Cagney <cagney@gnu.org>
1893
1894 Use regcache_raw_collect instead of regcache_collect.
1895 * regcache.h (regcache_collect): Delete declaration.
1896 * regcache.c (regcache_colect): Delete function.
1897 * win32-nat.c (do_child_store_inferior_registers): Update.
1898 * sol-thread.c (sol_thread_store_registers): Update.
1899 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
1900 * rs6000-nat.c (store_register): Update.
1901 * remote.c (store_register_using_P, remote_store_registers): Update.
1902 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
1903 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
1904 (fill_vrregset, store_spe_registers, fill_gregset)
1905 (fill_gregset): Update.
1906 * nto-procfs.c (procfs_store_registers): Update.
1907 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
1908 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
1909 * m68klinux-nat.c (store_register, fill_gregset): Update.
1910 * m68k-tdep.c (fill_gregset): Update.
1911 * infptrace.c (store_register): Update.
1912 * i386-nto-tdep.c (i386nto_regset_fill): Update.
1913 * i386-linux-nat.c (store_register, fill_gregset): Update.
1914 * hppa-linux-nat.c (fill_gregset): Update.
1915 * go32-nat.c (store_register): Update.
1916 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
1917 (store_fp_regs): Update.
1918 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
1919 (store_nwfpe_extended, store_fpregister, store_fpregs)
1920 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
1921 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
1922 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
1923 (store_regs_user_thread, store_regs_kernel_thread): Update.
1924
1925 2004-07-24 Mark Kettenis <kettenis@gnu.org>
1926
1927 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
1928 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
1929 encoding.
1930 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
1931 member of `struct comp_unit'.
1932
1933 2004-07-23 Andrew Cagney <cagney@gnu.org>
1934
1935 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
1936 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
1937
1938 2004-07-23 Martin Hunt <hunt@redhat.com>
1939 Kevin Buettner <kevinb@redhat.com>
1940
1941 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
1942 alignment was being added to the offset instead of multiplied.
1943
1944 2004-07-23 Mark Kettenis <kettenis@gnu.org>
1945
1946 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
1947 changed signal trampoline in OpenBSD 3.5-current.
1948
1949 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
1950 <machine/pcb.h> and "bsd-kvm.h".
1951 (sparc64nbsd_supply_pcb): New function.
1952 (_initialize_sparc64nbsd_nat): Renamed from
1953 _initialize_sparcnbsd_nat. Enable libkvm interface.
1954 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
1955 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
1956 (LOADLIBES): New variable.
1957
1958 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
1959
1960 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
1961
1962 2004-07-21 Andrew Cagney <cagney@gnu.org>
1963
1964 Use regcache_raw_supply instead of supply_register.
1965 * regcache.h (supply_register): Delete declaration.
1966 * regcache.c (supply_register): Delete function.
1967 * wince.c (do_child_fetch_inferior_registers): Update.
1968 * win32-nat.c (do_child_fetch_inferior_registers)
1969 (fetch_elf_core_registers): Update.
1970 * v850ice.c (v850ice_fetch_registers): Update.
1971 * thread-db.c (thread_db_store_registers): Update.
1972 * sol-thread.c (sol_thread_store_registers): Update.
1973 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
1974 * rs6000-nat.c (fetch_register): Update.
1975 * rom68k-rom.c (rom68k_supply_one_register): Update.
1976 * remote.c (remote_wait, remote_async_wait): Update.
1977 * remote-st.c (get_hex_regs): Update.
1978 * remote-sim.c (gdbsim_fetch_register): Update.
1979 * remote-sds.c (sds_fetch_registers): Update.
1980 * remote-rdp.c (remote_rdp_fetch_register): Update.
1981 * remote-rdi.c (arm_rdi_fetch_registers): Update.
1982 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
1983 * remote-m32r-sdi.c (m32r_fetch_register): Update.
1984 * remote-hms.c (init_hms_cmds): Update.
1985 * remote-est.c (init_est_cmds): Update.
1986 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
1987 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
1988 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
1989 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
1990 (fetch_register, supply_vrregset, supply_vrregset)
1991 (fetch_spe_registers): Update.
1992 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
1993 * monitor.c (monitor_supply_register): Update.
1994 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
1995 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
1996 (mipsnbsd_supply_fpreg): Update.
1997 * mips-nat.c (fetch_inferior_registers)
1998 (fetch_core_registers): Update.
1999 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2000 (supply_fpregset, mips64_supply_gregset)
2001 (mips64_supply_fpregset): Update.
2002 * m68klinux-nat.c (fetch_register, supply_gregset)
2003 (supply_fpregset): Update.
2004 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2005 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2006 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2007 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2008 * infptrace.c (fetch_register): Update.
2009 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2010 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2011 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2012 (gnu_fetch_registers, gnu_store_registers): Update.
2013 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2014 * i386-linux-nat.c (fetch_register, supply_gregset)
2015 (dummy_sse_values): Update.
2016 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2017 * hppah-nat.c (fetch_register): Update.
2018 * hppa-linux-nat.c (fetch_register, supply_gregset)
2019 (supply_fpregset): Update.
2020 * go32-nat.c (fetch_register): Update.
2021 * dve3900-rom.c (fetch_bitmapped_register)
2022 (_initialize_r3900_rom): Update.
2023 * cris-tdep.c (supply_gregset): Update.
2024 * abug-rom.c (init_abug_cmds): Update.
2025 * core-aout.c (fetch_core_registers): Update.
2026 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2027 (fetch_register, fetch_fp_register): Update.
2028 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2029 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2030 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2031 * alphanbsd-tdep.c (fetch_core_registers): Update.
2032 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2033 * alpha-nat.c (fetch_osf_core_registers)
2034 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2035 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2036 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2037
2038 2004-07-21 Andrew Cagney <cagney@gnu.org>
2039
2040 * PROBLEMS: Mention breakpoints/1702.
2041 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2042 that is known to work.
2043
2044 2004-07-21 Andrew Cagney <cagney@gnu.org>
2045
2046 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2047 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2048 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2049 (handle_inferior_event): Wrap call to deprecated
2050 IGNORE_HELPER_CALL in #ifdef.
2051 * config/mips/tm-nbsd.h: Update.
2052
2053 2004-07-20 Jim Blandy <jimb@redhat.com>
2054
2055 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2056 bfd_mach_ppc has no segment registers.
2057
2058 Include PowerPC SPR numbers for special-purpose registers.
2059 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2060 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2061 new member in initializer.
2062 (S, S4, SN4, S64): New macros for defining special-purpose
2063 registers.
2064 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2065 registers_403, registers_403GC, registers_505, registers_860,
2066 registers_601, registers_602, registers_603, registers_604,
2067 registers_750, registers_e500): Use them.
2068
2069 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2070 replace references with expression used to initialize variable.
2071
2072 2004-07-20 Andrew Cagney <cagney@gnu.org>
2073
2074 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2075 read_memory_nobpt.
2076 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2077 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2078 (s390_sigtramp_frame_sniffer): Update.
2079 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2080 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2081 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2082 (mips32_fetch_instruction): Update.
2083 * mcore-tdep.c (get_insn): Update.
2084 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2085 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2086 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2087 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2088 (i386_linux_rt_sigtramp_start): Update.
2089 * i386-linux-nat.c (child_resume): Update.
2090 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2091 * hppa-linux-tdep.c (insns_match_pattern): Update.
2092 * gdbcore.h: Update.
2093 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2094 * frame.c (safe_frame_unwind_memory): Update.
2095 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2096 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2097 * alpha-tdep.c (alpha_read_insn): Update.
2098
2099 2004-07-20 Andrew Cagney <cagney@gnu.org>
2100
2101 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2102 containing both bytes and mask. Add "frame_type".
2103 * tramp-frame.c (tramp_frame_start): Update.
2104 (tramp_frame_prepend_unwinder): Update.
2105 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2106 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2107 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2108 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2109
2110 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2111
2112 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2113 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2114 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2115 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2116
2117 2004-07-17 Andrew Cagney <cagney@gnu.org>
2118
2119 * NEWS, PROBLEMS: Update for 6.2.
2120
2121 * README: Update to 6.2.
2122
2123 * utils.c (xvasprintf): Call xstrvprintf.
2124
2125 * parse.c: Update copyright.
2126 (null_post_parser): Eliminate ARGSUSED.
2127
2128 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2129 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2130 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2131
2132 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2133 * ppc-linux-nat.c: Use "Linux kernel".
2134 * hppa-linux-tdep.c: Use GNU/Linux.
2135 * hppa-linux-nat.c: Use GNU/Linux.
2136 * dwarfread.c: Add [sic] to use of Linux.
2137
2138 * hppa-linux-nat.c: Do not include <string.h>.
2139 (supply_fpregset): Remove "register" attribute.
2140
2141 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2142
2143 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2144
2145 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2146 * configure, config.in: Regenerated.
2147
2148 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2149 "bsd-kvm.h".
2150 (vaxbsd_supply_pcb): New function.
2151 (_initialize_vaxbsd_nat): New prototype and function.
2152 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2153 solib-sunos.o.
2154 (LOADLIBES): New variable.
2155 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2156 (LOADLIBES): New variable.
2157 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2158 (LOADLIBES): New variable.
2159 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2160
2161 2004-07-16 Andrew Cagney <cagney@gnu.org>
2162
2163 * defs.h (event_loop_p): Replace variable declaration with macro,
2164 always 1.
2165 * main.c (captured_main): Delete options "-async" and "-noasync".
2166 (event_loop_p): Delete variable.
2167 * NEWS: Mention that "-async" and "-noasync" were removed.
2168
2169 2004-07-16 Andrew Cagney <cagney@gnu.org>
2170
2171 * remote-m32r-sdi.c: Re-indent.
2172
2173 2004-07-16 Jim Blandy <jimb@redhat.com>
2174
2175 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2176 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2177 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2178 missing MPC823 SPRs.
2179 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2180 incorrect. (This was corrected in GDB's register name tables on
2181 2004-07-14.)
2182
2183 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2184 should be "esasrr" ("ESA Save and Restore Register").
2185
2186 2004-07-16 Andrew Cagney <cagney@gnu.org>
2187
2188 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2189 calls, no longer applicable. Update comments and rename parameter
2190 "step_frame" to "return_frame".
2191
2192 2004-07-16 Andrew Cagney <cagney@gnu.org>
2193
2194 * frame.c (fprint_field): New function.
2195 (fprint_frame_id): Use fprint_field.
2196
2197 2004-07-15 Joel Brobecker <brobecker@gnat.com>
2198
2199 * ada-lang.c (ada_language_defn): Remove commented out code.
2200
2201 2004-07-15 Jim Blandy <jimb@redhat.com>
2202
2203 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2204 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2205
2206 2004-07-14 Jim Blandy <jimb@redhat.com>
2207
2208 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2209
2210 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2211
2212 * ppc-tdep.h (ppc_num_srs): New enum constant.
2213
2214 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2215 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2216 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2217 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
2218 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
2219 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
2220 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
2221 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
2222 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
2223 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
2224 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
2225 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
2226 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
2227 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
2228 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
2229 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
2230 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
2231 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
2232 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
2233 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
2234 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
2235 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
2236 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
2237 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
2238 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
2239 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
2240 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
2241 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
2242 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
2243 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
2244 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
2245 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
2246 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
2247 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
2248 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
2249 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
2250 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
2251 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
2252 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2253 special-purpose register numbers.
2254
2255 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2256 manual mentions 'md_twb', but many mention 'm_twb', and at that
2257 point in the register list.)
2258
2259 2004-07-14 Andrew Cagney <cagney@gnu.org>
2260
2261 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2262 instead of "internal-error".
2263
2264 2004-07-10 Joel Brobecker <brobecker@gnat.com>
2265
2266 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2267 that was inserted inside a comment.
2268
2269 2004-07-10 Randolph Chung <tausq@debian.org>
2270
2271 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2272 function.
2273 (hppa_hpux_push_dummy_code): New function.
2274 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2275 Set find_global_pointer method.
2276
2277 2004-07-10 Mark Kettenis <kettenis@gnu.org>
2278
2279 * NEWS: Mention BSD libkvm interface.
2280
2281 2004-07-10 Michael Snyder <msnyder@redhat.com>
2282
2283 * symfile.c (generic_load): Comment typo.
2284 * stack.c (get_selected_block): Ditto.
2285 * regcache.c (regcache_cooked_read): Ditto.
2286 * monitor.c (monitor_debug): Ditto.
2287 * mips-tdep.c (mips_read_pc): Ditto.
2288 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2289 * gdb_mbuild.sh: Ditto.
2290 * gdbarch.sh: Ditto.
2291 * gdbarch.h: Ditto.
2292
2293 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2294
2295 * ada-tasks.c: Remove file.
2296
2297 Remove ARI problems:
2298
2299 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2300 beginning of line.
2301
2302 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2303 Add comment.
2304 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2305 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2306 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2307 (UMIN_OF_SIZE): Remove.
2308 (max_of_type): New function to replace orphan macro in gdbtypes.h
2309 (min_of_type): Ditto.
2310 (discrete_type_high_bound): Use max_of_type.
2311 (discrete_type_low_bound): Use min_of_type.
2312 (possible_user_operator_p): Move operator to beginning of line.
2313 (ada_is_variant_part): Ditto.
2314 (ensure_lval): Rewrite to avoid deprecated operations.
2315 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2316 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2317 (ada_enum_name): Remove assignments in 'if' statements.
2318 (build_ada_types): Add gdbarch parameter.
2319 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2320 with gdbarch_data_register_post_init.
2321 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2322 add_show_from_set.
2323
2324 * ada-valprint.c (inspect_it): Remove declaration.
2325 (repeat_count_threshold): Remove declaration.
2326 (ada_print_floating): Remove assignments in 'if' statements.
2327 (print_str): Move operator to beginning of line.
2328
2329 2004-07-08 Jim Blandy <jimb@redhat.com>
2330
2331 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2332
2333 2004-07-08 Bob Rossi <bob@brasko.net>
2334
2335 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
2336
2337 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
2338
2339 * language.h (struct_language_defn): Add new function pointer:
2340 la_class_name_from_physname. Also add new prototype for
2341 language_class_name_from_physname.
2342 * language.c (language_class_name_from_physname): New function.
2343 (unk_lang_class_name): Ditto.
2344 (unknown_language_defn, auto_language_defn): Change
2345 to add unk_lang_class_name function pointer for
2346 la_class_name_from_physname.
2347 (local_language_defn): Ditto.
2348 * dwarf2read.c (guess_structure_name): Change to call
2349 language_class_name_from_physname.
2350 (determine_class_name): Ditto.
2351 * cp-support.c (class_name_from_physname): Renamed.
2352 (cp_class_name_from_physname): New name of function.
2353 * cp-support.h: Ditto.
2354 * c-lang.c (c_language_defn): Change to add NULL
2355 for class_name_from_physname function pointer.
2356 (cplus_language_defn): Change to add cp_class_name_from_physname.
2357 * jv-lang.c (java_class_name_physname): New function.
2358 (java_find_last_component): New static routine.
2359 (java_language_defn): Add java_class_name_from_physname pointer.
2360 * ada-lang.c (ada_language_defn): Change to add NULL
2361 for class_name_from_physname function pointer.
2362 * f-lang.c (f_language_defn): Ditto.
2363 * m2-lang.c (m2_language_defn): Ditto.
2364 * objc-lang.c (objc_language_defn): Ditto.
2365 * p-lang.c (pascal_language_defn): Ditto.
2366 * scm-lang.c (scm_language_defn): Ditto.
2367
2368 2004-07-06 Andrew Cagney <cagney@gnu.org>
2369
2370 Patch from Bart Robinson.
2371 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
2372 (O_LARGEFILE): Define to 0, if not defined.
2373
2374 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2375
2376 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
2377 <machine/pcb.h> and "bsd-kvm.h".
2378 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
2379 (m68kbsd_supply_pcb): New function.
2380 (_initialize_m68kbsd_nat): New prototype and function.
2381 * Makefile.in (m68kbsd-nat.o): Update dependencies.
2382 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2383 (LOADLIBES): New variable.
2384 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2385 (LOADLIBES): New variable.
2386
2387 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
2388
2389 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2390
2391 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
2392 <sys/proc.h>.
2393 (bsd_kvm_cmdlist): New variable.
2394 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
2395 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
2396 command and "kvm proc" command.
2397 * Makefile.in (bsd-kvm.o): Update dependencies.
2398
2399 2004-07-02 Mark Kettenis <kettenis@gnu.org>
2400
2401 * osabi.c: Update copyright year.
2402 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
2403 notes if EI_OSABI is set to ELFOSABI_HPUX.
2404
2405 2004-07-01 Michael Snyder <msnyder@redhat.com>
2406
2407 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
2408 that seems to have gotten whacked out of line.
2409
2410 2004-07-01 Mark Kettenis <kettenis@gnu.org>
2411
2412 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
2413 code.
2414
2415 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2416
2417 * ada-lang.c (decode_packed_array): Minor change to comment.
2418 (ada_value_slice_ptr): New function.
2419 (ada_value_slice): New function.
2420 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
2421 test. Don't know why it is there.
2422 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
2423 to avoid dereferencing huge arrays from which one is slicing.
2424 (empty_array): Correct to return an array rather than
2425 a subrange value.
2426 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
2427 on empty arrays (let'em use 'FIRST instead).
2428
2429 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2430
2431 Address complaints from gdb_ari.sh:
2432
2433 * ada-exp.y: Include gdb_string.h rather than string.h.
2434 (convert_char_literal): Reformat declaration.
2435 * ada-lang.h: Include opaque struct declaration for struct frame_info.
2436 * ada-lex.l: Change use of free to xfree (the macro would do so
2437 anyway, but this is harmless).
2438 Include gdb_string.h rather than string.h.
2439 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
2440
2441 * ada-lang.c (parse): Remove K&Rism in parameter list.
2442 (is_name_suffix): Correct Linux => GNU/Linux in comment.
2443
2444 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2445
2446 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
2447 dead code.
2448
2449 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2450
2451 * alphabsd-nat.c: Update copyright year.
2452 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
2453
2454 2004-06-29 Joel Brobecker <brobecker@gnat.com>
2455
2456 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
2457 (i386_cygwin_in_solib_call_trampoline): New function.
2458 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
2459 and skip_trampoline_code gdbarch methods.
2460
2461 2004-06-29 Jim Blandy <jimb@redhat.com>
2462
2463 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
2464 name actually used in the dependency lists.
2465
2466 2004-06-29 Randolph Chung <tausq@debian.org>
2467
2468 * NEWS (New native configurations): Mention GNU/Linux/hppa.
2469
2470 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2471
2472 * win32-nat.c (child_pid_to_exec_file): New function.
2473 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
2474 functionality.
2475
2476 2004-06-28 Andrew Cagney <cagney@gnu.org>
2477
2478 * defs.h (xstrvprintf): Declare.
2479 * utils.c (xstrvprintf): New function.
2480 (internal_vproblem, xstrprintf, xasprintf)
2481 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
2482 * serial.c (serial_printf): Ditto.
2483 * complaints.c (vcomplaint): Ditto.
2484
2485 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2486
2487 * infcmd.c (attach_command): Move call to target_terminal_inferior
2488 behind loading symbol table.
2489
2490 2004-06-28 Andrew Cagney <cagney@gnu.org>
2491
2492 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
2493 change - add back extern deprecated_ui_loop_hook declaration.
2494
2495 2004-06-28 Andrew Cagney <cagney@gnu.org>
2496
2497 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
2498 xstrprintf.
2499 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
2500 (c_value_of_variable): Ditto.
2501 * utils.c (internal_vproblem): Ditto.
2502 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
2503 * remote.c (add_packet_config_cmd): Ditto.
2504 * remote-rdp.c (rdp_set_command_line): Ditto.
2505 * regcache.c (regcache_dump): Ditto.
2506 * frv-tdep.c (new_variant, new_variant): Ditto.
2507 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
2508 (fbsd_find_memory_regions): Ditto.
2509 * breakpoint.c (create_thread_event_breakpoint)
2510 (create_breakpoints): Ditto.
2511 * aix-thread.c (aix_thread_pid_to_str): Ditto.
2512 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
2513
2514 2004-06-28 Joel Brobecker <brobecker@gnat.com>
2515
2516 * ada-lang.c: Re-indent file, with some massaging to help indent
2517 a bit when the result is otherwise really too ugly.
2518
2519 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2520
2521 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
2522 code_addr_p and special_addr_p to 'unsigned int'.
2523
2524 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2525
2526 * i386v4-nat.c: Update copyright year and tweak comment.
2527 (regmap): Remove trailing comma.
2528 (supply_gregset): Rename local variable i to regnum. Call
2529 regcache_raw_supply instead of supply_register.
2530 (fill_gregset): Rename argument regno to regnum. Call
2531 regcache_raw_collect instead of regcache_collect.
2532
2533 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2534
2535 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
2536 and special_addr_p.
2537 (frame_id_build, frame_id_build_special): Update comments.
2538 (frame_id_build_wild): New prototype.
2539 * frame.c (frame_id_build, frame_id_build_special): Fill in new
2540 struct frame_id fields.
2541 (frame_id_build_wild): New function.
2542 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
2543
2544 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2545
2546 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
2547 hppabsd-tdep.c.
2548
2549 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2550
2551 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
2552
2553 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2554
2555 * ada-lang.c: Re-indent file.
2556
2557 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2558
2559 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
2560 (no_symtab_msg): Likewise.
2561
2562 2004-06-27 Andreas Schwab <schwab@suse.de>
2563
2564 * source.c: Fix whitespace.
2565
2566 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2567
2568 * configure.in: Include <sys/param.h> for td_pcb test.
2569 * configure: Regenerated.
2570
2571 * i386nbsd-nat.c: New file.
2572 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
2573 i386obsd-nat.c and i386obsd-tdep.c.
2574 (i386nbsd-nat.o): New dependency.
2575 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
2576 bsd-kvm.o.
2577 (LOADLIBES): New variable.
2578 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
2579 bsd-kvm.o.
2580 (LOADLIBES): New variable.
2581
2582 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
2583 (LOADLIBES): New variable.
2584
2585 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
2586 fetching from BSD_KVM_PADDR. Correctly lookup address for
2587 "_thread0".
2588
2589 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
2590 "bsd-kvm.h".
2591 (amd64fbsd_supply_pcb): New funcion.
2592 (_initialize_amd64fbsd_nat): Enable libkvm interface.
2593
2594 2004-06-27 <david@streamline-computing.com>
2595
2596 Partial fix for PR cli/1056.
2597 * valarith.c: Check for zero in division and remainder
2598 evaluation.
2599
2600 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2601
2602 * i387-tdep.c: Remove excessive whitespace.
2603
2604 2004-06-26 Andrew Cagney <cagney@gnu.org>
2605
2606 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
2607 * gdb-events.h, gdb-events.c: Re-generate.
2608 * tui/tui-hooks.c (tui_install_hooks): Update.
2609 (tui_remove_hooks): Update.
2610 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
2611
2612 2004-06-26 Mark Kettenis <kettenis@gnu.org>
2613
2614 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
2615 (gregset_t, fpregset_t): Remove typedefs.
2616 (REG_OFFSET): Rename argument.
2617 (amd64bsd_r_reg_offset): Rename from reg_offset.
2618 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
2619 Remove functions.
2620 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
2621 of reg_offset.
2622 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
2623
2624 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
2625
2626 * vax-tdep.c: Tweak comment.
2627
2628 Add OpenBSD/hppa support.
2629 * NEWS (New native configurations): Mention OpenBSD/hppa.
2630 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
2631 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
2632 files.
2633 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
2634 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
2635 * configure.host: Add hppa*-*-openbsd*.
2636 * configure.tgt: Add hppa*-*-openbsd*.
2637
2638 2004-06-25 Andrew Cagney <cagney@gnu.org>
2639
2640 * defs.h (deprecated_ui_loop_hook): Deprecated.
2641 * wince.c (child_wait): Update.
2642 * win32-nat.c (child_wait): Update.
2643 * v850ice.c (v850ice_wait): Update.
2644 * top.c (deprecated_ui_loop_hook): Update.
2645 * serial.h: Update.
2646 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
2647 (do_unix_readchar): Update.
2648 * ser-tcp.c (net_open): Update.
2649 * remote-sim.c (gdb_os_poll_quit): Update.
2650 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
2651
2652 2004-06-24 Andrew Cagney <cagney@gnu.org>
2653
2654 * defs.h (deprecated_pre_add_symbol_hook)
2655 (deprecated_post_add_symbol_hook): Deprecated.
2656 * symfile.c (symbol_file_add_with_addrs_or_offsets)
2657 (symbol_file_add_with_addrs_or_offsets): Update references.
2658
2659 2004-06-24 Andrew Cagney <cagney@gnu.org>
2660
2661 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
2662 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
2663 * wince.c (ui_loop_hook): Delete extern declaration.
2664 * win32-nat.c (ui_loop_hook): Delete extern declaration..
2665 * v850ice.c (ui_loop_hook): Delete extern declaration..
2666 * ser-unix.c (ui_loop_hook): Delete extern declaration..
2667 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
2668 * remote-sim.c (ui_loop_hook): Delete extern declaration..
2669 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
2670 ui_loop_hook declaration.
2671
2672 2004-06-24 Andrew Cagney <cagney@gnu.org>
2673
2674 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
2675 entry_func_highpc fields.
2676 * objfiles.c (init_entry_point_info): Do not clear
2677 entry_func_lowpc and entry_func_highpc.
2678 (objfile_relocate): Do not relocate entry_func_lowpc and
2679 entry_func_highpc.
2680 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
2681 entry_func_highpc.
2682 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
2683 entry_func_highpc.
2684 * blockframe.c (legacy_frame_chain_valid): Replace tests against
2685 entry_func_lowpc and entry_func_highpc with call to
2686 inside_entry_func.
2687
2688 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2689
2690 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
2691 quad-precision floating point arguments in registers.
2692
2693 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2694
2695 From Michael Mueller <m.mueller99@kay-mueller.de>:
2696 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
2697 account.
2698
2699 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
2700
2701 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
2702 to -1.
2703 * breakpoint.c (bpstat_stop_status): Move check for ignoring
2704 untriggered watchpoints to a separate if clause. Update function
2705 comment regarding STOPPED_BY_WATCHPOINT argument.
2706
2707 2004-06-22 Jim Blandy <jimb@redhat.com>
2708
2709 * gdbarch.sh: Doc fix.
2710
2711 2004-06-21 Martin Hunt <hunt@redhat.com>
2712 Kevin Buettner <kevinb@redhat.com>
2713
2714 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
2715 * mips-tdep.h (MIPS_SP_REGNUM): Define.
2716 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
2717 to set_gdbarch_sp_regnum(). Use cooked register number.
2718 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
2719
2720 2004-06-21 Andrew Cagney <cagney@gnu.org>
2721
2722 * gdbarch.sh: When the macro field is empty, do not generate a
2723 macro definition. When the macro field is "=", generate the macro
2724 name from the upper-case function name.
2725 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
2726 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
2727 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
2728 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
2729 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
2730 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
2731 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
2732 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
2733 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
2734 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
2735 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
2736 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
2737 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
2738 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
2739 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2740 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
2741 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
2742 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
2743 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
2744 (DEPRECATED_USE_STRUCT_CONVENTION)
2745 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2746 (DEPRECATED_FRAME_INIT_SAVED_REGS)
2747 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
2748 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
2749 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2750 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
2751 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
2752 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
2753 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
2754 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
2755 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
2756 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
2757 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
2758 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
2759 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
2760 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
2761 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
2762 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
2763
2764 2004-06-21 Andrew Cagney <cagney@gnu.org>
2765
2766 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
2767 macro name, and the function rather than macro value. Only wrap
2768 macro print statements in #ifdef. Move format logic to where it
2769 is needed.
2770 * gdbarch.c: Re-generate.
2771
2772 * gdbarch.sh (read): Delete "print_p" and "description", add
2773 "garbage_at_eol". Check for non-empty garbage at end-of-line.
2774 Delete references to print_p.
2775 (TARGET_ARCHITECTURE): Delete print predicate.
2776 * gdbarch.c: Re-generate.
2777
2778 * gdbarch.sh: Check that multi-arch methods do not provide a
2779 macro.
2780 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
2781 (print_registers_info, print_float_info, print_vector_info)
2782 (adjust_breakpoint_address, remote_translate_xfer_address)
2783 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
2784 (address_class_type_flags_to_name, unwind_sp): Remove the macro
2785 name from the multi-arch definition.
2786
2787 2004-06-20 Andrew Cagney <cagney@gnu.org>
2788
2789 * gdbarch.sh: Sort by the function, instead of macro name.
2790 * gdbarch.c: Re-generate.
2791
2792 2004-06-20 Andrew Cagney <cagney@gnu.org>
2793
2794 * gdbarch.sh: Use the function, instead of macro name in
2795 errors and the log file.
2796 (return_value): Remove stray ":" in spec.
2797
2798 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
2799 * gdbarch.h, gdbarch.c: Re-generate.
2800 * Makefile.in (arch-utils.o): Update dependencies.
2801 * values.c (using_struct_return): Move code calling
2802 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
2803 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
2804 to legacy_return_value, simplify.
2805 * infcmd.c (print_return_value): Move code calling
2806 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
2807 to legacy_return_value, simplify.
2808 * infcall.c (call_function_by_hand): Move code calling
2809 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
2810 * arch-utils.c: Update copyright. Include "gdbcore.h".
2811 (legacy_return_value): New function.
2812 * arch-utils.h: Update copyright.
2813 (legacy_return_value): Declare.
2814
2815 2004-06-20 Andrew Cagney <cagney@gnu.org>
2816
2817 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
2818 * gdbarch.h, gdbarch.c: Re-generate.
2819 * values.c (using_struct_return): Update call.
2820 * mcore-tdep.c: Update comment.
2821 * infcall.c (call_function_by_hand): Update comment.
2822 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2823 * arch-utils.h (always_use_struct_convention): Update.
2824 * v850-tdep.c (v850_gdbarch_init): Update.
2825 * sh64-tdep.c (sh64_gdbarch_init): Update.
2826 * sh-tdep.c (sh_gdbarch_init): Update.
2827 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2828 * mips-tdep.c (mips_gdbarch_init): Update.
2829 * mcore-tdep.c (mcore_gdbarch_init): Update.
2830 * m32r-tdep.c (m32r_gdbarch_init): Update.
2831 * ia64-tdep.c (ia64_gdbarch_init): Update.
2832 * h8300-tdep.c (h8300_gdbarch_init): Update.
2833 * frv-tdep.c (frv_gdbarch_init): Update.
2834 * cris-tdep.c (cris_gdbarch_init): Update.
2835 * arm-tdep.c (arm_gdbarch_init): Update.
2836 * alpha-tdep.c (alpha_gdbarch_init): Update.
2837
2838 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
2839
2840 * PROBLEMS: Add more specific information, and a work-around,
2841 for PR gdb/1458.
2842
2843 2004-06-18 Andrew Cagney <cagney@gnu.org>
2844
2845 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
2846 * gdbarch.h, gdbarch.c: Re-generate.
2847 * ada-lang.c (ada_finish_decode_line_1): Update.
2848 * infrun.c (handle_inferior_event): Update.
2849 * infcall.c (find_function_addr): Update.
2850 * linespec.c (minsym_found): Update.
2851 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
2852 Update.
2853 * blockframe.c (legacy_frameless_look_for_prologue): Update.
2854 * cli/cli-cmds.c (disassemble_command): Update.
2855 * vax-tdep.c (vax_gdbarch_init): Update.
2856
2857 2004-06-18 Mark Kettenis <kettenis@gnu.org>
2858
2859 * i386-tdep.c (i386_collect_fpregset): Fix comment.
2860
2861 2004-06-17 Andrew Cagney <cagney@gnu.org>
2862
2863 GDB 6.1.1 released from the GDB 6.1 branch.
2864 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
2865 * PROBLEMS: Ditto.
2866
2867 2004-06-16 Daniel Jacobowitz <dan@debian.org>
2868
2869 PR gdb/1658
2870 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
2871 operation as a uleb128. Found by Michael Coulter.
2872
2873 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
2874
2875 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
2876 make it non-static.
2877 * ada-lang.h (task_control_block): declaration moved from ada-task.c
2878 to ada-lang.h; this is needed to be able to implement the kill command
2879 in multi-task mode.
2880 (task_ptid): Ditto.
2881 (task_entry): Ditto.
2882 (task_list): Ditto.
2883 (ada_build_task_list): Ditto.
2884
2885 * ada-lang.c: Conditionalize routines and data structures related
2886 to breakpoints, exceptions, completion, and symbol caching on
2887 GNAT_GDB, since these are not yet used in the submitted public sources.
2888 (ada_main_name): Editorial: Move definition out of exception-related
2889 code.
2890
2891 2004-06-15 Andrew Cagney <cagney@gnu.org>
2892
2893 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
2894 deprecated_pc_in_call_dummy.
2895
2896 2004-06-15 Alan Modra <amodra@bigpond.net.au>
2897
2898 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
2899 bfd_get_section_size_before_reloc or _raw_size.
2900 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2901 * dwarf2read.c (dwarf2_locate_sections): Likewise.
2902 (dwarf2_read_section): Likewise.
2903 * elfread.c (elf_locate_sections): Likewise.
2904 * gcore.c (derive_heap_segment): Likewise.
2905 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2906 * remote-e7000.c (e7000_load): Likewise.
2907 * remote-m32r-sdi.c (m32r_load): Likewise.
2908 * remote-mips.c (mips_load_srec): Likewise.
2909 (pmon_load_fast): Likewise.
2910 * remote.c (compare_sections_command): Likewise.
2911 * symfile.c (add_section_size_callback): Likewise.
2912 (load_section_callback): Likewise.
2913 (pc_in_unmapped_range): Likewise.
2914 (pc_in_mapped_range): Likewise.
2915 (sections_overlap): Likewise.
2916 (list_overlays_command): Likewise.
2917 (simple_overlay_update_1): Likewise.
2918 (simple_overlay_update): Likewise.
2919 * tracepoint.c (remote_set_transparent_ranges): Likewise.
2920 * win32-nat.c (core_section_load_dll_symbols): Likewise.
2921
2922 2004-06-14 Randolph Chung <tausq@debian.org>
2923
2924 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
2925 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
2926 static.
2927 (hppa_hpux_inferior_created): New function.
2928 (hppa_hpux_init_abi): Register observer.
2929 * symfile.c (hp_cxx_exception_support_initialized)
2930 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
2931 (symbol_file_add_main_1, symbol_file_clear): Likewise.
2932
2933 2004-06-14 Randolph Chung <tausq@debian.org>
2934
2935 * MAINTAINERS (Write After Approval): Alphabetize my entry
2936 correctly.
2937
2938 2004-06-14 Andrew Cagney <cagney@gnu.org>
2939
2940 * MAINTAINERS (testsuite): List Michael Chastain as the lead
2941 testsuite maintainer.
2942
2943 2004-06-13 Andrew Cagney <cagney@gnu.org>
2944
2945 * infcmd.c (print_return_value): Fix logic, allow
2946 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
2947
2948 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
2949 defining any macros.
2950 * gdbarch.h: Re-generate.
2951
2952 * gdbarch.sh: Delete "level" attribute. Only check for a macro
2953 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
2954 * gdbarch.h: Re-generate.
2955
2956 * values.c (generic_use_struct_convention): Don't check gcc_p.
2957
2958 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2959 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
2960 * gdbarch.h, gdbarch.c: Regenerate.
2961 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
2962 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
2963 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2964 deprecated_max_register_raw_size and
2965 deprecated_max_register_virtual_size.
2966 * v850-tdep.c (v850_gdbarch_init): Ditto.
2967 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2968 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2969 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2970 * cris-tdep.c (cris_gdbarch_init): Ditto.
2971
2972 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
2973 * gdbarch.h, gdbarch.c: Re-generate.
2974 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
2975 (m68hc11_use_struct_convention): Delete function.
2976 (m68hc11_extract_struct_value_address): Delete function.
2977 (m68hc11_return_value): New function.
2978 (m68hc11_gdbarch_init): Instead of store_return_value,
2979 extract_return_value, return_value_on_stack,
2980 deprecated_extract_struct_value_address and use_struct_convention,
2981 set return_value.
2982 * values.c (using_struct_return): Do not call
2983 RETURN_VALUE_ON_STACK.
2984 * arch-utils.h (generic_return_value_on_stack_not): Delete
2985 declaration.
2986 * arch-utils.c (generic_return_value_on_stack_not): Delete
2987 function.
2988
2989 2004-06-12 Andrew Cagney <cagney@gnu.org>
2990
2991 * values.c (register_value_being_returned): Delete function.
2992 * infcmd.c (legacy_return_value): Delete function.
2993 * infcall.c (call_function_by_hand): Inline
2994 "register_value_being_returned", simplify.
2995 * values.c (using_struct_return): Update comment, refer to
2996 print_return_value instead of register_value_being_returned.
2997 * infcmd.c (print_return_value): Inline calls to
2998 register_value_being_returned and legacy_return_value. Simplify.
2999
3000 2004-06-11 Randolph Chung <tausq@debian.org>
3001
3002 * somread.c (som_symtab_read): Exclude gcc local symbols.
3003
3004 2004-06-11 Randolph Chung <tausq@debian.org>
3005
3006 * infrun.c (handle_inferior_event): Handle the case when a
3007 trampoline ends up in the runtime resolver, and if the trampoline
3008 has no name. Rearrange the code so that all the trampoline
3009 processing happens before other step-out-of-range handling.
3010
3011 2004-06-11 Martin Hunt <hunt@redhat.com>
3012
3013 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3014 has no fpu.
3015
3016 2004-06-10 Andrew Cagney <cagney@gnu.org>
3017
3018 * blockframe.c (legacy_inside_entry_func): Delete.
3019 (legacy_frame_chain_valid): Inline call to
3020 legacy_inside_entry_func, simplify.
3021
3022 2004-06-10 Bob Rossi <bob@brasko.net>
3023
3024 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3025 * dwarf2read.c (partial_die_info): Add dirname field.
3026 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3027 (read_partial_die): Save away DW_AT_comp_dir.
3028 * defs.h (symtab_to_filename): Removed.
3029 * source.c (find_and_open_source): Added.
3030 (open_source_file): Just calls find_and_open_source.
3031 (symtab_to_filename): Removed.
3032 (symtab_to_fullname, psymtab_to_fullname): Added.
3033 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3034 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3035 symtab_to_filename.
3036 * symtab.h (partial_symtab): Add dirname field.
3037 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3038 (mi_cmd_file_list_exec_source_file): Call new function
3039 symtab_to_fullname to find fullname.
3040 (mi_cmd_file_list_exec_source_files): Added.
3041 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3042 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3043
3044 2004-06-10 Andrew Cagney <cagney@gnu.org>
3045
3046 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3047 to generic_use_struct_convention, the default value.
3048
3049 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3050 of abort.
3051
3052 * ns32k-tdep.c (ns32k_push_arguments): New function.
3053 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3054 * infcall.c (call_function_by_hand): Call error instead of
3055 legacy_push_arguments.
3056 * value.h (legacy_push_arguments): Delete declaration.
3057 * valops.c (legacy_push_arguments): Delete function.
3058 (value_push): Delete function.
3059
3060 2004-06-10 Brian Ford <ford@vss.fsi.com>
3061
3062 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3063 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3064 info.
3065 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3066
3067 2004-06-10 Andrew Cagney <cagney@gnu.org>
3068
3069 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3070 * gdbarch.h, gdbarch.c: Re-generate.
3071 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3072 parameters.
3073 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3074 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3075 deprecated_pc_in_call_dummy instead of
3076 DEPRECATED_PC_IN_CALL_DUMMY.
3077 (arm_skip_prologue): Ditto.
3078 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3079 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3080 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3081 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3082 Ditto.
3083 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3084 (sh64_init_extra_frame_info, sh64_get_saved_register)
3085 (sh64_pop_frame): Ditto.
3086 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3087 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3088 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3089 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3090 (h8300_pop_frame): Ditto.
3091 * blockframe.c (legacy_inside_entry_func)
3092 (legacy_frame_chain_valid): Ditto.
3093 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3094 to deprecated_pc_in_call_dummy.
3095
3096 2004-06-09 Andrew Cagney <cagney@gnu.org>
3097
3098 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3099 provide a default value.
3100 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3101 * gdbarch.h, gdbarch.c: Re-generate.
3102 * arch-utils.c (generic_convert_register_p): Rename
3103 legacy_convert_register_p
3104 (legacy_register_to_value, legacy_value_to_register): Delete
3105 functions.
3106 * arch-utils.h (generic_convert_register_p): Rename
3107 legacy_convert_register_p.
3108 (legacy_register_to_value, legacy_value_to_register): Delete
3109 declarations.
3110
3111 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3112 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3113 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3114 * gdbarch.h, gdbarch.c: Re-generate.
3115 * infcmd.c (default_print_registers_info): Simplify.
3116 * findvar.c (value_of_register): Simplify.
3117 * mi/mi-main.c (get_register): Simplify.
3118 * arch-utils.c (legacy_convert_register_p): Always return 0.
3119 (legacy_register_to_value, legacy_value_to_register): Always call
3120 internal_error.
3121
3122 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3123 #ifdef CLEAR_INSN_CACHE code.
3124 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3125 Delete #ifdef CLEAR_DEFERRED_STORES code.
3126
3127 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3128
3129 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3130 copyright.
3131 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3132
3133 * config/mips/mipsv4.mh: Delete file.
3134
3135 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3136 unreferenced macro.
3137 (hpread_adjust_stack_address): Delete declaration.
3138
3139 2004-06-08 Andrew Cagney <cagney@gnu.org>
3140
3141 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3142 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3143 PTRACE_ATTACH / PTRACE_DETACH available call error.
3144 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3145 * infttrace.c (update_thread_state_after_attach, attach, detach):
3146 Remove #ifdef wrappers.
3147 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3148 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3149 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3150 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3151 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3152 * config/nm-linux.h (ATTACH_DETACH): Delete.
3153 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3154 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3155 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3156 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3157 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3158
3159 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3160
3161 * configure.in: Set $configdir to the right OS specific value.
3162 Use value when setting $tcldir and $tkdir.
3163 * configure: Regenerate.
3164
3165 2004-06-06 Paul Brook <paul@codesourcery.com>
3166
3167 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3168 records.
3169
3170 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3171
3172 * ada-lang.c (lookup_symbol_in_language): New function to allow
3173 re-use of another language's symbol lookup code. (Placed here
3174 temporarily while Ada support is being integrated into the public
3175 tree).
3176 (restore_language): New auxiliary function for
3177 lookup_symbol_in_language.
3178 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3179 temporarily while Ada support is being integrated into the public
3180 tree).
3181
3182 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
3183
3184 * Makefile.in (check//%): New.
3185
3186 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3187 (mn10300_store_return_value): Rewrite.
3188 (mn10300_type_align): New.
3189 (mn10300_use_struct_convention): Rewrite.
3190 (mn10300_return_value): New, using all of the above.
3191 (mn10300_pop_frame_regular): Add saved_regs_size.
3192 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3193
3194 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3195 regs if PC is on movm.
3196
3197 2004-06-07 Jim Blandy <jimb@redhat.com>
3198
3199 Add native Linux support for the PowerPC E500.
3200 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3201 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3202 all architectures except the E500.
3203 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3204 #definitions.
3205 (struct gdb_evrregset_t): New type.
3206 (have_ptrace_getsetevrregs): New variable.
3207 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3208 fetch_spe_registers): New functions.
3209 (fetch_register): Call fetch_spe_register as appropriate.
3210 Assert that we're only passed raw register numbers.
3211 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3212 Don't fetch gprs if they're pseudoregisters.
3213 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3214 store_spe_registers): New functions.
3215 (store_register): Call store_spe_register as appropriate.
3216 Assert that we're only passed raw register numbers.
3217 (store_ppc_registers): Call store_spe_registers as appropriate.
3218 Don't store gprs if they're pseudoregisters.
3219
3220 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
3221
3222 * thread-db.c (thread_get_info_callback): Fill in the thread_info
3223 struct if one exists, even if we are dealing with a zombie thread.
3224
3225 2004-06-07 Andrew Cagney <cagney@gnu.org>
3226
3227 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
3228 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
3229 Rename PC_REQUIRES_RUN_BEFORE_USE.
3230 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
3231 #ifdef.
3232
3233 2004-06-07 Randolph Chung <tausq@debian.org>
3234
3235 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
3236 unwinding after sp has been saved to the stack but before the end
3237 of the prologue, and after the fp has been modified but before it has
3238 been saved to the stack.
3239 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
3240 Remove superfluous definitions.
3241 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
3242
3243 2004-06-07 Guy Martin <gmsoft@gentoo.org>
3244
3245 Committed by Randolph Chung.
3246 * hppa-linux-nat.c: Include the correct version of the header file
3247 depending on the kernel version.
3248
3249 2004-06-06 Randolph Chung <tausq@debian.org>
3250
3251 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
3252 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3253
3254 2004-06-06 Randolph Chung <tausq@debian.org>
3255
3256 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3257 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3258 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3259 * hppa-tdep.c (hppa_symbol_address): New function definition.
3260 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3261
3262 2004-06-06 Randolph Chung <tausq@debian.org>
3263
3264 * hppa-tdep.h (struct value): Forward declaration.
3265 (gdbarch_tdep): Define tdep find_global_pointer method.
3266 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3267 associated with the function we are trying to call, and write it
3268 to the gp register.
3269 (hppa32_convert_from_funct_ptr_addr): New function.
3270 (hppa_find_global_pointer): New function.
3271 (hppa_gdbarch_init): Set default find_global_pointer method; set
3272 convert_from_func_ptr_addr method.
3273 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3274 (hppa_linux_init_abi): Set find_global_pointer method.
3275 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3276
3277 2004-06-06 Randolph Chung <tausq@debian.org>
3278
3279 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3280 to struct value *function.
3281 * gdbarch.c: Regenerate.
3282 * gdbarch.h: Likewise.
3283 * infcall.c (call_function_by_hand): Pass entire function value
3284 to push_dummy_call.
3285
3286 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3287 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3288 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3289 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3290 * arm-tdep.c (arm_push_dummy_call): Likewise.
3291 * avr-tdep.c (avr_push_dummy_call): Likewise.
3292 * cris-tdep.c (cris_push_dummy_call): Likewise.
3293 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3294 * frv-tdep.c (frv_push_dummy_call): Likewise.
3295 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3296 * hppa-tdep.c (hppa32_push_dummy_call)
3297 (hppa64_push_dummy_call): Likewise.
3298 * i386-tdep.c (i386_push_dummy_call): Likewise.
3299 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3300 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3301 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3302 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3303 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3304 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3305 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3306 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3307 (ppc64_sysv_abi_push_dummy_call): Likewise.
3308 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3309 (ppc64_sysv_abi_push_dummy_call): Likewise.
3310 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3311 * s390-tdep.c (s390_push_dummy_call): Likewise.
3312 * sh-tdep.c (sh_push_dummy_call_fpu)
3313 (sh_push_dummy_call_nofpu): Likewise.
3314 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3315 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3316 * vax-tdep.c (vax_push_dummy_call): Likewise.
3317
3318 2004-06-04 Jim Blandy <jimb@redhat.com>
3319
3320 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3321 gdbarch argument to register_size.
3322
3323 * rs6000-tdep.c (rs6000_store_return_value): Use
3324 regcache_cooked_write_part instead of
3325 deprecated_write_register_bytes.
3326 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
3327 not gdbarch_deprecated_store_return_value.
3328
3329 * ppc-linux-nat.c (store_register, fetch_register): Remove
3330 incorrect assertions. Simplify and generalize handling of
3331 transfers whose sizes are not multiples of, or less than, sizeof
3332 (PTRACE_XFER_TYPE).
3333
3334 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
3335
3336 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
3337 as a new thread event.
3338 * thread-db.c (thread_get_info_callback): If the thread is a
3339 zombie, return TD_THR_ZOMBIE.
3340 (thread_from_lwp): If thread_get_info_callback returns
3341 TD_THR_ZOMBIE, check if the thread is still on the thread list
3342 and return a -1 ptid if not found.
3343 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
3344 change the status to TARGET_WAITKIND_SPURIOUS.
3345
3346 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
3347
3348 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
3349 double values in little endian mode.
3350
3351 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
3352
3353 Committed by Andrew Cagney.
3354 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
3355 after last enum constant to avoid error from IBM C
3356 compiler.
3357
3358 2004-06-02 Jim Blandy <jimb@redhat.com>
3359
3360 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
3361 to 'message', and make it local to the lone block that uses it.
3362
3363 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
3364
3365 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
3366
3367 * ada-exp.y: Update copyright notice.
3368 Include block.h.
3369
3370 Replace REGNAME, LAST, INTERNAL_VARIABLE with
3371 SPECIAL_VARIABLE and unify the treatment of these cases.
3372
3373 (write_attribute_call0): Remove.
3374 (write_attribute_call1): Remove.
3375 (write_attribute_calln): Remove.
3376 (save_qualifier): Add missing semicolon.
3377
3378 (simple_exp,exp): Decomment (i.e., reactivate) code that was
3379 temporarily disabled to allow compilation with FSF head version.
3380
3381 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
3382 use individual operators (OP_*) for all attributes.
3383 (exp syntax): Use write_int.
3384 Handle STRING literals with OP_STRING.
3385 (variable syntax): Add limit parameter to calls to
3386 write_object_renaming.
3387
3388 (temp_parse_space): New definition to hold entities that need
3389 only live until the next call to ada_parse.
3390 (string_to_operator): Rename fields of ada_opname_table entries.
3391
3392 (write_var_from_sym): Record block.
3393 (write_var_from_name): Minor reformatting.
3394 Make sure saved name is properly encoded in the case of multiple
3395 matches, and set its language to Ada.
3396 Update comment.
3397 Modify to indicate unresolved name as symbol in the UNRESOLVED
3398 namespace, allocated in temp_parse_space.
3399 (write_int): New function.
3400
3401 (write_object_renaming): Add max_depth parameter to limit
3402 chains of object renamings.
3403 Handle case where root of renaming expression is itself a renaming.
3404 Use temp_parse_space for temporary name buffer.
3405 Handle renamings to dereferenced pointers (___XEXA suffices).
3406
3407 (ada_parse, yyerror, string_to_operator,
3408 write_var_from_sym, write_var_from_name, write_attribute_call0,
3409 write_attribute_call1, write_attribute_calln,
3410 write_object_renaming): Protoize.
3411
3412 (_initialize_ada_exp): New function.
3413
3414 * ada-lang.c: Update copyright notice.
3415 General terminology change to conform to GNAT compiler usage:
3416 mangle => encode, demangle => decode
3417 Include gdb_obstack.h.
3418 Include gdb_regex.h
3419 Include frame.h
3420 Include hashtab.h
3421 Include completer.h
3422 Include gdb_stat.h
3423 Include block.h
3424 Include infcall.h
3425
3426 (ADA_RETAIN_DOTS): Make sure this is defined.
3427 (TRUNCATION_TOWARDS_ZERO): Define.
3428 (struct string_vector): Define.
3429 (unresolved_names): Remove definition.
3430 (xnew_string_vector): New function.
3431 (string_vector_append): New function.
3432 (extract_string): Make static.
3433 (ada_unqualified_name): New function.
3434 (add_angle_brackets): New function.
3435 (function_name_from_pc): New function.
3436 (place_on_stack): Rename to ensure_lval.
3437
3438 (ensure_lval): Renamed from place_on_stack.
3439 Make identity on lvals.
3440 Update comment.
3441 (is_nonfunction): New interface.
3442 Only symbols in LOC_CONST class can be enumerals.
3443 (fill_in_ada_prototype): Remove; now independent of language.
3444 (add_defn_to_vec): Add obstack and symtab arguments.
3445 Use obstack to hold collected definitions.
3446 (num_defns_collected): New function.
3447 (defns_collected): New function.
3448 (ada_resolve_subexp): Rename to resolve_subexp.
3449 (resolve_subexp): Renamed from ada_resolve_subexp.
3450 (ada_op_name): Return non-const result.
3451 (ada_decoded_op_name): Renamed from ada_op_name, now used for
3452 other purposes.
3453
3454 (to_fixed_array_type): Add declaration.
3455 (coerce_unspec_val_to_type): Remove offset parameter.
3456 (find_sal_from_funcs_and_line): New interface.
3457 (find_line_in_linetable): Ditto.
3458
3459 (all_sals_for_line): Rename to ada_sals_for_line and make
3460 global.
3461 Add new parameter. When set, do not ask the user to choose the
3462 instance, but use the first one found instead.
3463 Use given line number in returned sals.
3464 Fix comment.
3465 Skip the prologue if funfirstline is set.
3466 Correct for memory leak when 0 lines found.
3467
3468 (value_pos_atr): Use pos_atr.
3469 (pos_atr): New function.
3470 (standard_lookup): Add block parameter.
3471
3472 (makeTimeStart): Remove declaration and uses.
3473 (makeTimeStop): Remove declaration and uses.
3474
3475 (ada_completer_word_break_characters): Allow for VMS.
3476 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
3477 (raise_sym_name): New constant.
3478 (raise_unhandled_sym_name): New constant.
3479 (raise_assert_sym_name): New constant.
3480 (process_raise_exception_name): New constant.
3481 (longest_exception_template): New constant.
3482 (warning_limit): New variable to limit warnings during expression
3483 evaluation.
3484 (warnings_issued): New variable to keep track of warnings issued.
3485 (known_runtime_file_name_patterns): New constant.
3486 (known_auxiliary_function_name_patterns): New constant.
3487 (symbol_list_obstack): New variable.
3488
3489 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
3490 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
3491 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
3492 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
3493 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
3494 ada_variant_discrim_name, field_alignment, dynamic_template_type,
3495 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
3496 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
3497 and strcmp.
3498
3499 (ada_get_field_index): New function.
3500 (lim_warning): New function.
3501 (ada_translate_error_message): New function.
3502 (MAX_OF_SIZE): New function.
3503 (MIN_OF_SIZE): New function.
3504 (UMAX_OF_SIZE): New function.
3505 (UMIN_OF_SIZE): New function.
3506 (discrete_type_high_bound): New function.
3507 (discrete_type_low_bound): New function.
3508 (base_type): New function.
3509 (do_command): Remove.
3510
3511 (ada_update_initial_language): Use language_ada, not language_unknown.
3512 (ada_encode): Renamed from ada_mangle.
3513 Obey ADA_RETAIN_DOTS.
3514 (ada_decode): Renamed from ada_demangle.
3515 Update coding conventions.
3516 (decoded_names_store): New hash table.
3517 (ada_decode_symbol): New function.
3518 (ada_la_decode): New function.
3519
3520 (modify_general_field): Correct computations of offset and bit
3521 position.
3522 (desc_base_type): Handle ref types, too.
3523 (ada_is_direct_array_type): New function.
3524
3525 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3526 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3527 (ada_is_bogus_array_descriptor,ada_type_of_array,
3528 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
3529 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
3530 ada_is_array_descriptor_type.
3531
3532 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
3533 (ada_is_packed_array_type): Handle pointers or
3534 references to packed arrays as well.
3535 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
3536 (decode_packed_array_type): Search for the packed array type
3537 symbol in the currently selected block and associated
3538 superblocks too.
3539 Use lookup_symbol again.
3540
3541 (decode_packed_array): Handle pointers and references.
3542 Update call to coerce_unspec_val_to_type.
3543 (decode_packed_array_type,value_subscript_packed): Limit warnings.
3544 (ada_value_primitive_packed_val): Improve comment.
3545
3546 (ada_index_type): Substitute int type for "undefined".
3547 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
3548 ada_array_langth, ada_is_string_type): Use renamed
3549 ada_is_simple_array_type.
3550 (empty_array): New function.
3551
3552 (ada_resolve): Rename to resolve.
3553 (resolve): Make static.
3554 Call renamed resolve_subexp.
3555 Update comment.
3556 (ada_resolve_subexp): Rename to resolve_subexp.
3557 (resolve_subexp): Update comment.
3558 Decomment disabled code.
3559 Add LOC_COMPUTED* cases.
3560 Modify to use temporary struct symbols (marked as being in
3561 UNDEF_NAMESPACE) to indicate unresolved names, instead of
3562 OP_UNRESOLVED_VALUE.
3563 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
3564 Add OP_STRING case.
3565 Remove OP_ARRAY.
3566 Use SYMBOL_PRINT_NAME instead of ada_demangle.
3567 Use new ada_lookup_symbol_list interface.
3568 Use new ada_resolve_function interface.
3569 Remove OP_TYPE case.
3570
3571 (ada_args_match): Idiot proof against null actuals.
3572 Use intermediate variables to clarify.
3573 (ada_resolve_function): Update comment and interface.
3574 (mangled_ordered_before): Rename to encoded_ordered_before and
3575 update comment.
3576 (sort_choices): Update comment and interface.
3577 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
3578 (user_select_syms): New interface.
3579 Use new sort_choices interface.
3580 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
3581 (possible_user_operator_p): Idiot-proof against null values.
3582 (ada_simple_renamed_entity): Don't make cleanup; rely on
3583 caller to free result string.
3584 Remove const from return type.
3585 (make_array_descriptor): Rename uses of place_on_stack to
3586 ensure_lval.
3587 Make sure that arrays are on stack.
3588
3589 (HASH_SIZE): Define.
3590 (struct cache_entry): Define.
3591 (cache_space): Define.
3592 (cache): Define.
3593 (clear_ada_sym_cache): New function.
3594 (find_entry): New function.
3595 (lookup_cached_symbol): New function.
3596 (defn_vector_size): Define.
3597 (cache_symbol): New function.
3598 (defn_symbols): Remove.
3599
3600 (standard_lookup): Use lookup_symbol_in_language to get effect of
3601 C lookup.
3602 Cache results.
3603
3604 (symbol_completion_match): New function.
3605 (symbol_completion_add): New function.
3606 (ada_make_symbol_completion_list): New function.
3607
3608 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
3609 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
3610 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3611 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
3612
3613 (ada_lookup_simple_minsym): New function.
3614 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
3615
3616 (add_symbols_from_enclosing_procs): New interface.
3617 Conditionalize more helpfully.
3618 Don't bother if program isn't running.
3619 Use new interface to get_frame_block.
3620 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
3621
3622 (remove_extra_symbols): New interface.
3623 (xget_renaming_scope): New function.
3624 (is_package_name): New function.
3625 (renaming_is_visible): New function.
3626 (remove_out_of_scope_renamings): New function.
3627
3628 (ada_lookup_symbol_list): New interface.
3629 Properly reinitialize the symbol list obstack.
3630 Don't call add_symbols_from_enclosing_procs if we start from a
3631 static or global block.
3632 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
3633 add_symbols_from_enclosing_procs.
3634 Add symtab data to cached entries.
3635 Handle symbols prefixed with
3636 "standard__" specially; strip prefix and don't look in local symbols.
3637 Do not include out of scope renaming symbols in list of
3638 symbols returned.
3639 Add const to block parameter.
3640 Move check for non-local, non-global symbols earlier.
3641 Remove timing stuff.
3642 (ada_lookup_symbol): New interface.
3643 Find symtab as well.
3644 (ada_lookup_symbol_nonlocal): New function.
3645
3646 (is_name_suffix): Enhance suffix detection to recognize
3647 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
3648 (is_dot_digits_suffix): New function.
3649 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
3650
3651 (ada_add_block_symbols): New interface. Use obstack to return results
3652 in a vector of struct ada_symbol_infos. Add symtab argument.
3653 Use new interface to add_defn_to_vec.
3654 Remove calls to fill_in_ada_prototype.
3655 Use BLOCK_BUCKETS, BLOCK_BUCKET.
3656
3657 (ada_finish_decode_line_1): Add const qualification to local to fix
3658 warning.
3659 Start looking in static block for functions to avoid attempts
3660 to search frame chain for up-level variables.
3661 Adapt to new ada_sals_for_line interface.
3662 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
3663 Handle quoting of the function name inside the spec string.
3664 Skip prologue when funfirstline is set and update the
3665 function documentation to that effect.
3666
3667 (debug_print_lines, debug_print_block, debug_print_blocks,
3668 debug_print_symtab): Remove.
3669
3670 (ada_main_name): New function.
3671 (ada_exception_breakpoint_type): New function.
3672 (is_known_support_routine): New function.
3673 (ada_find_printable_frame): Renamed from find_printable_frame and made
3674 global.
3675 Remove level parameter.
3676 Use new interface to select_frame.
3677
3678 (begin_command): Remove.
3679 (ada_adjust_exception_stop): New function.
3680 (ada_print_exception_stop): New function.
3681 (exception_name_from_cond): New function.
3682 (ada_report_exception_break): Replace disabled code with
3683 conditionalization on GNAT_GDB.
3684 Get the exception name from the condition string.
3685 Remove and move functionality into new functions
3686 ada_print_exception_breakpoint_task and
3687 ada_print_exception_breakpoint_nontask.
3688 (error_breakpoint_runtime_sym_not_found): New function.
3689 (is_runtime_sym_defined): New function.
3690 (ada_breakpoint_rewrite): Uncomment suppressed code.
3691 Use symbolic error-message and runtime-symbol names.
3692 Surround runtime symbol names in quotes.
3693 Allow non-specific breakpoints on exceptions and assertions before
3694 program starts.
3695
3696 (ada_is_tagged_type): Add parameter.
3697 (ada_is_tag_type): New function.
3698 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
3699 (ada_variant_discrim_type): Ditto.
3700 (value_tag_from_contents_and_address): New function.
3701 (type_from_tag): New function.
3702 (struct tag_args): New structure used to communicate with
3703 ada_tag_name_1.
3704 (ada_tag_name_1): New function.
3705 (ada_tag_name): New function.
3706
3707 (ada_scan_number): Update comment.
3708 (find_struct_field): New function.
3709 (ada_search_struct_field): Make static.
3710 (ada_value_struct_elt): New version that returns references when
3711 given pointers or references to structs.
3712 (ada_lookup_struct_elt_type): Add 'refok' parameter.
3713 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
3714 interface.
3715 (ada_value_ind): Use new ada_to_fixed_value interface.
3716 (ada_coerce_ref): Ditto.
3717 (field_offset): Remove.
3718
3719 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
3720 (ada_find_renaming_symbol): New function.
3721 (ada_prefer_type): Prefer named types over unnamed ones.
3722 (variant_field_index): New function.
3723 (contains_variant_part): Removed: subsumed by variant_field_index.
3724 (ada_template_to_fixed_record_type): New function, mostly from
3725 template_to_fixed_record_type.
3726 (template_to_fixed_record_type):
3727 Do not scan the type fields beyond the last one; prevents a
3728 potential SEGV.
3729 Handle case where variant field is listed BEFORE discriminant it
3730 depends on.
3731 Fix calculation of record length when bit length is
3732 not evenly divisible by char length.
3733 Move code to ada_template_to_fixed_record_type and call it.
3734
3735 (template_to_static_fixed_type): Revise comment.
3736 Modify to work on ordinary record types as well as templates,
3737 so as to handle fields that use ___XVE or ___XVU encodings.
3738 (to_record_with_fixed_variant_part): Fill out comment.
3739 Initialize C++ stuff in right type.
3740 Allow case where DVAL is null.
3741 Handle case where variant field is not last.
3742 Fix typo concerning record length.
3743 (to_fixed_record_type): Decomment disabled code.
3744 (to_fixed_record_type): Use variant_field_index instead of
3745 contains_variant_part.
3746 (to_fixed_variant_branch_type): Ditto.
3747 (to_fixed_array_type): Decomment disabled code.
3748 (ada_to_fixed_type): Convert tagged types to the specific type.
3749 Deactivate the size-check for array types in order to avoid
3750 some false size alarms.
3751 (to_static_fixed_type): Decomment disabled code.
3752 Modify to call template_to_static_fixed_type
3753 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
3754 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
3755 Remove valaddr argument, as it is never really used.
3756 (ada_to_fixed_value): Change interface to act on single struct value*
3757 operand.
3758 (adjust_pc_past_prologue): New function.
3759 (ada_attribute_name): Modify to take enum exp_opcode argument.
3760
3761 (ada_enum_name): Recognize new homonym-distinguishing convention.
3762 Adjust local variable's type to remove compiler warning.
3763 Fix a small problem in the part that unqualifies the enumeration name.
3764 (ada_value_binop): New function.
3765 (ada_value_equal): New function.
3766
3767 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
3768 Don't give error message when not doing normal evaluation
3769 and a tagged type doesn't seem to contain a structure member.
3770 Give error message for packed arrays.
3771 For indexing arrays, handle pointers to packed arrays correctly.
3772 Handle case of 'first and 'last attributes of bare integral type
3773 without encoded subtype info.
3774 Remove some unnecessary casts.
3775 Fix uninitialized value of type in computing 'first, 'last, or 'length
3776 of array object.
3777 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
3778 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
3779 calls.
3780 Attributes are now exp_opcode values.
3781 Correct treatment of 'modulus.
3782 Better error message for taking 'length of wrong kind of type;
3783 improve comment.
3784 Change EVAL_NORMAL to noside for consistency.
3785 Use ada_value_binop for DIV, MOD, REM.
3786 Make special case out of array of length 0, since an argument
3787 of 0 upsets some platforms' malloc.
3788 Use OP_STRING instead of OP_ARRAY.
3789 For slice, add check that we have an array type before extracting
3790 a slice out of it. Avoids a SEGV.
3791 When evaluating an array slice, if the array type is a reference to
3792 an aligner type, then replace the aligner type by the actual type.
3793 Decomment disabled code.
3794 Remove some dead code.
3795 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
3796 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
3797 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
3798 and UNOP_MBR to UNOP_IN_RANGE.
3799 If an array type has a parallel ___XVE type, then use it.
3800 Turn arrays into pointers for lvalue arrays.
3801 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
3802 bounds error and handle 0-length slices.
3803 Use lim_warning.
3804 When selecting fields, apply ada_to_fixed_value (because the fields
3805 might have ___XVU or ___XVE encodings even if not dynamic.)
3806 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
3807 (ada_is_system_address_type): New function.
3808
3809 (get_var_value): Use new interface to ada_lookup_symbol_list.
3810 (get_int_var_value): New interface.
3811 (to_fixed_range_type): Allow unknown bound, with warning.
3812 (ada_is_modular_type): Decomment disabled code.
3813 (ADA_OPERATORS): New definition.
3814 (ada_operator_length): New function.
3815 (ada_expr_op_name): New function.
3816 (ada_forward_operator_length): New function.
3817 (ada_dump_subexp_body): New function.
3818 (ada_print_subexp): New function.
3819 (ada_exp_descriptor): New constant.
3820 (ada_op_print_tab): Add 'size. Remove FIXMEs.
3821 (ada_language_defn): Add ada_exp_descriptor entry.
3822 Change ada_parse => parse.
3823 Add post-parser entry.
3824 Use ada-specific non-local symbol lookup.
3825 Don't use C-style arrays.
3826 String lower-bound is 1.
3827 Decomment disabled code.
3828 (parse): New function.
3829 New fields ada_translate_error_message, ada_lookup_symbol,
3830 ada_lookup_minimal_symbol.
3831
3832 * ada-lang.h: Update copyright dates.
3833 Replace the mangle/demangle terminology throughout by the
3834 more appropriate encode/decode one.
3835 Include breakpoint.h.
3836 Forward declare struct partial_symbol, struct block.
3837 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
3838 (EXTRACT_ADDRESS): Remove.
3839 (EXTRACT_INT): Remove.
3840 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
3841 (MAX_ENCLOSING_FRAME_LEVELS): Define.
3842 (MAX_RENAMING_CHAIN_LENGTH): Define.
3843 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
3844
3845 (enum task_states): Remove.
3846 ada_task_states: Remove.
3847 (fat_string): Remove.
3848 (struct entry_call): Remove.
3849 (struct task_fields): Remove.
3850 (struct task_entry): Remove.
3851
3852 (struct ada_symbol_info): Define.
3853 (enum ada_attribute): Remove.
3854 (enum ada_operator): Define.
3855
3856 (ada_get_field_index): Declare.
3857 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
3858 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3859 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3860 (ada_lookup_symbol_list): New interface.
3861 (ada_decode_symbol): Declare.
3862 (ada_decode): Declare.
3863 (ada_lookup_symbol): New interface.
3864 (ada_update_initial_language): Declare.
3865 (ada_lookup_simple_minsym): Declare.
3866 (user_select_syms): New interface.
3867 (ada_sals_for_line): Declare.
3868 (ada_is_tagged_type): New interface.
3869 (ada_tag_name): Declare.
3870 (ada_lookup_struct_elt_type): Remove declaration.
3871 (ada_search_struct_field): Remove declaration.
3872 (ada_attribute_name): New interface.
3873 (ada_is_system_address_type): Declare.
3874 (ada_to_fixed_value): Remove declaration.
3875 (ada_template_to_fixed_record_type_1): Declare.
3876 (get_int_var_value): New interface.
3877 (ada_find_any_symbol): Declare.
3878 (ada_find_renaming_symbol): Declare.
3879 (ada_mangle): Rename to ada_encode.
3880 (ada_simple_renamed_entity): Remove const.
3881 (ada_main_name): Declare.
3882 (get_current_task): Rename to ada_get_current_task.
3883 (get_entry_number): Remove declaration.
3884 (ada_report_exception_break): Remove declaration.
3885 (ada_print_exception_breakpoint_nontask): Declare.
3886 (ada_print_exception_breakpoint_task): Declare.
3887 (ada_find_printable_frame): Declare.
3888
3889 * ada-lex.l: Update copyright notices.
3890 Use xmalloc and xfree instead of malloc and free.
3891 Use new interface to name_lookup.
3892 Use new interface to
3893 ada_mangle=>ada_encode.
3894 Redo handling of '$...' variable to parallel current treatment
3895 in c-exp.y.
3896 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
3897 digit_to_int, strtoulst, processInt, processReal, processId,
3898 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
3899 yywrap): Protoize.
3900
3901 (processInt): Use cast to remove harmless warning.
3902 (processReal): Modify to get rid of compiler warning on scan formats.
3903
3904 (processId): Replace xmalloc with obstack_alloc for name and remove
3905 call to ada_name_string_cleanup.
3906 Remove obsolete disabled code.
3907 (name_lookup): Ditto.
3908 New interface.
3909 Use obsavestring on temp_parse_space instead of savestring
3910 on name, and remove call to ada_name_string_cleanup.
3911 Free string returned from ada_simple_renamed_entity.
3912 Use new interface to ada_lookup_symbol_list.
3913 Decomment disabled code.
3914 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
3915 not types.
3916 When a type name lookup succeeds as a result of
3917 lookup_primitive_typename, check for regular type entry that has not
3918 yet been read in.
3919 Limit length of chain of renamed symbols we are willing to follow.
3920 Do not break names beginning with "standard__" into segments.
3921 (block_lookup): Use new interface to ada_lookup_symbol_list.
3922
3923 * ada-typeprint.c: Update copyright notice.
3924 (demangled_type_name): Rename to decoded_type_name.
3925 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
3926 (print_range_bound): Correct handling of negative
3927 bounds that make the index type looked unsigned under STABS.
3928 (print_dynamic_range_bound): Use new interface to get_int_var_value.
3929 (print_range_type_named): Use the builtin int type if no type
3930 corresponding to the given type name could be found.
3931 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
3932 Add some bullet-proofing.
3933 (print_variant_clauses): Allow for variant branches with ___XVU
3934 encodings that are not dynamic fields.
3935 Use new interface to ada_is_tagged_type.
3936 (print_record_type): Allow for fields with ___XVE encodings that
3937 are not dynamic fields.
3938 Use new interface to ada_is_tagged_type.
3939 (ada_print_type): ada_is_array_descriptor =>
3940 ada_is_array_descriptor_type.
3941
3942 * ada-valprint.c: Update copyright notice.
3943 Include gdb_string.h
3944 Include infcall.h
3945 (ui_memcpy): New function.
3946 (ada_print_floating): New function.
3947 (ada_print_str): Order arguments correctly.
3948 Correct handling of empty arrays and arrays of 0-length items.
3949 ada_is_array_descriptor => ada_is_array_descriptor_type
3950 Print values of type System.Address in hexadecimal format.
3951 Use ada_print_floating to print floating-point numbers in Ada format.
3952 Print class tag values with type names.
3953 No longer print the address of reference values. Avoids
3954 a potential confusion.
3955 (ada_value_print): Stop printing the object type for reference
3956 values, but preserve that behavior for access types. Avoids
3957 a potential confusion.
3958 Simplify one conditional expression, as the first part is now
3959 necessarily true.
3960 ada_is_array_descriptor => ada_is_array_descriptor_type
3961 Add check for arrays for null records, and print them by hand.
3962
3963 2004-06-01 Jim Blandy <jimb@redhat.com>
3964
3965 * ppc-tdep.h: Delete unused 'regoff' member.
3966 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
3967
3968 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
3969
3970 Fix PR symtab/1661.
3971 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
3972 (hpread_read_struct_type): Likewise.
3973
3974 2004-06-01 Andrew Cagney <cagney@gnu.org>
3975
3976 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
3977 instead of xasprintf.
3978 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
3979 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
3980 (mi_cmd_data_list_register_names)
3981 (mi_cmd_data_list_changed_registers)
3982 (mi_cmd_data_list_register_values)
3983 (get_register, mi_cmd_data_write_register_values)
3984 (mi_cmd_data_write_register_values)
3985 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
3986 (mi_cmd_target_download, mi_cmd_target_select)
3987 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
3988 (mi_execute_cli_command, mi_execute_async_cli_command)
3989 (mi_execute_async_cli_command): Ditto.
3990 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
3991 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
3992
3993 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
3994 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
3995 error_last_message instead of mi_error_last_message.
3996 * mi/mi-main.c (mi_error_last_message): Delete function.
3997
3998 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
3999 "invalid number of columns" error. Delete redundant "out of
4000 memory" check.
4001
4002 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4003
4004 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4005 (gregset_t, fpregset_t): Remove typedefs.
4006 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4007 (REG_OFFSET): Rename argument.
4008 (i386bsd_r_reg_offset): Rename from reg_offset.
4009 (REG_ADDR): Remove macro.
4010 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4011 functions.
4012 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4013 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4014 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4015 instead of supply_gregset.
4016 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4017 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4018 instead of fill_gregset.
4019 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4020
4021 * i386bsd-nat.c: Don't include "gregset.h".
4022 (supply_gregset, fill_gregset): Make static.
4023 (supply_fpregset, fill_fpregset): Remove.
4024 * Makefile.in (i386bsd-nat.o): Update dependencies.
4025
4026 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4027
4028 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4029 "gdb_assert.h". Con't include "gregset.h".
4030 (fbsd_make_corefile_notes): Use regset-based core file support
4031 instead off fill_gregset and fill_fpregset.
4032 * Makefile.in (fbsd-proc.o): Update dependencies.
4033
4034 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4035 instructions.
4036 (m88k_frame_prev_register): Simplify code a bit.
4037
4038 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4039 (amd64_collect_fpregset): New function.
4040 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4041
4042 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4043
4044 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4045 (i386_collect_gregset): New function.
4046 (i386_supply_fpregset): Adjust comment.
4047 (i386_collect_fpregset): New function.
4048 (i386_regset_from_core_section): Use i386_collect_gregset and
4049 i386_collect_fpregset.
4050
4051 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4052 handle VALUEP being null.
4053
4054 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4055
4056 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4057
4058 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4059
4060 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4061 assembler in OpenBSD 3.5-current.
4062 (amd64obsd_sigcontext_addr): Likewise.
4063
4064 2004-05-28 Jim Blandy <jimb@redhat.com>
4065
4066 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4067 register set, so our regcache isn't declared "legacy" and our E500
4068 pseudoregister read and write functions aren't ignored.
4069 (rs6000_register_byte, rs6000_register_raw_size,
4070 rs6000_register_virtual_type, rs6000_register_convertible,
4071 rs6000_register_convert_to_virtual,
4072 rs6000_register_convert_to_raw): Deleted.
4073 (rs6000_register_type, rs6000_convert_register_p,
4074 rs6000_register_to_value, rs6000_value_to_register): New
4075 functions.
4076 (rs6000_gdbarch_init): Don't register
4077 gdbarch_deprecated_register_size,
4078 gdbarch_deprecated_register_bytes,
4079 gdbarch_deprecated_register_byte,
4080 gdbarch_deprecated_register_raw_size,
4081 gdbarch_deprecated_register_virtual_type,
4082 gdbarch_deprecated_register_convertible,
4083 gdbarch_deprecated_register_convert_to_virtual, or
4084 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4085 register gdbarch_register_type, gdbarch_convert_register_p,
4086 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4087
4088 2004-05-26 Jim Blandy <jimb@redhat.com>
4089
4090 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4091 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4092 functions, updated to match the register numberings used in GCC.
4093 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4094 rs6000_dwarf2_reg_to_regnum as register number conversions
4095 functions for STABS and Dwarf2.
4096
4097 2004-05-26 Randolph Chung <tausq@debian.org>
4098
4099 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4100 in header file.
4101
4102 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4103
4104 * NEWS: Document new "start" command.
4105
4106 2004-05-25 Randolph Chung <tausq@debian.org>
4107
4108 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4109 hppa-linux.
4110
4111 2004-05-25 Randolph Chung <tausq@debian.org>
4112
4113 * hppa-hpux-tdep.c (offsetof): Define.
4114 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4115 (hppa32_hpux_frame_base_before_sigtramp)
4116 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4117 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4118 (hppa64_hpux_frame_base_before_sigtramp)
4119 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4120 functions.
4121 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4122 (hppa_hpux_sigtramp_frame_unwind_cache)
4123 (hppa_hpux_sigtramp_frame_this_id)
4124 (hppa_hpux_sigtramp_frame_prev_register)
4125 (hppa_hpux_sigtramp_frame_unwind)
4126 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4127 (hppa_hpux_init_abi): Register sigtramp unwinder.
4128 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4129
4130 2004-05-25 Randolph Chung <tausq@debian.org>
4131
4132 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4133 and multiple stack unwinds.
4134 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4135
4136 2004-05-25 Andrew Cagney <cagney@gnu.org>
4137
4138 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4139 * symfile-mem.h: Delete file.
4140 * symfile-mem.c: Do not include "symfile-mem.h".
4141 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4142 "struct bfd_section". When an error do not bother returning NULL.
4143 (add_symbol_file_from_memory_command): Use "struct bfd" and
4144 "struct bfd_section".
4145 * Makefile.in (symfile_mem_h): Delete.
4146 (symfile-mem.o): Update dependencies.
4147
4148 2004-05-25 Nick Roberts <nickrob@gnu.org>
4149
4150 * gdb-mi.el: New file.
4151
4152 2004-05-25 Andrew Cagney <cagney@gnu.org>
4153
4154 * inftarg.c: Include "observer.h".
4155 (child_attach, child_create_inferior): Notify inferior_created.
4156 * corelow.c: Include "observer.h".
4157 (core_open): Notify inferior_created.
4158 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4159
4160 2004-05-25 Andrew Cagney <cagney@gnu.org>
4161
4162 * target.h (struct target_ops): Add from_tty to
4163 to_create_inferior.
4164 (target_create_inferior, find_default_create_inferior): Update.
4165 * infcmd.c (run_command): Update.
4166 * wince.c (child_create_inferior): Update.
4167 * win32-nat.c (child_create_inferior): Update.
4168 * uw-thread.c (uw_thread_create_inferior): Update.
4169 * thread-db.c (thread_db_create_inferior): Update.
4170 * target.c (debug_to_create_inferior)
4171 (find_default_create_inferior): Update.
4172 (maybe_kill_then_create_inferior): Update.
4173 * sol-thread.c (sol_thread_create_inferior): Update.
4174 * remote.c (extended_remote_async_create_inferior)
4175 (extended_remote_create_inferior): Update.
4176 * remote-vx.c (vx_create_inferior): Update.
4177 * remote-st.c (st2000_create_inferior): Update.
4178 * remote-sim.c (gdbsim_create_inferior): Update.
4179 * remote-sds.c (sds_create_inferior): Update.
4180 * remote-rdp.c (remote_rdp_create_inferior): Update.
4181 * remote-rdi.c (arm_rdi_create_inferior): Update.
4182 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4183 * remote-e7000.c (e7000_create_inferior): Update.
4184 * procfs.c (procfs_create_inferior): Update.
4185 * ocd.c (ocd_create_inferior): Update.
4186 * ocd.h (ocd_create_inferior): Update.
4187 * nto-procfs.c (procfs_create_inferior): Update.
4188 * monitor.c (monitor_create_inferior): Update.
4189 * lin-lwp.c (lin_lwp_create_inferior): Update.
4190 * inftarg.c (child_create_inferior): Update.
4191 * hpux-thread.c (hpux_thread_create_inferior): Update.
4192 * gnu-nat.c (gnu_create_inferior): Update.
4193
4194 2004-05-25 Andrew Cagney <cagney@gnu.com>
4195
4196 * MAINTAINERS: Update e-mail address.
4197
4198 2004-05-24 Randolph Chung <tausq@debian.org>
4199
4200 * thread.c (info_threads_command, thread_apply_all_command)
4201 (thread_apply_command, thread_command, do_captured_thread_select):
4202 Remove HPUXHPPA-specific code.
4203
4204 2004-05-24 Randolph Chung <tausq@debian.org>
4205
4206 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4207 unused symbols.
4208 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4209 references.
4210
4211 2004-05-24 Joel Brobecker <brobecker@gnat.com>
4212
4213 * infcmd.c (kill_if_already_running): New function, extracted
4214 from run_command().
4215 (run_command): Replace extracted code by call to
4216 kill_if_already_running().
4217 (start_command): New function.
4218 (_initialize_infcmd): Add "start" command.
4219
4220 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4221
4222 Add OpenBSD/m88k support.
4223 * NEWS (New native configurations): Mention OpenBSD/m88k.
4224 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
4225 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
4226 * Makefile.in (m88k_tdep_h): New variable.
4227 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
4228 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
4229 * configure.host: Add m88*-*-openbsd*.
4230 * configure.tgt: Add m88*-*-openbsd*.
4231
4232 2004-05-24 Jim Blandy <jimb@redhat.com>
4233
4234 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
4235 to approve changes.
4236
4237 2004-05-24 Kevin Buettner <kevinb@redhat.com>
4238
4239 * symtab.c (fixup_section): Search section table when lookup by
4240 name fails.
4241
4242 2004-05-24 Randolph Chung <tausq@debian.org>
4243
4244 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
4245 be "small_struct".
4246
4247 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4248
4249 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
4250 register number in regcache_raw_collect call.
4251 (m68kbsd_collect_fpregset): Likewise.
4252 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4253
4254 * regset.h (struct regset): Add back `regset' member.
4255
4256 2004-05-23 Mark Kettenis <kettenis@gnu.org>
4257
4258 * configure.in: Check for td_pcb in `struct thread'.
4259 * configure, config.in: Regenerated.
4260
4261 * dpx2-nat.c: Remove file.
4262 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4263 (dpx2-nat.o): Remove dependencies.
4264
4265 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4266 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4267 (amd64obsd_supply_pcb): New function.
4268 (_initialize_amd64obsd_nat): Enable libkvm interface.
4269 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4270 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4271 (LOADLIBES): New variable.
4272
4273 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4274 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4275 (sparc32nbsd_supply_pcb): New function.
4276 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4277 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4278 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4279 (LOADLIBES): New variable.
4280
4281 2004-05-22 Mark Kettenis <kettenis@gnu.org>
4282
4283 * bsd-kvm.c, bsd-kvm.h: New files.
4284 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4285 "bsd-kvm.h".
4286 (i386fbsd_supply_pcb): New function.
4287 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4288 (i386fbsd-nat.o): Update dependencies.
4289 (bsd_kvm_h): New variable.
4290 (bsd-kvm.o): New dependency.
4291 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4292 (LOADLIBES): New variable.
4293
4294 * regset.c: Tweak comment.
4295 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4296 macro.
4297 * regset.h: Update copyright year.
4298 (struct regset): Remove `descr' member, add `gdbarch' member.
4299 (regset_alloc): Adjust prototype and comment.
4300 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4301 (i386_supply_fpregset): Likewise.
4302 (i386_regset_from_core_section): Update call to regset_alloc.
4303 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4304 REGSET->arch.
4305 (i386obsd_aout_regset_from_core_section): Update call to
4306 regset_alloc.
4307 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4308 REGSET->arch.
4309 (i386nbsd_aout_regset_from_core_section): Update call to
4310 regset_alloc.
4311 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4312 REGSET->arch.
4313 (amd64_regset_from_core_section): Update call to regset_alloc.
4314 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4315 REGSET->arch.
4316 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4317 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4318 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4319 (sparc32nbsd_init_abi): Update call to regset_alloc.
4320 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4321 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4322 (sparc64obsd_init_abi): Update call to regset_alloc.
4323 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4324 &sparc64nbsd_gregset in sparc64_supply_gregset call.
4325 (sparc64nbsd_init_abi): Update call to regset_alloc.
4326 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
4327 &sparc64fbsd_gregset in sparc64_supply_gregset call.
4328 (sparc64fbsd_init_abi): Update call to regset_alloc.
4329
4330 2004-05-22 Jim Blandy <jimb@redhat.com>
4331
4332 * ppc-tdep.h (spe_register_p): New declaration.
4333 (struct gdbarch_tdep): New members: ppc_acc_regnum and
4334 ppc_spefscr_regnum.
4335 * rs6000-tdep.c (spe_register_p): New function.
4336 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
4337 spefscr.
4338 (rs6000_gdbarch_init): Initialize the new members of the tdep
4339 structure.
4340
4341 2004-05-21 Jim Blandy <jimb@redhat.com>
4342
4343 * ppc-linux-nat.c (fetch_register): Move code back to be next
4344 to the comment that describes it. (Moved code, instead of
4345 comment, for symmetry with store_register.)
4346
4347 Allocate regset structures in the gdbarch's obstack, not using
4348 xmalloc.
4349 * regset.c (regset_alloc): Renamed from regset_xmalloc.
4350 Add 'arch' argument. Allocate the regset on arch's obstack, not
4351 using xmalloc.
4352 * regset.h (regset_alloc): Update declaration.
4353 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
4354 gdbarch argument.
4355 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4356 * i386-tdep.c (i386_regset_from_core_section): Same.
4357 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4358 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4359 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4360 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4361 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4362 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4363
4364 2004-05-21 Joel Brobecker <brobecker@gnat.com>
4365
4366 * config/djgpp/fnchange.lst: Undo previous change, was useless.
4367
4368 2004-05-21 Jim Blandy <jimb@redhat.com>
4369
4370 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
4371 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
4372
4373 2004-05-20 Jim Blandy <jimb@redhat.com>
4374
4375 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
4376
4377 2004-05-20 Mark Kettenis <kettenis@gnu.org>
4378
4379 * regset.h: Make prototype const-correct.
4380 * regset.c (regset_xmalloc): Make const-correct.
4381
4382 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
4383
4384 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
4385 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
4386 (symbol_search_name): Declare.
4387
4388 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
4389 (iter_name_next_hashed): Ditto.
4390 (iter_name_next_linear): Ditto.
4391 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
4392
4393 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
4394 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
4395 (symbol_search_name): New function.
4396
4397 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
4398
4399 * minsyms.c (build_minimal_symbol_hash_tables): Change
4400 test for adding to demangled hash table to check for difference
4401 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
4402
4403 2004-05-19 Jim Blandy <jimb@redhat.com>
4404
4405 Use a constructor function to create regset structures.
4406 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
4407 (struct regset): Use supply_regset_ftype. Add new
4408 'collect_regset' member.
4409 (regset_xmalloc): New declaration.
4410 * regset.c: New file.
4411 * am64-tdep.c (amd64_regset_from_core_section): Use
4412 regset_xmalloc to construct regset structures.
4413 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4414 * i386-tdep.c (i386_regset_from_core_section): Same.
4415 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4416 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4417 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4418 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4419 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4420 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4421 * Makefile.in (COMMON_OBS): Add regset.o.
4422 (regset.o): New rule.
4423
4424 2004-05-19 Joel Brobecker <brobecker@gnat.com>
4425
4426 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
4427 and pthread_cond_wait.c.
4428
4429 2004-05-18 Jim Blandy <jimb@redhat.com>
4430
4431 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
4432 before the mach-specific switch, and then let the individual cases
4433 override the defaults, rather than leaving them uninitialized
4434 until the switch and then setting them in each case.
4435
4436 2004-05-18 Randolph Chung <tausq@debian.org>
4437
4438 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
4439 millicode functions.
4440
4441 2004-05-18 Randolph Chung <tausq@debian.org>
4442
4443 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
4444 references to dld_flags_buffer consistent.
4445
4446 2004-05-18 Randolph Chung <tausq@debian.org>
4447
4448 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
4449 it for unwinding the stack.
4450
4451 2004-05-18 Randolph Chung <tausq@debian.org>
4452
4453 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
4454 Undefine these so we can overide them using gdbarch.
4455
4456 2004-05-18 Randolph Chung <tausq@debian.org>
4457
4458 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
4459 handling for 64-bit HPUX (elf).
4460
4461 2004-05-18 Daniel Jacobowitz <dan@debian.org>
4462
4463 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
4464 constants.
4465 * amd64-tdep.c (amd64_skip_prologue): Likewise.
4466 * ia64-tdep.c (examine_prologue): Likewise.
4467 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
4468 * v850-tdep.c (v850_fix_call_dummy): Likewise.
4469
4470 2004-05-18 Mark Kettenis <kettenis@gnu.org>
4471
4472 * vax-tdep.c (vax_return_value): Implement
4473 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4474
4475 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4476
4477 * vax-tdep.c (vax_return_value): Fix typo.
4478
4479 2004-05-17 Andrew Cagney <cagney@redhat.com>
4480
4481 * MAINTAINERS: Mark Salter was also responsible for
4482 testsuite/config/
4483
4484 * NEWS: Mention signal fixes.
4485
4486 2004-05-17 Randolph Chung <tausq@debian.org>
4487
4488 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
4489 check to see if we are unwinding an export stub. Export stubs clobber
4490 the %rp in the call path and stores the original rp in a stack slot.
4491
4492 2004-05-17 Jim Blandy <jimb@redhat.com>
4493
4494 * MAINTAINERS: Update address for J.T. Conklin.
4495
4496 2004-05-17 Randolph Chung <tausq@debian.org>
4497
4498 * hppa-tdep.c: Remove superfluous #include's.
4499 * Makefile.in (hppa-tdep.o): Update dependencies.
4500
4501 2004-05-17 Randolph Chung <tausq@debian.org>
4502
4503 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
4504 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
4505 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
4506 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
4507 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
4508 Remove static function declarations.
4509
4510 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4511
4512 * alphabsd-nat.c: Update copyright year.
4513 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
4514
4515 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
4516 and M68K_A2_REGNUM.
4517
4518 * m68k-tdep.c (m68k_svr4_return_value): Implement
4519 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4520
4521 2004-05-16 Mark Kettenis <kettenis@gnu.org>
4522
4523 * sol-thread.c Update copyright year. Fix various coding
4524 standards violations. Tweak a few comments.
4525 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
4526 Delete prototypes.
4527
4528 2004-05-15 Randolph Chung <tausq@debian.org>
4529
4530 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
4531 as pointer instead of array reference since HPUX compiler does
4532 not accept unsized array arguments.
4533 * somsolib.c (dld_flags_buffer): Use constant array size.
4534
4535 2004-05-15 Mark Kettenis <kettenis@gnu.org>
4536
4537 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
4538 offset with decimal offset.
4539 (amd64obsd_sigcontext_addr): Return correct address for entire
4540 signal trampoline.
4541
4542 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
4543 instead of get_frame_base.
4544
4545 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
4546 (fill_gregset): Use regcache_raw_collect.
4547
4548 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
4549 ppcobsd-tdep.c.
4550
4551 * config/sparc/tm-nbsd64.h: Remove file.
4552 * config/tm-sunos.h: Remove file.
4553
4554 2004-05-15 Joel Brobecker <brobecker@gnat.com>
4555
4556 * rs6000-tdep.c (store_param_on_stack_p): New function,
4557 an improved version of some code extracted from skip_prologue().
4558 (skip_prologue): Use store_param_on_stack_p() to detect
4559 instructions saving a parameter on the stack. Detect when r0
4560 is used to save a parameter.
4561 Do not mark "li rx, SIMM" instructions as part of the prologue,
4562 unless the following instruction is also part of the prologue.
4563
4564 2004-05-14 Andrew Cagney <cagney@redhat.com>
4565
4566 * infrun.c (handle_inferior_event): Simplify
4567 STEP_OVER_UNDEBUGGABLE.
4568
4569 * infrun.c (handle_step_into_function): Delete function.
4570 (handle_inferior_event): Inline calls to
4571 handle_step_into_function.
4572
4573 2004-05-14 Jerome Guitton <guitton@gnat.com>
4574
4575 * rs6000-nat.c: Fix a comment.
4576
4577 2004-05-12 David Anderson <davea@sgi.com>
4578
4579 Committed by Jim Blandy <jimb@redhat.com>:
4580 * regcache.c (struct regcache_descr): fix comment spelling.
4581
4582 2004-05-13 J. Brobecker <brobecker@gnat.com>
4583
4584 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
4585 Fixes a link link failure.
4586
4587 2004-05-13 J. Brobecker <brobecker@gnat.com>
4588
4589 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
4590 error that was causing the build to fail.
4591
4592 2004-05-13 J. Brobecker <brobecker@gnat.com>
4593
4594 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
4595 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
4596
4597 2004-05-13 Andrew Cagney <cagney@redhat.com>
4598
4599 * infrun.c (handle_inferior_event): Check for
4600 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
4601 calls. Update comments.
4602
4603 2004-05-13 Jim Blandy <jimb@redhat.com>
4604
4605 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
4606 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4607 (store_regs_user_thread, store_regs_kernel_thread): Use
4608 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
4609 * ppc-linux-nat.c (fill_gregset): Same.
4610 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
4611 (ppc_linux_sigtramp_cache): Same.
4612 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
4613 (ppcnbsd_sigtramp_cache_init): Same.
4614 * rs6000-nat.c (fetch_core_registers): Same.
4615 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
4616 (rs6000_frame_cache): Same.
4617
4618 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
4619 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
4620 of assuming that the gprs are numbered starting with zero.
4621 * ppc-linux-nat.c (fill_gregset): Same.
4622 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
4623 * ppcnbsd-nat.c (getregs_supplies): Same.
4624 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
4625 * rs6000-nat.c (fetch_core_registers): Same.
4626 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
4627
4628 2004-05-07 Michael Snyder <msnyder@redhat.com>
4629
4630 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
4631 LOC_COMPUTED_ARG, and LOC_INDIRECT.
4632
4633 2004-05-13 Andrew Cagney <cagney@redhat.com>
4634
4635 * infrun.c (handle_inferior_event): Use frame_unwind_id.
4636
4637 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4638
4639 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
4640 base_address for shared libraries.
4641
4642 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4643
4644 * MAINTAINERS (write after approval): Add myself.
4645
4646 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
4647
4648 * breakpoint.c (bpstat_stop_status): Add new argument
4649 STOPPED_BY_WATCHPOINT. Use it instead of testing
4650 target_stopped_data_address agaist 0 to check whether
4651 or not we stopped due to a hardware watchpoint.
4652 * breakpoint.h (bpstat_stop_status): Adapt prototype.
4653 * infrun.c (handle_inferior_event): Call bpstat_stop_status
4654 with new argument.
4655
4656 2004-05-12 Jim Blandy <jimb@redhat.com>
4657
4658 * configure.in: When checking whether we should use the -bbigtoc
4659 option, don't forget to restore the original value of LDFLAGS.
4660 * configure: Regenerated.
4661
4662 2004-05-12 Andrew Cagney <cagney@redhat.com>
4663
4664 * thread.c (load_infrun_state): Delete step_sp.
4665 * infrun.c (context_switch): Ditto.
4666 * inferior.h (step_sp): Ditto.
4667 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
4668 * gdbthread.h (struct thread_info, save_infrun_state)
4669 (restore_infrun_state): Ditto.
4670
4671 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
4672
4673 * MAINTAINERS (write after approval): Add myself.
4674
4675 2004-05-12 Andrew Cagney <cagney@redhat.com>
4676
4677 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
4678 eliminate reference to step_sp.
4679 (struct execution_control_state, init_execution_control_state)
4680 (handle_inferior_event, keep_going): Delete update_step_sp and
4681 step_sp.
4682 * infcmd.c (step_sp): Note that variable is unused.
4683
4684 2004-05-11 Andrew Cagney <cagney@redhat.com>
4685
4686 * infrun.c (step_over_function): Delete function.
4687 (handle_step_into_function): Use insert_step_resume_breakpoint.
4688 (insert_step_resume_breakpoint): Fix assertion.
4689
4690 2004-05-11 Nick Roberts <nickrob@gnu.org>
4691
4692 * utils.c (defaulted_query): Just use the normal query input type
4693 when printing the annotations.
4694
4695 2004-05-11 Andrew Cagney <cagney@redhat.com>
4696
4697 * infrun.c (handle_inferior_event): Simplify code handling
4698 step-into or return-from a signal trampoline.
4699
4700 2004-05-11 Andrew Cagney <cagney@redhat.com>
4701
4702 * ppcnbsd-tdep.c: Include "gdb_assert.h".
4703 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
4704
4705 2004-05-10 Jim Blandy <jimb@redhat.com>
4706
4707 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
4708 with a call to internal_error.
4709
4710 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
4711 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
4712 processor variant lacks those registers.
4713 (ppc_floating_point_unit_p): Change description to make it clear
4714 that this returns info about the ISA, not the ABI.
4715 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
4716 return true or false by checking tdep->ppc_fp0_regnum and
4717 tdep->ppc_fpscr_regnum. The original code replicated the BFD
4718 arch/mach switching done in rs6000_gdbarch_init; it's better to
4719 keep that logic there, and just check the results here.
4720 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
4721 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
4722 floating-point registers.
4723 (ppc_supply_fpregset, ppc_collect_fpregset)
4724 (rs6000_push_dummy_call, rs6000_extract_return_value)
4725 (rs6000_store_return_value): Assert that we have floating-point
4726 registers.
4727 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
4728 (rs6000_frame_cache): Don't note the locations at which
4729 floating-point registers were saved if we have no fprs.
4730 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
4731 registers.
4732 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4733 (store_regs_user_thread, store_regs_kernel_thread): Only call
4734 supply_fprs / fill_fprs if we actually have floating-point
4735 registers.
4736 (special_register_p): Check ppc_fpscr_regnum before matching
4737 against it.
4738 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
4739 supply / collect fpscr if we don't have it.
4740 * ppc-bdm.c: #include "gdb_assert.h".
4741 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
4742 have floating-point registers, since I can't test this code on
4743 FP-free systems to adapt it.
4744 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
4745 fpscr and floating point register numbers if they don't exist.
4746 (fetch_register): Assert that we have floating-point registers
4747 before we reach the code that handles them.
4748 (store_register): Same. And use tdep instead of calling
4749 gdbarch_tdep again.
4750 (fill_fpregset): Don't try to collect FP registers and fpscr if we
4751 don't have them.
4752 (ppc_linux_sigtramp_cache): Don't record the saved locations of
4753 fprs and fpscr if we don't have them.
4754 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
4755 don't have them.
4756 * ppcnbsd-nat.c: #include "gdb_assert.h".
4757 (getfpregs_supplies): Assert that we have floating-point registers.
4758 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
4759 * ppcobsd-tdep.c: #include "gdb_assert.h".
4760 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
4761 have floating-point registers.
4762 * rs6000-nat.c (regmap): Don't match against the fpscr and
4763 floating point register numbers if they don't exist.
4764 (fetch_inferior_registers, store_inferior_registers,
4765 fetch_core_registers): Only fetch / store / supply the
4766 floating-point registers and the fpscr if we have them.
4767 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
4768 (ppcobsd-tdep.o): Update dependencies.
4769
4770 2004-05-10 Andrew Cagney <cagney@redhat.com>
4771
4772 * infrun.c (through_sigtramp_breakpoint): Delete variable.
4773 (context_switch): Do not switch through_sigtramp_breakpoint.
4774 * gdbthread.h (save_infrun_state, load_infrun_state)
4775 (struct thread_info): Delete through_sigtramp_breakpoint parameter
4776 and structure member.
4777 * thread.c (load_infrun_state, save_infrun_state): Update.
4778
4779 2004-05-10 Mark Kettenis <kettenis@gnu.org>
4780
4781 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
4782
4783 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4784
4785 * acinclude.m4: Quote macro names being defined by AC_DEFUN
4786 throughout.
4787 * aclocal.m4: Regenerate.
4788
4789 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
4790
4791 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
4792
4793 2004-05-10 Andrew Cagney <cagney@redhat.com>
4794
4795 * infrun.c (check_sigtramp2): Delete function.
4796 (handle_inferior_event): When single stepping, and taking a
4797 signal, set a breakpoint at the signal return address. Delete
4798 redundant calls to check_sigtramp2.
4799 (insert_step_resume_breakpoint): New function.
4800 (through_sigtramp_breakpoint, handle_inferior_event)
4801 (follow_exec, wait_for_inferior, fetch_inferior_event)
4802 (currently_stepping, keep_going): Delete most uses of
4803 through_sigtramp_breakpoint, not that it should be deleted.
4804 (delete_breakpoint_current_contents): Delete function.
4805
4806 2004-05-10 Randolph Chung <tausq@debian.org>
4807
4808 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
4809 target.
4810 * config/pa/tm-linux.h: New file.
4811
4812 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
4813
4814 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
4815 of prefixes. Don't print the prefix twice in the CLI.
4816
4817 2004-05-10 Jim Blandy <jimb@redhat.com>
4818
4819 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
4820 collect all the gprs.
4821
4822 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
4823 loop collecting gprs.
4824
4825 2004-05-09 Andrew Cagney <cagney@redhat.com>
4826
4827 * remote-vx.c (net_step): Delete step-range code.
4828 * remote.c (remote_resume, init_all_packet_configs)
4829 (set_remote_protocol_E_packet_cmd)
4830 (show_remote_protocol_E_packet_cmd)
4831 (remote_protocol_E, show_remote_cmd, _initialize_remote)
4832 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
4833 (show_remote_protocol_e_packet_cmd): Ditto.
4834
4835 2004-05-09 Mark Kettenis <kettenis@gnu.org>
4836
4837 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
4838
4839 * hppa-tdep.h: Update copyright year.
4840 (struct trad_frame_saved_reg): Add opaque declaration.
4841
4842 * amd64-tdep.c (amd64_return_value): Implement
4843 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4844
4845 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
4846 (m68k_value_to_register): New functions.
4847 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
4848 value_to_register.
4849
4850 * defs.h (enum return_value_convention): Add
4851 RETURN_VALUE_ABI_RETURNS_ADDRESS and
4852 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
4853 * infcmd.c (legacy_return_value): New function.
4854 (print_return_value): Rwerite to implement
4855 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4856 * values.c (using_struct_return): Check for inequality to
4857 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
4858 RETURN_VALUE_STRUCT_CONVENTION.
4859 * i386-tdep.c (i386_return_value): Implement
4860 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4861
4862 * vax-tdep.c: Tweak comments. Reorder include files. Don't
4863 include "symtab.h", "opcode/vax.h" and "inferior.h".
4864 (vax_skip_prologue): Replace calls to read_memory_integer by calls
4865 to read_memory_unsigned_integer.
4866 (vax_gdbarch_init): Reorder.
4867 (_initialize_vax_tdep): Spell out prototype.
4868 * Makefile.in (vax-tdep.o): Update dependencies.
4869
4870 2004-05-08 Andrew Cagney <cagney@redhat.com>
4871
4872 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
4873 * target.c (target_detach, target_disconnect): Ditto.
4874
4875 * infcall.c (call_function_by_hand): When no
4876 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
4877 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
4878 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
4879 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4880 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4881
4882 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
4883 * gdbarch.h, gdbarch.c: Re-generate.
4884 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4885 deprecated_fix_call_dummy.
4886 * v850-tdep.c (v850_gdbarch_init): Ditto.
4887 * infcall.c (call_function_by_hand): Do not call
4888 DEPRECATED_FIX_CALL_DUMMY.
4889
4890 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
4891 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
4892 * gdbarch.h, gdbarch.c: Re-generate.
4893 * arm-linux-tdep.c (arm_linux_call_dummy_words)
4894 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
4895 deprecated_sizeof_call_dummy_words.
4896 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
4897 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
4898 * v850-tdep.c (v850_gdbarch_init): Ditto.
4899 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4900 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
4901 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4902 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4903 * arch-utils.h (legacy_call_dummy_words)
4904 (legacy_sizeof_call_dummy_words): Delete declarations.
4905 * arch-utils.c (legacy_call_dummy_words)
4906 (legacy_sizeof_call_dummy_words): Delete variables.
4907
4908 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
4909 * gdbarch.h, gdbarch.c: Re-generate.
4910 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
4911 * infcall.c (call_function_by_hand): Eliminate call to
4912 DEPRECATED_PUSH_DUMMY_FRAME.
4913 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4914 push_dummy_frame.
4915 (ns32k_push_dummy_frame): Delete function.
4916
4917 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4918 deprecated_call_dummy_breakpoint_offset or
4919 deprecated_call_dummy_start_offset.
4920 * dummy-frame.c, arm-tdep.c: Update comments.
4921 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
4922 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
4923 * gdbarch.h, gdbarch.c: Re-generate.
4924
4925 * infcall.c (legacy_push_dummy_code): Delete function.
4926 (push_dummy_code): Delete call.
4927
4928 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
4929 * gdbarch.h, gdbarch.c: Re-generate.
4930 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
4931 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
4932 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
4933 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
4934
4935 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
4936 (struct frame_info): Delete opaque declaration.
4937 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
4938 * frame.c (get_frame_type): Delete call.
4939
4940 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4941 pc_in_call_dummy.
4942 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
4943 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
4944
4945 2004-05-08 Mark Kettenis <kettenis@gnu.org>
4946
4947 * alphanbsd-tdep.c: Include "gdb_string.h".
4948 * armnbsd-tdep.c: Update copyright year.
4949 Include "gdb_string.h".
4950 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
4951 dependencies.
4952
4953 * delta68-nat.c: Remove file.
4954 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
4955 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
4956 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
4957 (delta68-nat.o): Remove dependency.
4958
4959 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
4960 function.
4961 (m68k_gdbarch_init): Don't set
4962 deprecated_frameless_function_invocation.
4963
4964 2004-05-07 Randolph Chung <tausq@debian.org>
4965
4966 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
4967 read_memory_nobpt for code reading when doing frame unwinding.
4968 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
4969
4970 2004-05-07 Randolph Chung <tausq@debian.org>
4971
4972 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
4973 instead of sp, handle sigaltstack case.
4974 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
4975 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
4976 signal handler and not that of the caller.
4977 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
4978 hppa_linux_sigtramp_find_sigcontext.
4979
4980 2004-05-07 Randolph Chung <tausq@debian.org>
4981
4982 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
4983 hppa-linux-nat.c.
4984 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
4985 * hppa-linux-nat.c (fetch_register, store_register): Define.
4986 (fetch_inferior_registers, store_inferior_registers): Define.
4987 (supply_gregset): Add comment and clean up some unneeded code.
4988 (fill_gregset): Add comment and fix so that it saves registers in
4989 the right place in the gregset.
4990 (fill_fpregset): Fix buffer overrun problem.
4991 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4992
4993 2004-05-07 Randolph Chung <tausq@debian.org>
4994
4995 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
4996 do common handling of the pcoqt register.
4997 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
4998 to use helper function.
4999 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5000 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5001 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5002 generic fallback unwinder when all else fails.
5003 (hppa_gdbarch_init): Add fallback sniffer.
5004 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5005 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5006 to use helper function.
5007
5008 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5009
5010 * config/djgpp/fnchange.lst: Add translation rules for
5011 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5012
5013 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5014
5015 * frame.c (get_prev_frame_1): Work around GCC bug.
5016 * frame.h: Add comment about GCC bug.
5017
5018 2004-05-07 Andrew Cagney <cagney@redhat.com>
5019
5020 * observer.c: Include "commands.h" and "gdbcmd.h".
5021 (observer_debug, _initialize_observer): Add the
5022 command "set/show debug observer".
5023 * observer.sh: When observer debugging, log notify calls.
5024 * Makefile.in (observer.o): Update dependencies.
5025
5026 2004-05-07 Jason Molenda (jmolenda@apple.com)
5027
5028 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5029
5030 2004-05-07 Jim Blandy <jimb@redhat.com>
5031
5032 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5033 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5034 to recognize gpr regnums, instead of assuming that
5035 tdep->ppc_fp0_regnum marks the end of the general-purpose
5036 registers.
5037
5038 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5039 the given architecture has floating-point registers.
5040
5041 2004-05-07 Andrew Cagney <cagney@redhat.com>
5042
5043 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5044 macro defined to 1.
5045 * gdbarch.h, gdbarch.c: Re-generate.
5046 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5047 deprecated_use_generic_dummy_frames.
5048
5049 2004-05-07 Brian Ford <ford@vss.fsi.com>
5050
5051 * NEWS: Mention Cygwin DWARF 2 support.
5052
5053 2004-05-07 Andrew Cagney <cagney@redhat.com>
5054
5055 * objfiles.h (struct entry_info): Delete unused fields
5056 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5057 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5058 * mipsread.c (mipscoff_symfile_read): Update.
5059 * mdebugread.c (parse_partial_symbols): Update.
5060 * dwarfread.c (read_file_scope): Update.
5061 * dwarf2read.c (read_file_scope): Update.
5062 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5063 * coffread.c (complete_symtab): Update.
5064
5065 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5066
5067 * infcall.c (_initialize_infcall): Fix typo.
5068
5069 2004-05-07 Andrew Cagney <cagney@redhat.com>
5070
5071 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5072 * command.h (add_setshow_zinteger_cmd): Declare.
5073
5074 2004-05-06 Randolph Chung <tausq@debian.org>
5075
5076 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5077 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5078 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5079 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5080 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5081 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5082 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5083 definitions ...
5084 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5085 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5086 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5087 (hppa64_hpux_frame_find_saved_regs_in_sig)
5088 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5089 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5090 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5091 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5092 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5093 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5094 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5095 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5096 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5097 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5098 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5099 (hppa32_register_type, hppa_cannot_store_register)
5100 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5101 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5102 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5103 * pa64solib.c (pa64_solib_have_load_event)
5104 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5105 (pa64_solib_unloaded_library_pathname): Likewise.
5106 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5107 (som_solib_library_pathname): Likewise.
5108
5109 2004-05-05 Jim Ingham <jingham@apple.com>
5110
5111 * breakpoint.c (create_breakpoints): Copy the ignore count and
5112 thread id over from the pended breakpoint to the actual
5113 breakpoint.
5114
5115 2004-05-05 Andrew Cagney <cagney@redhat.com>
5116
5117 * gdbarch.sh (PARM_BOUNDARY): Delete.
5118 gdbarch.h, gdbarch.c: Re-generate.
5119 * valops.c (PARM_BOUNDARY): Delete macro.
5120 (value_push): Delete PARM_BOUNDARY code.
5121 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5122
5123 2004-05-04 Jim Blandy <jimb@redhat.com>
5124
5125 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5126 Don't assume that the gprs, fprs, and UISA sprs are
5127 contiguous, start at register number zero, and end with fpscr.
5128 Instead, use the numbers from the tdep structure.
5129
5130 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5131 should no longer be used in code specific to the RS6000 and its
5132 derivatives.
5133 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5134 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5135 tdep->ppc_fp0_regnum.
5136 (ppc_supply_fpregset, ppc_collect_fpregset)
5137 (rs6000_push_dummy_call, rs6000_extract_return_value)
5138 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5139 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5140 FP0_REGNUM.
5141 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5142 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5143 Same.
5144 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5145 bdm_ppc_store_registers): Same.
5146 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5147 (store_register, fill_fpregset): Same.
5148 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5149 (ppc_linux_supply_fpregset): Same.
5150 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5151 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5152 Same.
5153 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5154 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5155 ppc64_sysv_abi_return_value): Same.
5156 * rs6000-nat.c (regmap, fetch_inferior_registers)
5157 (store_inferior_registers, fetch_core_registers): Same.
5158
5159 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5160
5161 * m68knbsd-nat.c: Remove file.
5162 * m68knbsd-tdep.c: Remove file.
5163 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5164 dependencies.
5165 * configure.host: Add m68k-*-netbsdelf*.
5166 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5167 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5168 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5169 (XM_FILE): Remove.
5170 * config/m68k/nbsdelf.mh: New file.
5171 * config/m68k/nbsd.mt: New file.
5172 * config/m68k/nbsdaout.mt: Remove file.
5173 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5174 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5175 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5176 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5177 (use_struct_convention): Remove prototype.
5178 (USE_STRUCT_CONVENTION): Remove define.
5179 * config/m68k/xm-nbsd.h: Remove file.
5180
5181 2004-05-04 Michael Snyder <msnyder@redhat.com>
5182
5183 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5184 reg_struct_return method (as gcc usually does for cross targets).
5185
5186 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5187
5188 Committed by Andrew Cagney.
5189 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5190 alignment padding when accessing ucontext struct members.
5191
5192 2004-05-04 Jim Blandy <jimb@redhat.com>
5193
5194 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5195 'ppc_gplast_regnum' member.
5196 (ppc_num_gprs): New enum constant.
5197 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5198 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5199 * rs6000-nat.c (regmap, fetch_inferior_registers,
5200 store_inferior_registers): Same.
5201 * rs6000-tdep.c (e500_pseudo_register_read)
5202 (e500_pseudo_register_write): Same.
5203 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5204
5205 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5206 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5207 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5208 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5209 FPLAST_REGNUM.
5210 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5211 Same.
5212 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5213 * rs6000-nat.c (regmap, fetch_inferior_registers)
5214 (store_inferior_registers): Same.
5215
5216 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5217 with FPLAST_REGNUM.
5218
5219 2004-05-03 Joel Brobecker <brobecker@gnat.com>
5220
5221 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
5222 failure detected by recent versions of GCC.
5223 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
5224 to be consistent with the usage in dwarf2_create_include_psymtab.
5225
5226 2004-05-03 Michael Snyder <msnyder@redhat.com>
5227
5228 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
5229 (heuristic_proc_start): Whitespace cleanup.
5230
5231 2004-05-04 Mark Kettenis <kettenis@gnu.org>
5232
5233 * sun3-nat.c: Remove file.
5234 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
5235 dependencies.
5236 (ALLDEPFILES): Remove sun3-nat.c.
5237 (sun3-nat.o): Remove dependencies.
5238
5239 * i386-interix-nat.c, i386-interix-tdep.c,
5240 config/i386/nm-interix.h, config/i386/interix.mh,
5241 config/i386/interix.mt: Remove files.
5242 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
5243 dependencies.
5244
5245 2004-05-03 Mark Kettenis <kettenis@gnu.org>
5246
5247 * m68k-tdep.h (struct gdbarch_tdep): Add member
5248 struct_value_regnum.
5249 (m68k_svr4_init_abi): New prototype.
5250 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
5251 different calling conventions.
5252 (m68k_extract_return_value): Remove code dealing with single-field
5253 structs.
5254 (m68k_store_return_value): Remove code dealing with single-field
5255 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5256 (m68k_extract_struct_value_address): Remove function.
5257 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5258 (m68k_reg_struct_return_p, m68k_return_value)
5259 (m68k_svr4_return_value): New functions.
5260 (m68k_use_struct_convention): Remove function.
5261 (m68k_push_dummy_call): Use new struct_value_regnum member of
5262 `struct gdbarch_tdep' instead of hardcoded register number to
5263 store STRUCT_ADDR.
5264 (m68k_svr4_init_abi): New function.
5265 (m68k_gdbarch_init): Don't set extract_return_value,
5266 store_return_values, deprecated_extract_struct_value_address and
5267 use_struct_convention. Set return_value instead. Initialize new
5268 struct_value_regnum member of `struct gdbarch_tdep'.
5269 * m68klinux-tdep.c: Update copyright year.
5270 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5271 (m68k_linux_extract_struct_value_address): Remove function.
5272 (m68k_linux_init_abi): Don't set extract_return_value,
5273 store_return_values, deprecated_extract_struct_value_address and
5274 use_struct_convention. Call m68k_svr4_init_abi but override the
5275 new struct_value_regnum member of `struct gdbarch_tdep'.
5276 * Makefile.in (m68k-tdep.o): Update dependencies.
5277
5278 2004-05-03 J. Brobecker <brobecker@gnat.com>
5279
5280 * dwarf2read.c (line_header): Add new included_p field in
5281 field file_names.
5282 (partial_die_info): New field has_stmt_list. New field line_offset.
5283 (dwarf2_create_include_psymtab): New function.
5284 (dwarf2_build_include_psymtabs): New function.
5285 (add_file_name): Add forward declaration. Initialize new field.
5286 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5287 to be able to determine the list of files included by the
5288 given unit, and build their associated psymtabs.
5289 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5290 files as well.
5291 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5292 (read_file_scope): Update call to dwarf_decode_lines.
5293 (read_partial_die): Handle DW_AT_stmt_list attributes.
5294
5295 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5296
5297 Unfix PR gdb/1626.
5298 * configure.in: Revert special case for osf5.*.
5299 * configure: Regenerate.
5300
5301 2004-05-02 Jim Blandy <jimb@redhat.com>
5302
5303 Move the symbol-file-from-memory functions into their own file.
5304 * symfile-mem.c, symfile-mem.h: New files.
5305 * symfile.c (symbol_file_add_from_bfd): New function.
5306 (symbol_file_add): Call symbol_file_add_from_bfd.
5307 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5308 Moved to symfile-mem.c.
5309 (_initialize_symfile): Move definition of
5310 add-symbol-file-from-memory command to symfile-mem.c.
5311 * symfile.h (symbol_file_add_from_bfd): New declaration.
5312 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5313 * config/powerpc/linux.mt (TDEPFILES): Same.
5314 * Makefile.in (SFILES): Add symfile-mem.c.
5315 (symfile_mem_h): New variable.
5316 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5317 (symfile-mem.o): New rule.
5318
5319 2004-05-01 Andrew Cagney <cagney@redhat.com>
5320
5321 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5322 frame_find_by_id instead of frame_relative_level.
5323 (do_enable_breakpoint): Ditto.
5324 * thread.c: Update copyright.
5325 (info_threads_command): Ditto, simplify.
5326
5327 * frame.c (deprecated_generic_get_saved_register): Delete
5328 function, moved to "xstormy16-tdep.c".
5329 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
5330 deprecated_generic_get_saved_register from "frame.c".
5331 (xstormy16_frame_saved_register): Call
5332 xstormy16_get_saved_register.
5333 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
5334 static.
5335 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
5336 * frame.h (deprecated_generic_get_saved_register): Delete.
5337
5338 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
5339
5340 * dwarfread.c: Update documentation on the state of dwarf-1.
5341
5342 2004-05-01 Andrew Cagney <cagney@redhat.com>
5343
5344 * stack.c (select_frame_command): Delete call to
5345 frame_relative_level.
5346 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
5347 Delete #if0 code.
5348 (frame_info): Do not print FRAMELESS.
5349 (print_block_frame_labels): Replace DEPRECATED_STREQ.
5350 (catch_info): Delete #if0 code.
5351
5352 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
5353 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
5354 of frame_relative_level.
5355 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
5356 to SENTINEL_FRAME.
5357 * frame.h (enum frame_type): Add SENTINEL_FRAME.
5358 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
5359 frame_relative_level.
5360
5361 * frame.h (deprecated_set_frame_type): Delete declaration.
5362 * frame.c (deprecated_set_frame_type): Delete function, update
5363 comments.
5364
5365 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
5366 * gdbarch.h, gdbarch.c: Re-generate.
5367 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
5368 (shnbsd_pc_in_sigtramp): Delete.
5369 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
5370 pc_in_sigtramp.
5371 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
5372 pc_in_sigtramp.
5373 * frame.h: Update comments.
5374 * ppc-linux-tdep.c: Update comments.
5375 * breakpoint.c (bpstat_what): Update comments.
5376
5377 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
5378 m68klinux-tdep.o's dependencies, were previously added to
5379 m68klinux-nat.o.
5380
5381 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
5382 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
5383 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
5384 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
5385 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
5386
5387 * Makefile.in (m68klinux-nat.o): Update dependencies.
5388 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5389 (m68k_linux_sigtramp_frame_cache)
5390 (m68k_linux_sigtramp_frame_this_id)
5391 (m68k_linux_sigtramp_frame_prev_register)
5392 (m68k_linux_sigtramp_frame_unwind)
5393 (m68k_linux_sigtramp_frame_sniffer)
5394 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
5395 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
5396 names, use trad-frame.h.
5397 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
5398 (struct m68k_sigtramp_info): Delete.
5399 * m68k-tdep.c (m68k_sigtramp_frame_cache)
5400 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
5401 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
5402 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
5403 "m68klinux-tdep.c".
5404
5405 * infrun.c (check_sigtramp2): Delete check for
5406 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
5407
5408 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5409
5410 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
5411
5412 2004-05-01 Andrew Cagney <cagney@redhat.com>
5413
5414 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5415 (frv_linux_sigtramp_frame_cache)
5416 (frv_linux_sigtramp_frame_this_id)
5417 (frv_linux_sigtramp_frame_prev_register)
5418 (frv_linux_sigtramp_frame_unwind)
5419 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
5420 include "linux" in function and variable names, directly call
5421 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
5422 the latest trad-frame code.
5423 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
5424 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
5425 * Makefile.in (frv-linux-tdep.o): Update dependencies.
5426 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
5427 * frv-tdep.c (frv_sigtramp_frame_cache)
5428 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
5429 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
5430 frv-linux-tdep.c.
5431 (frv_gdbarch_init): Do not append a sigtramp sniffer.
5432 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
5433 (frv_set_sigcontext_reg_addr): Delete function.
5434
5435 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
5436 (DEPRECATED_SIGTRAMP_END): Delete.
5437 * gdbarch.h, gdbarch.c: Re-generate.
5438 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
5439 * config/vax/tm-vaxbsd.h: Update copyright.
5440 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5441 (DEPRECATED_IN_SIGTRAMP): Define.
5442 * config/m68k/tm-nbsd.h: Update copyright.
5443 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5444 (DEPRECATED_IN_SIGTRAMP): Define.
5445
5446 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5447
5448 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
5449 encondings. Fixes PR gdb/1628.
5450
5451 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
5452 DW_CFA_restore state without a matching DW_CFA_remember_state
5453 instead of aborting. Fixes PR backtrace/1589.
5454
5455 2004-04-30 Joel Brobecker <brobecker@gnat.com>
5456
5457 * MAINTAINERS: Add self as AIX maintainer.
5458 Update my e-mail address in write-after-approval section.
5459
5460 2004-04-30 Andrew Cagney <cagney@redhat.com>
5461
5462 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
5463 (legacy_get_prev_frame): Ditto.
5464
5465 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
5466 (mips_gdbarch_init): Do not set pc_in_sigtramp.
5467 * mipsread.c (sigtramp_address): Delete extern variable.
5468 (mipscoff_new_init): Delete reference.
5469 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
5470 (fixup_sigtramp): Delete function.
5471 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
5472 (fixup_sigtramp): Delete declarations.
5473
5474 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
5475 deprecated_pc_in_sigtramp.
5476 (ppcnbsd_pc_in_sigtramp): Delete function.
5477
5478 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5479
5480 * config/m68k/nm-nbsd.h: Tweak comments.
5481 * config/m68k/nm-nbsdaout.h: Likewise.
5482
5483 2004-04-30 Andrew Cagney <cagney@redhat.com>
5484
5485 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
5486 legacy_pc_in_sigtramp.
5487 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
5488
5489 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5490
5491 Add OpenBSD/m68k support.
5492 * NEWS (New native configurations): Mention OpenBSD/m68k.
5493 * m68kbsd-tdep.c: New file.
5494 * m68kbsd-nat.c: New file.
5495 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
5496 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
5497 * configure.host: Add m68k-*-openbsd.
5498 * configure.tgt: Add m68k-*-openbsd.
5499 * config/m68k/tm-obsd.h: New file.
5500 * config/m68k/obsd.mt: New file.
5501 * config/m68k/obsd.mh: New file.
5502 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
5503 m68kbsd-tdep.c.
5504
5505 2004-04-30 Andrew Cagney <cagney@redhat.com>
5506
5507 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
5508 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
5509
5510 2004-04-30 Mark Kettenis <kettenis@gnu.org>
5511
5512 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
5513 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
5514
5515 2004-04-30 Brian Ford <ford@vss.fsi.com>
5516
5517 Revert 2004-04-16 change.
5518 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
5519 (i386_coff_init_abi): Remove.
5520 * i386-tdep.h (i386_coff_init_abi): Remove.
5521 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
5522
5523 2004-04-30 Andrew Cagney <cagney@redhat.com>
5524
5525 * blockframe.c (find_pc_partial_function): Delete use of
5526 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
5527 DEPRECATED_SIGTRAMP_END.
5528
5529 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
5530 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
5531 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
5532 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
5533 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
5534
5535 * defs.h (deprecated_inside_entry_file): Delete declaration.
5536 * blockframe.c (deprecated_inside_entry_file): Delete function.
5537 (legacy_frame_chain_valid): Delete call.
5538 * sh64-tdep.c (sh64_frame_chain): Delete call.
5539 * objfiles.h: Update comments.
5540 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
5541 call.
5542 * frame.c (get_prev_frame): Delete call, update comments.
5543
5544 2004-04-30 Brian Ford <ford@vss.fsi.com>
5545
5546 * MAINTAINERS (Write After Approval): Add myself.
5547
5548 2004-04-30 Andrew Cagney <cagney@redhat.com>
5549
5550 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
5551 * gdbarch.h, gdbarch.c: Re-generate.
5552 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
5553 code.
5554
5555 2004-04-30 Andrew Cagney <cagney@redhat.com>
5556
5557 * gdb-events.sh (selected_thread_changed)
5558 (selected_frame_level_changed, target_changed): Delete.
5559 * gdb-events.h, gdb-events.c: Re-generate.
5560 * valops.c (value_assign): Update.
5561 * stack.c (select_frame_command, up_silently_base)
5562 (down_silently_base): Update.
5563
5564 2004-04-29 Andrew Cagney <cagney@redhat.com>
5565
5566 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
5567 registers correctly.
5568 (print_gp_register_row, mips32_heuristic_proc_desc)
5569 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
5570 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
5571 references to mips_isa_regsize.
5572
5573 2004-04-29 Andrew Cagney <cagney@redhat.com>
5574
5575 * mips-tdep.c (struct gdbarch_tdep): Delete
5576 mips_fp_register_double.
5577 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
5578 mips_abi_regsize.
5579 (mips_gdbarch_init): Do not set mips_fp_register_double.
5580 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
5581
5582 2004-04-29 Joel Brobecker <brobecker@gnat.com>
5583
5584 Committed by Andrew Cagney.
5585 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
5586 function calls.
5587
5588 2004-04-29 Andrew Cagney <cagney@redhat.com>
5589
5590 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
5591 gdbarch, use mips_abi, update callers.
5592 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
5593 mips_abi_regsize, update callers.
5594 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
5595 mips_default_abi_regsize.
5596 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
5597 mips_default_abi_regsize.
5598
5599 2004-04-29 Andrew Cagney <cagney@redhat.com>
5600
5601 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
5602 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
5603 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
5604 mips_default_abi_regsize.
5605 (mips_isa_regsize): Rename mips_regisze.
5606 * mipsnbsd-tdep.c: Update.
5607 * mips-linux-tdep.c: Update.
5608 * irix5-nat.c: Update.
5609 * mips-tdep.h (mips_isa_regsize): Update.
5610
5611 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
5612 Delete all disabled code.
5613 * gdb-events.h, gdb-events.c: Re-generate.
5614
5615 2004-04-19 Jerome Guitton <guitton@gnat.com>
5616 Mark Kettenis <kettenis@gnu.org>
5617
5618 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
5619 the function begins with a branch instruction.
5620
5621 2004-04-29 Mark Kettenis <kettenis@gnu.org>
5622
5623 * i386-tdep.c: Fix spelling mistakes.
5624
5625 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5626 Andrew Cagney <cagney@redhat.com>
5627
5628 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
5629 <sys/proc.h>.
5630 * acconfig.h: Provide default _KMEMUSER value.
5631 * config.in, configure: Re-generate.
5632 * NEWS: Mention fix.
5633
5634 2004-04-24 Randolph Chung <tausq@debian.org>
5635
5636 * configure.host (hppa*-*-linux*): New target.
5637 * configure.tgt (hppa*-*-linux*): Likewise.
5638 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
5639 gdbarch_init_osabi() call earlier so that osabi-specific frame
5640 unwinders can be registered first.
5641 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
5642 hppa-linux-nat.c.
5643 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
5644 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
5645 * config/pa/linux.mh: New file.
5646 * config/pa/linux.mt: New file.
5647 * config/pa/nm-linux.h: New file.
5648 * config/pa/xm-linux.h: New file.
5649 * hppa-linux-nat.c: New file.
5650 * hppa-linux-tdep.c: New file.
5651
5652 2004-04-28 Randolph Chung <tausq@debian.org>
5653
5654 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
5655 return values.
5656 (hppa32_push_dummy_call): Fix small struct and floating point argument
5657 passing, and make sure the stack frame is properly aligned.
5658
5659 2004-04-28 Andrew Cagney <cagney@redhat.com>
5660
5661 * stack.c (print_stack_frame): Fix description.
5662
5663 * NEWS: Mention gdb/gdbserver/configure execute permission
5664 changed. PR server/519.
5665
5666 2004-04-28 Andrew Cagney <cagney@redhat.com>
5667
5668 * stack.c (print_stack_frame_stub): Delete declaration.
5669 (struct print_stack_frame_args, print_stack_frame)
5670 (print_frame_info, print_frame): Replace "source" with print what.
5671 Replace "print" with "print_level". Replace "args" with
5672 "print_args".
5673 * frame.h (show_and_print_stack_frame, print_stack_frame)
5674 (print_frame_info): Update declarations.
5675 * stack.c (select_and_print_frame, frame_command)
5676 (current_frame_command, up_command, down_command): Update calls -
5677 use get_selected_frame, pass "enum print_what" for source, do not
5678 call frame_relative_level.
5679 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
5680 * remote-rdp.c (remote_rdp_open): Ditto.
5681 * remote-mips.c (common_open): Ditto.
5682 * remote-e7000.c (e7000_start_remote): Ditto.
5683 * ocd.c (ocd_start_remote): Ditto.
5684 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
5685 * infrun.c (normal_stop): Ditto.
5686 * inflow.c (kill_command): Ditto.
5687 * infcmd.c (finish_command): Ditto.
5688 * corelow.c (core_open): Ditto.
5689 * tracepoint.c (finish_tfind_command): Ditto.
5690 * thread.c (info_threads_command, info_threads_command)
5691 (restore_current_thread, do_captured_thread_select): Ditto.
5692 * ada-tasks.c (task_command): Ditto.
5693
5694 2004-04-26 Orjan Friberg <orjanf@axis.com>
5695
5696 * frame.c: Include "observer.h".
5697 (frame_observer_target_changed): New function.
5698 (_initialize_frame): Attach target_changed observer.
5699 * regcache.c: Include "observer.h".
5700 (regcache_observer_target_changed): New function.
5701 (_initialize_regcache): Attach target_changed observer.
5702 * valops.c: Include "observer.h".
5703 (value_assign): Notify target_changed event when modifying register.
5704 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
5705
5706 2004-04-26 Orjan Friberg <orjanf@axis.com>
5707
5708 From Paul Koning <pkoning@equallogic.com>:
5709 * breakpoint.c (free_valchain): New function.
5710 (insert_bp_location, delete_breakpoint): Use free_valchain.
5711 (remove_breakpoint): Do not remove the valchain.
5712 (bpstat_stop_status): If not stopped by watchpoint, skip
5713 watchpoints when generating stop status list.
5714 * infrun.c (handle_inferior_event): Make
5715 stepped_after_stopped_by_watchpoint a global variable.
5716 * remote.c (remote_stopped_data_address): Return watch data
5717 address rather than zero if stepped_after_stopped_by_watchpoint is
5718 set.
5719
5720 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
5721
5722 Fix PR gdb/1626.
5723 * configure.in: Check for curses after termcap.
5724 On osf5.*, do not check for ncurses.
5725 * configure: Regenerate.
5726
5727 2004-04-25 Mark Kettenis <kettenis@gnu.org>
5728
5729 * ppcobsd-nat.c: Include "ppc-tdep.h".
5730 * Makefile.in (ppcobsd-nat.o): Update dependencies.
5731
5732 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
5733 Fixes PR tdep/1623 and PR tdep/1624.
5734
5735 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
5736
5737 * xmodem.h, xmodem.c: Remove files.
5738 * Makefile.in: Remove references to xmodem.h, xmodem.c.
5739
5740 2004-04-23 Randolph Chung <tausq@debian.org>
5741
5742 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
5743 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
5744 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
5745 for handling stackless frames.
5746 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
5747
5748 2004-04-23 Randolph Chung <tausq@debian.org>
5749
5750 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
5751 starts at a pc before the frame is created.
5752
5753 2004-04-23 Joel Brobecker <brobecker@gnat.com>
5754
5755 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
5756
5757 2004-04-23 Jerome Guitton <guitton@gnat.com>
5758
5759 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
5760 use convert_typed_floating to get the appropriate format.
5761
5762 2004-04-22 Randolph Chung <tausq@debian.org>
5763
5764 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
5765 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
5766 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
5767 (hppa_sign_extend): Add prototype.
5768 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
5769 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
5770 (sign_extend): Rename with hppa_ prefix and make non-static. Other
5771 hppa targets will also use these functions.
5772 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
5773 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
5774 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
5775 (hppa_gdbarch_init): Remove gdbarch setting of
5776 skip_trampoline_code, in_solib_call_trampoline and
5777 in_solib_return_trampoline.
5778 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5779 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
5780 hppa_in_solib_call_trampoline.
5781 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
5782 Moved from hppa-tdep.c.
5783 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
5784 in_solib_call_trampoline and in_solib_return_trampoline.
5785
5786 2004-04-22 Randolph Chung <tausq@debian.org>
5787
5788 * hppa-tdep.c (hppa_debug): New variable.
5789 (find_unwind_entry, hppa_frame_cache): Add debug output.
5790 (_initialize_hppa_tdep): Add command to set debug flag.
5791
5792 2004-04-22 Andrew Cagney <cagney@redhat.com>
5793
5794 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
5795 "trad-frame.h".
5796 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
5797 signal trampoline unwinder.
5798 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
5799
5800 2004-04-22 Mark Kettenis <kettenis@gnu.org>
5801
5802 Add OpenBSD/powerpc support.
5803 * NEWS (New native configurations): Mention OpenBSD/powerpc.
5804 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
5805 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
5806 (ppc_collect_fpregset): New prototypes.
5807 * ppcobsd-nat.c: New file.
5808 * ppcobsd-tdep.c: New file.
5809 * ppcobsd-tdep.h: New file.
5810 * rs6000-tdep.c: Include "regset.h".
5811 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
5812 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
5813 New functions.
5814 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
5815 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
5816 (rs6000-tdep.o): Update dependencies.
5817 * configure.host: Add powerpc-*-openbsd.
5818 * configure.tgt: Add powerpc-*-openbsd.
5819 * config/powerpc/obsd.mh: New file.
5820 * config/powerpc/nm-obsd.h: New file.
5821 * config/powerpc/obsd.mt: New file.
5822
5823 2004-04-22 Andrew Cagney <cagney@redhat.com>
5824
5825 * frame.h (show_frame_info): Delete declaration.
5826
5827 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
5828 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
5829 * m32r-tdep.c (m32r_frame_this_id): Ditto.
5830 * frv-tdep.c (frv_frame_this_id): Ditto.
5831 * avr-tdep.c (avr_frame_this_id): Ditto.
5832
5833 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
5834
5835 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
5836
5837 2004-04-22 Jim Blandy <jimb@redhat.com>
5838
5839 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
5840 register number zero.
5841
5842 2004-04-21 Michael Snyder <msnyder@redhat.com>
5843
5844 * mips-tdep.c (heuristic_proc_start):
5845 Warning() already prefixes "Warning: ".
5846
5847 2004-04-21 Andrew Cagney <cagney@redhat.com>
5848
5849 * annotate.h (deprecated_annotate_starting_hook)
5850 (deprecated_annotate_stopped_hook)
5851 (deprecated_annotate_exited_hook)
5852 (deprecated_annotate_signal_hook)
5853 (deprecated_annotate_signalled_hook): Deprecate.
5854 * tracepoint.h (deprecated_create_tracepoint_hook)
5855 (deprecated_delete_tracepoint_hook)
5856 (deprecated_modify_tracepoint_hook)
5857 (deprecated_trace_find_hook)
5858 (deprecated_trace_start_stop_hook): Deprecate.
5859 * target.h (deprecated_target_new_objfile_hook): Deprecate.
5860 * remote.h (deprecated_target_resume_hook)
5861 (deprecated_target_wait_loop_hook): Deprecate.
5862 * gdbcore.h (deprecated_exec_file_display_hook)
5863 (deprecated_file_changed_hook): Deprecate.
5864 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
5865 * defs.h (deprecated_modify_breakpoint_hook)
5866 (deprecated_command_loop_hook, deprecated_show_load_progress)
5867 (deprecated_print_frame_info_listing_hook)
5868 (deprecated_query_hook, deprecated_warning_hook)
5869 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
5870 (deprecated_delete_breakpoint_hook)
5871 (deprecated_interactive_hook, deprecated_registers_changed_hook)
5872 (deprecated_readline_begin_hook, deprecated_readline_hook)
5873 (deprecated_readline_end_hook, deprecated_register_changed_hook)
5874 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
5875 (deprecated_context_hook, deprecated_target_wait_hook)
5876 (deprecated_attach_hook, deprecated_detach_hook)
5877 (deprecated_call_command_hook, deprecated_set_hook)
5878 (deprecated_error_hook, deprecated_error_begin_hook)
5879 (deprecated_ui_load_progress_hook): Deprecate.
5880 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
5881 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
5882 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
5883 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
5884 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
5885 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
5886 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
5887 * annotate.c, aix-thread.c: Update.
5888
5889 2004-04-21 Andrew Cagney <cagney@redhat.com>
5890
5891 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
5892 * vaxnbsd-tdep.c: Include "gdb_string.h".
5893
5894 * symfile.c (symbol_file_add_from_memory): #if 0 function.
5895 (add_symbol_file_from_memory_command): #if 0 function body, call
5896 error instead.
5897
5898 2004-04-21 Andrew Cagney <cagney@redhat.com>
5899
5900 * gdbcore.h: Update copyright.
5901 (deprecated_add_core_fns): Rename add_core_fns.
5902 * win32-nat.c (_initialize_core_win32): Update.
5903 * sun3-nat.c (_initialize_core_sun3): Update.
5904 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
5905 * rs6000-nat.c (_initialize_core_rs6000): Update.
5906 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
5907 * nto-tdep.c (_initialize_nto_tdep): Update.
5908 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
5909 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
5910 * mips-nat.c (_initialize_core_mips): Update.
5911 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
5912 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
5913 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
5914 * lynx-nat.c (_initialize_core_lynx): Update.
5915 * irix5-nat.c (_initialize_core_irix5): Update.
5916 * i386-interix-nat.c (_initialize_core_interix): Update.
5917 * cris-tdep.c (_initialize_cris_tdep): Update.
5918 * corelow.c (deprecated_add_core_fns): Update.
5919 * core-regset.c (_initialize_core_regset): Update.
5920 * core-aout.c (_initialize_core_aout): Update.
5921 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
5922 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
5923 * alpha-nat.c (_initialize_core_alpha): Update.
5924
5925 2004-04-21 Jim Blandy <jimb@redhat.com>
5926
5927 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
5928
5929 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
5930
5931 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
5932 Delete.
5933 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
5934 (read_attribute_value): Update calls to dwarf_alloc_block.
5935 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
5936 dwarf2_tmp_obstack.
5937 (psymtab_to_symtab_1): Likewise. Clean up using
5938 free_stack_comp_unit.
5939 (add_to_cu_func_list): Use the comp_unit_obstack.
5940
5941 2004-04-19 Joel Brobecker <brobecker@gnat.com>
5942
5943 * dwarf2read.c (dwarf2_flag_true_p): New function.
5944 (die_is_declaration): Use the function above. Add some comments.
5945
5946 2004-04-19 Mark Kettenis <kettenis@gnu.org>
5947
5948 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
5949 architecture when registering sparcnbsd_core_osabi_sniffer.
5950 Adjust comment.
5951
5952 2004-04-18 Mark Kettenis <kettenis@gnu.org>
5953
5954 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
5955 return value.
5956
5957 Based on a patch from Brian Ford <ford@vss.fsi.com>:
5958 * i386-tdep.c: Correct register numbering scheme comments
5959 throughout.
5960 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
5961 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
5962 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
5963 (i386_gdb_arch_init): Likewise.
5964
5965 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
5966 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
5967 ppcnbsd-tdep.o.
5968
5969 * m68k-tdep.h: Tweak comments.
5970 * m68k-tdep.c: Tweak comment.
5971
5972 2004-04-17 Randolph Chung <tausq@debian.org>
5973
5974 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
5975 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
5976 (hppa_hpux_som_init_abi): Set is_elf to 0.
5977 (hppa_hpux_elf_init_abi): Set is_elf to 1.
5978 * hppa-tdep.c (low_text_segment_address): Remove global.
5979 (record_text_segment_lowaddr): Pass in low address as parameter. Use
5980 section offset to calculate segment address.
5981 (internalize_unwinds): Define low_text_segment_address as local and
5982 pass to record_text_segment_lowaddr for ELF targets.
5983 (hppa_gdbarch_init): Zero fill tdep structure.
5984 (hppa_dump_tdep): Print tdep structure.
5985 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
5986
5987 2004-04-17 Randolph Chung <tausq@debian.org>
5988
5989 * hppa-tdep.c (hppa_pseudo_register_read): Define.
5990 (hppa_gdbarch_init): Set pseudo_register_read.
5991 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
5992 * regcache.c (supply_register): Remove check for
5993 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
5994
5995 2004-04-17 Randolph Chung <tausq@debian.org>
5996
5997 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
5998 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
5999 (hpread_adjust_stack_address): Move to hpread.c.
6000 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6001 obj_private_struct): Move from tm-hppa.h.
6002 * hpread.c (hppa-tdep.h): Include.
6003 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6004 (hpread_read_function_type, hpread_read_doc_function_type)
6005 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6006 directly.
6007 * pa64solib.c (hppa-tdep.h): Include.
6008 * somsolib.c (hppa-tdep.h): Include.
6009 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6010 inferior_status): Remove unused forward declarations.
6011 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6012 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6013 obj_private_struct): Move to hppa-tdep.h.
6014 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6015
6016 2004-04-17 Randolph Chung <tausq@debian.org>
6017
6018 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6019 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6020 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6021 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6022 Remove forward declaration and make static.
6023 (hppa_reg_struct_has_addr): Remove.
6024
6025 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6026
6027 * observer.sh: Move comments in sed command to first column.
6028
6029 2004-04-16 Jason Molenda (jmolenda@apple.com)
6030
6031 * frame.c: Minor typeo corrections in comments.
6032
6033 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6034
6035 * observer.c (observer_test_first_notification_function): Update
6036 function profile.
6037 (observer_test_second_notification_function): Likewise.
6038 (observer_test_third_notification_function): Likewise.
6039
6040 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6041
6042 From Brian Ford <ford@vss.fsi.com>:
6043 * i386-tdep.c (i386_coff_init_abi): New function.
6044 * i386-tdep.h (i386_coff_init_abi): New prototype.
6045 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6046 register number translation functions for DWARF and DWARF 2.
6047
6048 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6049
6050 * dwarf2read.c: Back out my previous change, it was incorrect.
6051
6052 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6053
6054 * dwarf2read.c: Include "hashtab.h".
6055 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6056 has_namespace_info.
6057 (struct partial_die_info): Add comments. Use bitfields to reduce
6058 memory footprint. Add scope, scope_set, has_specification,
6059 spec_offset, die_parent, die_child, and die_sibling.
6060 (peek_die_abbrev): Add prototype.
6061 (partial_read_comp_unit_head): New function, broken out from
6062 dwarf2_build_psymtabs_hard.
6063 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6064 Use partial_read_comp_unit_head. Initialize the CU and
6065 comp_unit_obstack. Update calls to read_partial_die and
6066 scan_partial_symbols. Use free_stack_comp_unit and
6067 load_partial_dies.
6068 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6069 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6070 Update calls to helper functions. Remove NAMESPACE argument.
6071 Update comments.
6072 (partial_die_parent_scope, partial_die_full_name): New functions.
6073 (add_partial_symbol): Remove namespace argument. Update call to
6074 pdi_needs_namespace. Use partial_die_full_name. Handle
6075 DW_TAG_namespace. Check has_namespace_info flag.
6076 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6077 tag. Handle namespaces.
6078 (add_partial_namespace, add_partial_enumeration): Simplify.
6079 (guess_structure_name): New function, derived from
6080 add_partial_structure.
6081 (add_partial_structure): Remove.
6082 (determine_class_name): Update comment.
6083 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6084 (is_type_tag_for_partial, load_partial_dies): New functions.
6085 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6086 Record specifications instead of following them immediately.
6087 (find_partial_die_in_comp_unit, find_partial_die)
6088 (fixup_partial_die, free_stack_comp_unit)
6089 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6090 (partial_die_hash, partial_die_eq): New functions.
6091 * Makefile.in (hashtab_h): Define.
6092 (dwarf2read.o): Update dependencies.
6093 (observer_inc, observer_h): Move to the correct section.
6094
6095 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6096
6097 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6098 (die_is_declaration): Use the function above. Add comment.
6099
6100 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6101
6102 * dwarf2read.c (read_structure_scope): Identify stub types
6103 using die_is_declaration() only.
6104
6105 2004-04-15 Roland McGrath <roland@redhat.com>
6106
6107 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6108 argument instead of NAME.
6109 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6110 in call to symbol_file_add_with_addrs_or_offsets.
6111 (build_addr_info): New function, helper for ...
6112 (symbol_file_add_from_memory): New function.
6113 (add_symbol_file_from_memory_command): New function using that.
6114 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6115 (pre_add_symbol_hook): Add const to argument type.
6116 * symfile.h (symbol_file_add_from_memory): Declare it.
6117
6118 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6119
6120 * NEWS (New native configurations): Mention OpenBSD/vax.
6121 * configure.host: Add vax-*-openbsd*.
6122 * config/vax/obsd.mh: New file.
6123 * config/vax/nm-obsd.h: New file.
6124
6125 * vax-tdep.c: Include "regset.h".
6126 (vax_supply_gregset): New function.
6127 (vax_gregset): New variable.
6128 (vax_regset_from_core_section): New function.
6129 (vax_gdbarch_init): Set regset_from_core_section.
6130 * Makefile.in (vax-tdep.o): Update dependencies.
6131
6132 2004-04-15 Andrew Cagney <cagney@redhat.com>
6133
6134 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6135 (observer_normal_stop_notification_stub)
6136 (observer_attach_normal_stop, observer_detach_normal_stop):
6137 Delete, replaced by #include "observer.inc".
6138 * infrun.c (normal_stop): Pass "stop_bpstat" to
6139 observer_notify_normal_stop.
6140 * Makefile.in (observer_inc): Define.
6141 (observer.o): Update dependencies.
6142 (observer.h, observer.inc): New rules.
6143 * observer.h: Delete file.
6144 * observer.sh: New file.
6145
6146 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6147
6148 * vax-tdep.c (vax_frame_cache): Fix typo.
6149
6150 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6151
6152 * NEWS (New native configurations): Mention NetBSD/vax.
6153 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6154 * config/vax/nbsdelf.mh: New file.
6155 * config/vax/nbsdaout.mh: New file.
6156 * config/vax/nm-nbsd.h: New file.
6157 * config/vax/nm-nbsdaout.h: New file.
6158
6159 * vaxnbsd-tdep.c: New file.
6160 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6161 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6162 * config/vax/nbsd.mt: New file.
6163 * config/vax/tm-nbsd.h: New file.
6164
6165 * Makefile.in (vaxbsd-nat.o): New dependency.
6166
6167 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6168 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6169 struct_addr arguments. Don't push return value address.
6170 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6171 arguments to vax_store_arguments. Store return value address in
6172 R1.
6173 (vax_store_struct_return, vax_extract_return_value)
6174 (vax_store_return_value): Remove functions.
6175 (vax_return_value): New function.
6176 (vax_gdbarch_init): Set return value. Don't set
6177 deprecated_store_struct_return, deprecated_extract_struct_return
6178 and deprecated_store_return_value.
6179
6180 2004-04-14 Andreas Schwab <schwab@suse.de>
6181
6182 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6183 value buffer.
6184 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6185
6186 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6187
6188 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6189 (vax_unwind_dummy_id): New functions.
6190 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6191 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6192 variables.
6193 (vax_fix_call_dummy): Remove function.
6194 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6195 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6196 call_dummy_location, deprecated_call_dummy_words,
6197 deprecated_sizeof_call_dummy_words,
6198 deprecated_call_dummy_breakpoint_offset,
6199 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6200 and deprecated_dummy_write_sp.
6201
6202 2004-04-13 David Carlton <carlton@kealia.com>
6203
6204 * MAINTAINERS: Move myself to "paper trail" section.
6205
6206 2004-04-12 Mark Kettenis <kettenis@gnu.org>
6207
6208 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6209 "trad-frame.h".
6210 (vax_frame_init_saved_regs): Remove function.
6211 (vax_sigtramp_saved_pc): Remove function.
6212 (vax_frame_saved_pc): Remove function.
6213 (vax_frame_args_address): Remove function.
6214 (vax_frame_num_args): Rewrite.
6215 (vax_frame_chain): Remove function.
6216 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6217 VAX_FP_REGNUM.
6218 (vax_pop_frame): Likewise.
6219 (vax_saved_pc_after_call): Remove function.
6220 (struct vax_frame_cache): New structure.
6221 (vax_frame_cache): New function.
6222 (vax_frame_this_id): New function.
6223 (vax_frame_prev_register): New function.
6224 (vax_frame_unwind): New variable.
6225 (vax_frame_sniffer): New function.
6226 (vax_frame_base_address): New function.
6227 (vax_frame_args_address): New function.
6228 (vax_frame_base): New variable.
6229 (vax_unwind_pc): New function.
6230 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
6231 deprecated_fp_regnum, deprecated_saved_pc_after_call,
6232 deprecated_frame_chain, deprecated_frame_saved_pc,
6233 deprecated_frame_args_address and
6234 deprecated_frame_init_saved_regs.
6235 * Makefile.in (vax-tdep.o): Update dependencies.
6236
6237 * vaxbsd-nat.c: New file.
6238
6239 * vax-tdep.h: Update copyright year. Adjust comments.
6240 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
6241 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
6242 (vax_regnum): New enum. Replacing...
6243 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
6244 (VAX_PS_REGNUM): ... these removed macros.
6245 * vax-tdep.c (vax_register_name): Remove prototype.
6246 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
6247 (vax_register_byte, vax_register_raw_size,
6248 vax_register_virtual_size, vax_register_virtual_type): Remove
6249 functions.
6250 (vax_register_type): New function.
6251 (vax_breakpoint_from_pc): Reorganize.
6252 (vax_gdbarch_init): Set register_type. Don't set
6253 deprecated_register_size, deprecated_register_bytes,
6254 deprecated_register_byte, deprecated_register_raw_size,
6255 deprecated_max_register_raw_size,
6256 deprecated_register_virtual_size,
6257 deprecated_max_register_virtual_size and
6258 deprecated_register_virtual_type. Add comment on stack direction.
6259
6260 2004-04-11 Mark Kettenis <kettenis@gnu.org>
6261
6262 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6263 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
6264 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
6265
6266 2004-04-10 Randolph Chung <tausq@debian.org>
6267
6268 * MAINTAINERS (write after approval): Add myself.
6269
6270 2004-04-07 Randolph Chung <tausq@debian.org>
6271
6272 * hppa-tdep.c (hppa_inner_than): Remove.
6273 (is_pa_2): Remove unused static variable.
6274 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
6275
6276 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
6277
6278 * language.h (language_defn): Add new la_post_parser field.
6279 * parser-defs.h (null_post_parser): New declaration (default for
6280 la_post_parser).
6281
6282 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6283 insert call to that function.
6284 (parse_exp_in_context): New function, including code formerly in
6285 parse_exp_1. Calls language-dependent post-parser after
6286 prefixification.
6287 (parse_expression_in_context): New exported function.
6288 (null_post_parser): New definition.
6289 * expression.h (parse_expression_in_context): Add declaration.
6290
6291 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6292 * c-lang.c (c_language_defn): Ditto.
6293 (cplus_language_defn): Ditto.
6294 (asm_language_defn): Ditto.
6295 (minimal_language_defn): Ditto.
6296 * f-lang.c (f_language_defn): Ditto.
6297 * jv-lang.c (java_language_defn): Ditto.
6298 * language.c (unknown_language_defn): Ditto.
6299 (auto_language_defn): Ditto.
6300 (local_language_defn): Ditto.
6301 * m2-lang.c (m2_language_defn): Ditto.
6302 * scm-lang.c (scm_language_defn): Ditto.
6303 * obj-lang.c (objc_language_defn): Ditto.
6304
6305 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6306
6307 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6308 (amd64nbsd_mcontext_addr): New function.
6309 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6310 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6311 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6312
6313 * corelow.c (core_xfer_partial): Fix coding standards violation.
6314 Add support for TARGET_OBJECT_WCOOKIE.
6315
6316 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6317 deprecated_pc_in_sigtramp.
6318 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6319 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6320 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6321 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6322 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6323 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6324 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6325
6326 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
6327 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
6328 Fix typo.
6329
6330 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
6331 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
6332 (amd64_collect_fxsave): Likewise.
6333
6334 * i386-sol2-tdep.c: Include "gdb_string.h".
6335 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
6336 name.
6337 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6338
6339 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6340
6341 * i386-sol2-tdep.c: Include "solib-svr4.h".
6342 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6343 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6344 * config/i386/tm-i386sol2.h: Include :solib.h".
6345 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
6346 solib-svr4.o and solib-legacy.o.
6347 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
6348 solib-svr4.o.
6349
6350 2004-04-09 Mark Kettenis <kettenis@gnu.org>
6351
6352 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
6353 whether a register is supplied by PTRACE_GETFPREGS.
6354 (store_inferior_registers): Likewise.
6355 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
6356 whether a register is supplied by PT_GETFPREGS.
6357 (store_inferior_registers): Likewise.
6358
6359 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
6360 * config/i386/linux64.mt (TDEPFILES): Likewise.
6361
6362 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
6363
6364 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
6365 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6366 the program counter is in the range specified by `struct
6367 gdbarch_tdep'.
6368 * amd64-linux-tdep.c: Include "symtab.h".
6369 (amd64_linux_pc_in_sigtramp): Remove function.
6370 (amd64_linux_sigtramp_p): New function.
6371 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6372 deprecated_pc_in_sigtramp.
6373 * amd64nbsd-tdep.c: Include "symtab.h".
6374 (amd64nbsd_sigtramp_p): New function.
6375 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6376 deprecated_pc_in_sigtramp.
6377 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
6378 few comments.
6379 (amd64obsd_pc_in_sigtramp): Remove function.
6380 (amd64obsd_sigtramp_p): New function.
6381 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6382 deprecated_pc_in_sigtramp.
6383 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
6384 (i386bsd_pc_ins_sigtramp): Remove prototype.
6385 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
6386 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
6387 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6388 the program counter is in the range specified by `struct
6389 gdbarch_tdep'.
6390 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
6391 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
6392 (i386_go32_pc_in_sigtramp): Remove function.
6393 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
6394 Initialize TDEP->sigtramp_p.
6395 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
6396 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
6397 deprecated_pc_in_sigtramp.
6398 * i386-linux-tdep.c: Adjust comments.
6399 (i386_linux_pc_in_sigtramp): Remove function.
6400 (i386_linux_sigtramp_p): New function.
6401 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6402 deprecated_pc_in_sigtramp.
6403 * i386-nto-tdep.c: Update copyright year.
6404 (i386nto_pc_in_sigtramp): Remove function.
6405 (i386nto_sigtramp_p): New function.
6406 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
6407 SP_REGNUM.
6408 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
6409 deprecated_pc_in_sigtramp.
6410 * i386-sol2-tdep.c: Update copyright year.
6411 (i386_sol2_pc_in_sigtramp): Remove function.
6412 (i386_sol2_sigtramp_p): New function.
6413 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
6414 deprecated_pc_in_sigtramp.
6415 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
6416 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
6417 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6418 deprecated_sigtramp_start and deprecated_sigtramp_end.
6419 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
6420 (i386nbsd_pc_in_sigtramp): Remove function.
6421 (i386nbsd_sigtramp_p): New function.
6422 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6423 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6424 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
6425 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
6426 (i386obsd_pc_in_sigtramp): Remove function.
6427 (i386obsd_sigtramp_p): New function.
6428 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
6429 functions.
6430 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6431 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6432 TDEP->sigtramp_p.
6433 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
6434 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
6435 dependencies.
6436
6437 * config/i386/i386aout.mt: Remove file.
6438
6439 * configure.tgt: Remove i[34567]86-*-go32*,
6440 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
6441 and i[34567]86-*-isc*. Set gdb_target to i386 for
6442 i[34567]86-*-netware* and i[34567]86-*-*.
6443 * config/i386/i386.mt: New file.
6444 * config/i386/embed.mt: Remove file.
6445 * config/i386/go32.mt: Remove file.
6446 * config/i386/i386nw.mt: Remove file.
6447 * config/i386/i386v.mt: Remove file.
6448 * config/i386/tm-go32.h: Remove file.
6449
6450 * tui/tui-hooks.c: Include "readline/readline.h" after
6451 "gdb_curses.h" instead of before.
6452 * tui/tui-io.c: Likewise.
6453
6454 * tui/tui.c: Fix typo in comment.
6455
6456 * sparc64-tdep.c (sparc_address_from_register): Remove function.
6457
6458 2004-04-08 Andrew Cagney <cagney@redhat.com>
6459
6460 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
6461 (deprecated_exception_support_initialized): Declare.
6462 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
6463 (initialize_hp_cxx_exception_support)
6464 (child_enable_exception_callback): Update.
6465 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
6466 (deprecated_exception_support_initialized): Rename
6467 deprecated_exception_catchpoints_are_fragile and
6468 deprecated_exception_support_initialized.
6469 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
6470
6471 * symtab.c (deprecated_hp_som_som_object_present): Rename
6472 hp_som_som_object_present.
6473 * symtab.h (deprecated_hp_som_som_object_present): Declare.
6474 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
6475 Update. Delete extern declaration.
6476 * valops.c (hp_som_som_object_present): Ditto.
6477 * parse.c (deprecated_hp_som_som_object_present)
6478 (parse_nested_classes_for_hpacc): Ditto.
6479 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
6480 * hppa-hpux-tdep.c (hp_som_som_object_present)
6481 (initialize_hp_cxx_exception_support): Ditto.
6482 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
6483 * cp-valprint.c (hp_som_som_object_present)
6484 (cp_print_class_method): Ditto.
6485 * c-typeprint.c (hp_som_som_object_present):
6486 (c_type_print_base): Ditto.
6487 * c-exp.y (hp_som_som_object_present): Ditto.
6488
6489 2004-04-08 Andrew Cagney <cagney@redhat.com>
6490
6491 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
6492 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
6493 (frame_unwind_find_by_frame): Re-implement the unwind code so
6494 that it can both prepend and append sniffers. Replace
6495 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
6496 * tramp-frame.c (tramp_frame_append): Use
6497 frame_unwind_prepend_unwinder.
6498 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
6499 frame_unwind_register_unwinder.
6500 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
6501 tramp_frame_append.
6502 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
6503 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
6504 (mips_linux_init_abi): Update.
6505
6506 2004-04-08 Kevin Buettner <kevinb@redhat.com>
6507
6508 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
6509 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
6510 file support.
6511
6512 2004-04-07 Kevin Buettner <kevinb@redhat.com>
6513
6514 * ia64-tdep.c (elf.h): Don't include.
6515 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
6516
6517 2004-04-07 Jason Molenda (jmolenda@apple.com)
6518
6519 * frame.h: Typeo corrections in comments.
6520
6521 2004-04-07 Jim Blandy <jimb@redhat.com>
6522
6523 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
6524 %esp and %ebp
6525
6526 2004-04-07 Mark Kettenis <kettenis@gnu.org>
6527
6528 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
6529 * config/sparc/linux64.mt (TDEPFILES): Likewise.
6530 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
6531 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
6532 and solib-legacy.o.
6533 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
6534 solib-svr4.o.
6535 * config/sparc/tm-sol2.h: Update copyright year. Include
6536 "solib.h".
6537
6538 * sparc-sol2-tdep.c: Update copyright year. Include
6539 "solib-svr4.h".
6540 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6541 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
6542 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6543 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
6544 dependencies.
6545
6546 2004-04-06 Andrew Cagney <cagney@redhat.com>
6547
6548 * infttrace.c: Include "infttrace.h".
6549 * infttrace.h: Include "target.h".
6550 * Makefile.in (infttrace_h): Update.
6551 (infttrace.o): Update.
6552
6553 2004-04-06 Andrew Cagney <cagney@redhat.com>
6554
6555 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
6556 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
6557 move extern declarations from here ...
6558 * infttrace.h: ... to here.
6559 * Makefile.in (hppah-nat.o): Update dependencies.
6560
6561 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
6562 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
6563 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
6564 (hppa_breakpoint_from_pc): Delete.
6565
6566 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
6567
6568 2004-04-05 Andrew Cagney <cagney@redhat.com>
6569
6570 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
6571 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
6572 <sys/file.h>.
6573
6574 2004-04-06 Randolph Chung <tausq@debian.org>
6575
6576 Committed by Andrew Cagney (mechanical change).
6577 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
6578 exception_catchpoints_are_fragile, find_stub_with_shl_get,
6579 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
6580 child_enable_exception_callback, current_ex_event,
6581 null_symtab_and_line, child_get_current_exception_event,
6582 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
6583 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
6584 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
6585 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
6586 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
6587 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
6588 Move hpux-specific definitions ...
6589 * hppa-hpux-tdep.c: ... to here.
6590
6591 2004-04-05 Andrew Cagney <cagney@redhat.com>
6592
6593 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
6594 skip_prologue_using_sal.
6595
6596 2004-04-05 Andrew Cagney <cagney@redhat.com>
6597
6598 * config/i386/tm-i386.h: Delete file.
6599 * config/i386/tm-vxworks.h: Update copyright, do not include
6600 "tm-i386.h".
6601 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
6602 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
6603 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
6604 * config/i386/ncr3000.mt (TM_FILE): Delete.
6605 * config/i386/interix.mt (TM_FILE): Delete.
6606 * config/i386/i386v.mt (TM_FILE): Delete.
6607 * config/i386/i386nw.mt (TM_FILE): Delete.
6608 * config/i386/i386gnu.mt (TM_FILE): Delete.
6609 * config/i386/i386aout.mt (TM_FILE): Delete.
6610 * config/i386/embed.mt (TM_FILE): Delete.
6611
6612 2004-04-05 Kevin Buettner <kevinb@redhat.com>
6613
6614 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
6615 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
6616 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
6617 (accg7_regnum): New constants.
6618 (last_spr_regnum, last_pseudo_regnum): Update.
6619 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
6620 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
6621 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
6622 for accg registers.
6623 (frv_register_sim_regno): Update spr_map[].
6624
6625 2004-04-04 Andrew Cagney <cagney@redhat.com>
6626
6627 * config/mips/xm-riscos.h: Delete.
6628 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
6629 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
6630 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
6631 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
6632 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
6633 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
6634 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
6635 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
6636 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
6637 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
6638 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
6639 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
6640 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
6641 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
6642 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
6643 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
6644 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
6645 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
6646 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
6647 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
6648 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
6649 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
6650 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
6651 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
6652 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
6653 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
6654
6655 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
6656 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
6657 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
6658 * configure.host: Remove m680[01]0-sun-sunos3*,
6659 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
6660 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
6661 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
6662 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
6663 mips-*-riscos*.
6664 * NEWS: Mention removed systems.
6665
6666 2004-04-04 Andrew Cagney <cagney@redhat.com>
6667
6668 GDB 6.1 release created from 6.1 branch.
6669
6670 2004-04-04 Andrew Cagney <cagney@redhat.com>
6671
6672 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
6673 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
6674 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
6675
6676 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
6677 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
6678 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
6679
6680 2004-04-03 Jim Blandy <jimb@redhat.com>
6681
6682 * MAINTAINERS: Chris Faylor has changed employers; add him to
6683 "paper trail" section, and update his E-mail address.
6684
6685 2004-04-03 Andrew Cagney <cagney@redhat.com>
6686
6687 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
6688 generic dummy frames.
6689 * dummy-frame.c: Update copyright.
6690 (dummy_frame_sniffer): Delete check for generic dummy frames.
6691
6692 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
6693 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
6694 (REG_PARM_STACK_SPACE): Delete.
6695 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
6696 Inline reference to REG_PARM_STACK_SPACE.
6697
6698 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
6699 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6700 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6701 (FRAME_BASE_BEFORE_SIGTRAMP)
6702 (hppa32_hpux_frame_base_before_sigtramp)
6703 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
6704 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
6705 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
6706 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6707 (FRAME_BASE_BEFORE_SIGTRAMP)
6708 (hppa64_hpux_frame_base_before_sigtramp)
6709 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
6710
6711 2004-04-03 Andrew Cagney <cagney@redhat.com>
6712
6713 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
6714
6715 2004-04-02 Andrew Cagney <cagney@redhat.com>
6716
6717 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
6718 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
6719 * dummy-frame.h: Delete out-of-date comments.
6720 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
6721 * gdbarch.h, gdbarch.c: Re-generate.
6722
6723 2004-04-02 Joel Brobecker <brobecker@gnat.com>
6724
6725 Committed by Andrew Cagney <cagney@redhat.com>.
6726 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
6727 into account an instruction saving a register if we have already
6728 seen an earlier instruction saving that same register.
6729
6730 2004-04-02 Andrew Cagney <cagney@redhat.com>
6731
6732 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
6733 * gdbarch.h, gdbarch.c: Re-generate.
6734 * frame.c (legacy_get_prev_frame): Delete references to
6735 DEPRECATED_INIT_FRAME_PC_FIRST.
6736
6737 * infrun.c (pc_in_sigtramp): Delete function.
6738 (check_sigtramp2): Inline call to pc_in_sigtramp, use
6739 get_frame_type.
6740
6741 2004-04-02 Andrew Cagney <cagney@redhat.com>
6742
6743 * infrun.c (handle_step_into_function): Delete code conditional on
6744 legacy_frame_p.
6745 (handle_inferior_event, step_over_function): Ditto.
6746
6747 2004-04-02 Andrew Cagney <cagney@redhat.com>
6748
6749 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
6750 "previous frame inner to this frame" test.
6751
6752 2004-04-02 Andrew Cagney <cagney@redhat.com>
6753
6754 * frame.c (safe_frame_unwind_memory): New function.
6755 * frame.h (safe_frame_unwind_memory): Declare. Update description
6756 of /safe_/ methods.
6757 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
6758 "next_frame". Use safe_frame_unwind_memory.
6759 (tramp_frame_sniffer): Update call to tramp_frame_start.
6760
6761 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
6762
6763 * dwarf2read.c (dwarf2_objfile_data_key): New.
6764 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
6765 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
6766 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
6767 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
6768 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
6769 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
6770 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
6771 Remove variables.
6772 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
6773 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
6774 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
6775 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
6776 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
6777 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
6778 Remove macros.
6779 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
6780 data.
6781 (dwarf2_locate_sections, dwarf2_build_psymtabs)
6782 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
6783 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
6784 (read_partial_die, read_full_die, read_indirect_string)
6785 (dwarf_decode_line_header, dwarf_decode_macros)
6786 (dwarf2_symbol_mark_computed): Remove use of removed macros.
6787 Update uses of removed variables.
6788 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
6789 of removed macros.
6790 (_initialize_dwarf2_read): New function.
6791 * symfile.h (dwarf2_has_info): Update prototype.
6792 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
6793 * elfread.c (elf_symfile_read): Likewise.
6794
6795 2004-04-01 Jim Blandy <jimb@redhat.com>
6796
6797 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
6798 function for register numbers on all the rs6000-derived targets.
6799 (rs6000_gdbarch_init): Don't register a separate
6800 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
6801 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
6802 variants.
6803
6804 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
6805 numbering.
6806
6807 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
6808
6809 * valarith.c: Update copyright notice.
6810 (value_add): Handle range types.
6811 (value_sub): Ditto.
6812 (value_equal): Ditto.
6813 (value_less): Ditto.
6814 (value_neg): Ditto.
6815 (value_complement): Ditto.
6816 (value_binop): Simplify slightly by using is_integral_type and
6817 eliminiating unnecessary COERCE_ENUMs.
6818
6819 2004-03-31 Andrew Cagney <cagney@redhat.com>
6820
6821 * frame.h (frame_unwind_id): Declare.
6822 * frame.c (frame_unwind_id): New function.
6823 (get_prev_frame_1): New function.
6824 (frame_debug_got_null_frame): New function.
6825 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
6826 code proper to prev_frame, update description.
6827 * infrun.c (step_over_function): Use frame_unwind_id.
6828
6829 2004-04-31 J. Brobecker <brobecker@gnat.com>
6830
6831 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
6832 (hppa64_push_dummy_call): Likewise.
6833
6834 2004-03-30 Jim Blandy <jimb@redhat.com>
6835
6836 From Ulrich Weigand:
6837 * utils.c (query): Do not use a va_list variable multiple times.
6838
6839 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
6840
6841 * Makefile.in (linux_nat_h): Update dependencies.
6842 * configure.in: Check for <gnu/libc-version.h>.
6843 * configure: Regenerate.
6844 * config.in: Regenerate.
6845 * linux-nat.h: Include "target.h". Add waitstatus field to
6846 struct lwp_info.
6847 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
6848 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
6849 to.
6850 (lin_lwp_handle_extended): New function. Handle clone events.
6851 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
6852 thread exit events.
6853 (child_wait): Handle clone events.
6854 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
6855 * linux-nat.c (linux_enable_event_reporting): Turn on
6856 PTRACE_O_TRACECLONE.
6857 (linux_handle_extended_wait): Handle clone events.
6858 * thread-db.c: Include <gnu/libc-version.h>.
6859 (struct private_thread_info): Add dying flag.
6860 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
6861 higher.
6862 (attach_thread): Update comments. Handle dying threads.
6863 (detach_thread): Set the dying flag.
6864 (check_event): Always call attach_thread.
6865
6866 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
6867
6868 * mips-tdep.c (mips_pdr_data): New.
6869 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
6870 (_initialize_mips_tdep): Initialize mips_pdr_data.
6871
6872 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
6873
6874 * minsyms.c (install_minimal_symbols): Move dropping leading
6875 char from linkage name from here...
6876 (prim_record_minimal_symbol_and_info): ...to here. Simplify
6877 test for "__gnu_compiled*" symbols.
6878
6879 2004-03-28 Jim Blandy <jimb@redhat.com>
6880
6881 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
6882 registers to temp register r0 and byte stores as prologue
6883 instructions.
6884
6885 2004-03-28 Andrew Cagney <cagney@redhat.com>
6886
6887 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
6888 arm*-*-*.
6889
6890 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6891
6892 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
6893 and switch the layout to force a display of register window.
6894
6895 2004-02-26 J. Brobecker <brobecker@gnat.com>
6896
6897 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
6898 of the INTEGER class.
6899
6900 2004-03-26 Jim Blandy <jimb@redhat.com>
6901
6902 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
6903 bytes long on PPC GNU/Linux.
6904
6905 2004-03-26 David Carlton <carlton@kealia.com>
6906
6907 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
6908
6909 2004-03-25 Andrew Cagney <cagney@redhat.com>
6910
6911 * PROBLEMS: Add general section titles, remove references to
6912 specific releases.
6913
6914 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
6915
6916 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
6917 INT_REGISTER_SIZE.
6918 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
6919 FP_REGISTER_VIRTUAL_SIZE.
6920 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
6921 of DEPRECATED_REGISTER_RAW_SIZE.
6922 (arm_register_type): Add gdbarch argument.
6923 (arm_register_raw_size, arm_register_virtual_size): Delete.
6924 (arm_register_byte, arm_extract_return_value)
6925 (arm_store_return_value, arm_get_longjmp_target): Update references
6926 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
6927 (arm_gdbarch_init): Likewise. Don't set
6928 deprecated_register_raw_size, deprecated_register_virtual_size,
6929 deprecated_max_register_raw_size,
6930 deprecated_max_register_virtual_size, or
6931 deprecated_max_register_virtual_type. Do set register_type.
6932 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
6933 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
6934 (FP_REGISTER_VIRTUAL_SIZE): Delete.
6935 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
6936 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
6937 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
6938 INT_REGISTER_SIZE.
6939 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
6940 (remote_rdp_store_register): Likewise.
6941
6942 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
6943
6944 * Makefile.in (mips-linux-tdep.o): Update dependencies.
6945 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
6946 to after osabi initialization.
6947 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
6948 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
6949 functions.
6950 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
6951 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
6952 variables.
6953 (mips_linux_init_abi): Append signal trampoline unwinders.
6954
6955 2004-03-24 Andrew Cagney <cagney@redhat.com>
6956
6957 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
6958 * tramp-frame.c: Include "gdb_assert.h".
6959 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
6960 correct sizeof.
6961 (tramp_frame_append): Validate the tramp frame's instructions.
6962 * Makefile.in (tramp-frame.o): Update dependencies.
6963
6964 2004-03-23 Andrew Cagney <cagney@redhat.com>
6965
6966 * trad-frame.h (trad_frame_set_reg_addr): Declare.
6967
6968 2004-03-23 Andrew Cagney <cagney@redhat.com>
6969
6970 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
6971 Nasser as past testsuite/lib/ (and other) maintainers.
6972
6973 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
6974
6975 * infcmd.c (attach_command): Reread symbols if we already have
6976 an exec file.
6977
6978 2004-03-23 Andrew Cagney <cagney@redhat.com>
6979
6980 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
6981
6982 2004-03-23 Andrew Cagney <cagney@redhat.com>
6983
6984 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
6985 * gdbarch.h, gdbarch.c: Re-generate.
6986 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6987 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6988 * i386bsd-tdep.c (i386bsd_init_abi): Update.
6989 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
6990 (DEPRECATED_SIGTRAMP_START): Update.
6991 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
6992 (DEPRECATED_SIGTRAMP_START): Update.
6993 * blockframe.c (find_pc_sect_partial_function): Update.
6994 * arch-utils.c (legacy_pc_in_sigtramp): Update.
6995
6996 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
6997
6998 * remote.c (remote_open_1): Reopen the exec file and reread symbols
6999 if necessary.
7000
7001 2004-03-23 Andrew Cagney <cagney@redhat.com>
7002
7003 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7004 predicate, deprecate.
7005 * gdbarch.h, gdbarch.c: Re-generate.
7006 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7007 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7008 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7009 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7010 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7011 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7012 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7013 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7014 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7015 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7016 * blockframe.c (find_pc_partial_function): Update.
7017 * breakpoint.c (bpstat_what): Update.
7018 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7019 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7020 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7021 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7022 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7023 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7024 * i386-nto-tdep.c (i386nto_init_abi): Update.
7025 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7026 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7027 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7028 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7029 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7030 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7031 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7032 * infrun.c (pc_in_sigtramp): Update.
7033 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7034 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7035 * mips-tdep.c (mips_gdbarch_init): Update.
7036 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7037 * ppc-linux-tdep.c: Update comment.
7038 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7039 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7040 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7041 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7042 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7043 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7044 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7045 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7046 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7047 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7048
7049 2004-03-23 Andrew Cagney <cagney@redhat.com>
7050
7051 * tramp-frame.h, tramp-frame.h: New files.
7052 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7053 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7054
7055 * Makefile.in: Update all dependencies.
7056
7057 2004-03-23 Andrew Cagney <cagney@redhat.com>
7058
7059 * Makefile.in (trad_frame_h): Add $(frame_h).
7060 * trad-frame.h: Update copyright. Include "frame.h".
7061 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7062 (trad_frame_set_id, trad_frame_get_id): Declare.
7063 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7064 * trad-frame.c: Update copyright.
7065 (struct trad_frame_cache): Define.
7066 (trad_frame_cache_zalloc): New function.
7067 (trad_frame_set_id, trad_frame_get_id): New functions.
7068 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7069
7070 2004-03-22 Andrew Cagney <cagney@redhat.com>
7071
7072 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7073 s390_pltstub_unwind_cache.
7074 (s390_stub_frame_unwind_cache): Rename
7075 s390_pltstub_frame_unwind_cache.
7076 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7077 (s390_stub_frame_prev_register): Rename
7078 s390_pltstub_frame_prev_register.
7079 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7080 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7081
7082 From Ulrich Weigand:
7083 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7084 pointer calls like PLT calls.
7085
7086 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7087
7088 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7089 PC rather than the partial function start address. Use the start
7090 address to sanity check the found PDR.
7091
7092 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7093
7094 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7095 linux_handle_extended_wait.
7096
7097 2004-03-22 Andrew Cagney <cagney@redhat.com>
7098
7099 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7100 function.
7101
7102 * frame.h (generic_pop_current_frame): Delete declaration.
7103 (deprecate_pop_dummy_frame): Deprecate
7104 generic_pop_dummy_frame.
7105 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7106 (generic_pop_current_frame): Delete function.
7107 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7108 generic_pop_current_frame.
7109 * v850-tdep.c (v850_pop_frame): Update.
7110 * mcore-tdep.c (mcore_pop_frame): Update.
7111 * sh64-tdep.c (sh64_pop_frame): Update.
7112 * h8300-tdep.c (h8300_pop_frame): Update.
7113
7114 2004-03-22 Andrew Cagney <cagney@redhat.com>
7115
7116 * frame.h (deprecated_pc_in_call_dummy): Rename
7117 generic_pc_in_call_dummy.
7118 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7119 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7120 generic_pc_in_call_dummy.
7121 (pc_in_dummy_frame): Make static.
7122 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7123 * gdbarch.h, gdbarch.c: Re-generate.
7124 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7125 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7126 (legacy_get_prev_frame): Ditto.
7127 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7128 comment.
7129
7130 2004-03-21 Andrew Cagney <cagney@redhat.com>
7131
7132 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7133 declaration and out-of-date comment.
7134 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7135 Delete function.
7136 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7137 deprecated_pc_in_call_dummy.
7138
7139 * infrun.c (handle_inferior_event): For non legacy frames, use the
7140 frame ID and frame type to identify a signal trampoline. Update
7141 comments.
7142
7143 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7144
7145 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7146 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7147
7148 2004-03-21 Andrew Cagney <cagney@redhat.com>
7149
7150 * frame-unwind.h: Update copyright.
7151 (struct frame_data): Add opaque declaration.
7152 (frame_sniffer_ftype): Declare.
7153 (struct frame_unwind): Add "unwind_data" and "sniffer".
7154 (frame_unwind_register_unwinder): Declare.
7155 (frame_unwind_find_by_frame): Add parameter "this_cache".
7156 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7157 (legacy_get_prev_frame, legacy_get_prev_frame)
7158 (get_frame_type): Pass the prologue_cache to
7159 frame_unwind_find_by_frame.
7160 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7161 "unwinder".
7162 (frame_unwind_register_unwinder): New function.
7163 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7164
7165 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7166
7167 * bcache.c (print_percentage): Use floating point to avoid
7168 incorrect results when portion*100 overflows.
7169
7170 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7171
7172 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7173 (ppc_linux_init_extra_frame_info)
7174 (ppc_linux_frameless_function_invocation)
7175 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7176 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7177 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7178 (rs6000_frame_chain): Delete declarations.
7179 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7180 (ppc_linux_init_extra_frame_info)
7181 (ppc_linux_frameless_function_invocation)
7182 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7183 (ppc_linux_init_abi): Remove registration of above deleted functions.
7184 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7185 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7186 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7187 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7188 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7189 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7190 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7191 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7192 frame management for all OSABIs.
7193
7194 2004-03-19 Andrew Cagney <cagney@redhat.com>
7195
7196 Committed by Kevin Buettner <kevinb@redhat.com>.
7197
7198 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7199 Update copyright.
7200 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7201 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7202 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7203 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7204 unwinders. #ifdef legacy frame code.
7205 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7206 "frame-base.h".
7207 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7208 (struct rs6000_frame_cache, rs6000_frame_cache)
7209 (rs6000_frame_this_id, rs6000_frame_prev_register)
7210 (rs6000_frame_sniffer, rs6000_frame_unwind)
7211 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7212 (rs6000_frame_base): Implement a traditional frame unwinder.
7213 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7214 frame unwinder.
7215
7216 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7217
7218 * breakpoint.c (adjust_breakpoint_address): Don't adjust
7219 breakpoint address for watchpoints or the catch eventpoints.
7220 Add new paramter ``bptype''. Adjust all callers.
7221
7222 2004-03-19 Andrew Cagney <cagney@redhat.com>
7223
7224 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
7225
7226 * PROBLEMS: Delete note that ARM does not use frame code, problem
7227 fixed.
7228
7229 2004-03-18 Andrew Cagney <cagney@redhat.com>
7230
7231 * stack.c (return_command): Delete code wrapped in #ifdef
7232 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
7233
7234 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
7235
7236 2004-03-18 Andrew Cagney <cagney@redhat.com>
7237
7238 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
7239 DEPRECATED_IN_SIGTRAMP.
7240 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7241 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
7242 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7243 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7244 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7245 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7246 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7247 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7248 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
7249 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
7250
7251 2004-03-18 Andrew Cagney <cagney@redhat.com>
7252
7253 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7254 (struct frame_base_table_entry): Define.
7255 (struct frame_base_table): Re-implement as a linked list.
7256 (frame_base_init): Re-implement.
7257 (frame_base_table): Delete function.
7258 (append_predicate): Delete function.
7259 (frame_base_append_sniffer): Update.
7260 (frame_base_set_default): Update.
7261 (frame_base_find_by_frame): Update.
7262 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7263 * Makefile.in (frame-base.o): Update dependencies.
7264
7265 2004-03-17 Andrew Cagney <cagney@redhat.com>
7266
7267 * frame.c (legacy_get_prev_frame): Pass correct frame to
7268 frame_unwind_find_by_frame.
7269
7270 2004-03-17 David Carlton <carlton@kealia.com>
7271
7272 * NEWS: Mention C++ nested types and namespaces
7273
7274 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
7275
7276 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7277 and "Regressions since gdb 5.3.". Add known regressions since
7278 gdb 6.0.
7279
7280 2004-03-16 David Carlton <carlton@kealia.com>
7281
7282 * dwarf2read.c (process_structure_scope): Process children even
7283 when we're a declaration.
7284
7285 2004-03-16 Andrew Cagney <cagney@redhat.com>
7286
7287 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7288 * blockframe.c (find_pc_partial_function)
7289 (find_pc_sect_partial_function): Merge into a single
7290 find_pc_partial_function.
7291
7292 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7293
7294 * i386bsd-nat.c: s/regno/regnum/g.
7295 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7296 FP0_REGNUM.
7297 (store_inferior_registers): Likewise.
7298
7299 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7300
7301 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7302 of i387_fill_fsave.
7303 (store_inferior_registers): Call i387_collect_fsave and
7304 i387_collect_fxsave instead of i387_fill_fsave and
7305 i387_fill_fxsave.
7306
7307 2004-03-15 Andrew Cagney <cagney@redhat.com>
7308
7309 * Makefile.in (frame-unwind.o): Update dependencies.
7310 * frame-unwind.c: Include "gdb_obstack.h".
7311 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7312 parameter.
7313 (append_predicate): Delete function.
7314 (struct frame_unwind_table_entry): New structure.
7315 (struct frame_unwind_table): Replace "sniffer" with "head" and
7316 "tail".
7317 (frame_unwind_append_sniffer): Update.
7318 (frame_unwind_find_by_frame): Update.
7319 (_initialize_frame_unwind): Registe frame_unwind_init using
7320 gdbarch_data_register_pre_init.
7321
7322 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7323
7324 * i386bsd-nat.c: Update copyright year.
7325 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
7326 define unconditionally.
7327
7328 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7329
7330 * i387-tdep.h (i387_collect_fsave): New prototype.
7331 * i387-tdep.c (i387_collect_fsave): New function containing most
7332 of the code from i387_fill_fsave.
7333 (i387_fill_fsave): Call i387_collect_fsave.
7334
7335 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7336
7337 * i386-linux-tdep.c: Update copyright year.
7338 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
7339 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
7340 svr4_ilp32_link_map_offsets instead of
7341 i386_linux_svr4_fetch_link_map_offsets.
7342
7343 2004-03-15 David Carlton <carlton@kealia.com>
7344
7345 Fix for PR c++/1553:
7346 * dwarf2read.c (read_structure_type): Determine type name by
7347 calling determine_class_name.
7348 (determine_class_name): New.
7349 (determine_prefix): Look at TYPE_TAG_NAME and call
7350 determine_class_name when appropriate.
7351 (determine_prefix_aux, class_name): Delete.
7352 (read_namespace): Set die->type.
7353
7354 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7355
7356 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
7357 unused macro definition. The definition in target.h (or perhaps
7358 elsewhere) takes precedence.
7359
7360 2004-03-15 Andrew Cagney <cagney@redhat.com>
7361
7362 * ppc-tdep.h: Update copyright.
7363 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
7364 function signatures to match "regsets.h".
7365 * ppc-linux-tdep.c: Include "regset.h".
7366 (ELF_GREGSET_SIZE): Delete.
7367 (right_supply_register): New function.
7368 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
7369 using right_supply_register.
7370 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
7371 functions.
7372 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
7373 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
7374 (_initialize_ppc_linux_tdep): Do not register
7375 ppc_linux_regset_core_fns.
7376 (ppc_linux_regset_from_core_section): Replace
7377 fetch_core_registers.
7378 (ppc_linux_regset_core_fns): Delete.
7379 * ppc-linux-nat.c: (right_fill_reg): New function.
7380 (supply_gregset): Update call to ppc_linux_supply_gregset.
7381 (fill_gregset): Clear the register set, use right_fill_reg.
7382 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
7383 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
7384
7385 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
7386 unsigned.
7387
7388 2004-03-15 Andrew Cagney <cagney@redhat.com>
7389
7390 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
7391 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
7392 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
7393 and register_gdbarch_data.
7394 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
7395 (struct gdbarch_data): Replace "init" by "pre_init" and
7396 "post_init".
7397 * gdbarch.h, gdbarch.c: Re-generate.
7398 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
7399 with"obstack", use OBSTACK_ZALLOC.
7400 (dwarf2_frame_ops): Delete.
7401 (dwarf2_frame_set_init_reg): Use gdbarch_data.
7402 (dwarf2_frame_init_reg): Use gdbarch_data.
7403 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
7404 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
7405 (_initialize_svr4_solib): Update.
7406 * user-regs.c (_initialize_user_regs): Update.
7407 * reggroups.c (_initialize_reggroup): Update.
7408 * regcache.c (_initialize_regcache): Update.
7409 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7410 * libunwind-frame.c (_initialize_libunwind_frame): Update.
7411 * gnu-v3-abi.c (init_gnuv3_ops): Update.
7412 * frame-unwind.c (_initialize_frame_unwind): Update.
7413 * frame-base.c (_initialize_frame_base): Update.
7414 * user-regs.c (user_reg_add): Update.
7415 * reggroups.c (reggroup_add): Update.
7416 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
7417 * libunwind-frame.c (libunwind_frame_set_descr): Update.
7418 * frame-unwind.c (frame_unwind_append_sniffer): Update.
7419 * frame-base.c (frame_base_table): Update.
7420 * remote.c (_initialize_remote): Update.
7421 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
7422
7423 2004-03-15 Andrew Cagney <cagney@redhat.com>
7424
7425 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
7426
7427 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7428
7429 * Makefile.in (frv-linux-tdep.o): Add dependencies.
7430 * frv-linux-tdep.c: New file.
7431 * frv-tdep.c (struct gdbarch_tdep): Add new field
7432 ``sigcontext_reg_addr''.
7433 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
7434 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7435 (frv_sigramp_frame_sniffer): New functions.
7436 (frv_sigtramp_frame_unwind): New static global.
7437 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
7438 sniffers.
7439 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
7440 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
7441
7442 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7443
7444 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
7445 but not via a call to error(), when unable to read memory.
7446
7447 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7448
7449 * frv-tdep.c (frv_call_dummy_words): Delete.
7450 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
7451
7452 2004-03-15 Andrew Cagney <cagney@redhat.com>
7453
7454 * infrun.c (handle_step_into_function, step_over_function): Only
7455 update and use STEP_FRAME_ID when the system is using legacy
7456 frames. Update comments.
7457
7458 2004-03-14 Mark Kettenis <kettenis@gnu.org>
7459
7460 * amd64-linux-tdep.h: Remove file.
7461 * amd64-linux-tdep.c: Don't include "inferior.h" and
7462 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
7463 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
7464 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
7465 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
7466 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
7467 macros.
7468 (user_to_gdb_regmap): Remove variable.
7469 (amd64_linux_gregset_reg_offset): New variable.
7470 (amd64_core_fns): Remove variable.
7471 (fetch_core_registers): Remove function.
7472 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
7473 functions.
7474 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
7475 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
7476 * Makefile.in (amd64_linux_tdep_h): Remove.
7477 (amd64-linux-nat.o): Update dependencies.
7478 (amd64-linux-tdep.o): Update dependencies.
7479
7480 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
7481 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
7482 functions.
7483 (fetch_inferior_registers, store_inferior_registers): Rewrite.
7484
7485 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
7486 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
7487
7488 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
7489
7490 * dwarf2read.c (read_structure_type): Rename from
7491 read_structure_scope. Don't create a symbol or call process_die.
7492 Return immediately if die->type is set. Call read_type_die before
7493 dwarf2_add_member_fn.
7494 (process_structure_scope): New function.
7495 (read_enumeration_type, process_enumeration_scope): New functions,
7496 broken out from read_enumeration. Don't create the enumeration
7497 type if it has already been created.
7498 (read_enumeration): Removed.
7499 (process_die): Call read_structure_type, process_structure_scope,
7500 read_enumeration_type, and process_enumeration_scope. Just call
7501 new_symbol for base and subrange types. Add a comment about other
7502 type dies.
7503 (read_type_die): Call read_enumeration_type.
7504 (add_partial_structure, new_symbol): Update comments.
7505
7506 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7507
7508 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
7509
7510 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7511
7512 * tui/tui-win.h (tui_get_cmd_list): Declare.
7513 * tui/tui-win.c (tui_command): New function.
7514 (tui_get_cmd_list): New function.
7515 (_initialize_tui_win): Moved initialization of tui command in
7516 tui_get_cmd_list.
7517
7518 * tui/tui-data.c (init_content_element): Setup new data members.
7519 (init_win_info): Likewise.
7520 (free_content_elements): Free it.
7521 * tui/tui-data.h (struct tui_data_element): Store the register
7522 content to print.
7523 (struct tui_data_info): Keep the current register group.
7524
7525 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
7526
7527 * tui/tui-regs.h (tui_show_registers): Update prototype.
7528 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
7529 (tui_resize_all): No need to calculate anything for register window.
7530 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
7531 (tui_set_register_element, tui_set_general_regs_content): Remove.
7532 (tui_set_special_regs_content): Remove.
7533 (tui_set_general_and_special_regs_content): Remove.
7534 (tui_set_float_regs_content): Remove.
7535 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
7536 (tui_set_regs_content): Remove.
7537 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
7538 (tui_v_show_registers_command_support): Remove.
7539 (tui_show_registers): Use a reggroup to specify the registers to show.
7540 (tui_show_register_group): New function.
7541 (tui_display_registers_from): Compute the layout of register window
7542 and refresh with new API; be sure to delete old register windows.
7543 (tui_check_register_values): Update to use tui_get_register and
7544 tui_display_data.
7545 (tui_display_register): Just refresh the register window part.
7546 (tui_register_format): Format registers and save in tui_data_element.
7547 (tui_get_register): New to combine tui_reg_value_has_changed and
7548 tui_get_register_raw_value; fix to use the new gdb API.
7549 (tui_show_float_command): Renamed tui_reg_float_command.
7550 (tui_show_general_command): Renamed tui_reg_general_command.
7551 (tui_show_special_command): Renamed tui_reg_system_command.
7552 (_initialize_tui_regs): Remove unused commands.
7553
7554 2004-03-13 Mark Kettenis <kettenis@gnu.org>
7555
7556 * NEWS (New native configurations): Mention OpenBSD/amd64.
7557
7558 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
7559 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
7560 Remove defines.
7561 * config/i386/nm-fbsd64.h: Likewise.
7562 * config/i386/nm-obsd.h: Likewise.
7563 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
7564 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
7565
7566 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7567
7568 * frv-tdep.c (set_variant_scratch_registers): New function.
7569 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
7570 New constants.
7571
7572 From Richard Sandiford <rsandifo@redhat.com>:
7573 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
7574
7575 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7576
7577 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
7578 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
7579 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
7580 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
7581 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
7582 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
7583 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
7584 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
7585 definitions from frv-tdep.c to frv-tdep.h.
7586
7587 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7588
7589 Add shared library support for FR-V FDPIC ABI:
7590 * Makefile.in (solib-frv.o): Add dependencies.
7591 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
7592 New functions.
7593 (frv_push_dummy_call): Add support for FDPIC ABI.
7594 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
7595 for FDPIC ABI.
7596 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
7597 (frv_fdpic_find_canonical_descriptor): Declare.
7598 * solib-frv.c: New file.
7599 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
7600 * config/frv/tm-frv.h (solib.h): Include.
7601
7602 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7603
7604 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
7605 (frv-tdep.o): Update dependencies.
7606 * frv-tdep.h: New file.
7607 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
7608 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
7609 constants.
7610 (struct gdbarch_tdep): Add new member ``frv_abi''.
7611 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
7612 functions.
7613 (new_variant): Set ``frv_abi'' field.
7614 (gdb_arch_init): Detect FDPIC executables.
7615
7616 2004-03-12 Mark Kettenis <kettenis@gnu.org>
7617
7618 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
7619 wrapper.
7620
7621 2004-03-11 Andrew Cagney <cagney@redhat.com>
7622
7623 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
7624
7625 2004-03-11 Kevin Buettner <kevinb@redhat.com>
7626
7627 * solist.h (master_so_list): New function.
7628 * solib.c (master_so_list): Likewise.
7629 * solib-svr4.c (enable_break): Iterate over so_list entries
7630 obtained from master list instead of entries obtained directly
7631 via svr4_current_sos().
7632
7633 2004-03-10 Ben Elliston <bje@gnu.org>
7634
7635 * MAINTAINERS: Update my mail address.
7636
7637 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7638
7639 * remote-m32r-sdi.c: Support hardware watchpoint.
7640
7641 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7642
7643 * user-regs.c: Update copyright years.
7644 (struct user_regs): Rename to gdb_user_regs.
7645 (append_user_reg, builtin_user_regs, user_regs_init)
7646 (user_reg_add, user_reg_map_name_to_regnum)
7647 (usernum_to_user_reg): Update.
7648
7649 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7650
7651 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
7652 (skip_children): New functions.
7653 (locate_pdi_sibling): Call skip_children.
7654
7655 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7656
7657 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
7658 * gdbtypes.c (check_typedef): Update comments.
7659
7660 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7661
7662 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
7663 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
7664 pointer. Update comment about comp_unit_head.
7665 (struct abbrev_info): Shorten two int flags.
7666 (dwarf_alloc_abbrev): Take a CU argument.
7667 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
7668 each time through the loop. Update cleanup argument.
7669 (psymtab_to_symtab_1): Update cleanup call.
7670 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
7671 abbrev_obstack.
7672 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
7673 Just call obstack_free and clear the pointer.
7674
7675 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7676
7677 * infrun.c (handle_inferior_event): Remove short-circuit code for
7678 events in a different thread.
7679
7680 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7681
7682 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
7683 print the whole transfer.
7684 (initialize_targets): Update description of "set debug target".
7685
7686 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7687
7688 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
7689
7690 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
7691
7692 * MAINTAINERS (write after approval): Add myself.
7693
7694 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7695
7696 * sh-tdep.c (sh_print_registers_info): Use for loop.
7697 Don't skip multiple registers when a float register is encountered.
7698
7699 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7700
7701 Fix PR tdep/1291.
7702 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
7703 to official SH documentation.
7704
7705 2004-03-07 Andrew Cagney <cagney@redhat.com>
7706
7707 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
7708 unused function.
7709
7710 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
7711
7712 * arm-tdep.c (thumb_get_next_pc): Handle BX.
7713 (arm_get_next_pc): Handle BX and BLX.
7714
7715 2004-03-07 Andrew Cagney <cagney@redhat.com>
7716
7717 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
7718 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
7719 HPPA_SP_REGNUM.
7720 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
7721 (hppa_target_read_fp): Delete.
7722 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
7723 register_virtual_size, max_register_raw_size,
7724 max_register_virtual_size, register_byte, register_size,
7725 target_read_fp, fp_regnum, and register_bytes. Set register_type
7726 instead of register_virtual_type.
7727 (hppa32_register_type, hppa64_register_type): Replace
7728 hppa32_register_virtual_type and hppa64_register_virtual_type.
7729 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
7730 (HPPA_FP_REGNUM): Define.
7731
7732 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
7733
7734 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
7735 (pa_do_registers_info): Delete.
7736 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
7737 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
7738 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
7739
7740 * infcall.c (legacy_push_dummy_code): Delete #ifdef
7741 GDB_TARGET_IS_HPPA code.
7742 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
7743 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
7744 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
7745 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
7746 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
7747 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
7748 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
7749 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
7750 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
7751 (hppa_frameless_function_invocation, hppa64_store_return_value)
7752 (hppa_store_struct_return, hppa64_extract_return_value)
7753 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
7754 (hppa32_call_dummy_length, hppa64_call_dummy_length)
7755 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
7756 (find_proc_framesize, deposit_21, restore_pc_queue)
7757 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
7758 (rp_saved, pc_in_linker_stub): Delete.
7759
7760 Unconditionally enable 64-bit frame and ABI code.
7761 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
7762 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
7763 push_dummy_frame, fix_call_dummy, push_arguments,
7764 call_dummy_location, extract_return_value, use_struct_convention,
7765 store_return_value, store_struct_return, saved_pc_after_call,
7766 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
7767 frame_chain, frame_chain_valid, frameless_function_invocation,
7768 frame_saved_pc, and pop_frame.
7769
7770 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
7771 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
7772 (hppa_gdbarch_init): Do not set PC_REGNUM.
7773
7774 2004-03-06 Mark Kettenis <kettenis@gnu.org>
7775
7776 * config/alpha/tm-fbsd.h: Remove file.
7777 * config/alpha/fbsd.mt: Tweak comment.
7778 (TM_FILE): Set to tm-alpha.h.
7779
7780 2004-03-05 Andrew Cagney <cagney@redhat.com>
7781
7782 * infrun.c (step_over_function): When non-legacy code, and no
7783 step_frame_id, use the unwinder to get the caller's frame ID.
7784
7785 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7786
7787 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
7788 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
7789 bfd_arch_unknown. Adjust comment.
7790
7791 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
7792 * i386obsd-tdep.c: Correct spelling in comment.
7793 * i386nbsd-tdep.c: Correct spelling in comment.
7794 * sparc-tdep.c: Correct spelling in comments.
7795
7796 2004-03-05 David Carlton <carlton@kealia.com>
7797
7798 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
7799 bug.
7800
7801 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7802
7803 * sparc-tdep.c: Fix typo in comment.
7804
7805 2004-03-04 J. Brobecker <brobecker@gnat.com>
7806
7807 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
7808
7809 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
7810
7811 * dwarf2read.c: Add comment describing memory lifetimes.
7812 (struct dwarf2_pinfo): Update comment.
7813 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
7814 (read_enumeration, new_symbol): Don't use obsavestring.
7815
7816 2004-03-04 Mark Kettenis <kettenis@gnu.org>
7817
7818 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
7819 instead of amd64_fill_fxsave.
7820 * amd64bsd-nat.c (store_inferior_registers): Likewise.
7821 * amd64fbsd-nat.c (fill_fpregset): Likewise.
7822
7823 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
7824 Reorganize code a bit.
7825
7826 2004-03-04 Orjan Friberg <orjanf@axis.com>
7827
7828 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
7829 when the frame pointer is pushed. Don't set the frame pointer's
7830 address on the stack unless it's actually located there.
7831 Set the SRP's address on the stack correctly when the PC is still in
7832 the prologue.
7833 (cris_return_value): New function.
7834 (cris_gdbarch_init): Clear deprecated store_return_value,
7835 extract_return_value.
7836
7837 2004-03-02 Jim Blandy <jimb@redhat.com>
7838
7839 * stabsread.c (reg_value_complaint): The maximum register number
7840 is one less than the number of registers.
7841
7842 2004-03-02 Andrew Cagney <cagney@redhat.com>
7843
7844 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
7845 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
7846 trailing comma and redundant assignment of I386_ST0_REGNUM.
7847 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
7848 32-bit segment registers.
7849
7850 2004-03-01 Andrew Cagney <cagney@redhat.com>
7851
7852 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
7853 use frame_relative_level and get_next_frame.
7854
7855 2004-02-29 Andrew Cagney <cagney@redhat.com>
7856
7857 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
7858 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
7859 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
7860 Delete macro.
7861
7862 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
7863
7864 * inflow.c (terminal_inferior): Don't give up the terminal if we
7865 previously couldn't get the inferior's terminal state.
7866
7867 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
7868
7869 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
7870 PC_REGNUM.
7871
7872 2004-02-28 Andrew Cagney <cagney@redhat.com>
7873
7874 * NEWS: Refer to GDB 6.1.
7875 * README: Refer to GDB 6.1.
7876 * PROBLEMS: Refer to GDB 6.1.
7877
7878 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
7879
7880 * thread-db.c (disable_thread_signals): Remove unused function.
7881
7882 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7883
7884 * amd64-nat.c: Include "gdb_string.h".
7885 (amd64_collect_native_gregset): Zero-extend the 32-bit
7886 general-purpose registers and %eip.
7887
7888 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
7889 * amd64-tdep.c (amd64_collect_fxsave): New function.
7890 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
7891
7892 * i387-tdep.h: Update copyright year.
7893 (i387_collect_fxsave): New prototype.
7894 * i387-tdep.c: Update copyright year.
7895 (i387_collect_fxsave): New function containing most of the code
7896 from i387_fill_fxsave.
7897 (i387_fill_fxsave): Call i387_collect_fxsave.
7898
7899 2004-02-28 Andrew Cagney <cagney@redhat.com>
7900
7901 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
7902 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
7903
7904 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7905
7906 * amd64-tdep.c (amd64_frame_cache): Fix comment.
7907
7908 2004-02-28 Andrew Cagney <cagney@redhat.com>
7909
7910 * utils.c: Use "", instead of <>, to include readline.
7911 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
7912 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
7913 * source.c, solib.c, exec.c, event-top.c: Ditto.
7914 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
7915 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
7916 * Makefile.in: Update all dependencies.
7917 (readline_tilde_h, readline_history_h): Define.
7918 (readline_headers): Delete.
7919
7920 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7921
7922 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
7923 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
7924 "config/i386/tm-lx64.h".
7925
7926 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
7927 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
7928 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
7929
7930 2004-02-28 Andrew Cagney <cagney@redhat.com>
7931
7932 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
7933
7934 * breakpoint.c (_initialize_breakpoint): Use
7935 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
7936 Add help to show command.
7937
7938 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7939
7940 * i386-nat.c: Reformat to be closer to coding standards.
7941 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
7942 `retval'. Make variables `align' and `size' local to while-loop.
7943 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
7944 (_initialize_i386_nat): New prototype.
7945
7946 * tui/tui.c: Include <readline/readline.h> instead of
7947 "readline/readline.h". Include it after <term.h> and
7948 "gdb_curses.h".
7949
7950 2004-02-27 Andrew Cagney <cagney@redhat.com>
7951
7952 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
7953 the new frame unwind code.
7954 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
7955 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
7956 PCOQ_HEAD_REGNUM.
7957
7958 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
7959 "return_value" and "push_dummy_call".
7960 (hppa32_use_struct_convention): Delete unused function.
7961 (hppa32_store_return_value): Delete unused function.
7962 (hppa32_extract_return_value): Delete unused function.
7963 (hppa32_stack_align): Delete function.
7964
7965 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
7966
7967 * coffread.c (enter_linenos): Don't let rawptr reference memory
7968 outside linetab[]'s limits.
7969
7970 2004-02-27 Andrew Cagney <cagney@redhat.com>
7971
7972 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
7973 inferior stack space - the stack needs to grow upwards.
7974 (hppa32_frame_align): New function.
7975 (hppa64_frame_align): Replace hppa_frame_align.
7976 (hppa_gdbarch_init): Update.
7977
7978 2004-02-26 Orjan Friberg <orjanf@axis.com>
7979
7980 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
7981 (dwarf2-frame.h): Include.
7982 (enum cris_regnums): New enum CRIS_FP_REGNUM.
7983 Remove static variables related to ABI setting.
7984 (struct gdbarch_tdep): Remove cris_abi member.
7985 (struct frame_extra_info): Remove.
7986 (cris_unwind_cache, stack_item): New structs.
7987 (cris_frame_unwind, cris_frame_base): New variables.
7988 (push_stack_item, pop_stack_item)
7989 (cris_frame_unwind_cache, cris_frame_this_id)
7990 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
7991 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
7992 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
7993 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
7994 (cris_reg_struct_has_addr): New functions.
7995 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
7996 (cris_frame_saved_pc, cris_saved_pc_after_call,
7997 (cris_store_struct_return, cris_frameless_function_invocation)
7998 (cris_pop_frame, cris_skip_prologue_main)
7999 (cris_abi_original_store_return_value)
8000 (cris_abi_v2_store_return_value)
8001 (cris_abi_original_extract_return_value)
8002 (cris_abi_v2_extract_return_value)
8003 (cris_abi_original_reg_struct_has_addr)
8004 (cris_abi_v2_reg_struct_has_addr)
8005 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8006 (cris_push_return_address, cris_abi_update): Remove.
8007 (_initialize_cris_tdep): Remove ABI command.
8008 (cris_dump_tdep): Ditto.
8009 (cris_gdbarch_init): Remove ABI command.
8010 Set store_return_value, extract_return_value, push_dummy_code,
8011 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8012 frame_unwind_append_sniffer, frame_base_set_default.
8013 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8014 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8015 sizeof_call_dummy_words, get_saved_register, push_return_address,
8016 pop_frame, store_struct_return, frame_init_saved_regs,
8017 init_extra_frame_info, frameless_function_invocation, frame_chain,
8018 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8019 dummy_write_sp.
8020
8021 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8022
8023 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8024 * valprint.c (print_hex_chars): Change from static to external.
8025 (print_char_chars): New function.
8026 * printcmd.c (print_scalar_formatted): For integer and enum types
8027 that are longer than LONGEST, perform processing via appropriate
8028 print_*_chars routines.
8029
8030 2004-02-26 Andrew Cagney <cagney@redhat.com>
8031
8032 * Makefile.in: Update dependencies.
8033 Changes from Ulrich Weigand,
8034 * s390-tdep.c: Include "dwarf2-frame.h".
8035 (s390_dwarf2_frame_init_reg): New function.
8036 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8037 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8038
8039 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8040
8041 * breakpoint.c (pending_break_support): New setting variable.
8042 (break_command_1): Account for pending_break_support setting
8043 when creating pending breakpoints.
8044 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8045 (_initialize_breakpoint): Add "set breakpoint pending" and
8046 "show breakpoint pending" commands.
8047
8048 2004-02-26 Andrew Cagney <cagney@redhat.com>
8049
8050 Fix PR i18n/1570.
8051 * charset.c (backslashable, backslashed, represented): Remove 'e'
8052 from list of escaped characters, not part of ISO-C.
8053
8054 2004-02-25 J. Brobecker <brobecker@gnat.com>
8055
8056 From Peter Schauer <schauer@pdf.de>:
8057 * tui/tui.c: Move system header includes after local includes.
8058 Fixes a build failure on solaris systems.
8059
8060 2004-02-25 J. Brobecker <brobecker@gnat.com>
8061
8062 * configure.in: Refine the previous change.
8063 * configure: Regenerate.
8064
8065 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8066
8067 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8068 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8069 "amd64-tdep.h" instead of "x86-64-tdep.h".
8070 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8071 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8072 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8073 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8074 and "x86-64-tdep.c".
8075 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8076 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8077 and "x86-64-tdep.c".
8078 * amd64bsd-nat.c: Update copyright year.
8079 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8080 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8081 "x86-64-tdep.h".
8082 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8083 "x86-64-tdep.h".
8084 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8085 "x86-64-tdep.h".
8086 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8087 "x86-64-tdep.h".
8088 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8089 "x86-64-tdep.h".
8090 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8091 "x86-64-tdep.h".
8092 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8093 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8094 * Makefile.in (amd64_linux_tdep_h): Renamed from
8095 x86_64_linux_tdep_h.
8096 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8097 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8098 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8099 (amd64obsd-tdep.o): Update dependencies.
8100 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8101 dependencies.
8102 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8103 dependencies.
8104 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8105 amd64-linux-nat.c amd64-linux-tdep.c.
8106 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8107 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8108 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8109 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8110 amd64-tdep.o and amd64-linux-tdep.o.
8111 (TM_FILE): Set to tm-linux64.h.
8112 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8113 (NAT_FILE): Set to nm-linux64.h.
8114 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8115 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8116 amd64-tdep.o.
8117 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8118 amd64-tdep.o.
8119 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8120 amd64-tdep.o.
8121
8122 2004-02-25 Roland McGrath <roland@redhat.com>
8123
8124 * remote.c (remote_protocol_qPart_auxv): New variable.
8125 (init_all_packet_configs): Initialize it.
8126 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8127 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8128 (show_remote_cmd): Call it.
8129 (_initialize_remote): Initialize commands.
8130 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8131 service TARGET_OBJECT_AUXV requests.
8132
8133 2004-02-25 J. Brobecker <brobecker@gnat.com>
8134
8135 * configure.in: Make sure that the wborder function is available.
8136 Otherwise, search for it in the cur_colr library.
8137 * configure: Regenerate.
8138
8139 2004-02-25 Andrew Cagney <cagney@redhat.com>
8140
8141 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8142
8143 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8144
8145 * config/i386/tm-x86-64linux.h: Tweak comments.
8146
8147 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8148
8149 * MAINTAINERS: Add self to write-after-approval list.
8150
8151 2004-02-25 Andrew Cagney <cagney@redhat.com>
8152
8153 PR cli/1566. Problem found, and fix suggested by David Allan.
8154 * cli/cli-script.c (execute_control_command): Unconditionally
8155 install a cleanup. Default "ret" to "invalid_control". Use
8156 "break" instead of "return" to escape from the switch.
8157
8158 2004-02-24 J. Brobecker <brobecker@gnat.com>
8159
8160 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8161 with the lines macro defined in term.h on AiX.
8162 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8163 a collision with the label_width macro defined in term.h on AiX.
8164
8165 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8166
8167 Committed by Kevin Buettner <kevinb@redhat.com>.
8168
8169 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8170 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8171 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8172 instead of ia64_write_pc().
8173 * ia64-linux-tdep.c (regcache.h): Include.
8174 (ia64_linux_write_pc): New function.
8175
8176 2004-02-23 Roland McGrath <roland@redhat.com>
8177
8178 * auxv.c (info_auxv_command): Fix typos in error messages.
8179
8180 2004-02-23 Mark Kettenis <kettenis@gnu.org>
8181
8182 * x86-64-tdep.h: Tweak comment.
8183 (enum amd64_regnum): New.
8184 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8185 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8186 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8187 (X86_64_XMM1_REGNUM): Removed.
8188 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8189 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8190 prototypes for renamed functions.
8191 * x86-64-tdep.c: Fix typo.
8192 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8193 register numbers.
8194 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8195 Use constants from `enum amd64_regnum' for register numbers.
8196 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8197 (amd64_analyze_prologue, amd64_frame_cache,
8198 amd64_sigtramp_frame_cache): Use constants from `enum
8199 amd64_regnum' for register numbers.
8200 (amd64_supply_fpregset): Adjust for renamed functions.
8201 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8202 `enum amd64_regnum' for register numbers.
8203 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8204 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8205 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8206 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8207 (amd64_linux_fill_gregset): Adjust for renamed macros.
8208 (fetch_core_registers): Adjust for renamed functions.
8209 (amd64_linux_init_abi): Adjust for renamed functions.
8210 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8211 renamed functions.
8212 * amd64-nat.c: Adjust for renamed macros.
8213 * amd64bsd-nat.c (fetch_inferior_registers)
8214 (store_inferior_registers): Use constants from `enum amd64_regnum'
8215 for register numbers. Adjust for renamed variables.
8216 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8217 renamed variables.
8218 (_initialize_amd64fbsd_nat): Use constants from `enum
8219 amd64_regnum' for register numbers.
8220 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
8221 `enum amd64_regnum' for register numbers.
8222 (amd64fbsd_init_abi): Adjust for renamed functions.
8223 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
8224 `enum amd64_regnum' for register numbers.
8225 (amd64nbsd_init_abi): Adjust for renamed functions.
8226 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
8227 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
8228 `enum amd64_regnum' for register numbers.
8229 (amd64obsd_init_abi): Adjust for renamed functions.
8230 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
8231
8232 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8233
8234 * breakpoint.c (print_one_breakpoint): Do not output spaces
8235 after printing <PENDING> for a pending breakpoint.
8236
8237 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8238
8239 * printcmd.c (print_scalar_formatted): Initialize val_long
8240 to remove compiler warning message.
8241
8242 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8243
8244 * defs.h (nquery, yquery): New prototypes.
8245 * breakpoint.c (break_command_1): Use new nquery interface.
8246 * utils.c (defaulted_query, nquery, yquery): New functions.
8247
8248 2004-02-23 Andrew Cagney <cagney@redhat.com>
8249
8250 * hppa-tdep.c (hppa_frame_align): New function.
8251 (hppa32_push_dummy_call): New function.
8252 (hppa64_push_dummy_call): New function.
8253 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8254 disabled.
8255
8256 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8257 FIX_CALL_DUMMY when push_dummy_call is available.
8258 (call_function_by_hand, push_dummy_code): Ditto.
8259
8260 2004-02-22 Andrew Cagney <cagney@redhat.com>
8261
8262 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8263 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8264 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8265 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8266 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8267 call_dummy_location to ON_STACK.
8268
8269 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8270
8271 * x86-64-linux-tdep.c: Tweak comment.
8272 (amd64_linux_supply_gregset): Renamed from
8273 x86_64_linux_supply_gresget.
8274 (amd64_linux_fill_gregset): Renamed from
8275 x86_64_linux_fill_gregset.
8276 (fetch_core_registers): Adjust for renamed functions.
8277 (amd64_core_fns): Renamed from x86_64_core_fns.
8278 (amd64_linux_sigtramp_start): Renamed from
8279 x86_64_linux_sigtramp_start.
8280 (amd64_linux_pc_in_sigtramp): Renamed from
8281 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8282 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8283 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8284 (amd64_linux_sigcontext_addr): Renamed from
8285 x86_64_linux_sigcontext_addr.
8286 (amd64_linux_sc_reg_offset): Renamed from
8287 x86_64_linux_sc_reg_offset.
8288 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8289 Adjust for renamed functions and variables.
8290 (_initialize_amd64_linux_tdep): Renamed from
8291 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8292 variables.
8293 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8294 Adjust for renamed functions.
8295
8296 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8297 from x86_64_linux_gregset64_reg_offset.
8298 (amd64_linux_gregset32_reg_offset): Rename from
8299 x86_64_linux_gregset64_reg_offset.
8300 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8301 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8302 (amd64_linux_dr_set_control): Renamed from
8303 x86_64_linux_dr_set_control. Adjust for renamed functions.
8304 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8305 Adjust for renamed functions.
8306 (amd64_linux_dr_reset_addr): Renamed from
8307 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8308 (amd64_linux_dr_get_status): Renamed from
8309 x86_64_linux_dr_get_status. Adjust for renamed functions.
8310 (_initialize_amd64_linux_nat): Renamed from
8311 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8312 functions.
8313 * config/i386/nm-x86-64linux.h: Update copyright year.
8314 Adjust for renamed functions.
8315
8316 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8317 amd64fbsd_sigtramp_start.
8318 (amd64fbsd_sigtramp_end_addr): Renamed from
8319 amd64fbsd_sigtramp_end.
8320 (amd64fbsd_init_abi): Adjust for renamed variables.
8321 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8322 variables.
8323 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8324 amd64fbsd_sigtramp_start.
8325 (amd64fbsd_sigtramp_end_addr): Renamed from
8326 amd64fbsd_sigtramp_end.
8327
8328 2004-02-22 Andrew Cagney <cagney@redhat.com>
8329
8330 * hppa-tdep.c (hppa32_return_value): New function.
8331 (hppa64_return_value): New function.
8332 (hppa_gdbarch_init): Set return_value; keep disabled.
8333
8334 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
8335 struct-return and inferior function call methods.
8336
8337 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8338 "frame-base.h".
8339 (struct hppa_frame_cache): Define.
8340 (hppa_frame_cache, hppa_frame_this_id): New functions.
8341 (hppa_frame_prev_register): New function.
8342 (hppa_frame_unwind, hppa_frame_base): New variables.
8343 (hppa_frame_unwind_sniffer): New function.
8344 (hppa_frame_base_address, hppa_unwind_pc): New function.
8345 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
8346 sniffer, and frame base sniffer; keep disabled.
8347 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
8348 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
8349
8350 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
8351 to predicates for "seriously old code".
8352
8353 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
8354 runtime if(0).
8355
8356 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
8357 unsigned.
8358 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
8359
8360 * config/pa/tm-hppa.h: Update copyright.
8361 (DEPRECATED_INIT_FRAME_PC): Delete macro.
8362 (deprecated_init_frame_pc_default): Delete declaration.
8363 (hppa_frame_init_saved_regs): Delete declaration.
8364 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8365 * hppa-tdep.c: Include "arch-utils.h".
8366 (hppa_gdbarch_init): Set deprecated init_frame_pc
8367 and deprecated frame_init_saved_regs.
8368 (hppa_frame_init_saved_regs): Make static.
8369
8370 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8371
8372 Remove old 386BSD support.
8373 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
8374 * configure.host: Remove i[34567]86-*-bsd*.
8375 * configure.tgt: Remove i[34567]86-*-bsd*.
8376 * i386b-nat.c: Removed.
8377 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
8378 (i386b-nat.o): Remove dependencies.
8379
8380 * config/i386/i386bsd.mh: Removed.
8381 * config/i386/i386bsd.mt: Removed.
8382 * config/i386/nm-i386bsd.h: Removed.
8383 * config/i386/tm-i386bsd.h: Removed.
8384 * config/i386/xm-i386bsd.h: Removed.
8385
8386 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
8387
8388 * amd64fbsd-tdep.c: Include "solib-svr4.h".
8389 (amd64fbsd_init_abi): Set link map offsets.
8390 * amd64nbsd-tdep.c: Include "slib-svr4.h".
8391 (amd64nbsd_init_abi): Set link map offsets.
8392 * amd64obsd-tdep.c: Include "solib-svr4.h".
8393 (amd64obsd_init_abi): Set link map offsets.
8394 * i386fbsd-tdep.c: Include "solib-svr4.h".
8395 (i386fbsd_init_abi): Set link map offsets.
8396 * i386nbsd-tdep.c: Include "solib-svr4.h".
8397 (i386nbsdelf_init_abi): Set link map offsets.
8398 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
8399 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
8400 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
8401 solib-legacy.o and core-aout.o. Reformat.
8402 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
8403 solib-svr4.o, solib-legacy.o. Reformat.
8404 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
8405 * config/i386/nbsdelf.mh: Reformat.
8406 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
8407 solib-svr4.o, solib-legacy.o and corelow.o.
8408 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
8409 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
8410 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
8411 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8412 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8413 (TM_FILE): Set to tm-fbsd.h.
8414 * config/i386/nbsd.mt (TDEPFILES): Reformat.
8415 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
8416 solib-svr4.o.
8417 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
8418 solib-svr4.o.
8419 (TM_FILE): Set to nm-nbsd.h.
8420 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
8421 Simplify shared library support. Don't include "elf/common.h".
8422 (SVR4_SHARED_LIBS): Don't define.
8423 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
8424 "solib.h".
8425 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
8426 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
8427 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
8428 Don't include "i386/tm-i386.h". Include "solib.h".
8429 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
8430 Don't include "i386/tm-i386.h".
8431 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
8432 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
8433 Include "i386/xm-i386.h".
8434 (HOST_LONG_DOUBLE_FORMAT): Remove.
8435
8436 Fix OpenBSD/i386 sigtramp recognition.
8437 * i386-tdep.h: Update copyright year.
8438 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
8439 (i386bsd_sigtramp_end): New prototypes.
8440 (i386fbsd_sigtramp_start_addr): Renamed from
8441 i386fbsd_sigtramp_start.
8442 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8443 (i386obsd_sigtramp_start_addr): Renamed from
8444 i386obsd_sigtramp_start.
8445 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8446 * i386bsd-tdep.c: Update copyright year.
8447 (i386bsd_pc_in_sigtramp): Make public.
8448 * i386fbsd-nat.c: Update copyright year.
8449 (_initialize_i386fbsd_nat): Adjust for renamed variables.
8450 * i386fbsd-tdep.c: Update copyright year.
8451 (i386fbsd_sigtramp_start_addr): Renamed from
8452 i386fbsd_sigtramp_start.
8453 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8454 (i386fbsdaout_init_abi): Adjust for renamed variables.
8455 * i386obsd-nat.c: Update copyright year.
8456 (_initialize_i386obsd_nat): Adjust for renamed variables.
8457 * i386obsd-tdep.c: Include "target.h".
8458 (i386obsd_page_size): New variable.
8459 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
8460 (i386obsd_sigtramp_end): New functions.
8461 (i386obsd_sigtramp_start_addr): Renamed from
8462 i386obsd_sigtramp_start.
8463 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8464 (i386obsd_init_abi): Adjust for renamed variables. Set
8465 pc_in_sigtramp, sigtramp_start and sigtramp_end.
8466 * Makefile.in (i386obsd-tdep.o): Update dependencies.
8467
8468 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
8469 trampoline change in OpenBSD kernel.
8470
8471 * amd64-nat.c: Update copyright year.
8472 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
8473 architecture from REGCACHE.
8474
8475 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
8476 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
8477
8478 2004-02-21 Mark Kettenis <kettenis@gnu.org>
8479
8480 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
8481 i[34567]86-*-openbsd3.[0-3].
8482 * config/i386/obsdaout.mh: New file.
8483
8484 * config/i386/obsd.mh (MH_FLAGS): Remove.
8485
8486 Fix PR build/1549.
8487 * i386obsd-tdep.c: Update copyright years. Include
8488 "solib-svr4.h".
8489 (i386obsd_init_abi): Don't set regset_from_core_section here.
8490 (i386obsd_aout_init_abi): New function. Set
8491 regset_from_core_section here.
8492 (i386obsd_elf_init_abi): New function.
8493 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
8494 * Makefile.in (i386obsd-tdep.o): Update dependecies.
8495 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8496 (TM_FILE): Set to tm-nbsd.h.
8497
8498 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
8499 solib-sunos.o.
8500
8501 * solib-svr4.h: Update copyright year.
8502 (svr4_ilp32_fetch_link_map_offsets)
8503 (svr4_lp64_fetch_link_map_offsets): New prototype.
8504 * solib-svr4.c: Update copyright year.
8505 (svr4_ilp32_fetch_link_map_offsets)
8506 (svr4_lp64_fetch_link_map_offsets): New function.
8507
8508 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
8509
8510 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
8511 to the partial symbol table.
8512
8513 2004-02-20 J. brobecker <brobecker@gnat.com>
8514
8515 * PROBLEMS: Add description of problem documented under gdb/1560.
8516
8517 2004-02-20 Mark Kettenis <kettenis@gnu.org>
8518
8519 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
8520 comments.
8521 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
8522 functions.
8523 (amd64obsd_init_abi): Reorder initializations. Use
8524 amd64obsd_r_reg_offset to initialize the general-purpose register
8525 set details. Set regset_from_core_section.
8526 (_initialize_amd64obsd_tdep): Rename from
8527 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
8528 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
8529 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
8530
8531 * NEWS (New native configurations): Mention OpenBSD/alpha.
8532 * configure.tgt: Add alpha*-*-openbsd*.
8533 * configure.host: Add alpha*-*-openbsd*.
8534 * alphanbsd-tdep.c: Update copyright year.
8535 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
8536
8537 2004-02-20 Andrew Cagney <cagney@redhat.com>
8538
8539 Fix PR tdep/1372.
8540 * configure.tgt: Delete target "none-*-*".
8541 * configure.host: Delete host "none-*-*".
8542 * config/none/none.mh: Delete file.
8543 * config/none/none.mt: Delete file.
8544 * config/none/xm-none.h: Delete file.
8545 * config/none/tm-none.h: Delete file.
8546 * config/none/nm-none.h: Delete file.
8547
8548 2004-02-19 Fred Fish <fnf@redhat.com>
8549
8550 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
8551 cache->uses_fp prior to setting it.
8552
8553 2004-02-19 Fred Fish <fnf@redhat.com>
8554
8555 Fix for PR breakpoint/1558.
8556 * sh-tdep.c (IS_JSR): New macro.
8557 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
8558
8559 2004-02-19 Jim Blandy <jimb@redhat.com>
8560
8561 * findvar.c (value_from_register): Doc fix.
8562
8563 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
8564
8565 * printcmd.c (print_scalar_formatted): Do not check for sizeof
8566 type being greater than sizeof of host's LONGEST. Always use
8567 unpack_long() unless format 'f' chosen.
8568
8569 2004-02-19 Joel Brobecker <brobecker@gnat.com>
8570
8571 Committed by Elena Zannoni <ezannoni@redhat.com>
8572
8573 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
8574 contains a symbol wich is the best, non-exact match for the given
8575 pc. Update comments.
8576
8577 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
8578
8579 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
8580 macro, which was part of the now removed Mach 3 port.
8581 * utils.c (request_quit): Ditto.
8582
8583 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8584
8585 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
8586 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
8587
8588 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8589
8590 Committed by Mark Kettenis <kettenis@gnu.org>.
8591
8592 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
8593 Define.
8594
8595 2004-02-18 Andrew Cagney <cagney@redhat.com>
8596
8597 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
8598 CONFIG_INSTALL and CONFIG_UNINSTALL.
8599 * configure: Re-generate.
8600 * interps.h (INTERP_TUI): Define.
8601 * Makefile.in: Update dependencies.
8602 (TUI): New macro.
8603 (tui-main.o): Specify dependencies.
8604 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
8605 * tui/tui-main.c: New file.
8606
8607 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8608
8609 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
8610 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
8611 dependencies.
8612 * configure.host: Add x86_64-*-openbsd*.
8613 * configure.tgt: Add x86_64-*-openbsd*.
8614 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
8615
8616 * tui/tui.c: Don't include <malloc.h>.
8617
8618 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
8619 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
8620 amd64nbsd-tdep.c.
8621
8622 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8623 static. Remove extraneous whitespace.
8624 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
8625 static.
8626
8627 2004-02-17 Jim Blandy <jimb@redhat.com>
8628
8629 * findvar.c (value_from_register): Doc fix.
8630
8631 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8632
8633 Committed by Jim Blandy <jimb@redhat.com>.
8634
8635 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
8636 CORE_ADDR as type for selectors. Correct types for GNU run time
8637 message lookup function to use double indirection.
8638 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
8639 * objc-lang.h (lookup_child_selector): Adapt prototype.
8640
8641 * s390-nat.c (SUBOFF): New macro.
8642 (supply_gregset, fill_gregset): Use it to handle debugging
8643 of 32-bit exectuables running under a 64-bit kernel.
8644 * s390-tdep.c: Include "solib-svr4.h".
8645 (s390_svr4_fetch_link_map_offset): New function.
8646 (s390x_svr_fetch_link_map_offset): Likewise.
8647 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
8648 * Makefile.in (s390-tdep.o): Update dependencies.
8649
8650 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
8651 "frame-unwind.h".
8652 (s390_readinstruction): Reformat. Use read_memory_nobpt.
8653 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
8654 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
8655 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
8656 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
8657 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8658 S390_SIGNAL_FRAMESIZE,
8659 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
8660 (struct frame_extra_info): Remove.
8661 (s390_memset_extra_info): Remove.
8662 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
8663 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
8664 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
8665 (is_rse): Renamed to ...
8666 (is_rsy): ... this. Support long displacements.
8667 (is_rxe): Renamed to ...
8668 (is_rxy): ... this. Support long displacements.
8669 (compute_x_addr): Support long displacements.
8670 (struct s390_prologue_data): New data type.
8671 (s390_on_stack): Change API to use struct s390_prologue_data.
8672 (s390_store): Reimplement.
8673 (s390_load): New function.
8674 (s390_get_signal_frame_info): Remove.
8675 (s390_get_frame_info): Remove, replace by ...
8676 (s390_analyze_prolog): ... this new function.
8677 (s390_check_function_end): Remove.
8678 (s390_function_start): Remove.
8679 (s390_frameless_function_invokation): Remove.
8680 (s390_is_sigreturn): Remove.
8681 (s390_init_frame_pc_first): Remove.
8682 (s390_init_frame_extra_info): Remove.
8683 (s390_frame_init_saved_regs): Remove.
8684 (s390_frame_saved_pc_nofix): Remove.
8685 (s390_frame_saved_pc): Remove.
8686 (s390_frame_chain): Remove.
8687 (s390_fp_regnum, s390_read_fp): Remove.
8688 (s390_pop_frame_regular, s390_pop_frame): Remove.
8689 (s390_saved_pc_after_call): Remove.
8690 (s390_skip_prologue): Reimplement.
8691 (s390_in_function_epilogue_p): Support long displacements.
8692 (struct s390_unwind_cache): New data structure.
8693 (s390_frame_unwind_cache): New function.
8694 (s390_prologue_frame_unwind_cache): Likewise.
8695 (s390_backchain_frame_unwind_cache): Likewise.
8696 (s390_frame_this_id, s390_frame_prev_register): Likewise.
8697 (s390_frame_unwind): Define.
8698 (s390_frame_sniffer): New function.
8699 (struct s390_pltstub_unwind_cache): New data structure.
8700 (s390_pltstub_frame_unwind_cache): New function.
8701 (s390_pltstub_frame_this_id): Likewise.
8702 (s390_pltstub_frame_prev_register): Likewise.
8703 (s390_pltstub_frame_unwind): Define.
8704 (s390_pltstub_frame_sniffer): New function.
8705 (struct s390_sigtramp_unwind_cache): New data structure.
8706 (s390_sigtramp_frame_unwind_cache): New function.
8707 (s390_sigtramp_frame_this_id): Likewise.
8708 (s390_sigtramp_frame_prev_register): Likewise.
8709 (s390_sigtramp_frame_unwind): Define.
8710 (s390_sigtramp_frame_sniffer): New function.
8711 (s390_frame_base_address, s390_local_base_address): New functions.
8712 (s390_frame_base): Define.
8713 (s390_unwind_pc, s390_unwind_sp): New function.
8714 (s390_push_dummy_call): Use new frame base location.
8715 (s390_unwind_dummy_id): Likewise.
8716 (s390_gdbarch_init): Remove calls to:
8717 set_gdbarch_frameless_function_invocation,
8718 set_gdbarch_deprecated_init_frame_pc,
8719 set_gdbarch_deprecated_frame_chain,
8720 set_gdbarch_deprecated_frame_init_saved_regs,
8721 set_gdbarch_deprecated_pop_frame,
8722 set_gdbarch_deprecated_init_extra_frame_info,
8723 set_gdbarch_deprecated_init_frame_pc_first,
8724 set_gdbarch_deprecated_target_read_fp,
8725 set_gdbarch_deprecated_frame_saved_pc,
8726 set_gdbarch_deprecated_saved_pc_after_call,
8727 set_gdbarch_deprecated_fp_regnum.
8728 Add calls to:
8729 set_gdbarch_in_solib_call_trampoline,
8730 frame_unwind_append_sniffer,
8731 frame_base_set_default,
8732 set_gdbarch_unwind_pc,
8733 set_gdbarch_unwind_sp.
8734 * Makefile.in (s390-tdep.o): Update dependencies.
8735
8736 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
8737 (S390_STACK_FRAME_OVERHEAD): Remove.
8738 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
8739 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
8740 (s390_promote_integer_argument): Remove.
8741 (s390_cannot_extract_struct_value_address): Remove.
8742 (s390_use_struct_convention, s390_store_struct_return): Remove.
8743 (s390_extract_return_value, s390_store_return_value): Remove.
8744 (s390_return_value_convention, s390_return_value): New functions.
8745 (is_float_singleton): Handle typedefs.
8746 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
8747 Remove, replace by ...
8748 (s390_function_arg_pass_by_reference, s390_function_arg_float,
8749 s390_function_arg_integer): ... these new functions.
8750 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
8751 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
8752 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
8753 Fill in tdep->abi.
8754 Remove calls to:
8755 set_gdbarch_deprecated_store_struct_return,
8756 set_gdbarch_deprecated_extract_return_value,
8757 set_gdbarch_deprecated_store_return_value,
8758 set_gdbarch_use_struct_convention,
8759 set_gdbarch_extract_struct_value_address,
8760 set_gdbarch_deprecated_pc_in_call_dummy,
8761 set_gdbarch_deprecated_push_arguments,
8762 set_gdbarch_deprecated_save_dummy_frame_tos,
8763 set_gdbarch_deprecated_push_return_address,
8764 set_gdbarch_deprecated_sizeof_call_dummy_words,
8765 set_gdbarch_deprecated_call_dummy_words,
8766 set_gdbarch_deprecated_dummy_write_sp.
8767 Add calls to:
8768 set_gdbarch_push_dummy_call,
8769 set_gdbarch_unwind_dummy_id,
8770 set_gdbarch_return_value.
8771
8772 * config/s390/nm-linux.h: Update comments.
8773 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
8774 (STOPPED_BY_WATCHPOINT): Redefine.
8775 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
8776 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
8777 (s390_stopped_by_watchpoint): Likewise.
8778 (watch_area_cnt): Remove.
8779 * s390-nat.c: Update comments.
8780 (watch_area): Remove typedef.
8781 Global replace watch_area by struct watch_area.
8782 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8783 (s390_stopped_by_watchpoint): Remove pid argument,
8784 use s390_inferior_tid. Add short-cut for the no watchpoint case.
8785 (s390_fix_watch_points): Remove pid argument,
8786 use s390_inferior_tid. Recompute area spanned by watchpoints.
8787 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
8788 argument. Reimplement.
8789
8790 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
8791 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
8792 (FETCH_INFERIOR_REGISTERS): Define.
8793 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
8794 core-regset.o.
8795 * config/s390/s390x.mt: Remove.
8796 * config/s390/tm-s390.h: Remove.
8797 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
8798 (TARGET_ELF64): Remove.
8799 (SKIP_TRAMPOLINE_CODE): Do not undefine.
8800 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
8801 s390*-*-* case; always set gdb_target to s390.
8802 * regformats/reg-s390.dat: Remove control registers.
8803 * regformats/reg-s390x.dat: Likewise.
8804 * s390-tdep.h: New file.
8805 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
8806 Include "inferior.h" and "s390-tdep.h".
8807 Remove private definition of offsetof.
8808 (s390_register_u_addr): Remove.
8809 (regmap_gregset, regmap_fpregset): Define.
8810 (supply_gregset, fill_gregset): Reimplement.
8811 (supply_fpregset, fill_fpregset): Likewise.
8812 (s390_inferior_tid): New function.
8813 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
8814 (fetch_inferior_registers, store_inferior_registers): Likewise.
8815 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
8816 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
8817 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
8818 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
8819 (struct gdbarch_tdep): Define.
8820 (struct s390_register_info): Define.
8821 (s390_register_info): New variable.
8822 (s390_register_name): Reimplement.
8823 (s390_register_type): New function.
8824 (s390_register_raw_size, s390x_register_raw_size): Remove.
8825 (s390_cannot_fetch_register): Remove.
8826 (s390_register_byte): Remove.
8827 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
8828 (s390_dwarf_regmap): New variable.
8829 (s390_dwarf_reg_to_regnum): New function.
8830 (s390_stab_reg_to_regnum): Remove.
8831 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
8832 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
8833 (s390_convert_register_p): Likewise.
8834 (s390_register_to_value, s390_value_to_register): Likewise.
8835 (s390_register_reggroup_p): Likewise.
8836 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
8837 s390_gregset, s390x_gregset, s390_fpregset): New variables.
8838 (s390_supply_regset, s390_regset_from_core_section): New functions.
8839 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
8840 (S390_FPR_SIZE): Likewise.
8841 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
8842 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
8843 (S390_NUM_GPRS): Move here from tm-s390.h.
8844 (S390_NUM_FPRS): Likewise.
8845 (s390_in_function_epilogue_p): New function.
8846 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
8847 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
8848 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
8849 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
8850 Replace S390_FP_REGNUM by S390_SP_REGNUM.
8851 Remove calls to:
8852 set_gdbarch_deprecated_max_register_raw_size,
8853 set_gdbarch_deprecated_max_register_virtual_size,
8854 set_gdbarch_deprecated_register_byte,
8855 set_gdbarch_cannot_fetch_register,
8856 set_gdbarch_cannot_store_register,
8857 set_gdbarch_deprecated_register_size,
8858 set_gdbarch_deprecated_register_raw_size,
8859 set_gdbarch_deprecated_register_virtual_size,
8860 set_gdbarch_deprecated_register_virtual_type,
8861 set_gdbarch_deprecated_register_bytes.
8862 Add calls to:
8863 set_gdbarch_num_pseudo_regs,
8864 set_gdbarch_register_type,
8865 set_gdbarch_convert_register_p,
8866 set_gdbarch_register_to_value,
8867 set_gdbarch_value_to_register,
8868 set_gdbarch_register_reggroup_p,
8869 set_gdbarch_regset_from_core_section,
8870 set_gdbarch_pseudo_register_read,
8871 set_gdbarch_pseudo_register_write,
8872 set_gdbarch_in_function_epilogue_p.
8873 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
8874 (s390_tdep_h): New variable.
8875
8876 2004-02-17 Jim Blandy <jimb@redhat.com>
8877
8878 * findvar.c (value_from_register): If the type has no length, just
8879 return an acceptable value --- don't report an internal error.
8880
8881 * stabsread.c (read_type): If we find any type numbers that are
8882 forward references, complain if the references aren't resolved by
8883 the time we're finished reading.
8884 (cleanup_undefined_types): Make error message more appropriate for
8885 a complaint.
8886
8887 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
8888
8889 * Makefile.in (defs_h): Remove dependency on progress_h.
8890 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
8891 progress.h.
8892 * main.c (captured_main): Delete use of START_PROGRESS and
8893 END_PROGRESS.
8894
8895 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
8896
8897 * objfiles.c (terminate_minimal_symbol_table): Add back
8898 initialization of MSYMBOL_TYPE.
8899
8900 2004-02-17 David Mosberger <davidm@hpl.hp.com>
8901
8902 Committed by Andrew Cagney.
8903 * Makefile.in (ia64_tdep_h): New macro.
8904 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
8905 (ia64-tdep.o): Likewise.
8906 * ia64-tdep.h: New file.
8907 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
8908 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
8909 (ia64_aix_sigcontext_register_address): Likewise.
8910 (ia64_linux_getunwind_table): Delete declaration.
8911 * ia64-linux-tdep.c: Likewise.
8912
8913 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
8914
8915 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
8916 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
8917 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
8918
8919 2004-02-17 Andrew Cagney <cagney@redhat.com>
8920
8921 * symtab.c (skip_prologue_using_sal): New function.
8922 * symtab.h (skip_prologue_using_sal): Declare.
8923 * frv-tdep.c: Include "symtab.h".
8924 (skip_prologue_using_sal): Delete function.
8925 * mips-tdep.c (skip_prologue_using_sal): Delete function.
8926 * rs6000-tdep.c (refine_prologue_limit): Mention
8927 skip_prologue_using_sal.
8928 * ia64-tdep.c (refine_prologue_limit): Ditto.
8929 * Makefile.in: Update dependencies.
8930
8931 2004-02-16 Andrew Cagney <cagney@redhat.com>
8932
8933 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
8934 START_INFERIOR_TRAPS_EXPECTED.
8935 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
8936 START_INFERIOR_TRAPS_EXPECTED.
8937 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
8938 Delete macro.
8939 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
8940 macro, moved to "nm-osf.h". Update copyright.
8941 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
8942 update copyright.
8943
8944 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
8945 and function replacing FRAMELESS_FUNCTION_INVOCATION.
8946 * blockframe.c (legacy_frameless_look_for_prologue): Rename
8947 frameless_look_for_prologue.
8948 * frame.h (legacy_frameless_look_for_prologue): Rename
8949 frameless_look_for_prologue.
8950 * gdbarch.h, gdbarch.c: Re-generate.
8951 * sh64-tdep.c (sh64_gdbarch_init): Update.
8952 * sh-tdep.c (sh_gdbarch_init): Update.
8953 * s390-tdep.c (s390_gdbarch_init): Update.
8954 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8955 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
8956 * m68k-tdep.c (m68k_gdbarch_init): Update.
8957 (delta68_frame_args_address): Update.
8958 * m32r-tdep.c (m32r_gdbarch_init): Update.
8959 * hppa-tdep.c (hppa_gdbarch_init): Update.
8960 * h8300-tdep.c (h8300_gdbarch_init): Update.
8961 * frv-tdep.c (frv_gdbarch_init): Update.
8962 (frv_frameless_function_invocation): Update.
8963 * cris-tdep.c (cris_gdbarch_init): Update.
8964 (cris_frameless_function_invocation): Update.
8965 * avr-tdep.c (avr_gdbarch_init): Update.
8966 * arm-tdep.c (arm_gdbarch_init): Update.
8967 * stack.c (frame_info): Update, call predicate.
8968 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
8969 * frame.c (legacy_get_prev_frame): Update, call predicate..
8970 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
8971 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
8972 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
8973 invocation.
8974 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8975 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8976 * vax-tdep.c (vax_gdbarch_init): Ditto.
8977
8978 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
8979 function.
8980
8981 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
8982
8983 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
8984 initializations.
8985
8986 2004-02-16 Andrew Cagney <cagney@redhat.com>
8987
8988 * tui/tui-windata.c: Include "gdb_string.h".
8989 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
8990 * tui/tui-layout.c, tui/tui-command.c: Ditto.
8991 * Makefile.in: Update dependencies.
8992
8993 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
8994
8995 * Makefile.in (infrun.o): Add $(gdb_assert_h).
8996 * infrun.c: Include "gdb_assert.h".
8997 (singlestep_ptid, saved_singlestep_ptid)
8998 (stepping_past_singlestep_breakpoint): New variables.
8999 (resume): Set singlestep_ptid. Check for singlestep thread
9000 hop.
9001 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9002 (handle_inferior_event): Handle singlestep thread hop.
9003
9004 2004-02-16 Andrew Cagney <cagney@redhat.com>
9005
9006 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9007 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9008 (dwarf2_frame_init_reg): Ditto.
9009
9010 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9011 suggested by Joshua Neuheisel
9012
9013 * configure.in: Always check for curses, including pdcurses.
9014 Warn, instead of error, when no curses are found. Enable TUI when
9015 curses is available.
9016 * configure: Re-generate.
9017
9018 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9019
9020 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9021 sh_sh4_register_convert_to_virtual.
9022 (sh_register_convert_to_raw): Rename from
9023 sh_sh4_register_convert_to_raw.
9024 (sh_pseudo_register_read): Accomodate above name change.
9025 (sh_pseudo_register_write): Ditto.
9026
9027 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9028
9029 * sh-tdep.c (sh_generic_register_name): Remove.
9030 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9031
9032 2004-02-15 Andrew Cagney <cagney@redhat.com>
9033
9034 * configure.in (build_warnings): Add -Wunused-function.
9035 * configure: Re-generate.
9036
9037 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9038 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9039
9040 * procfs.c (procfs_init_inferior): Assume that
9041 START_INFERIOR_TRAPS_EXPECTED is defined.
9042 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9043 * config/ns32k/tm-nbsd.h: Delete file,
9044 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9045
9046 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9047 * config/vax/tm-vax.h: Delete file.
9048
9049 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9050 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9051 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9052 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9053 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9054 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9055 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9056
9057 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9058
9059 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9060 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9061 (struct dwarf2_frame_ops): New.
9062 (dwarf2_frame_default_init_reg): New function, based on
9063 dwarf2_frame_init_reg.
9064 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9065 (dwarf2_frame_init_reg): Call architecture-specific function.
9066 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9067 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9068 instead of dwarf2_frame_data.
9069 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9070 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9071
9072 2004-02-15 Andrew Cagney <cagney@redhat.com>
9073
9074 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9075 register_gdbarch_swap.
9076 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9077 * f-lang.c (_initialize_f_language): Update, use
9078 DEPRECATED_REGISTER_GDBARCH_SWAP.
9079 * remote.c (_initialize_remote): Ditto.
9080 * regcache.c (_initialize_regcache): Ditto.
9081 * parse.c (_initialize_parse): Ditto.
9082 * infrun.c (_initialize_infrun): Ditto.
9083 * mi/mi-main.c (_initialize_mi_main): Ditto.
9084 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9085
9086 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9087 poking .cacheable directly.
9088 * symfile.c (symfile_bfd_open): Ditto.
9089
9090 * Makefile.in: Update all dependencies.
9091
9092 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9093 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9094 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9095 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9096 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9097
9098 2004-02-14 Andrew Cagney <cagney@redhat.com>
9099
9100 * arch-utils.c (legacy_convert_register_p): Check
9101 DEPRECATED_REGISTER_CONVERTIBLE_P.
9102 * findvar.c (value_of_register): Ditto.
9103
9104 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9105 * gdbarch.h, gdbarch.c: Re-generate.
9106 * arch-utils.c (deprecated_register_convertible_not): Delete.
9107 * arch-utils.h (deprecated_register_convertible_not): Delete.
9108 * mi/mi-main.c (get_register): Update. Update copyright.
9109 * infcmd.c (default_print_registers_info): Update.
9110
9111 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9112 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9113 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9114 * gdbarch.h, gdbarch.c: Re-generate.
9115 * frame.c (deprecated_get_next_frame_hack): Delete function.
9116 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9117 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9118 Update.
9119 * infcall.c (call_function_by_hand): Update.
9120
9121 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9122
9123 * symfile.c (init_entry_point_info, entry_point_address): Move
9124 from here...
9125 * objfiles.c (init_entry_point_info, entry_point_address):..to
9126 here.
9127 * symfile.h (init_entry_point_info, entry_point_address): Remove
9128 prototypes.
9129 * objfiles.h (init_entry_point_info, entry_point_address):Add
9130 prototypes.
9131 * cris-tdep.c: Remove include of symfile.h. Add include of
9132 objfiles.h.
9133 * infcall.c: Ditto.
9134 * mcore-tdep.c: Ditto.
9135 * mn10300-tdep.c: Ditto.
9136 * sh64-tdep.c: Ditto.
9137 * v850-tdep.c: Ditto.
9138 * arm-tdep.c: Remove include of symfile.h.
9139 * blockframe.c: Ditto.
9140 * coffread.c: Ditto.
9141 * dbxread.c: Ditto.
9142 * dwarf2read.c: Ditto.
9143 * dwarfread.c: Ditto.
9144 * frv-tdep.c: Ditto.
9145 * ia64-tdep.c: Ditto.
9146 * mdebugread.c: Ditto.
9147 * mipsread.c: Ditto.
9148 * rs6000-tdep.c: Ditto.
9149 * s390-tdep.c: Ditto.
9150 * sh-tdep.c: Ditto.
9151 * xstormy16-tdep.c: Ditto.
9152 * gdbarch.sh: Remove include of symfile.h.
9153 * gdbarch.c: Regenerate.
9154 * solib-irix.c (enable_break): Use entry_point_address().
9155 Add comment about include file.
9156 * xcoffread.c: Add comment about include file.
9157 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9158 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9159 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9160 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9161 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9162
9163 2004-02-13 Andrew Cagney <cagney@redhat.com>
9164
9165 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9166 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9167 copyright.
9168 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9169
9170 2004-02-12 Fred Fish <fnf@redhat.com>
9171
9172 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9173 set_gdbarch_store_return_value.
9174
9175 2004-02-12 Andrew Cagney <cagney@redhat.com>
9176
9177 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9178 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9179 (interrupt_query): Ditto.
9180 (ofunc): Delete unused variable.
9181 * cris-tdep.c (cris_abi): Delete unused function.
9182 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9183 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9184 (cris_get_asr_quick_shift_steps): Ditto.
9185 (cris_skip_prologue_frameless_p): Ditto.
9186 * arm-tdep.c (arm_push_return_address): Delete unused function.
9187 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9188 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9189 * s390-tdep.c (s390_function_start): Delete unused function.
9190
9191 2004-02-12 Andrew Cagney <cagney@redhat.com>
9192
9193 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9194 gdbarch.h, gdbarch.c: Re-generate.
9195 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9196 to generic_prologue_frameless_p.
9197 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9198 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9199
9200 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
9201
9202 * mips-linux-tdep.c: Include "frame.h".
9203 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9204 (mips_linux_skip_resolver): New functions.
9205 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9206 and set_gdbarch_in_solib_call_trampoline.
9207 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9208 to after set_gdbarch_in_solib_return_trampoline. Only set the
9209 solib hooks to mips16 functions if the OS ABI is unknown.
9210 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9211 including "config/tm-linux.h".
9212 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9213 * Makefile.in (mips-linux-tdep.o): Update.
9214
9215 2004-02-11 David Carlton <carlton@kealia.com>
9216
9217 * linespec.c (decode_compound): Only look for a class symbol when
9218 considering all but the rightmost component.
9219
9220 2004-02-11 Andrew Cagney <cagney@redhat.com>
9221
9222 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
9223 abi code are are separatly grouped.
9224
9225 2004-02-11 Andrew Cagney <cagney@redhat.com>
9226
9227 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
9228 * gdbarch.h, gdbarch.c: Re-generate.
9229 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9230 * v850-tdep.c (v850_gdbarch_init): Update.
9231 * sh64-tdep.c (sh64_gdbarch_init): Update.
9232 * sh-tdep.c (sh_gdbarch_init): Update.
9233 * s390-tdep.c (s390_gdbarch_init): Update.
9234 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9235 * mips-tdep.c (mips_gdbarch_init): Update.
9236 * mcore-tdep.c (mcore_gdbarch_init): Update.
9237 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9238 * m32r-tdep.c (m32r_gdbarch_init): Update.
9239 * ia64-tdep.c (ia64_gdbarch_init): Update.
9240 * hppa-tdep.c (hppa_gdbarch_init): Update.
9241 * h8300-tdep.c (h8300_gdbarch_init): Update.
9242 * frv-tdep.c (frv_gdbarch_init): Update.
9243 * d10v-tdep.c (d10v_gdbarch_init): Update.
9244 * cris-tdep.c (cris_gdbarch_init): Update.
9245 * avr-tdep.c (avr_gdbarch_init): Update.
9246 * arm-tdep.c (arm_gdbarch_init): Update.
9247 * alpha-tdep.c (alpha_gdbarch_init): Update.
9248
9249 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
9250
9251 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
9252 comma.
9253 (sh_sh4al_dsp_register_name): Ditto.
9254
9255 2004-02-10 Andrew Cagney <cagney@redhat.com>
9256
9257 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9258 (mips_init_frame_pc_first): Delete function.
9259 (mips_frame_saved_pc): Delete function.
9260 (mips_frame_chain): Delete function.
9261 (mips_init_extra_frame_info): Delete function.
9262 (mips_xfer_register): Delete unused variable "reg".
9263 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9264 (mips_n32n64_return_value): Delete unused variable "reg".
9265 (mips_n32n64_return_value): Delete unused variable "pos".
9266 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9267 (mips_o32_return_value): Delete unused variable "pos".
9268 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9269 (mips_print_fp_register): Delete unused variable "namelen"
9270 (mips_print_fp_register): Delete unused variable "flt2"
9271 (get_frame_pointer): Delete function.
9272 (cached_proc_desc): Delete static variable.
9273 (mips_pop_frame): Delete function.
9274 (mips_find_saved_regs): Delete function.
9275 (mips_get_saved_register): Delete function.
9276 (mips_saved_pc_after_call): Delete function.
9277 (SIGFRAME_BASE): Delete macro.
9278 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9279 (SIGFRAME_PC_OFF): Delete macro.
9280 (SIGFRAME_REGSAVE_OFF): Delete macro.
9281 (mips_dump_tdep): Do not print deleted macro definitions.
9282
9283 2004-02-10 Andrew Cagney <cagney@redhat.com>
9284
9285 * Makefile.in (SFILES): Remove explictly listed tui files.
9286 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9287
9288 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
9289
9290 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9291 to use paddr functions to format ia64 addresses and long values.
9292 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9293 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9294 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9295 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9296 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9297
9298 2004-02-10 Andrew Cagney <cagney@redhat.com>
9299
9300 * defs.h: Do not include "tui.h".
9301 * gdb_curses.h: New file.
9302 * tui/tui-hooks.h: New file.
9303 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9304 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9305 (tui_initialize_io): Delete declaration.
9306 (tui_initialize_readline: Delete redundant declaration.
9307 (struct tui_point): Delete definition.
9308 * tui/tui-data.h (struct tui_point): Define.
9309 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9310 * utils.c: Include "tui/tui.h".
9311 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9312 * printcmd.c [TUI]: Include "tui/tui.h".
9313 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9314 * tui/tui-command.c: Include "gdb_curses.h".
9315 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9316 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9317 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9318 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9319 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9320 * Makefile.in: Update all dependencies.
9321 (tui_hooks_h, gdb_curses_h): Define.
9322 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9323
9324 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
9325
9326 * objfiles.h (struct objfile): Remove unused fields auxf1 and
9327 auxf2. Add comments about some other rarely used fields.
9328
9329 2004-02-10 Andrew Cagney <cagney@redhat.com>
9330
9331 * Makefile.in (init.c): Fix script removing duplicates. Problem
9332 reported by Peter Schauer.
9333
9334 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9335
9336 * bcache.c (bcache_xmalloc): Use obstack_init instead of
9337 obstack_specify_allocation.
9338 * objfiles.c (allocate_objfile): Ditto.
9339 * solib-sunos.c (solib_add_common_symbols)
9340 (allocate_rt_common_objfile): Ditto.
9341 * symfile.c (reread_symbols): Ditto.
9342 * gdb_obstack.h: Add comment.
9343
9344 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9345
9346 * linespec.c (decode_line_1, locate_first_half)
9347 (decode_compound, lookup_prefix_sym): Update comments. Delete old
9348 commented out code.
9349
9350 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
9351
9352 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
9353 obstack_free.
9354
9355 2004-02-09 Andrew Cagney <cagney@redhat.com>
9356
9357 * blockframe.c (find_pc_partial_function): If find_pc_overlay
9358 fails, try find_pc_section. Fix PR c++/1267.
9359 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
9360 instead of find_pc_mapped_section.
9361 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
9362 not default to the section containing PC. Fix PR symtab/1519.
9363
9364 2004-02-09 Andrew Cagney <cagney@redhat.com>
9365
9366 * Makefile.in (mips-tdep.o): Update dependencies.
9367 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
9368 "trad-frame.h".
9369 (mips_unwind_pc): Return the pseudo PC register.
9370 (mips_unwind_dummy_id): New function.
9371 (mips16_fetch_instruction): New function.
9372 (mips32_fetch_instruction): New function.
9373 (struct mips_frame_cache): Define.
9374 (mips_mdebug_frame_cache): New function.
9375 (mips_mdebug_frame_this_id): New function.
9376 (mips_mdebug_frame_prev_register): New function.
9377 (mips_mdebug_frame_unwind): Define.
9378 (mips_mdebug_frame_sniffer): New function.
9379 (mips_mdebug_frame_base_address): New function.
9380 (mips_mdebug_frame_base): Define.
9381 (mips_mdebug_frame_base_sniffer): New function.
9382 (mips_gdbarch_init): Append unwind and base sniffers. Set
9383 unwind_dummy_id.
9384
9385 2004-02-08 Andrew Cagney <cagney@redhat.com>
9386
9387 * frame.c: Print both the register number and name.
9388
9389 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
9390 and a sed into a single sed. Make .c and .o patterns more robust.
9391 (OBS): Delete.
9392 (INIT_FILES): Replace OBS with COMMON_OBS.
9393 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
9394
9395 2004-02-08 Mark Kettenis <kettenis@gnu.org>
9396
9397 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
9398 the PT_WCOOKIE request.
9399
9400 2004-02-08 Andrew Cagney <cagney@redhat.com>
9401
9402 * mips-tdep.c (mips_unwind_pc): New function.
9403 (mips_gdbarch_init): Set mips_unwind_pc.
9404
9405 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
9406 (get_frame_id): Allow the UNKNOWN_FRAME.
9407 (frame_register_unwind, get_frame_type): Ditto.
9408
9409 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
9410 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
9411 unwind_dummy_id indicates a legacy frame.
9412
9413 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
9414 * configure: Re-generate.
9415
9416 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
9417 methods.
9418
9419 2004-02-08 Andrew Cagney <cagney@redhat.com>
9420
9421 * configure.in (CONFIG_ALL): Set to Makefile target, and not
9422 makefile macro.
9423 * configure: Re-generate.
9424 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
9425 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
9426 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
9427 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
9428 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
9429 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
9430 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
9431 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
9432 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
9433 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
9434
9435 2004-02-07 Andrew Cagney <cagney@redhat.com>
9436
9437 * Makefile.in: Update all dependencies.
9438
9439 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
9440 * configure: Re-generate.
9441 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
9442 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
9443 (COMMON_OBS): Add "main.o" and "annotate.o".
9444 (ANNOTATE_OBS): Delete.
9445 (OBS): Remove ANNOTATE_OBS.
9446 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
9447 CONFIG_INITS.
9448 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
9449 against CONFIG_OBS and "main.o".
9450 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
9451 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
9452
9453 * tui/tui-command.c: Include "gdb_string.h", delete register
9454 attribute, use ISO-C function signatures.
9455 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
9456 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9457 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
9458 * tui/tui.c: Ditto.
9459
9460 * tui/tui-command.c: Change variable and function names to lower
9461 case.
9462 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
9463 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
9464 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9465 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9466 * tui/tui-winsource.c, tui/tui.c: Ditto.
9467
9468 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9469
9470 * buildsym.c (free_pending_blocks, finish_block)
9471 (record_pending_block, make_blockvector, end_symtab): Replace
9472 symbol_obstack with objfile_obstack.
9473 * coffread.c (process_coff_symbol, coff_read_struct_type)
9474 (coff_read_enum_type): Ditto.
9475 * cp-namespace.c (initialize_namespace_symtab)
9476 (check_one_possible_namespace_symbol): Ditto.
9477 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
9478 (dwarf2_symbol_mark_computed): Ditto.
9479 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
9480 * elfread.c (elf_symtab_read): Ditto.
9481 * hpread.c (hpread_symfile_init, hpread_symfile_init)
9482 (hpread_read_enum_type, hpread_read_function_type)
9483 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
9484 Ditto.
9485 * jv-lang.c (get_java_class_symtab, add_class_symbol)
9486 (java_link_class_type): Ditto.
9487 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
9488 (new_symbol): Ditto.
9489 * minsyms.c (install_minimal_symbols): Ditto.
9490 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
9491 (terminate_minimal_symbol_table): Replace symbol_obstack with
9492 objfile_obstack.
9493 (free_objfile): Remove freeing of symbol_obstack.
9494 * objfiles.h: Remove symbol_obstack field.
9495 * pa64solib.c (add_to_solist): Replace symbol_obstack with
9496 objfile_obstack.
9497 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9498 symbol_obstack.
9499 (solib_add_common_symbols): Replace symbol_obstack with
9500 objfile_obstack.
9501 * somsolib.c (som_solib_add): Ditto.
9502 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9503 (common_block_start, common_block_end): Ditto.
9504 * symfile.c (reread_symbols): Remove freeing and init of
9505 symbol_obstack.
9506 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
9507 * symfile.h: Update comment.
9508 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
9509 stats printing.
9510 * symtab.c (symbol_set_names): Replace symbol_obstack with
9511 objfile_obstack.
9512 * symtab.h (struct general_symbol_info, struct minimal_symbol):
9513 Update comments.
9514 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
9515 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
9516 objfile_obstack.
9517
9518 2004-02-07 Andrew Cagney <cagney@redhat.com>
9519
9520 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
9521 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
9522 fields and variables.
9523 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
9524 (m_beInvisible): Delete macro.
9525 * tui/tui-data.h: Fix case case fields and variables.
9526 (m_genWinPtrIsNull): Delete macro.
9527 (tui_win_list): Rename winList.
9528 (TUI_SRC_WIN): Rename srcWin.
9529 (TUI_DISASM_WIN): Rename disassemWin.
9530 (TUI_DATA_WIN): Rename dataWin.
9531 (TUI_CMD_WIN): Rename cmdWin.
9532 (m_genWinPtrNotNull): Delete macro.
9533 (m_winPtrIsNull): Delete macro.
9534 (m_winPtrNotNull): Delete macro.
9535 (tui_win_is_source_type): Replace m_winIsSourceType
9536 (tui_win_is_auxillary): Replace m_winIsAuzillary.
9537 (tui_win_has_locator): Replace m_hasLocator.
9538 (tui_set_win_highlight): Replace m_setWinHighlightOn and
9539 m_setWinHighlightOff.
9540 * tui/tui-data.c: Update references.
9541 (tui_win_is_source_type, tui_set_win_highlight): New functions.
9542 (tui_win_has_locator, tui_win_is_auxillary): New functions.
9543 * tui/tui-command.c, tui/tui-disasm.c: Update references.
9544 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
9545 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
9546 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9547 * tui/tui-winsource.c, tui/tui.c: Ditto.
9548
9549 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9550
9551 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
9552 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
9553 StackGhost.
9554
9555 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
9556 variable `i6' to `i7'.
9557 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9558
9559 2004-02-07 Andrew Cagney <cagney@redhat.com>
9560
9561 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
9562 (TuiPoint, TuiPointPtr): Ditto.
9563 (TuiStatus, TuiStatusPtr): Ditto.
9564 (TuiWinType, TuiWinTypePtr): Ditto.
9565 (struct tui_point): Rename _TuiPoint.
9566 (tui_get_low_disassembly_address): Rename
9567 tuiGetLowDisassemblyAddress.
9568 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
9569 (tuiFree): Delete declaration.
9570 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
9571 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
9572 * tui/tui.c (tuiFree): Delete function.
9573 * cli/cli-cmds.c (disassemble_command): Update references.
9574 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
9575 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9576 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
9577 * tui/tui-winsource.c: Ditto.
9578
9579 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9580
9581 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
9582 coffstab_build_psymtabs, elfstab_build_psymtabs)
9583 (stabsect_build_psymtabs): Replace psymbol_obstack with
9584 objfile_obstack.
9585 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
9586 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
9587 Ditto.
9588 * dwarfread.c (scan_compilation_units): Ditto.
9589 * elfread.c (elfstab_offset_sections): Ditto.
9590 * hppa-tdep.c (read_unwind_info): Ditto.
9591 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
9592 (hpread_end_psymtab): Ditto.
9593 * mdebugread.c (mdebug_build_psymtabs, add_pending)
9594 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
9595 Ditto.
9596 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
9597 * objfiles.c (add_to_objfile_sections)
9598 (build_objfile_section_table): Ditto.
9599 (allocate_objfile): Remove init of psymbol_obstack.
9600 (free_objfile): Remove freeing of psymbol_obstack.
9601 * objfiles.h (struct objfile): Remove field
9602 psymbol_obstack. Update comments.
9603 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
9604 psymbol_obstack with objfile_obstack.
9605 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9606 psymbol_obstack.
9607 * somread.c (som_symfile_offsets, init_import_symbols)
9608 (init_export_symbols): Replace psymbol_obstack with
9609 objfile_obstack.
9610 * somsolib.c (som_solib_add_solib_objfile): Ditto.
9611 * symfile.c (default_symfile_offsets, syms_from_objfile)
9612 (reread_symbols): Remove freeing and init of psymbol_obstack.
9613 (cashier_psymtab): Update comment.
9614 * symmisc.c (print_objfile_statistics): Don't report stats for
9615 psymbol obstack.
9616 * symtab.h (struct general_symbol_info, struct partial_symtab):
9617 Update comments.
9618 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
9619 (xcoff_symfile_offsets): Replace psymbol_obstack with
9620 objfile_obstack.
9621
9622 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9623
9624 * objfiles.h (struct objfile): Add objfile_obstack field.
9625 Remove type_obstack field.
9626
9627 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
9628 read_structure_scope read_enumeration, new_symbol): Replace
9629 type_obstack with objfile_obstack.
9630 * dwarfread.c (struct_type, enum_type): Ditto.
9631 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
9632 (lookup_fundamental_type): Ditto.
9633 * gdbtypes.h (TYPE_ALLOC): Ditto.
9634 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
9635 (hpread_read_doc_function_type, hpread_read_struct_type)
9636 (fix_static_member_physnames, hpread_read_array_type)
9637 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
9638 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
9639 (java_link_class_type): Ditto.
9640 * mdebugread.c (parse_type): Ditto.
9641 * objfiles.c (allocate_objfile, free_objfile): Ditto.
9642 * solib-sunos.c (solib_add_common_symbols): Ditto.
9643 * stabsread.c (define_symbol, read_type, read_member_functions,
9644 read_cpp_abbrev, read_one_struct_field): Ditto.
9645 * symfile.c (reread_symbols): Ditto.
9646 * symmisc.c (print_objfile_statistics): Ditto.
9647
9648 2004-02-07 Andrew Cagney <cagney@redhat.com>
9649
9650 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
9651 (tui_exec_info_content): Rename TuiExecInfoContent.
9652 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
9653 (TuiWinInfo, TuiWinInfoPtr): Ditto.
9654 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
9655 (TuiList, TuiListPtr): Ditto.
9656 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
9657 (TuiDataType, TuiDataTypePtr): Ditto.
9658 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
9659 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
9660 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
9661 (TuiSourceElement, TuiSourceElementPtr): Ditto.
9662 (TuiDataElement, TuiDataElementPtr): Ditto.
9663 (TuiWinElement, TuiWinElementPtr): Ditto.
9664 (TuiDataInfo, TuiDataInfoPtr): Ditto.
9665 (TuiCommandElement, TuiCommandElementPtr): Ditto.
9666 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
9667 (TuiWhichElement, TuiWhichElementPtr): Ditto.
9668 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
9669 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
9670 * tui/tui-command.c, tui/tui-data.c: Update references.
9671 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
9672 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9673 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9674 * tui/tui-winsource.c, tui/tui.c: Ditto.
9675
9676 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9677
9678 * dwarf2-frame.h: Update copyright.
9679 (enum dwarf2_frame_reg_rule): New.
9680 (struct dwarf2_frame_state_reg): New.
9681 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
9682 * dwarf2-frame.c: Update copyright.
9683 (enum dwarf2_reg_rule): Remove.
9684 (struct dwarf2_frame_state): Remove defenition of `struct
9685 dwarf2_frame_state_reg'.
9686 (read_reg): Call get_frame_arch to get the architecture instead of
9687 using CURRENT_GDBARCH.
9688 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
9689 DWARF2_FRAME_.
9690 (dwarf2_frame_init_reg): New function.
9691 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
9692 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
9693 initialize the register state. Prefix old `enum dwarf2_reg_rule'
9694 tags with DWARF2_FRAME_.
9695 (dwarf2_frame_prev_register): Call get_frame_arch to get the
9696 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
9697 dwarf2_reg_rule' tags with DWARF2_FRAME_.
9698
9699 2004-02-06 Andrew Cagney <cagney@redhat.com>
9700
9701 * tui/tui-data.h (struct tui_list): Rename _TuiList.
9702 (enum tui_data_type): Rename _TuiDataType.
9703 (struct tui_layout_def): Rename _TuiLayoutDef.
9704 (struct tui_source_element): Rename _TuiSourceElement.
9705 (struct tui_data_element): Rename _TuiDataElement.
9706 (struct tui_command_element): Rename _TuiCommandElement.
9707 (struct tui_locator_element): Rename _TuiLocatorElement.
9708 (union tui_which_element): Define.
9709 (struct tui_win_element): Rename _TuiWinElement.
9710 (struct tui_data_info): Rename _TuiDataInfo.
9711 (struct tui_source_info): Rename _TuiSourceInfo.
9712 (struct tui_command_info): Rename _TuiCommandInfo.
9713 (tui_initialize_static_data): Rename initializeStaticData.
9714 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
9715 (tui_alloc_win_info): Rename allocWinInfo.
9716 (tui_init_generic_part): Rename initGenericPart.
9717 (tui_init_win_info): Rename initWinInfo.
9718 (tui_alloc_content): Rename allocContent.
9719 (tui_add_content_elements): Rename addContentElements.
9720 (tui_init_content_element): Rename initContentElement.
9721 (tui_free_window): Rename freeWindow.
9722 (tui_free_win_content): Rename freeWinContent.
9723 (tui_free_data_content): Rename freeDataContent.
9724 (tui_free_all_source_wins_content): Rename
9725 freeAllSourceWinsContent.
9726 (tui_del_window): Rename tuiDelWindow.
9727 (tui_del_data_windows): Rename tuiDelDataWindows.
9728 (tui_partial_win_by_name): Rename partialWinByName.
9729 (tui_win_name): Rename winName.
9730 (tui_current_layout): Rename currentLayout.
9731 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
9732 (tui_term_height): Rename termHeight.
9733 (tui_set_term_height_to): Rename setTermHeightTo.
9734 (tui_term_width): Rename termWidth.
9735 (tui_set_term_width_to): Rename setTermWidthTo.
9736 (tui_set_gen_win_origin): Rename setGenWinOrigin.
9737 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
9738 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
9739 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
9740 (tui_source_windows): Rename sourceWindows.
9741 (tui_clear_source_windows): Rename clearSourceWindows.
9742 (tui_clear_source_windows_detail): Rename
9743 clearSourceWindowsDetail.
9744 (tui_clear_win_detail): Rename clearWinDetail.
9745 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
9746 (tui_default_tab_len): Rename tuiDefaultTabLen.
9747 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
9748 (tui_win_with_focus): Rename tuiWinWithFocus.
9749 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
9750 (tui_layout_def): Rename tuiLayoutDef.
9751 (tui_win_resized): Rename tuiWinResized.
9752 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
9753 (tui_next_win): Rename tuiNextWin.
9754 (tui_prev_win): Rename tuiPrevWin.
9755 (tui_add_to_source_windows): Rename addToSourceWindows.
9756 * tui/tui-winsource.c, tui/tui-win.c: Update references.
9757 * tui/tui-layout.c, tui/tui-source.c: Ditto.
9758 * tui/tui-stack.c, tui/tui-io.c: Ditto.
9759 * tui/tui.c, tui/tui-data.c: Ditto.
9760 * tui/tui-interp.c, tui/tui-data.c: Ditto.
9761 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
9762
9763 * tui/tui-source.h: Update copyright. Include "tui-data.h".
9764 (struct symtab): Declare.
9765 (tui_set_source_content): Rename tuiSetSourceContent.
9766 (tui_show_symtab_source): Rename tuiShowSource.
9767 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
9768 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
9769 * tui/tui-source.c: Update copyright. Update references.
9770 * tui/tui-win.c, tui/tui-winsource.c: Update references.
9771 * tui/tui-stack.c: Update references.
9772
9773 * tui/tui-win.h: Update copyright. Include "tui-data.h".
9774 (struct tui_win_info): Declare.
9775 (tui_scroll_forward): Rename tuiScrollForward.
9776 (tui_scroll_backward): Rename tuiScrollBackward.
9777 (tui_scroll_left): Rename tuiScrollLeft.
9778 (tui_scroll_right): Rename tuiScrollRight.
9779 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
9780 (tui_resize_all): Rename tuiResizeAll.
9781 (tui_refresh_all_win): Rename tuiRefreshAll.
9782 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
9783 * tui/tui-layout.c, * tui/tui-io.c: Update references.
9784 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
9785 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
9786
9787 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
9788 (tui_erase_data_content): Rename tuiEraseDataContent.
9789 (tui_display_all_data): Rename tuiDisplayAllData.
9790 (tui_check_data_values): Rename tuiCheckDataValues.
9791 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
9792 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
9793 (tui_first_data_element_no_in_line): Rename
9794 tuiFirstDataElementNoInLine.
9795 (tui_delete_data_content_windows): Rename
9796 tuiDeleteDataContentWindows.
9797 (tui_refresh_data_win): Rename tuiRefreshDataWin.
9798 (tui_display_data_from): Rename tuiDisplayDataFrom.
9799 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
9800 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
9801 * tui/tui-win.c, tui/tui-regs.c: Update references.
9802 * tui/tui-layout.c, tui/tui.c: Update references.
9803
9804 * tui/tui-wingeneral.h: Update copyright.
9805 (m_allBeVisible): Delete macro.
9806 (m_allBeInvisible): Delete macro.
9807 (struct tui_gen_win_info): Declare.
9808 (struct tui_win_info): Declare.
9809 (tui_unhighlight_win): Rename unhighlightWin.
9810 (tui_make_visible, tui_make_invisible): Replace makeVisible.
9811 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
9812 (tui_make_window): Rename makeWindow.
9813 (tui_copy_win): Rename copyWin.
9814 (tui_box_win): Rename boxWin.
9815 (tui_highlight_win): Rename highlightWin.
9816 (tui_check_and_display_highlight_if_needed): Rename
9817 checkAndDisplayHighlightIfNeeded.
9818 (tui_refresh_all): Rename refreshAll.
9819 (tui_delete_win): Rename tuiDelwin.
9820 (tui_refresh_win): Rename tuiRefreshWin.
9821 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
9822 (tui_make_visible, tui_make_invisible): New functions.
9823 (tui_make_all_visible, tui_make_all_invisible): New functions.
9824 (make_all_visible): Rename makeAllVisible.
9825 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
9826 * tui/tui-data.c, tui/tui-winsource.c: Update references.
9827 * tui/tui-windata.c, tui/tui-win.c: Update references.
9828 * tui/tui-regs.c, tui/tui-layout.c: Update references.
9829 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
9830
9831 2004-02-06 Mark Kettenis <kettenis@gnu.org>
9832
9833 * proc-api.c (write_with_trace): Initialize local variable to
9834 silence compiler warning.
9835
9836 2004-02-06 Andrew Cagney <cagney@redhat.com>
9837
9838 * tui/tui-source.h: Do not include "defs.h".
9839 (struct tui_win_info): Declare.
9840 (tui_set_source_content_nil): Declare.
9841 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
9842 (union tui_line_or_address): Rename _TuiLineOrAddress.
9843 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
9844 (tui_update_source_window): Rename tuiUpdateSourceWindow.
9845 (tui_update_source_window_as_is): Rename
9846 tuiUpdateSourceWindowAsIs.
9847 (tui_update_source_windows_with_addr): Rename
9848 tuiUpdateSourceWindowsWithAddr.
9849 (tui_update_source_windows_with_line): Rename
9850 tuiUpdateSourceWindowsWithLine.
9851 (tui_clear_source_content): Rename tuiClearSourceContent.
9852 (tui_erase_source_content): Rename tuiEraseSourceContent.
9853 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
9854 (tui_show_source_content): Rename tuiShowSourceContent.
9855 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
9856 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
9857 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
9858 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
9859 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
9860 (tui_update_exec_info): Rename tuiUpdateExecInfo.
9861 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
9862 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
9863 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
9864 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
9865 (struct tui_win_info): Declare.
9866 * tui/tui-stack.c: Update references.
9867 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
9868 * tui/tui-win.c, tui/tui-source.c: Ditto.
9869 * tui/tui.c, tui/tui-disasm.c: Ditto.
9870
9871 2004-02-06 Mark Kettenis <kettenis@gnu.org>
9872
9873 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
9874 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
9875
9876 2004-02-05 Mark Kettenis <kettenis@gnu.org>
9877
9878 * infrun.c (handle_inferior_event): Allow for breakpoint
9879 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
9880 and SIGEMT. Update comments.
9881 * NEWS (Revised SPARC target): Mention support for non-executable
9882 stack.
9883
9884 2004-02-04 Mark Kettenis <kettenis@gnu.org>
9885
9886 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
9887 * inftarg.c: Update copyright year.
9888 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
9889 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
9890 (sparc_xfer_wcookie): New function.
9891 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9892 * Makefile.in (sparc-nat.o): Update dependencies.
9893 * config/sparc/nm-nbsd.h: Include "target.h".
9894 (NATIVE_XFER_WCOOKIE): New define.
9895 (sparc_xfer_wcookie): New prototype.
9896
9897 2004-02-04 Andrew Cagney <cagney@redhat.com>
9898
9899 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
9900 SYSCALL_TRAP function.
9901 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
9902
9903 2004-02-04 Andrew Cagney <cagney@redhat.com>
9904 Daniel Jacobowitz <drow@mvista.com>
9905
9906 * objfiles.h: Delete comments refering to inside_entry_func and
9907 DEPRECATED_FRAME_CHAIN_VALID.
9908 * defs.h (inside_entry_func): Update prototype..
9909 * blockframe.c (inside_entry_func): Rename to
9910 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
9911 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
9912
9913 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
9914
9915 * breakpoint.c (struct captured_parse_breakpoint_args): Move
9916 outside of #ifdef SOLIB_ADD region.
9917 (do_restore_lang_radix_cleanup): Ditto.
9918 (resolve_pending_breakpoint): Ditto.
9919
9920 2004-02-03 Andrew Cagney <cagney@redhat.com>
9921
9922 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
9923 (process_note_abi_tag_sections): Delete unused function.
9924 (ia64_read_fp): Delete unused function.
9925 (gdbarch_extract_struct_value_address): Delete declaration.
9926
9927 2004-02-02 Andrew Cagney <cagney@redhat.com>
9928
9929 * vax-tdep.c (vax_frame_chain): Delete call to
9930 deprecated_inside_entry_file.
9931 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
9932
9933 2004-02-02 Mark Kettenis <kettenis@gnu.org>
9934
9935 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
9936 column that's "empty" or "same value" when eliminating REG_RA
9937 rules.
9938
9939 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9940
9941 * NEWS: Add information about new pending breakpoint support.
9942
9943 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9944
9945 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
9946 and pending fields for pending breakpoint support.
9947 * breakpoint.c (breakpoint_enabled): Add check for not pending.
9948 (condition_command): Only parse condition if not a pending
9949 breakpoint.
9950 (print_one_breakpoint): Add support for pending breakpoints.
9951 (describe_other_breakpoints): Add checks to verify we are not
9952 dealing with pending breakpoints.
9953 (check_duplicates): Don't check pending breakpoints.
9954 (set_raw_breakpoint): Initialize pending flag.
9955 (do_restore_lang_radix_cleanup): New cleanup routine.
9956 (resolve_pending_breakpoint): New function.
9957 (re_enable_breakpoints_in_shlibs): Try and resolve any
9958 pending breakpoints via resolve_pending_breakpoint.
9959 (mention): Add pending breakpoint support.
9960 (parse_breakpoint_sals): Add new parameter to pass to
9961 decode_line_1 to indicate silent errors when files or functions
9962 are not found. Change all callers.
9963 (do_captured_parse_breakpoint): New function.
9964 (break_command_1): Change prototype to return an rc value and to
9965 take an optional pending breakpoint pointer. Support creating
9966 a pending breakpoint if a "not found" form of error occurs when
9967 parsing the breakpoint. Also support resolving an existing pending
9968 breakpoint and be silent if the resolution fails.
9969 (create_breakpoints): Change prototype to take pending breakpoint
9970 pointer. When resolving a pending breakpoint, use the new pointer
9971 to provide a conditional or commands added by the end-user.
9972 (delete_breakpoint): Add appropriate check for pending.
9973 (breakpoint_re_set_one): Ditto.
9974 (do_enable_breakpoint): Ditto.
9975
9976 2004-02-02 David Carlton <carlton@kealia.com>
9977
9978 * valops.c (enum oload_classification): New.
9979 (find_overload_match): Break implementation into separate
9980 functions; delete #if 0'd code; look for symbols within
9981 namespaces.
9982 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
9983 (find_oload_champ,oload_method_static,classify_oload_match): New.
9984 * cp-support.h: Add declaration for cp_func_name; update
9985 declaration for make_symbol_overload_list.
9986 * cp-support.c (cp_func_name): New.
9987 (overload_list_add_symbol): Fix comment, use
9988 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
9989 (make_symbol_overload_list): Take a function name and a namespace
9990 instead of a symbol; change implementation.
9991 (make_symbol_overload_list_using): New.
9992 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
9993
9994 2004-02-02 Fred Fish <fnf@redhat.com>
9995
9996 * main.c (gdb_stdtarg): Move definition to group with other
9997 gdb_stdtarg definitions and update copyright years.
9998 * remote-sim.c (gdb_os_write_stderr): Write output to
9999 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10000 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10001 gdb_stderr stream and update copyright years.
10002
10003 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10004
10005 * Makefile.in (mips-linux-nat.o): Update dependencies.
10006 * mips-linux-nat.c: Include mips-tdep.h.
10007
10008 2004-02-01 Roland McGrath <roland@redhat.com>
10009
10010 * sol-thread.c (sol_thread_xfer_partial): New function.
10011 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10012 (init_sol_core_ops): Likewise.
10013
10014 * procfs.c (procfs_xfer_partial): New function.
10015 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10016 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10017
10018 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10019 procfs_xfer_auxv function.
10020
10021 * procfs.c (procfs_make_note_section): If we can read
10022 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10023 * linux-proc.c (linux_make_note_section): Likewise.
10024
10025 * auxv.h: New file.
10026 * auxv.c: New file.
10027 * Makefile.in (auxv_h): New variable.
10028 (COMMON_OBS): Add auxv.o here.
10029 (auxv.o): New target.
10030
10031 * corelow.c (core_xfer_partial): New function.
10032 (init_core_ops): Use it for core_ops.to_xfer_partial.
10033
10034 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10035 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10036 macro if that is defined.
10037
10038 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10039
10040 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10041 and check the specified thread for each breakpoint.
10042 * breakpoint.h (bpstat_stop_status): Update prototype.
10043 * infrun.c (handle_inferior_event): Update calls to
10044 bpstat_stop_status.
10045
10046 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10047
10048 * Makefile.in (cli-cmds.o): Add $(readline_h).
10049
10050 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10051
10052 * cli/cli-cmds.c: Include readline.h.
10053 (complete_command): Pass the start of the last word to
10054 complete_line.
10055
10056 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10057
10058 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10059 argument, and change first argument to a CORE_ADDR.
10060 * breakpoint.h (bpstat_stop_status): Update prototype.
10061 * infrun.c (adjust_pc_after_break): Add a new comment.
10062 (handle_inferior_event): Update calls to bpstat_stop_status.
10063
10064 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10065
10066 * breakpoint.h: Update copyright years.
10067
10068 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10069
10070 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10071 (bpstat_stop_status): Don't decrement PC.
10072 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10073 prototype.
10074 * infrun.c (adjust_pc_after_break): New function.
10075 (handle_inferior_event): Call it, early. Remove later references
10076 to DECR_PC_AFTER_BREAK.
10077 (normal_stop): Add commentary.
10078
10079 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10080
10081 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10082 2004-01-27 double-free fix.
10083
10084 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10085
10086 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10087 (sparc32_frame_prev_register): Handle StackGhost.
10088 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10089
10090 2004-01-29 Roland McGrath <roland@redhat.com>
10091
10092 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10093 * configure: Regenerated.
10094
10095 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10096 * Makefile.in (procfs.o): Add dep.
10097
10098 2004-01-28 Andrew Cagney <cagney@redhat.com>
10099
10100 * tui/tui-stack.h: Update copyright.
10101 (struct frame_info): Add opaque declaration.
10102 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10103 (tui_show_locator_content): Rename tuiShowLocatorContent.
10104 (tui_show_frame_info): Rename tuiShowFrameInfo.
10105 * tui/tui-stack.c: Update copyright. Update references.
10106 * tui/tui-winsource.c: Update references.
10107 * tui/tui-win.c: Update references.
10108 * tui/tui-layout.c: Update references.
10109 * tui/tui-hooks.c: Update copyright, update references.
10110 * tui/tui.c: Update copyright, update references.
10111 * tui/tui-disasm.c: Update references.
10112
10113 2004-01-28 David Carlton <carlton@kealia.com>
10114
10115 * dwarf2read.c (add_partial_structure): Use demangled name if
10116 namespace equals "".
10117
10118 2004-01-27 Jim Blandy <jimb@redhat.com>
10119
10120 Clean up misapplied patch:
10121 * dwarf2read.c (determine_prefix): Change one of the two forward
10122 declarations for 'determine_prefix_aux' to a declaration for this.
10123 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10124 argument to 'die_specification'.
10125
10126 * dwarf2read.c (read_func_scope): Re-indent comment.
10127
10128 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10129
10130 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10131 b->exp to NULL after freeing so that error during re-parsing or
10132 evaluation of expressions associated with breakpoint don't
10133 eventually lead to re-freeing of storage.
10134 Committed by Andrew Cagney.
10135
10136 2004-01-27 Andrew Cagney <cagney@redhat.com>
10137
10138 * source.c (ambiguous_line_spec): Delete undefined declaration.
10139 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10140 (m32r_set_server_address, m32r_set_download_path): Ditto.
10141 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10142
10143 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10144
10145 * dwarf2read.c: Update calls to changed and renamed functions, and
10146 references to moved variables.
10147
10148 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10149 language, language_defn, list_in_scope, and ftypes members.
10150 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10151 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10152 (baseaddr): Remove globals.
10153
10154 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10155 (set_cu_language, die_is_declaration, die_specification)
10156 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10157 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10158 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10159 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10160
10161 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10162 cu.list_in_scope. Don't initialize cu_header_offset.
10163 (add_partial_symbol): Add local baseaddr.
10164 (psymtab_to_symtab_1): Add local baseaddr. Use
10165 objfile->section_offsets for consistency. Don't initialize
10166 cu_header_offset; do initialize cu.header.offset and
10167 cu.list_in_scope.
10168 (read_file_scope, read_func_scope, read_lexical_block_scope)
10169 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10170
10171 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10172
10173 * PROBLEMS: Add gdb/1516.
10174
10175 2003-12-29 Robert Millan <robertmh@gnu.org>
10176
10177 Patch committed by Andrw Cagney.
10178 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10179 * configure.tgt: Match knetbsd*-gnu.
10180
10181 2004-01-26 Andrew Cagney <cagney@redhat.com>
10182
10183 * breakpoint.c (catch_command_1): Delete #ifdef code.
10184 (catch_fork_command_1): Delete #ifdef wrapper.
10185 (catch_exec_command_1): Ditto.
10186 (catch_load_command_1): Ditto.
10187 (catch_unload_command_1): Ditto.
10188
10189 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10190 (catch_breakpoint): Delete #if0ed function.
10191 (disable_catch_breakpoint): Ditto.
10192 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10193 (disable_catch, enable_catch, delete_catch): Ditto.
10194
10195 2004-01-26 Andrew Cagney <cagney@redhat.com>
10196
10197 * remote.c (echo_check, quit_flag): Delete variables.
10198 (cisco_kernel_mode): Delete variable.
10199 (minitelnet_return, tty_input, escape_count): Delete variables.
10200 (remote_cisco_mode): Delete variable.
10201 (remote_cisco_open, remote_cisco_close): Delete function.
10202 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10203 (init_remote_cisco_ops): Delete function.
10204 (_initialize_remote): Do not install "remote cisco" code.
10205 (read_frame): Delete cisco specific code.
10206 (remote_info_process): Delete function.
10207 (remote_wait): Delete cisco specific code.
10208 (remote_cisco_section_offsets): Delete function.
10209 (remote_cisco_objfile_relocate): Delete function.
10210 (remote_async_wait): Delete cisco specific code.
10211 (minitelnet, readtty, readsocket): Delete function.
10212
10213 2004-01-26 Andrew Cagney <cagney@redhat.com>
10214
10215 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10216 comments mentioning extract_returned_value_address.
10217 * infcmd.c (print_return_value): Update. Add comments on
10218 extract_returned_value_address.
10219 * stack.c (return_command): Add comments on
10220 extract_returned_value_address.
10221 * values.c: Update comment.
10222 * m32r-tdep.c: Update comment.
10223 * sparc-tdep.c: Update comment.
10224 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
10225 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10226 * sh64-tdep.c (sh64_gdbarch_init): Update.
10227 * sh-tdep.c (sh_gdbarch_init): Update.
10228 * s390-tdep.c (s390_gdbarch_init): Update.
10229 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10230 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10231 * m68k-tdep.c (m68k_gdbarch_init): Update.
10232 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10233 * m32r-tdep.c (m32r_gdbarch_init): Update.
10234 * ia64-tdep.c (ia64_gdbarch_init): Update.
10235 * h8300-tdep.c (h8300_gdbarch_init): Update.
10236 * frv-tdep.c (frv_gdbarch_init): Update.
10237 * arm-tdep.c (arm_gdbarch_init): Update.
10238 * alpha-tdep.c (alpha_gdbarch_init): Update.
10239
10240 2004-01-26 Andrew Cagney <cagney@redhat.com>
10241
10242 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
10243 SYMBOL_LOCATION_FUNCS
10244 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
10245 "struct symbol_ops".
10246 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
10247 type to "struct symbol_ops".
10248 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
10249 (struct symbol): Replace ".aux_value.loc.funcs" and
10250 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
10251 (SYMBOL_OBJFILE): Delete macro.
10252 (SYMBOL_LOCATION_FUNCS): Delete macro.
10253 (SYMBOL_LOCATION_BATON): Update.
10254 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10255 intead of SYMBOL_LOCATION_FUNCS.
10256 * ax-gdb.c (gen_var_ref): Ditto.
10257 * printcmd.c (address_info): Ditto.
10258 * findvar.c (read_var_value): Ditto.
10259 (symbol_read_needs_frame): Ditto.
10260
10261 2004-01-26 Andrew Cagney <cagney@redhat.com>
10262
10263 * dwarf2read.c (read_func_scope): Document frame-base hack.
10264
10265 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10266
10267 * infcmd.c (print_return_value): Plug memory leak; delete
10268 ui_stream object. Rename argument `structure_return' to
10269 `struct_return'.
10270
10271 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10272
10273 * infcmd.c (print_return_value): Wrap long lines.
10274 (finish_command_continuation, finish_command): Remove unused
10275 variable `funcaddr'. Fix some coding-standards problems.
10276
10277 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
10278 SECT_SIZE is large enough, not whether it's exactly the right size.
10279 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10280 TDEP->fpregset to zero.
10281
10282 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
10283 floating-point registers for traditional NetBSD core files.
10284 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10285 TDEP->sizeof_fpregset here.
10286
10287 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10288
10289 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10290 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10291 function with code split out from
10292 sparc32nbsd_sigcontext_frame_cache.
10293 (sparc32nbsd_sigcontext_frame_cache): Use
10294 sparc32nbsd_sigcontext_saved_regs.
10295 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10296 OpenBSD.
10297 * sparcobsd-tdep.c: New file.
10298 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10299 (sparcobsd-tdep.o): New dependency.
10300 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10301 * config/sparc/obsd.mt: New file.
10302
10303 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10304 TDEP->fpregset to be initialized to enable core file register
10305 sets.
10306
10307 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10308
10309 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
10310 Add opaque declarations.
10311 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10312 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10313 function with code split out from
10314 sparc64nbsd_sigcontext_frame_cache.
10315 (sparc64nbsd_sigcontext_frame_cache): Use
10316 sparc64nbsd_sigcontext_saved_regs.
10317 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10318 OpenBSD.
10319 * sparc64obsd-tdep.c: New file.
10320 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10321 (sparc64obsd-tdep.o): New dependency.
10322 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10323 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10324 * config/sparc/obsd64.mt: New file.
10325
10326 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
10327 read the instruction at PC.
10328
10329 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
10330 value of GDB_OSABI_DEFAULT.
10331 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
10332 instead of GDB_OSABI_NETBSD_AOUT.
10333
10334 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
10335
10336 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
10337 copyright.
10338
10339 2004-01-23 Andrew Cagney <cagney@redhat.com>
10340
10341 * printcmd.c (display_command): Replace tui_set_display call with
10342 tui_set_layout_for_display_command.
10343 * tui/tui.h (enum tui_win_type): Define.
10344 (tui_set_layout): Delete declaration.
10345 (tui_set_layout_for_display_command): Rename set_tui_layout.
10346 * tui/tui-data.h (enum tui_layout_type): Define.
10347 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10348 "tui.h".
10349 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
10350 (tui_default_win_height): Rename tuiDefaultWinHeight.
10351 (tui_default_win_viewport_height): Rename
10352 tuiDefaultWinViewportHeight.
10353 (tui_set_layout): RenametuiSetLayout.
10354 * tui/tui-layout.c: Update references.
10355 * tui/tui.c: Update references.
10356 * tui/tui-disasm.c: Update references.
10357
10358 2004-01-23 David Carlton <carlton@kealia.com>
10359
10360 Partial workaround for PR c++/1511:
10361 * cp-namespace.c: Include frame.h.
10362 (cp_lookup_transparent_type): New
10363 (cp_lookup_transparent_type_loop): New.
10364 * cp-support.h: Declare cp_lookup_transparent_type.
10365 * symtab.c (basic_lookup_transparent_type): Renamed from
10366 lookup_transparent_type.
10367 (lookup_transparent_type): Replace old body by a call to
10368 current_language->la_lookup_transparent_type.
10369 * symtab.h: Update copyright. Declare
10370 basic_lookup_transparent_type.
10371 * language.h: Update copyright.
10372 (struct language_defn): Add la_lookup_transparent_type.
10373 * language.c: Update copyright.
10374 (unknown_language_defn): Add basic_lookup_transparent_type.
10375 (auto_language_defn): Add basic_lookup_transparent_type.
10376 (local_language_defn): Add basic_lookup_transparent_type.
10377 * ada-lang.c: Update copyright.
10378 (ada_language_defn): Add basic_lookup_transparent_type.
10379 * c-lang.c: Update copyright.
10380 (c_language_defn): Add basic_lookup_transparent_type.
10381 (cplus_language_defn): Add basic_lookup_transparent_type.
10382 (asm_language_defn): Add basic_lookup_transparent_type.
10383 (minimal_language_defn): Add basic_lookup_transparent_type.
10384 * f-lang.c: Update copyright.
10385 (f_language_defn): Add basic_lookup_transparent_type.
10386 * jv-lang.c: Update copyright.
10387 (java_language_defn): Add basic_lookup_transparent_type.
10388 * m2-lang.c: Update copyright.
10389 (m2_language_defn): Add basic_lookup_transparent_type.
10390 * objc-lang.c: Update copyright.
10391 (objc_language_defn): Add basic_lookup_transparent_type.
10392 * p-lang.c: Update copyright.
10393 (p_language_defn): Add basic_lookup_transparent_type.
10394 * scm-lang.c: Update copyright.
10395 (scm_language_defn): Add basic_lookup_transparent_type.
10396 * Makefile.in (cp-namespace.o): Depend on frame.h.
10397
10398 2004-01-23 David Carlton <carlton@kealia.com>
10399
10400 Patch for PR c++/1520:
10401 * dwarf2read.c (read_func_scope): Set processing_current_prefix
10402 properly if we have a specification die.
10403 (determine_prefix_aux): Rename from determine_prefix.
10404 (determine_prefix): Like the old determine_prefix, but never
10405 returns NULL.
10406
10407 2004-01-23 Theodore A. Roth <troth@openavr.org>
10408
10409 * avr-tdep.c: Update copyright.
10410 (avr_iaddr_p): Delete unused function.
10411 (avr_saddr_p): Delete unused function.
10412
10413 2004-01-23 David Carlton <carlton@kealia.com>
10414
10415 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
10416 Fix for PR symtab/1534.
10417
10418 2004-01-23 Mark Kettenis <kettenis@gnu.org>
10419
10420 * NEWS (New native configurations): Mention OpenBSD/sparc and
10421 OpenBSD/sparc64.
10422 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
10423 * configure.host: Likewise.
10424 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
10425 handler for OpenBSD.
10426 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
10427
10428 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10429
10430 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
10431 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
10432
10433 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
10434 * cli/cli-cmds.c (shell_escape): Likewise.
10435
10436 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
10437 OpenBSD .note.openbsd.ident sections.
10438
10439 2004-01-22 David Carlton <carlton@kealia.com>
10440
10441 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
10442 get_scope_pc_bounds.
10443 (read_file_scope): Ditto.
10444 (get_scope_pc_bounds): New function, produced by extracting code
10445 from the above two functions, consolidating it, and adding support
10446 for DW_TAG_namespace.
10447
10448 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10449
10450 * osabi.c (MAX_NOTESZ): New define.
10451 (check_note): New function.
10452 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
10453 check_note.
10454
10455 2004-01-21 Roland McGrath <roland@redhat.com>
10456
10457 * MAINTAINERS (write after approval): Add myself.
10458
10459 2004-01-21 Eli Zaretskii <eliz@gnu.org>
10460
10461 * utils.c (init_page_info): Move declarations of `rows' and
10462 `cols' before the __GO32__-specific code. Move the closing brace
10463 outside the #ifdef __GO32__..#endif block.
10464 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
10465
10466 2004-01-21 Paul Brook <paul@codesourcery.com>
10467
10468 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
10469 BPSTAT_WHAT_CHECK_SHLIBS.
10470
10471 2004-01-21 Paul Brook <paul@codesourcery.com>
10472
10473 * MAINTAINERS: Add myself to write-after-approval.
10474
10475 2004-01-20 Andrew Cagney <cagney@redhat.com>
10476
10477 * ax-gdb.c (print_axs_value): Delete unused function.
10478 * jv-lang.c (java_lookup_type): Delete unused function.
10479 * cli/cli-dump.c (dump_filetype): Delete unused function.
10480 * remote-mips.c (remote_mips_insert_hw_breakpoint)
10481 (remote_mips_remove_hw_breakpoint): Delete unused functions.
10482 (mips_getstring): Delete unused function.
10483 (pmon_insert_breakpoint): Delete #if0ed function.
10484 (PMON_MAX_BP): Delete #if0ed MACRO.
10485 (mips_pmon_bp_info): Delete #if0ed variable.
10486 (pmon_remove_breakpoint): Delete #if0ed function.
10487 * monitor.c (monitor_write_even_block): Delete unused function.
10488 (monitor_write_memory_block): Delete #if0ed code.
10489 * dink32-rom.c (dink32_load): Delete unused function.
10490 (_initialize_dink32_rom): Delete #if0ed code.
10491 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
10492
10493 * tui/tui-command.c: Update references.
10494 * tui/tui-io.c: Update references.
10495 * tui/tui-command.h: Update copyright.
10496 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
10497
10498 * source.c (ambiguous_line_spec): Delete never-defined function.
10499 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
10500 * gdbtypes.c (add_name, add_mangled_type): Ditto.
10501 * cli/cli-cmds.c (validate_comname): Ditto.
10502
10503 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
10504 "tui-data.h".
10505 (tui_set_disassem_content): Rename tuiSetDisassemContent.
10506 (tui_show_disassem): Rename tuiShowDisassem.
10507 (tui_show_disassem_and_update_source): Rename
10508 tuiVerticalDisassemScroll.
10509 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
10510 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
10511 * tui/tui.h: Update copyright.
10512 (enum tui_status): Define.
10513 * tui/tui-data.h (enum tui_scroll_direction): Define.
10514 * tui/tui-disasm.c: Update copyright. Update references.
10515 * tui/tui-winsource.c: Update copyright. Update references.
10516 * tui/tui-win.c: Update references.
10517 * tui/tui-layout.c: Update references.
10518
10519 2004-01-20 Andrew Cagney <cagney@redhat.com>
10520
10521 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
10522 sym2 to start of block.
10523
10524 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10525
10526 * MAINTAINERS: Delete mmalloc.
10527 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
10528 * NEWS: Mention removal of --with-malloc.
10529 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
10530 * config.in: Regenerate.
10531 * configure: Regenerate.
10532 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
10533 USE_MMALLOC, MMCHECK_FORCE.
10534 * gdbinit.in: Remove mmalloc.
10535 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
10536 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
10537 * config/i386/go32.mh: Likewise.
10538 * config/i386/interix.mh: Likewise.
10539 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10540
10541 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
10542
10543 * linespec.c (decode_variable, symtab_from_filename): Call
10544 error_silent with error message instead of throwing an exception
10545 directly.
10546 * defs.h (error_silent, error_output_message): Add prototypes.
10547 (catch_exceptions_with_msg): Ditto.
10548 * utils.c (error_silent, error_output_message): New functions.
10549 * top.c (catch_exceptions_with_msg): New function.
10550
10551 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
10552
10553 * mi/mi-cmds.h (enum print_values): Add definition.
10554
10555 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
10556 type and value for simple data types and just the name and type
10557 for complex ones, if required.
10558
10559 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
10560 children, if required.
10561
10562 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10563
10564 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
10565 unused declarations.
10566
10567 2004-01-19 Andrew Cagney <cagney@redhat.com>
10568
10569 * top.h (mapped_symbol_files): Delete declaration.
10570 * main.c (captured_main): Delete option "m" and "mapped".
10571 * objfiles.c (mapped_symbol_files): Delete variable.
10572 * symfile.c (symbol_file_command): Delete mmap code.
10573 (symbol_file_add_with_addrs_or_offsets): Ditto.
10574 (add_symbol_file_command, reread_separate_symbols): Ditto.
10575 * objfiles.h (OBJF_MAPPED): Delete.
10576 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
10577 (free_objfile) [USE_MMALLOC]: Ditto.
10578 (open_existing_mapped_file): Delete function.
10579 (open_mapped_file): Delete function.
10580 (map_to_file): Delete function.
10581
10582 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10583
10584 * infrun.c (step_into_function): Account for possible breakpoint
10585 adjustment when computing ``stop_func_start''.
10586
10587 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10588
10589 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
10590 the region size against the size of a pointer, not the size of
10591 a register as given by DEPRECATED_REGISTER_SIZE.
10592
10593 2004-01-19 Andrew Cagney <cagney@redhat.com>
10594
10595 * tui/tui-regs.h: Include "tui-data.h".
10596 (tuiFirstRegElementNoInLine): Delete declaration.
10597 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
10598 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
10599 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
10600 (tui_calculate_regs_column_count): Rename
10601 tuiCalculateRegsColumnCount.
10602 (tui_check_register_values): Rename tuiCheckRegisterValues.
10603 (tui_show_registers): Rename tuiShowRegisters.
10604 (tui_display_registers_from_line): Rename
10605 tuiDisplayRegistersFromLine.
10606 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
10607 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
10608 (tui_first_reg_element_no_inline): Rename
10609 tuiFirstRegElementNoInLine.
10610 * tui/tui-data.h: Update copyright.
10611 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
10612 * tui/tui-windata.c: Update copyright, update references.
10613 * tui/tui-regs.c: Update copyright, update references.
10614 * tui/tui-win.c: Update copyright, update references.
10615 * tui/tui-layout.c: Update copyright, update references.
10616
10617 2004-01-18 Andrew Cagney <cagney@redhat.com>
10618
10619 * tui/tui-io.c: Update copyright.
10620 (key_is_end_sequence, key_is_backspace): New functions.
10621 (key_is_command_char, key_is_start_sequence): New function.
10622 (tui_getc): Update references.
10623 * tui/tui-io.h: Update copyright.
10624 (m_tuiStartNewLine): Delete macro.
10625 (m_isBackspace, m_isDeleteChar): Delete macros.
10626 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
10627 (m_isNextPage, m_isPrevPage): Delete macros.
10628 (m_isLeftArrow, m_isRightArrow): Delete macros.
10629 (m_isXdbStyleCommandChar): Delete macro.
10630 (key_is_start_sequence): Declare, replace m_isStartSequence.
10631 (key_is_end_sequence): Declare, replace m_isEndSequence.
10632 (key_is_backspace): Declare ,replace m_isBackspace.
10633 (key_is_command_char): Declare, replace m_isCommandChar.
10634 * tui/tui-command.c: Update copyright.
10635 (tuiDispatchCtrlChar): Update references.
10636
10637 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
10638 tuiSourceWin.h.
10639
10640 * tui/tui-command.c: Rename tui/tuiCommand.c.
10641 * tui/tui-command.h: Rename tui/tuiCommand.h.
10642 * tui/tui-data.c: Rename tui/tuiData.c.
10643 * tui/tui-data.h: Rename tui/tuiData.h.
10644 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
10645 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
10646 * tui/tui-io.c: Rename tui/tuiIO.c.
10647 * tui/tui-io.h: Rename tui/tuiIO.h.
10648 * tui/tui-layout.c: Rename tui/tuiLayout.c.
10649 * tui/tui-layout.h: Rename tui/tuiLayout.h.
10650 * tui/tui-regs.c: Rename tui/tuiRegs.c.
10651 * tui/tui-regs.h: Rename tui/tuiRegs.h.
10652 * tui/tui-source.c: Rename tui/tuiSource.c.
10653 * tui/tui-source.h: Rename tui/tuiSource.h.
10654 * tui/tui-stack.c: Rename tui/tuiStack.c.
10655 * tui/tui-stack.h: Rename tui/tuiStack.h.
10656 * tui/tui-win.c: Rename tui/tuiWin.c.
10657 * tui/tui-win.h: Rename tui/tuiWin.h.
10658 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
10659 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
10660 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
10661 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
10662 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
10663 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
10664 * tui/tui-file.c: Update includes.
10665 * tui/tui-hooks.c: Update includes.
10666 * tui/tui-interp.c: Update includes.
10667 * tui/tui.c: Update includes.
10668 * Makefile.in: Update all tui/ dependencies.
10669 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
10670
10671 * Makefile.in: Update copyright. Update dependencies.
10672
10673 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
10674 problem.
10675
10676 2004-01-18 Andrew Cagney <cagney@redhat.com>
10677
10678 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
10679 instead of register_gdbarch_init.
10680
10681 * remote-sds.c (tohex): Delete unused function. Update copyright.
10682 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
10683 * v850-tdep.c (v850_register_virtual_size): Ditto.
10684 * target.c (normal_target_post_startup_inferior): Ditto.
10685 * source.c (ambiguous_line_spec): Ditto.
10686 * remote.c (adapt_remote_get_threadinfo): Ditto.
10687 * mi/mi-out.c (out_field_fmt): Ditto.
10688 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
10689 (output_control_change_notification): Ditto.
10690 * m68k-tdep.c (m68k_register_byte): Ditto.
10691 (m68k_remote_breakpoint_from_pc): Ditto.
10692 * ui-out.c (init_ui_out_state): Delete unused declaration.
10693 * stabsread.c (search_value): Ditto.
10694 * mi/mi-cmd-env.c (env_cli_command): Ditto.
10695 * maint.c (print_section_table): Ditto.
10696 * infrun.c (set_follow_fork_mode_command): Ditto.
10697
10698 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10699
10700 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
10701 DW_CFA_def_cfa_exporession. Add support for
10702 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
10703 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
10704
10705 2004-01-18 Andrew Cagney <cagney@redhat.com>
10706
10707 * ocd.c: Update copyright.
10708 (bdm_read_register_command): Delete unused function.
10709 (_initialize_remote_ocd): Delete commented out reference.
10710 (get_quoted_char, reset_packet): Delete #if0ed function.
10711 (output_packet, put_quoted_char): Delete #if0ed function.
10712 (stu_put_packet, stu_get_packet): Delete #if0ed function.
10713 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
10714 (BDM_BREAKPOINT): Delete #if0ed macro.
10715 (remote_timeout): Delete #if0ed variable.
10716
10717 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10718
10719 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
10720 (core-sol2.o): Remove dependency.
10721 * core-sol2.c: Remove file.
10722
10723 2004-01-17 Andrew Cagney <cagney@redhat.com>
10724
10725 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
10726 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
10727 enums.
10728
10729 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10730
10731 * remote.c: Update copyright years.
10732
10733 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10734
10735 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
10736
10737 2004-01-17 Andrew Cagney <cagney@redhat.com>
10738
10739 * mdebugread.c: Update copyright.
10740 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
10741 (parse_type, parse_procedure): Ditto.
10742 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
10743
10744 * cris-tdep.c (cris_store_struct_return): Put back accidently
10745 deleted function.
10746
10747 * gdbarch.sh: Update copyright year.
10748 * gdbarch.h, gdbarch.c: Re-generate.
10749
10750 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10751
10752 Suggested by George Anzinger.
10753 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
10754 correct stack offset. Include unknown opcode numbers in the error
10755 message.
10756
10757 2004-01-17 Andrew Cagney <cagney@redhat.com>
10758
10759 * x86-64-tdep.c (x86_64_init_abi): No need to clear
10760 extract_struct_value_address, i386 does not set it.
10761 * sparc64-tdep.c (sparc64_init_abi): Do not set
10762 extract_struct_value_address, never called.
10763 (sparc64_extract_struct_value_address): Delete function.
10764 * m68hc11-tdep.c: Update copyright.
10765 (m68hc11_gdbarch_init): Delete redundant assignment of
10766 extract_struct_value_address.
10767 * i386-tdep.c: Update copyright.
10768 (i386_gdbarch_init): Do not set extract_struct_value_address,
10769 never called.
10770 (i386_extract_struct_value_address): Delete function.
10771 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
10772 extract_struct_value_address, never called.
10773 (sparc32_extract_struct_value_address): #if 0 function. Add
10774 comments explaining its future.
10775
10776 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10777
10778 * arm-tdep.c (arm_write_pc): New function.
10779 (arm_gdbarch_init): Call set_gdbarch_write_pc.
10780
10781 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10782
10783 * breakpoint.c (must_shift_inst_regs): Delete.
10784 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
10785 and SHIFT_INST_REGS.
10786 * infcmd.c (step_1, step_1_continuation): Delete references to
10787 SHIFT_INST_REGS.
10788 * infrun.c (keep_going): Likewise.
10789 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
10790 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
10791
10792 2004-01-17 Andrew Cagney <cagney@redhat.com>
10793
10794 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10795 * gdbarch.h, gdbarch.c: Re-generate.
10796 * infcmd.c (print_return_value): Delete reference to
10797 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10798
10799 * cris-tdep.c (cris_gdbarch_init): Do not set
10800 deprecated_extract_struct_value_address.
10801
10802 * xstormy16-tdep.c: Update copyright.
10803 (xstormy16_extract_struct_value_address): Update to current
10804 extract struct value address interface.
10805 (xstormy16_gdbarch_init): Set extract_struct_value_address.
10806 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
10807 current extract struct value address interface.
10808 (sh64_gdbarch_init): Set extract_struct_value_address.
10809
10810 * cris-tdep.c: Update copyright.
10811 (cris_extract_struct_value_address): Delete function.
10812 (struct_return_address): Delete variable.
10813 (cris_store_struct_return): Do not set struct_return_address.
10814
10815 * mcore-tdep.c: Update copyright.
10816 (mcore_extract_struct_value_address): Delete function. Update
10817 comments.
10818 (mcore_gdbarch_init): Update.
10819 * mn10300-tdep.c: Update copyright.
10820 (mn10300_extract_struct_value_address): Delete function.
10821 (mn10300_gdbarch_init): Update.
10822 * v850-tdep.c: Update copyright.
10823 (v850_extract_struct_value_address): Delete.
10824 (v850_gdbarch_init): Update.
10825 * ns32k-tdep.c: Update copyright.
10826 (ns32k_extract_struct_value_address): Delete.
10827 (ns32k_gdbarch_init): Update.
10828 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
10829 (hppa_gdbarch_init): Update.
10830 * vax-tdep.c: Update copyright.
10831 (vax_extract_struct_value_address): Delete.
10832 (vax_gdbarch_init): Update.
10833
10834 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
10835 * gdbarch.h, gdbarch.c: Re-generate.
10836 * procfs.c (procfs_fetch_registers): Delete reference to
10837 DEPRECATED_NPC_REGNUM.
10838 (procfs_store_registers): Ditto.
10839 * regcache.c (generic_target_write_pc): Simplify.
10840 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
10841
10842 * core-sol2.c (fetch_core_registers): Replace
10843 DEPRECATED_NPC_REGNUM with equivalent tdep value.
10844
10845 * hppa-tdep.c: Update copyright year.
10846 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
10847 NPC_REGNUM.
10848 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
10849
10850 * mips-tdep.c (mips_write_pc): New function.
10851 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
10852 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
10853 (mips_find_saved_regs, mips_software_single_step: Ditto.
10854 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
10855 mips_init_extra_frame_info, mips_pop_frame): Ditto.
10856
10857 2004-01-17 Andrew Cagney <cagney@redhat.com>
10858
10859 * mips-tdep.c: Re-indent. Group functions by ABI.
10860
10861 2004-01-17 Andrew Cagney <cagney@redhat.com>
10862
10863 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
10864 * gdbarch.c: Re-generate.
10865 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10866 DECR_PC_AFTER_BREAK to zero.
10867 * vax-tdep.c (vax_gdbarch_init): Ditto.
10868 * v850-tdep.c (v850_gdbarch_init): Ditto.
10869 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10870 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10871 * sh-tdep.c (sh_gdbarch_init): Ditto.
10872 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10873 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10874 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10875 * mips-tdep.c (mips_gdbarch_init): Ditto.
10876 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10877 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10878 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10879 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10880 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10881 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10882 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10883 * frv-tdep.c (frv_gdbarch_init): Ditto.
10884 * cris-tdep.c (cris_gdbarch_init): Ditto.
10885 * avr-tdep.c (avr_gdbarch_init): Ditto.
10886 * arm-tdep.c (arm_gdbarch_init): Ditto.
10887 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
10888
10889 2004-01-17 J. Brobecker <brobecker@gnat.com>
10890
10891 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
10892 Delete, no longer used.
10893 (read_subrange_type): New function, mostly extracted from
10894 read_array_type().
10895 (read_array_type): Replace extracted code by call to
10896 read_subrange_type().
10897 (dwarf2_get_attr_constant_value): New function.
10898 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
10899 (add_partial_symbol): Likewise.
10900 (process_die): Likewise.
10901 (new_symbol): Likewise.
10902 (read_type_die): Likewise.
10903
10904 2004-01-16 Andrew Cagney <cagney@redhat.com>
10905
10906 * symfile.c: Update copyright year.
10907 (compare_symbols): Delete unused function.
10908 * stabsread.c: Update copyright year.
10909 (lrs_general_complaint): Delete unused function.
10910 (ref_search_value): Ditto.
10911 (get_substring): Delete declaration.
10912 * sh64-tdep.c: Update copyright year.
10913 (sh64_get_gdb_regnum): Delete unused function.
10914 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
10915 Delete unused function.
10916
10917 2004-01-17 Mark Kettenis <kettenis@gnu.org>
10918
10919 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
10920 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
10921
10922 2004-01-16 Andrew Cagney <cagney@redhat.com>
10923
10924 Changes from Peter Schauer.
10925 * rs6000-tdep.c: Update copyright year.
10926 (rs6000_push_dummy_call): Update the stack pointer before
10927 accessing the corresponding stack region.
10928 * rs6000-nat.c: Update copyright year.
10929 (set_host_arch): Set "info.abfd" to "exec_bfd".
10930
10931 2004-01-15 Mark Kettenis <kettenis@gnu.org>
10932
10933 * blockframe.c: Update copyright year.
10934 (inside_entry_func): Don't treat a zero PC specially.
10935
10936 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
10937
10938 * gcore.c (gcore_copy_callback): Use paddr_d to print size
10939 variable.
10940 (gcore_create_callback): Ditto. Skip any memory segment that has
10941 no permissions set.
10942
10943 2004-01-14 David Carlton <carlton@kealia.com>
10944
10945 Change symbols for C++ nested types to contain the fully qualified
10946 name, if possible. (At least in the DWARF-2 case.) Partial fix
10947 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
10948 c++/895.
10949 * c-exp.y (qualified_type): Handle types nested within classes.
10950 * cp-namespace.c: Update comments.
10951 (cp_set_block_scope): Delete #if 0.
10952 (cp_lookup_nested_type): Handle types nested within classes.
10953 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
10954 when appropriate.
10955 (add_partial_symbol): Add the name of the enclosing namespace to
10956 types.
10957 (pdi_needs_namespace): New.
10958 (add_partial_namespace): Tweak comment.
10959 (add_partial_structure): New.
10960 (psymtab_to_symtab_1): Initialize processing_current_prefix
10961 here...
10962 (process_die): instead of here.
10963 (read_structure_scope): Try to figure out the name of the class or
10964 namespace that the structure might be defined within.
10965 (read_enumeration): Generate fully-qualified names, if possible.
10966 (read_namespace): Don't set name to NULL.
10967 (die_specification): New.
10968 (new_symbol): Generate fully-qualified names for types.
10969 (read_type_die): Determine appropriate prefix.
10970 (determine_prefix): New.
10971 (typename_concat): New.
10972 (class_name): New.
10973 * valops.c (value_aggregate_elt): Pass NOSIDE to
10974 value_struct_elt_for_reference.
10975 (value_struct_elt_for_reference): Make static, add NOSIDE
10976 parameter, call value_maybe_namespace_elt as a last resort.
10977 (value_namespace_elt): Break out code into
10978 value_maybe_namespace_elt.
10979 (value_maybe_namespace_elt): New.
10980
10981 2004-01-12 Andrew Cagney <cagney@redhat.com>
10982
10983 * mips-tdep.c (mips_convert_register_p): Handle both raw and
10984 cooked floating-point registers.
10985 (mips_gdbarch_init): Set convert_register_p, register_to_value,
10986 and value_to_register.
10987
10988 2004-01-13 Andrew Cagney <cagney@redhat.com>
10989
10990 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
10991 * gdbarch.c: Re-generate.
10992 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10993 FUNCTION_START_OFFSET.
10994 * v850-tdep.c (v850_gdbarch_init): Ditto.
10995 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10996 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10997 * sh-tdep.c (sh_gdbarch_init): Ditto.
10998 * s390-tdep.c (s390_gdbarch_init): Ditto.
10999 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11000 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11001 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11002 * mips-tdep.c (mips_gdbarch_init): Ditto.
11003 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11004 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11005 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11006 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11007 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11008 * i386-tdep.c (i386_gdbarch_init): Ditto.
11009 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11010 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11011 * frv-tdep.c (frv_gdbarch_init): Ditto.
11012 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11013 * cris-tdep.c (cris_gdbarch_init): Ditto.
11014 * avr-tdep.c (avr_gdbarch_init): Ditto.
11015 * arm-tdep.c (arm_gdbarch_init): Ditto.
11016 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11017
11018 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11019
11020 * infrun.c (follow_fork_mode_ask): Remove.
11021 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11022 (follow_fork): Simplify and remove internal error for
11023 follow_fork_mode_ask.
11024 (_initialize_infrun): Update "set follow-fork-mode" help text.
11025
11026 2004-01-13 Andrew Cagney <cagney@redhat.com>
11027
11028 * configure.in: Update copyright year.
11029 (build_warnings): Add -Wunused-label.
11030 * configure: Re-generate.
11031
11032 2004-01-12 Andrew Cagney <cagney@redhat.com>
11033
11034 * exec.h (exec_ops): Make "extern".
11035
11036 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11037 the function is void.
11038 (mips_pseudo_register_write): Ditto.
11039
11040 2004-01-12 Andrew Cagney <cagney@redhat.com>
11041
11042 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11043 call. Never defined.
11044 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11045 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11046 (struct sparc_gregset, struct regcache): Ditto.
11047 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11048
11049 2004-01-12 Andrew Cagney <cagney@redhat.com>
11050
11051 * mi/ChangeLog: Delete file. Renamed to ...
11052 * mi/ChangeLog-1999-2003: New file.
11053 * tui/ChangeLog: Delete file. Renamed to ...
11054 * tui/ChangeLog-1998-2003: New file.
11055
11056 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11057
11058 * sparc64nbsd-tdep.c: Include "regset.h".
11059 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11060 Remove variables.
11061 (fetch_core_registers): Remove function.
11062 (sparc64nbsd_core_fns): Remove variable.
11063 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11064 functions.
11065 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11066 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11067 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11068
11069 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11070 sparc_extract_struct_value_address.
11071 (sparc32_gdbarch_init): Set extract_struct_value_address.
11072 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11073 function.
11074 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11075 return_value_on_stack.
11076
11077 * NEWS: Mention that %cs and %ss have been added to the AMD64
11078 configurations
11079
11080 * frame.c: Update copyright year.
11081 (get_prev_frame): Improve comment.
11082
11083 * sparc64fbsd-tdep.c: Include "regset.h".
11084 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11085 Remove variables.
11086 (fetch_core_registers): Remove function.
11087 (sparc64fbsd_core_fns): Remove variable.
11088 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11089 functions.
11090 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11091 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11092 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11093
11094 * sparcnbsd-tdep.c: Include "regset.h".
11095 (fetch_core_registers): Remove function.
11096 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11097 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11098 functions.
11099 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11100 TDEP->fpregset.
11101 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11102
11103 * sparc-tdep.h (struct regset): Provide opaque declaration.
11104 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11105 fpregset and sizeof_fpregset members.
11106 * sparc-tdep.c (struct regset): Provide opaque declaration.
11107 (sparc_regset_from_core_section): New function.
11108 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11109 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11110 Set regset_from_core_section when appropriate.
11111
11112 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11113
11114 * x86-64-tdep.c (amd64_non_pod_p): New function.
11115 (amd64_classify_aggregate): Return class memory for non-POD
11116 C++ structure types.
11117
11118 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11119 argument. Use it to reserve a register if necessary.
11120 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11121 amd64_push_arguments.
11122
11123 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11124
11125 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11126 register numbers in comments.
11127 * x86-64-tdep.h: Update copyright year.
11128 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11129 Adjust for addition of %cs and %ss.
11130 * amd64fbsd-nat.c: Update copyright year.
11131 (reg_offset): Add register offsets for %cs and %ss.
11132 * amd64fbsd-tdep.c: Update copyright year.
11133 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11134 (amd64fbsd_sc_reg_offset): Likewise.
11135 * x86-64-linux-nat.c: Update copyright year.
11136 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11137 and %ss.
11138 * amd64nbsd-nat.c: Update copyright year.
11139 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11140 * amd64nbsd-tdep.c: Update copyright year.
11141 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11142 * x86-64-linux-tdep.c: Update copyright year.
11143 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11144 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11145 * regformats/reg-x86-64.dat: Add %cs and %ss.
11146
11147 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11148 variables to prevent long lines. Update comments to reflect
11149 reality.
11150
11151 2004-01-09 David Carlton <carlton@kealia.com>
11152
11153 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11154 * dwarf2read.c (read_namespace): Pull out name-generating code
11155 into namespace_name. Rename previous_namespace to previous_prefix
11156 and processing_current_namespace to processing_current_prefix..
11157 (namespace_name): New function.
11158 (add_partial_symbol): Substitute uses of pdi->name with
11159 actual_name.
11160 * cp-support.h: Rename processing_current_namespace to
11161 processing_current_prefix.
11162 Update copyright year.
11163 * cp-namespace.c: Rename processing_current_namespace to
11164 processing_current_prefix.
11165 Update copyright year.
11166
11167 2004-01-09 Andrew Cagney <cagney@redhat.com>
11168
11169 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11170
11171 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11172
11173 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11174 complaining.
11175 (process_one_symbol): Deal with N_PATCH stabs.
11176
11177 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
11178
11179 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11180 ifdeffed code.
11181 Update copyright year.
11182
11183 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11184
11185 * config/pa/tm-hppa.h: Update extern declarations for
11186 hppa32_hpux_frame_saved_pc_in_sigtramp,
11187 hppa32_hpux_frame_base_before_sigtramp, and
11188 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11189
11190 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11191
11192 * config/pa/tm-hppah.h: Update copyright years.
11193
11194 2004-01-08 Andrew Cagney <cagney@redhat.com>
11195
11196 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11197 (mips_o32_reg_struct_has_addr): Delete function.
11198 (mips_gdbarch_init): Update.
11199 (mips_extract_struct_value_address): Delete function.
11200
11201 2004-01-08 David Mosberger <davidm@hpl.hp.com>
11202
11203 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11204 reality.
11205
11206 2004-01-07 Andrew Cagney <cagney@redhat.com>
11207
11208 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11209 architecture's elf flags (when available).
11210
11211 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11212 FPU to the start, check the MIPS FPU when looking for an old
11213 architecture.
11214 (set_mipsfpu_single_command): Update the architecture.
11215 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11216
11217 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
11218 (mips_mask_address_p): Add "tdep" parameter.
11219 (show_mask_address, mips_addr_bits_remove): Update.
11220 (mips_dump_tdep): Update.
11221 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
11222 (MIPS_STACK_ARGSIZE): Delete macro.
11223 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
11224 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
11225 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
11226 (mips_dump_tdep): Update.
11227 (MIPS_SAVED_REGSIZE): Delete macro.
11228 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
11229 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
11230 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
11231 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
11232 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
11233 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
11234 (mips_pop_frame, return_value_location): Update.
11235 (mips_n32n64_return_value, mips_dump_tdep): Update.
11236
11237 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
11238 MIPS ABI.
11239
11240 * mips-tdep.c: Update copyright.
11241 (mips_gdbarch_init): Merge two code blocks handling the register
11242 name and number layout.
11243
11244 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
11245
11246 * tracepoint.c (validate_actionline): Fix segv at EOF
11247
11248 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11249
11250 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
11251 properly for static fields.
11252
11253 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
11254 Jason Molenda <jmolenda@apple.com>
11255
11256 * disasm.c: Update copyright to include 2004.
11257 (do_mixed_source_and_assembly): For uiout asm list
11258 and tuple cleanups, initialize to null_cleanup instead of
11259 NULL and do so prior to loop. Only reset when we close off
11260 the tuple/list. Move check for whether to close off the
11261 asm tuple/list to after dump_insns call where it will be run
11262 on each loop iteration.
11263
11264 2004-01-05 Andrew Cagney <cagney@redhat.com>
11265
11266 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11267 should be a switch case and not a label.
11268 * mips-tdep.c (mips32_next_pc): Delete unused labels
11269 "greater_equal_branch" and "less_zero_branch".
11270 * jv-valprint.c (java_print_value_fields): Delete unused label
11271 "flush_it".
11272
11273 * target.c (unpush_target): Only close a target that is in the
11274 target stack.
11275
11276 2004-01-05 Mark Kettenis <kettenis@gnu.org>
11277
11278 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11279 address from [sp + 64] instead of %o2.
11280
11281 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11282 fixes PR backtrace/1476.
11283
11284 2004-01-05 Andrew Cagney <cagney@redhat.com>
11285
11286 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11287 move to start of file.
11288 * i386-tdep.h (struct regcache): Add opaque declaration.
11289 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11290 declaration.
11291 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11292 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11293 * win32-nat.c (fake_create_process): Use ISO C style definition.
11294 * stabsread.c (define_symbol): Delete #ifndef
11295 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11296 stabs_argument_has_addr call, macro never defined.
11297
11298 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11299
11300 * op50-rom.c: Delete.
11301 * w89k-rom.c: Delete.
11302 * Makefile.in: Remove references.
11303
11304 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11305
11306 * x86-64-tdep.c: Update copyright year.
11307 (struct amd64_register_info): Rename from x86_64_register_info.
11308 (amd64_register_info): Rename from x86_64_register_info.
11309 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11310 (amd64_register_name): Rename from x86_64_register_name.
11311 (amd64_register_type): Rename from x86_64_register_type.
11312 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11313 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11314 (amd64_dwarf_reg_to_regnum): Rename from
11315 x86_64_dwarf_reg_to_regnum.
11316 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11317 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11318 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11319 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11320 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11321 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11322 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11323 (amd64_frame_cache): Rename from x86_64_frame_cache.
11324 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
11325 (amd64_frame_prev_register): Rename from
11326 x86_64_frame_prev_register.
11327 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
11328 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
11329 (amd64_sigtramp_frame_cache): Rename from
11330 x86_64_sigtramp_frame_cache.
11331 (amd64_sigtramp_frame_prev_register): Rename from
11332 x86_64_sigtramp_frame_prev_register.
11333 (amd64_sigtramp_frame_unwind): Rename from
11334 x86_64_sigtramp_frame_unwind.
11335 (amd64_sigtramp_frame_sniffer): Rename from
11336 x86_64_sigtramp_frame_sniffer.
11337 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
11338 (amd64_frame_base): Rename from x86_64_frame_base.
11339 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
11340 (amd64_frame_align): Rename from x86_64_frame_align.
11341 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
11342 (amd64_regset_from_core_section): Rename from
11343 x86_64_regset_from_core_section.
11344 (x86_64_init_abi): Update comments.
11345
11346 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
11347
11348 * MAINTAINERS (write after approval): Add myself.
11349
11350 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11351
11352 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
11353 `float' arguments.
11354
11355 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11356
11357 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
11358 such that it mentions a specific version of GCC that exhibits this
11359 bug.
11360
11361 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11362
11363 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
11364 structure that has a single `float' member, store it in %f1 in
11365 addition to %f0.
11366
11367 * sparc-sol2-nat.c: Add missing '\'.
11368
11369 * sparc-tdep.c (sparc32_return_value): New function.
11370 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
11371 Remove functions.
11372 (sparc32_gdbarch_init): Set return_value, don't set
11373 extract_return_value, store_return_value, use_struct_convention
11374 and return_value_on_stack.
11375
11376 * sparc-sol2-nat.c: Add missing ')'.
11377
11378 2004-01-03 J. Brobecker <brobecker@gnat.com>
11379
11380 * infrun.c (handle_step_into_function): New function.
11381 (handle_inferior_event): Extract out some code into the new
11382 function above.
11383
11384 2004-01-03 J. Brobecker <brobecker@gnat.com>
11385
11386 * infrun.c (handle_inferior_event): Move the declaration of
11387 real_stop_pc inside the if blocks where it is used.
11388
11389 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11390
11391 * sparc64-tdep.c (sparc64_16_byte_align_p)
11392 (sparc64_store_floating_fields, sparc64_store_floating_fields):
11393 Use check_typedef to get subtypes of structures and unions.
11394 (sparc64_store_return_value): Fix calculation of the appropriate
11395 offset into VALBUF when storing a structure or union.
11396 (sparc64_return_value): New function.
11397 (sparc64_use_struct_convention): Remove function.
11398 (sparc64_init_abi): Set return_value, don't set
11399 extract_return_value, store_return_value and
11400 use_struct_convention.
11401
11402 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
11403
11404 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
11405 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
11406 gdb/config/alpha/xm-alphaosf.h,
11407 gdb/config/powerpc/tm-ppcle-eabi.h,
11408 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
11409 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
11410 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
11411 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
11412 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
11413 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
11414 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
11415 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
11416 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
11417 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
11418 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
11419 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
11420 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
11421 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
11422 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
11423 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
11424 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
11425 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
11426 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
11427 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
11428 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
11429 Remove lines for .cvsignore files.
11430
11431 2004-01-03 J. Brobecker <brobecker@gnat.com>
11432
11433 * infrun.c: Back out the previous change.
11434
11435 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11436
11437 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
11438 sparc-*-sunos4* to the list of REMOVED configurations.
11439
11440 * configure.tgt: Add back sparc-*-vxworks*.
11441 * remote-vxsparc.c: Remove all includes except for "defs.h",
11442 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
11443 Include "sparc-tdep.h".
11444 (SPARC_R_G1): New define.
11445 (vxsparc_gregset): New variable.
11446 (ext_format_sparc): Remove extern declaration.
11447 (vx_read_register): Rewrite to use sparc32_supply_gregset and
11448 sparc32_supply_fpregset.
11449 (vx_write_register): Rewrite to use sparc32_collect_gregset,
11450 sparc_collect_rwindow and sparc32_collect_fpregset.
11451 * config/sparc/tm-vxworks.h: New file, based on recently removed
11452 tm-vxsparc.h.
11453 * config/sparc/vxworks.mt: New file, based on recently removed
11454 vxworks.mt.
11455
11456 2004-01-03 J. Brobecker <brobecker@gnat.com>
11457
11458 * infrun.c (handle_step_into_function): New function.
11459 (handle_inferior_event): Extract out some code into the new
11460 function above.
11461
11462 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11463
11464 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
11465 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
11466 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
11467 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
11468 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
11469 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
11470 (sparc_nat_h): New variable.
11471 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
11472 (tm-sun4os4.h): Remove dependency.
11473 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
11474 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
11475 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
11476 sparc-tdep.o): Update dependencies.
11477 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
11478 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
11479 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
11480 dependencies.
11481 * configure.host: Remove existing sparc-*-lynxos*,
11482 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
11483 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
11484 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
11485 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
11486 triplets.
11487 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
11488 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
11489 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
11490 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
11491 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
11492 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
11493 sparc64-*-solaris2* and sparc64-*-* triplets.
11494 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
11495 "symtab.h" and "objfiles.h".
11496 (BIAS): Remove define.
11497 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
11498 (X_DISP19): Remove macros.
11499 (sparc_fetch_instruction): Remove function.
11500 (struct gdbarch_tdep): Remove definition.
11501 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
11502 (sparc_breakpoint_from_pc): Remove function.
11503 (struct sparc64_frame_cache): Remove definition.
11504 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
11505 sparc64_unwind_pc): Remove functions.
11506 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
11507 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
11508 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
11509 (sparc64_frame_cache): Change return type to `struct
11510 sparc_frame_cache *'. Simply call sparc_frame_cache.
11511 (sparc64_frame_this_id, sparc64_frame_prev_register,
11512 sparc64_frame_base_address): Use `struct sparc_frame_cache'
11513 instead of `struct sparc64_frame_cache.
11514 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
11515 sparc_analyze_control_transfer, sparc_software_single_step,
11516 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
11517 _initialize_sparc64_tdep): Remove functions.
11518 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
11519 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
11520 macros.
11521 (sparc64_supply_gregset, sparc64_collect_gregset,
11522 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
11523 (sparc64_init_abi): New function.
11524 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
11525 inclusion guard. Include "sparc-tdep.h".
11526 (BIAS): Define.
11527 (r_tstate_offset, r_fprs_offset): New defines.
11528 (enum sparc_regnum): Remove defenition.
11529 (enum sparc64_regnum): Reformat.
11530 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
11531 (sparc64_init_abi, sparc64_supply_gregset,
11532 sparc64_collect_gregset, sparc64_supply_fpregset,
11533 sparc64_collect_fpregset): New prototypes.
11534 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
11535 Add extern declarations.
11536 (sparc64_sol2_init_abi): New prototype.
11537 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11538 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11539 prototypes.
11540 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
11541 "sparnbsd-nat.h".
11542 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
11543 functions.
11544 (_initialize_sparc64fbsd_nat): Remove initialization of
11545 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
11546 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
11547 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
11548 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
11549 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
11550 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
11551 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
11552 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
11553 (sparc64fbsd_r_y_offset): Remove variables.
11554 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11555 Make static and const.
11556 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11557 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11558 functions.
11559 (sparc64fbsd_gregset): New variable.
11560 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
11561 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
11562 and sparc64_supply_fpregset.
11563 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
11564 (sparc64fbsd_sigtramp_frame_this_id)
11565 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
11566 (sparc64fbsd_sigtramp_frame_unwind): New variable.
11567 (sparc64fbsd_sigtramp_frame_sniffer): New function.
11568 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
11569 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
11570 * sparcnbsd-tdep.c: Update copyright year. Include
11571 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
11572 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
11573 "value.h" and "sparcnbsd-tdep.h".
11574 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
11575 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
11576 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
11577 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
11578 defines.
11579 (sparcnbsd_gregset): New variable.
11580 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
11581 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
11582 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
11583 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
11584 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
11585 variables.
11586 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
11587 (sparc32nbsd_sigcontext_frame_this_id)
11588 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
11589 (sparc32nbsd_sigcontext_frame_unwind): New variable.
11590 (sparc32nbsd_sigtramp_frame_sniffer): New function.
11591 (sparcnbsd_get_longjmp_target_32,
11592 sparcnbsd_get_longjmp_target_64): Remove functions.
11593 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
11594 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
11595 sparcnbsd_init_elf): Remove.
11596 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
11597 (sparcnbsd_elf_init_abi): New functions.
11598 (_initialize_sparcnbsd_tdep): New prototype.
11599 (_initialize_sparnbsd_tdep): Update.
11600 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
11601 corelow.o. Add sparc64-nat.o and sparc-nat.o.
11602 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
11603 * config/sparc/linux.mh: Update comment.
11604 (XM_FILE, HOST_IPC): Remove variables.
11605 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
11606 sparc-linux-nat.o.
11607 * config/sparc/linux.mt: Update comment.
11608 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
11609 * config/sparc/nbsd.mt: Reformat.
11610 * config/sparc/nbsd64.mh: Update comment.
11611 (NATDEPFILES): Add sparc-nat.o.
11612 * config/sparc/nbsd64.mt: Update comment.
11613 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
11614 (TM_FILE): Set to tm-nbsd.h.
11615 * config/sparc/nbsdelf.mh: Update comment.
11616 (NATDEPFILES): Add sparc-nat.o.
11617 (XM_FILE): Delete.
11618 * config/sparc/nbsdaout.mh: Update comment.
11619 (NATDEPFILES): Add sparc-nat.o
11620 (XM_FILE): Delete.
11621 * config/sparc/nm-linux.h: Update copyright year. Don't include
11622 "config/nm-svr4.h" and "solib.h". Add protection against multiple
11623 inclusion.
11624 (KERNEL_U_SIZE): Remove define.
11625 (kernel_u_size): Remove prototype.
11626 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
11627 * config/sparc/nm-nbsd.h: Update copyright. Don't include
11628 "regcache.h".
11629 (CHILD_PREPARE_TO_STORE): Remove define.
11630 * config/sparc/nm-nbsdaout.h: Tweak some comments.
11631 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
11632 sparcnbsd-nat.c: Rewrite files.
11633 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
11634 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
11635 sparcnbsd-tdep.h: Remove files.
11636 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
11637 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
11638 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
11639 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
11640 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
11641 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
11642 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
11643 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
11644 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
11645 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
11646 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
11647 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
11648 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
11649 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
11650 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
11651 * config/sparc/linux64.mh, config/sparc/linux64.mt,
11652 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
11653 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
11654 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
11655
11656 2004-01-02 Andrew Cagney <cagney@redhat.com>
11657
11658 From 2003-12-18 Kazuhiro Inaoka:
11659 * configure.host: Add m32r-linux target.
11660
11661 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11662
11663 * top.c (print_gdb_version): Update year to 2004.
11664
11665 2004-01-02 Mark Mitchell <mark@codesourcery.com>
11666
11667 * MAINTAINERS: Add myself to the write-after-approval category.
11668
11669 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
11670
11671 From Bernardo Innocenti <bernie@develer.com>:
11672 * configure.tgt: Add uClinux target.
11673
11674 2004-01-02 Andrew Cagney <cagney@redhat.com>
11675
11676 * utils.c (do_my_cleanups): Make static, add forward declaration.
11677 * defs.h (do_my_cleanups): Delete declaration.
11678
11679 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
11680
11681 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
11682 bfd/ChangeLog-0203.
11683
11684 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11685
11686 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
11687 in <machine/reg.h>.
11688 * configure, config.in: Regenerate.
11689
11690 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
11691 tui/ChangeLog-1998-2003.
11692 \f
11693 Local Variables:
11694 mode: change-log
11695 left-margin: 8
11696 fill-column: 74
11697 version-control: never
11698 End:
This page took 0.268627 seconds and 5 git commands to generate.