2004-09-03 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-03 Andrew Cagney <cagney@gnu.org>
2
3 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
4 non-kernel trap prologues.
5
6 * mips-tdep.c (find_proc_desc): Delete function.
7 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
8 simplify.
9 (mips_insn16_frame_cache): Replace find_proc_desc with code from
10 mips_insn32_frame_cache.
11
12 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
13 Simplify as NEXT_FRAME is NULL.
14 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
15
16 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
17 local variable.
18 (mips_skip_prologue): Update.
19
20 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
21 "cur_frame" parameter.
22 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
23 (mips_insn32_frame_cache, find_proc_desc): Update
24
25 * config/vax/nm-obsd.h: Delete file.
26 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
27 * config/vax/nm-nbsd.h: Delete file.
28 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
29 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
30 * config/sh/nm-nbsd.h: Delete file.
31 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
32 * config/rs6000/nm-rs6000ly.h: Delete file.
33 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
34 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
35 * config/powerpc/nm-obsd.h: Delete file.
36 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
37 * config/powerpc/nm-nbsd.h: Delete file.
38 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
39 * config/pa/nm-obsd.h: Delete file.
40 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
41 * config/mips/nm-nbsd.h: Delete file.
42 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
43 * config/m88k/nm-obsd.h: Delete file.
44 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
45 * config/m68k/nm-nbsd.h: Delete file.
46 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
47 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
48 * config/i386/nm-nbsd.h: Delete file.
49 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
50 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
51 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
52 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
53 * config/i386/nm-i386lynx.h: Delete file.
54 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
55 * config/arm/nm-nbsd.h: Delete file.
56 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
57 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
58
59 * config/i386/tm-fbsd.h: Delete file.
60 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
61 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
62
63 * config/rs6000/tm-rs6000-aix4.h: Delete file.
64 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
65 * config/rs6000/aix4.mt (TM_FILE): Set to
66 config/rs6000/tm-rs6000.h.
67 * config/powerpc/tm-ppc-aix.h: Delete file.
68 * config/powerpc/aix.mt (TM_FILE): Set to
69 config/rs6000/tm-rs6000.h.
70 * config/m68k/tm-linux.h: Delete file.
71 * config/m68k/linux.mt (TM_FILE): Set to solib.h
72 * config/i386/tm-linux64.h: Delete file.
73 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
74 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
75
76 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
77 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
78 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
79 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
80 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
81 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
82 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
83 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
84 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
85
86 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
87 gdb_host_cpu.
88
89 2004-09-02 Joel Brobecker <brobecker@gnat.com>
90
91 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
92 Minor reformatting. Some code factoring.
93
94 2004-09-02 Andrew Cagney <cagney@gnu.org>
95
96 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
97 * config/vax/tm-nbsd.h: Delete file.
98 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
99 * config/sparc/tm-vxworks.h: Delete file.
100 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
101 * config/sparc/tm-nbsd.h: Delete file.
102 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
103 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
104 * config/sparc/tm-linux.h: Delete file.
105 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
106 * config/s390/tm-linux.h: Delete file.
107 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
108 * config/pa/tm-bsd.h: Delete file.
109 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
110 * config/m68k/tm-obsd.h: Delete file.
111 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
112 * config/m68k/tm-nbsd.h: Delete file.
113 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
114 * config/i386/tm-vxworks.h: Delete file.
115 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
116 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
117 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
118 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
119 * config/i386/tm-nbsd.h: Delete file.
120 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
121 * config/i386/tm-i386lynx.h: Delete file.
122 * config/cris/cris.mt (TM_FILE): Set to solib.h.
123 * config/cris/tm-cris.h: Delete file.
124
125 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
126 * configure: Re-generate.
127 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
128 * config/arm/tm-nbsd.h: Delete file.
129
130 * config/powerpc/tm-ppcle-sim.h: Delete.
131 * config/powerpc/tm-ppcle-eabi.h: Delete.
132 * config/powerpc/tm-nbsd.h: Delete.
133 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
134 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
135 tm-ppcle-eabi.h.
136
137 * config/i386/nto.mh (NAT_FILE): Delete.
138 * config/i386/nm-nto.h: Delete.
139
140 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
141 * config/m68k/tm-os68k.h: Ditto.
142 * config/m68k/tm-monitor.h: Ditto.
143 * config/m68k/tm-cisco.h: Ditto.
144 * config/m68k/st2000.mt (TM_FILE): Delete.
145 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
146 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
147 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
148 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
149
150 * config/m68k/tm-st2000.h: Delete.
151 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
152 * config/sparc/fbsd.mt (TM_FILE): Delete.
153 * config/sparc/tm-fbsd.h: Delete.
154
155 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
156 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
157 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
158
159 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
160 GDB_TM_FILE and GDB_XM_FILE.
161 * gdbarch.c: Re-generate.
162 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
163 quotes in macro definition.
164 * configure.in: Re-generate.
165
166 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
167 validating architecture methods.
168 * gdbarch.c: Re-generate.
169
170 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
171 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
172 GDB_MULTI_ARCH_PARTIAL.
173 * gdbarch.h: Re-generate.
174
175 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
176 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
177 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
178 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
179 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
180 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
181 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
182 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
183 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
184 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
185 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
186 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
187
188 2004-09-01 Andrew Cagney <cagney@gnu.org>
189
190 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
191 and main_func_highpc.
192 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
193 * objfiles.c (init_entry_point_info, objfile_relocate): Update
194 * nlmread.c (nlm_symfile_read): Update.
195
196 2004-09-01 Joel Brobecker <brobecker@gnat.com>
197
198 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
199 (mips_insn32_frame_cache): Inline call to find_proc_desc.
200 (find_proc_desc): Remove dead code.
201
202 2004-09-01 Joel Brobecker <brobecker@gnat.com>
203
204 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
205
206 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
207
208 * observer.sh: Add struct so_list declaration.
209 * Makefile.in: Add dependencies on observer.h for solib.c and
210 breakpoint.c.
211 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
212 function.
213 (_initialize_breakpoint): Register
214 disable_breakpoints_in_unloaded_shlib as an observer of the
215 "solib unloaded" observation event.
216 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
217 call decode_line_1 so unfound breakpoint errors are silent.
218 * solib.c (update_solib_list): When a solib is discovered to have
219 been unloaded by the program, notify all observers of the
220 "solib unloaded" observation event.
221
222 2004-09-01 Andrew Cagney <cagney@gnu.org>
223
224 * frame.c: Include "objfiles.h".
225 (inside_main_func): New function.
226 (get_prev_frame): Use new inside_main_func.
227 * Makefile.in (frame.o): Update dependencies.
228 * defs.h (inside_main_func): Delete declaration.
229 * blockframe.c (inside_main_func): Delete function.
230
231 2004-08-31 Jim Blandy <jimb@redhat.com>
232
233 * dwarf2read.c (is_vtable_name): New function, based on logic from
234 read_structure_type, but passing the correct length to strncmp,
235 and using 'sizeof' instead of 'strlen'.
236 (read_structure_type): Call it.
237
238 2004-08-31 Joel Brobecker <brobecker@gnat.com>
239
240 * config/powerpc/aix.mh: Add comment.
241
242 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
243
244 * MAINTAINERS: Add self to Write-After-Approval.
245
246 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
247
248 * MAINTAINERS: Add self to Write-After-Approval.
249
250 2004-08-30 Andrew Cagney <cagney@gnu.org>
251
252 Fix PR breakpoints/1757.
253 * infrun.c (struct execution_control_state): Replace
254 remove_breakpoints_on_following_step with
255 step_after_step_resume_breakpoint.
256 (init_execution_control_state): Update.
257 (handle_inferior_event): For signals, when stepping off a
258 breakpoint, set step_after_step_resume_breakpoint. When
259 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
260 (keep_going): Delete code handling
261 remove_breakpoints_on_following_step.
262
263 2004-08-29 David Lecomber <david@streamline-computing.com>
264
265 Fix PR gdb/648
266 * language.h (enum array_ordering): New enum.
267 * language.h (struct language_defn): New la_array_ordering
268 attribute.
269 * language.c (unknown_language_defn, auto_language_defn)
270 (local_language_defn): Ditto.
271 * ada-lang.c (ada_language_defn): Ditto.
272 * c-lang.c (c_language_defn, cplus_language_defn)
273 (asm_language_defn, minimal_language_defn): Ditto.
274 * f-lang.c (f_language_defn): Ditto.
275 * jv-lang.c (java_language_defn): Ditto.
276 * m2-lang.c (f_language_defn): Ditto.
277 * objc-lang.c (objc_language_defn): Ditto.
278 * p-lang.c (pascal_language_defn): Ditto.
279 * scm-lang.c (scm_language_defn): Ditto.
280 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
281 oriented large to small in type structure.
282 * dwarf2read.c (read_array_order): New function.
283 (read_array_type): Use read_array_order to check row/column
284 major ordering.
285
286 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
287
288 * target.c (target_resize_to_sections): Check
289 current_target.to_sections for an old value when updating.
290
291 2004-08-27 Joel Brobecker <brobecker@gnat.com>
292
293 * procfs.c (dbx_link_bpt_addr): New static global variable.
294 (dbx_link_shadow_contents): New static global variable.
295 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
296 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
297 if we just hit it.
298 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
299 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
300 from run to run.
301 (procfs_create_inferior): Remove syssgi syscall-exit notifications
302 after the inferior has been forked.
303 (remove_dbx_link_breakpoint): New function.
304 (dbx_link_addr): New function.
305 (insert_dbx_link_bpt_in_file): New function.
306 (insert_dbx_link_bpt_in_region): New function.
307 (insert_dbx_link_breakpoint): New function.
308 (proc_trace_syscalls_1): New function, extracted from
309 proc_trace_syscalls.
310 (proc_trace_syscalls): Replace extract code by call to
311 proc_trace_syscalls_1.
312 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
313 is no longer valid.
314
315 2004-08-25 Jim Blandy <jimb@redhat.com>
316
317 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
318
319 2004-08-25 Andrew Cagney <cagney@gnu.org>
320
321 * infrun.c (struct execution_control_state): Delete field
322 "stepping_through_sigtramp".
323 (init_execution_control_state): Do not set same.
324 (context_switch): Do not pass same to save_infrun_state and
325 load_infrun_state.
326 * gdbthread.h (struct thread_info): Delete field
327 stepping_through_sigtramp.
328 (save_infrun_state, load_infrun_state): Delete parameter
329 stepping_through_sigtramp.
330 * thread.c (load_infrun_state, save_infrun_state): Update.
331
332 * infrun.c: Re-indent. Move expression operators to the beginning
333 of the line. Remove long disabled #if 0 code.
334
335 2004-08-24 Andrew Cagney <cagney@gnu.org>
336
337 * doublest.h (floatformat_ieee_quad): Rename
338 floatformat_ia64_quad.
339 * doublest.c (floatformat_ieee_quad): Rename
340 floatformat_ia64_quad.
341 (_initialize_doublest): Update.
342
343 2004-08-24 Jim Blandy <jimb@redhat.com>
344
345 * dwarf2expr.h (struct dwarf_expr_context): New members
346 'num_pieces' and 'pieces', for returning the result of an
347 expression that uses DW_OP_piece.
348 (struct dwarf_expr_piece): New struct type.
349 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
350 pieces.
351 (free_dwarf_expr_context): Free pieces, if any.
352 (add_piece): New function.
353 (execute_stack_op): Implement DW_OP_piece.
354 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
355 expression is a list of pieces, print an error message.
356 (dwarf2_loc_desc_needs_frame): If the expression yields
357 pieces, and any piece is in a register, then we need a frame.
358
359 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
360 the stack until we've decided what sort of result the evaluation
361 has produced. Use separate variables, with more specific names.
362
363 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
364
365 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
366 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
367 (arm_netbsd_init_abi_common): Register them.
368
369 2004-08-22 Mark Kettenis <kettenis@gnu.org>
370
371 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
372
373 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
374 safe_frame_unwind_memory instead of target_read_memory.
375
376 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
377 Reorder includes.
378 (fetch_register, store_register): Remove prototypes.
379 (child_resume): Reorganize code and comments such that it is
380 grouped a bit more logically.
381 (attach): Explicitly compare errno against 0.
382 (detach): Likewise. Use perror_with_name instead of
383 print_sys_errmsg.
384 * Makefile.in (infptrace.o): Update dependencies.
385
386 * ia64-linux-nat.c: Update copyright year.
387 (fetch_debug_register, store_debug_register)
388 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
389 PTRACE_TYPE_ARG3.
390 * config/ia64/nm-linux.h: Update copyright year.
391 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
392
393 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
394 from CORE_ADDR to struct frame_info *. Use
395 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
396 (amd64_linux_sigtramp_p): Adjust for changed signature of
397 and64_linux_sigtramp_start
398
399 * gdb_ptrace.h: GNU/Linux.
400
401 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
402 Remove defines.
403
404 * infptrace.c: Include "gdb_assert.h".
405 (PTRACE_XFER_TYPE): Remove define.
406 (offsetof): Only define if U_REGS_OFFSET isn't defined.
407 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
408 Tweak comment.
409 (fetch_inferior_registers, store_inferior_registers): Remove
410 redundant culry braces. Tweak comment. s/regno/regnum.
411 * Makefile.in (infptrace.o): Update dependencies.
412
413 * configure.in: Change test for return type of ptrace to default
414 to `long' instead of `int'.
415 * configure: Regenerate.
416
417 2004-08-21 Mark Kettenis <kettenis@gnu.org>
418
419 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
420
421 * configure.in: Check for ttrace function.
422 * configure, config.in: Regenerate.
423
424 * gdb_ptrace.h: New file.
425 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
426 <sys/ptrace.h>.
427 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
428 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
429 (attach): Don't define PT_ATTACH.
430 (detach): Don't define PT_DETACH.
431 * Makefile.in (gdb_ptrace_h): New variable.
432 (infptrace.o): Update dependencies.
433
434 2004-08-16 Mark Kettenis <kettenis@gnu.org>
435
436 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
437 instead of `int' if not already defined.
438 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
439 PTRACE_TYPE_ARG3.
440 * infptrace.c (call_ptrace): Revert change that replaced
441 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
442
443 2004-08-15 Mark Kettenis <kettenis@gnu.org>
444
445 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
446 Remove defines.
447
448 * linux-nat.c (kill_inferior): Add missing third and fourth
449 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
450
451 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
452 PTRACE_TYPE_RET.
453
454 * proc-why.c (proc_prettyfprint_why): Fix format string.
455
456 * solib-osf.c (osf_current_sos): Remove unsused label.
457
458 * configure.in: Add <ncurses/ncurses.h> to the list of possible
459 curses headers.
460 * configure, config.in: Regenerate.
461 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
462 <ncurses/ncurses.h>.
463
464 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
465 * config/nm-nbsd.h: Update copyright year.
466 (PTRACE_ARG3_TYPE): Remove define.
467
468 * sparc-nat.c (fetch_inferior_registers)
469 (store_inferior_registers, sparc_xfer_wcookie):
470 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
471
472 * alphabsd-nat.c (fetch_inferior_registers):
473 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
474 PTRACE_TYPE_ARG3.
475 * amd64bsd-nat.c (fetch_inferior_registers)
476 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
477 PTRACE_TYPE_ARG3.
478 * armnbsd-nat.c: Update copyright year.
479 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
480 (store_register, store_regs, store_fp_register, store_fp_regs):
481 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
482 * hppabsd-nat.c (fetch_inferior_registers)
483 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
484 PTRACE_TYPE_ARG3.
485 * i386bsd-nat.c (fetch_inferior_registers)
486 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
487 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
488 * m68kbsd-nat.c (fetch_inferior_registers)
489 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
490 PTRACE_TYPE_ARG3.
491 * m88kbsd-nat.c (fetch_inferior_registers)
492 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
493 PTRACE_TYPE_ARG3.
494 * mipsnbsd-nat.c: Update copyright year.
495 (fetch_inferior_registers, store_inferior_registers):
496 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
497 * ns32knbsd-nat.c: Update copyright year.
498 (fetch_inferior_registers, store_inferior_registers):
499 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
500 * ppcnbsd-nat.c (fetch_inferior_registers):
501 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
502 PTRACE_TYPE_ARG3.
503 * ppcobsd-nat.c (fetch_inferior_registers):
504 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
505 PTRACE_TYPE_ARG3.
506 * shnbsd-nat.c: Update copyright year.
507 (fetch_inferior_registers, store_inferior_registers):
508 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
509 * vaxbsd-nat.c (fetch_inferior_registers)
510 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
511 PTRACE_TYPE_ARG3.
512
513 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
514 PTRACE_TYPE_ARG3.
515 * infptrace.c (call_ptrace, child_resume, attach, detach)
516 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
517 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
518 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
519 PTRACE_TYPE_ARG3.
520
521 2004-08-14 Mark Kettenis <kettenis@gnu.org>
522
523 * defs.h: Remove out-of-date comment.
524 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
525 [!GETENV_PROVIDED] (getenv): Remove prototype.
526
527 * standalone.c: Remove file.
528 * Makefile.in (standalone.o): Remove dependency.
529
530 * i386-linux-nat.c (dummy_sse_values): Remove function and
531 prototype.
532 (i386_linux_dr_get): Fix typo in comment.
533 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
534
535 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
536
537 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
538 from declaration.
539 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
540 from definition.
541
542 2004-08-13 Mark Kettenis <kettenis@gnu.org>
543
544 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
545 parenthesis in definition.
546 * configure: Regenerated.
547
548 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
549
550 * PROBLEMS: Mention build/1411.
551
552 2004-08-09 Robert Millan <robertmh@gnu.org>
553
554 Committed by Nathanael Nerode.
555 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
556 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
557
558 2004-08-12 Andrew Cagney <cagney@gnu.org>
559
560 * NEWS: Mention fixes in GDB 6.2.1.
561 * PROBLEMS: Remove mention of mips-irix.
562
563 2004-08-11 Joel Brobecker <brobecker@gnat.com>
564
565 * config/powerpc/xm-aix.h: Delete.
566 * config/powerpc/aix.mh (MH_FILE): Remove.
567 * config/powerpc/aix432.mh (MH_FILE): Remove.
568
569 2004-08-11 Joel Brobecker <brobecker@gnat.com>
570
571 * config/powerpc/aix.mh: Remove obsolete comment.
572 * config/powerpc/aix432.mh: Likewise.
573
574 2004-08-11 Joel Brobecker <brobecker@gnat.com>
575
576 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
577
578 2004-08-11 Joel Brobecker <brobecker@gnat.com>
579
580 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
581 this file is now empty.
582 * config/xm-aix4.h: Remove, this file is no longer included
583 anywhere.
584
585 2004-08-11 Joel Brobecker <brobecker@gnat.com>
586
587 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
588 that file is now empty.
589 (termdef): Remove prototype, function no longer used.
590
591 2004-08-11 Joel Brobecker <brobecker@gnat.com>
592
593 * doc/gdbint.texinfo (Host Definition): Remove documentation
594 for USE_O_NOCTTY, no longer used.
595 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
596 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
597
598 2004-08-11 Joel Brobecker <brobecker@gnat.com>
599
600 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
601 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
602 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
603
604 2004-08-11 Mark Kettenis <kettenis@gnu.org>
605
606 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
607 instead of FIVE_ARG_PTRACE.
608
609 * inflow.c (O_NOCTTY): Define to zero if not already defined.
610 (new_tty): Use O_NOCTTY unconditionally.
611
612 2004-08-10 Mark Kettenis <kettenis@gnu.org>
613
614 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
615 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
616 fflush on stdout.
617
618 2004-08-10 Joel Brobecker <brobecker@gnat.com>
619
620 * xcoff_symfile_finish: Replace last call to xmfree by call
621 to xfree.
622
623 2004-08-10 Andrew Cagney <cagney@gnu.org>
624
625 * main.c (captured_main): Delete call to init_malloc.
626 * defs.h (init_malloc): Delete declaration.
627 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
628 (init_malloc): Delete functions.
629
630 * defs.h (xmfree): Delete.
631 * utils.c (xmfree): Delete function.
632 (xfree): Inline calls to xmfree and mfree.
633 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
634 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
635 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
636 * somread.c (som_symfile_finish): Ditto.
637 * objfiles.c (allocate_objfile, free_objfile):
638 * nlmread.c (nlm_symfile_finish): Ditto.
639 * hpread.c (hpread_symfile_finish): Ditto.
640 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
641 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
642 * coffread.c (coff_symfile_finish): Ditto.
643
644 * defs.h (xmcalloc): Delete declaration.
645 * utils.c (xmcalloc): Delete.
646 (xcalloc): Inline calls to xmcalloc and mcalloc.
647 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
648 xcalloc and xfree.
649 * symtab.c (create_demangled_names_hash): Ditto.
650
651 * defs.h (xmrealloc): Delete.
652 * utils.c (xmrealloc): Delete.
653 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
654 * symmisc.c (extend_psymbol_list): Use xrealloc.
655 * source.c (find_source_lines): Ditto.
656 * hpread.c (hpread_lookup_type): Ditto.
657 * dbxread.c (add_bincl_to_list): Ditto.
658
659 * utils.c (xmmalloc): Delete.
660 (xmalloc): Inline xmmalloc and mmalloc calls.
661 (msavestring): Use xmalloc.
662 * defs.h (xmmalloc): Delete declaration.
663 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
664 xmmalloc.
665 * symmisc.c (extend_psymbol_list): Ditto.
666 * symfile.c (init_psymbol_list): Ditto.
667 * source.c (find_source_lines): Ditto.
668 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
669 * elfread.c (elf_symtab_read): Ditto.
670 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
671 * coffread.c (coff_symfile_init): Ditto.
672
673 2004-08-10 David Carlton <carlton@bactrian.org>
674
675 * MAINTAINERS: Remove David Carlton from c++ testsuite
676 maintainers.
677
678 2004-08-10 Jerome Guitton <guitton@gnat.com>
679
680 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
681 print a line feed before the prompt.
682
683 2004-08-10 Mark Kettenis <kettenis@gnu.org>
684
685 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
686
687 2004-08-09 Joel Brobecker <brobecker@gnat.com>
688
689 General cleanup of the AIX xm include file:
690 * config/xm-aix4.h (fd_set): Remove undefine.
691 Remove include of <sys/select.h>.
692 (HAVE_TERMIO): Remove define.
693 (USG): Likewise.
694 (NULL): Remove redefine.
695 (alloca): Remove #pragma.
696 (vfork): Remove define.
697 (termdef): Remove.
698 (SIGWINCH_HANDLER): Remove.
699 (SIGWINCH_HANDLER_BODY): Remove.
700
701 2004-08-09 Mark Kettenis <kettenis@gnu.org>
702
703 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
704 GDB_OSABI_OPENBSD_ELF.
705
706 2004-08-07 Robert Millan <robertmh@gnu.org>
707
708 * bsd-kvm.c: Check for nlist.h before including it.
709
710 2004-08-09 Mark Kettenis <kettenis@gnu.org>
711
712 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
713 sigcontext' offset consistency checks for ancient BSD.
714
715 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
716
717 * configure.in: Check for <sys/types.h>. Check return and
718 argument types of ptrace.
719 * configure, config.in: Regenerate.
720
721 2004-08-09 Jim Blandy <jimb@redhat.com>
722
723 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
724 rs6000_register_sim_regno): Doc fixes.
725
726 2004-08-08 Joel Brobecker <brobecker@gnat.com>
727
728 * mips-tdep.c: Include "floatformat.h".
729 (n32n64_floatformat_always_valid): New function.
730 (floatformat_n32n64_long_double_big): New constant.
731 (mips_gdbarch_init): Set size and format of long double
732 for N32 and N64 ABIs.
733 * Makefile.in (mips-tdep.o): Update dependencies.
734
735 2004-08-08 Andrew Cagney <cagney@gnu.org>
736
737 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
738 print. Improve script's error messages.
739 * gdbarch.h: Re-generate.
740
741 * gdbarch.sh (pformat): New function.
742 (float_format, double_format, long_double_format): List with bit
743 members. Use pformat when printing.
744 * gdbarch.c, gdbarch.h: Re-generate.
745
746 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
747
748 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
749 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
750 (ppcnbsd_supply_pcb): New function.
751 (_initialize_ppcnbsd_nat): New prototype and function.
752 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
753 (LOADLIBES): New variable.
754 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
755
756 2004-08-08 Andrew Cagney <cagney@gnu.org>
757
758 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
759 (builtin_type_ieee_double, builtin_type_ia64_quad)
760 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
761 BE/LE floating-point types.
762 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
763 (builtin_type_ieee_double, builtin_type_ia64_quad)
764 (builtin_type_ia64_spill): Declare.
765 * doublest.c (_initialize_doublest, floatformat_ieee_single)
766 (floatformat_ieee_double, floatformat_arm_ext)
767 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
768 of LE/BE floatformats.
769 * doublest.h: (struct floatformat, floatformat_ieee_single)
770 (floatformat_ieee_double, floatformat_arm_ext)
771 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
772
773 2004-08-08 Mark Kettenis <kettenis@gnu.org>
774
775 * i386gnu-nat.c (gnu_store_registers): Fix typo.
776
777 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
778 instead of regcache_raw_supply when storing the registers.
779
780 * i386gnu-nat.c: Update copyright year.
781 (gnu_store_registers): Don't use deprecated_registers and
782 deprecated_registers_valid. Use regcache_valid_p and
783 regcache_raw_supply instead.
784
785 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
786 frame_pc_unwind.
787
788 * procfs.c (procfs_pid_to_str): Remove redundant and unused
789 variables. Incapitalized "process".
790
791 * configure.in: Add cursesX to the list of possible curses libs.
792 Add cursesX.h to the list of possible curses headers.
793 * configure, config.in: Regenerate.
794
795 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
796
797 * configure.in: Test for struct lwp in <sys/lwp.h>.
798 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
799 the offset of l_addr in struct lwp.
800
801 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
802
803 * bsd-kvm.c: Include "gdbcore.h"
804 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
805
806 2004-08-07 Andrew Cagney <cagney@gnu.org>
807
808 * gdbtypes.c (build_flt, build_complex): New functions.
809 (gdbtypes_post_init): Use.
810
811 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
812
813 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
814 through to builtin_type_uint128.
815
816 * c-exp.y: Use builtin_type function to obtain builtin types.
817
818 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
819 builtin_uint128.
820 * gdbtypes.c (gdbtypes_post_init): Update.
821 (build_gdbtypes): Move initialization of builtin_type_int0
822 through to builtin_type_uint128 from here ...
823 (_initialize_gdbtypes): ... to here.
824 * d10v-tdep.c (d10v_register_type): Update.
825
826 * doublest.c: Update copyright.
827 (floatformat_from_length): Call error when floatformat is NULL.
828 (extract_floating_by_length): Remove NULL fmt check.
829 (store_floating_by_length): Ditto.
830
831 2004-08-07 Andrew Cagney <cagney@gnu.org>
832
833 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
834 that the register is valid.
835
836 2004-08-05 Mark Kettenis <kettenis@chello.nl>
837
838 * i386-linux-tdep.c (i386_linux_sigtramp_start)
839 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
840 struct frame_info *. Use safe_frame_unwind_memory instead of
841 deprecated_read_memory_nobpt.
842 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
843 changed signature of i386_linux_sigtramp_start and
844 i386_linux_rt_sigtramp_start.
845
846 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
847 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
848 instead of deprecated_read_memory_nobpt.
849 (i386nbsd_sigtramp_p): Adjust for changed signature of
850 i386nbsd_sigtramp_offset.
851
852 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
853 safe_frame_unwind_memory instead of target_read_memory.
854
855 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
856 !NO_SYS_FILE.
857 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
858 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
859 (_initialize_kernel_u_addr): Remove prototype and function.
860 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
861 !NO_SYS_FILE.
862 * xcoffread.c: Likewise.
863
864 2004-08-06 Mark Kettenis <kettenis@gnu.org>
865
866 * vax-nat.c: New file.
867 * vaxbsd-nat.c: Tweak comment.
868 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
869 vaxnbsd-tdep.c.
870 (vax-nat.o): New dependency.
871 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
872 (vax-*-ultrix2*): Remove.
873 * config/vax/vax.mh: New file.
874 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
875 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
876 (vax_register_u_addr): New prototype.
877 (REGISTER_U_ADDR): Define using vax_register_u_addr.
878 * config/vax/vaxult2.mh: Remove file.
879 * config/vax/vaxult.mh: Remove file.
880 * config/vax/vaxbsd.mh: Remove file.
881 * config/vax/vax.mt (TM_FILE): Remove.
882 * config/vax/tm-vaxbsd.h: Remove file.
883
884 2004-08-06 Joel Brobecker <brobecker@gnat.com>
885
886 * aix-thread.c (get_signaled_thread): New function.
887 (iter_trap): Delete, no longer used.
888 (iter_tid): New function.
889 (pd_update): Find the thread that received the SIGTRAP signal
890 by first locating the kernel thread, and then finding its
891 associated thread.
892
893 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
894
895 * lin-lwp.c (child_wait): Continue inferior after processing
896 PTRACE_EVENT_CLONE event.
897
898 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
899
900 * MAINTAINERS: Add self to Write-After-Approval.
901
902 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
903
904 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
905 libunwind-xxxx.so" where xxxx is UNW_TARGET.
906
907 2004-08-05 Andrew Cagney <cagney@gnu.org>
908
909 * config/xm-sysv4.h: Delete file.
910 * config/mips/xm-irix5.h: Delete file.
911 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
912 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
913 * config/ia64/xm-aix.h: Delete file.
914 * config/ia64/aix.mh (XM_FILE): Delete.
915 * config/pa/xm-hppah.h: Delete file.
916 * config/pa/hpux11w.mh (XM_FILE): Delete.
917 * config/pa/hpux11.mh (XM_FILE): Delete.
918 * config/pa/hpux1020.mh (XM_FILE): Delete.
919 * config/pa/hppahpux.mh (XM_FILE): Delete.
920
921 * config/alpha/xm-alphalinux.h: Delete file.
922 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
923 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
924 * config/alpha/xm-alphaosf.h: Delete file.
925 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
926 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
927 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
928 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
929
930 * config/i386/xm-i386v.h: Delete file.
931 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
932 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
933 * config/i386/xm-i386sco.h: Delete file.
934 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
935 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
936 * config/i386/xm-i386v4.h: Delete file.
937 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
938 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
939 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
940 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
941
942 * config/vax/xm-vax.h: Delete file.
943 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
944 * config/vax/xm-vaxult2.h: Delete file.
945 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
946 * config/vax/vaxult2.mh (XM_FILE): Delete.
947 * config/vax/xm-vaxult.h: Delete file.
948 * config/vax/vaxult.mh (XM_FILE): Delete.
949 * config/vax/xm-vaxbsd.h: Delete file.
950 * config/vax/vaxbsd.mh (XM_FILE): Delete.
951
952 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
953 * gdbarch.h, gdbarch.c: Re-generate.
954 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
955 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
956 * frame.h: Delete deprecated_read_fp from comments.
957 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
958 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
959
960 2004-08-04 Mark Kettenis <kettenis@gnu.org>
961
962 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
963 trampoline in OpenBSD 3.5-current.
964
965 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
966 SSE registers.
967
968 * Makefile.in: Remove embedded page breaks.
969
970 2004-08-04 Jim Blandy <jimb@redhat.com>
971
972 * regcache.c (regcache_raw_read): Assert that, after calling
973 target_fetch_registers, the register we're reading is cached.
974
975 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
976 a call to 'internal_error', with a more helpful error message.
977 * rs6000-tdep.c (e500_pseudo_register_read,
978 e500_pseudo_register_write, rs6000_store_return_value): Same.
979
980 2004-08-04 Andrew Cagney <cagney@gnu.org>
981
982 * Makefile.in: Update dependencies.
983
984 2004-08-04 Jim Blandy <jimb@redhat.com>
985
986 Change the layout of the PowerPC E500 raw register cache to allow
987 the lower 32-bit halves of the GPRS to be their own raw registers,
988 not pseudoregisters.
989 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
990 add ppc_ev0_upper_regnum flag.
991 * rs6000-tdep.c: #include "reggroups.h".
992 (spe_register_p): Recognize the ev upper half registers as SPE
993 registers.
994 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
995 registers.
996 (e500_move_ev_register): New function.
997 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
998 vector registers are the pseudo-registers now, formed by splicing
999 together the gprs and the upper-half registers.
1000 (e500_register_reggroup_p): New function.
1001 (P): Macro deleted.
1002 (P8, A4): New macro.
1003 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1004 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1005 macros.
1006 (registers_e500): Rearrange register set so that the raw register
1007 set contains 32-bit GPRs and upper-half registers, and the SPE
1008 vector registers become pseudo-registers.
1009 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1010 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1011 register numbers are now the same for the E500 as they are for
1012 other PowerPC variants. Register e500_register_reggroup_p as the
1013 register group function for the E500.
1014 * Makefile.in (rs6000-tdep.o): Update dependencies.
1015
1016 Adapt PPC E500 native support to the new raw regcache layout.
1017 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1018 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1019 (fetch_spe_register, store_spe_register): Handle fetching/storing
1020 all the SPE registers at once, if regno == -1. These now take
1021 over the job of fetch_spe_registers and store_spe_registers.
1022 (fetch_spe_registers, store_spe_registers): Deleted.
1023 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1024 unconditionally; they're always raw. Fetch/store SPE upper half
1025 registers, if present, instead of ev registers.
1026 (fetch_register, store_register): Remove sanity checks: gprs are
1027 never pseudo-registers now, so we never need to even mention any
1028 registers that are ever pseudoregisters.
1029
1030 Use a fixed register numbering when communicating with the PowerPC
1031 simulator.
1032 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1033 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1034 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1035 New functions.
1036 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1037 init_sim_regno_table.
1038 * Makefile.in (gdb_sim_ppc_h): New variable.
1039 (rs6000-tdep.o): Update dependencies.
1040
1041 2004-08-02 Andrew Cagney <cagney@gnu.org>
1042
1043 * cris-tdep.c (cris_register_size): Restore function, still used
1044 locally.
1045
1046 * gdbarch.sh (deprecated_target_read_fp)
1047 (deprecated_frame_locals_address, deprecated_frame_args_address)
1048 (deprecated_frame_chain_valid, deprecated_frame_chain)
1049 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1050 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1051 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1052 * gdbarch.h, gdbarch.c: Re-generate.
1053 * regcache.c (deprecated_read_fp): Do not call
1054 DEPRECATED_TARGET_READ_FP_P.
1055 * infcmd.c (default_print_registers_info): Do not call
1056 DEPRECATED_DO_REGISTERS_INFO.
1057 * frame-base.c (default_frame_locals_address): Do not call
1058 DEPRECATED_FRAME_LOCALS_ADDRESS.
1059 (default_frame_args_address): Do not call
1060 DEPRECATED_FRAME_ARGS_ADDRESS.
1061
1062 * gdbarch.sh (deprecated_register_raw_size)
1063 (deprecated_register_virtual_size:int): Delete.
1064 * gdbarch.h, gdbarch.c: Re-generate.
1065 * cris-tdep.c (cris_register_size): Delete.
1066 (cris_gdbarch_init): Update.
1067 * alpha-tdep.c (alpha_register_raw_size)
1068 (alpha_register_virtual_size): Delete.
1069 (alpha_gdbarch_init): Update.
1070
1071 * gdbarch.sh (deprecated_register_virtual_type)
1072 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1073 (deprecated_dummy_write_sp): Delete.
1074 * gdbarch.h, gdbarch.c: Re-generate.
1075
1076 * gdbarch.sh (deprecated_register_bytes): Delete.
1077 * gdbarch.h, gdbarch.c: Re-generate.
1078 * regcache.c (deprecated_register_bytes): New function.
1079 * regcache.h (deprecated_register_bytes): Declare.
1080 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1081 * v850-tdep.c (v850_gdbarch_init): Update.
1082 * sh64-tdep.c (sh64_gdbarch_init): Update.
1083 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1084 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1085 * mcore-tdep.c (mcore_gdbarch_init): Update.
1086 * cris-tdep.c (cris_gdbarch_init): Update.
1087 * arm-tdep.c (arm_gdbarch_init): Update.
1088 * remote.c (init_remote_state): Update.
1089 * remote-vx.c (vx_prepare_to_store): Update.
1090 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1091 * irix5-nat.c (fetch_core_registers): Update.
1092 * cris-tdep.c (cris_register_bytes_ok): Update.
1093 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1094
1095 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1096 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1097 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1098 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1099 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1100 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1101 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1102 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1103 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1104 with mips_insn16 and mips_insn32.
1105
1106 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1107 * rs6000-tdep.c (rs6000_push_dummy_call)
1108 (rs6000_extract_return_value): Use register_size.
1109 * xstormy16-tdep.c (xstormy16_get_saved_register)
1110 (xstormy16_extract_return_value): Ditto.
1111 * valops.c (value_assign): Ditto.
1112 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1113 * v850-tdep.c (v850_extract_return_value): Ditto.
1114 * tracepoint.c (collect_symbol): Ditto.
1115 * target.c (debug_print_register): Ditto.
1116 * stack.c (frame_info): Ditto.
1117 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1118 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1119 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1120 (store_register_using_P): Ditto.
1121 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1122 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1123 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1124 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1125 * regcache.c (deprecated_read_register_bytes)
1126 (deprecated_write_register_bytes, read_register)
1127 (write_register): Ditto.
1128 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
1129 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
1130 * monitor.c (monitor_supply_register, monitor_fetch_register)
1131 (monitor_store_register): Ditto.
1132 * mn10300-tdep.c (mn10300_pop_frame_regular)
1133 (mn10300_print_register): Ditto.
1134 * mipsv4-nat.c (fill_fpregset): Ditto.
1135 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
1136 (mips64_fill_fpregset): Ditto.
1137 * mi/mi-main.c (register_changed_p, get_register)
1138 (mi_cmd_data_write_register_values): Ditto.
1139 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
1140 * irix5-nat.c (fill_gregset, fetch_core_registers):
1141 * infrun.c (write_inferior_status_register): Ditto.
1142 * infptrace.c (fetch_register, store_register): Ditto.
1143 * infcmd.c (default_print_registers_info): Ditto.
1144 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
1145 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
1146 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
1147 * hpux-thread.c (hpux_thread_fetch_registers)
1148 (hpux_thread_store_registers): Ditto.
1149 * hppah-nat.c (store_inferior_registers, fetch_register):
1150 * findvar.c (value_from_register): Ditto.
1151 * dve3900-rom.c (fetch_bitmapped_register):
1152 * cris-tdep.c (cris_gdbarch_init): Ditto.
1153 * alpha-tdep.h: Ditto.
1154 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
1155
1156 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
1157 DEPRECATED_REGISTER_RAW_SIZE from comments.
1158 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
1159 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
1160 DEPRECATED_REGISTER_RAW_SIZE.
1161 * findvar.c (value_of_register): Simplify by assuming that the
1162 registers raw and virtual sizes are identical.
1163 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1164 comment.
1165 * arch-utils.c (generic_register_size): Simplify by assuming
1166 register_type.
1167
1168 * regcache.c (legacy_read_register_gen, real_register)
1169 (legacy_write_register_gen): Delete, not used.
1170
1171 * regcache.c (struct regcache_descr): Delete legacy_p.
1172 (init_legacy_regcache_descr): Delete function.
1173 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1174 Do not use deprecated register functions.
1175 (regcache_raw_read, deprecated_write_register_gen):
1176 (deprecated_read_register_gen, regcache_raw_write): Delete code
1177 predicated on legacy_p.
1178 (register_size): Delete check against register raw size.
1179
1180 * cris-tdep.c (cris_register_type): Replace
1181 cris_register_virtual_type.
1182 (cris_gdbarch_init): Update, set register_type.
1183
1184 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1185 * gdbarch.h, gdbarch.c: Re-generate.
1186 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1187 (arm_gdbarch_init) Do not set frameless function invocation.
1188 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1189 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1190 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1191 (frv_gdbarch_init): Do not set frameless function invocation.
1192 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1193 * sh-tdep.c (sh_gdbarch_init): Ditto.
1194 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1195 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1196 * avr-tdep.c (avr_gdbarch_init): Ditto.
1197
1198 * blockframe.c (legacy_frame_chain_valid): Delete function.
1199
1200 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1201 and pc. Update comments.
1202 (pc_in_dummy_frame): Delete function.
1203 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1204 use the "id".
1205 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1206 call_hi, top and pc, use the id.
1207 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1208
1209 * dummy-frame.c: Include "gdb_string.h".
1210 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1211 (generic_save_dummy_frame_tos): Delete.
1212 (dummy_frame_push): New function, replaces above.
1213 * dummy-frame.h: Update copyright.
1214 (dummy_frame_push): Declare.
1215 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1216 (generic_save_call_dummy_addr): Delete declarations.
1217 * infcall.c: Include "dummy-frame.h".
1218 (call_function_by_hand): Add locals caller_regcache,
1219 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1220 with call to frame_save_as_regcache plus cleanup. Delete calls to
1221 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1222 Move clear_proceed_status to just before the resume, add call to
1223 dummy_frame_push (discard cleanup).
1224 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1225 (dummy-frame.o): Add $(gdb_string_h).
1226
1227 2004-08-01 Andrew Cagney <cagney@gnu.org>
1228
1229 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1230 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1231 * dummy-frame.c (find_dummy_frame): Delete.
1232 (struct dummy_frame_cache, dummy_frame_sniffer)
1233 (dummy_frame_prev_register, dummy_frame_this_id)
1234 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
1235 frame unwinder using a dummy_frame_cache.
1236
1237 2004-08-01 Andrew Cagney <cagney@gnu.org>
1238
1239 * frame.h (frame_save_as_regcache): Declare.
1240 * frame.c (frame_save_as_regcache): New function.
1241 (do_frame_read_register): Replace do_frame_unwind_register.
1242 (frame_pop): Use frame_save_as_regcache.
1243 * dummy-frame.c (generic_push_dummy_frame): Use
1244 frame_save_as_regcache.
1245
1246 2004-08-01 Joel Brobecker <brobecker@gnat.com>
1247
1248 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
1249 file as included until we record the first line in the linetable.
1250
1251 2004-08-01 Andrew Cagney <cagney@gnu.org>
1252
1253 * frame.h (deprecated_pop_dummy_frame)
1254 (deprecated_read_register_dummy)
1255 (deprecated_generic_find_dummy_frame): Delete.
1256 * dummy-frame.c (deprecated_generic_find_dummy_frame)
1257 (deprecated_read_register_dummy)
1258 (deprecated_find_dummy_frame_regcache)
1259 (discard_innermost_dummy)
1260 (deprecated_pop_dummy_frame): Delete.
1261 (dummy_frame_this_id): Simplify.
1262 (struct dummy_frame): Delete "fp" and "sp".
1263 (find_dummy_frame): Simplify.
1264 (generic_push_dummy_frame): Do not set "fp" or "sp".
1265 (fprint_dummy_frames): Do not print "fp" and "sp"
1266
1267 2004-08-01 Mark Kettenis <kettenis@gnu.org>
1268
1269 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
1270 (struct i386_insn): New structure.
1271 (i386_match_insn): New function.
1272 (i386_frame_setup_skip_insns): New variable.
1273 (i386_analyze_frame_setup): Change to use i386_match_insn and the
1274 array i386_frame_setup_insns of instructions that should be
1275 skipped inside the frame setup sequence.
1276
1277 2004-08-01 Andrew Cagney <cagney@gnu.org>
1278
1279 * frame.h (deprecated_frame_xmalloc_with_cleanup)
1280 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1281 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1282 * stack.c (frame_info): Delete references to
1283 DEPRECATED_FRAME_INIT_SAVED_REGS and
1284 deprecated_get_frame_saved_regs.
1285 * frame.c (struct frame_info): Delete saved_regs and extra_info.
1286 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
1287 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
1288 (frame_unwind_register_signed)
1289 (frame_unwind_register_unsigned)
1290 (frame_unwind_unsigned_register): Use register_size.
1291 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
1292 (deprecated_frame_xmalloc_with_cleanup)
1293 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1294 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1295
1296 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
1297 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
1298 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
1299 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
1300
1301 * infcall.c (call_function_by_hand): Do not use
1302 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
1303 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
1304 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
1305 DEPRECATED_STACK_ALIGN.
1306
1307 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1308
1309 Committed by Andrew Cagney.
1310 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
1311
1312 2004-08-01 Andrew Cagney <cagney@gnu.org>
1313
1314 * mips-tdep.c (mips16_frame_cache)
1315 (mips16_frame_this_id, mips16_frame_prev_register)
1316 (mips16_frame_unwind, mips16_frame_sniffer)
1317 (mips16_frame_base_address, mips16_frame_base)
1318 (mips16_frame_base_sniffer, mips32_frame_cache)
1319 (mips32_frame_this_id, mips32_frame_prev_register)
1320 (mips32_frame_unwind, mips32_frame_sniffer)
1321 (mips32_frame_base_address, mips32_frame_base)
1322 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
1323 separate heuristic mips16 and mips32 unwinders.
1324 (mips_stub_frame_cache, mips_stub_frame_this_id)
1325 (mips_stub_frame_prev_register)
1326 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
1327 (mips_stub_frame_base_address, mips_stub_frame_base)
1328 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
1329 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
1330 match true mdebug frames.
1331 (non_heuristic_proc_desc): Add forward declaration.
1332
1333 2004-08-01 Andrew Cagney <cagney@gnu.org>
1334
1335 * config/mips/tm-irix6.h: Delete file.
1336 * config/mips/tm-irix5.h: Delete file.
1337 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
1338 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
1339
1340 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
1341 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
1342 * config/nm-gnu.h (NO_CORE_OPS): Delete.
1343 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
1344 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
1345 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
1346 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
1347 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
1348 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
1349 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
1350 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
1351 (TARGET_SIGNAL_RAW_VALUES): Delete.
1352 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1353 Delete.
1354 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
1355 (TARGET_HW_WATCH_LIMIT): Delete.
1356 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
1357 * minimon.h: Delete file.
1358
1359 * trad-frame.c (trad_frame_get_this_base)
1360 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
1361 functions.
1362 * trad-frame.h (trad_frame_set_this_base)
1363 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
1364
1365 2004-07-31 Andrew Cagney <cagney@gnu.org>
1366
1367 * trad-frame.c (trad_frame_get_prev_register): Rename
1368 trad_frame_get_prev_register.
1369 * vax-tdep.c (vax_frame_prev_register): Update.
1370 * trad-frame.h: Update.
1371 * trad-frame.c (trad_frame_get_register): Update.
1372 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
1373 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
1374 Update.
1375 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
1376 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
1377 Update.
1378 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
1379 Update.
1380 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
1381 Update.
1382 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
1383 Update.
1384 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
1385 Update.
1386 * s390-tdep.c (s390_frame_prev_register)
1387 (s390_stub_frame_prev_register)
1388 (s390_sigtramp_frame_prev_register): Update.
1389 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
1390 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
1391 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
1392 * m88k-tdep.c (m88k_frame_prev_register)
1393 * m68hc11-tdep.c (m68hc11_frame_prev_register)
1394 * m32r-tdep.c (m32r_frame_prev_register): Update.
1395 * hppa-tdep.c (hppa_frame_prev_register_helper)
1396 * frv-tdep.c (frv_frame_prev_register): Update.
1397 * d10v-tdep.c (d10v_frame_prev_register): Update.
1398 * cris-tdep.c (cris_frame_prev_register): Update.
1399 * avr-tdep.c (avr_frame_prev_register): Update.
1400 * arm-tdep.c (arm_prologue_prev_register)
1401 (arm_sigtramp_prev_register): Update.
1402
1403 2004-07-31 Andrew Cagney <cagney@gnu.org>
1404
1405 * frame.h (legacy_saved_regs_unwind)
1406 (legacy_frame_chain_valid, legacy_frame_p)
1407 (enum frame_type): Delete UNKNOWN_FRAME.
1408 * dummy-frame.c (dummy_frame_this_id): Simplify.
1409 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
1410 * frame.c (struct frame_info): Delete the field "type".
1411 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
1412 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
1413 (legacy_saved_regs_unwind, legacy_frame_p)
1414 (frame_type_from_pc): Delete.
1415 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
1416 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
1417
1418 2004-07-31 Mark Kettenis <kettenis@gnu.org>
1419
1420 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
1421 indentation.
1422
1423 * mips-nat.c: Remove file.
1424 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
1425 (mips-nat.o): Remove dependency.
1426
1427 * infptrace.c: Update copyright year.
1428 (fetch_register): Pass NULL in regcache_raw_supply call instead of
1429 explicitly setting the buffer to all zeroes.
1430
1431 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
1432 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
1433
1434 2004-07-30 Andrew Cagney <cagney@gnu.org>
1435
1436 * GDB 6.2 released from gdb_6_2-branch.
1437
1438 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1439
1440 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
1441
1442 * exec.c (exec_file_attach):
1443 * nto-tdep.c (nto_find_and_open_solib):
1444 * pa64solib.c (pa64_solib_sizeof_symbol_table):
1445 * solib.c (solib_open):
1446 * somsolib.c (som_solib_sizeof_symbol_table):
1447 * source.c (is_regular_file, openp, open_source_file):
1448 * symfile.c (symfile_bfd_open):
1449 * wince.c (upload_to_device): Differentiate between the search for
1450 binary and source files.
1451
1452 2004-07-30 Andrew Cagney <cagney@gnu.org>
1453
1454 * complaints.c (_initialize_complaints): Pass NULL to
1455 add_setshow_zinteger_cmd for help_doc.
1456 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
1457
1458 2004-07-30 Andrew Cagney <cagney@gnu.org>
1459
1460 Fix PR i18n/761.
1461 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
1462 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
1463 $(PACKAGE).pot and update-po.
1464 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
1465 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
1466 (update-po): New rules.
1467 (localedir): Define using autoconf.
1468 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
1469 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
1470 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
1471 * configure.in: Generate CATALOGS and LINGUAS from contents of
1472 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
1473 * configure: Re-generate.
1474 * po/gdbtext: New file
1475
1476 2004-07-30 Jerome Guitton <guitton@gnat.com>
1477
1478 * MAINTAINERS: Reorder Write After Approval list in alphabetical
1479 order.
1480
1481 2004-07-30 David Lecomber <dsl@sources.redhat.com>
1482
1483 * dwarf2read.c (read_file_scope): Set producer if attribute
1484 present.
1485 (struct dwarf2_cu): Added new member producer.
1486
1487 2004-07-30 Jerome Guitton <guitton@gnat.com>
1488
1489 * inflow.c (kill_command): release file handles in BFD.
1490 * exec.c (exec_file_attach): Ditto.
1491 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
1492
1493 2004-07-29 Andrew Cagney <cagney@gnu.org>
1494
1495 * PROBLEMS (mips-irix): Note that it is broken.
1496
1497 2004-07-29 Andrew Cagney <cagney@gnu.org>
1498
1499 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
1500 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
1501
1502 * config/xm-nbsd.h: Delete file.
1503 * config/arm/xm-nbsd.h: Delete file.
1504 * config/i386/xm-nbsd.h: Delete file.
1505 * config/ns32k/xm-nbsd.h: Delete file.
1506 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
1507 * config/i386/nbsdelf.mh (XM_FILE): Delete.
1508 * config/i386/nbsdaout.mh (XM_FILE): Delete.
1509 * config/arm/nbsdelf.mh (XM_FILE): Delete.
1510 * config/arm/nbsdaout.mh (XM_FILE): Delete.
1511
1512 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
1513 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
1514 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
1515 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
1516 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
1517 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
1518
1519 * config/powerpc/xm-linux.h: Delete empty file.
1520 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
1521 * config/powerpc/linux.mh (XM_FILE): Delete.
1522 * config/m68k/xm-linux.h: Delete empty file.
1523 * config/m68k/linux.mh (XM_FILE): Delete.
1524 * config/ia64/xm-linux.h: Delete empty file.
1525 * config/ia64/linux.mh (XM_FILE): Delete.
1526 * config/arm/xm-linux.h: Delete empty file.
1527 * config/arm/linux.mh (XM_FILE): Delete.
1528
1529 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1530 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
1531 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1532 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
1533 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1534 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
1535 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1536 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
1537
1538 * config/m68k/xm-m68k.h: Delete file.
1539 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
1540 copyright.
1541 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
1542 * config/pa/xm-linux.h: Delete empty file.
1543 * config/pa/linux.mh (XM_FILE): Delete.
1544 * config/i386/xm-i386.h: Delete empty file.
1545 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
1546 "i386/xm-i386.h".
1547 * config/i386/obsdaout.mh (XM_FILE): Delete.
1548 * config/i386/obsd64.mh (XM_FILE): Delete.
1549 * config/i386/fbsd64.mh (XM_FILE): Delete.
1550 * config/i386/nto.mh (XM_FILE): Delete.
1551 * config/i386/obsd.mh (XM_FILE): Delete.
1552 * config/i386/linux64.mh (XM_FILE): Delete.
1553 * config/i386/linux.mh (XM_FILE): Delete.
1554 * config/i386/i386sol2.mh (XM_FILE): Delete.
1555 * config/i386/i386gnu.mh (XM_FILE): Delete.
1556 * config/i386/fbsd.mh (XM_FILE): Delete.
1557 * config/i386/nbsd64.mh (XM_FILE): Delete.
1558
1559 2004-07-29 Andrew Cagney <cagney@gnu.org>
1560
1561 * config/pa/xm-linux.h: Do not include "floatformat.h".
1562 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1563 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1564 * config/i386/xm-i386.h: Do not include "floatformat.h".
1565 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1566 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1567 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1568 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
1569 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
1570 GDB_HOST_LONG_DOUBLE_FORMAT instead.
1571 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
1572 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
1573 * configure, config.in: Regenerate.
1574 * configure.host (gdb_host_float_format, gdb_host_double_format)
1575 (gdb_host_long_double_format): Set according to the host.
1576
1577 2004-07-29 Andrew Cagney <cagney@gnu.org>
1578
1579 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
1580
1581 2004-07-28 Andrew Cagney <cagney@gnu.org>
1582
1583 * PROBLEMS: Mention threads/1650.
1584 * NEWS: Mention the NPTL fix.
1585
1586 2004-07-28 Andrew Cagney <cagney@gnu.org>
1587
1588 * cli/cli-decode.c (add_setshow_cmd): Delete function.
1589 (add_setshow_cmd_full): Make static.
1590 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
1591 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
1592 * cli/cli-decode.c (add_setshow_filename_cmd)
1593 (add_setshow_string_cmd): New functions.
1594 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
1595 * mips-tdep.c (_initialize_mips_tdep): Update.
1596 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
1597 * cli/cli-logging.c (_initialize_cli_logging): Update.
1598 * complaints.c (_initialize_complaints): Update.
1599 * remote.c (_initialize_remote): Update.
1600
1601 2004-07-28 Andrew Cagney <cagney@gnu.org>
1602
1603 * cli/cli-decode.c (add_setshow_zinteger_cmd)
1604 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
1605 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
1606 print parameters. Make string parameters constant.
1607 * command.h: Update. Update copyright.
1608 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1609 * observer.c (_initialize_observer): Ditto.
1610 * frame.c (_initialize_frame): Ditto.
1611 * complaints.c (_initialize_complaints): Ditto.
1612 * maint.c (_initialize_maint_cmds): Ditto.
1613 * target.c (initialize_targets): Ditto.
1614 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1615 * infcall.c (_initialize_infcall): Ditto.
1616 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1617 * m32r-rom.c (_initialize_m32r_rom): Ditto.
1618 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1619 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
1620 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1621
1622 2004-07-28 Andrew Cagney <cagney@gnu.org>
1623
1624 * gdbtypes.c (lookup_primitive_typename): Delete function.
1625 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
1626 * ada-lex.l: Use language_lookup_primitive_type_by_name.
1627 * gdbtypes.c (lookup_typename): Ditto.
1628 * f-exp.y (yylex): Ditto.
1629 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
1630
1631 * scm-lang.c (c_builtin_types): Delete extern declaration.
1632 (scm_language_defn): Replace
1633 string_char_type and primitive_type_vector with
1634 la_language_arch_info.
1635 * jv-lang.c (java_language_defn): Replace
1636 string_char_type and primitive_type_vector with
1637 la_language_arch_info.
1638 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
1639 c_builtin_types in comment.
1640 * c-lang.h (struct language_arch_info): Declare opaque.
1641 (c_language_arch_info): Declare.
1642 (c_builtin_types): Delete declaration.
1643 * c-lang.c (c_language_arch_info): Set string_char_type to
1644 builtin_char, not builtin_true_char. Make global.
1645 (c_builtin_types): Delete array.
1646 (asm_language_defn, minimal_language_defn): Replace
1647 string_char_type and primitive_type_vector with
1648 la_language_arch_info.
1649
1650 2004-07-28 Andrew Cagney <cagney@gnu.org>
1651
1652 * gdbtypes.h (struct builtin_type): Rename true_char to
1653 builtin_true_char.
1654 * gdbtypes.c (gdbtypes_post_init): Update.
1655 * c-lang.c (arch_info): New function.
1656 (enum c_primitive_types): New enum.
1657 (c_language_defn): Instead of string_char_type and
1658 primitive_type_vector set la_language_arch_info.
1659
1660 2004-07-28 Andrew Cagney <cagney@gnu.org>
1661
1662 * language.h (struct language_arch_info): Fix typo
1663 s/primative/primitive/.
1664 * gdbtypes.c (lookup_primitive_typename): Ditto.
1665 * language.c (language_lookup_primitive_type_by_name)
1666 (unknown_language_arch_info): Ditto.
1667
1668 2004-07-27 Andrew Cagney <cagney@gnu.org>
1669
1670 * defs.h (enum language): Add nr_languages.
1671 * language.h (struct language_arch_info): Define.
1672 (struct language_defn): Add la_language_arch_info.
1673 (language_lookup_primative_type_by_name): Declare.
1674 (language_string_char_type): Declare.
1675 * language.c (_initialize_language, language_gdbarch_post_init)
1676 (struct language_gdbarch, language_gdbarch_data): Implement
1677 per-architecture language information.
1678 (unknown_language_arch_info, language_string_char_type)
1679 (language_lookup_primative_type_by_name): New functions.
1680 (unknown_language_defn, auto_language_defn)
1681 (local_language_defn): Set la_language_arch_info to
1682 unknown_language_arch_info.
1683 (unknown_builtin_types): Delete.
1684 * gdbtypes.c (lookup_primitive_typename): Use
1685 language_lookup_primative_type_by_name.
1686 (create_string_type): Use language_string_char_type.
1687 * values.c (value_from_string): Use language_string_char_type.
1688 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
1689 * p-lang.c (pascal_language_defn): Ditto.
1690 * m2-lang.c (m2_language_defn): Ditto.
1691 * jv-lang.c (java_language_defn): Ditto.
1692 * objc-lang.c (objc_language_defn): Ditto.
1693 * f-lang.c (f_language_defn): Ditto.
1694 * c-lang.c (c_language_defn, cplus_language_defn)
1695 (asm_language_defn, minimal_language_defn): Ditto.
1696
1697 2004-07-27 Andrew Cagney <cagney@gnu.org>
1698
1699 * gdbtypes.h (struct builtin_type): Declare.
1700 (builtin_type): Declare.
1701 * d10v-tdep.c (d10v_register_type): Use builtin_type.
1702 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
1703 (gdbtypes_post_init): New function.
1704 (builtin_type): New function.
1705
1706 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
1707
1708 * remote-m32r-sdi.c: Fix breakpoint bug.
1709 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
1710 recv_char_data, recv_long_data): New functions to replace communication
1711 sequences.
1712
1713 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
1714
1715 Document PR threads/1650.
1716 * PROBLEMS (Threads): Document problem with many threads
1717
1718 2004-07-26 Andrew Cagney <cagney@gnu.org>
1719
1720 * gdb-mi.el: Move from here ...
1721 * mi/gdb-mi.el: ... to here.
1722
1723 2004-07-26 Andrew Cagney <cagney@gnu.org>
1724
1725 Problem reported by Ashley Pittman <ashley@quadrics.com>.
1726 * main.c (captured_main): When in batch mode always detach.
1727
1728 2004-07-26 Andrew Cagney <cagney@gnu.org>
1729
1730 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
1731 and h8300 as broken.
1732 * NEWS: END-OF-LIFE frame compatibility module.
1733 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
1734 specific comments.
1735
1736 2004-07-26 Andrew Cagney <cagney@gnu.org>
1737
1738 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
1739 * xcoffsolib.c (_initialize_xcoffsolib): Update.
1740 * wince.c (_initialize_wince): Update.
1741 * win32-nat.c (_initialize_win32_nat): Update.
1742 * varobj.c (_initialize_varobj): Update.
1743 * valops.c (_initialize_valops): Update.
1744 * utils.c (initialize_utils, initialize_utils): Update.
1745 * tui/tui-win.c (_initialize_tui_win): Update.
1746 * top.c (init_main): Update.
1747 * symfile.c (_initialize_symfile): Update.
1748 * source.c (_initialize_source): Update.
1749 * somsolib.c (_initialize_som_solib): Update.
1750 * solib.c (_initialize_solib): Update.
1751 * solib-frv.c (_initialize_frv_solib): Update.
1752 * serial.c (_initialize_serial): Update.
1753 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
1754 * remote.c (_initialize_remote, _initialize_remote): Update.
1755 * remote-vx.c (_initialize_vx): Update.
1756 * remote-utils.c (_initialize_sr_support): Update.
1757 * remote-sds.c (_initialize_remote_sds): Update.
1758 * remote-mips.c (_initialize_remote_mips): Update.
1759 * remote-e7000.c (_initialize_remote_e7000): Update.
1760 * proc-api.c (_initialize_proc_api): Update.
1761 * printcmd.c: Update.
1762 * parse.c (_initialize_parse): Update.
1763 * pa64solib.c (_initialize_pa64_solib): Update.
1764 * p-valprint.c (_initialize_pascal_valprint): Update.
1765 * monitor.c (_initialize_remote_monitors): Update.
1766 * mips-tdep.c (_initialize_mips_tdep): Update.
1767 * mcore-tdep.c (_initialize_mcore_tdep): Update.
1768 * maint.c (_initialize_maint_cmds): Update.
1769 * lin-lwp.c (_initialize_lin_lwp): Update.
1770 * language.c (_initialize_language): Update.
1771 * kod.c (_initialize_kod): Update.
1772 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
1773 * i386-tdep.c (_initialize_i386_tdep): Update.
1774 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
1775 * gdbarch.sh: Update.
1776 * gdbarch.c: Re-generate.
1777 * gdb-events.sh: Update.
1778 * gdb-events.c: Re-generate.
1779 * frame.c (_initialize_frame): Update.
1780 * exec.c: Update.
1781 * demangle.c (_initialize_demangler): Update.
1782 * dcache.c (_initialize_dcache): Update.
1783 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
1784 * cp-valprint.c (_initialize_cp_valprint): Update.
1785 * corefile.c (_initialize_core): Update.
1786 * command.h: Update.
1787 * cli/cli-decode.h: Update.
1788 * cli/cli-cmds.c (init_cli_cmds): Update.
1789 * charset.c (_initialize_charset): Update.
1790 * breakpoint.c (_initialize_breakpoint): Update.
1791 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
1792 * alpha-tdep.c (_initialize_alpha_tdep): Update.
1793 * aix-thread.c (_initialize_aix_thread): Update.
1794
1795 2004-07-24 Mark Kettenis <kettenis@gnu.org>
1796
1797 Partial fix for PR backtrace/1718.
1798 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
1799 that GCC migrates into the prolugue. Don't handle any
1800 instructions that clobber %ebx.
1801
1802 2004-07-23 Andrew Cagney <cagney@gnu.org>
1803
1804 Use regcache_raw_collect instead of regcache_collect.
1805 * regcache.h (regcache_collect): Delete declaration.
1806 * regcache.c (regcache_colect): Delete function.
1807 * win32-nat.c (do_child_store_inferior_registers): Update.
1808 * sol-thread.c (sol_thread_store_registers): Update.
1809 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
1810 * rs6000-nat.c (store_register): Update.
1811 * remote.c (store_register_using_P, remote_store_registers): Update.
1812 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
1813 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
1814 (fill_vrregset, store_spe_registers, fill_gregset)
1815 (fill_gregset): Update.
1816 * nto-procfs.c (procfs_store_registers): Update.
1817 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
1818 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
1819 * m68klinux-nat.c (store_register, fill_gregset): Update.
1820 * m68k-tdep.c (fill_gregset): Update.
1821 * infptrace.c (store_register): Update.
1822 * i386-nto-tdep.c (i386nto_regset_fill): Update.
1823 * i386-linux-nat.c (store_register, fill_gregset): Update.
1824 * hppa-linux-nat.c (fill_gregset): Update.
1825 * go32-nat.c (store_register): Update.
1826 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
1827 (store_fp_regs): Update.
1828 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
1829 (store_nwfpe_extended, store_fpregister, store_fpregs)
1830 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
1831 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
1832 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
1833 (store_regs_user_thread, store_regs_kernel_thread): Update.
1834
1835 2004-07-24 Mark Kettenis <kettenis@gnu.org>
1836
1837 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
1838 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
1839 encoding.
1840 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
1841 member of `struct comp_unit'.
1842
1843 2004-07-23 Andrew Cagney <cagney@gnu.org>
1844
1845 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
1846 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
1847
1848 2004-07-23 Martin Hunt <hunt@redhat.com>
1849 Kevin Buettner <kevinb@redhat.com>
1850
1851 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
1852 alignment was being added to the offset instead of multiplied.
1853
1854 2004-07-23 Mark Kettenis <kettenis@gnu.org>
1855
1856 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
1857 changed signal trampoline in OpenBSD 3.5-current.
1858
1859 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
1860 <machine/pcb.h> and "bsd-kvm.h".
1861 (sparc64nbsd_supply_pcb): New function.
1862 (_initialize_sparc64nbsd_nat): Renamed from
1863 _initialize_sparcnbsd_nat. Enable libkvm interface.
1864 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
1865 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
1866 (LOADLIBES): New variable.
1867
1868 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
1869
1870 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
1871
1872 2004-07-21 Andrew Cagney <cagney@gnu.org>
1873
1874 Use regcache_raw_supply instead of supply_register.
1875 * regcache.h (supply_register): Delete declaration.
1876 * regcache.c (supply_register): Delete function.
1877 * wince.c (do_child_fetch_inferior_registers): Update.
1878 * win32-nat.c (do_child_fetch_inferior_registers)
1879 (fetch_elf_core_registers): Update.
1880 * v850ice.c (v850ice_fetch_registers): Update.
1881 * thread-db.c (thread_db_store_registers): Update.
1882 * sol-thread.c (sol_thread_store_registers): Update.
1883 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
1884 * rs6000-nat.c (fetch_register): Update.
1885 * rom68k-rom.c (rom68k_supply_one_register): Update.
1886 * remote.c (remote_wait, remote_async_wait): Update.
1887 * remote-st.c (get_hex_regs): Update.
1888 * remote-sim.c (gdbsim_fetch_register): Update.
1889 * remote-sds.c (sds_fetch_registers): Update.
1890 * remote-rdp.c (remote_rdp_fetch_register): Update.
1891 * remote-rdi.c (arm_rdi_fetch_registers): Update.
1892 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
1893 * remote-m32r-sdi.c (m32r_fetch_register): Update.
1894 * remote-hms.c (init_hms_cmds): Update.
1895 * remote-est.c (init_est_cmds): Update.
1896 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
1897 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
1898 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
1899 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
1900 (fetch_register, supply_vrregset, supply_vrregset)
1901 (fetch_spe_registers): Update.
1902 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
1903 * monitor.c (monitor_supply_register): Update.
1904 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
1905 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
1906 (mipsnbsd_supply_fpreg): Update.
1907 * mips-nat.c (fetch_inferior_registers)
1908 (fetch_core_registers): Update.
1909 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
1910 (supply_fpregset, mips64_supply_gregset)
1911 (mips64_supply_fpregset): Update.
1912 * m68klinux-nat.c (fetch_register, supply_gregset)
1913 (supply_fpregset): Update.
1914 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
1915 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
1916 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
1917 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
1918 * infptrace.c (fetch_register): Update.
1919 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
1920 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
1921 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
1922 (gnu_fetch_registers, gnu_store_registers): Update.
1923 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
1924 * i386-linux-nat.c (fetch_register, supply_gregset)
1925 (dummy_sse_values): Update.
1926 * hpux-thread.c (hpux_thread_fetch_registers): Update.
1927 * hppah-nat.c (fetch_register): Update.
1928 * hppa-linux-nat.c (fetch_register, supply_gregset)
1929 (supply_fpregset): Update.
1930 * go32-nat.c (fetch_register): Update.
1931 * dve3900-rom.c (fetch_bitmapped_register)
1932 (_initialize_r3900_rom): Update.
1933 * cris-tdep.c (supply_gregset): Update.
1934 * abug-rom.c (init_abug_cmds): Update.
1935 * core-aout.c (fetch_core_registers): Update.
1936 * armnbsd-nat.c (supply_gregset, supply_fparegset)
1937 (fetch_register, fetch_fp_register): Update.
1938 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
1939 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
1940 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
1941 * alphanbsd-tdep.c (fetch_core_registers): Update.
1942 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
1943 * alpha-nat.c (fetch_osf_core_registers)
1944 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
1945 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
1946 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
1947
1948 2004-07-21 Andrew Cagney <cagney@gnu.org>
1949
1950 * PROBLEMS: Mention breakpoints/1702.
1951 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
1952 that is known to work.
1953
1954 2004-07-21 Andrew Cagney <cagney@gnu.org>
1955
1956 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
1957 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
1958 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
1959 (handle_inferior_event): Wrap call to deprecated
1960 IGNORE_HELPER_CALL in #ifdef.
1961 * config/mips/tm-nbsd.h: Update.
1962
1963 2004-07-20 Jim Blandy <jimb@redhat.com>
1964
1965 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
1966 bfd_mach_ppc has no segment registers.
1967
1968 Include PowerPC SPR numbers for special-purpose registers.
1969 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
1970 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
1971 new member in initializer.
1972 (S, S4, SN4, S64): New macros for defining special-purpose
1973 registers.
1974 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
1975 registers_403, registers_403GC, registers_505, registers_860,
1976 registers_601, registers_602, registers_603, registers_604,
1977 registers_750, registers_e500): Use them.
1978
1979 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
1980 replace references with expression used to initialize variable.
1981
1982 2004-07-20 Andrew Cagney <cagney@gnu.org>
1983
1984 * breakpoint.c (deprecated_read_memory_nobpt): Rename
1985 read_memory_nobpt.
1986 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
1987 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
1988 (s390_sigtramp_frame_sniffer): Update.
1989 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
1990 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
1991 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1992 (mips32_fetch_instruction): Update.
1993 * mcore-tdep.c (get_insn): Update.
1994 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
1995 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
1996 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
1997 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1998 (i386_linux_rt_sigtramp_start): Update.
1999 * i386-linux-nat.c (child_resume): Update.
2000 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2001 * hppa-linux-tdep.c (insns_match_pattern): Update.
2002 * gdbcore.h: Update.
2003 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2004 * frame.c (safe_frame_unwind_memory): Update.
2005 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2006 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2007 * alpha-tdep.c (alpha_read_insn): Update.
2008
2009 2004-07-20 Andrew Cagney <cagney@gnu.org>
2010
2011 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2012 containing both bytes and mask. Add "frame_type".
2013 * tramp-frame.c (tramp_frame_start): Update.
2014 (tramp_frame_prepend_unwinder): Update.
2015 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2016 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2017 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2018 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2019
2020 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2021
2022 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2023 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2024 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2025 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2026
2027 2004-07-17 Andrew Cagney <cagney@gnu.org>
2028
2029 * NEWS, PROBLEMS: Update for 6.2.
2030
2031 * README: Update to 6.2.
2032
2033 * utils.c (xvasprintf): Call xstrvprintf.
2034
2035 * parse.c: Update copyright.
2036 (null_post_parser): Eliminate ARGSUSED.
2037
2038 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2039 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2040 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2041
2042 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2043 * ppc-linux-nat.c: Use "Linux kernel".
2044 * hppa-linux-tdep.c: Use GNU/Linux.
2045 * hppa-linux-nat.c: Use GNU/Linux.
2046 * dwarfread.c: Add [sic] to use of Linux.
2047
2048 * hppa-linux-nat.c: Do not include <string.h>.
2049 (supply_fpregset): Remove "register" attribute.
2050
2051 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2052
2053 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2054
2055 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2056 * configure, config.in: Regenerated.
2057
2058 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2059 "bsd-kvm.h".
2060 (vaxbsd_supply_pcb): New function.
2061 (_initialize_vaxbsd_nat): New prototype and function.
2062 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2063 solib-sunos.o.
2064 (LOADLIBES): New variable.
2065 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2066 (LOADLIBES): New variable.
2067 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2068 (LOADLIBES): New variable.
2069 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2070
2071 2004-07-16 Andrew Cagney <cagney@gnu.org>
2072
2073 * defs.h (event_loop_p): Replace variable declaration with macro,
2074 always 1.
2075 * main.c (captured_main): Delete options "-async" and "-noasync".
2076 (event_loop_p): Delete variable.
2077 * NEWS: Mention that "-async" and "-noasync" were removed.
2078
2079 2004-07-16 Andrew Cagney <cagney@gnu.org>
2080
2081 * remote-m32r-sdi.c: Re-indent.
2082
2083 2004-07-16 Jim Blandy <jimb@redhat.com>
2084
2085 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2086 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2087 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2088 missing MPC823 SPRs.
2089 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2090 incorrect. (This was corrected in GDB's register name tables on
2091 2004-07-14.)
2092
2093 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2094 should be "esasrr" ("ESA Save and Restore Register").
2095
2096 2004-07-16 Andrew Cagney <cagney@gnu.org>
2097
2098 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2099 calls, no longer applicable. Update comments and rename parameter
2100 "step_frame" to "return_frame".
2101
2102 2004-07-16 Andrew Cagney <cagney@gnu.org>
2103
2104 * frame.c (fprint_field): New function.
2105 (fprint_frame_id): Use fprint_field.
2106
2107 2004-07-15 Joel Brobecker <brobecker@gnat.com>
2108
2109 * ada-lang.c (ada_language_defn): Remove commented out code.
2110
2111 2004-07-15 Jim Blandy <jimb@redhat.com>
2112
2113 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2114 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2115
2116 2004-07-14 Jim Blandy <jimb@redhat.com>
2117
2118 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2119
2120 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2121
2122 * ppc-tdep.h (ppc_num_srs): New enum constant.
2123
2124 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2125 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2126 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2127 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
2128 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
2129 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
2130 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
2131 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
2132 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
2133 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
2134 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
2135 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
2136 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
2137 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
2138 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
2139 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
2140 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
2141 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
2142 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
2143 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
2144 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
2145 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
2146 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
2147 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
2148 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
2149 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
2150 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
2151 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
2152 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
2153 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
2154 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
2155 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
2156 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
2157 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
2158 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
2159 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
2160 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
2161 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
2162 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2163 special-purpose register numbers.
2164
2165 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2166 manual mentions 'md_twb', but many mention 'm_twb', and at that
2167 point in the register list.)
2168
2169 2004-07-14 Andrew Cagney <cagney@gnu.org>
2170
2171 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2172 instead of "internal-error".
2173
2174 2004-07-10 Joel Brobecker <brobecker@gnat.com>
2175
2176 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2177 that was inserted inside a comment.
2178
2179 2004-07-10 Randolph Chung <tausq@debian.org>
2180
2181 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2182 function.
2183 (hppa_hpux_push_dummy_code): New function.
2184 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2185 Set find_global_pointer method.
2186
2187 2004-07-10 Mark Kettenis <kettenis@gnu.org>
2188
2189 * NEWS: Mention BSD libkvm interface.
2190
2191 2004-07-10 Michael Snyder <msnyder@redhat.com>
2192
2193 * symfile.c (generic_load): Comment typo.
2194 * stack.c (get_selected_block): Ditto.
2195 * regcache.c (regcache_cooked_read): Ditto.
2196 * monitor.c (monitor_debug): Ditto.
2197 * mips-tdep.c (mips_read_pc): Ditto.
2198 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2199 * gdb_mbuild.sh: Ditto.
2200 * gdbarch.sh: Ditto.
2201 * gdbarch.h: Ditto.
2202
2203 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2204
2205 * ada-tasks.c: Remove file.
2206
2207 Remove ARI problems:
2208
2209 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2210 beginning of line.
2211
2212 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2213 Add comment.
2214 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2215 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2216 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2217 (UMIN_OF_SIZE): Remove.
2218 (max_of_type): New function to replace orphan macro in gdbtypes.h
2219 (min_of_type): Ditto.
2220 (discrete_type_high_bound): Use max_of_type.
2221 (discrete_type_low_bound): Use min_of_type.
2222 (possible_user_operator_p): Move operator to beginning of line.
2223 (ada_is_variant_part): Ditto.
2224 (ensure_lval): Rewrite to avoid deprecated operations.
2225 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2226 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2227 (ada_enum_name): Remove assignments in 'if' statements.
2228 (build_ada_types): Add gdbarch parameter.
2229 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2230 with gdbarch_data_register_post_init.
2231 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2232 add_show_from_set.
2233
2234 * ada-valprint.c (inspect_it): Remove declaration.
2235 (repeat_count_threshold): Remove declaration.
2236 (ada_print_floating): Remove assignments in 'if' statements.
2237 (print_str): Move operator to beginning of line.
2238
2239 2004-07-08 Jim Blandy <jimb@redhat.com>
2240
2241 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2242
2243 2004-07-08 Bob Rossi <bob@brasko.net>
2244
2245 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
2246
2247 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
2248
2249 * language.h (struct_language_defn): Add new function pointer:
2250 la_class_name_from_physname. Also add new prototype for
2251 language_class_name_from_physname.
2252 * language.c (language_class_name_from_physname): New function.
2253 (unk_lang_class_name): Ditto.
2254 (unknown_language_defn, auto_language_defn): Change
2255 to add unk_lang_class_name function pointer for
2256 la_class_name_from_physname.
2257 (local_language_defn): Ditto.
2258 * dwarf2read.c (guess_structure_name): Change to call
2259 language_class_name_from_physname.
2260 (determine_class_name): Ditto.
2261 * cp-support.c (class_name_from_physname): Renamed.
2262 (cp_class_name_from_physname): New name of function.
2263 * cp-support.h: Ditto.
2264 * c-lang.c (c_language_defn): Change to add NULL
2265 for class_name_from_physname function pointer.
2266 (cplus_language_defn): Change to add cp_class_name_from_physname.
2267 * jv-lang.c (java_class_name_physname): New function.
2268 (java_find_last_component): New static routine.
2269 (java_language_defn): Add java_class_name_from_physname pointer.
2270 * ada-lang.c (ada_language_defn): Change to add NULL
2271 for class_name_from_physname function pointer.
2272 * f-lang.c (f_language_defn): Ditto.
2273 * m2-lang.c (m2_language_defn): Ditto.
2274 * objc-lang.c (objc_language_defn): Ditto.
2275 * p-lang.c (pascal_language_defn): Ditto.
2276 * scm-lang.c (scm_language_defn): Ditto.
2277
2278 2004-07-06 Andrew Cagney <cagney@gnu.org>
2279
2280 Patch from Bart Robinson.
2281 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
2282 (O_LARGEFILE): Define to 0, if not defined.
2283
2284 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2285
2286 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
2287 <machine/pcb.h> and "bsd-kvm.h".
2288 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
2289 (m68kbsd_supply_pcb): New function.
2290 (_initialize_m68kbsd_nat): New prototype and function.
2291 * Makefile.in (m68kbsd-nat.o): Update dependencies.
2292 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2293 (LOADLIBES): New variable.
2294 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2295 (LOADLIBES): New variable.
2296
2297 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
2298
2299 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2300
2301 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
2302 <sys/proc.h>.
2303 (bsd_kvm_cmdlist): New variable.
2304 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
2305 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
2306 command and "kvm proc" command.
2307 * Makefile.in (bsd-kvm.o): Update dependencies.
2308
2309 2004-07-02 Mark Kettenis <kettenis@gnu.org>
2310
2311 * osabi.c: Update copyright year.
2312 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
2313 notes if EI_OSABI is set to ELFOSABI_HPUX.
2314
2315 2004-07-01 Michael Snyder <msnyder@redhat.com>
2316
2317 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
2318 that seems to have gotten whacked out of line.
2319
2320 2004-07-01 Mark Kettenis <kettenis@gnu.org>
2321
2322 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
2323 code.
2324
2325 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2326
2327 * ada-lang.c (decode_packed_array): Minor change to comment.
2328 (ada_value_slice_ptr): New function.
2329 (ada_value_slice): New function.
2330 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
2331 test. Don't know why it is there.
2332 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
2333 to avoid dereferencing huge arrays from which one is slicing.
2334 (empty_array): Correct to return an array rather than
2335 a subrange value.
2336 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
2337 on empty arrays (let'em use 'FIRST instead).
2338
2339 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2340
2341 Address complaints from gdb_ari.sh:
2342
2343 * ada-exp.y: Include gdb_string.h rather than string.h.
2344 (convert_char_literal): Reformat declaration.
2345 * ada-lang.h: Include opaque struct declaration for struct frame_info.
2346 * ada-lex.l: Change use of free to xfree (the macro would do so
2347 anyway, but this is harmless).
2348 Include gdb_string.h rather than string.h.
2349 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
2350
2351 * ada-lang.c (parse): Remove K&Rism in parameter list.
2352 (is_name_suffix): Correct Linux => GNU/Linux in comment.
2353
2354 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2355
2356 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
2357 dead code.
2358
2359 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2360
2361 * alphabsd-nat.c: Update copyright year.
2362 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
2363
2364 2004-06-29 Joel Brobecker <brobecker@gnat.com>
2365
2366 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
2367 (i386_cygwin_in_solib_call_trampoline): New function.
2368 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
2369 and skip_trampoline_code gdbarch methods.
2370
2371 2004-06-29 Jim Blandy <jimb@redhat.com>
2372
2373 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
2374 name actually used in the dependency lists.
2375
2376 2004-06-29 Randolph Chung <tausq@debian.org>
2377
2378 * NEWS (New native configurations): Mention GNU/Linux/hppa.
2379
2380 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2381
2382 * win32-nat.c (child_pid_to_exec_file): New function.
2383 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
2384 functionality.
2385
2386 2004-06-28 Andrew Cagney <cagney@gnu.org>
2387
2388 * defs.h (xstrvprintf): Declare.
2389 * utils.c (xstrvprintf): New function.
2390 (internal_vproblem, xstrprintf, xasprintf)
2391 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
2392 * serial.c (serial_printf): Ditto.
2393 * complaints.c (vcomplaint): Ditto.
2394
2395 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2396
2397 * infcmd.c (attach_command): Move call to target_terminal_inferior
2398 behind loading symbol table.
2399
2400 2004-06-28 Andrew Cagney <cagney@gnu.org>
2401
2402 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
2403 change - add back extern deprecated_ui_loop_hook declaration.
2404
2405 2004-06-28 Andrew Cagney <cagney@gnu.org>
2406
2407 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
2408 xstrprintf.
2409 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
2410 (c_value_of_variable): Ditto.
2411 * utils.c (internal_vproblem): Ditto.
2412 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
2413 * remote.c (add_packet_config_cmd): Ditto.
2414 * remote-rdp.c (rdp_set_command_line): Ditto.
2415 * regcache.c (regcache_dump): Ditto.
2416 * frv-tdep.c (new_variant, new_variant): Ditto.
2417 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
2418 (fbsd_find_memory_regions): Ditto.
2419 * breakpoint.c (create_thread_event_breakpoint)
2420 (create_breakpoints): Ditto.
2421 * aix-thread.c (aix_thread_pid_to_str): Ditto.
2422 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
2423
2424 2004-06-28 Joel Brobecker <brobecker@gnat.com>
2425
2426 * ada-lang.c: Re-indent file, with some massaging to help indent
2427 a bit when the result is otherwise really too ugly.
2428
2429 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2430
2431 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
2432 code_addr_p and special_addr_p to 'unsigned int'.
2433
2434 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2435
2436 * i386v4-nat.c: Update copyright year and tweak comment.
2437 (regmap): Remove trailing comma.
2438 (supply_gregset): Rename local variable i to regnum. Call
2439 regcache_raw_supply instead of supply_register.
2440 (fill_gregset): Rename argument regno to regnum. Call
2441 regcache_raw_collect instead of regcache_collect.
2442
2443 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2444
2445 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
2446 and special_addr_p.
2447 (frame_id_build, frame_id_build_special): Update comments.
2448 (frame_id_build_wild): New prototype.
2449 * frame.c (frame_id_build, frame_id_build_special): Fill in new
2450 struct frame_id fields.
2451 (frame_id_build_wild): New function.
2452 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
2453
2454 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2455
2456 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
2457 hppabsd-tdep.c.
2458
2459 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2460
2461 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
2462
2463 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2464
2465 * ada-lang.c: Re-indent file.
2466
2467 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2468
2469 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
2470 (no_symtab_msg): Likewise.
2471
2472 2004-06-27 Andreas Schwab <schwab@suse.de>
2473
2474 * source.c: Fix whitespace.
2475
2476 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2477
2478 * configure.in: Include <sys/param.h> for td_pcb test.
2479 * configure: Regenerated.
2480
2481 * i386nbsd-nat.c: New file.
2482 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
2483 i386obsd-nat.c and i386obsd-tdep.c.
2484 (i386nbsd-nat.o): New dependency.
2485 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
2486 bsd-kvm.o.
2487 (LOADLIBES): New variable.
2488 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
2489 bsd-kvm.o.
2490 (LOADLIBES): New variable.
2491
2492 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
2493 (LOADLIBES): New variable.
2494
2495 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
2496 fetching from BSD_KVM_PADDR. Correctly lookup address for
2497 "_thread0".
2498
2499 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
2500 "bsd-kvm.h".
2501 (amd64fbsd_supply_pcb): New funcion.
2502 (_initialize_amd64fbsd_nat): Enable libkvm interface.
2503
2504 2004-06-27 <david@streamline-computing.com>
2505
2506 Partial fix for PR cli/1056.
2507 * valarith.c: Check for zero in division and remainder
2508 evaluation.
2509
2510 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2511
2512 * i387-tdep.c: Remove excessive whitespace.
2513
2514 2004-06-26 Andrew Cagney <cagney@gnu.org>
2515
2516 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
2517 * gdb-events.h, gdb-events.c: Re-generate.
2518 * tui/tui-hooks.c (tui_install_hooks): Update.
2519 (tui_remove_hooks): Update.
2520 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
2521
2522 2004-06-26 Mark Kettenis <kettenis@gnu.org>
2523
2524 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
2525 (gregset_t, fpregset_t): Remove typedefs.
2526 (REG_OFFSET): Rename argument.
2527 (amd64bsd_r_reg_offset): Rename from reg_offset.
2528 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
2529 Remove functions.
2530 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
2531 of reg_offset.
2532 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
2533
2534 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
2535
2536 * vax-tdep.c: Tweak comment.
2537
2538 Add OpenBSD/hppa support.
2539 * NEWS (New native configurations): Mention OpenBSD/hppa.
2540 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
2541 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
2542 files.
2543 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
2544 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
2545 * configure.host: Add hppa*-*-openbsd*.
2546 * configure.tgt: Add hppa*-*-openbsd*.
2547
2548 2004-06-25 Andrew Cagney <cagney@gnu.org>
2549
2550 * defs.h (deprecated_ui_loop_hook): Deprecated.
2551 * wince.c (child_wait): Update.
2552 * win32-nat.c (child_wait): Update.
2553 * v850ice.c (v850ice_wait): Update.
2554 * top.c (deprecated_ui_loop_hook): Update.
2555 * serial.h: Update.
2556 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
2557 (do_unix_readchar): Update.
2558 * ser-tcp.c (net_open): Update.
2559 * remote-sim.c (gdb_os_poll_quit): Update.
2560 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
2561
2562 2004-06-24 Andrew Cagney <cagney@gnu.org>
2563
2564 * defs.h (deprecated_pre_add_symbol_hook)
2565 (deprecated_post_add_symbol_hook): Deprecated.
2566 * symfile.c (symbol_file_add_with_addrs_or_offsets)
2567 (symbol_file_add_with_addrs_or_offsets): Update references.
2568
2569 2004-06-24 Andrew Cagney <cagney@gnu.org>
2570
2571 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
2572 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
2573 * wince.c (ui_loop_hook): Delete extern declaration.
2574 * win32-nat.c (ui_loop_hook): Delete extern declaration..
2575 * v850ice.c (ui_loop_hook): Delete extern declaration..
2576 * ser-unix.c (ui_loop_hook): Delete extern declaration..
2577 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
2578 * remote-sim.c (ui_loop_hook): Delete extern declaration..
2579 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
2580 ui_loop_hook declaration.
2581
2582 2004-06-24 Andrew Cagney <cagney@gnu.org>
2583
2584 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
2585 entry_func_highpc fields.
2586 * objfiles.c (init_entry_point_info): Do not clear
2587 entry_func_lowpc and entry_func_highpc.
2588 (objfile_relocate): Do not relocate entry_func_lowpc and
2589 entry_func_highpc.
2590 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
2591 entry_func_highpc.
2592 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
2593 entry_func_highpc.
2594 * blockframe.c (legacy_frame_chain_valid): Replace tests against
2595 entry_func_lowpc and entry_func_highpc with call to
2596 inside_entry_func.
2597
2598 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2599
2600 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
2601 quad-precision floating point arguments in registers.
2602
2603 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2604
2605 From Michael Mueller <m.mueller99@kay-mueller.de>:
2606 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
2607 account.
2608
2609 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
2610
2611 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
2612 to -1.
2613 * breakpoint.c (bpstat_stop_status): Move check for ignoring
2614 untriggered watchpoints to a separate if clause. Update function
2615 comment regarding STOPPED_BY_WATCHPOINT argument.
2616
2617 2004-06-22 Jim Blandy <jimb@redhat.com>
2618
2619 * gdbarch.sh: Doc fix.
2620
2621 2004-06-21 Martin Hunt <hunt@redhat.com>
2622 Kevin Buettner <kevinb@redhat.com>
2623
2624 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
2625 * mips-tdep.h (MIPS_SP_REGNUM): Define.
2626 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
2627 to set_gdbarch_sp_regnum(). Use cooked register number.
2628 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
2629
2630 2004-06-21 Andrew Cagney <cagney@gnu.org>
2631
2632 * gdbarch.sh: When the macro field is empty, do not generate a
2633 macro definition. When the macro field is "=", generate the macro
2634 name from the upper-case function name.
2635 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
2636 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
2637 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
2638 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
2639 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
2640 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
2641 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
2642 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
2643 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
2644 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
2645 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
2646 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
2647 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
2648 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
2649 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2650 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
2651 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
2652 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
2653 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
2654 (DEPRECATED_USE_STRUCT_CONVENTION)
2655 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2656 (DEPRECATED_FRAME_INIT_SAVED_REGS)
2657 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
2658 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
2659 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2660 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
2661 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
2662 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
2663 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
2664 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
2665 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
2666 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
2667 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
2668 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
2669 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
2670 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
2671 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
2672 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
2673
2674 2004-06-21 Andrew Cagney <cagney@gnu.org>
2675
2676 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
2677 macro name, and the function rather than macro value. Only wrap
2678 macro print statements in #ifdef. Move format logic to where it
2679 is needed.
2680 * gdbarch.c: Re-generate.
2681
2682 * gdbarch.sh (read): Delete "print_p" and "description", add
2683 "garbage_at_eol". Check for non-empty garbage at end-of-line.
2684 Delete references to print_p.
2685 (TARGET_ARCHITECTURE): Delete print predicate.
2686 * gdbarch.c: Re-generate.
2687
2688 * gdbarch.sh: Check that multi-arch methods do not provide a
2689 macro.
2690 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
2691 (print_registers_info, print_float_info, print_vector_info)
2692 (adjust_breakpoint_address, remote_translate_xfer_address)
2693 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
2694 (address_class_type_flags_to_name, unwind_sp): Remove the macro
2695 name from the multi-arch definition.
2696
2697 2004-06-20 Andrew Cagney <cagney@gnu.org>
2698
2699 * gdbarch.sh: Sort by the function, instead of macro name.
2700 * gdbarch.c: Re-generate.
2701
2702 2004-06-20 Andrew Cagney <cagney@gnu.org>
2703
2704 * gdbarch.sh: Use the function, instead of macro name in
2705 errors and the log file.
2706 (return_value): Remove stray ":" in spec.
2707
2708 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
2709 * gdbarch.h, gdbarch.c: Re-generate.
2710 * Makefile.in (arch-utils.o): Update dependencies.
2711 * values.c (using_struct_return): Move code calling
2712 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
2713 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
2714 to legacy_return_value, simplify.
2715 * infcmd.c (print_return_value): Move code calling
2716 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
2717 to legacy_return_value, simplify.
2718 * infcall.c (call_function_by_hand): Move code calling
2719 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
2720 * arch-utils.c: Update copyright. Include "gdbcore.h".
2721 (legacy_return_value): New function.
2722 * arch-utils.h: Update copyright.
2723 (legacy_return_value): Declare.
2724
2725 2004-06-20 Andrew Cagney <cagney@gnu.org>
2726
2727 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
2728 * gdbarch.h, gdbarch.c: Re-generate.
2729 * values.c (using_struct_return): Update call.
2730 * mcore-tdep.c: Update comment.
2731 * infcall.c (call_function_by_hand): Update comment.
2732 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2733 * arch-utils.h (always_use_struct_convention): Update.
2734 * v850-tdep.c (v850_gdbarch_init): Update.
2735 * sh64-tdep.c (sh64_gdbarch_init): Update.
2736 * sh-tdep.c (sh_gdbarch_init): Update.
2737 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2738 * mips-tdep.c (mips_gdbarch_init): Update.
2739 * mcore-tdep.c (mcore_gdbarch_init): Update.
2740 * m32r-tdep.c (m32r_gdbarch_init): Update.
2741 * ia64-tdep.c (ia64_gdbarch_init): Update.
2742 * h8300-tdep.c (h8300_gdbarch_init): Update.
2743 * frv-tdep.c (frv_gdbarch_init): Update.
2744 * cris-tdep.c (cris_gdbarch_init): Update.
2745 * arm-tdep.c (arm_gdbarch_init): Update.
2746 * alpha-tdep.c (alpha_gdbarch_init): Update.
2747
2748 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
2749
2750 * PROBLEMS: Add more specific information, and a work-around,
2751 for PR gdb/1458.
2752
2753 2004-06-18 Andrew Cagney <cagney@gnu.org>
2754
2755 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
2756 * gdbarch.h, gdbarch.c: Re-generate.
2757 * ada-lang.c (ada_finish_decode_line_1): Update.
2758 * infrun.c (handle_inferior_event): Update.
2759 * infcall.c (find_function_addr): Update.
2760 * linespec.c (minsym_found): Update.
2761 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
2762 Update.
2763 * blockframe.c (legacy_frameless_look_for_prologue): Update.
2764 * cli/cli-cmds.c (disassemble_command): Update.
2765 * vax-tdep.c (vax_gdbarch_init): Update.
2766
2767 2004-06-18 Mark Kettenis <kettenis@gnu.org>
2768
2769 * i386-tdep.c (i386_collect_fpregset): Fix comment.
2770
2771 2004-06-17 Andrew Cagney <cagney@gnu.org>
2772
2773 GDB 6.1.1 released from the GDB 6.1 branch.
2774 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
2775 * PROBLEMS: Ditto.
2776
2777 2004-06-16 Daniel Jacobowitz <dan@debian.org>
2778
2779 PR gdb/1658
2780 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
2781 operation as a uleb128. Found by Michael Coulter.
2782
2783 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
2784
2785 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
2786 make it non-static.
2787 * ada-lang.h (task_control_block): declaration moved from ada-task.c
2788 to ada-lang.h; this is needed to be able to implement the kill command
2789 in multi-task mode.
2790 (task_ptid): Ditto.
2791 (task_entry): Ditto.
2792 (task_list): Ditto.
2793 (ada_build_task_list): Ditto.
2794
2795 * ada-lang.c: Conditionalize routines and data structures related
2796 to breakpoints, exceptions, completion, and symbol caching on
2797 GNAT_GDB, since these are not yet used in the submitted public sources.
2798 (ada_main_name): Editorial: Move definition out of exception-related
2799 code.
2800
2801 2004-06-15 Andrew Cagney <cagney@gnu.org>
2802
2803 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
2804 deprecated_pc_in_call_dummy.
2805
2806 2004-06-15 Alan Modra <amodra@bigpond.net.au>
2807
2808 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
2809 bfd_get_section_size_before_reloc or _raw_size.
2810 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2811 * dwarf2read.c (dwarf2_locate_sections): Likewise.
2812 (dwarf2_read_section): Likewise.
2813 * elfread.c (elf_locate_sections): Likewise.
2814 * gcore.c (derive_heap_segment): Likewise.
2815 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2816 * remote-e7000.c (e7000_load): Likewise.
2817 * remote-m32r-sdi.c (m32r_load): Likewise.
2818 * remote-mips.c (mips_load_srec): Likewise.
2819 (pmon_load_fast): Likewise.
2820 * remote.c (compare_sections_command): Likewise.
2821 * symfile.c (add_section_size_callback): Likewise.
2822 (load_section_callback): Likewise.
2823 (pc_in_unmapped_range): Likewise.
2824 (pc_in_mapped_range): Likewise.
2825 (sections_overlap): Likewise.
2826 (list_overlays_command): Likewise.
2827 (simple_overlay_update_1): Likewise.
2828 (simple_overlay_update): Likewise.
2829 * tracepoint.c (remote_set_transparent_ranges): Likewise.
2830 * win32-nat.c (core_section_load_dll_symbols): Likewise.
2831
2832 2004-06-14 Randolph Chung <tausq@debian.org>
2833
2834 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
2835 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
2836 static.
2837 (hppa_hpux_inferior_created): New function.
2838 (hppa_hpux_init_abi): Register observer.
2839 * symfile.c (hp_cxx_exception_support_initialized)
2840 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
2841 (symbol_file_add_main_1, symbol_file_clear): Likewise.
2842
2843 2004-06-14 Randolph Chung <tausq@debian.org>
2844
2845 * MAINTAINERS (Write After Approval): Alphabetize my entry
2846 correctly.
2847
2848 2004-06-14 Andrew Cagney <cagney@gnu.org>
2849
2850 * MAINTAINERS (testsuite): List Michael Chastain as the lead
2851 testsuite maintainer.
2852
2853 2004-06-13 Andrew Cagney <cagney@gnu.org>
2854
2855 * infcmd.c (print_return_value): Fix logic, allow
2856 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
2857
2858 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
2859 defining any macros.
2860 * gdbarch.h: Re-generate.
2861
2862 * gdbarch.sh: Delete "level" attribute. Only check for a macro
2863 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
2864 * gdbarch.h: Re-generate.
2865
2866 * values.c (generic_use_struct_convention): Don't check gcc_p.
2867
2868 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2869 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
2870 * gdbarch.h, gdbarch.c: Regenerate.
2871 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
2872 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
2873 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2874 deprecated_max_register_raw_size and
2875 deprecated_max_register_virtual_size.
2876 * v850-tdep.c (v850_gdbarch_init): Ditto.
2877 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2878 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2879 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2880 * cris-tdep.c (cris_gdbarch_init): Ditto.
2881
2882 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
2883 * gdbarch.h, gdbarch.c: Re-generate.
2884 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
2885 (m68hc11_use_struct_convention): Delete function.
2886 (m68hc11_extract_struct_value_address): Delete function.
2887 (m68hc11_return_value): New function.
2888 (m68hc11_gdbarch_init): Instead of store_return_value,
2889 extract_return_value, return_value_on_stack,
2890 deprecated_extract_struct_value_address and use_struct_convention,
2891 set return_value.
2892 * values.c (using_struct_return): Do not call
2893 RETURN_VALUE_ON_STACK.
2894 * arch-utils.h (generic_return_value_on_stack_not): Delete
2895 declaration.
2896 * arch-utils.c (generic_return_value_on_stack_not): Delete
2897 function.
2898
2899 2004-06-12 Andrew Cagney <cagney@gnu.org>
2900
2901 * values.c (register_value_being_returned): Delete function.
2902 * infcmd.c (legacy_return_value): Delete function.
2903 * infcall.c (call_function_by_hand): Inline
2904 "register_value_being_returned", simplify.
2905 * values.c (using_struct_return): Update comment, refer to
2906 print_return_value instead of register_value_being_returned.
2907 * infcmd.c (print_return_value): Inline calls to
2908 register_value_being_returned and legacy_return_value. Simplify.
2909
2910 2004-06-11 Randolph Chung <tausq@debian.org>
2911
2912 * somread.c (som_symtab_read): Exclude gcc local symbols.
2913
2914 2004-06-11 Randolph Chung <tausq@debian.org>
2915
2916 * infrun.c (handle_inferior_event): Handle the case when a
2917 trampoline ends up in the runtime resolver, and if the trampoline
2918 has no name. Rearrange the code so that all the trampoline
2919 processing happens before other step-out-of-range handling.
2920
2921 2004-06-11 Martin Hunt <hunt@redhat.com>
2922
2923 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
2924 has no fpu.
2925
2926 2004-06-10 Andrew Cagney <cagney@gnu.org>
2927
2928 * blockframe.c (legacy_inside_entry_func): Delete.
2929 (legacy_frame_chain_valid): Inline call to
2930 legacy_inside_entry_func, simplify.
2931
2932 2004-06-10 Bob Rossi <bob@brasko.net>
2933
2934 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
2935 * dwarf2read.c (partial_die_info): Add dirname field.
2936 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
2937 (read_partial_die): Save away DW_AT_comp_dir.
2938 * defs.h (symtab_to_filename): Removed.
2939 * source.c (find_and_open_source): Added.
2940 (open_source_file): Just calls find_and_open_source.
2941 (symtab_to_filename): Removed.
2942 (symtab_to_fullname, psymtab_to_fullname): Added.
2943 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
2944 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
2945 symtab_to_filename.
2946 * symtab.h (partial_symtab): Add dirname field.
2947 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
2948 (mi_cmd_file_list_exec_source_file): Call new function
2949 symtab_to_fullname to find fullname.
2950 (mi_cmd_file_list_exec_source_files): Added.
2951 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
2952 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
2953
2954 2004-06-10 Andrew Cagney <cagney@gnu.org>
2955
2956 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
2957 to generic_use_struct_convention, the default value.
2958
2959 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
2960 of abort.
2961
2962 * ns32k-tdep.c (ns32k_push_arguments): New function.
2963 (ns32k_gdbarch_init): Set deprecated_push_arguments.
2964 * infcall.c (call_function_by_hand): Call error instead of
2965 legacy_push_arguments.
2966 * value.h (legacy_push_arguments): Delete declaration.
2967 * valops.c (legacy_push_arguments): Delete function.
2968 (value_push): Delete function.
2969
2970 2004-06-10 Brian Ford <ford@vss.fsi.com>
2971
2972 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
2973 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
2974 info.
2975 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
2976
2977 2004-06-10 Andrew Cagney <cagney@gnu.org>
2978
2979 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
2980 * gdbarch.h, gdbarch.c: Re-generate.
2981 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
2982 parameters.
2983 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
2984 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
2985 deprecated_pc_in_call_dummy instead of
2986 DEPRECATED_PC_IN_CALL_DUMMY.
2987 (arm_skip_prologue): Ditto.
2988 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
2989 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
2990 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
2991 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
2992 Ditto.
2993 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
2994 (sh64_init_extra_frame_info, sh64_get_saved_register)
2995 (sh64_pop_frame): Ditto.
2996 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
2997 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
2998 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
2999 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3000 (h8300_pop_frame): Ditto.
3001 * blockframe.c (legacy_inside_entry_func)
3002 (legacy_frame_chain_valid): Ditto.
3003 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3004 to deprecated_pc_in_call_dummy.
3005
3006 2004-06-09 Andrew Cagney <cagney@gnu.org>
3007
3008 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3009 provide a default value.
3010 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3011 * gdbarch.h, gdbarch.c: Re-generate.
3012 * arch-utils.c (generic_convert_register_p): Rename
3013 legacy_convert_register_p
3014 (legacy_register_to_value, legacy_value_to_register): Delete
3015 functions.
3016 * arch-utils.h (generic_convert_register_p): Rename
3017 legacy_convert_register_p.
3018 (legacy_register_to_value, legacy_value_to_register): Delete
3019 declarations.
3020
3021 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3022 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3023 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3024 * gdbarch.h, gdbarch.c: Re-generate.
3025 * infcmd.c (default_print_registers_info): Simplify.
3026 * findvar.c (value_of_register): Simplify.
3027 * mi/mi-main.c (get_register): Simplify.
3028 * arch-utils.c (legacy_convert_register_p): Always return 0.
3029 (legacy_register_to_value, legacy_value_to_register): Always call
3030 internal_error.
3031
3032 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3033 #ifdef CLEAR_INSN_CACHE code.
3034 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3035 Delete #ifdef CLEAR_DEFERRED_STORES code.
3036
3037 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3038
3039 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3040 copyright.
3041 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3042
3043 * config/mips/mipsv4.mh: Delete file.
3044
3045 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3046 unreferenced macro.
3047 (hpread_adjust_stack_address): Delete declaration.
3048
3049 2004-06-08 Andrew Cagney <cagney@gnu.org>
3050
3051 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3052 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3053 PTRACE_ATTACH / PTRACE_DETACH available call error.
3054 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3055 * infttrace.c (update_thread_state_after_attach, attach, detach):
3056 Remove #ifdef wrappers.
3057 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3058 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3059 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3060 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3061 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3062 * config/nm-linux.h (ATTACH_DETACH): Delete.
3063 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3064 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3065 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3066 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3067 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3068
3069 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3070
3071 * configure.in: Set $configdir to the right OS specific value.
3072 Use value when setting $tcldir and $tkdir.
3073 * configure: Regenerate.
3074
3075 2004-06-06 Paul Brook <paul@codesourcery.com>
3076
3077 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3078 records.
3079
3080 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3081
3082 * ada-lang.c (lookup_symbol_in_language): New function to allow
3083 re-use of another language's symbol lookup code. (Placed here
3084 temporarily while Ada support is being integrated into the public
3085 tree).
3086 (restore_language): New auxiliary function for
3087 lookup_symbol_in_language.
3088 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3089 temporarily while Ada support is being integrated into the public
3090 tree).
3091
3092 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
3093
3094 * Makefile.in (check//%): New.
3095
3096 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3097 (mn10300_store_return_value): Rewrite.
3098 (mn10300_type_align): New.
3099 (mn10300_use_struct_convention): Rewrite.
3100 (mn10300_return_value): New, using all of the above.
3101 (mn10300_pop_frame_regular): Add saved_regs_size.
3102 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3103
3104 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3105 regs if PC is on movm.
3106
3107 2004-06-07 Jim Blandy <jimb@redhat.com>
3108
3109 Add native Linux support for the PowerPC E500.
3110 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3111 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3112 all architectures except the E500.
3113 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3114 #definitions.
3115 (struct gdb_evrregset_t): New type.
3116 (have_ptrace_getsetevrregs): New variable.
3117 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3118 fetch_spe_registers): New functions.
3119 (fetch_register): Call fetch_spe_register as appropriate.
3120 Assert that we're only passed raw register numbers.
3121 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3122 Don't fetch gprs if they're pseudoregisters.
3123 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3124 store_spe_registers): New functions.
3125 (store_register): Call store_spe_register as appropriate.
3126 Assert that we're only passed raw register numbers.
3127 (store_ppc_registers): Call store_spe_registers as appropriate.
3128 Don't store gprs if they're pseudoregisters.
3129
3130 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
3131
3132 * thread-db.c (thread_get_info_callback): Fill in the thread_info
3133 struct if one exists, even if we are dealing with a zombie thread.
3134
3135 2004-06-07 Andrew Cagney <cagney@gnu.org>
3136
3137 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
3138 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
3139 Rename PC_REQUIRES_RUN_BEFORE_USE.
3140 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
3141 #ifdef.
3142
3143 2004-06-07 Randolph Chung <tausq@debian.org>
3144
3145 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
3146 unwinding after sp has been saved to the stack but before the end
3147 of the prologue, and after the fp has been modified but before it has
3148 been saved to the stack.
3149 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
3150 Remove superfluous definitions.
3151 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
3152
3153 2004-06-07 Guy Martin <gmsoft@gentoo.org>
3154
3155 Committed by Randolph Chung.
3156 * hppa-linux-nat.c: Include the correct version of the header file
3157 depending on the kernel version.
3158
3159 2004-06-06 Randolph Chung <tausq@debian.org>
3160
3161 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
3162 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3163
3164 2004-06-06 Randolph Chung <tausq@debian.org>
3165
3166 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3167 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3168 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3169 * hppa-tdep.c (hppa_symbol_address): New function definition.
3170 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3171
3172 2004-06-06 Randolph Chung <tausq@debian.org>
3173
3174 * hppa-tdep.h (struct value): Forward declaration.
3175 (gdbarch_tdep): Define tdep find_global_pointer method.
3176 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3177 associated with the function we are trying to call, and write it
3178 to the gp register.
3179 (hppa32_convert_from_funct_ptr_addr): New function.
3180 (hppa_find_global_pointer): New function.
3181 (hppa_gdbarch_init): Set default find_global_pointer method; set
3182 convert_from_func_ptr_addr method.
3183 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3184 (hppa_linux_init_abi): Set find_global_pointer method.
3185 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3186
3187 2004-06-06 Randolph Chung <tausq@debian.org>
3188
3189 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3190 to struct value *function.
3191 * gdbarch.c: Regenerate.
3192 * gdbarch.h: Likewise.
3193 * infcall.c (call_function_by_hand): Pass entire function value
3194 to push_dummy_call.
3195
3196 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3197 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3198 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3199 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3200 * arm-tdep.c (arm_push_dummy_call): Likewise.
3201 * avr-tdep.c (avr_push_dummy_call): Likewise.
3202 * cris-tdep.c (cris_push_dummy_call): Likewise.
3203 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3204 * frv-tdep.c (frv_push_dummy_call): Likewise.
3205 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3206 * hppa-tdep.c (hppa32_push_dummy_call)
3207 (hppa64_push_dummy_call): Likewise.
3208 * i386-tdep.c (i386_push_dummy_call): Likewise.
3209 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3210 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3211 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3212 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3213 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3214 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3215 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3216 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3217 (ppc64_sysv_abi_push_dummy_call): Likewise.
3218 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3219 (ppc64_sysv_abi_push_dummy_call): Likewise.
3220 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3221 * s390-tdep.c (s390_push_dummy_call): Likewise.
3222 * sh-tdep.c (sh_push_dummy_call_fpu)
3223 (sh_push_dummy_call_nofpu): Likewise.
3224 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3225 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3226 * vax-tdep.c (vax_push_dummy_call): Likewise.
3227
3228 2004-06-04 Jim Blandy <jimb@redhat.com>
3229
3230 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3231 gdbarch argument to register_size.
3232
3233 * rs6000-tdep.c (rs6000_store_return_value): Use
3234 regcache_cooked_write_part instead of
3235 deprecated_write_register_bytes.
3236 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
3237 not gdbarch_deprecated_store_return_value.
3238
3239 * ppc-linux-nat.c (store_register, fetch_register): Remove
3240 incorrect assertions. Simplify and generalize handling of
3241 transfers whose sizes are not multiples of, or less than, sizeof
3242 (PTRACE_XFER_TYPE).
3243
3244 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
3245
3246 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
3247 as a new thread event.
3248 * thread-db.c (thread_get_info_callback): If the thread is a
3249 zombie, return TD_THR_ZOMBIE.
3250 (thread_from_lwp): If thread_get_info_callback returns
3251 TD_THR_ZOMBIE, check if the thread is still on the thread list
3252 and return a -1 ptid if not found.
3253 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
3254 change the status to TARGET_WAITKIND_SPURIOUS.
3255
3256 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
3257
3258 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
3259 double values in little endian mode.
3260
3261 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
3262
3263 Committed by Andrew Cagney.
3264 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
3265 after last enum constant to avoid error from IBM C
3266 compiler.
3267
3268 2004-06-02 Jim Blandy <jimb@redhat.com>
3269
3270 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
3271 to 'message', and make it local to the lone block that uses it.
3272
3273 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
3274
3275 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
3276
3277 * ada-exp.y: Update copyright notice.
3278 Include block.h.
3279
3280 Replace REGNAME, LAST, INTERNAL_VARIABLE with
3281 SPECIAL_VARIABLE and unify the treatment of these cases.
3282
3283 (write_attribute_call0): Remove.
3284 (write_attribute_call1): Remove.
3285 (write_attribute_calln): Remove.
3286 (save_qualifier): Add missing semicolon.
3287
3288 (simple_exp,exp): Decomment (i.e., reactivate) code that was
3289 temporarily disabled to allow compilation with FSF head version.
3290
3291 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
3292 use individual operators (OP_*) for all attributes.
3293 (exp syntax): Use write_int.
3294 Handle STRING literals with OP_STRING.
3295 (variable syntax): Add limit parameter to calls to
3296 write_object_renaming.
3297
3298 (temp_parse_space): New definition to hold entities that need
3299 only live until the next call to ada_parse.
3300 (string_to_operator): Rename fields of ada_opname_table entries.
3301
3302 (write_var_from_sym): Record block.
3303 (write_var_from_name): Minor reformatting.
3304 Make sure saved name is properly encoded in the case of multiple
3305 matches, and set its language to Ada.
3306 Update comment.
3307 Modify to indicate unresolved name as symbol in the UNRESOLVED
3308 namespace, allocated in temp_parse_space.
3309 (write_int): New function.
3310
3311 (write_object_renaming): Add max_depth parameter to limit
3312 chains of object renamings.
3313 Handle case where root of renaming expression is itself a renaming.
3314 Use temp_parse_space for temporary name buffer.
3315 Handle renamings to dereferenced pointers (___XEXA suffices).
3316
3317 (ada_parse, yyerror, string_to_operator,
3318 write_var_from_sym, write_var_from_name, write_attribute_call0,
3319 write_attribute_call1, write_attribute_calln,
3320 write_object_renaming): Protoize.
3321
3322 (_initialize_ada_exp): New function.
3323
3324 * ada-lang.c: Update copyright notice.
3325 General terminology change to conform to GNAT compiler usage:
3326 mangle => encode, demangle => decode
3327 Include gdb_obstack.h.
3328 Include gdb_regex.h
3329 Include frame.h
3330 Include hashtab.h
3331 Include completer.h
3332 Include gdb_stat.h
3333 Include block.h
3334 Include infcall.h
3335
3336 (ADA_RETAIN_DOTS): Make sure this is defined.
3337 (TRUNCATION_TOWARDS_ZERO): Define.
3338 (struct string_vector): Define.
3339 (unresolved_names): Remove definition.
3340 (xnew_string_vector): New function.
3341 (string_vector_append): New function.
3342 (extract_string): Make static.
3343 (ada_unqualified_name): New function.
3344 (add_angle_brackets): New function.
3345 (function_name_from_pc): New function.
3346 (place_on_stack): Rename to ensure_lval.
3347
3348 (ensure_lval): Renamed from place_on_stack.
3349 Make identity on lvals.
3350 Update comment.
3351 (is_nonfunction): New interface.
3352 Only symbols in LOC_CONST class can be enumerals.
3353 (fill_in_ada_prototype): Remove; now independent of language.
3354 (add_defn_to_vec): Add obstack and symtab arguments.
3355 Use obstack to hold collected definitions.
3356 (num_defns_collected): New function.
3357 (defns_collected): New function.
3358 (ada_resolve_subexp): Rename to resolve_subexp.
3359 (resolve_subexp): Renamed from ada_resolve_subexp.
3360 (ada_op_name): Return non-const result.
3361 (ada_decoded_op_name): Renamed from ada_op_name, now used for
3362 other purposes.
3363
3364 (to_fixed_array_type): Add declaration.
3365 (coerce_unspec_val_to_type): Remove offset parameter.
3366 (find_sal_from_funcs_and_line): New interface.
3367 (find_line_in_linetable): Ditto.
3368
3369 (all_sals_for_line): Rename to ada_sals_for_line and make
3370 global.
3371 Add new parameter. When set, do not ask the user to choose the
3372 instance, but use the first one found instead.
3373 Use given line number in returned sals.
3374 Fix comment.
3375 Skip the prologue if funfirstline is set.
3376 Correct for memory leak when 0 lines found.
3377
3378 (value_pos_atr): Use pos_atr.
3379 (pos_atr): New function.
3380 (standard_lookup): Add block parameter.
3381
3382 (makeTimeStart): Remove declaration and uses.
3383 (makeTimeStop): Remove declaration and uses.
3384
3385 (ada_completer_word_break_characters): Allow for VMS.
3386 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
3387 (raise_sym_name): New constant.
3388 (raise_unhandled_sym_name): New constant.
3389 (raise_assert_sym_name): New constant.
3390 (process_raise_exception_name): New constant.
3391 (longest_exception_template): New constant.
3392 (warning_limit): New variable to limit warnings during expression
3393 evaluation.
3394 (warnings_issued): New variable to keep track of warnings issued.
3395 (known_runtime_file_name_patterns): New constant.
3396 (known_auxiliary_function_name_patterns): New constant.
3397 (symbol_list_obstack): New variable.
3398
3399 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
3400 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
3401 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
3402 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
3403 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
3404 ada_variant_discrim_name, field_alignment, dynamic_template_type,
3405 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
3406 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
3407 and strcmp.
3408
3409 (ada_get_field_index): New function.
3410 (lim_warning): New function.
3411 (ada_translate_error_message): New function.
3412 (MAX_OF_SIZE): New function.
3413 (MIN_OF_SIZE): New function.
3414 (UMAX_OF_SIZE): New function.
3415 (UMIN_OF_SIZE): New function.
3416 (discrete_type_high_bound): New function.
3417 (discrete_type_low_bound): New function.
3418 (base_type): New function.
3419 (do_command): Remove.
3420
3421 (ada_update_initial_language): Use language_ada, not language_unknown.
3422 (ada_encode): Renamed from ada_mangle.
3423 Obey ADA_RETAIN_DOTS.
3424 (ada_decode): Renamed from ada_demangle.
3425 Update coding conventions.
3426 (decoded_names_store): New hash table.
3427 (ada_decode_symbol): New function.
3428 (ada_la_decode): New function.
3429
3430 (modify_general_field): Correct computations of offset and bit
3431 position.
3432 (desc_base_type): Handle ref types, too.
3433 (ada_is_direct_array_type): New function.
3434
3435 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3436 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3437 (ada_is_bogus_array_descriptor,ada_type_of_array,
3438 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
3439 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
3440 ada_is_array_descriptor_type.
3441
3442 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
3443 (ada_is_packed_array_type): Handle pointers or
3444 references to packed arrays as well.
3445 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
3446 (decode_packed_array_type): Search for the packed array type
3447 symbol in the currently selected block and associated
3448 superblocks too.
3449 Use lookup_symbol again.
3450
3451 (decode_packed_array): Handle pointers and references.
3452 Update call to coerce_unspec_val_to_type.
3453 (decode_packed_array_type,value_subscript_packed): Limit warnings.
3454 (ada_value_primitive_packed_val): Improve comment.
3455
3456 (ada_index_type): Substitute int type for "undefined".
3457 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
3458 ada_array_langth, ada_is_string_type): Use renamed
3459 ada_is_simple_array_type.
3460 (empty_array): New function.
3461
3462 (ada_resolve): Rename to resolve.
3463 (resolve): Make static.
3464 Call renamed resolve_subexp.
3465 Update comment.
3466 (ada_resolve_subexp): Rename to resolve_subexp.
3467 (resolve_subexp): Update comment.
3468 Decomment disabled code.
3469 Add LOC_COMPUTED* cases.
3470 Modify to use temporary struct symbols (marked as being in
3471 UNDEF_NAMESPACE) to indicate unresolved names, instead of
3472 OP_UNRESOLVED_VALUE.
3473 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
3474 Add OP_STRING case.
3475 Remove OP_ARRAY.
3476 Use SYMBOL_PRINT_NAME instead of ada_demangle.
3477 Use new ada_lookup_symbol_list interface.
3478 Use new ada_resolve_function interface.
3479 Remove OP_TYPE case.
3480
3481 (ada_args_match): Idiot proof against null actuals.
3482 Use intermediate variables to clarify.
3483 (ada_resolve_function): Update comment and interface.
3484 (mangled_ordered_before): Rename to encoded_ordered_before and
3485 update comment.
3486 (sort_choices): Update comment and interface.
3487 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
3488 (user_select_syms): New interface.
3489 Use new sort_choices interface.
3490 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
3491 (possible_user_operator_p): Idiot-proof against null values.
3492 (ada_simple_renamed_entity): Don't make cleanup; rely on
3493 caller to free result string.
3494 Remove const from return type.
3495 (make_array_descriptor): Rename uses of place_on_stack to
3496 ensure_lval.
3497 Make sure that arrays are on stack.
3498
3499 (HASH_SIZE): Define.
3500 (struct cache_entry): Define.
3501 (cache_space): Define.
3502 (cache): Define.
3503 (clear_ada_sym_cache): New function.
3504 (find_entry): New function.
3505 (lookup_cached_symbol): New function.
3506 (defn_vector_size): Define.
3507 (cache_symbol): New function.
3508 (defn_symbols): Remove.
3509
3510 (standard_lookup): Use lookup_symbol_in_language to get effect of
3511 C lookup.
3512 Cache results.
3513
3514 (symbol_completion_match): New function.
3515 (symbol_completion_add): New function.
3516 (ada_make_symbol_completion_list): New function.
3517
3518 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
3519 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
3520 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3521 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
3522
3523 (ada_lookup_simple_minsym): New function.
3524 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
3525
3526 (add_symbols_from_enclosing_procs): New interface.
3527 Conditionalize more helpfully.
3528 Don't bother if program isn't running.
3529 Use new interface to get_frame_block.
3530 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
3531
3532 (remove_extra_symbols): New interface.
3533 (xget_renaming_scope): New function.
3534 (is_package_name): New function.
3535 (renaming_is_visible): New function.
3536 (remove_out_of_scope_renamings): New function.
3537
3538 (ada_lookup_symbol_list): New interface.
3539 Properly reinitialize the symbol list obstack.
3540 Don't call add_symbols_from_enclosing_procs if we start from a
3541 static or global block.
3542 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
3543 add_symbols_from_enclosing_procs.
3544 Add symtab data to cached entries.
3545 Handle symbols prefixed with
3546 "standard__" specially; strip prefix and don't look in local symbols.
3547 Do not include out of scope renaming symbols in list of
3548 symbols returned.
3549 Add const to block parameter.
3550 Move check for non-local, non-global symbols earlier.
3551 Remove timing stuff.
3552 (ada_lookup_symbol): New interface.
3553 Find symtab as well.
3554 (ada_lookup_symbol_nonlocal): New function.
3555
3556 (is_name_suffix): Enhance suffix detection to recognize
3557 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
3558 (is_dot_digits_suffix): New function.
3559 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
3560
3561 (ada_add_block_symbols): New interface. Use obstack to return results
3562 in a vector of struct ada_symbol_infos. Add symtab argument.
3563 Use new interface to add_defn_to_vec.
3564 Remove calls to fill_in_ada_prototype.
3565 Use BLOCK_BUCKETS, BLOCK_BUCKET.
3566
3567 (ada_finish_decode_line_1): Add const qualification to local to fix
3568 warning.
3569 Start looking in static block for functions to avoid attempts
3570 to search frame chain for up-level variables.
3571 Adapt to new ada_sals_for_line interface.
3572 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
3573 Handle quoting of the function name inside the spec string.
3574 Skip prologue when funfirstline is set and update the
3575 function documentation to that effect.
3576
3577 (debug_print_lines, debug_print_block, debug_print_blocks,
3578 debug_print_symtab): Remove.
3579
3580 (ada_main_name): New function.
3581 (ada_exception_breakpoint_type): New function.
3582 (is_known_support_routine): New function.
3583 (ada_find_printable_frame): Renamed from find_printable_frame and made
3584 global.
3585 Remove level parameter.
3586 Use new interface to select_frame.
3587
3588 (begin_command): Remove.
3589 (ada_adjust_exception_stop): New function.
3590 (ada_print_exception_stop): New function.
3591 (exception_name_from_cond): New function.
3592 (ada_report_exception_break): Replace disabled code with
3593 conditionalization on GNAT_GDB.
3594 Get the exception name from the condition string.
3595 Remove and move functionality into new functions
3596 ada_print_exception_breakpoint_task and
3597 ada_print_exception_breakpoint_nontask.
3598 (error_breakpoint_runtime_sym_not_found): New function.
3599 (is_runtime_sym_defined): New function.
3600 (ada_breakpoint_rewrite): Uncomment suppressed code.
3601 Use symbolic error-message and runtime-symbol names.
3602 Surround runtime symbol names in quotes.
3603 Allow non-specific breakpoints on exceptions and assertions before
3604 program starts.
3605
3606 (ada_is_tagged_type): Add parameter.
3607 (ada_is_tag_type): New function.
3608 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
3609 (ada_variant_discrim_type): Ditto.
3610 (value_tag_from_contents_and_address): New function.
3611 (type_from_tag): New function.
3612 (struct tag_args): New structure used to communicate with
3613 ada_tag_name_1.
3614 (ada_tag_name_1): New function.
3615 (ada_tag_name): New function.
3616
3617 (ada_scan_number): Update comment.
3618 (find_struct_field): New function.
3619 (ada_search_struct_field): Make static.
3620 (ada_value_struct_elt): New version that returns references when
3621 given pointers or references to structs.
3622 (ada_lookup_struct_elt_type): Add 'refok' parameter.
3623 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
3624 interface.
3625 (ada_value_ind): Use new ada_to_fixed_value interface.
3626 (ada_coerce_ref): Ditto.
3627 (field_offset): Remove.
3628
3629 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
3630 (ada_find_renaming_symbol): New function.
3631 (ada_prefer_type): Prefer named types over unnamed ones.
3632 (variant_field_index): New function.
3633 (contains_variant_part): Removed: subsumed by variant_field_index.
3634 (ada_template_to_fixed_record_type): New function, mostly from
3635 template_to_fixed_record_type.
3636 (template_to_fixed_record_type):
3637 Do not scan the type fields beyond the last one; prevents a
3638 potential SEGV.
3639 Handle case where variant field is listed BEFORE discriminant it
3640 depends on.
3641 Fix calculation of record length when bit length is
3642 not evenly divisible by char length.
3643 Move code to ada_template_to_fixed_record_type and call it.
3644
3645 (template_to_static_fixed_type): Revise comment.
3646 Modify to work on ordinary record types as well as templates,
3647 so as to handle fields that use ___XVE or ___XVU encodings.
3648 (to_record_with_fixed_variant_part): Fill out comment.
3649 Initialize C++ stuff in right type.
3650 Allow case where DVAL is null.
3651 Handle case where variant field is not last.
3652 Fix typo concerning record length.
3653 (to_fixed_record_type): Decomment disabled code.
3654 (to_fixed_record_type): Use variant_field_index instead of
3655 contains_variant_part.
3656 (to_fixed_variant_branch_type): Ditto.
3657 (to_fixed_array_type): Decomment disabled code.
3658 (ada_to_fixed_type): Convert tagged types to the specific type.
3659 Deactivate the size-check for array types in order to avoid
3660 some false size alarms.
3661 (to_static_fixed_type): Decomment disabled code.
3662 Modify to call template_to_static_fixed_type
3663 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
3664 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
3665 Remove valaddr argument, as it is never really used.
3666 (ada_to_fixed_value): Change interface to act on single struct value*
3667 operand.
3668 (adjust_pc_past_prologue): New function.
3669 (ada_attribute_name): Modify to take enum exp_opcode argument.
3670
3671 (ada_enum_name): Recognize new homonym-distinguishing convention.
3672 Adjust local variable's type to remove compiler warning.
3673 Fix a small problem in the part that unqualifies the enumeration name.
3674 (ada_value_binop): New function.
3675 (ada_value_equal): New function.
3676
3677 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
3678 Don't give error message when not doing normal evaluation
3679 and a tagged type doesn't seem to contain a structure member.
3680 Give error message for packed arrays.
3681 For indexing arrays, handle pointers to packed arrays correctly.
3682 Handle case of 'first and 'last attributes of bare integral type
3683 without encoded subtype info.
3684 Remove some unnecessary casts.
3685 Fix uninitialized value of type in computing 'first, 'last, or 'length
3686 of array object.
3687 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
3688 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
3689 calls.
3690 Attributes are now exp_opcode values.
3691 Correct treatment of 'modulus.
3692 Better error message for taking 'length of wrong kind of type;
3693 improve comment.
3694 Change EVAL_NORMAL to noside for consistency.
3695 Use ada_value_binop for DIV, MOD, REM.
3696 Make special case out of array of length 0, since an argument
3697 of 0 upsets some platforms' malloc.
3698 Use OP_STRING instead of OP_ARRAY.
3699 For slice, add check that we have an array type before extracting
3700 a slice out of it. Avoids a SEGV.
3701 When evaluating an array slice, if the array type is a reference to
3702 an aligner type, then replace the aligner type by the actual type.
3703 Decomment disabled code.
3704 Remove some dead code.
3705 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
3706 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
3707 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
3708 and UNOP_MBR to UNOP_IN_RANGE.
3709 If an array type has a parallel ___XVE type, then use it.
3710 Turn arrays into pointers for lvalue arrays.
3711 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
3712 bounds error and handle 0-length slices.
3713 Use lim_warning.
3714 When selecting fields, apply ada_to_fixed_value (because the fields
3715 might have ___XVU or ___XVE encodings even if not dynamic.)
3716 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
3717 (ada_is_system_address_type): New function.
3718
3719 (get_var_value): Use new interface to ada_lookup_symbol_list.
3720 (get_int_var_value): New interface.
3721 (to_fixed_range_type): Allow unknown bound, with warning.
3722 (ada_is_modular_type): Decomment disabled code.
3723 (ADA_OPERATORS): New definition.
3724 (ada_operator_length): New function.
3725 (ada_expr_op_name): New function.
3726 (ada_forward_operator_length): New function.
3727 (ada_dump_subexp_body): New function.
3728 (ada_print_subexp): New function.
3729 (ada_exp_descriptor): New constant.
3730 (ada_op_print_tab): Add 'size. Remove FIXMEs.
3731 (ada_language_defn): Add ada_exp_descriptor entry.
3732 Change ada_parse => parse.
3733 Add post-parser entry.
3734 Use ada-specific non-local symbol lookup.
3735 Don't use C-style arrays.
3736 String lower-bound is 1.
3737 Decomment disabled code.
3738 (parse): New function.
3739 New fields ada_translate_error_message, ada_lookup_symbol,
3740 ada_lookup_minimal_symbol.
3741
3742 * ada-lang.h: Update copyright dates.
3743 Replace the mangle/demangle terminology throughout by the
3744 more appropriate encode/decode one.
3745 Include breakpoint.h.
3746 Forward declare struct partial_symbol, struct block.
3747 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
3748 (EXTRACT_ADDRESS): Remove.
3749 (EXTRACT_INT): Remove.
3750 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
3751 (MAX_ENCLOSING_FRAME_LEVELS): Define.
3752 (MAX_RENAMING_CHAIN_LENGTH): Define.
3753 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
3754
3755 (enum task_states): Remove.
3756 ada_task_states: Remove.
3757 (fat_string): Remove.
3758 (struct entry_call): Remove.
3759 (struct task_fields): Remove.
3760 (struct task_entry): Remove.
3761
3762 (struct ada_symbol_info): Define.
3763 (enum ada_attribute): Remove.
3764 (enum ada_operator): Define.
3765
3766 (ada_get_field_index): Declare.
3767 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
3768 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3769 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3770 (ada_lookup_symbol_list): New interface.
3771 (ada_decode_symbol): Declare.
3772 (ada_decode): Declare.
3773 (ada_lookup_symbol): New interface.
3774 (ada_update_initial_language): Declare.
3775 (ada_lookup_simple_minsym): Declare.
3776 (user_select_syms): New interface.
3777 (ada_sals_for_line): Declare.
3778 (ada_is_tagged_type): New interface.
3779 (ada_tag_name): Declare.
3780 (ada_lookup_struct_elt_type): Remove declaration.
3781 (ada_search_struct_field): Remove declaration.
3782 (ada_attribute_name): New interface.
3783 (ada_is_system_address_type): Declare.
3784 (ada_to_fixed_value): Remove declaration.
3785 (ada_template_to_fixed_record_type_1): Declare.
3786 (get_int_var_value): New interface.
3787 (ada_find_any_symbol): Declare.
3788 (ada_find_renaming_symbol): Declare.
3789 (ada_mangle): Rename to ada_encode.
3790 (ada_simple_renamed_entity): Remove const.
3791 (ada_main_name): Declare.
3792 (get_current_task): Rename to ada_get_current_task.
3793 (get_entry_number): Remove declaration.
3794 (ada_report_exception_break): Remove declaration.
3795 (ada_print_exception_breakpoint_nontask): Declare.
3796 (ada_print_exception_breakpoint_task): Declare.
3797 (ada_find_printable_frame): Declare.
3798
3799 * ada-lex.l: Update copyright notices.
3800 Use xmalloc and xfree instead of malloc and free.
3801 Use new interface to name_lookup.
3802 Use new interface to
3803 ada_mangle=>ada_encode.
3804 Redo handling of '$...' variable to parallel current treatment
3805 in c-exp.y.
3806 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
3807 digit_to_int, strtoulst, processInt, processReal, processId,
3808 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
3809 yywrap): Protoize.
3810
3811 (processInt): Use cast to remove harmless warning.
3812 (processReal): Modify to get rid of compiler warning on scan formats.
3813
3814 (processId): Replace xmalloc with obstack_alloc for name and remove
3815 call to ada_name_string_cleanup.
3816 Remove obsolete disabled code.
3817 (name_lookup): Ditto.
3818 New interface.
3819 Use obsavestring on temp_parse_space instead of savestring
3820 on name, and remove call to ada_name_string_cleanup.
3821 Free string returned from ada_simple_renamed_entity.
3822 Use new interface to ada_lookup_symbol_list.
3823 Decomment disabled code.
3824 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
3825 not types.
3826 When a type name lookup succeeds as a result of
3827 lookup_primitive_typename, check for regular type entry that has not
3828 yet been read in.
3829 Limit length of chain of renamed symbols we are willing to follow.
3830 Do not break names beginning with "standard__" into segments.
3831 (block_lookup): Use new interface to ada_lookup_symbol_list.
3832
3833 * ada-typeprint.c: Update copyright notice.
3834 (demangled_type_name): Rename to decoded_type_name.
3835 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
3836 (print_range_bound): Correct handling of negative
3837 bounds that make the index type looked unsigned under STABS.
3838 (print_dynamic_range_bound): Use new interface to get_int_var_value.
3839 (print_range_type_named): Use the builtin int type if no type
3840 corresponding to the given type name could be found.
3841 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
3842 Add some bullet-proofing.
3843 (print_variant_clauses): Allow for variant branches with ___XVU
3844 encodings that are not dynamic fields.
3845 Use new interface to ada_is_tagged_type.
3846 (print_record_type): Allow for fields with ___XVE encodings that
3847 are not dynamic fields.
3848 Use new interface to ada_is_tagged_type.
3849 (ada_print_type): ada_is_array_descriptor =>
3850 ada_is_array_descriptor_type.
3851
3852 * ada-valprint.c: Update copyright notice.
3853 Include gdb_string.h
3854 Include infcall.h
3855 (ui_memcpy): New function.
3856 (ada_print_floating): New function.
3857 (ada_print_str): Order arguments correctly.
3858 Correct handling of empty arrays and arrays of 0-length items.
3859 ada_is_array_descriptor => ada_is_array_descriptor_type
3860 Print values of type System.Address in hexadecimal format.
3861 Use ada_print_floating to print floating-point numbers in Ada format.
3862 Print class tag values with type names.
3863 No longer print the address of reference values. Avoids
3864 a potential confusion.
3865 (ada_value_print): Stop printing the object type for reference
3866 values, but preserve that behavior for access types. Avoids
3867 a potential confusion.
3868 Simplify one conditional expression, as the first part is now
3869 necessarily true.
3870 ada_is_array_descriptor => ada_is_array_descriptor_type
3871 Add check for arrays for null records, and print them by hand.
3872
3873 2004-06-01 Jim Blandy <jimb@redhat.com>
3874
3875 * ppc-tdep.h: Delete unused 'regoff' member.
3876 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
3877
3878 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
3879
3880 Fix PR symtab/1661.
3881 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
3882 (hpread_read_struct_type): Likewise.
3883
3884 2004-06-01 Andrew Cagney <cagney@gnu.org>
3885
3886 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
3887 instead of xasprintf.
3888 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
3889 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
3890 (mi_cmd_data_list_register_names)
3891 (mi_cmd_data_list_changed_registers)
3892 (mi_cmd_data_list_register_values)
3893 (get_register, mi_cmd_data_write_register_values)
3894 (mi_cmd_data_write_register_values)
3895 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
3896 (mi_cmd_target_download, mi_cmd_target_select)
3897 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
3898 (mi_execute_cli_command, mi_execute_async_cli_command)
3899 (mi_execute_async_cli_command): Ditto.
3900 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
3901 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
3902
3903 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
3904 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
3905 error_last_message instead of mi_error_last_message.
3906 * mi/mi-main.c (mi_error_last_message): Delete function.
3907
3908 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
3909 "invalid number of columns" error. Delete redundant "out of
3910 memory" check.
3911
3912 2004-05-31 Mark Kettenis <kettenis@gnu.org>
3913
3914 * i386bsd-nat.c: Don't include <sys/procfs.h>.
3915 (gregset_t, fpregset_t): Remove typedefs.
3916 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
3917 (REG_OFFSET): Rename argument.
3918 (i386bsd_r_reg_offset): Rename from reg_offset.
3919 (REG_ADDR): Remove macro.
3920 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
3921 functions.
3922 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
3923 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
3924 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
3925 instead of supply_gregset.
3926 (store_inferior_registers): Use `struct reg' and `struct fpreg'
3927 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
3928 instead of fill_gregset.
3929 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
3930
3931 * i386bsd-nat.c: Don't include "gregset.h".
3932 (supply_gregset, fill_gregset): Make static.
3933 (supply_fpregset, fill_fpregset): Remove.
3934 * Makefile.in (i386bsd-nat.o): Update dependencies.
3935
3936 2004-05-30 Mark Kettenis <kettenis@gnu.org>
3937
3938 * fbsd-proc.c: Include "regcache.h", "regset.h" and
3939 "gdb_assert.h". Con't include "gregset.h".
3940 (fbsd_make_corefile_notes): Use regset-based core file support
3941 instead off fill_gregset and fill_fpregset.
3942 * Makefile.in (fbsd-proc.o): Update dependencies.
3943
3944 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
3945 instructions.
3946 (m88k_frame_prev_register): Simplify code a bit.
3947
3948 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
3949 (amd64_collect_fpregset): New function.
3950 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
3951
3952 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
3953
3954 * i386-tdep.c (i386_supply_gregset): Adjust comment.
3955 (i386_collect_gregset): New function.
3956 (i386_supply_fpregset): Adjust comment.
3957 (i386_collect_fpregset): New function.
3958 (i386_regset_from_core_section): Use i386_collect_gregset and
3959 i386_collect_fpregset.
3960
3961 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
3962 handle VALUEP being null.
3963
3964 * regset.h (collect_regset_ftype): Unconstify fourth argument.
3965
3966 2004-05-29 Mark Kettenis <kettenis@gnu.org>
3967
3968 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
3969
3970 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
3971 assembler in OpenBSD 3.5-current.
3972 (amd64obsd_sigcontext_addr): Likewise.
3973
3974 2004-05-28 Jim Blandy <jimb@redhat.com>
3975
3976 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
3977 register set, so our regcache isn't declared "legacy" and our E500
3978 pseudoregister read and write functions aren't ignored.
3979 (rs6000_register_byte, rs6000_register_raw_size,
3980 rs6000_register_virtual_type, rs6000_register_convertible,
3981 rs6000_register_convert_to_virtual,
3982 rs6000_register_convert_to_raw): Deleted.
3983 (rs6000_register_type, rs6000_convert_register_p,
3984 rs6000_register_to_value, rs6000_value_to_register): New
3985 functions.
3986 (rs6000_gdbarch_init): Don't register
3987 gdbarch_deprecated_register_size,
3988 gdbarch_deprecated_register_bytes,
3989 gdbarch_deprecated_register_byte,
3990 gdbarch_deprecated_register_raw_size,
3991 gdbarch_deprecated_register_virtual_type,
3992 gdbarch_deprecated_register_convertible,
3993 gdbarch_deprecated_register_convert_to_virtual, or
3994 gdbarch_deprecated_register_convert_to_raw methods. Instead,
3995 register gdbarch_register_type, gdbarch_convert_register_p,
3996 gdbarch_register_to_value, and gdbarch_value_to_register methods.
3997
3998 2004-05-26 Jim Blandy <jimb@redhat.com>
3999
4000 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4001 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4002 functions, updated to match the register numberings used in GCC.
4003 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4004 rs6000_dwarf2_reg_to_regnum as register number conversions
4005 functions for STABS and Dwarf2.
4006
4007 2004-05-26 Randolph Chung <tausq@debian.org>
4008
4009 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4010 in header file.
4011
4012 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4013
4014 * NEWS: Document new "start" command.
4015
4016 2004-05-25 Randolph Chung <tausq@debian.org>
4017
4018 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4019 hppa-linux.
4020
4021 2004-05-25 Randolph Chung <tausq@debian.org>
4022
4023 * hppa-hpux-tdep.c (offsetof): Define.
4024 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4025 (hppa32_hpux_frame_base_before_sigtramp)
4026 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4027 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4028 (hppa64_hpux_frame_base_before_sigtramp)
4029 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4030 functions.
4031 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4032 (hppa_hpux_sigtramp_frame_unwind_cache)
4033 (hppa_hpux_sigtramp_frame_this_id)
4034 (hppa_hpux_sigtramp_frame_prev_register)
4035 (hppa_hpux_sigtramp_frame_unwind)
4036 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4037 (hppa_hpux_init_abi): Register sigtramp unwinder.
4038 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4039
4040 2004-05-25 Randolph Chung <tausq@debian.org>
4041
4042 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4043 and multiple stack unwinds.
4044 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4045
4046 2004-05-25 Andrew Cagney <cagney@gnu.org>
4047
4048 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4049 * symfile-mem.h: Delete file.
4050 * symfile-mem.c: Do not include "symfile-mem.h".
4051 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4052 "struct bfd_section". When an error do not bother returning NULL.
4053 (add_symbol_file_from_memory_command): Use "struct bfd" and
4054 "struct bfd_section".
4055 * Makefile.in (symfile_mem_h): Delete.
4056 (symfile-mem.o): Update dependencies.
4057
4058 2004-05-25 Nick Roberts <nickrob@gnu.org>
4059
4060 * gdb-mi.el: New file.
4061
4062 2004-05-25 Andrew Cagney <cagney@gnu.org>
4063
4064 * inftarg.c: Include "observer.h".
4065 (child_attach, child_create_inferior): Notify inferior_created.
4066 * corelow.c: Include "observer.h".
4067 (core_open): Notify inferior_created.
4068 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4069
4070 2004-05-25 Andrew Cagney <cagney@gnu.org>
4071
4072 * target.h (struct target_ops): Add from_tty to
4073 to_create_inferior.
4074 (target_create_inferior, find_default_create_inferior): Update.
4075 * infcmd.c (run_command): Update.
4076 * wince.c (child_create_inferior): Update.
4077 * win32-nat.c (child_create_inferior): Update.
4078 * uw-thread.c (uw_thread_create_inferior): Update.
4079 * thread-db.c (thread_db_create_inferior): Update.
4080 * target.c (debug_to_create_inferior)
4081 (find_default_create_inferior): Update.
4082 (maybe_kill_then_create_inferior): Update.
4083 * sol-thread.c (sol_thread_create_inferior): Update.
4084 * remote.c (extended_remote_async_create_inferior)
4085 (extended_remote_create_inferior): Update.
4086 * remote-vx.c (vx_create_inferior): Update.
4087 * remote-st.c (st2000_create_inferior): Update.
4088 * remote-sim.c (gdbsim_create_inferior): Update.
4089 * remote-sds.c (sds_create_inferior): Update.
4090 * remote-rdp.c (remote_rdp_create_inferior): Update.
4091 * remote-rdi.c (arm_rdi_create_inferior): Update.
4092 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4093 * remote-e7000.c (e7000_create_inferior): Update.
4094 * procfs.c (procfs_create_inferior): Update.
4095 * ocd.c (ocd_create_inferior): Update.
4096 * ocd.h (ocd_create_inferior): Update.
4097 * nto-procfs.c (procfs_create_inferior): Update.
4098 * monitor.c (monitor_create_inferior): Update.
4099 * lin-lwp.c (lin_lwp_create_inferior): Update.
4100 * inftarg.c (child_create_inferior): Update.
4101 * hpux-thread.c (hpux_thread_create_inferior): Update.
4102 * gnu-nat.c (gnu_create_inferior): Update.
4103
4104 2004-05-25 Andrew Cagney <cagney@gnu.com>
4105
4106 * MAINTAINERS: Update e-mail address.
4107
4108 2004-05-24 Randolph Chung <tausq@debian.org>
4109
4110 * thread.c (info_threads_command, thread_apply_all_command)
4111 (thread_apply_command, thread_command, do_captured_thread_select):
4112 Remove HPUXHPPA-specific code.
4113
4114 2004-05-24 Randolph Chung <tausq@debian.org>
4115
4116 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4117 unused symbols.
4118 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4119 references.
4120
4121 2004-05-24 Joel Brobecker <brobecker@gnat.com>
4122
4123 * infcmd.c (kill_if_already_running): New function, extracted
4124 from run_command().
4125 (run_command): Replace extracted code by call to
4126 kill_if_already_running().
4127 (start_command): New function.
4128 (_initialize_infcmd): Add "start" command.
4129
4130 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4131
4132 Add OpenBSD/m88k support.
4133 * NEWS (New native configurations): Mention OpenBSD/m88k.
4134 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
4135 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
4136 * Makefile.in (m88k_tdep_h): New variable.
4137 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
4138 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
4139 * configure.host: Add m88*-*-openbsd*.
4140 * configure.tgt: Add m88*-*-openbsd*.
4141
4142 2004-05-24 Jim Blandy <jimb@redhat.com>
4143
4144 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
4145 to approve changes.
4146
4147 2004-05-24 Kevin Buettner <kevinb@redhat.com>
4148
4149 * symtab.c (fixup_section): Search section table when lookup by
4150 name fails.
4151
4152 2004-05-24 Randolph Chung <tausq@debian.org>
4153
4154 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
4155 be "small_struct".
4156
4157 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4158
4159 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
4160 register number in regcache_raw_collect call.
4161 (m68kbsd_collect_fpregset): Likewise.
4162 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4163
4164 * regset.h (struct regset): Add back `regset' member.
4165
4166 2004-05-23 Mark Kettenis <kettenis@gnu.org>
4167
4168 * configure.in: Check for td_pcb in `struct thread'.
4169 * configure, config.in: Regenerated.
4170
4171 * dpx2-nat.c: Remove file.
4172 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4173 (dpx2-nat.o): Remove dependencies.
4174
4175 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4176 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4177 (amd64obsd_supply_pcb): New function.
4178 (_initialize_amd64obsd_nat): Enable libkvm interface.
4179 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4180 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4181 (LOADLIBES): New variable.
4182
4183 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4184 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4185 (sparc32nbsd_supply_pcb): New function.
4186 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4187 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4188 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4189 (LOADLIBES): New variable.
4190
4191 2004-05-22 Mark Kettenis <kettenis@gnu.org>
4192
4193 * bsd-kvm.c, bsd-kvm.h: New files.
4194 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4195 "bsd-kvm.h".
4196 (i386fbsd_supply_pcb): New function.
4197 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4198 (i386fbsd-nat.o): Update dependencies.
4199 (bsd_kvm_h): New variable.
4200 (bsd-kvm.o): New dependency.
4201 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4202 (LOADLIBES): New variable.
4203
4204 * regset.c: Tweak comment.
4205 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4206 macro.
4207 * regset.h: Update copyright year.
4208 (struct regset): Remove `descr' member, add `gdbarch' member.
4209 (regset_alloc): Adjust prototype and comment.
4210 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4211 (i386_supply_fpregset): Likewise.
4212 (i386_regset_from_core_section): Update call to regset_alloc.
4213 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4214 REGSET->arch.
4215 (i386obsd_aout_regset_from_core_section): Update call to
4216 regset_alloc.
4217 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4218 REGSET->arch.
4219 (i386nbsd_aout_regset_from_core_section): Update call to
4220 regset_alloc.
4221 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4222 REGSET->arch.
4223 (amd64_regset_from_core_section): Update call to regset_alloc.
4224 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4225 REGSET->arch.
4226 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4227 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4228 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4229 (sparc32nbsd_init_abi): Update call to regset_alloc.
4230 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4231 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4232 (sparc64obsd_init_abi): Update call to regset_alloc.
4233 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4234 &sparc64nbsd_gregset in sparc64_supply_gregset call.
4235 (sparc64nbsd_init_abi): Update call to regset_alloc.
4236 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
4237 &sparc64fbsd_gregset in sparc64_supply_gregset call.
4238 (sparc64fbsd_init_abi): Update call to regset_alloc.
4239
4240 2004-05-22 Jim Blandy <jimb@redhat.com>
4241
4242 * ppc-tdep.h (spe_register_p): New declaration.
4243 (struct gdbarch_tdep): New members: ppc_acc_regnum and
4244 ppc_spefscr_regnum.
4245 * rs6000-tdep.c (spe_register_p): New function.
4246 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
4247 spefscr.
4248 (rs6000_gdbarch_init): Initialize the new members of the tdep
4249 structure.
4250
4251 2004-05-21 Jim Blandy <jimb@redhat.com>
4252
4253 * ppc-linux-nat.c (fetch_register): Move code back to be next
4254 to the comment that describes it. (Moved code, instead of
4255 comment, for symmetry with store_register.)
4256
4257 Allocate regset structures in the gdbarch's obstack, not using
4258 xmalloc.
4259 * regset.c (regset_alloc): Renamed from regset_xmalloc.
4260 Add 'arch' argument. Allocate the regset on arch's obstack, not
4261 using xmalloc.
4262 * regset.h (regset_alloc): Update declaration.
4263 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
4264 gdbarch argument.
4265 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4266 * i386-tdep.c (i386_regset_from_core_section): Same.
4267 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4268 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4269 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4270 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4271 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4272 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4273
4274 2004-05-21 Joel Brobecker <brobecker@gnat.com>
4275
4276 * config/djgpp/fnchange.lst: Undo previous change, was useless.
4277
4278 2004-05-21 Jim Blandy <jimb@redhat.com>
4279
4280 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
4281 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
4282
4283 2004-05-20 Jim Blandy <jimb@redhat.com>
4284
4285 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
4286
4287 2004-05-20 Mark Kettenis <kettenis@gnu.org>
4288
4289 * regset.h: Make prototype const-correct.
4290 * regset.c (regset_xmalloc): Make const-correct.
4291
4292 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
4293
4294 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
4295 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
4296 (symbol_search_name): Declare.
4297
4298 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
4299 (iter_name_next_hashed): Ditto.
4300 (iter_name_next_linear): Ditto.
4301 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
4302
4303 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
4304 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
4305 (symbol_search_name): New function.
4306
4307 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
4308
4309 * minsyms.c (build_minimal_symbol_hash_tables): Change
4310 test for adding to demangled hash table to check for difference
4311 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
4312
4313 2004-05-19 Jim Blandy <jimb@redhat.com>
4314
4315 Use a constructor function to create regset structures.
4316 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
4317 (struct regset): Use supply_regset_ftype. Add new
4318 'collect_regset' member.
4319 (regset_xmalloc): New declaration.
4320 * regset.c: New file.
4321 * am64-tdep.c (amd64_regset_from_core_section): Use
4322 regset_xmalloc to construct regset structures.
4323 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4324 * i386-tdep.c (i386_regset_from_core_section): Same.
4325 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4326 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4327 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4328 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4329 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4330 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4331 * Makefile.in (COMMON_OBS): Add regset.o.
4332 (regset.o): New rule.
4333
4334 2004-05-19 Joel Brobecker <brobecker@gnat.com>
4335
4336 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
4337 and pthread_cond_wait.c.
4338
4339 2004-05-18 Jim Blandy <jimb@redhat.com>
4340
4341 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
4342 before the mach-specific switch, and then let the individual cases
4343 override the defaults, rather than leaving them uninitialized
4344 until the switch and then setting them in each case.
4345
4346 2004-05-18 Randolph Chung <tausq@debian.org>
4347
4348 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
4349 millicode functions.
4350
4351 2004-05-18 Randolph Chung <tausq@debian.org>
4352
4353 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
4354 references to dld_flags_buffer consistent.
4355
4356 2004-05-18 Randolph Chung <tausq@debian.org>
4357
4358 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
4359 it for unwinding the stack.
4360
4361 2004-05-18 Randolph Chung <tausq@debian.org>
4362
4363 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
4364 Undefine these so we can overide them using gdbarch.
4365
4366 2004-05-18 Randolph Chung <tausq@debian.org>
4367
4368 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
4369 handling for 64-bit HPUX (elf).
4370
4371 2004-05-18 Daniel Jacobowitz <dan@debian.org>
4372
4373 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
4374 constants.
4375 * amd64-tdep.c (amd64_skip_prologue): Likewise.
4376 * ia64-tdep.c (examine_prologue): Likewise.
4377 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
4378 * v850-tdep.c (v850_fix_call_dummy): Likewise.
4379
4380 2004-05-18 Mark Kettenis <kettenis@gnu.org>
4381
4382 * vax-tdep.c (vax_return_value): Implement
4383 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4384
4385 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4386
4387 * vax-tdep.c (vax_return_value): Fix typo.
4388
4389 2004-05-17 Andrew Cagney <cagney@redhat.com>
4390
4391 * MAINTAINERS: Mark Salter was also responsible for
4392 testsuite/config/
4393
4394 * NEWS: Mention signal fixes.
4395
4396 2004-05-17 Randolph Chung <tausq@debian.org>
4397
4398 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
4399 check to see if we are unwinding an export stub. Export stubs clobber
4400 the %rp in the call path and stores the original rp in a stack slot.
4401
4402 2004-05-17 Jim Blandy <jimb@redhat.com>
4403
4404 * MAINTAINERS: Update address for J.T. Conklin.
4405
4406 2004-05-17 Randolph Chung <tausq@debian.org>
4407
4408 * hppa-tdep.c: Remove superfluous #include's.
4409 * Makefile.in (hppa-tdep.o): Update dependencies.
4410
4411 2004-05-17 Randolph Chung <tausq@debian.org>
4412
4413 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
4414 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
4415 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
4416 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
4417 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
4418 Remove static function declarations.
4419
4420 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4421
4422 * alphabsd-nat.c: Update copyright year.
4423 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
4424
4425 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
4426 and M68K_A2_REGNUM.
4427
4428 * m68k-tdep.c (m68k_svr4_return_value): Implement
4429 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4430
4431 2004-05-16 Mark Kettenis <kettenis@gnu.org>
4432
4433 * sol-thread.c Update copyright year. Fix various coding
4434 standards violations. Tweak a few comments.
4435 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
4436 Delete prototypes.
4437
4438 2004-05-15 Randolph Chung <tausq@debian.org>
4439
4440 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
4441 as pointer instead of array reference since HPUX compiler does
4442 not accept unsized array arguments.
4443 * somsolib.c (dld_flags_buffer): Use constant array size.
4444
4445 2004-05-15 Mark Kettenis <kettenis@gnu.org>
4446
4447 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
4448 offset with decimal offset.
4449 (amd64obsd_sigcontext_addr): Return correct address for entire
4450 signal trampoline.
4451
4452 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
4453 instead of get_frame_base.
4454
4455 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
4456 (fill_gregset): Use regcache_raw_collect.
4457
4458 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
4459 ppcobsd-tdep.c.
4460
4461 * config/sparc/tm-nbsd64.h: Remove file.
4462 * config/tm-sunos.h: Remove file.
4463
4464 2004-05-15 Joel Brobecker <brobecker@gnat.com>
4465
4466 * rs6000-tdep.c (store_param_on_stack_p): New function,
4467 an improved version of some code extracted from skip_prologue().
4468 (skip_prologue): Use store_param_on_stack_p() to detect
4469 instructions saving a parameter on the stack. Detect when r0
4470 is used to save a parameter.
4471 Do not mark "li rx, SIMM" instructions as part of the prologue,
4472 unless the following instruction is also part of the prologue.
4473
4474 2004-05-14 Andrew Cagney <cagney@redhat.com>
4475
4476 * infrun.c (handle_inferior_event): Simplify
4477 STEP_OVER_UNDEBUGGABLE.
4478
4479 * infrun.c (handle_step_into_function): Delete function.
4480 (handle_inferior_event): Inline calls to
4481 handle_step_into_function.
4482
4483 2004-05-14 Jerome Guitton <guitton@gnat.com>
4484
4485 * rs6000-nat.c: Fix a comment.
4486
4487 2004-05-12 David Anderson <davea@sgi.com>
4488
4489 Committed by Jim Blandy <jimb@redhat.com>:
4490 * regcache.c (struct regcache_descr): fix comment spelling.
4491
4492 2004-05-13 J. Brobecker <brobecker@gnat.com>
4493
4494 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
4495 Fixes a link link failure.
4496
4497 2004-05-13 J. Brobecker <brobecker@gnat.com>
4498
4499 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
4500 error that was causing the build to fail.
4501
4502 2004-05-13 J. Brobecker <brobecker@gnat.com>
4503
4504 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
4505 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
4506
4507 2004-05-13 Andrew Cagney <cagney@redhat.com>
4508
4509 * infrun.c (handle_inferior_event): Check for
4510 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
4511 calls. Update comments.
4512
4513 2004-05-13 Jim Blandy <jimb@redhat.com>
4514
4515 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
4516 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4517 (store_regs_user_thread, store_regs_kernel_thread): Use
4518 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
4519 * ppc-linux-nat.c (fill_gregset): Same.
4520 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
4521 (ppc_linux_sigtramp_cache): Same.
4522 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
4523 (ppcnbsd_sigtramp_cache_init): Same.
4524 * rs6000-nat.c (fetch_core_registers): Same.
4525 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
4526 (rs6000_frame_cache): Same.
4527
4528 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
4529 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
4530 of assuming that the gprs are numbered starting with zero.
4531 * ppc-linux-nat.c (fill_gregset): Same.
4532 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
4533 * ppcnbsd-nat.c (getregs_supplies): Same.
4534 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
4535 * rs6000-nat.c (fetch_core_registers): Same.
4536 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
4537
4538 2004-05-07 Michael Snyder <msnyder@redhat.com>
4539
4540 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
4541 LOC_COMPUTED_ARG, and LOC_INDIRECT.
4542
4543 2004-05-13 Andrew Cagney <cagney@redhat.com>
4544
4545 * infrun.c (handle_inferior_event): Use frame_unwind_id.
4546
4547 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4548
4549 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
4550 base_address for shared libraries.
4551
4552 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4553
4554 * MAINTAINERS (write after approval): Add myself.
4555
4556 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
4557
4558 * breakpoint.c (bpstat_stop_status): Add new argument
4559 STOPPED_BY_WATCHPOINT. Use it instead of testing
4560 target_stopped_data_address agaist 0 to check whether
4561 or not we stopped due to a hardware watchpoint.
4562 * breakpoint.h (bpstat_stop_status): Adapt prototype.
4563 * infrun.c (handle_inferior_event): Call bpstat_stop_status
4564 with new argument.
4565
4566 2004-05-12 Jim Blandy <jimb@redhat.com>
4567
4568 * configure.in: When checking whether we should use the -bbigtoc
4569 option, don't forget to restore the original value of LDFLAGS.
4570 * configure: Regenerated.
4571
4572 2004-05-12 Andrew Cagney <cagney@redhat.com>
4573
4574 * thread.c (load_infrun_state): Delete step_sp.
4575 * infrun.c (context_switch): Ditto.
4576 * inferior.h (step_sp): Ditto.
4577 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
4578 * gdbthread.h (struct thread_info, save_infrun_state)
4579 (restore_infrun_state): Ditto.
4580
4581 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
4582
4583 * MAINTAINERS (write after approval): Add myself.
4584
4585 2004-05-12 Andrew Cagney <cagney@redhat.com>
4586
4587 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
4588 eliminate reference to step_sp.
4589 (struct execution_control_state, init_execution_control_state)
4590 (handle_inferior_event, keep_going): Delete update_step_sp and
4591 step_sp.
4592 * infcmd.c (step_sp): Note that variable is unused.
4593
4594 2004-05-11 Andrew Cagney <cagney@redhat.com>
4595
4596 * infrun.c (step_over_function): Delete function.
4597 (handle_step_into_function): Use insert_step_resume_breakpoint.
4598 (insert_step_resume_breakpoint): Fix assertion.
4599
4600 2004-05-11 Nick Roberts <nickrob@gnu.org>
4601
4602 * utils.c (defaulted_query): Just use the normal query input type
4603 when printing the annotations.
4604
4605 2004-05-11 Andrew Cagney <cagney@redhat.com>
4606
4607 * infrun.c (handle_inferior_event): Simplify code handling
4608 step-into or return-from a signal trampoline.
4609
4610 2004-05-11 Andrew Cagney <cagney@redhat.com>
4611
4612 * ppcnbsd-tdep.c: Include "gdb_assert.h".
4613 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
4614
4615 2004-05-10 Jim Blandy <jimb@redhat.com>
4616
4617 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
4618 with a call to internal_error.
4619
4620 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
4621 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
4622 processor variant lacks those registers.
4623 (ppc_floating_point_unit_p): Change description to make it clear
4624 that this returns info about the ISA, not the ABI.
4625 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
4626 return true or false by checking tdep->ppc_fp0_regnum and
4627 tdep->ppc_fpscr_regnum. The original code replicated the BFD
4628 arch/mach switching done in rs6000_gdbarch_init; it's better to
4629 keep that logic there, and just check the results here.
4630 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
4631 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
4632 floating-point registers.
4633 (ppc_supply_fpregset, ppc_collect_fpregset)
4634 (rs6000_push_dummy_call, rs6000_extract_return_value)
4635 (rs6000_store_return_value): Assert that we have floating-point
4636 registers.
4637 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
4638 (rs6000_frame_cache): Don't note the locations at which
4639 floating-point registers were saved if we have no fprs.
4640 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
4641 registers.
4642 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4643 (store_regs_user_thread, store_regs_kernel_thread): Only call
4644 supply_fprs / fill_fprs if we actually have floating-point
4645 registers.
4646 (special_register_p): Check ppc_fpscr_regnum before matching
4647 against it.
4648 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
4649 supply / collect fpscr if we don't have it.
4650 * ppc-bdm.c: #include "gdb_assert.h".
4651 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
4652 have floating-point registers, since I can't test this code on
4653 FP-free systems to adapt it.
4654 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
4655 fpscr and floating point register numbers if they don't exist.
4656 (fetch_register): Assert that we have floating-point registers
4657 before we reach the code that handles them.
4658 (store_register): Same. And use tdep instead of calling
4659 gdbarch_tdep again.
4660 (fill_fpregset): Don't try to collect FP registers and fpscr if we
4661 don't have them.
4662 (ppc_linux_sigtramp_cache): Don't record the saved locations of
4663 fprs and fpscr if we don't have them.
4664 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
4665 don't have them.
4666 * ppcnbsd-nat.c: #include "gdb_assert.h".
4667 (getfpregs_supplies): Assert that we have floating-point registers.
4668 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
4669 * ppcobsd-tdep.c: #include "gdb_assert.h".
4670 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
4671 have floating-point registers.
4672 * rs6000-nat.c (regmap): Don't match against the fpscr and
4673 floating point register numbers if they don't exist.
4674 (fetch_inferior_registers, store_inferior_registers,
4675 fetch_core_registers): Only fetch / store / supply the
4676 floating-point registers and the fpscr if we have them.
4677 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
4678 (ppcobsd-tdep.o): Update dependencies.
4679
4680 2004-05-10 Andrew Cagney <cagney@redhat.com>
4681
4682 * infrun.c (through_sigtramp_breakpoint): Delete variable.
4683 (context_switch): Do not switch through_sigtramp_breakpoint.
4684 * gdbthread.h (save_infrun_state, load_infrun_state)
4685 (struct thread_info): Delete through_sigtramp_breakpoint parameter
4686 and structure member.
4687 * thread.c (load_infrun_state, save_infrun_state): Update.
4688
4689 2004-05-10 Mark Kettenis <kettenis@gnu.org>
4690
4691 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
4692
4693 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4694
4695 * acinclude.m4: Quote macro names being defined by AC_DEFUN
4696 throughout.
4697 * aclocal.m4: Regenerate.
4698
4699 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
4700
4701 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
4702
4703 2004-05-10 Andrew Cagney <cagney@redhat.com>
4704
4705 * infrun.c (check_sigtramp2): Delete function.
4706 (handle_inferior_event): When single stepping, and taking a
4707 signal, set a breakpoint at the signal return address. Delete
4708 redundant calls to check_sigtramp2.
4709 (insert_step_resume_breakpoint): New function.
4710 (through_sigtramp_breakpoint, handle_inferior_event)
4711 (follow_exec, wait_for_inferior, fetch_inferior_event)
4712 (currently_stepping, keep_going): Delete most uses of
4713 through_sigtramp_breakpoint, not that it should be deleted.
4714 (delete_breakpoint_current_contents): Delete function.
4715
4716 2004-05-10 Randolph Chung <tausq@debian.org>
4717
4718 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
4719 target.
4720 * config/pa/tm-linux.h: New file.
4721
4722 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
4723
4724 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
4725 of prefixes. Don't print the prefix twice in the CLI.
4726
4727 2004-05-10 Jim Blandy <jimb@redhat.com>
4728
4729 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
4730 collect all the gprs.
4731
4732 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
4733 loop collecting gprs.
4734
4735 2004-05-09 Andrew Cagney <cagney@redhat.com>
4736
4737 * remote-vx.c (net_step): Delete step-range code.
4738 * remote.c (remote_resume, init_all_packet_configs)
4739 (set_remote_protocol_E_packet_cmd)
4740 (show_remote_protocol_E_packet_cmd)
4741 (remote_protocol_E, show_remote_cmd, _initialize_remote)
4742 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
4743 (show_remote_protocol_e_packet_cmd): Ditto.
4744
4745 2004-05-09 Mark Kettenis <kettenis@gnu.org>
4746
4747 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
4748
4749 * hppa-tdep.h: Update copyright year.
4750 (struct trad_frame_saved_reg): Add opaque declaration.
4751
4752 * amd64-tdep.c (amd64_return_value): Implement
4753 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4754
4755 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
4756 (m68k_value_to_register): New functions.
4757 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
4758 value_to_register.
4759
4760 * defs.h (enum return_value_convention): Add
4761 RETURN_VALUE_ABI_RETURNS_ADDRESS and
4762 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
4763 * infcmd.c (legacy_return_value): New function.
4764 (print_return_value): Rwerite to implement
4765 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4766 * values.c (using_struct_return): Check for inequality to
4767 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
4768 RETURN_VALUE_STRUCT_CONVENTION.
4769 * i386-tdep.c (i386_return_value): Implement
4770 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4771
4772 * vax-tdep.c: Tweak comments. Reorder include files. Don't
4773 include "symtab.h", "opcode/vax.h" and "inferior.h".
4774 (vax_skip_prologue): Replace calls to read_memory_integer by calls
4775 to read_memory_unsigned_integer.
4776 (vax_gdbarch_init): Reorder.
4777 (_initialize_vax_tdep): Spell out prototype.
4778 * Makefile.in (vax-tdep.o): Update dependencies.
4779
4780 2004-05-08 Andrew Cagney <cagney@redhat.com>
4781
4782 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
4783 * target.c (target_detach, target_disconnect): Ditto.
4784
4785 * infcall.c (call_function_by_hand): When no
4786 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
4787 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
4788 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
4789 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4790 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4791
4792 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
4793 * gdbarch.h, gdbarch.c: Re-generate.
4794 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4795 deprecated_fix_call_dummy.
4796 * v850-tdep.c (v850_gdbarch_init): Ditto.
4797 * infcall.c (call_function_by_hand): Do not call
4798 DEPRECATED_FIX_CALL_DUMMY.
4799
4800 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
4801 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
4802 * gdbarch.h, gdbarch.c: Re-generate.
4803 * arm-linux-tdep.c (arm_linux_call_dummy_words)
4804 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
4805 deprecated_sizeof_call_dummy_words.
4806 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
4807 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
4808 * v850-tdep.c (v850_gdbarch_init): Ditto.
4809 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4810 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
4811 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4812 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4813 * arch-utils.h (legacy_call_dummy_words)
4814 (legacy_sizeof_call_dummy_words): Delete declarations.
4815 * arch-utils.c (legacy_call_dummy_words)
4816 (legacy_sizeof_call_dummy_words): Delete variables.
4817
4818 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
4819 * gdbarch.h, gdbarch.c: Re-generate.
4820 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
4821 * infcall.c (call_function_by_hand): Eliminate call to
4822 DEPRECATED_PUSH_DUMMY_FRAME.
4823 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4824 push_dummy_frame.
4825 (ns32k_push_dummy_frame): Delete function.
4826
4827 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4828 deprecated_call_dummy_breakpoint_offset or
4829 deprecated_call_dummy_start_offset.
4830 * dummy-frame.c, arm-tdep.c: Update comments.
4831 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
4832 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
4833 * gdbarch.h, gdbarch.c: Re-generate.
4834
4835 * infcall.c (legacy_push_dummy_code): Delete function.
4836 (push_dummy_code): Delete call.
4837
4838 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
4839 * gdbarch.h, gdbarch.c: Re-generate.
4840 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
4841 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
4842 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
4843 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
4844
4845 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
4846 (struct frame_info): Delete opaque declaration.
4847 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
4848 * frame.c (get_frame_type): Delete call.
4849
4850 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4851 pc_in_call_dummy.
4852 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
4853 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
4854
4855 2004-05-08 Mark Kettenis <kettenis@gnu.org>
4856
4857 * alphanbsd-tdep.c: Include "gdb_string.h".
4858 * armnbsd-tdep.c: Update copyright year.
4859 Include "gdb_string.h".
4860 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
4861 dependencies.
4862
4863 * delta68-nat.c: Remove file.
4864 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
4865 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
4866 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
4867 (delta68-nat.o): Remove dependency.
4868
4869 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
4870 function.
4871 (m68k_gdbarch_init): Don't set
4872 deprecated_frameless_function_invocation.
4873
4874 2004-05-07 Randolph Chung <tausq@debian.org>
4875
4876 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
4877 read_memory_nobpt for code reading when doing frame unwinding.
4878 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
4879
4880 2004-05-07 Randolph Chung <tausq@debian.org>
4881
4882 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
4883 instead of sp, handle sigaltstack case.
4884 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
4885 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
4886 signal handler and not that of the caller.
4887 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
4888 hppa_linux_sigtramp_find_sigcontext.
4889
4890 2004-05-07 Randolph Chung <tausq@debian.org>
4891
4892 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
4893 hppa-linux-nat.c.
4894 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
4895 * hppa-linux-nat.c (fetch_register, store_register): Define.
4896 (fetch_inferior_registers, store_inferior_registers): Define.
4897 (supply_gregset): Add comment and clean up some unneeded code.
4898 (fill_gregset): Add comment and fix so that it saves registers in
4899 the right place in the gregset.
4900 (fill_fpregset): Fix buffer overrun problem.
4901 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4902
4903 2004-05-07 Randolph Chung <tausq@debian.org>
4904
4905 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
4906 do common handling of the pcoqt register.
4907 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
4908 to use helper function.
4909 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
4910 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
4911 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
4912 generic fallback unwinder when all else fails.
4913 (hppa_gdbarch_init): Add fallback sniffer.
4914 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
4915 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
4916 to use helper function.
4917
4918 2004-05-08 Joel Brobecker <brobecker@gnat.com>
4919
4920 * config/djgpp/fnchange.lst: Add translation rules for
4921 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
4922
4923 2004-05-08 Mark Kettenis <kettenis@gnu.org>
4924
4925 * frame.c (get_prev_frame_1): Work around GCC bug.
4926 * frame.h: Add comment about GCC bug.
4927
4928 2004-05-07 Andrew Cagney <cagney@redhat.com>
4929
4930 * observer.c: Include "commands.h" and "gdbcmd.h".
4931 (observer_debug, _initialize_observer): Add the
4932 command "set/show debug observer".
4933 * observer.sh: When observer debugging, log notify calls.
4934 * Makefile.in (observer.o): Update dependencies.
4935
4936 2004-05-07 Jason Molenda (jmolenda@apple.com)
4937
4938 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
4939
4940 2004-05-07 Jim Blandy <jimb@redhat.com>
4941
4942 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
4943 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
4944 to recognize gpr regnums, instead of assuming that
4945 tdep->ppc_fp0_regnum marks the end of the general-purpose
4946 registers.
4947
4948 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
4949 the given architecture has floating-point registers.
4950
4951 2004-05-07 Andrew Cagney <cagney@redhat.com>
4952
4953 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
4954 macro defined to 1.
4955 * gdbarch.h, gdbarch.c: Re-generate.
4956 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4957 deprecated_use_generic_dummy_frames.
4958
4959 2004-05-07 Brian Ford <ford@vss.fsi.com>
4960
4961 * NEWS: Mention Cygwin DWARF 2 support.
4962
4963 2004-05-07 Andrew Cagney <cagney@redhat.com>
4964
4965 * objfiles.h (struct entry_info): Delete unused fields
4966 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
4967 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
4968 * mipsread.c (mipscoff_symfile_read): Update.
4969 * mdebugread.c (parse_partial_symbols): Update.
4970 * dwarfread.c (read_file_scope): Update.
4971 * dwarf2read.c (read_file_scope): Update.
4972 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
4973 * coffread.c (complete_symtab): Update.
4974
4975 2004-05-07 Mark Kettenis <kettenis@gnu.org>
4976
4977 * infcall.c (_initialize_infcall): Fix typo.
4978
4979 2004-05-07 Andrew Cagney <cagney@redhat.com>
4980
4981 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
4982 * command.h (add_setshow_zinteger_cmd): Declare.
4983
4984 2004-05-06 Randolph Chung <tausq@debian.org>
4985
4986 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
4987 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
4988 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
4989 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
4990 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
4991 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
4992 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
4993 definitions ...
4994 * hppa-tdep.h: ... to here, with HPPA_ prefix.
4995 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
4996 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
4997 (hppa64_hpux_frame_find_saved_regs_in_sig)
4998 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
4999 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5000 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5001 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5002 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5003 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5004 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5005 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5006 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5007 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5008 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5009 (hppa32_register_type, hppa_cannot_store_register)
5010 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5011 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5012 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5013 * pa64solib.c (pa64_solib_have_load_event)
5014 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5015 (pa64_solib_unloaded_library_pathname): Likewise.
5016 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5017 (som_solib_library_pathname): Likewise.
5018
5019 2004-05-05 Jim Ingham <jingham@apple.com>
5020
5021 * breakpoint.c (create_breakpoints): Copy the ignore count and
5022 thread id over from the pended breakpoint to the actual
5023 breakpoint.
5024
5025 2004-05-05 Andrew Cagney <cagney@redhat.com>
5026
5027 * gdbarch.sh (PARM_BOUNDARY): Delete.
5028 gdbarch.h, gdbarch.c: Re-generate.
5029 * valops.c (PARM_BOUNDARY): Delete macro.
5030 (value_push): Delete PARM_BOUNDARY code.
5031 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5032
5033 2004-05-04 Jim Blandy <jimb@redhat.com>
5034
5035 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5036 Don't assume that the gprs, fprs, and UISA sprs are
5037 contiguous, start at register number zero, and end with fpscr.
5038 Instead, use the numbers from the tdep structure.
5039
5040 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5041 should no longer be used in code specific to the RS6000 and its
5042 derivatives.
5043 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5044 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5045 tdep->ppc_fp0_regnum.
5046 (ppc_supply_fpregset, ppc_collect_fpregset)
5047 (rs6000_push_dummy_call, rs6000_extract_return_value)
5048 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5049 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5050 FP0_REGNUM.
5051 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5052 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5053 Same.
5054 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5055 bdm_ppc_store_registers): Same.
5056 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5057 (store_register, fill_fpregset): Same.
5058 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5059 (ppc_linux_supply_fpregset): Same.
5060 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5061 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5062 Same.
5063 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5064 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5065 ppc64_sysv_abi_return_value): Same.
5066 * rs6000-nat.c (regmap, fetch_inferior_registers)
5067 (store_inferior_registers, fetch_core_registers): Same.
5068
5069 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5070
5071 * m68knbsd-nat.c: Remove file.
5072 * m68knbsd-tdep.c: Remove file.
5073 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5074 dependencies.
5075 * configure.host: Add m68k-*-netbsdelf*.
5076 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5077 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5078 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5079 (XM_FILE): Remove.
5080 * config/m68k/nbsdelf.mh: New file.
5081 * config/m68k/nbsd.mt: New file.
5082 * config/m68k/nbsdaout.mt: Remove file.
5083 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5084 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5085 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5086 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5087 (use_struct_convention): Remove prototype.
5088 (USE_STRUCT_CONVENTION): Remove define.
5089 * config/m68k/xm-nbsd.h: Remove file.
5090
5091 2004-05-04 Michael Snyder <msnyder@redhat.com>
5092
5093 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5094 reg_struct_return method (as gcc usually does for cross targets).
5095
5096 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5097
5098 Committed by Andrew Cagney.
5099 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5100 alignment padding when accessing ucontext struct members.
5101
5102 2004-05-04 Jim Blandy <jimb@redhat.com>
5103
5104 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5105 'ppc_gplast_regnum' member.
5106 (ppc_num_gprs): New enum constant.
5107 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5108 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5109 * rs6000-nat.c (regmap, fetch_inferior_registers,
5110 store_inferior_registers): Same.
5111 * rs6000-tdep.c (e500_pseudo_register_read)
5112 (e500_pseudo_register_write): Same.
5113 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5114
5115 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5116 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5117 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5118 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5119 FPLAST_REGNUM.
5120 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5121 Same.
5122 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5123 * rs6000-nat.c (regmap, fetch_inferior_registers)
5124 (store_inferior_registers): Same.
5125
5126 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5127 with FPLAST_REGNUM.
5128
5129 2004-05-03 Joel Brobecker <brobecker@gnat.com>
5130
5131 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
5132 failure detected by recent versions of GCC.
5133 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
5134 to be consistent with the usage in dwarf2_create_include_psymtab.
5135
5136 2004-05-03 Michael Snyder <msnyder@redhat.com>
5137
5138 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
5139 (heuristic_proc_start): Whitespace cleanup.
5140
5141 2004-05-04 Mark Kettenis <kettenis@gnu.org>
5142
5143 * sun3-nat.c: Remove file.
5144 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
5145 dependencies.
5146 (ALLDEPFILES): Remove sun3-nat.c.
5147 (sun3-nat.o): Remove dependencies.
5148
5149 * i386-interix-nat.c, i386-interix-tdep.c,
5150 config/i386/nm-interix.h, config/i386/interix.mh,
5151 config/i386/interix.mt: Remove files.
5152 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
5153 dependencies.
5154
5155 2004-05-03 Mark Kettenis <kettenis@gnu.org>
5156
5157 * m68k-tdep.h (struct gdbarch_tdep): Add member
5158 struct_value_regnum.
5159 (m68k_svr4_init_abi): New prototype.
5160 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
5161 different calling conventions.
5162 (m68k_extract_return_value): Remove code dealing with single-field
5163 structs.
5164 (m68k_store_return_value): Remove code dealing with single-field
5165 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5166 (m68k_extract_struct_value_address): Remove function.
5167 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5168 (m68k_reg_struct_return_p, m68k_return_value)
5169 (m68k_svr4_return_value): New functions.
5170 (m68k_use_struct_convention): Remove function.
5171 (m68k_push_dummy_call): Use new struct_value_regnum member of
5172 `struct gdbarch_tdep' instead of hardcoded register number to
5173 store STRUCT_ADDR.
5174 (m68k_svr4_init_abi): New function.
5175 (m68k_gdbarch_init): Don't set extract_return_value,
5176 store_return_values, deprecated_extract_struct_value_address and
5177 use_struct_convention. Set return_value instead. Initialize new
5178 struct_value_regnum member of `struct gdbarch_tdep'.
5179 * m68klinux-tdep.c: Update copyright year.
5180 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5181 (m68k_linux_extract_struct_value_address): Remove function.
5182 (m68k_linux_init_abi): Don't set extract_return_value,
5183 store_return_values, deprecated_extract_struct_value_address and
5184 use_struct_convention. Call m68k_svr4_init_abi but override the
5185 new struct_value_regnum member of `struct gdbarch_tdep'.
5186 * Makefile.in (m68k-tdep.o): Update dependencies.
5187
5188 2004-05-03 J. Brobecker <brobecker@gnat.com>
5189
5190 * dwarf2read.c (line_header): Add new included_p field in
5191 field file_names.
5192 (partial_die_info): New field has_stmt_list. New field line_offset.
5193 (dwarf2_create_include_psymtab): New function.
5194 (dwarf2_build_include_psymtabs): New function.
5195 (add_file_name): Add forward declaration. Initialize new field.
5196 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5197 to be able to determine the list of files included by the
5198 given unit, and build their associated psymtabs.
5199 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5200 files as well.
5201 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5202 (read_file_scope): Update call to dwarf_decode_lines.
5203 (read_partial_die): Handle DW_AT_stmt_list attributes.
5204
5205 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5206
5207 Unfix PR gdb/1626.
5208 * configure.in: Revert special case for osf5.*.
5209 * configure: Regenerate.
5210
5211 2004-05-02 Jim Blandy <jimb@redhat.com>
5212
5213 Move the symbol-file-from-memory functions into their own file.
5214 * symfile-mem.c, symfile-mem.h: New files.
5215 * symfile.c (symbol_file_add_from_bfd): New function.
5216 (symbol_file_add): Call symbol_file_add_from_bfd.
5217 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5218 Moved to symfile-mem.c.
5219 (_initialize_symfile): Move definition of
5220 add-symbol-file-from-memory command to symfile-mem.c.
5221 * symfile.h (symbol_file_add_from_bfd): New declaration.
5222 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5223 * config/powerpc/linux.mt (TDEPFILES): Same.
5224 * Makefile.in (SFILES): Add symfile-mem.c.
5225 (symfile_mem_h): New variable.
5226 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5227 (symfile-mem.o): New rule.
5228
5229 2004-05-01 Andrew Cagney <cagney@redhat.com>
5230
5231 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5232 frame_find_by_id instead of frame_relative_level.
5233 (do_enable_breakpoint): Ditto.
5234 * thread.c: Update copyright.
5235 (info_threads_command): Ditto, simplify.
5236
5237 * frame.c (deprecated_generic_get_saved_register): Delete
5238 function, moved to "xstormy16-tdep.c".
5239 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
5240 deprecated_generic_get_saved_register from "frame.c".
5241 (xstormy16_frame_saved_register): Call
5242 xstormy16_get_saved_register.
5243 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
5244 static.
5245 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
5246 * frame.h (deprecated_generic_get_saved_register): Delete.
5247
5248 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
5249
5250 * dwarfread.c: Update documentation on the state of dwarf-1.
5251
5252 2004-05-01 Andrew Cagney <cagney@redhat.com>
5253
5254 * stack.c (select_frame_command): Delete call to
5255 frame_relative_level.
5256 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
5257 Delete #if0 code.
5258 (frame_info): Do not print FRAMELESS.
5259 (print_block_frame_labels): Replace DEPRECATED_STREQ.
5260 (catch_info): Delete #if0 code.
5261
5262 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
5263 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
5264 of frame_relative_level.
5265 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
5266 to SENTINEL_FRAME.
5267 * frame.h (enum frame_type): Add SENTINEL_FRAME.
5268 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
5269 frame_relative_level.
5270
5271 * frame.h (deprecated_set_frame_type): Delete declaration.
5272 * frame.c (deprecated_set_frame_type): Delete function, update
5273 comments.
5274
5275 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
5276 * gdbarch.h, gdbarch.c: Re-generate.
5277 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
5278 (shnbsd_pc_in_sigtramp): Delete.
5279 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
5280 pc_in_sigtramp.
5281 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
5282 pc_in_sigtramp.
5283 * frame.h: Update comments.
5284 * ppc-linux-tdep.c: Update comments.
5285 * breakpoint.c (bpstat_what): Update comments.
5286
5287 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
5288 m68klinux-tdep.o's dependencies, were previously added to
5289 m68klinux-nat.o.
5290
5291 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
5292 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
5293 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
5294 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
5295 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
5296
5297 * Makefile.in (m68klinux-nat.o): Update dependencies.
5298 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5299 (m68k_linux_sigtramp_frame_cache)
5300 (m68k_linux_sigtramp_frame_this_id)
5301 (m68k_linux_sigtramp_frame_prev_register)
5302 (m68k_linux_sigtramp_frame_unwind)
5303 (m68k_linux_sigtramp_frame_sniffer)
5304 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
5305 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
5306 names, use trad-frame.h.
5307 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
5308 (struct m68k_sigtramp_info): Delete.
5309 * m68k-tdep.c (m68k_sigtramp_frame_cache)
5310 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
5311 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
5312 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
5313 "m68klinux-tdep.c".
5314
5315 * infrun.c (check_sigtramp2): Delete check for
5316 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
5317
5318 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5319
5320 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
5321
5322 2004-05-01 Andrew Cagney <cagney@redhat.com>
5323
5324 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5325 (frv_linux_sigtramp_frame_cache)
5326 (frv_linux_sigtramp_frame_this_id)
5327 (frv_linux_sigtramp_frame_prev_register)
5328 (frv_linux_sigtramp_frame_unwind)
5329 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
5330 include "linux" in function and variable names, directly call
5331 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
5332 the latest trad-frame code.
5333 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
5334 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
5335 * Makefile.in (frv-linux-tdep.o): Update dependencies.
5336 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
5337 * frv-tdep.c (frv_sigtramp_frame_cache)
5338 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
5339 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
5340 frv-linux-tdep.c.
5341 (frv_gdbarch_init): Do not append a sigtramp sniffer.
5342 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
5343 (frv_set_sigcontext_reg_addr): Delete function.
5344
5345 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
5346 (DEPRECATED_SIGTRAMP_END): Delete.
5347 * gdbarch.h, gdbarch.c: Re-generate.
5348 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
5349 * config/vax/tm-vaxbsd.h: Update copyright.
5350 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5351 (DEPRECATED_IN_SIGTRAMP): Define.
5352 * config/m68k/tm-nbsd.h: Update copyright.
5353 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5354 (DEPRECATED_IN_SIGTRAMP): Define.
5355
5356 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5357
5358 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
5359 encondings. Fixes PR gdb/1628.
5360
5361 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
5362 DW_CFA_restore state without a matching DW_CFA_remember_state
5363 instead of aborting. Fixes PR backtrace/1589.
5364
5365 2004-04-30 Joel Brobecker <brobecker@gnat.com>
5366
5367 * MAINTAINERS: Add self as AIX maintainer.
5368 Update my e-mail address in write-after-approval section.
5369
5370 2004-04-30 Andrew Cagney <cagney@redhat.com>
5371
5372 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
5373 (legacy_get_prev_frame): Ditto.
5374
5375 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
5376 (mips_gdbarch_init): Do not set pc_in_sigtramp.
5377 * mipsread.c (sigtramp_address): Delete extern variable.
5378 (mipscoff_new_init): Delete reference.
5379 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
5380 (fixup_sigtramp): Delete function.
5381 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
5382 (fixup_sigtramp): Delete declarations.
5383
5384 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
5385 deprecated_pc_in_sigtramp.
5386 (ppcnbsd_pc_in_sigtramp): Delete function.
5387
5388 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5389
5390 * config/m68k/nm-nbsd.h: Tweak comments.
5391 * config/m68k/nm-nbsdaout.h: Likewise.
5392
5393 2004-04-30 Andrew Cagney <cagney@redhat.com>
5394
5395 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
5396 legacy_pc_in_sigtramp.
5397 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
5398
5399 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5400
5401 Add OpenBSD/m68k support.
5402 * NEWS (New native configurations): Mention OpenBSD/m68k.
5403 * m68kbsd-tdep.c: New file.
5404 * m68kbsd-nat.c: New file.
5405 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
5406 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
5407 * configure.host: Add m68k-*-openbsd.
5408 * configure.tgt: Add m68k-*-openbsd.
5409 * config/m68k/tm-obsd.h: New file.
5410 * config/m68k/obsd.mt: New file.
5411 * config/m68k/obsd.mh: New file.
5412 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
5413 m68kbsd-tdep.c.
5414
5415 2004-04-30 Andrew Cagney <cagney@redhat.com>
5416
5417 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
5418 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
5419
5420 2004-04-30 Mark Kettenis <kettenis@gnu.org>
5421
5422 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
5423 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
5424
5425 2004-04-30 Brian Ford <ford@vss.fsi.com>
5426
5427 Revert 2004-04-16 change.
5428 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
5429 (i386_coff_init_abi): Remove.
5430 * i386-tdep.h (i386_coff_init_abi): Remove.
5431 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
5432
5433 2004-04-30 Andrew Cagney <cagney@redhat.com>
5434
5435 * blockframe.c (find_pc_partial_function): Delete use of
5436 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
5437 DEPRECATED_SIGTRAMP_END.
5438
5439 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
5440 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
5441 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
5442 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
5443 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
5444
5445 * defs.h (deprecated_inside_entry_file): Delete declaration.
5446 * blockframe.c (deprecated_inside_entry_file): Delete function.
5447 (legacy_frame_chain_valid): Delete call.
5448 * sh64-tdep.c (sh64_frame_chain): Delete call.
5449 * objfiles.h: Update comments.
5450 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
5451 call.
5452 * frame.c (get_prev_frame): Delete call, update comments.
5453
5454 2004-04-30 Brian Ford <ford@vss.fsi.com>
5455
5456 * MAINTAINERS (Write After Approval): Add myself.
5457
5458 2004-04-30 Andrew Cagney <cagney@redhat.com>
5459
5460 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
5461 * gdbarch.h, gdbarch.c: Re-generate.
5462 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
5463 code.
5464
5465 2004-04-30 Andrew Cagney <cagney@redhat.com>
5466
5467 * gdb-events.sh (selected_thread_changed)
5468 (selected_frame_level_changed, target_changed): Delete.
5469 * gdb-events.h, gdb-events.c: Re-generate.
5470 * valops.c (value_assign): Update.
5471 * stack.c (select_frame_command, up_silently_base)
5472 (down_silently_base): Update.
5473
5474 2004-04-29 Andrew Cagney <cagney@redhat.com>
5475
5476 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
5477 registers correctly.
5478 (print_gp_register_row, mips32_heuristic_proc_desc)
5479 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
5480 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
5481 references to mips_isa_regsize.
5482
5483 2004-04-29 Andrew Cagney <cagney@redhat.com>
5484
5485 * mips-tdep.c (struct gdbarch_tdep): Delete
5486 mips_fp_register_double.
5487 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
5488 mips_abi_regsize.
5489 (mips_gdbarch_init): Do not set mips_fp_register_double.
5490 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
5491
5492 2004-04-29 Joel Brobecker <brobecker@gnat.com>
5493
5494 Committed by Andrew Cagney.
5495 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
5496 function calls.
5497
5498 2004-04-29 Andrew Cagney <cagney@redhat.com>
5499
5500 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
5501 gdbarch, use mips_abi, update callers.
5502 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
5503 mips_abi_regsize, update callers.
5504 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
5505 mips_default_abi_regsize.
5506 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
5507 mips_default_abi_regsize.
5508
5509 2004-04-29 Andrew Cagney <cagney@redhat.com>
5510
5511 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
5512 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
5513 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
5514 mips_default_abi_regsize.
5515 (mips_isa_regsize): Rename mips_regisze.
5516 * mipsnbsd-tdep.c: Update.
5517 * mips-linux-tdep.c: Update.
5518 * irix5-nat.c: Update.
5519 * mips-tdep.h (mips_isa_regsize): Update.
5520
5521 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
5522 Delete all disabled code.
5523 * gdb-events.h, gdb-events.c: Re-generate.
5524
5525 2004-04-19 Jerome Guitton <guitton@gnat.com>
5526 Mark Kettenis <kettenis@gnu.org>
5527
5528 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
5529 the function begins with a branch instruction.
5530
5531 2004-04-29 Mark Kettenis <kettenis@gnu.org>
5532
5533 * i386-tdep.c: Fix spelling mistakes.
5534
5535 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5536 Andrew Cagney <cagney@redhat.com>
5537
5538 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
5539 <sys/proc.h>.
5540 * acconfig.h: Provide default _KMEMUSER value.
5541 * config.in, configure: Re-generate.
5542 * NEWS: Mention fix.
5543
5544 2004-04-24 Randolph Chung <tausq@debian.org>
5545
5546 * configure.host (hppa*-*-linux*): New target.
5547 * configure.tgt (hppa*-*-linux*): Likewise.
5548 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
5549 gdbarch_init_osabi() call earlier so that osabi-specific frame
5550 unwinders can be registered first.
5551 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
5552 hppa-linux-nat.c.
5553 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
5554 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
5555 * config/pa/linux.mh: New file.
5556 * config/pa/linux.mt: New file.
5557 * config/pa/nm-linux.h: New file.
5558 * config/pa/xm-linux.h: New file.
5559 * hppa-linux-nat.c: New file.
5560 * hppa-linux-tdep.c: New file.
5561
5562 2004-04-28 Randolph Chung <tausq@debian.org>
5563
5564 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
5565 return values.
5566 (hppa32_push_dummy_call): Fix small struct and floating point argument
5567 passing, and make sure the stack frame is properly aligned.
5568
5569 2004-04-28 Andrew Cagney <cagney@redhat.com>
5570
5571 * stack.c (print_stack_frame): Fix description.
5572
5573 * NEWS: Mention gdb/gdbserver/configure execute permission
5574 changed. PR server/519.
5575
5576 2004-04-28 Andrew Cagney <cagney@redhat.com>
5577
5578 * stack.c (print_stack_frame_stub): Delete declaration.
5579 (struct print_stack_frame_args, print_stack_frame)
5580 (print_frame_info, print_frame): Replace "source" with print what.
5581 Replace "print" with "print_level". Replace "args" with
5582 "print_args".
5583 * frame.h (show_and_print_stack_frame, print_stack_frame)
5584 (print_frame_info): Update declarations.
5585 * stack.c (select_and_print_frame, frame_command)
5586 (current_frame_command, up_command, down_command): Update calls -
5587 use get_selected_frame, pass "enum print_what" for source, do not
5588 call frame_relative_level.
5589 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
5590 * remote-rdp.c (remote_rdp_open): Ditto.
5591 * remote-mips.c (common_open): Ditto.
5592 * remote-e7000.c (e7000_start_remote): Ditto.
5593 * ocd.c (ocd_start_remote): Ditto.
5594 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
5595 * infrun.c (normal_stop): Ditto.
5596 * inflow.c (kill_command): Ditto.
5597 * infcmd.c (finish_command): Ditto.
5598 * corelow.c (core_open): Ditto.
5599 * tracepoint.c (finish_tfind_command): Ditto.
5600 * thread.c (info_threads_command, info_threads_command)
5601 (restore_current_thread, do_captured_thread_select): Ditto.
5602 * ada-tasks.c (task_command): Ditto.
5603
5604 2004-04-26 Orjan Friberg <orjanf@axis.com>
5605
5606 * frame.c: Include "observer.h".
5607 (frame_observer_target_changed): New function.
5608 (_initialize_frame): Attach target_changed observer.
5609 * regcache.c: Include "observer.h".
5610 (regcache_observer_target_changed): New function.
5611 (_initialize_regcache): Attach target_changed observer.
5612 * valops.c: Include "observer.h".
5613 (value_assign): Notify target_changed event when modifying register.
5614 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
5615
5616 2004-04-26 Orjan Friberg <orjanf@axis.com>
5617
5618 From Paul Koning <pkoning@equallogic.com>:
5619 * breakpoint.c (free_valchain): New function.
5620 (insert_bp_location, delete_breakpoint): Use free_valchain.
5621 (remove_breakpoint): Do not remove the valchain.
5622 (bpstat_stop_status): If not stopped by watchpoint, skip
5623 watchpoints when generating stop status list.
5624 * infrun.c (handle_inferior_event): Make
5625 stepped_after_stopped_by_watchpoint a global variable.
5626 * remote.c (remote_stopped_data_address): Return watch data
5627 address rather than zero if stepped_after_stopped_by_watchpoint is
5628 set.
5629
5630 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
5631
5632 Fix PR gdb/1626.
5633 * configure.in: Check for curses after termcap.
5634 On osf5.*, do not check for ncurses.
5635 * configure: Regenerate.
5636
5637 2004-04-25 Mark Kettenis <kettenis@gnu.org>
5638
5639 * ppcobsd-nat.c: Include "ppc-tdep.h".
5640 * Makefile.in (ppcobsd-nat.o): Update dependencies.
5641
5642 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
5643 Fixes PR tdep/1623 and PR tdep/1624.
5644
5645 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
5646
5647 * xmodem.h, xmodem.c: Remove files.
5648 * Makefile.in: Remove references to xmodem.h, xmodem.c.
5649
5650 2004-04-23 Randolph Chung <tausq@debian.org>
5651
5652 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
5653 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
5654 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
5655 for handling stackless frames.
5656 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
5657
5658 2004-04-23 Randolph Chung <tausq@debian.org>
5659
5660 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
5661 starts at a pc before the frame is created.
5662
5663 2004-04-23 Joel Brobecker <brobecker@gnat.com>
5664
5665 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
5666
5667 2004-04-23 Jerome Guitton <guitton@gnat.com>
5668
5669 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
5670 use convert_typed_floating to get the appropriate format.
5671
5672 2004-04-22 Randolph Chung <tausq@debian.org>
5673
5674 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
5675 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
5676 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
5677 (hppa_sign_extend): Add prototype.
5678 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
5679 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
5680 (sign_extend): Rename with hppa_ prefix and make non-static. Other
5681 hppa targets will also use these functions.
5682 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
5683 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
5684 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
5685 (hppa_gdbarch_init): Remove gdbarch setting of
5686 skip_trampoline_code, in_solib_call_trampoline and
5687 in_solib_return_trampoline.
5688 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5689 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
5690 hppa_in_solib_call_trampoline.
5691 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
5692 Moved from hppa-tdep.c.
5693 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
5694 in_solib_call_trampoline and in_solib_return_trampoline.
5695
5696 2004-04-22 Randolph Chung <tausq@debian.org>
5697
5698 * hppa-tdep.c (hppa_debug): New variable.
5699 (find_unwind_entry, hppa_frame_cache): Add debug output.
5700 (_initialize_hppa_tdep): Add command to set debug flag.
5701
5702 2004-04-22 Andrew Cagney <cagney@redhat.com>
5703
5704 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
5705 "trad-frame.h".
5706 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
5707 signal trampoline unwinder.
5708 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
5709
5710 2004-04-22 Mark Kettenis <kettenis@gnu.org>
5711
5712 Add OpenBSD/powerpc support.
5713 * NEWS (New native configurations): Mention OpenBSD/powerpc.
5714 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
5715 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
5716 (ppc_collect_fpregset): New prototypes.
5717 * ppcobsd-nat.c: New file.
5718 * ppcobsd-tdep.c: New file.
5719 * ppcobsd-tdep.h: New file.
5720 * rs6000-tdep.c: Include "regset.h".
5721 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
5722 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
5723 New functions.
5724 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
5725 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
5726 (rs6000-tdep.o): Update dependencies.
5727 * configure.host: Add powerpc-*-openbsd.
5728 * configure.tgt: Add powerpc-*-openbsd.
5729 * config/powerpc/obsd.mh: New file.
5730 * config/powerpc/nm-obsd.h: New file.
5731 * config/powerpc/obsd.mt: New file.
5732
5733 2004-04-22 Andrew Cagney <cagney@redhat.com>
5734
5735 * frame.h (show_frame_info): Delete declaration.
5736
5737 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
5738 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
5739 * m32r-tdep.c (m32r_frame_this_id): Ditto.
5740 * frv-tdep.c (frv_frame_this_id): Ditto.
5741 * avr-tdep.c (avr_frame_this_id): Ditto.
5742
5743 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
5744
5745 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
5746
5747 2004-04-22 Jim Blandy <jimb@redhat.com>
5748
5749 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
5750 register number zero.
5751
5752 2004-04-21 Michael Snyder <msnyder@redhat.com>
5753
5754 * mips-tdep.c (heuristic_proc_start):
5755 Warning() already prefixes "Warning: ".
5756
5757 2004-04-21 Andrew Cagney <cagney@redhat.com>
5758
5759 * annotate.h (deprecated_annotate_starting_hook)
5760 (deprecated_annotate_stopped_hook)
5761 (deprecated_annotate_exited_hook)
5762 (deprecated_annotate_signal_hook)
5763 (deprecated_annotate_signalled_hook): Deprecate.
5764 * tracepoint.h (deprecated_create_tracepoint_hook)
5765 (deprecated_delete_tracepoint_hook)
5766 (deprecated_modify_tracepoint_hook)
5767 (deprecated_trace_find_hook)
5768 (deprecated_trace_start_stop_hook): Deprecate.
5769 * target.h (deprecated_target_new_objfile_hook): Deprecate.
5770 * remote.h (deprecated_target_resume_hook)
5771 (deprecated_target_wait_loop_hook): Deprecate.
5772 * gdbcore.h (deprecated_exec_file_display_hook)
5773 (deprecated_file_changed_hook): Deprecate.
5774 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
5775 * defs.h (deprecated_modify_breakpoint_hook)
5776 (deprecated_command_loop_hook, deprecated_show_load_progress)
5777 (deprecated_print_frame_info_listing_hook)
5778 (deprecated_query_hook, deprecated_warning_hook)
5779 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
5780 (deprecated_delete_breakpoint_hook)
5781 (deprecated_interactive_hook, deprecated_registers_changed_hook)
5782 (deprecated_readline_begin_hook, deprecated_readline_hook)
5783 (deprecated_readline_end_hook, deprecated_register_changed_hook)
5784 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
5785 (deprecated_context_hook, deprecated_target_wait_hook)
5786 (deprecated_attach_hook, deprecated_detach_hook)
5787 (deprecated_call_command_hook, deprecated_set_hook)
5788 (deprecated_error_hook, deprecated_error_begin_hook)
5789 (deprecated_ui_load_progress_hook): Deprecate.
5790 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
5791 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
5792 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
5793 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
5794 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
5795 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
5796 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
5797 * annotate.c, aix-thread.c: Update.
5798
5799 2004-04-21 Andrew Cagney <cagney@redhat.com>
5800
5801 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
5802 * vaxnbsd-tdep.c: Include "gdb_string.h".
5803
5804 * symfile.c (symbol_file_add_from_memory): #if 0 function.
5805 (add_symbol_file_from_memory_command): #if 0 function body, call
5806 error instead.
5807
5808 2004-04-21 Andrew Cagney <cagney@redhat.com>
5809
5810 * gdbcore.h: Update copyright.
5811 (deprecated_add_core_fns): Rename add_core_fns.
5812 * win32-nat.c (_initialize_core_win32): Update.
5813 * sun3-nat.c (_initialize_core_sun3): Update.
5814 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
5815 * rs6000-nat.c (_initialize_core_rs6000): Update.
5816 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
5817 * nto-tdep.c (_initialize_nto_tdep): Update.
5818 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
5819 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
5820 * mips-nat.c (_initialize_core_mips): Update.
5821 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
5822 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
5823 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
5824 * lynx-nat.c (_initialize_core_lynx): Update.
5825 * irix5-nat.c (_initialize_core_irix5): Update.
5826 * i386-interix-nat.c (_initialize_core_interix): Update.
5827 * cris-tdep.c (_initialize_cris_tdep): Update.
5828 * corelow.c (deprecated_add_core_fns): Update.
5829 * core-regset.c (_initialize_core_regset): Update.
5830 * core-aout.c (_initialize_core_aout): Update.
5831 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
5832 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
5833 * alpha-nat.c (_initialize_core_alpha): Update.
5834
5835 2004-04-21 Jim Blandy <jimb@redhat.com>
5836
5837 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
5838
5839 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
5840
5841 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
5842 Delete.
5843 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
5844 (read_attribute_value): Update calls to dwarf_alloc_block.
5845 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
5846 dwarf2_tmp_obstack.
5847 (psymtab_to_symtab_1): Likewise. Clean up using
5848 free_stack_comp_unit.
5849 (add_to_cu_func_list): Use the comp_unit_obstack.
5850
5851 2004-04-19 Joel Brobecker <brobecker@gnat.com>
5852
5853 * dwarf2read.c (dwarf2_flag_true_p): New function.
5854 (die_is_declaration): Use the function above. Add some comments.
5855
5856 2004-04-19 Mark Kettenis <kettenis@gnu.org>
5857
5858 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
5859 architecture when registering sparcnbsd_core_osabi_sniffer.
5860 Adjust comment.
5861
5862 2004-04-18 Mark Kettenis <kettenis@gnu.org>
5863
5864 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
5865 return value.
5866
5867 Based on a patch from Brian Ford <ford@vss.fsi.com>:
5868 * i386-tdep.c: Correct register numbering scheme comments
5869 throughout.
5870 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
5871 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
5872 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
5873 (i386_gdb_arch_init): Likewise.
5874
5875 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
5876 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
5877 ppcnbsd-tdep.o.
5878
5879 * m68k-tdep.h: Tweak comments.
5880 * m68k-tdep.c: Tweak comment.
5881
5882 2004-04-17 Randolph Chung <tausq@debian.org>
5883
5884 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
5885 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
5886 (hppa_hpux_som_init_abi): Set is_elf to 0.
5887 (hppa_hpux_elf_init_abi): Set is_elf to 1.
5888 * hppa-tdep.c (low_text_segment_address): Remove global.
5889 (record_text_segment_lowaddr): Pass in low address as parameter. Use
5890 section offset to calculate segment address.
5891 (internalize_unwinds): Define low_text_segment_address as local and
5892 pass to record_text_segment_lowaddr for ELF targets.
5893 (hppa_gdbarch_init): Zero fill tdep structure.
5894 (hppa_dump_tdep): Print tdep structure.
5895 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
5896
5897 2004-04-17 Randolph Chung <tausq@debian.org>
5898
5899 * hppa-tdep.c (hppa_pseudo_register_read): Define.
5900 (hppa_gdbarch_init): Set pseudo_register_read.
5901 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
5902 * regcache.c (supply_register): Remove check for
5903 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
5904
5905 2004-04-17 Randolph Chung <tausq@debian.org>
5906
5907 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
5908 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
5909 (hpread_adjust_stack_address): Move to hpread.c.
5910 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5911 obj_private_struct): Move from tm-hppa.h.
5912 * hpread.c (hppa-tdep.h): Include.
5913 (hpread_adjust_stack_address): Move from hppa-tdep.c.
5914 (hpread_read_function_type, hpread_read_doc_function_type)
5915 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
5916 directly.
5917 * pa64solib.c (hppa-tdep.h): Include.
5918 * somsolib.c (hppa-tdep.h): Include.
5919 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
5920 inferior_status): Remove unused forward declarations.
5921 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
5922 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5923 obj_private_struct): Move to hppa-tdep.h.
5924 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
5925
5926 2004-04-17 Randolph Chung <tausq@debian.org>
5927
5928 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
5929 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
5930 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
5931 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
5932 Remove forward declaration and make static.
5933 (hppa_reg_struct_has_addr): Remove.
5934
5935 2004-04-16 Joel Brobecker <brobecker@gnat.com>
5936
5937 * observer.sh: Move comments in sed command to first column.
5938
5939 2004-04-16 Jason Molenda (jmolenda@apple.com)
5940
5941 * frame.c: Minor typeo corrections in comments.
5942
5943 2004-04-16 Joel Brobecker <brobecker@gnat.com>
5944
5945 * observer.c (observer_test_first_notification_function): Update
5946 function profile.
5947 (observer_test_second_notification_function): Likewise.
5948 (observer_test_third_notification_function): Likewise.
5949
5950 2004-04-16 Mark Kettenis <kettenis@gnu.org>
5951
5952 From Brian Ford <ford@vss.fsi.com>:
5953 * i386-tdep.c (i386_coff_init_abi): New function.
5954 * i386-tdep.h (i386_coff_init_abi): New prototype.
5955 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
5956 register number translation functions for DWARF and DWARF 2.
5957
5958 2004-04-16 Joel Brobecker <brobecker@gnat.com>
5959
5960 * dwarf2read.c: Back out my previous change, it was incorrect.
5961
5962 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
5963
5964 * dwarf2read.c: Include "hashtab.h".
5965 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
5966 has_namespace_info.
5967 (struct partial_die_info): Add comments. Use bitfields to reduce
5968 memory footprint. Add scope, scope_set, has_specification,
5969 spec_offset, die_parent, die_child, and die_sibling.
5970 (peek_die_abbrev): Add prototype.
5971 (partial_read_comp_unit_head): New function, broken out from
5972 dwarf2_build_psymtabs_hard.
5973 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
5974 Use partial_read_comp_unit_head. Initialize the CU and
5975 comp_unit_obstack. Update calls to read_partial_die and
5976 scan_partial_symbols. Use free_stack_comp_unit and
5977 load_partial_dies.
5978 (scan_partial_symbols): Change PDI to a pointer. Use the child and
5979 sibling pointers to walk partial DIEs. Call fixup_partial_die.
5980 Update calls to helper functions. Remove NAMESPACE argument.
5981 Update comments.
5982 (partial_die_parent_scope, partial_die_full_name): New functions.
5983 (add_partial_symbol): Remove namespace argument. Update call to
5984 pdi_needs_namespace. Use partial_die_full_name. Handle
5985 DW_TAG_namespace. Check has_namespace_info flag.
5986 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
5987 tag. Handle namespaces.
5988 (add_partial_namespace, add_partial_enumeration): Simplify.
5989 (guess_structure_name): New function, derived from
5990 add_partial_structure.
5991 (add_partial_structure): Remove.
5992 (determine_class_name): Update comment.
5993 (dwarf2_read_abbrevs): Set has_namespace_info flag.
5994 (is_type_tag_for_partial, load_partial_dies): New functions.
5995 (read_partial_die): Pass abbrev and abbrev_len as arguments.
5996 Record specifications instead of following them immediately.
5997 (find_partial_die_in_comp_unit, find_partial_die)
5998 (fixup_partial_die, free_stack_comp_unit)
5999 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6000 (partial_die_hash, partial_die_eq): New functions.
6001 * Makefile.in (hashtab_h): Define.
6002 (dwarf2read.o): Update dependencies.
6003 (observer_inc, observer_h): Move to the correct section.
6004
6005 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6006
6007 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6008 (die_is_declaration): Use the function above. Add comment.
6009
6010 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6011
6012 * dwarf2read.c (read_structure_scope): Identify stub types
6013 using die_is_declaration() only.
6014
6015 2004-04-15 Roland McGrath <roland@redhat.com>
6016
6017 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6018 argument instead of NAME.
6019 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6020 in call to symbol_file_add_with_addrs_or_offsets.
6021 (build_addr_info): New function, helper for ...
6022 (symbol_file_add_from_memory): New function.
6023 (add_symbol_file_from_memory_command): New function using that.
6024 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6025 (pre_add_symbol_hook): Add const to argument type.
6026 * symfile.h (symbol_file_add_from_memory): Declare it.
6027
6028 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6029
6030 * NEWS (New native configurations): Mention OpenBSD/vax.
6031 * configure.host: Add vax-*-openbsd*.
6032 * config/vax/obsd.mh: New file.
6033 * config/vax/nm-obsd.h: New file.
6034
6035 * vax-tdep.c: Include "regset.h".
6036 (vax_supply_gregset): New function.
6037 (vax_gregset): New variable.
6038 (vax_regset_from_core_section): New function.
6039 (vax_gdbarch_init): Set regset_from_core_section.
6040 * Makefile.in (vax-tdep.o): Update dependencies.
6041
6042 2004-04-15 Andrew Cagney <cagney@redhat.com>
6043
6044 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6045 (observer_normal_stop_notification_stub)
6046 (observer_attach_normal_stop, observer_detach_normal_stop):
6047 Delete, replaced by #include "observer.inc".
6048 * infrun.c (normal_stop): Pass "stop_bpstat" to
6049 observer_notify_normal_stop.
6050 * Makefile.in (observer_inc): Define.
6051 (observer.o): Update dependencies.
6052 (observer.h, observer.inc): New rules.
6053 * observer.h: Delete file.
6054 * observer.sh: New file.
6055
6056 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6057
6058 * vax-tdep.c (vax_frame_cache): Fix typo.
6059
6060 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6061
6062 * NEWS (New native configurations): Mention NetBSD/vax.
6063 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6064 * config/vax/nbsdelf.mh: New file.
6065 * config/vax/nbsdaout.mh: New file.
6066 * config/vax/nm-nbsd.h: New file.
6067 * config/vax/nm-nbsdaout.h: New file.
6068
6069 * vaxnbsd-tdep.c: New file.
6070 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6071 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6072 * config/vax/nbsd.mt: New file.
6073 * config/vax/tm-nbsd.h: New file.
6074
6075 * Makefile.in (vaxbsd-nat.o): New dependency.
6076
6077 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6078 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6079 struct_addr arguments. Don't push return value address.
6080 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6081 arguments to vax_store_arguments. Store return value address in
6082 R1.
6083 (vax_store_struct_return, vax_extract_return_value)
6084 (vax_store_return_value): Remove functions.
6085 (vax_return_value): New function.
6086 (vax_gdbarch_init): Set return value. Don't set
6087 deprecated_store_struct_return, deprecated_extract_struct_return
6088 and deprecated_store_return_value.
6089
6090 2004-04-14 Andreas Schwab <schwab@suse.de>
6091
6092 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6093 value buffer.
6094 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6095
6096 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6097
6098 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6099 (vax_unwind_dummy_id): New functions.
6100 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6101 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6102 variables.
6103 (vax_fix_call_dummy): Remove function.
6104 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6105 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6106 call_dummy_location, deprecated_call_dummy_words,
6107 deprecated_sizeof_call_dummy_words,
6108 deprecated_call_dummy_breakpoint_offset,
6109 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6110 and deprecated_dummy_write_sp.
6111
6112 2004-04-13 David Carlton <carlton@kealia.com>
6113
6114 * MAINTAINERS: Move myself to "paper trail" section.
6115
6116 2004-04-12 Mark Kettenis <kettenis@gnu.org>
6117
6118 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6119 "trad-frame.h".
6120 (vax_frame_init_saved_regs): Remove function.
6121 (vax_sigtramp_saved_pc): Remove function.
6122 (vax_frame_saved_pc): Remove function.
6123 (vax_frame_args_address): Remove function.
6124 (vax_frame_num_args): Rewrite.
6125 (vax_frame_chain): Remove function.
6126 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6127 VAX_FP_REGNUM.
6128 (vax_pop_frame): Likewise.
6129 (vax_saved_pc_after_call): Remove function.
6130 (struct vax_frame_cache): New structure.
6131 (vax_frame_cache): New function.
6132 (vax_frame_this_id): New function.
6133 (vax_frame_prev_register): New function.
6134 (vax_frame_unwind): New variable.
6135 (vax_frame_sniffer): New function.
6136 (vax_frame_base_address): New function.
6137 (vax_frame_args_address): New function.
6138 (vax_frame_base): New variable.
6139 (vax_unwind_pc): New function.
6140 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
6141 deprecated_fp_regnum, deprecated_saved_pc_after_call,
6142 deprecated_frame_chain, deprecated_frame_saved_pc,
6143 deprecated_frame_args_address and
6144 deprecated_frame_init_saved_regs.
6145 * Makefile.in (vax-tdep.o): Update dependencies.
6146
6147 * vaxbsd-nat.c: New file.
6148
6149 * vax-tdep.h: Update copyright year. Adjust comments.
6150 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
6151 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
6152 (vax_regnum): New enum. Replacing...
6153 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
6154 (VAX_PS_REGNUM): ... these removed macros.
6155 * vax-tdep.c (vax_register_name): Remove prototype.
6156 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
6157 (vax_register_byte, vax_register_raw_size,
6158 vax_register_virtual_size, vax_register_virtual_type): Remove
6159 functions.
6160 (vax_register_type): New function.
6161 (vax_breakpoint_from_pc): Reorganize.
6162 (vax_gdbarch_init): Set register_type. Don't set
6163 deprecated_register_size, deprecated_register_bytes,
6164 deprecated_register_byte, deprecated_register_raw_size,
6165 deprecated_max_register_raw_size,
6166 deprecated_register_virtual_size,
6167 deprecated_max_register_virtual_size and
6168 deprecated_register_virtual_type. Add comment on stack direction.
6169
6170 2004-04-11 Mark Kettenis <kettenis@gnu.org>
6171
6172 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6173 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
6174 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
6175
6176 2004-04-10 Randolph Chung <tausq@debian.org>
6177
6178 * MAINTAINERS (write after approval): Add myself.
6179
6180 2004-04-07 Randolph Chung <tausq@debian.org>
6181
6182 * hppa-tdep.c (hppa_inner_than): Remove.
6183 (is_pa_2): Remove unused static variable.
6184 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
6185
6186 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
6187
6188 * language.h (language_defn): Add new la_post_parser field.
6189 * parser-defs.h (null_post_parser): New declaration (default for
6190 la_post_parser).
6191
6192 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6193 insert call to that function.
6194 (parse_exp_in_context): New function, including code formerly in
6195 parse_exp_1. Calls language-dependent post-parser after
6196 prefixification.
6197 (parse_expression_in_context): New exported function.
6198 (null_post_parser): New definition.
6199 * expression.h (parse_expression_in_context): Add declaration.
6200
6201 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6202 * c-lang.c (c_language_defn): Ditto.
6203 (cplus_language_defn): Ditto.
6204 (asm_language_defn): Ditto.
6205 (minimal_language_defn): Ditto.
6206 * f-lang.c (f_language_defn): Ditto.
6207 * jv-lang.c (java_language_defn): Ditto.
6208 * language.c (unknown_language_defn): Ditto.
6209 (auto_language_defn): Ditto.
6210 (local_language_defn): Ditto.
6211 * m2-lang.c (m2_language_defn): Ditto.
6212 * scm-lang.c (scm_language_defn): Ditto.
6213 * obj-lang.c (objc_language_defn): Ditto.
6214
6215 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6216
6217 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6218 (amd64nbsd_mcontext_addr): New function.
6219 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6220 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6221 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6222
6223 * corelow.c (core_xfer_partial): Fix coding standards violation.
6224 Add support for TARGET_OBJECT_WCOOKIE.
6225
6226 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6227 deprecated_pc_in_sigtramp.
6228 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6229 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6230 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6231 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6232 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6233 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6234 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6235
6236 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
6237 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
6238 Fix typo.
6239
6240 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
6241 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
6242 (amd64_collect_fxsave): Likewise.
6243
6244 * i386-sol2-tdep.c: Include "gdb_string.h".
6245 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
6246 name.
6247 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6248
6249 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6250
6251 * i386-sol2-tdep.c: Include "solib-svr4.h".
6252 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6253 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6254 * config/i386/tm-i386sol2.h: Include :solib.h".
6255 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
6256 solib-svr4.o and solib-legacy.o.
6257 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
6258 solib-svr4.o.
6259
6260 2004-04-09 Mark Kettenis <kettenis@gnu.org>
6261
6262 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
6263 whether a register is supplied by PTRACE_GETFPREGS.
6264 (store_inferior_registers): Likewise.
6265 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
6266 whether a register is supplied by PT_GETFPREGS.
6267 (store_inferior_registers): Likewise.
6268
6269 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
6270 * config/i386/linux64.mt (TDEPFILES): Likewise.
6271
6272 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
6273
6274 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
6275 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6276 the program counter is in the range specified by `struct
6277 gdbarch_tdep'.
6278 * amd64-linux-tdep.c: Include "symtab.h".
6279 (amd64_linux_pc_in_sigtramp): Remove function.
6280 (amd64_linux_sigtramp_p): New function.
6281 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6282 deprecated_pc_in_sigtramp.
6283 * amd64nbsd-tdep.c: Include "symtab.h".
6284 (amd64nbsd_sigtramp_p): New function.
6285 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6286 deprecated_pc_in_sigtramp.
6287 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
6288 few comments.
6289 (amd64obsd_pc_in_sigtramp): Remove function.
6290 (amd64obsd_sigtramp_p): New function.
6291 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6292 deprecated_pc_in_sigtramp.
6293 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
6294 (i386bsd_pc_ins_sigtramp): Remove prototype.
6295 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
6296 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
6297 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6298 the program counter is in the range specified by `struct
6299 gdbarch_tdep'.
6300 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
6301 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
6302 (i386_go32_pc_in_sigtramp): Remove function.
6303 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
6304 Initialize TDEP->sigtramp_p.
6305 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
6306 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
6307 deprecated_pc_in_sigtramp.
6308 * i386-linux-tdep.c: Adjust comments.
6309 (i386_linux_pc_in_sigtramp): Remove function.
6310 (i386_linux_sigtramp_p): New function.
6311 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6312 deprecated_pc_in_sigtramp.
6313 * i386-nto-tdep.c: Update copyright year.
6314 (i386nto_pc_in_sigtramp): Remove function.
6315 (i386nto_sigtramp_p): New function.
6316 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
6317 SP_REGNUM.
6318 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
6319 deprecated_pc_in_sigtramp.
6320 * i386-sol2-tdep.c: Update copyright year.
6321 (i386_sol2_pc_in_sigtramp): Remove function.
6322 (i386_sol2_sigtramp_p): New function.
6323 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
6324 deprecated_pc_in_sigtramp.
6325 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
6326 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
6327 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6328 deprecated_sigtramp_start and deprecated_sigtramp_end.
6329 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
6330 (i386nbsd_pc_in_sigtramp): Remove function.
6331 (i386nbsd_sigtramp_p): New function.
6332 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6333 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6334 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
6335 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
6336 (i386obsd_pc_in_sigtramp): Remove function.
6337 (i386obsd_sigtramp_p): New function.
6338 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
6339 functions.
6340 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6341 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6342 TDEP->sigtramp_p.
6343 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
6344 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
6345 dependencies.
6346
6347 * config/i386/i386aout.mt: Remove file.
6348
6349 * configure.tgt: Remove i[34567]86-*-go32*,
6350 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
6351 and i[34567]86-*-isc*. Set gdb_target to i386 for
6352 i[34567]86-*-netware* and i[34567]86-*-*.
6353 * config/i386/i386.mt: New file.
6354 * config/i386/embed.mt: Remove file.
6355 * config/i386/go32.mt: Remove file.
6356 * config/i386/i386nw.mt: Remove file.
6357 * config/i386/i386v.mt: Remove file.
6358 * config/i386/tm-go32.h: Remove file.
6359
6360 * tui/tui-hooks.c: Include "readline/readline.h" after
6361 "gdb_curses.h" instead of before.
6362 * tui/tui-io.c: Likewise.
6363
6364 * tui/tui.c: Fix typo in comment.
6365
6366 * sparc64-tdep.c (sparc_address_from_register): Remove function.
6367
6368 2004-04-08 Andrew Cagney <cagney@redhat.com>
6369
6370 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
6371 (deprecated_exception_support_initialized): Declare.
6372 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
6373 (initialize_hp_cxx_exception_support)
6374 (child_enable_exception_callback): Update.
6375 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
6376 (deprecated_exception_support_initialized): Rename
6377 deprecated_exception_catchpoints_are_fragile and
6378 deprecated_exception_support_initialized.
6379 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
6380
6381 * symtab.c (deprecated_hp_som_som_object_present): Rename
6382 hp_som_som_object_present.
6383 * symtab.h (deprecated_hp_som_som_object_present): Declare.
6384 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
6385 Update. Delete extern declaration.
6386 * valops.c (hp_som_som_object_present): Ditto.
6387 * parse.c (deprecated_hp_som_som_object_present)
6388 (parse_nested_classes_for_hpacc): Ditto.
6389 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
6390 * hppa-hpux-tdep.c (hp_som_som_object_present)
6391 (initialize_hp_cxx_exception_support): Ditto.
6392 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
6393 * cp-valprint.c (hp_som_som_object_present)
6394 (cp_print_class_method): Ditto.
6395 * c-typeprint.c (hp_som_som_object_present):
6396 (c_type_print_base): Ditto.
6397 * c-exp.y (hp_som_som_object_present): Ditto.
6398
6399 2004-04-08 Andrew Cagney <cagney@redhat.com>
6400
6401 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
6402 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
6403 (frame_unwind_find_by_frame): Re-implement the unwind code so
6404 that it can both prepend and append sniffers. Replace
6405 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
6406 * tramp-frame.c (tramp_frame_append): Use
6407 frame_unwind_prepend_unwinder.
6408 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
6409 frame_unwind_register_unwinder.
6410 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
6411 tramp_frame_append.
6412 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
6413 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
6414 (mips_linux_init_abi): Update.
6415
6416 2004-04-08 Kevin Buettner <kevinb@redhat.com>
6417
6418 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
6419 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
6420 file support.
6421
6422 2004-04-07 Kevin Buettner <kevinb@redhat.com>
6423
6424 * ia64-tdep.c (elf.h): Don't include.
6425 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
6426
6427 2004-04-07 Jason Molenda (jmolenda@apple.com)
6428
6429 * frame.h: Typeo corrections in comments.
6430
6431 2004-04-07 Jim Blandy <jimb@redhat.com>
6432
6433 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
6434 %esp and %ebp
6435
6436 2004-04-07 Mark Kettenis <kettenis@gnu.org>
6437
6438 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
6439 * config/sparc/linux64.mt (TDEPFILES): Likewise.
6440 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
6441 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
6442 and solib-legacy.o.
6443 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
6444 solib-svr4.o.
6445 * config/sparc/tm-sol2.h: Update copyright year. Include
6446 "solib.h".
6447
6448 * sparc-sol2-tdep.c: Update copyright year. Include
6449 "solib-svr4.h".
6450 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6451 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
6452 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6453 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
6454 dependencies.
6455
6456 2004-04-06 Andrew Cagney <cagney@redhat.com>
6457
6458 * infttrace.c: Include "infttrace.h".
6459 * infttrace.h: Include "target.h".
6460 * Makefile.in (infttrace_h): Update.
6461 (infttrace.o): Update.
6462
6463 2004-04-06 Andrew Cagney <cagney@redhat.com>
6464
6465 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
6466 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
6467 move extern declarations from here ...
6468 * infttrace.h: ... to here.
6469 * Makefile.in (hppah-nat.o): Update dependencies.
6470
6471 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
6472 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
6473 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
6474 (hppa_breakpoint_from_pc): Delete.
6475
6476 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
6477
6478 2004-04-05 Andrew Cagney <cagney@redhat.com>
6479
6480 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
6481 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
6482 <sys/file.h>.
6483
6484 2004-04-06 Randolph Chung <tausq@debian.org>
6485
6486 Committed by Andrew Cagney (mechanical change).
6487 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
6488 exception_catchpoints_are_fragile, find_stub_with_shl_get,
6489 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
6490 child_enable_exception_callback, current_ex_event,
6491 null_symtab_and_line, child_get_current_exception_event,
6492 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
6493 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
6494 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
6495 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
6496 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
6497 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
6498 Move hpux-specific definitions ...
6499 * hppa-hpux-tdep.c: ... to here.
6500
6501 2004-04-05 Andrew Cagney <cagney@redhat.com>
6502
6503 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
6504 skip_prologue_using_sal.
6505
6506 2004-04-05 Andrew Cagney <cagney@redhat.com>
6507
6508 * config/i386/tm-i386.h: Delete file.
6509 * config/i386/tm-vxworks.h: Update copyright, do not include
6510 "tm-i386.h".
6511 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
6512 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
6513 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
6514 * config/i386/ncr3000.mt (TM_FILE): Delete.
6515 * config/i386/interix.mt (TM_FILE): Delete.
6516 * config/i386/i386v.mt (TM_FILE): Delete.
6517 * config/i386/i386nw.mt (TM_FILE): Delete.
6518 * config/i386/i386gnu.mt (TM_FILE): Delete.
6519 * config/i386/i386aout.mt (TM_FILE): Delete.
6520 * config/i386/embed.mt (TM_FILE): Delete.
6521
6522 2004-04-05 Kevin Buettner <kevinb@redhat.com>
6523
6524 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
6525 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
6526 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
6527 (accg7_regnum): New constants.
6528 (last_spr_regnum, last_pseudo_regnum): Update.
6529 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
6530 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
6531 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
6532 for accg registers.
6533 (frv_register_sim_regno): Update spr_map[].
6534
6535 2004-04-04 Andrew Cagney <cagney@redhat.com>
6536
6537 * config/mips/xm-riscos.h: Delete.
6538 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
6539 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
6540 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
6541 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
6542 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
6543 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
6544 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
6545 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
6546 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
6547 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
6548 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
6549 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
6550 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
6551 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
6552 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
6553 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
6554 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
6555 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
6556 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
6557 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
6558 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
6559 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
6560 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
6561 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
6562 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
6563 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
6564
6565 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
6566 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
6567 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
6568 * configure.host: Remove m680[01]0-sun-sunos3*,
6569 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
6570 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
6571 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
6572 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
6573 mips-*-riscos*.
6574 * NEWS: Mention removed systems.
6575
6576 2004-04-04 Andrew Cagney <cagney@redhat.com>
6577
6578 GDB 6.1 release created from 6.1 branch.
6579
6580 2004-04-04 Andrew Cagney <cagney@redhat.com>
6581
6582 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
6583 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
6584 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
6585
6586 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
6587 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
6588 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
6589
6590 2004-04-03 Jim Blandy <jimb@redhat.com>
6591
6592 * MAINTAINERS: Chris Faylor has changed employers; add him to
6593 "paper trail" section, and update his E-mail address.
6594
6595 2004-04-03 Andrew Cagney <cagney@redhat.com>
6596
6597 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
6598 generic dummy frames.
6599 * dummy-frame.c: Update copyright.
6600 (dummy_frame_sniffer): Delete check for generic dummy frames.
6601
6602 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
6603 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
6604 (REG_PARM_STACK_SPACE): Delete.
6605 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
6606 Inline reference to REG_PARM_STACK_SPACE.
6607
6608 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
6609 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6610 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6611 (FRAME_BASE_BEFORE_SIGTRAMP)
6612 (hppa32_hpux_frame_base_before_sigtramp)
6613 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
6614 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
6615 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
6616 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6617 (FRAME_BASE_BEFORE_SIGTRAMP)
6618 (hppa64_hpux_frame_base_before_sigtramp)
6619 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
6620
6621 2004-04-03 Andrew Cagney <cagney@redhat.com>
6622
6623 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
6624
6625 2004-04-02 Andrew Cagney <cagney@redhat.com>
6626
6627 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
6628 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
6629 * dummy-frame.h: Delete out-of-date comments.
6630 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
6631 * gdbarch.h, gdbarch.c: Re-generate.
6632
6633 2004-04-02 Joel Brobecker <brobecker@gnat.com>
6634
6635 Committed by Andrew Cagney <cagney@redhat.com>.
6636 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
6637 into account an instruction saving a register if we have already
6638 seen an earlier instruction saving that same register.
6639
6640 2004-04-02 Andrew Cagney <cagney@redhat.com>
6641
6642 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
6643 * gdbarch.h, gdbarch.c: Re-generate.
6644 * frame.c (legacy_get_prev_frame): Delete references to
6645 DEPRECATED_INIT_FRAME_PC_FIRST.
6646
6647 * infrun.c (pc_in_sigtramp): Delete function.
6648 (check_sigtramp2): Inline call to pc_in_sigtramp, use
6649 get_frame_type.
6650
6651 2004-04-02 Andrew Cagney <cagney@redhat.com>
6652
6653 * infrun.c (handle_step_into_function): Delete code conditional on
6654 legacy_frame_p.
6655 (handle_inferior_event, step_over_function): Ditto.
6656
6657 2004-04-02 Andrew Cagney <cagney@redhat.com>
6658
6659 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
6660 "previous frame inner to this frame" test.
6661
6662 2004-04-02 Andrew Cagney <cagney@redhat.com>
6663
6664 * frame.c (safe_frame_unwind_memory): New function.
6665 * frame.h (safe_frame_unwind_memory): Declare. Update description
6666 of /safe_/ methods.
6667 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
6668 "next_frame". Use safe_frame_unwind_memory.
6669 (tramp_frame_sniffer): Update call to tramp_frame_start.
6670
6671 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
6672
6673 * dwarf2read.c (dwarf2_objfile_data_key): New.
6674 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
6675 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
6676 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
6677 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
6678 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
6679 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
6680 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
6681 Remove variables.
6682 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
6683 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
6684 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
6685 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
6686 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
6687 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
6688 Remove macros.
6689 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
6690 data.
6691 (dwarf2_locate_sections, dwarf2_build_psymtabs)
6692 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
6693 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
6694 (read_partial_die, read_full_die, read_indirect_string)
6695 (dwarf_decode_line_header, dwarf_decode_macros)
6696 (dwarf2_symbol_mark_computed): Remove use of removed macros.
6697 Update uses of removed variables.
6698 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
6699 of removed macros.
6700 (_initialize_dwarf2_read): New function.
6701 * symfile.h (dwarf2_has_info): Update prototype.
6702 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
6703 * elfread.c (elf_symfile_read): Likewise.
6704
6705 2004-04-01 Jim Blandy <jimb@redhat.com>
6706
6707 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
6708 function for register numbers on all the rs6000-derived targets.
6709 (rs6000_gdbarch_init): Don't register a separate
6710 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
6711 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
6712 variants.
6713
6714 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
6715 numbering.
6716
6717 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
6718
6719 * valarith.c: Update copyright notice.
6720 (value_add): Handle range types.
6721 (value_sub): Ditto.
6722 (value_equal): Ditto.
6723 (value_less): Ditto.
6724 (value_neg): Ditto.
6725 (value_complement): Ditto.
6726 (value_binop): Simplify slightly by using is_integral_type and
6727 eliminiating unnecessary COERCE_ENUMs.
6728
6729 2004-03-31 Andrew Cagney <cagney@redhat.com>
6730
6731 * frame.h (frame_unwind_id): Declare.
6732 * frame.c (frame_unwind_id): New function.
6733 (get_prev_frame_1): New function.
6734 (frame_debug_got_null_frame): New function.
6735 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
6736 code proper to prev_frame, update description.
6737 * infrun.c (step_over_function): Use frame_unwind_id.
6738
6739 2004-04-31 J. Brobecker <brobecker@gnat.com>
6740
6741 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
6742 (hppa64_push_dummy_call): Likewise.
6743
6744 2004-03-30 Jim Blandy <jimb@redhat.com>
6745
6746 From Ulrich Weigand:
6747 * utils.c (query): Do not use a va_list variable multiple times.
6748
6749 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
6750
6751 * Makefile.in (linux_nat_h): Update dependencies.
6752 * configure.in: Check for <gnu/libc-version.h>.
6753 * configure: Regenerate.
6754 * config.in: Regenerate.
6755 * linux-nat.h: Include "target.h". Add waitstatus field to
6756 struct lwp_info.
6757 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
6758 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
6759 to.
6760 (lin_lwp_handle_extended): New function. Handle clone events.
6761 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
6762 thread exit events.
6763 (child_wait): Handle clone events.
6764 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
6765 * linux-nat.c (linux_enable_event_reporting): Turn on
6766 PTRACE_O_TRACECLONE.
6767 (linux_handle_extended_wait): Handle clone events.
6768 * thread-db.c: Include <gnu/libc-version.h>.
6769 (struct private_thread_info): Add dying flag.
6770 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
6771 higher.
6772 (attach_thread): Update comments. Handle dying threads.
6773 (detach_thread): Set the dying flag.
6774 (check_event): Always call attach_thread.
6775
6776 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
6777
6778 * mips-tdep.c (mips_pdr_data): New.
6779 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
6780 (_initialize_mips_tdep): Initialize mips_pdr_data.
6781
6782 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
6783
6784 * minsyms.c (install_minimal_symbols): Move dropping leading
6785 char from linkage name from here...
6786 (prim_record_minimal_symbol_and_info): ...to here. Simplify
6787 test for "__gnu_compiled*" symbols.
6788
6789 2004-03-28 Jim Blandy <jimb@redhat.com>
6790
6791 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
6792 registers to temp register r0 and byte stores as prologue
6793 instructions.
6794
6795 2004-03-28 Andrew Cagney <cagney@redhat.com>
6796
6797 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
6798 arm*-*-*.
6799
6800 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6801
6802 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
6803 and switch the layout to force a display of register window.
6804
6805 2004-02-26 J. Brobecker <brobecker@gnat.com>
6806
6807 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
6808 of the INTEGER class.
6809
6810 2004-03-26 Jim Blandy <jimb@redhat.com>
6811
6812 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
6813 bytes long on PPC GNU/Linux.
6814
6815 2004-03-26 David Carlton <carlton@kealia.com>
6816
6817 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
6818
6819 2004-03-25 Andrew Cagney <cagney@redhat.com>
6820
6821 * PROBLEMS: Add general section titles, remove references to
6822 specific releases.
6823
6824 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
6825
6826 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
6827 INT_REGISTER_SIZE.
6828 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
6829 FP_REGISTER_VIRTUAL_SIZE.
6830 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
6831 of DEPRECATED_REGISTER_RAW_SIZE.
6832 (arm_register_type): Add gdbarch argument.
6833 (arm_register_raw_size, arm_register_virtual_size): Delete.
6834 (arm_register_byte, arm_extract_return_value)
6835 (arm_store_return_value, arm_get_longjmp_target): Update references
6836 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
6837 (arm_gdbarch_init): Likewise. Don't set
6838 deprecated_register_raw_size, deprecated_register_virtual_size,
6839 deprecated_max_register_raw_size,
6840 deprecated_max_register_virtual_size, or
6841 deprecated_max_register_virtual_type. Do set register_type.
6842 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
6843 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
6844 (FP_REGISTER_VIRTUAL_SIZE): Delete.
6845 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
6846 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
6847 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
6848 INT_REGISTER_SIZE.
6849 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
6850 (remote_rdp_store_register): Likewise.
6851
6852 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
6853
6854 * Makefile.in (mips-linux-tdep.o): Update dependencies.
6855 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
6856 to after osabi initialization.
6857 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
6858 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
6859 functions.
6860 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
6861 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
6862 variables.
6863 (mips_linux_init_abi): Append signal trampoline unwinders.
6864
6865 2004-03-24 Andrew Cagney <cagney@redhat.com>
6866
6867 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
6868 * tramp-frame.c: Include "gdb_assert.h".
6869 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
6870 correct sizeof.
6871 (tramp_frame_append): Validate the tramp frame's instructions.
6872 * Makefile.in (tramp-frame.o): Update dependencies.
6873
6874 2004-03-23 Andrew Cagney <cagney@redhat.com>
6875
6876 * trad-frame.h (trad_frame_set_reg_addr): Declare.
6877
6878 2004-03-23 Andrew Cagney <cagney@redhat.com>
6879
6880 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
6881 Nasser as past testsuite/lib/ (and other) maintainers.
6882
6883 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
6884
6885 * infcmd.c (attach_command): Reread symbols if we already have
6886 an exec file.
6887
6888 2004-03-23 Andrew Cagney <cagney@redhat.com>
6889
6890 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
6891
6892 2004-03-23 Andrew Cagney <cagney@redhat.com>
6893
6894 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
6895 * gdbarch.h, gdbarch.c: Re-generate.
6896 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6897 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6898 * i386bsd-tdep.c (i386bsd_init_abi): Update.
6899 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
6900 (DEPRECATED_SIGTRAMP_START): Update.
6901 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
6902 (DEPRECATED_SIGTRAMP_START): Update.
6903 * blockframe.c (find_pc_sect_partial_function): Update.
6904 * arch-utils.c (legacy_pc_in_sigtramp): Update.
6905
6906 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
6907
6908 * remote.c (remote_open_1): Reopen the exec file and reread symbols
6909 if necessary.
6910
6911 2004-03-23 Andrew Cagney <cagney@redhat.com>
6912
6913 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
6914 predicate, deprecate.
6915 * gdbarch.h, gdbarch.c: Re-generate.
6916 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6917 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6918 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
6919 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6920 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
6921 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
6922 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
6923 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
6924 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
6925 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
6926 * blockframe.c (find_pc_partial_function): Update.
6927 * breakpoint.c (bpstat_what): Update.
6928 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
6929 * frv-linux-tdep.c (frv_linux_init_abi): Update.
6930 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
6931 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
6932 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6933 * i386-linux-tdep.c (i386_linux_init_abi): Update.
6934 * i386-nto-tdep.c (i386nto_init_abi): Update.
6935 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
6936 * i386-tdep.c (i386_sigtramp_frame_sniffer)
6937 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
6938 * i386bsd-tdep.c (i386bsd_init_abi): Update.
6939 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6940 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6941 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
6942 * infrun.c (pc_in_sigtramp): Update.
6943 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
6944 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
6945 * mips-tdep.c (mips_gdbarch_init): Update.
6946 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
6947 * ppc-linux-tdep.c: Update comment.
6948 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
6949 * shnbsd-tdep.c (shnbsd_init_abi): Update.
6950 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
6951 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
6952 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
6953 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
6954 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
6955 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
6956 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
6957 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
6958
6959 2004-03-23 Andrew Cagney <cagney@redhat.com>
6960
6961 * tramp-frame.h, tramp-frame.h: New files.
6962 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
6963 Update rules to include "tramp-frame.h" and "tramp-frame.c".
6964
6965 * Makefile.in: Update all dependencies.
6966
6967 2004-03-23 Andrew Cagney <cagney@redhat.com>
6968
6969 * Makefile.in (trad_frame_h): Add $(frame_h).
6970 * trad-frame.h: Update copyright. Include "frame.h".
6971 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
6972 (trad_frame_set_id, trad_frame_get_id): Declare.
6973 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
6974 * trad-frame.c: Update copyright.
6975 (struct trad_frame_cache): Define.
6976 (trad_frame_cache_zalloc): New function.
6977 (trad_frame_set_id, trad_frame_get_id): New functions.
6978 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
6979
6980 2004-03-22 Andrew Cagney <cagney@redhat.com>
6981
6982 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
6983 s390_pltstub_unwind_cache.
6984 (s390_stub_frame_unwind_cache): Rename
6985 s390_pltstub_frame_unwind_cache.
6986 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
6987 (s390_stub_frame_prev_register): Rename
6988 s390_pltstub_frame_prev_register.
6989 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
6990 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
6991
6992 From Ulrich Weigand:
6993 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
6994 pointer calls like PLT calls.
6995
6996 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
6997
6998 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
6999 PC rather than the partial function start address. Use the start
7000 address to sanity check the found PDR.
7001
7002 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7003
7004 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7005 linux_handle_extended_wait.
7006
7007 2004-03-22 Andrew Cagney <cagney@redhat.com>
7008
7009 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7010 function.
7011
7012 * frame.h (generic_pop_current_frame): Delete declaration.
7013 (deprecate_pop_dummy_frame): Deprecate
7014 generic_pop_dummy_frame.
7015 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7016 (generic_pop_current_frame): Delete function.
7017 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7018 generic_pop_current_frame.
7019 * v850-tdep.c (v850_pop_frame): Update.
7020 * mcore-tdep.c (mcore_pop_frame): Update.
7021 * sh64-tdep.c (sh64_pop_frame): Update.
7022 * h8300-tdep.c (h8300_pop_frame): Update.
7023
7024 2004-03-22 Andrew Cagney <cagney@redhat.com>
7025
7026 * frame.h (deprecated_pc_in_call_dummy): Rename
7027 generic_pc_in_call_dummy.
7028 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7029 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7030 generic_pc_in_call_dummy.
7031 (pc_in_dummy_frame): Make static.
7032 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7033 * gdbarch.h, gdbarch.c: Re-generate.
7034 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7035 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7036 (legacy_get_prev_frame): Ditto.
7037 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7038 comment.
7039
7040 2004-03-21 Andrew Cagney <cagney@redhat.com>
7041
7042 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7043 declaration and out-of-date comment.
7044 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7045 Delete function.
7046 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7047 deprecated_pc_in_call_dummy.
7048
7049 * infrun.c (handle_inferior_event): For non legacy frames, use the
7050 frame ID and frame type to identify a signal trampoline. Update
7051 comments.
7052
7053 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7054
7055 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7056 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7057
7058 2004-03-21 Andrew Cagney <cagney@redhat.com>
7059
7060 * frame-unwind.h: Update copyright.
7061 (struct frame_data): Add opaque declaration.
7062 (frame_sniffer_ftype): Declare.
7063 (struct frame_unwind): Add "unwind_data" and "sniffer".
7064 (frame_unwind_register_unwinder): Declare.
7065 (frame_unwind_find_by_frame): Add parameter "this_cache".
7066 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7067 (legacy_get_prev_frame, legacy_get_prev_frame)
7068 (get_frame_type): Pass the prologue_cache to
7069 frame_unwind_find_by_frame.
7070 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7071 "unwinder".
7072 (frame_unwind_register_unwinder): New function.
7073 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7074
7075 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7076
7077 * bcache.c (print_percentage): Use floating point to avoid
7078 incorrect results when portion*100 overflows.
7079
7080 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7081
7082 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7083 (ppc_linux_init_extra_frame_info)
7084 (ppc_linux_frameless_function_invocation)
7085 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7086 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7087 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7088 (rs6000_frame_chain): Delete declarations.
7089 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7090 (ppc_linux_init_extra_frame_info)
7091 (ppc_linux_frameless_function_invocation)
7092 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7093 (ppc_linux_init_abi): Remove registration of above deleted functions.
7094 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7095 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7096 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7097 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7098 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7099 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7100 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7101 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7102 frame management for all OSABIs.
7103
7104 2004-03-19 Andrew Cagney <cagney@redhat.com>
7105
7106 Committed by Kevin Buettner <kevinb@redhat.com>.
7107
7108 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7109 Update copyright.
7110 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7111 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7112 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7113 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7114 unwinders. #ifdef legacy frame code.
7115 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7116 "frame-base.h".
7117 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7118 (struct rs6000_frame_cache, rs6000_frame_cache)
7119 (rs6000_frame_this_id, rs6000_frame_prev_register)
7120 (rs6000_frame_sniffer, rs6000_frame_unwind)
7121 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7122 (rs6000_frame_base): Implement a traditional frame unwinder.
7123 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7124 frame unwinder.
7125
7126 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7127
7128 * breakpoint.c (adjust_breakpoint_address): Don't adjust
7129 breakpoint address for watchpoints or the catch eventpoints.
7130 Add new paramter ``bptype''. Adjust all callers.
7131
7132 2004-03-19 Andrew Cagney <cagney@redhat.com>
7133
7134 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
7135
7136 * PROBLEMS: Delete note that ARM does not use frame code, problem
7137 fixed.
7138
7139 2004-03-18 Andrew Cagney <cagney@redhat.com>
7140
7141 * stack.c (return_command): Delete code wrapped in #ifdef
7142 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
7143
7144 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
7145
7146 2004-03-18 Andrew Cagney <cagney@redhat.com>
7147
7148 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
7149 DEPRECATED_IN_SIGTRAMP.
7150 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7151 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
7152 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7153 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7154 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7155 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7156 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7157 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7158 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
7159 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
7160
7161 2004-03-18 Andrew Cagney <cagney@redhat.com>
7162
7163 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7164 (struct frame_base_table_entry): Define.
7165 (struct frame_base_table): Re-implement as a linked list.
7166 (frame_base_init): Re-implement.
7167 (frame_base_table): Delete function.
7168 (append_predicate): Delete function.
7169 (frame_base_append_sniffer): Update.
7170 (frame_base_set_default): Update.
7171 (frame_base_find_by_frame): Update.
7172 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7173 * Makefile.in (frame-base.o): Update dependencies.
7174
7175 2004-03-17 Andrew Cagney <cagney@redhat.com>
7176
7177 * frame.c (legacy_get_prev_frame): Pass correct frame to
7178 frame_unwind_find_by_frame.
7179
7180 2004-03-17 David Carlton <carlton@kealia.com>
7181
7182 * NEWS: Mention C++ nested types and namespaces
7183
7184 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
7185
7186 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7187 and "Regressions since gdb 5.3.". Add known regressions since
7188 gdb 6.0.
7189
7190 2004-03-16 David Carlton <carlton@kealia.com>
7191
7192 * dwarf2read.c (process_structure_scope): Process children even
7193 when we're a declaration.
7194
7195 2004-03-16 Andrew Cagney <cagney@redhat.com>
7196
7197 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7198 * blockframe.c (find_pc_partial_function)
7199 (find_pc_sect_partial_function): Merge into a single
7200 find_pc_partial_function.
7201
7202 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7203
7204 * i386bsd-nat.c: s/regno/regnum/g.
7205 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7206 FP0_REGNUM.
7207 (store_inferior_registers): Likewise.
7208
7209 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7210
7211 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7212 of i387_fill_fsave.
7213 (store_inferior_registers): Call i387_collect_fsave and
7214 i387_collect_fxsave instead of i387_fill_fsave and
7215 i387_fill_fxsave.
7216
7217 2004-03-15 Andrew Cagney <cagney@redhat.com>
7218
7219 * Makefile.in (frame-unwind.o): Update dependencies.
7220 * frame-unwind.c: Include "gdb_obstack.h".
7221 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7222 parameter.
7223 (append_predicate): Delete function.
7224 (struct frame_unwind_table_entry): New structure.
7225 (struct frame_unwind_table): Replace "sniffer" with "head" and
7226 "tail".
7227 (frame_unwind_append_sniffer): Update.
7228 (frame_unwind_find_by_frame): Update.
7229 (_initialize_frame_unwind): Registe frame_unwind_init using
7230 gdbarch_data_register_pre_init.
7231
7232 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7233
7234 * i386bsd-nat.c: Update copyright year.
7235 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
7236 define unconditionally.
7237
7238 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7239
7240 * i387-tdep.h (i387_collect_fsave): New prototype.
7241 * i387-tdep.c (i387_collect_fsave): New function containing most
7242 of the code from i387_fill_fsave.
7243 (i387_fill_fsave): Call i387_collect_fsave.
7244
7245 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7246
7247 * i386-linux-tdep.c: Update copyright year.
7248 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
7249 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
7250 svr4_ilp32_link_map_offsets instead of
7251 i386_linux_svr4_fetch_link_map_offsets.
7252
7253 2004-03-15 David Carlton <carlton@kealia.com>
7254
7255 Fix for PR c++/1553:
7256 * dwarf2read.c (read_structure_type): Determine type name by
7257 calling determine_class_name.
7258 (determine_class_name): New.
7259 (determine_prefix): Look at TYPE_TAG_NAME and call
7260 determine_class_name when appropriate.
7261 (determine_prefix_aux, class_name): Delete.
7262 (read_namespace): Set die->type.
7263
7264 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7265
7266 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
7267 unused macro definition. The definition in target.h (or perhaps
7268 elsewhere) takes precedence.
7269
7270 2004-03-15 Andrew Cagney <cagney@redhat.com>
7271
7272 * ppc-tdep.h: Update copyright.
7273 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
7274 function signatures to match "regsets.h".
7275 * ppc-linux-tdep.c: Include "regset.h".
7276 (ELF_GREGSET_SIZE): Delete.
7277 (right_supply_register): New function.
7278 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
7279 using right_supply_register.
7280 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
7281 functions.
7282 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
7283 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
7284 (_initialize_ppc_linux_tdep): Do not register
7285 ppc_linux_regset_core_fns.
7286 (ppc_linux_regset_from_core_section): Replace
7287 fetch_core_registers.
7288 (ppc_linux_regset_core_fns): Delete.
7289 * ppc-linux-nat.c: (right_fill_reg): New function.
7290 (supply_gregset): Update call to ppc_linux_supply_gregset.
7291 (fill_gregset): Clear the register set, use right_fill_reg.
7292 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
7293 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
7294
7295 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
7296 unsigned.
7297
7298 2004-03-15 Andrew Cagney <cagney@redhat.com>
7299
7300 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
7301 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
7302 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
7303 and register_gdbarch_data.
7304 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
7305 (struct gdbarch_data): Replace "init" by "pre_init" and
7306 "post_init".
7307 * gdbarch.h, gdbarch.c: Re-generate.
7308 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
7309 with"obstack", use OBSTACK_ZALLOC.
7310 (dwarf2_frame_ops): Delete.
7311 (dwarf2_frame_set_init_reg): Use gdbarch_data.
7312 (dwarf2_frame_init_reg): Use gdbarch_data.
7313 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
7314 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
7315 (_initialize_svr4_solib): Update.
7316 * user-regs.c (_initialize_user_regs): Update.
7317 * reggroups.c (_initialize_reggroup): Update.
7318 * regcache.c (_initialize_regcache): Update.
7319 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7320 * libunwind-frame.c (_initialize_libunwind_frame): Update.
7321 * gnu-v3-abi.c (init_gnuv3_ops): Update.
7322 * frame-unwind.c (_initialize_frame_unwind): Update.
7323 * frame-base.c (_initialize_frame_base): Update.
7324 * user-regs.c (user_reg_add): Update.
7325 * reggroups.c (reggroup_add): Update.
7326 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
7327 * libunwind-frame.c (libunwind_frame_set_descr): Update.
7328 * frame-unwind.c (frame_unwind_append_sniffer): Update.
7329 * frame-base.c (frame_base_table): Update.
7330 * remote.c (_initialize_remote): Update.
7331 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
7332
7333 2004-03-15 Andrew Cagney <cagney@redhat.com>
7334
7335 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
7336
7337 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7338
7339 * Makefile.in (frv-linux-tdep.o): Add dependencies.
7340 * frv-linux-tdep.c: New file.
7341 * frv-tdep.c (struct gdbarch_tdep): Add new field
7342 ``sigcontext_reg_addr''.
7343 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
7344 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7345 (frv_sigramp_frame_sniffer): New functions.
7346 (frv_sigtramp_frame_unwind): New static global.
7347 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
7348 sniffers.
7349 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
7350 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
7351
7352 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7353
7354 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
7355 but not via a call to error(), when unable to read memory.
7356
7357 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7358
7359 * frv-tdep.c (frv_call_dummy_words): Delete.
7360 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
7361
7362 2004-03-15 Andrew Cagney <cagney@redhat.com>
7363
7364 * infrun.c (handle_step_into_function, step_over_function): Only
7365 update and use STEP_FRAME_ID when the system is using legacy
7366 frames. Update comments.
7367
7368 2004-03-14 Mark Kettenis <kettenis@gnu.org>
7369
7370 * amd64-linux-tdep.h: Remove file.
7371 * amd64-linux-tdep.c: Don't include "inferior.h" and
7372 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
7373 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
7374 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
7375 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
7376 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
7377 macros.
7378 (user_to_gdb_regmap): Remove variable.
7379 (amd64_linux_gregset_reg_offset): New variable.
7380 (amd64_core_fns): Remove variable.
7381 (fetch_core_registers): Remove function.
7382 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
7383 functions.
7384 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
7385 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
7386 * Makefile.in (amd64_linux_tdep_h): Remove.
7387 (amd64-linux-nat.o): Update dependencies.
7388 (amd64-linux-tdep.o): Update dependencies.
7389
7390 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
7391 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
7392 functions.
7393 (fetch_inferior_registers, store_inferior_registers): Rewrite.
7394
7395 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
7396 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
7397
7398 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
7399
7400 * dwarf2read.c (read_structure_type): Rename from
7401 read_structure_scope. Don't create a symbol or call process_die.
7402 Return immediately if die->type is set. Call read_type_die before
7403 dwarf2_add_member_fn.
7404 (process_structure_scope): New function.
7405 (read_enumeration_type, process_enumeration_scope): New functions,
7406 broken out from read_enumeration. Don't create the enumeration
7407 type if it has already been created.
7408 (read_enumeration): Removed.
7409 (process_die): Call read_structure_type, process_structure_scope,
7410 read_enumeration_type, and process_enumeration_scope. Just call
7411 new_symbol for base and subrange types. Add a comment about other
7412 type dies.
7413 (read_type_die): Call read_enumeration_type.
7414 (add_partial_structure, new_symbol): Update comments.
7415
7416 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7417
7418 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
7419
7420 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7421
7422 * tui/tui-win.h (tui_get_cmd_list): Declare.
7423 * tui/tui-win.c (tui_command): New function.
7424 (tui_get_cmd_list): New function.
7425 (_initialize_tui_win): Moved initialization of tui command in
7426 tui_get_cmd_list.
7427
7428 * tui/tui-data.c (init_content_element): Setup new data members.
7429 (init_win_info): Likewise.
7430 (free_content_elements): Free it.
7431 * tui/tui-data.h (struct tui_data_element): Store the register
7432 content to print.
7433 (struct tui_data_info): Keep the current register group.
7434
7435 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
7436
7437 * tui/tui-regs.h (tui_show_registers): Update prototype.
7438 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
7439 (tui_resize_all): No need to calculate anything for register window.
7440 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
7441 (tui_set_register_element, tui_set_general_regs_content): Remove.
7442 (tui_set_special_regs_content): Remove.
7443 (tui_set_general_and_special_regs_content): Remove.
7444 (tui_set_float_regs_content): Remove.
7445 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
7446 (tui_set_regs_content): Remove.
7447 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
7448 (tui_v_show_registers_command_support): Remove.
7449 (tui_show_registers): Use a reggroup to specify the registers to show.
7450 (tui_show_register_group): New function.
7451 (tui_display_registers_from): Compute the layout of register window
7452 and refresh with new API; be sure to delete old register windows.
7453 (tui_check_register_values): Update to use tui_get_register and
7454 tui_display_data.
7455 (tui_display_register): Just refresh the register window part.
7456 (tui_register_format): Format registers and save in tui_data_element.
7457 (tui_get_register): New to combine tui_reg_value_has_changed and
7458 tui_get_register_raw_value; fix to use the new gdb API.
7459 (tui_show_float_command): Renamed tui_reg_float_command.
7460 (tui_show_general_command): Renamed tui_reg_general_command.
7461 (tui_show_special_command): Renamed tui_reg_system_command.
7462 (_initialize_tui_regs): Remove unused commands.
7463
7464 2004-03-13 Mark Kettenis <kettenis@gnu.org>
7465
7466 * NEWS (New native configurations): Mention OpenBSD/amd64.
7467
7468 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
7469 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
7470 Remove defines.
7471 * config/i386/nm-fbsd64.h: Likewise.
7472 * config/i386/nm-obsd.h: Likewise.
7473 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
7474 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
7475
7476 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7477
7478 * frv-tdep.c (set_variant_scratch_registers): New function.
7479 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
7480 New constants.
7481
7482 From Richard Sandiford <rsandifo@redhat.com>:
7483 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
7484
7485 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7486
7487 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
7488 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
7489 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
7490 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
7491 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
7492 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
7493 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
7494 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
7495 definitions from frv-tdep.c to frv-tdep.h.
7496
7497 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7498
7499 Add shared library support for FR-V FDPIC ABI:
7500 * Makefile.in (solib-frv.o): Add dependencies.
7501 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
7502 New functions.
7503 (frv_push_dummy_call): Add support for FDPIC ABI.
7504 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
7505 for FDPIC ABI.
7506 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
7507 (frv_fdpic_find_canonical_descriptor): Declare.
7508 * solib-frv.c: New file.
7509 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
7510 * config/frv/tm-frv.h (solib.h): Include.
7511
7512 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7513
7514 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
7515 (frv-tdep.o): Update dependencies.
7516 * frv-tdep.h: New file.
7517 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
7518 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
7519 constants.
7520 (struct gdbarch_tdep): Add new member ``frv_abi''.
7521 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
7522 functions.
7523 (new_variant): Set ``frv_abi'' field.
7524 (gdb_arch_init): Detect FDPIC executables.
7525
7526 2004-03-12 Mark Kettenis <kettenis@gnu.org>
7527
7528 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
7529 wrapper.
7530
7531 2004-03-11 Andrew Cagney <cagney@redhat.com>
7532
7533 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
7534
7535 2004-03-11 Kevin Buettner <kevinb@redhat.com>
7536
7537 * solist.h (master_so_list): New function.
7538 * solib.c (master_so_list): Likewise.
7539 * solib-svr4.c (enable_break): Iterate over so_list entries
7540 obtained from master list instead of entries obtained directly
7541 via svr4_current_sos().
7542
7543 2004-03-10 Ben Elliston <bje@gnu.org>
7544
7545 * MAINTAINERS: Update my mail address.
7546
7547 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7548
7549 * remote-m32r-sdi.c: Support hardware watchpoint.
7550
7551 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7552
7553 * user-regs.c: Update copyright years.
7554 (struct user_regs): Rename to gdb_user_regs.
7555 (append_user_reg, builtin_user_regs, user_regs_init)
7556 (user_reg_add, user_reg_map_name_to_regnum)
7557 (usernum_to_user_reg): Update.
7558
7559 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7560
7561 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
7562 (skip_children): New functions.
7563 (locate_pdi_sibling): Call skip_children.
7564
7565 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7566
7567 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
7568 * gdbtypes.c (check_typedef): Update comments.
7569
7570 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7571
7572 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
7573 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
7574 pointer. Update comment about comp_unit_head.
7575 (struct abbrev_info): Shorten two int flags.
7576 (dwarf_alloc_abbrev): Take a CU argument.
7577 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
7578 each time through the loop. Update cleanup argument.
7579 (psymtab_to_symtab_1): Update cleanup call.
7580 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
7581 abbrev_obstack.
7582 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
7583 Just call obstack_free and clear the pointer.
7584
7585 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7586
7587 * infrun.c (handle_inferior_event): Remove short-circuit code for
7588 events in a different thread.
7589
7590 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7591
7592 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
7593 print the whole transfer.
7594 (initialize_targets): Update description of "set debug target".
7595
7596 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7597
7598 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
7599
7600 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
7601
7602 * MAINTAINERS (write after approval): Add myself.
7603
7604 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7605
7606 * sh-tdep.c (sh_print_registers_info): Use for loop.
7607 Don't skip multiple registers when a float register is encountered.
7608
7609 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7610
7611 Fix PR tdep/1291.
7612 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
7613 to official SH documentation.
7614
7615 2004-03-07 Andrew Cagney <cagney@redhat.com>
7616
7617 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
7618 unused function.
7619
7620 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
7621
7622 * arm-tdep.c (thumb_get_next_pc): Handle BX.
7623 (arm_get_next_pc): Handle BX and BLX.
7624
7625 2004-03-07 Andrew Cagney <cagney@redhat.com>
7626
7627 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
7628 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
7629 HPPA_SP_REGNUM.
7630 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
7631 (hppa_target_read_fp): Delete.
7632 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
7633 register_virtual_size, max_register_raw_size,
7634 max_register_virtual_size, register_byte, register_size,
7635 target_read_fp, fp_regnum, and register_bytes. Set register_type
7636 instead of register_virtual_type.
7637 (hppa32_register_type, hppa64_register_type): Replace
7638 hppa32_register_virtual_type and hppa64_register_virtual_type.
7639 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
7640 (HPPA_FP_REGNUM): Define.
7641
7642 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
7643
7644 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
7645 (pa_do_registers_info): Delete.
7646 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
7647 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
7648 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
7649
7650 * infcall.c (legacy_push_dummy_code): Delete #ifdef
7651 GDB_TARGET_IS_HPPA code.
7652 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
7653 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
7654 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
7655 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
7656 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
7657 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
7658 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
7659 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
7660 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
7661 (hppa_frameless_function_invocation, hppa64_store_return_value)
7662 (hppa_store_struct_return, hppa64_extract_return_value)
7663 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
7664 (hppa32_call_dummy_length, hppa64_call_dummy_length)
7665 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
7666 (find_proc_framesize, deposit_21, restore_pc_queue)
7667 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
7668 (rp_saved, pc_in_linker_stub): Delete.
7669
7670 Unconditionally enable 64-bit frame and ABI code.
7671 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
7672 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
7673 push_dummy_frame, fix_call_dummy, push_arguments,
7674 call_dummy_location, extract_return_value, use_struct_convention,
7675 store_return_value, store_struct_return, saved_pc_after_call,
7676 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
7677 frame_chain, frame_chain_valid, frameless_function_invocation,
7678 frame_saved_pc, and pop_frame.
7679
7680 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
7681 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
7682 (hppa_gdbarch_init): Do not set PC_REGNUM.
7683
7684 2004-03-06 Mark Kettenis <kettenis@gnu.org>
7685
7686 * config/alpha/tm-fbsd.h: Remove file.
7687 * config/alpha/fbsd.mt: Tweak comment.
7688 (TM_FILE): Set to tm-alpha.h.
7689
7690 2004-03-05 Andrew Cagney <cagney@redhat.com>
7691
7692 * infrun.c (step_over_function): When non-legacy code, and no
7693 step_frame_id, use the unwinder to get the caller's frame ID.
7694
7695 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7696
7697 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
7698 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
7699 bfd_arch_unknown. Adjust comment.
7700
7701 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
7702 * i386obsd-tdep.c: Correct spelling in comment.
7703 * i386nbsd-tdep.c: Correct spelling in comment.
7704 * sparc-tdep.c: Correct spelling in comments.
7705
7706 2004-03-05 David Carlton <carlton@kealia.com>
7707
7708 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
7709 bug.
7710
7711 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7712
7713 * sparc-tdep.c: Fix typo in comment.
7714
7715 2004-03-04 J. Brobecker <brobecker@gnat.com>
7716
7717 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
7718
7719 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
7720
7721 * dwarf2read.c: Add comment describing memory lifetimes.
7722 (struct dwarf2_pinfo): Update comment.
7723 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
7724 (read_enumeration, new_symbol): Don't use obsavestring.
7725
7726 2004-03-04 Mark Kettenis <kettenis@gnu.org>
7727
7728 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
7729 instead of amd64_fill_fxsave.
7730 * amd64bsd-nat.c (store_inferior_registers): Likewise.
7731 * amd64fbsd-nat.c (fill_fpregset): Likewise.
7732
7733 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
7734 Reorganize code a bit.
7735
7736 2004-03-04 Orjan Friberg <orjanf@axis.com>
7737
7738 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
7739 when the frame pointer is pushed. Don't set the frame pointer's
7740 address on the stack unless it's actually located there.
7741 Set the SRP's address on the stack correctly when the PC is still in
7742 the prologue.
7743 (cris_return_value): New function.
7744 (cris_gdbarch_init): Clear deprecated store_return_value,
7745 extract_return_value.
7746
7747 2004-03-02 Jim Blandy <jimb@redhat.com>
7748
7749 * stabsread.c (reg_value_complaint): The maximum register number
7750 is one less than the number of registers.
7751
7752 2004-03-02 Andrew Cagney <cagney@redhat.com>
7753
7754 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
7755 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
7756 trailing comma and redundant assignment of I386_ST0_REGNUM.
7757 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
7758 32-bit segment registers.
7759
7760 2004-03-01 Andrew Cagney <cagney@redhat.com>
7761
7762 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
7763 use frame_relative_level and get_next_frame.
7764
7765 2004-02-29 Andrew Cagney <cagney@redhat.com>
7766
7767 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
7768 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
7769 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
7770 Delete macro.
7771
7772 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
7773
7774 * inflow.c (terminal_inferior): Don't give up the terminal if we
7775 previously couldn't get the inferior's terminal state.
7776
7777 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
7778
7779 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
7780 PC_REGNUM.
7781
7782 2004-02-28 Andrew Cagney <cagney@redhat.com>
7783
7784 * NEWS: Refer to GDB 6.1.
7785 * README: Refer to GDB 6.1.
7786 * PROBLEMS: Refer to GDB 6.1.
7787
7788 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
7789
7790 * thread-db.c (disable_thread_signals): Remove unused function.
7791
7792 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7793
7794 * amd64-nat.c: Include "gdb_string.h".
7795 (amd64_collect_native_gregset): Zero-extend the 32-bit
7796 general-purpose registers and %eip.
7797
7798 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
7799 * amd64-tdep.c (amd64_collect_fxsave): New function.
7800 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
7801
7802 * i387-tdep.h: Update copyright year.
7803 (i387_collect_fxsave): New prototype.
7804 * i387-tdep.c: Update copyright year.
7805 (i387_collect_fxsave): New function containing most of the code
7806 from i387_fill_fxsave.
7807 (i387_fill_fxsave): Call i387_collect_fxsave.
7808
7809 2004-02-28 Andrew Cagney <cagney@redhat.com>
7810
7811 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
7812 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
7813
7814 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7815
7816 * amd64-tdep.c (amd64_frame_cache): Fix comment.
7817
7818 2004-02-28 Andrew Cagney <cagney@redhat.com>
7819
7820 * utils.c: Use "", instead of <>, to include readline.
7821 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
7822 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
7823 * source.c, solib.c, exec.c, event-top.c: Ditto.
7824 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
7825 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
7826 * Makefile.in: Update all dependencies.
7827 (readline_tilde_h, readline_history_h): Define.
7828 (readline_headers): Delete.
7829
7830 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7831
7832 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
7833 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
7834 "config/i386/tm-lx64.h".
7835
7836 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
7837 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
7838 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
7839
7840 2004-02-28 Andrew Cagney <cagney@redhat.com>
7841
7842 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
7843
7844 * breakpoint.c (_initialize_breakpoint): Use
7845 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
7846 Add help to show command.
7847
7848 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7849
7850 * i386-nat.c: Reformat to be closer to coding standards.
7851 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
7852 `retval'. Make variables `align' and `size' local to while-loop.
7853 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
7854 (_initialize_i386_nat): New prototype.
7855
7856 * tui/tui.c: Include <readline/readline.h> instead of
7857 "readline/readline.h". Include it after <term.h> and
7858 "gdb_curses.h".
7859
7860 2004-02-27 Andrew Cagney <cagney@redhat.com>
7861
7862 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
7863 the new frame unwind code.
7864 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
7865 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
7866 PCOQ_HEAD_REGNUM.
7867
7868 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
7869 "return_value" and "push_dummy_call".
7870 (hppa32_use_struct_convention): Delete unused function.
7871 (hppa32_store_return_value): Delete unused function.
7872 (hppa32_extract_return_value): Delete unused function.
7873 (hppa32_stack_align): Delete function.
7874
7875 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
7876
7877 * coffread.c (enter_linenos): Don't let rawptr reference memory
7878 outside linetab[]'s limits.
7879
7880 2004-02-27 Andrew Cagney <cagney@redhat.com>
7881
7882 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
7883 inferior stack space - the stack needs to grow upwards.
7884 (hppa32_frame_align): New function.
7885 (hppa64_frame_align): Replace hppa_frame_align.
7886 (hppa_gdbarch_init): Update.
7887
7888 2004-02-26 Orjan Friberg <orjanf@axis.com>
7889
7890 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
7891 (dwarf2-frame.h): Include.
7892 (enum cris_regnums): New enum CRIS_FP_REGNUM.
7893 Remove static variables related to ABI setting.
7894 (struct gdbarch_tdep): Remove cris_abi member.
7895 (struct frame_extra_info): Remove.
7896 (cris_unwind_cache, stack_item): New structs.
7897 (cris_frame_unwind, cris_frame_base): New variables.
7898 (push_stack_item, pop_stack_item)
7899 (cris_frame_unwind_cache, cris_frame_this_id)
7900 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
7901 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
7902 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
7903 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
7904 (cris_reg_struct_has_addr): New functions.
7905 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
7906 (cris_frame_saved_pc, cris_saved_pc_after_call,
7907 (cris_store_struct_return, cris_frameless_function_invocation)
7908 (cris_pop_frame, cris_skip_prologue_main)
7909 (cris_abi_original_store_return_value)
7910 (cris_abi_v2_store_return_value)
7911 (cris_abi_original_extract_return_value)
7912 (cris_abi_v2_extract_return_value)
7913 (cris_abi_original_reg_struct_has_addr)
7914 (cris_abi_v2_reg_struct_has_addr)
7915 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
7916 (cris_push_return_address, cris_abi_update): Remove.
7917 (_initialize_cris_tdep): Remove ABI command.
7918 (cris_dump_tdep): Ditto.
7919 (cris_gdbarch_init): Remove ABI command.
7920 Set store_return_value, extract_return_value, push_dummy_code,
7921 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
7922 frame_unwind_append_sniffer, frame_base_set_default.
7923 Clear deprecated init_frame_pc, push_arguments, store_return_value,
7924 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
7925 sizeof_call_dummy_words, get_saved_register, push_return_address,
7926 pop_frame, store_struct_return, frame_init_saved_regs,
7927 init_extra_frame_info, frameless_function_invocation, frame_chain,
7928 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
7929 dummy_write_sp.
7930
7931 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7932
7933 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
7934 * valprint.c (print_hex_chars): Change from static to external.
7935 (print_char_chars): New function.
7936 * printcmd.c (print_scalar_formatted): For integer and enum types
7937 that are longer than LONGEST, perform processing via appropriate
7938 print_*_chars routines.
7939
7940 2004-02-26 Andrew Cagney <cagney@redhat.com>
7941
7942 * Makefile.in: Update dependencies.
7943 Changes from Ulrich Weigand,
7944 * s390-tdep.c: Include "dwarf2-frame.h".
7945 (s390_dwarf2_frame_init_reg): New function.
7946 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
7947 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
7948
7949 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7950
7951 * breakpoint.c (pending_break_support): New setting variable.
7952 (break_command_1): Account for pending_break_support setting
7953 when creating pending breakpoints.
7954 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
7955 (_initialize_breakpoint): Add "set breakpoint pending" and
7956 "show breakpoint pending" commands.
7957
7958 2004-02-26 Andrew Cagney <cagney@redhat.com>
7959
7960 Fix PR i18n/1570.
7961 * charset.c (backslashable, backslashed, represented): Remove 'e'
7962 from list of escaped characters, not part of ISO-C.
7963
7964 2004-02-25 J. Brobecker <brobecker@gnat.com>
7965
7966 From Peter Schauer <schauer@pdf.de>:
7967 * tui/tui.c: Move system header includes after local includes.
7968 Fixes a build failure on solaris systems.
7969
7970 2004-02-25 J. Brobecker <brobecker@gnat.com>
7971
7972 * configure.in: Refine the previous change.
7973 * configure: Regenerate.
7974
7975 2004-02-25 Mark Kettenis <kettenis@gnu.org>
7976
7977 * amd64-tdep.h: Renamed from x86-64-tdep.h.
7978 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
7979 "amd64-tdep.h" instead of "x86-64-tdep.h".
7980 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7981 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
7982 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
7983 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7984 and "x86-64-tdep.c".
7985 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
7986 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7987 and "x86-64-tdep.c".
7988 * amd64bsd-nat.c: Update copyright year.
7989 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7990 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
7991 "x86-64-tdep.h".
7992 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
7993 "x86-64-tdep.h".
7994 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
7995 "x86-64-tdep.h".
7996 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
7997 "x86-64-tdep.h".
7998 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
7999 "x86-64-tdep.h".
8000 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8001 "x86-64-tdep.h".
8002 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8003 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8004 * Makefile.in (amd64_linux_tdep_h): Renamed from
8005 x86_64_linux_tdep_h.
8006 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8007 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8008 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8009 (amd64obsd-tdep.o): Update dependencies.
8010 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8011 dependencies.
8012 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8013 dependencies.
8014 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8015 amd64-linux-nat.c amd64-linux-tdep.c.
8016 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8017 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8018 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8019 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8020 amd64-tdep.o and amd64-linux-tdep.o.
8021 (TM_FILE): Set to tm-linux64.h.
8022 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8023 (NAT_FILE): Set to nm-linux64.h.
8024 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8025 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8026 amd64-tdep.o.
8027 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8028 amd64-tdep.o.
8029 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8030 amd64-tdep.o.
8031
8032 2004-02-25 Roland McGrath <roland@redhat.com>
8033
8034 * remote.c (remote_protocol_qPart_auxv): New variable.
8035 (init_all_packet_configs): Initialize it.
8036 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8037 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8038 (show_remote_cmd): Call it.
8039 (_initialize_remote): Initialize commands.
8040 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8041 service TARGET_OBJECT_AUXV requests.
8042
8043 2004-02-25 J. Brobecker <brobecker@gnat.com>
8044
8045 * configure.in: Make sure that the wborder function is available.
8046 Otherwise, search for it in the cur_colr library.
8047 * configure: Regenerate.
8048
8049 2004-02-25 Andrew Cagney <cagney@redhat.com>
8050
8051 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8052
8053 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8054
8055 * config/i386/tm-x86-64linux.h: Tweak comments.
8056
8057 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8058
8059 * MAINTAINERS: Add self to write-after-approval list.
8060
8061 2004-02-25 Andrew Cagney <cagney@redhat.com>
8062
8063 PR cli/1566. Problem found, and fix suggested by David Allan.
8064 * cli/cli-script.c (execute_control_command): Unconditionally
8065 install a cleanup. Default "ret" to "invalid_control". Use
8066 "break" instead of "return" to escape from the switch.
8067
8068 2004-02-24 J. Brobecker <brobecker@gnat.com>
8069
8070 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8071 with the lines macro defined in term.h on AiX.
8072 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8073 a collision with the label_width macro defined in term.h on AiX.
8074
8075 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8076
8077 Committed by Kevin Buettner <kevinb@redhat.com>.
8078
8079 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8080 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8081 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8082 instead of ia64_write_pc().
8083 * ia64-linux-tdep.c (regcache.h): Include.
8084 (ia64_linux_write_pc): New function.
8085
8086 2004-02-23 Roland McGrath <roland@redhat.com>
8087
8088 * auxv.c (info_auxv_command): Fix typos in error messages.
8089
8090 2004-02-23 Mark Kettenis <kettenis@gnu.org>
8091
8092 * x86-64-tdep.h: Tweak comment.
8093 (enum amd64_regnum): New.
8094 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8095 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8096 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8097 (X86_64_XMM1_REGNUM): Removed.
8098 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8099 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8100 prototypes for renamed functions.
8101 * x86-64-tdep.c: Fix typo.
8102 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8103 register numbers.
8104 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8105 Use constants from `enum amd64_regnum' for register numbers.
8106 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8107 (amd64_analyze_prologue, amd64_frame_cache,
8108 amd64_sigtramp_frame_cache): Use constants from `enum
8109 amd64_regnum' for register numbers.
8110 (amd64_supply_fpregset): Adjust for renamed functions.
8111 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8112 `enum amd64_regnum' for register numbers.
8113 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8114 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8115 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8116 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8117 (amd64_linux_fill_gregset): Adjust for renamed macros.
8118 (fetch_core_registers): Adjust for renamed functions.
8119 (amd64_linux_init_abi): Adjust for renamed functions.
8120 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8121 renamed functions.
8122 * amd64-nat.c: Adjust for renamed macros.
8123 * amd64bsd-nat.c (fetch_inferior_registers)
8124 (store_inferior_registers): Use constants from `enum amd64_regnum'
8125 for register numbers. Adjust for renamed variables.
8126 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8127 renamed variables.
8128 (_initialize_amd64fbsd_nat): Use constants from `enum
8129 amd64_regnum' for register numbers.
8130 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
8131 `enum amd64_regnum' for register numbers.
8132 (amd64fbsd_init_abi): Adjust for renamed functions.
8133 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
8134 `enum amd64_regnum' for register numbers.
8135 (amd64nbsd_init_abi): Adjust for renamed functions.
8136 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
8137 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
8138 `enum amd64_regnum' for register numbers.
8139 (amd64obsd_init_abi): Adjust for renamed functions.
8140 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
8141
8142 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8143
8144 * breakpoint.c (print_one_breakpoint): Do not output spaces
8145 after printing <PENDING> for a pending breakpoint.
8146
8147 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8148
8149 * printcmd.c (print_scalar_formatted): Initialize val_long
8150 to remove compiler warning message.
8151
8152 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8153
8154 * defs.h (nquery, yquery): New prototypes.
8155 * breakpoint.c (break_command_1): Use new nquery interface.
8156 * utils.c (defaulted_query, nquery, yquery): New functions.
8157
8158 2004-02-23 Andrew Cagney <cagney@redhat.com>
8159
8160 * hppa-tdep.c (hppa_frame_align): New function.
8161 (hppa32_push_dummy_call): New function.
8162 (hppa64_push_dummy_call): New function.
8163 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8164 disabled.
8165
8166 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8167 FIX_CALL_DUMMY when push_dummy_call is available.
8168 (call_function_by_hand, push_dummy_code): Ditto.
8169
8170 2004-02-22 Andrew Cagney <cagney@redhat.com>
8171
8172 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8173 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8174 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8175 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8176 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8177 call_dummy_location to ON_STACK.
8178
8179 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8180
8181 * x86-64-linux-tdep.c: Tweak comment.
8182 (amd64_linux_supply_gregset): Renamed from
8183 x86_64_linux_supply_gresget.
8184 (amd64_linux_fill_gregset): Renamed from
8185 x86_64_linux_fill_gregset.
8186 (fetch_core_registers): Adjust for renamed functions.
8187 (amd64_core_fns): Renamed from x86_64_core_fns.
8188 (amd64_linux_sigtramp_start): Renamed from
8189 x86_64_linux_sigtramp_start.
8190 (amd64_linux_pc_in_sigtramp): Renamed from
8191 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8192 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8193 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8194 (amd64_linux_sigcontext_addr): Renamed from
8195 x86_64_linux_sigcontext_addr.
8196 (amd64_linux_sc_reg_offset): Renamed from
8197 x86_64_linux_sc_reg_offset.
8198 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8199 Adjust for renamed functions and variables.
8200 (_initialize_amd64_linux_tdep): Renamed from
8201 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8202 variables.
8203 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8204 Adjust for renamed functions.
8205
8206 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8207 from x86_64_linux_gregset64_reg_offset.
8208 (amd64_linux_gregset32_reg_offset): Rename from
8209 x86_64_linux_gregset64_reg_offset.
8210 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8211 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8212 (amd64_linux_dr_set_control): Renamed from
8213 x86_64_linux_dr_set_control. Adjust for renamed functions.
8214 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8215 Adjust for renamed functions.
8216 (amd64_linux_dr_reset_addr): Renamed from
8217 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8218 (amd64_linux_dr_get_status): Renamed from
8219 x86_64_linux_dr_get_status. Adjust for renamed functions.
8220 (_initialize_amd64_linux_nat): Renamed from
8221 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8222 functions.
8223 * config/i386/nm-x86-64linux.h: Update copyright year.
8224 Adjust for renamed functions.
8225
8226 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8227 amd64fbsd_sigtramp_start.
8228 (amd64fbsd_sigtramp_end_addr): Renamed from
8229 amd64fbsd_sigtramp_end.
8230 (amd64fbsd_init_abi): Adjust for renamed variables.
8231 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8232 variables.
8233 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8234 amd64fbsd_sigtramp_start.
8235 (amd64fbsd_sigtramp_end_addr): Renamed from
8236 amd64fbsd_sigtramp_end.
8237
8238 2004-02-22 Andrew Cagney <cagney@redhat.com>
8239
8240 * hppa-tdep.c (hppa32_return_value): New function.
8241 (hppa64_return_value): New function.
8242 (hppa_gdbarch_init): Set return_value; keep disabled.
8243
8244 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
8245 struct-return and inferior function call methods.
8246
8247 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8248 "frame-base.h".
8249 (struct hppa_frame_cache): Define.
8250 (hppa_frame_cache, hppa_frame_this_id): New functions.
8251 (hppa_frame_prev_register): New function.
8252 (hppa_frame_unwind, hppa_frame_base): New variables.
8253 (hppa_frame_unwind_sniffer): New function.
8254 (hppa_frame_base_address, hppa_unwind_pc): New function.
8255 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
8256 sniffer, and frame base sniffer; keep disabled.
8257 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
8258 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
8259
8260 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
8261 to predicates for "seriously old code".
8262
8263 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
8264 runtime if(0).
8265
8266 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
8267 unsigned.
8268 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
8269
8270 * config/pa/tm-hppa.h: Update copyright.
8271 (DEPRECATED_INIT_FRAME_PC): Delete macro.
8272 (deprecated_init_frame_pc_default): Delete declaration.
8273 (hppa_frame_init_saved_regs): Delete declaration.
8274 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8275 * hppa-tdep.c: Include "arch-utils.h".
8276 (hppa_gdbarch_init): Set deprecated init_frame_pc
8277 and deprecated frame_init_saved_regs.
8278 (hppa_frame_init_saved_regs): Make static.
8279
8280 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8281
8282 Remove old 386BSD support.
8283 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
8284 * configure.host: Remove i[34567]86-*-bsd*.
8285 * configure.tgt: Remove i[34567]86-*-bsd*.
8286 * i386b-nat.c: Removed.
8287 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
8288 (i386b-nat.o): Remove dependencies.
8289
8290 * config/i386/i386bsd.mh: Removed.
8291 * config/i386/i386bsd.mt: Removed.
8292 * config/i386/nm-i386bsd.h: Removed.
8293 * config/i386/tm-i386bsd.h: Removed.
8294 * config/i386/xm-i386bsd.h: Removed.
8295
8296 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
8297
8298 * amd64fbsd-tdep.c: Include "solib-svr4.h".
8299 (amd64fbsd_init_abi): Set link map offsets.
8300 * amd64nbsd-tdep.c: Include "slib-svr4.h".
8301 (amd64nbsd_init_abi): Set link map offsets.
8302 * amd64obsd-tdep.c: Include "solib-svr4.h".
8303 (amd64obsd_init_abi): Set link map offsets.
8304 * i386fbsd-tdep.c: Include "solib-svr4.h".
8305 (i386fbsd_init_abi): Set link map offsets.
8306 * i386nbsd-tdep.c: Include "solib-svr4.h".
8307 (i386nbsdelf_init_abi): Set link map offsets.
8308 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
8309 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
8310 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
8311 solib-legacy.o and core-aout.o. Reformat.
8312 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
8313 solib-svr4.o, solib-legacy.o. Reformat.
8314 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
8315 * config/i386/nbsdelf.mh: Reformat.
8316 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
8317 solib-svr4.o, solib-legacy.o and corelow.o.
8318 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
8319 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
8320 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
8321 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8322 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8323 (TM_FILE): Set to tm-fbsd.h.
8324 * config/i386/nbsd.mt (TDEPFILES): Reformat.
8325 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
8326 solib-svr4.o.
8327 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
8328 solib-svr4.o.
8329 (TM_FILE): Set to nm-nbsd.h.
8330 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
8331 Simplify shared library support. Don't include "elf/common.h".
8332 (SVR4_SHARED_LIBS): Don't define.
8333 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
8334 "solib.h".
8335 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
8336 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
8337 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
8338 Don't include "i386/tm-i386.h". Include "solib.h".
8339 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
8340 Don't include "i386/tm-i386.h".
8341 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
8342 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
8343 Include "i386/xm-i386.h".
8344 (HOST_LONG_DOUBLE_FORMAT): Remove.
8345
8346 Fix OpenBSD/i386 sigtramp recognition.
8347 * i386-tdep.h: Update copyright year.
8348 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
8349 (i386bsd_sigtramp_end): New prototypes.
8350 (i386fbsd_sigtramp_start_addr): Renamed from
8351 i386fbsd_sigtramp_start.
8352 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8353 (i386obsd_sigtramp_start_addr): Renamed from
8354 i386obsd_sigtramp_start.
8355 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8356 * i386bsd-tdep.c: Update copyright year.
8357 (i386bsd_pc_in_sigtramp): Make public.
8358 * i386fbsd-nat.c: Update copyright year.
8359 (_initialize_i386fbsd_nat): Adjust for renamed variables.
8360 * i386fbsd-tdep.c: Update copyright year.
8361 (i386fbsd_sigtramp_start_addr): Renamed from
8362 i386fbsd_sigtramp_start.
8363 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8364 (i386fbsdaout_init_abi): Adjust for renamed variables.
8365 * i386obsd-nat.c: Update copyright year.
8366 (_initialize_i386obsd_nat): Adjust for renamed variables.
8367 * i386obsd-tdep.c: Include "target.h".
8368 (i386obsd_page_size): New variable.
8369 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
8370 (i386obsd_sigtramp_end): New functions.
8371 (i386obsd_sigtramp_start_addr): Renamed from
8372 i386obsd_sigtramp_start.
8373 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8374 (i386obsd_init_abi): Adjust for renamed variables. Set
8375 pc_in_sigtramp, sigtramp_start and sigtramp_end.
8376 * Makefile.in (i386obsd-tdep.o): Update dependencies.
8377
8378 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
8379 trampoline change in OpenBSD kernel.
8380
8381 * amd64-nat.c: Update copyright year.
8382 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
8383 architecture from REGCACHE.
8384
8385 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
8386 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
8387
8388 2004-02-21 Mark Kettenis <kettenis@gnu.org>
8389
8390 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
8391 i[34567]86-*-openbsd3.[0-3].
8392 * config/i386/obsdaout.mh: New file.
8393
8394 * config/i386/obsd.mh (MH_FLAGS): Remove.
8395
8396 Fix PR build/1549.
8397 * i386obsd-tdep.c: Update copyright years. Include
8398 "solib-svr4.h".
8399 (i386obsd_init_abi): Don't set regset_from_core_section here.
8400 (i386obsd_aout_init_abi): New function. Set
8401 regset_from_core_section here.
8402 (i386obsd_elf_init_abi): New function.
8403 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
8404 * Makefile.in (i386obsd-tdep.o): Update dependecies.
8405 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8406 (TM_FILE): Set to tm-nbsd.h.
8407
8408 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
8409 solib-sunos.o.
8410
8411 * solib-svr4.h: Update copyright year.
8412 (svr4_ilp32_fetch_link_map_offsets)
8413 (svr4_lp64_fetch_link_map_offsets): New prototype.
8414 * solib-svr4.c: Update copyright year.
8415 (svr4_ilp32_fetch_link_map_offsets)
8416 (svr4_lp64_fetch_link_map_offsets): New function.
8417
8418 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
8419
8420 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
8421 to the partial symbol table.
8422
8423 2004-02-20 J. brobecker <brobecker@gnat.com>
8424
8425 * PROBLEMS: Add description of problem documented under gdb/1560.
8426
8427 2004-02-20 Mark Kettenis <kettenis@gnu.org>
8428
8429 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
8430 comments.
8431 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
8432 functions.
8433 (amd64obsd_init_abi): Reorder initializations. Use
8434 amd64obsd_r_reg_offset to initialize the general-purpose register
8435 set details. Set regset_from_core_section.
8436 (_initialize_amd64obsd_tdep): Rename from
8437 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
8438 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
8439 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
8440
8441 * NEWS (New native configurations): Mention OpenBSD/alpha.
8442 * configure.tgt: Add alpha*-*-openbsd*.
8443 * configure.host: Add alpha*-*-openbsd*.
8444 * alphanbsd-tdep.c: Update copyright year.
8445 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
8446
8447 2004-02-20 Andrew Cagney <cagney@redhat.com>
8448
8449 Fix PR tdep/1372.
8450 * configure.tgt: Delete target "none-*-*".
8451 * configure.host: Delete host "none-*-*".
8452 * config/none/none.mh: Delete file.
8453 * config/none/none.mt: Delete file.
8454 * config/none/xm-none.h: Delete file.
8455 * config/none/tm-none.h: Delete file.
8456 * config/none/nm-none.h: Delete file.
8457
8458 2004-02-19 Fred Fish <fnf@redhat.com>
8459
8460 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
8461 cache->uses_fp prior to setting it.
8462
8463 2004-02-19 Fred Fish <fnf@redhat.com>
8464
8465 Fix for PR breakpoint/1558.
8466 * sh-tdep.c (IS_JSR): New macro.
8467 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
8468
8469 2004-02-19 Jim Blandy <jimb@redhat.com>
8470
8471 * findvar.c (value_from_register): Doc fix.
8472
8473 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
8474
8475 * printcmd.c (print_scalar_formatted): Do not check for sizeof
8476 type being greater than sizeof of host's LONGEST. Always use
8477 unpack_long() unless format 'f' chosen.
8478
8479 2004-02-19 Joel Brobecker <brobecker@gnat.com>
8480
8481 Committed by Elena Zannoni <ezannoni@redhat.com>
8482
8483 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
8484 contains a symbol wich is the best, non-exact match for the given
8485 pc. Update comments.
8486
8487 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
8488
8489 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
8490 macro, which was part of the now removed Mach 3 port.
8491 * utils.c (request_quit): Ditto.
8492
8493 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8494
8495 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
8496 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
8497
8498 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8499
8500 Committed by Mark Kettenis <kettenis@gnu.org>.
8501
8502 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
8503 Define.
8504
8505 2004-02-18 Andrew Cagney <cagney@redhat.com>
8506
8507 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
8508 CONFIG_INSTALL and CONFIG_UNINSTALL.
8509 * configure: Re-generate.
8510 * interps.h (INTERP_TUI): Define.
8511 * Makefile.in: Update dependencies.
8512 (TUI): New macro.
8513 (tui-main.o): Specify dependencies.
8514 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
8515 * tui/tui-main.c: New file.
8516
8517 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8518
8519 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
8520 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
8521 dependencies.
8522 * configure.host: Add x86_64-*-openbsd*.
8523 * configure.tgt: Add x86_64-*-openbsd*.
8524 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
8525
8526 * tui/tui.c: Don't include <malloc.h>.
8527
8528 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
8529 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
8530 amd64nbsd-tdep.c.
8531
8532 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8533 static. Remove extraneous whitespace.
8534 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
8535 static.
8536
8537 2004-02-17 Jim Blandy <jimb@redhat.com>
8538
8539 * findvar.c (value_from_register): Doc fix.
8540
8541 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8542
8543 Committed by Jim Blandy <jimb@redhat.com>.
8544
8545 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
8546 CORE_ADDR as type for selectors. Correct types for GNU run time
8547 message lookup function to use double indirection.
8548 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
8549 * objc-lang.h (lookup_child_selector): Adapt prototype.
8550
8551 * s390-nat.c (SUBOFF): New macro.
8552 (supply_gregset, fill_gregset): Use it to handle debugging
8553 of 32-bit exectuables running under a 64-bit kernel.
8554 * s390-tdep.c: Include "solib-svr4.h".
8555 (s390_svr4_fetch_link_map_offset): New function.
8556 (s390x_svr_fetch_link_map_offset): Likewise.
8557 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
8558 * Makefile.in (s390-tdep.o): Update dependencies.
8559
8560 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
8561 "frame-unwind.h".
8562 (s390_readinstruction): Reformat. Use read_memory_nobpt.
8563 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
8564 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
8565 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
8566 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
8567 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8568 S390_SIGNAL_FRAMESIZE,
8569 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
8570 (struct frame_extra_info): Remove.
8571 (s390_memset_extra_info): Remove.
8572 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
8573 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
8574 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
8575 (is_rse): Renamed to ...
8576 (is_rsy): ... this. Support long displacements.
8577 (is_rxe): Renamed to ...
8578 (is_rxy): ... this. Support long displacements.
8579 (compute_x_addr): Support long displacements.
8580 (struct s390_prologue_data): New data type.
8581 (s390_on_stack): Change API to use struct s390_prologue_data.
8582 (s390_store): Reimplement.
8583 (s390_load): New function.
8584 (s390_get_signal_frame_info): Remove.
8585 (s390_get_frame_info): Remove, replace by ...
8586 (s390_analyze_prolog): ... this new function.
8587 (s390_check_function_end): Remove.
8588 (s390_function_start): Remove.
8589 (s390_frameless_function_invokation): Remove.
8590 (s390_is_sigreturn): Remove.
8591 (s390_init_frame_pc_first): Remove.
8592 (s390_init_frame_extra_info): Remove.
8593 (s390_frame_init_saved_regs): Remove.
8594 (s390_frame_saved_pc_nofix): Remove.
8595 (s390_frame_saved_pc): Remove.
8596 (s390_frame_chain): Remove.
8597 (s390_fp_regnum, s390_read_fp): Remove.
8598 (s390_pop_frame_regular, s390_pop_frame): Remove.
8599 (s390_saved_pc_after_call): Remove.
8600 (s390_skip_prologue): Reimplement.
8601 (s390_in_function_epilogue_p): Support long displacements.
8602 (struct s390_unwind_cache): New data structure.
8603 (s390_frame_unwind_cache): New function.
8604 (s390_prologue_frame_unwind_cache): Likewise.
8605 (s390_backchain_frame_unwind_cache): Likewise.
8606 (s390_frame_this_id, s390_frame_prev_register): Likewise.
8607 (s390_frame_unwind): Define.
8608 (s390_frame_sniffer): New function.
8609 (struct s390_pltstub_unwind_cache): New data structure.
8610 (s390_pltstub_frame_unwind_cache): New function.
8611 (s390_pltstub_frame_this_id): Likewise.
8612 (s390_pltstub_frame_prev_register): Likewise.
8613 (s390_pltstub_frame_unwind): Define.
8614 (s390_pltstub_frame_sniffer): New function.
8615 (struct s390_sigtramp_unwind_cache): New data structure.
8616 (s390_sigtramp_frame_unwind_cache): New function.
8617 (s390_sigtramp_frame_this_id): Likewise.
8618 (s390_sigtramp_frame_prev_register): Likewise.
8619 (s390_sigtramp_frame_unwind): Define.
8620 (s390_sigtramp_frame_sniffer): New function.
8621 (s390_frame_base_address, s390_local_base_address): New functions.
8622 (s390_frame_base): Define.
8623 (s390_unwind_pc, s390_unwind_sp): New function.
8624 (s390_push_dummy_call): Use new frame base location.
8625 (s390_unwind_dummy_id): Likewise.
8626 (s390_gdbarch_init): Remove calls to:
8627 set_gdbarch_frameless_function_invocation,
8628 set_gdbarch_deprecated_init_frame_pc,
8629 set_gdbarch_deprecated_frame_chain,
8630 set_gdbarch_deprecated_frame_init_saved_regs,
8631 set_gdbarch_deprecated_pop_frame,
8632 set_gdbarch_deprecated_init_extra_frame_info,
8633 set_gdbarch_deprecated_init_frame_pc_first,
8634 set_gdbarch_deprecated_target_read_fp,
8635 set_gdbarch_deprecated_frame_saved_pc,
8636 set_gdbarch_deprecated_saved_pc_after_call,
8637 set_gdbarch_deprecated_fp_regnum.
8638 Add calls to:
8639 set_gdbarch_in_solib_call_trampoline,
8640 frame_unwind_append_sniffer,
8641 frame_base_set_default,
8642 set_gdbarch_unwind_pc,
8643 set_gdbarch_unwind_sp.
8644 * Makefile.in (s390-tdep.o): Update dependencies.
8645
8646 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
8647 (S390_STACK_FRAME_OVERHEAD): Remove.
8648 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
8649 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
8650 (s390_promote_integer_argument): Remove.
8651 (s390_cannot_extract_struct_value_address): Remove.
8652 (s390_use_struct_convention, s390_store_struct_return): Remove.
8653 (s390_extract_return_value, s390_store_return_value): Remove.
8654 (s390_return_value_convention, s390_return_value): New functions.
8655 (is_float_singleton): Handle typedefs.
8656 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
8657 Remove, replace by ...
8658 (s390_function_arg_pass_by_reference, s390_function_arg_float,
8659 s390_function_arg_integer): ... these new functions.
8660 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
8661 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
8662 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
8663 Fill in tdep->abi.
8664 Remove calls to:
8665 set_gdbarch_deprecated_store_struct_return,
8666 set_gdbarch_deprecated_extract_return_value,
8667 set_gdbarch_deprecated_store_return_value,
8668 set_gdbarch_use_struct_convention,
8669 set_gdbarch_extract_struct_value_address,
8670 set_gdbarch_deprecated_pc_in_call_dummy,
8671 set_gdbarch_deprecated_push_arguments,
8672 set_gdbarch_deprecated_save_dummy_frame_tos,
8673 set_gdbarch_deprecated_push_return_address,
8674 set_gdbarch_deprecated_sizeof_call_dummy_words,
8675 set_gdbarch_deprecated_call_dummy_words,
8676 set_gdbarch_deprecated_dummy_write_sp.
8677 Add calls to:
8678 set_gdbarch_push_dummy_call,
8679 set_gdbarch_unwind_dummy_id,
8680 set_gdbarch_return_value.
8681
8682 * config/s390/nm-linux.h: Update comments.
8683 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
8684 (STOPPED_BY_WATCHPOINT): Redefine.
8685 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
8686 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
8687 (s390_stopped_by_watchpoint): Likewise.
8688 (watch_area_cnt): Remove.
8689 * s390-nat.c: Update comments.
8690 (watch_area): Remove typedef.
8691 Global replace watch_area by struct watch_area.
8692 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8693 (s390_stopped_by_watchpoint): Remove pid argument,
8694 use s390_inferior_tid. Add short-cut for the no watchpoint case.
8695 (s390_fix_watch_points): Remove pid argument,
8696 use s390_inferior_tid. Recompute area spanned by watchpoints.
8697 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
8698 argument. Reimplement.
8699
8700 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
8701 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
8702 (FETCH_INFERIOR_REGISTERS): Define.
8703 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
8704 core-regset.o.
8705 * config/s390/s390x.mt: Remove.
8706 * config/s390/tm-s390.h: Remove.
8707 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
8708 (TARGET_ELF64): Remove.
8709 (SKIP_TRAMPOLINE_CODE): Do not undefine.
8710 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
8711 s390*-*-* case; always set gdb_target to s390.
8712 * regformats/reg-s390.dat: Remove control registers.
8713 * regformats/reg-s390x.dat: Likewise.
8714 * s390-tdep.h: New file.
8715 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
8716 Include "inferior.h" and "s390-tdep.h".
8717 Remove private definition of offsetof.
8718 (s390_register_u_addr): Remove.
8719 (regmap_gregset, regmap_fpregset): Define.
8720 (supply_gregset, fill_gregset): Reimplement.
8721 (supply_fpregset, fill_fpregset): Likewise.
8722 (s390_inferior_tid): New function.
8723 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
8724 (fetch_inferior_registers, store_inferior_registers): Likewise.
8725 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
8726 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
8727 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
8728 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
8729 (struct gdbarch_tdep): Define.
8730 (struct s390_register_info): Define.
8731 (s390_register_info): New variable.
8732 (s390_register_name): Reimplement.
8733 (s390_register_type): New function.
8734 (s390_register_raw_size, s390x_register_raw_size): Remove.
8735 (s390_cannot_fetch_register): Remove.
8736 (s390_register_byte): Remove.
8737 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
8738 (s390_dwarf_regmap): New variable.
8739 (s390_dwarf_reg_to_regnum): New function.
8740 (s390_stab_reg_to_regnum): Remove.
8741 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
8742 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
8743 (s390_convert_register_p): Likewise.
8744 (s390_register_to_value, s390_value_to_register): Likewise.
8745 (s390_register_reggroup_p): Likewise.
8746 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
8747 s390_gregset, s390x_gregset, s390_fpregset): New variables.
8748 (s390_supply_regset, s390_regset_from_core_section): New functions.
8749 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
8750 (S390_FPR_SIZE): Likewise.
8751 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
8752 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
8753 (S390_NUM_GPRS): Move here from tm-s390.h.
8754 (S390_NUM_FPRS): Likewise.
8755 (s390_in_function_epilogue_p): New function.
8756 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
8757 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
8758 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
8759 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
8760 Replace S390_FP_REGNUM by S390_SP_REGNUM.
8761 Remove calls to:
8762 set_gdbarch_deprecated_max_register_raw_size,
8763 set_gdbarch_deprecated_max_register_virtual_size,
8764 set_gdbarch_deprecated_register_byte,
8765 set_gdbarch_cannot_fetch_register,
8766 set_gdbarch_cannot_store_register,
8767 set_gdbarch_deprecated_register_size,
8768 set_gdbarch_deprecated_register_raw_size,
8769 set_gdbarch_deprecated_register_virtual_size,
8770 set_gdbarch_deprecated_register_virtual_type,
8771 set_gdbarch_deprecated_register_bytes.
8772 Add calls to:
8773 set_gdbarch_num_pseudo_regs,
8774 set_gdbarch_register_type,
8775 set_gdbarch_convert_register_p,
8776 set_gdbarch_register_to_value,
8777 set_gdbarch_value_to_register,
8778 set_gdbarch_register_reggroup_p,
8779 set_gdbarch_regset_from_core_section,
8780 set_gdbarch_pseudo_register_read,
8781 set_gdbarch_pseudo_register_write,
8782 set_gdbarch_in_function_epilogue_p.
8783 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
8784 (s390_tdep_h): New variable.
8785
8786 2004-02-17 Jim Blandy <jimb@redhat.com>
8787
8788 * findvar.c (value_from_register): If the type has no length, just
8789 return an acceptable value --- don't report an internal error.
8790
8791 * stabsread.c (read_type): If we find any type numbers that are
8792 forward references, complain if the references aren't resolved by
8793 the time we're finished reading.
8794 (cleanup_undefined_types): Make error message more appropriate for
8795 a complaint.
8796
8797 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
8798
8799 * Makefile.in (defs_h): Remove dependency on progress_h.
8800 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
8801 progress.h.
8802 * main.c (captured_main): Delete use of START_PROGRESS and
8803 END_PROGRESS.
8804
8805 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
8806
8807 * objfiles.c (terminate_minimal_symbol_table): Add back
8808 initialization of MSYMBOL_TYPE.
8809
8810 2004-02-17 David Mosberger <davidm@hpl.hp.com>
8811
8812 Committed by Andrew Cagney.
8813 * Makefile.in (ia64_tdep_h): New macro.
8814 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
8815 (ia64-tdep.o): Likewise.
8816 * ia64-tdep.h: New file.
8817 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
8818 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
8819 (ia64_aix_sigcontext_register_address): Likewise.
8820 (ia64_linux_getunwind_table): Delete declaration.
8821 * ia64-linux-tdep.c: Likewise.
8822
8823 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
8824
8825 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
8826 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
8827 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
8828
8829 2004-02-17 Andrew Cagney <cagney@redhat.com>
8830
8831 * symtab.c (skip_prologue_using_sal): New function.
8832 * symtab.h (skip_prologue_using_sal): Declare.
8833 * frv-tdep.c: Include "symtab.h".
8834 (skip_prologue_using_sal): Delete function.
8835 * mips-tdep.c (skip_prologue_using_sal): Delete function.
8836 * rs6000-tdep.c (refine_prologue_limit): Mention
8837 skip_prologue_using_sal.
8838 * ia64-tdep.c (refine_prologue_limit): Ditto.
8839 * Makefile.in: Update dependencies.
8840
8841 2004-02-16 Andrew Cagney <cagney@redhat.com>
8842
8843 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
8844 START_INFERIOR_TRAPS_EXPECTED.
8845 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
8846 START_INFERIOR_TRAPS_EXPECTED.
8847 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
8848 Delete macro.
8849 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
8850 macro, moved to "nm-osf.h". Update copyright.
8851 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
8852 update copyright.
8853
8854 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
8855 and function replacing FRAMELESS_FUNCTION_INVOCATION.
8856 * blockframe.c (legacy_frameless_look_for_prologue): Rename
8857 frameless_look_for_prologue.
8858 * frame.h (legacy_frameless_look_for_prologue): Rename
8859 frameless_look_for_prologue.
8860 * gdbarch.h, gdbarch.c: Re-generate.
8861 * sh64-tdep.c (sh64_gdbarch_init): Update.
8862 * sh-tdep.c (sh_gdbarch_init): Update.
8863 * s390-tdep.c (s390_gdbarch_init): Update.
8864 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8865 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
8866 * m68k-tdep.c (m68k_gdbarch_init): Update.
8867 (delta68_frame_args_address): Update.
8868 * m32r-tdep.c (m32r_gdbarch_init): Update.
8869 * hppa-tdep.c (hppa_gdbarch_init): Update.
8870 * h8300-tdep.c (h8300_gdbarch_init): Update.
8871 * frv-tdep.c (frv_gdbarch_init): Update.
8872 (frv_frameless_function_invocation): Update.
8873 * cris-tdep.c (cris_gdbarch_init): Update.
8874 (cris_frameless_function_invocation): Update.
8875 * avr-tdep.c (avr_gdbarch_init): Update.
8876 * arm-tdep.c (arm_gdbarch_init): Update.
8877 * stack.c (frame_info): Update, call predicate.
8878 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
8879 * frame.c (legacy_get_prev_frame): Update, call predicate..
8880 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
8881 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
8882 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
8883 invocation.
8884 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8885 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8886 * vax-tdep.c (vax_gdbarch_init): Ditto.
8887
8888 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
8889 function.
8890
8891 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
8892
8893 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
8894 initializations.
8895
8896 2004-02-16 Andrew Cagney <cagney@redhat.com>
8897
8898 * tui/tui-windata.c: Include "gdb_string.h".
8899 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
8900 * tui/tui-layout.c, tui/tui-command.c: Ditto.
8901 * Makefile.in: Update dependencies.
8902
8903 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
8904
8905 * Makefile.in (infrun.o): Add $(gdb_assert_h).
8906 * infrun.c: Include "gdb_assert.h".
8907 (singlestep_ptid, saved_singlestep_ptid)
8908 (stepping_past_singlestep_breakpoint): New variables.
8909 (resume): Set singlestep_ptid. Check for singlestep thread
8910 hop.
8911 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
8912 (handle_inferior_event): Handle singlestep thread hop.
8913
8914 2004-02-16 Andrew Cagney <cagney@redhat.com>
8915
8916 * dwarf2-frame.c (dwarf2_frame_ops): New function.
8917 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
8918 (dwarf2_frame_init_reg): Ditto.
8919
8920 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
8921 suggested by Joshua Neuheisel
8922
8923 * configure.in: Always check for curses, including pdcurses.
8924 Warn, instead of error, when no curses are found. Enable TUI when
8925 curses is available.
8926 * configure: Re-generate.
8927
8928 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
8929
8930 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
8931 sh_sh4_register_convert_to_virtual.
8932 (sh_register_convert_to_raw): Rename from
8933 sh_sh4_register_convert_to_raw.
8934 (sh_pseudo_register_read): Accomodate above name change.
8935 (sh_pseudo_register_write): Ditto.
8936
8937 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
8938
8939 * sh-tdep.c (sh_generic_register_name): Remove.
8940 (sh_gdbarch_init): Use sh_sh_register_name in default case.
8941
8942 2004-02-15 Andrew Cagney <cagney@redhat.com>
8943
8944 * configure.in (build_warnings): Add -Wunused-function.
8945 * configure: Re-generate.
8946
8947 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
8948 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
8949
8950 * procfs.c (procfs_init_inferior): Assume that
8951 START_INFERIOR_TRAPS_EXPECTED is defined.
8952 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
8953 * config/ns32k/tm-nbsd.h: Delete file,
8954 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
8955
8956 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
8957 * config/vax/tm-vax.h: Delete file.
8958
8959 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8960 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8961 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8962 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8963 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
8964 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8965 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
8966
8967 2004-02-15 Mark Kettenis <kettenis@gnu.org>
8968
8969 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
8970 * dwarf2-frame.c (dwarf2_frame_data): New variable.
8971 (struct dwarf2_frame_ops): New.
8972 (dwarf2_frame_default_init_reg): New function, based on
8973 dwarf2_frame_init_reg.
8974 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
8975 (dwarf2_frame_init_reg): Call architecture-specific function.
8976 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
8977 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
8978 instead of dwarf2_frame_data.
8979 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
8980 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
8981
8982 2004-02-15 Andrew Cagney <cagney@redhat.com>
8983
8984 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
8985 register_gdbarch_swap.
8986 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
8987 * f-lang.c (_initialize_f_language): Update, use
8988 DEPRECATED_REGISTER_GDBARCH_SWAP.
8989 * remote.c (_initialize_remote): Ditto.
8990 * regcache.c (_initialize_regcache): Ditto.
8991 * parse.c (_initialize_parse): Ditto.
8992 * infrun.c (_initialize_infrun): Ditto.
8993 * mi/mi-main.c (_initialize_mi_main): Ditto.
8994 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8995
8996 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
8997 poking .cacheable directly.
8998 * symfile.c (symfile_bfd_open): Ditto.
8999
9000 * Makefile.in: Update all dependencies.
9001
9002 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9003 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9004 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9005 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9006 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9007
9008 2004-02-14 Andrew Cagney <cagney@redhat.com>
9009
9010 * arch-utils.c (legacy_convert_register_p): Check
9011 DEPRECATED_REGISTER_CONVERTIBLE_P.
9012 * findvar.c (value_of_register): Ditto.
9013
9014 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9015 * gdbarch.h, gdbarch.c: Re-generate.
9016 * arch-utils.c (deprecated_register_convertible_not): Delete.
9017 * arch-utils.h (deprecated_register_convertible_not): Delete.
9018 * mi/mi-main.c (get_register): Update. Update copyright.
9019 * infcmd.c (default_print_registers_info): Update.
9020
9021 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9022 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9023 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9024 * gdbarch.h, gdbarch.c: Re-generate.
9025 * frame.c (deprecated_get_next_frame_hack): Delete function.
9026 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9027 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9028 Update.
9029 * infcall.c (call_function_by_hand): Update.
9030
9031 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9032
9033 * symfile.c (init_entry_point_info, entry_point_address): Move
9034 from here...
9035 * objfiles.c (init_entry_point_info, entry_point_address):..to
9036 here.
9037 * symfile.h (init_entry_point_info, entry_point_address): Remove
9038 prototypes.
9039 * objfiles.h (init_entry_point_info, entry_point_address):Add
9040 prototypes.
9041 * cris-tdep.c: Remove include of symfile.h. Add include of
9042 objfiles.h.
9043 * infcall.c: Ditto.
9044 * mcore-tdep.c: Ditto.
9045 * mn10300-tdep.c: Ditto.
9046 * sh64-tdep.c: Ditto.
9047 * v850-tdep.c: Ditto.
9048 * arm-tdep.c: Remove include of symfile.h.
9049 * blockframe.c: Ditto.
9050 * coffread.c: Ditto.
9051 * dbxread.c: Ditto.
9052 * dwarf2read.c: Ditto.
9053 * dwarfread.c: Ditto.
9054 * frv-tdep.c: Ditto.
9055 * ia64-tdep.c: Ditto.
9056 * mdebugread.c: Ditto.
9057 * mipsread.c: Ditto.
9058 * rs6000-tdep.c: Ditto.
9059 * s390-tdep.c: Ditto.
9060 * sh-tdep.c: Ditto.
9061 * xstormy16-tdep.c: Ditto.
9062 * gdbarch.sh: Remove include of symfile.h.
9063 * gdbarch.c: Regenerate.
9064 * solib-irix.c (enable_break): Use entry_point_address().
9065 Add comment about include file.
9066 * xcoffread.c: Add comment about include file.
9067 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9068 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9069 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9070 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9071 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9072
9073 2004-02-13 Andrew Cagney <cagney@redhat.com>
9074
9075 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9076 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9077 copyright.
9078 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9079
9080 2004-02-12 Fred Fish <fnf@redhat.com>
9081
9082 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9083 set_gdbarch_store_return_value.
9084
9085 2004-02-12 Andrew Cagney <cagney@redhat.com>
9086
9087 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9088 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9089 (interrupt_query): Ditto.
9090 (ofunc): Delete unused variable.
9091 * cris-tdep.c (cris_abi): Delete unused function.
9092 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9093 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9094 (cris_get_asr_quick_shift_steps): Ditto.
9095 (cris_skip_prologue_frameless_p): Ditto.
9096 * arm-tdep.c (arm_push_return_address): Delete unused function.
9097 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9098 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9099 * s390-tdep.c (s390_function_start): Delete unused function.
9100
9101 2004-02-12 Andrew Cagney <cagney@redhat.com>
9102
9103 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9104 gdbarch.h, gdbarch.c: Re-generate.
9105 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9106 to generic_prologue_frameless_p.
9107 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9108 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9109
9110 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
9111
9112 * mips-linux-tdep.c: Include "frame.h".
9113 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9114 (mips_linux_skip_resolver): New functions.
9115 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9116 and set_gdbarch_in_solib_call_trampoline.
9117 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9118 to after set_gdbarch_in_solib_return_trampoline. Only set the
9119 solib hooks to mips16 functions if the OS ABI is unknown.
9120 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9121 including "config/tm-linux.h".
9122 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9123 * Makefile.in (mips-linux-tdep.o): Update.
9124
9125 2004-02-11 David Carlton <carlton@kealia.com>
9126
9127 * linespec.c (decode_compound): Only look for a class symbol when
9128 considering all but the rightmost component.
9129
9130 2004-02-11 Andrew Cagney <cagney@redhat.com>
9131
9132 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
9133 abi code are are separatly grouped.
9134
9135 2004-02-11 Andrew Cagney <cagney@redhat.com>
9136
9137 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
9138 * gdbarch.h, gdbarch.c: Re-generate.
9139 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9140 * v850-tdep.c (v850_gdbarch_init): Update.
9141 * sh64-tdep.c (sh64_gdbarch_init): Update.
9142 * sh-tdep.c (sh_gdbarch_init): Update.
9143 * s390-tdep.c (s390_gdbarch_init): Update.
9144 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9145 * mips-tdep.c (mips_gdbarch_init): Update.
9146 * mcore-tdep.c (mcore_gdbarch_init): Update.
9147 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9148 * m32r-tdep.c (m32r_gdbarch_init): Update.
9149 * ia64-tdep.c (ia64_gdbarch_init): Update.
9150 * hppa-tdep.c (hppa_gdbarch_init): Update.
9151 * h8300-tdep.c (h8300_gdbarch_init): Update.
9152 * frv-tdep.c (frv_gdbarch_init): Update.
9153 * d10v-tdep.c (d10v_gdbarch_init): Update.
9154 * cris-tdep.c (cris_gdbarch_init): Update.
9155 * avr-tdep.c (avr_gdbarch_init): Update.
9156 * arm-tdep.c (arm_gdbarch_init): Update.
9157 * alpha-tdep.c (alpha_gdbarch_init): Update.
9158
9159 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
9160
9161 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
9162 comma.
9163 (sh_sh4al_dsp_register_name): Ditto.
9164
9165 2004-02-10 Andrew Cagney <cagney@redhat.com>
9166
9167 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9168 (mips_init_frame_pc_first): Delete function.
9169 (mips_frame_saved_pc): Delete function.
9170 (mips_frame_chain): Delete function.
9171 (mips_init_extra_frame_info): Delete function.
9172 (mips_xfer_register): Delete unused variable "reg".
9173 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9174 (mips_n32n64_return_value): Delete unused variable "reg".
9175 (mips_n32n64_return_value): Delete unused variable "pos".
9176 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9177 (mips_o32_return_value): Delete unused variable "pos".
9178 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9179 (mips_print_fp_register): Delete unused variable "namelen"
9180 (mips_print_fp_register): Delete unused variable "flt2"
9181 (get_frame_pointer): Delete function.
9182 (cached_proc_desc): Delete static variable.
9183 (mips_pop_frame): Delete function.
9184 (mips_find_saved_regs): Delete function.
9185 (mips_get_saved_register): Delete function.
9186 (mips_saved_pc_after_call): Delete function.
9187 (SIGFRAME_BASE): Delete macro.
9188 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9189 (SIGFRAME_PC_OFF): Delete macro.
9190 (SIGFRAME_REGSAVE_OFF): Delete macro.
9191 (mips_dump_tdep): Do not print deleted macro definitions.
9192
9193 2004-02-10 Andrew Cagney <cagney@redhat.com>
9194
9195 * Makefile.in (SFILES): Remove explictly listed tui files.
9196 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9197
9198 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
9199
9200 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9201 to use paddr functions to format ia64 addresses and long values.
9202 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9203 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9204 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9205 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9206 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9207
9208 2004-02-10 Andrew Cagney <cagney@redhat.com>
9209
9210 * defs.h: Do not include "tui.h".
9211 * gdb_curses.h: New file.
9212 * tui/tui-hooks.h: New file.
9213 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9214 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9215 (tui_initialize_io): Delete declaration.
9216 (tui_initialize_readline: Delete redundant declaration.
9217 (struct tui_point): Delete definition.
9218 * tui/tui-data.h (struct tui_point): Define.
9219 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9220 * utils.c: Include "tui/tui.h".
9221 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9222 * printcmd.c [TUI]: Include "tui/tui.h".
9223 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9224 * tui/tui-command.c: Include "gdb_curses.h".
9225 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9226 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9227 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9228 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9229 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9230 * Makefile.in: Update all dependencies.
9231 (tui_hooks_h, gdb_curses_h): Define.
9232 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9233
9234 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
9235
9236 * objfiles.h (struct objfile): Remove unused fields auxf1 and
9237 auxf2. Add comments about some other rarely used fields.
9238
9239 2004-02-10 Andrew Cagney <cagney@redhat.com>
9240
9241 * Makefile.in (init.c): Fix script removing duplicates. Problem
9242 reported by Peter Schauer.
9243
9244 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9245
9246 * bcache.c (bcache_xmalloc): Use obstack_init instead of
9247 obstack_specify_allocation.
9248 * objfiles.c (allocate_objfile): Ditto.
9249 * solib-sunos.c (solib_add_common_symbols)
9250 (allocate_rt_common_objfile): Ditto.
9251 * symfile.c (reread_symbols): Ditto.
9252 * gdb_obstack.h: Add comment.
9253
9254 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9255
9256 * linespec.c (decode_line_1, locate_first_half)
9257 (decode_compound, lookup_prefix_sym): Update comments. Delete old
9258 commented out code.
9259
9260 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
9261
9262 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
9263 obstack_free.
9264
9265 2004-02-09 Andrew Cagney <cagney@redhat.com>
9266
9267 * blockframe.c (find_pc_partial_function): If find_pc_overlay
9268 fails, try find_pc_section. Fix PR c++/1267.
9269 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
9270 instead of find_pc_mapped_section.
9271 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
9272 not default to the section containing PC. Fix PR symtab/1519.
9273
9274 2004-02-09 Andrew Cagney <cagney@redhat.com>
9275
9276 * Makefile.in (mips-tdep.o): Update dependencies.
9277 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
9278 "trad-frame.h".
9279 (mips_unwind_pc): Return the pseudo PC register.
9280 (mips_unwind_dummy_id): New function.
9281 (mips16_fetch_instruction): New function.
9282 (mips32_fetch_instruction): New function.
9283 (struct mips_frame_cache): Define.
9284 (mips_mdebug_frame_cache): New function.
9285 (mips_mdebug_frame_this_id): New function.
9286 (mips_mdebug_frame_prev_register): New function.
9287 (mips_mdebug_frame_unwind): Define.
9288 (mips_mdebug_frame_sniffer): New function.
9289 (mips_mdebug_frame_base_address): New function.
9290 (mips_mdebug_frame_base): Define.
9291 (mips_mdebug_frame_base_sniffer): New function.
9292 (mips_gdbarch_init): Append unwind and base sniffers. Set
9293 unwind_dummy_id.
9294
9295 2004-02-08 Andrew Cagney <cagney@redhat.com>
9296
9297 * frame.c: Print both the register number and name.
9298
9299 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
9300 and a sed into a single sed. Make .c and .o patterns more robust.
9301 (OBS): Delete.
9302 (INIT_FILES): Replace OBS with COMMON_OBS.
9303 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
9304
9305 2004-02-08 Mark Kettenis <kettenis@gnu.org>
9306
9307 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
9308 the PT_WCOOKIE request.
9309
9310 2004-02-08 Andrew Cagney <cagney@redhat.com>
9311
9312 * mips-tdep.c (mips_unwind_pc): New function.
9313 (mips_gdbarch_init): Set mips_unwind_pc.
9314
9315 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
9316 (get_frame_id): Allow the UNKNOWN_FRAME.
9317 (frame_register_unwind, get_frame_type): Ditto.
9318
9319 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
9320 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
9321 unwind_dummy_id indicates a legacy frame.
9322
9323 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
9324 * configure: Re-generate.
9325
9326 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
9327 methods.
9328
9329 2004-02-08 Andrew Cagney <cagney@redhat.com>
9330
9331 * configure.in (CONFIG_ALL): Set to Makefile target, and not
9332 makefile macro.
9333 * configure: Re-generate.
9334 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
9335 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
9336 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
9337 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
9338 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
9339 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
9340 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
9341 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
9342 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
9343 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
9344
9345 2004-02-07 Andrew Cagney <cagney@redhat.com>
9346
9347 * Makefile.in: Update all dependencies.
9348
9349 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
9350 * configure: Re-generate.
9351 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
9352 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
9353 (COMMON_OBS): Add "main.o" and "annotate.o".
9354 (ANNOTATE_OBS): Delete.
9355 (OBS): Remove ANNOTATE_OBS.
9356 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
9357 CONFIG_INITS.
9358 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
9359 against CONFIG_OBS and "main.o".
9360 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
9361 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
9362
9363 * tui/tui-command.c: Include "gdb_string.h", delete register
9364 attribute, use ISO-C function signatures.
9365 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
9366 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9367 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
9368 * tui/tui.c: Ditto.
9369
9370 * tui/tui-command.c: Change variable and function names to lower
9371 case.
9372 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
9373 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
9374 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9375 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9376 * tui/tui-winsource.c, tui/tui.c: Ditto.
9377
9378 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9379
9380 * buildsym.c (free_pending_blocks, finish_block)
9381 (record_pending_block, make_blockvector, end_symtab): Replace
9382 symbol_obstack with objfile_obstack.
9383 * coffread.c (process_coff_symbol, coff_read_struct_type)
9384 (coff_read_enum_type): Ditto.
9385 * cp-namespace.c (initialize_namespace_symtab)
9386 (check_one_possible_namespace_symbol): Ditto.
9387 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
9388 (dwarf2_symbol_mark_computed): Ditto.
9389 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
9390 * elfread.c (elf_symtab_read): Ditto.
9391 * hpread.c (hpread_symfile_init, hpread_symfile_init)
9392 (hpread_read_enum_type, hpread_read_function_type)
9393 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
9394 Ditto.
9395 * jv-lang.c (get_java_class_symtab, add_class_symbol)
9396 (java_link_class_type): Ditto.
9397 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
9398 (new_symbol): Ditto.
9399 * minsyms.c (install_minimal_symbols): Ditto.
9400 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
9401 (terminate_minimal_symbol_table): Replace symbol_obstack with
9402 objfile_obstack.
9403 (free_objfile): Remove freeing of symbol_obstack.
9404 * objfiles.h: Remove symbol_obstack field.
9405 * pa64solib.c (add_to_solist): Replace symbol_obstack with
9406 objfile_obstack.
9407 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9408 symbol_obstack.
9409 (solib_add_common_symbols): Replace symbol_obstack with
9410 objfile_obstack.
9411 * somsolib.c (som_solib_add): Ditto.
9412 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9413 (common_block_start, common_block_end): Ditto.
9414 * symfile.c (reread_symbols): Remove freeing and init of
9415 symbol_obstack.
9416 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
9417 * symfile.h: Update comment.
9418 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
9419 stats printing.
9420 * symtab.c (symbol_set_names): Replace symbol_obstack with
9421 objfile_obstack.
9422 * symtab.h (struct general_symbol_info, struct minimal_symbol):
9423 Update comments.
9424 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
9425 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
9426 objfile_obstack.
9427
9428 2004-02-07 Andrew Cagney <cagney@redhat.com>
9429
9430 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
9431 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
9432 fields and variables.
9433 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
9434 (m_beInvisible): Delete macro.
9435 * tui/tui-data.h: Fix case case fields and variables.
9436 (m_genWinPtrIsNull): Delete macro.
9437 (tui_win_list): Rename winList.
9438 (TUI_SRC_WIN): Rename srcWin.
9439 (TUI_DISASM_WIN): Rename disassemWin.
9440 (TUI_DATA_WIN): Rename dataWin.
9441 (TUI_CMD_WIN): Rename cmdWin.
9442 (m_genWinPtrNotNull): Delete macro.
9443 (m_winPtrIsNull): Delete macro.
9444 (m_winPtrNotNull): Delete macro.
9445 (tui_win_is_source_type): Replace m_winIsSourceType
9446 (tui_win_is_auxillary): Replace m_winIsAuzillary.
9447 (tui_win_has_locator): Replace m_hasLocator.
9448 (tui_set_win_highlight): Replace m_setWinHighlightOn and
9449 m_setWinHighlightOff.
9450 * tui/tui-data.c: Update references.
9451 (tui_win_is_source_type, tui_set_win_highlight): New functions.
9452 (tui_win_has_locator, tui_win_is_auxillary): New functions.
9453 * tui/tui-command.c, tui/tui-disasm.c: Update references.
9454 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
9455 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
9456 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9457 * tui/tui-winsource.c, tui/tui.c: Ditto.
9458
9459 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9460
9461 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
9462 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
9463 StackGhost.
9464
9465 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
9466 variable `i6' to `i7'.
9467 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9468
9469 2004-02-07 Andrew Cagney <cagney@redhat.com>
9470
9471 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
9472 (TuiPoint, TuiPointPtr): Ditto.
9473 (TuiStatus, TuiStatusPtr): Ditto.
9474 (TuiWinType, TuiWinTypePtr): Ditto.
9475 (struct tui_point): Rename _TuiPoint.
9476 (tui_get_low_disassembly_address): Rename
9477 tuiGetLowDisassemblyAddress.
9478 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
9479 (tuiFree): Delete declaration.
9480 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
9481 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
9482 * tui/tui.c (tuiFree): Delete function.
9483 * cli/cli-cmds.c (disassemble_command): Update references.
9484 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
9485 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9486 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
9487 * tui/tui-winsource.c: Ditto.
9488
9489 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9490
9491 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
9492 coffstab_build_psymtabs, elfstab_build_psymtabs)
9493 (stabsect_build_psymtabs): Replace psymbol_obstack with
9494 objfile_obstack.
9495 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
9496 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
9497 Ditto.
9498 * dwarfread.c (scan_compilation_units): Ditto.
9499 * elfread.c (elfstab_offset_sections): Ditto.
9500 * hppa-tdep.c (read_unwind_info): Ditto.
9501 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
9502 (hpread_end_psymtab): Ditto.
9503 * mdebugread.c (mdebug_build_psymtabs, add_pending)
9504 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
9505 Ditto.
9506 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
9507 * objfiles.c (add_to_objfile_sections)
9508 (build_objfile_section_table): Ditto.
9509 (allocate_objfile): Remove init of psymbol_obstack.
9510 (free_objfile): Remove freeing of psymbol_obstack.
9511 * objfiles.h (struct objfile): Remove field
9512 psymbol_obstack. Update comments.
9513 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
9514 psymbol_obstack with objfile_obstack.
9515 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9516 psymbol_obstack.
9517 * somread.c (som_symfile_offsets, init_import_symbols)
9518 (init_export_symbols): Replace psymbol_obstack with
9519 objfile_obstack.
9520 * somsolib.c (som_solib_add_solib_objfile): Ditto.
9521 * symfile.c (default_symfile_offsets, syms_from_objfile)
9522 (reread_symbols): Remove freeing and init of psymbol_obstack.
9523 (cashier_psymtab): Update comment.
9524 * symmisc.c (print_objfile_statistics): Don't report stats for
9525 psymbol obstack.
9526 * symtab.h (struct general_symbol_info, struct partial_symtab):
9527 Update comments.
9528 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
9529 (xcoff_symfile_offsets): Replace psymbol_obstack with
9530 objfile_obstack.
9531
9532 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9533
9534 * objfiles.h (struct objfile): Add objfile_obstack field.
9535 Remove type_obstack field.
9536
9537 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
9538 read_structure_scope read_enumeration, new_symbol): Replace
9539 type_obstack with objfile_obstack.
9540 * dwarfread.c (struct_type, enum_type): Ditto.
9541 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
9542 (lookup_fundamental_type): Ditto.
9543 * gdbtypes.h (TYPE_ALLOC): Ditto.
9544 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
9545 (hpread_read_doc_function_type, hpread_read_struct_type)
9546 (fix_static_member_physnames, hpread_read_array_type)
9547 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
9548 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
9549 (java_link_class_type): Ditto.
9550 * mdebugread.c (parse_type): Ditto.
9551 * objfiles.c (allocate_objfile, free_objfile): Ditto.
9552 * solib-sunos.c (solib_add_common_symbols): Ditto.
9553 * stabsread.c (define_symbol, read_type, read_member_functions,
9554 read_cpp_abbrev, read_one_struct_field): Ditto.
9555 * symfile.c (reread_symbols): Ditto.
9556 * symmisc.c (print_objfile_statistics): Ditto.
9557
9558 2004-02-07 Andrew Cagney <cagney@redhat.com>
9559
9560 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
9561 (tui_exec_info_content): Rename TuiExecInfoContent.
9562 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
9563 (TuiWinInfo, TuiWinInfoPtr): Ditto.
9564 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
9565 (TuiList, TuiListPtr): Ditto.
9566 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
9567 (TuiDataType, TuiDataTypePtr): Ditto.
9568 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
9569 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
9570 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
9571 (TuiSourceElement, TuiSourceElementPtr): Ditto.
9572 (TuiDataElement, TuiDataElementPtr): Ditto.
9573 (TuiWinElement, TuiWinElementPtr): Ditto.
9574 (TuiDataInfo, TuiDataInfoPtr): Ditto.
9575 (TuiCommandElement, TuiCommandElementPtr): Ditto.
9576 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
9577 (TuiWhichElement, TuiWhichElementPtr): Ditto.
9578 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
9579 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
9580 * tui/tui-command.c, tui/tui-data.c: Update references.
9581 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
9582 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9583 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9584 * tui/tui-winsource.c, tui/tui.c: Ditto.
9585
9586 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9587
9588 * dwarf2-frame.h: Update copyright.
9589 (enum dwarf2_frame_reg_rule): New.
9590 (struct dwarf2_frame_state_reg): New.
9591 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
9592 * dwarf2-frame.c: Update copyright.
9593 (enum dwarf2_reg_rule): Remove.
9594 (struct dwarf2_frame_state): Remove defenition of `struct
9595 dwarf2_frame_state_reg'.
9596 (read_reg): Call get_frame_arch to get the architecture instead of
9597 using CURRENT_GDBARCH.
9598 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
9599 DWARF2_FRAME_.
9600 (dwarf2_frame_init_reg): New function.
9601 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
9602 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
9603 initialize the register state. Prefix old `enum dwarf2_reg_rule'
9604 tags with DWARF2_FRAME_.
9605 (dwarf2_frame_prev_register): Call get_frame_arch to get the
9606 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
9607 dwarf2_reg_rule' tags with DWARF2_FRAME_.
9608
9609 2004-02-06 Andrew Cagney <cagney@redhat.com>
9610
9611 * tui/tui-data.h (struct tui_list): Rename _TuiList.
9612 (enum tui_data_type): Rename _TuiDataType.
9613 (struct tui_layout_def): Rename _TuiLayoutDef.
9614 (struct tui_source_element): Rename _TuiSourceElement.
9615 (struct tui_data_element): Rename _TuiDataElement.
9616 (struct tui_command_element): Rename _TuiCommandElement.
9617 (struct tui_locator_element): Rename _TuiLocatorElement.
9618 (union tui_which_element): Define.
9619 (struct tui_win_element): Rename _TuiWinElement.
9620 (struct tui_data_info): Rename _TuiDataInfo.
9621 (struct tui_source_info): Rename _TuiSourceInfo.
9622 (struct tui_command_info): Rename _TuiCommandInfo.
9623 (tui_initialize_static_data): Rename initializeStaticData.
9624 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
9625 (tui_alloc_win_info): Rename allocWinInfo.
9626 (tui_init_generic_part): Rename initGenericPart.
9627 (tui_init_win_info): Rename initWinInfo.
9628 (tui_alloc_content): Rename allocContent.
9629 (tui_add_content_elements): Rename addContentElements.
9630 (tui_init_content_element): Rename initContentElement.
9631 (tui_free_window): Rename freeWindow.
9632 (tui_free_win_content): Rename freeWinContent.
9633 (tui_free_data_content): Rename freeDataContent.
9634 (tui_free_all_source_wins_content): Rename
9635 freeAllSourceWinsContent.
9636 (tui_del_window): Rename tuiDelWindow.
9637 (tui_del_data_windows): Rename tuiDelDataWindows.
9638 (tui_partial_win_by_name): Rename partialWinByName.
9639 (tui_win_name): Rename winName.
9640 (tui_current_layout): Rename currentLayout.
9641 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
9642 (tui_term_height): Rename termHeight.
9643 (tui_set_term_height_to): Rename setTermHeightTo.
9644 (tui_term_width): Rename termWidth.
9645 (tui_set_term_width_to): Rename setTermWidthTo.
9646 (tui_set_gen_win_origin): Rename setGenWinOrigin.
9647 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
9648 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
9649 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
9650 (tui_source_windows): Rename sourceWindows.
9651 (tui_clear_source_windows): Rename clearSourceWindows.
9652 (tui_clear_source_windows_detail): Rename
9653 clearSourceWindowsDetail.
9654 (tui_clear_win_detail): Rename clearWinDetail.
9655 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
9656 (tui_default_tab_len): Rename tuiDefaultTabLen.
9657 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
9658 (tui_win_with_focus): Rename tuiWinWithFocus.
9659 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
9660 (tui_layout_def): Rename tuiLayoutDef.
9661 (tui_win_resized): Rename tuiWinResized.
9662 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
9663 (tui_next_win): Rename tuiNextWin.
9664 (tui_prev_win): Rename tuiPrevWin.
9665 (tui_add_to_source_windows): Rename addToSourceWindows.
9666 * tui/tui-winsource.c, tui/tui-win.c: Update references.
9667 * tui/tui-layout.c, tui/tui-source.c: Ditto.
9668 * tui/tui-stack.c, tui/tui-io.c: Ditto.
9669 * tui/tui.c, tui/tui-data.c: Ditto.
9670 * tui/tui-interp.c, tui/tui-data.c: Ditto.
9671 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
9672
9673 * tui/tui-source.h: Update copyright. Include "tui-data.h".
9674 (struct symtab): Declare.
9675 (tui_set_source_content): Rename tuiSetSourceContent.
9676 (tui_show_symtab_source): Rename tuiShowSource.
9677 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
9678 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
9679 * tui/tui-source.c: Update copyright. Update references.
9680 * tui/tui-win.c, tui/tui-winsource.c: Update references.
9681 * tui/tui-stack.c: Update references.
9682
9683 * tui/tui-win.h: Update copyright. Include "tui-data.h".
9684 (struct tui_win_info): Declare.
9685 (tui_scroll_forward): Rename tuiScrollForward.
9686 (tui_scroll_backward): Rename tuiScrollBackward.
9687 (tui_scroll_left): Rename tuiScrollLeft.
9688 (tui_scroll_right): Rename tuiScrollRight.
9689 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
9690 (tui_resize_all): Rename tuiResizeAll.
9691 (tui_refresh_all_win): Rename tuiRefreshAll.
9692 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
9693 * tui/tui-layout.c, * tui/tui-io.c: Update references.
9694 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
9695 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
9696
9697 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
9698 (tui_erase_data_content): Rename tuiEraseDataContent.
9699 (tui_display_all_data): Rename tuiDisplayAllData.
9700 (tui_check_data_values): Rename tuiCheckDataValues.
9701 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
9702 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
9703 (tui_first_data_element_no_in_line): Rename
9704 tuiFirstDataElementNoInLine.
9705 (tui_delete_data_content_windows): Rename
9706 tuiDeleteDataContentWindows.
9707 (tui_refresh_data_win): Rename tuiRefreshDataWin.
9708 (tui_display_data_from): Rename tuiDisplayDataFrom.
9709 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
9710 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
9711 * tui/tui-win.c, tui/tui-regs.c: Update references.
9712 * tui/tui-layout.c, tui/tui.c: Update references.
9713
9714 * tui/tui-wingeneral.h: Update copyright.
9715 (m_allBeVisible): Delete macro.
9716 (m_allBeInvisible): Delete macro.
9717 (struct tui_gen_win_info): Declare.
9718 (struct tui_win_info): Declare.
9719 (tui_unhighlight_win): Rename unhighlightWin.
9720 (tui_make_visible, tui_make_invisible): Replace makeVisible.
9721 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
9722 (tui_make_window): Rename makeWindow.
9723 (tui_copy_win): Rename copyWin.
9724 (tui_box_win): Rename boxWin.
9725 (tui_highlight_win): Rename highlightWin.
9726 (tui_check_and_display_highlight_if_needed): Rename
9727 checkAndDisplayHighlightIfNeeded.
9728 (tui_refresh_all): Rename refreshAll.
9729 (tui_delete_win): Rename tuiDelwin.
9730 (tui_refresh_win): Rename tuiRefreshWin.
9731 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
9732 (tui_make_visible, tui_make_invisible): New functions.
9733 (tui_make_all_visible, tui_make_all_invisible): New functions.
9734 (make_all_visible): Rename makeAllVisible.
9735 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
9736 * tui/tui-data.c, tui/tui-winsource.c: Update references.
9737 * tui/tui-windata.c, tui/tui-win.c: Update references.
9738 * tui/tui-regs.c, tui/tui-layout.c: Update references.
9739 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
9740
9741 2004-02-06 Mark Kettenis <kettenis@gnu.org>
9742
9743 * proc-api.c (write_with_trace): Initialize local variable to
9744 silence compiler warning.
9745
9746 2004-02-06 Andrew Cagney <cagney@redhat.com>
9747
9748 * tui/tui-source.h: Do not include "defs.h".
9749 (struct tui_win_info): Declare.
9750 (tui_set_source_content_nil): Declare.
9751 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
9752 (union tui_line_or_address): Rename _TuiLineOrAddress.
9753 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
9754 (tui_update_source_window): Rename tuiUpdateSourceWindow.
9755 (tui_update_source_window_as_is): Rename
9756 tuiUpdateSourceWindowAsIs.
9757 (tui_update_source_windows_with_addr): Rename
9758 tuiUpdateSourceWindowsWithAddr.
9759 (tui_update_source_windows_with_line): Rename
9760 tuiUpdateSourceWindowsWithLine.
9761 (tui_clear_source_content): Rename tuiClearSourceContent.
9762 (tui_erase_source_content): Rename tuiEraseSourceContent.
9763 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
9764 (tui_show_source_content): Rename tuiShowSourceContent.
9765 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
9766 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
9767 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
9768 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
9769 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
9770 (tui_update_exec_info): Rename tuiUpdateExecInfo.
9771 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
9772 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
9773 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
9774 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
9775 (struct tui_win_info): Declare.
9776 * tui/tui-stack.c: Update references.
9777 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
9778 * tui/tui-win.c, tui/tui-source.c: Ditto.
9779 * tui/tui.c, tui/tui-disasm.c: Ditto.
9780
9781 2004-02-06 Mark Kettenis <kettenis@gnu.org>
9782
9783 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
9784 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
9785
9786 2004-02-05 Mark Kettenis <kettenis@gnu.org>
9787
9788 * infrun.c (handle_inferior_event): Allow for breakpoint
9789 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
9790 and SIGEMT. Update comments.
9791 * NEWS (Revised SPARC target): Mention support for non-executable
9792 stack.
9793
9794 2004-02-04 Mark Kettenis <kettenis@gnu.org>
9795
9796 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
9797 * inftarg.c: Update copyright year.
9798 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
9799 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
9800 (sparc_xfer_wcookie): New function.
9801 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9802 * Makefile.in (sparc-nat.o): Update dependencies.
9803 * config/sparc/nm-nbsd.h: Include "target.h".
9804 (NATIVE_XFER_WCOOKIE): New define.
9805 (sparc_xfer_wcookie): New prototype.
9806
9807 2004-02-04 Andrew Cagney <cagney@redhat.com>
9808
9809 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
9810 SYSCALL_TRAP function.
9811 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
9812
9813 2004-02-04 Andrew Cagney <cagney@redhat.com>
9814 Daniel Jacobowitz <drow@mvista.com>
9815
9816 * objfiles.h: Delete comments refering to inside_entry_func and
9817 DEPRECATED_FRAME_CHAIN_VALID.
9818 * defs.h (inside_entry_func): Update prototype..
9819 * blockframe.c (inside_entry_func): Rename to
9820 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
9821 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
9822
9823 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
9824
9825 * breakpoint.c (struct captured_parse_breakpoint_args): Move
9826 outside of #ifdef SOLIB_ADD region.
9827 (do_restore_lang_radix_cleanup): Ditto.
9828 (resolve_pending_breakpoint): Ditto.
9829
9830 2004-02-03 Andrew Cagney <cagney@redhat.com>
9831
9832 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
9833 (process_note_abi_tag_sections): Delete unused function.
9834 (ia64_read_fp): Delete unused function.
9835 (gdbarch_extract_struct_value_address): Delete declaration.
9836
9837 2004-02-02 Andrew Cagney <cagney@redhat.com>
9838
9839 * vax-tdep.c (vax_frame_chain): Delete call to
9840 deprecated_inside_entry_file.
9841 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
9842
9843 2004-02-02 Mark Kettenis <kettenis@gnu.org>
9844
9845 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
9846 column that's "empty" or "same value" when eliminating REG_RA
9847 rules.
9848
9849 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9850
9851 * NEWS: Add information about new pending breakpoint support.
9852
9853 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9854
9855 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
9856 and pending fields for pending breakpoint support.
9857 * breakpoint.c (breakpoint_enabled): Add check for not pending.
9858 (condition_command): Only parse condition if not a pending
9859 breakpoint.
9860 (print_one_breakpoint): Add support for pending breakpoints.
9861 (describe_other_breakpoints): Add checks to verify we are not
9862 dealing with pending breakpoints.
9863 (check_duplicates): Don't check pending breakpoints.
9864 (set_raw_breakpoint): Initialize pending flag.
9865 (do_restore_lang_radix_cleanup): New cleanup routine.
9866 (resolve_pending_breakpoint): New function.
9867 (re_enable_breakpoints_in_shlibs): Try and resolve any
9868 pending breakpoints via resolve_pending_breakpoint.
9869 (mention): Add pending breakpoint support.
9870 (parse_breakpoint_sals): Add new parameter to pass to
9871 decode_line_1 to indicate silent errors when files or functions
9872 are not found. Change all callers.
9873 (do_captured_parse_breakpoint): New function.
9874 (break_command_1): Change prototype to return an rc value and to
9875 take an optional pending breakpoint pointer. Support creating
9876 a pending breakpoint if a "not found" form of error occurs when
9877 parsing the breakpoint. Also support resolving an existing pending
9878 breakpoint and be silent if the resolution fails.
9879 (create_breakpoints): Change prototype to take pending breakpoint
9880 pointer. When resolving a pending breakpoint, use the new pointer
9881 to provide a conditional or commands added by the end-user.
9882 (delete_breakpoint): Add appropriate check for pending.
9883 (breakpoint_re_set_one): Ditto.
9884 (do_enable_breakpoint): Ditto.
9885
9886 2004-02-02 David Carlton <carlton@kealia.com>
9887
9888 * valops.c (enum oload_classification): New.
9889 (find_overload_match): Break implementation into separate
9890 functions; delete #if 0'd code; look for symbols within
9891 namespaces.
9892 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
9893 (find_oload_champ,oload_method_static,classify_oload_match): New.
9894 * cp-support.h: Add declaration for cp_func_name; update
9895 declaration for make_symbol_overload_list.
9896 * cp-support.c (cp_func_name): New.
9897 (overload_list_add_symbol): Fix comment, use
9898 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
9899 (make_symbol_overload_list): Take a function name and a namespace
9900 instead of a symbol; change implementation.
9901 (make_symbol_overload_list_using): New.
9902 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
9903
9904 2004-02-02 Fred Fish <fnf@redhat.com>
9905
9906 * main.c (gdb_stdtarg): Move definition to group with other
9907 gdb_stdtarg definitions and update copyright years.
9908 * remote-sim.c (gdb_os_write_stderr): Write output to
9909 gdb_stdtargerr stream instead of gdb_stdtarg stream.
9910 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
9911 gdb_stderr stream and update copyright years.
9912
9913 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9914
9915 * Makefile.in (mips-linux-nat.o): Update dependencies.
9916 * mips-linux-nat.c: Include mips-tdep.h.
9917
9918 2004-02-01 Roland McGrath <roland@redhat.com>
9919
9920 * sol-thread.c (sol_thread_xfer_partial): New function.
9921 (init_sol_thread_ops): Use that for to_xfer_partial hook.
9922 (init_sol_core_ops): Likewise.
9923
9924 * procfs.c (procfs_xfer_partial): New function.
9925 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
9926 * Makefile.in (procfs.o): Add $(auxv_h) dep.
9927
9928 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
9929 procfs_xfer_auxv function.
9930
9931 * procfs.c (procfs_make_note_section): If we can read
9932 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
9933 * linux-proc.c (linux_make_note_section): Likewise.
9934
9935 * auxv.h: New file.
9936 * auxv.c: New file.
9937 * Makefile.in (auxv_h): New variable.
9938 (COMMON_OBS): Add auxv.o here.
9939 (auxv.o): New target.
9940
9941 * corelow.c (core_xfer_partial): New function.
9942 (init_core_ops): Use it for core_ops.to_xfer_partial.
9943
9944 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
9945 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
9946 macro if that is defined.
9947
9948 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9949
9950 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
9951 and check the specified thread for each breakpoint.
9952 * breakpoint.h (bpstat_stop_status): Update prototype.
9953 * infrun.c (handle_inferior_event): Update calls to
9954 bpstat_stop_status.
9955
9956 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9957
9958 * Makefile.in (cli-cmds.o): Add $(readline_h).
9959
9960 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9961
9962 * cli/cli-cmds.c: Include readline.h.
9963 (complete_command): Pass the start of the last word to
9964 complete_line.
9965
9966 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9967
9968 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
9969 argument, and change first argument to a CORE_ADDR.
9970 * breakpoint.h (bpstat_stop_status): Update prototype.
9971 * infrun.c (adjust_pc_after_break): Add a new comment.
9972 (handle_inferior_event): Update calls to bpstat_stop_status.
9973
9974 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9975
9976 * breakpoint.h: Update copyright years.
9977
9978 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9979
9980 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
9981 (bpstat_stop_status): Don't decrement PC.
9982 * breakpoint.h (software_breakpoint_inserted_here_p): Add
9983 prototype.
9984 * infrun.c (adjust_pc_after_break): New function.
9985 (handle_inferior_event): Call it, early. Remove later references
9986 to DECR_PC_AFTER_BREAK.
9987 (normal_stop): Add commentary.
9988
9989 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9990
9991 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
9992 2004-01-27 double-free fix.
9993
9994 2004-01-31 Mark Kettenis <kettenis@gnu.org>
9995
9996 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9997 (sparc32_frame_prev_register): Handle StackGhost.
9998 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9999
10000 2004-01-29 Roland McGrath <roland@redhat.com>
10001
10002 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10003 * configure: Regenerated.
10004
10005 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10006 * Makefile.in (procfs.o): Add dep.
10007
10008 2004-01-28 Andrew Cagney <cagney@redhat.com>
10009
10010 * tui/tui-stack.h: Update copyright.
10011 (struct frame_info): Add opaque declaration.
10012 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10013 (tui_show_locator_content): Rename tuiShowLocatorContent.
10014 (tui_show_frame_info): Rename tuiShowFrameInfo.
10015 * tui/tui-stack.c: Update copyright. Update references.
10016 * tui/tui-winsource.c: Update references.
10017 * tui/tui-win.c: Update references.
10018 * tui/tui-layout.c: Update references.
10019 * tui/tui-hooks.c: Update copyright, update references.
10020 * tui/tui.c: Update copyright, update references.
10021 * tui/tui-disasm.c: Update references.
10022
10023 2004-01-28 David Carlton <carlton@kealia.com>
10024
10025 * dwarf2read.c (add_partial_structure): Use demangled name if
10026 namespace equals "".
10027
10028 2004-01-27 Jim Blandy <jimb@redhat.com>
10029
10030 Clean up misapplied patch:
10031 * dwarf2read.c (determine_prefix): Change one of the two forward
10032 declarations for 'determine_prefix_aux' to a declaration for this.
10033 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10034 argument to 'die_specification'.
10035
10036 * dwarf2read.c (read_func_scope): Re-indent comment.
10037
10038 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10039
10040 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10041 b->exp to NULL after freeing so that error during re-parsing or
10042 evaluation of expressions associated with breakpoint don't
10043 eventually lead to re-freeing of storage.
10044 Committed by Andrew Cagney.
10045
10046 2004-01-27 Andrew Cagney <cagney@redhat.com>
10047
10048 * source.c (ambiguous_line_spec): Delete undefined declaration.
10049 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10050 (m32r_set_server_address, m32r_set_download_path): Ditto.
10051 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10052
10053 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10054
10055 * dwarf2read.c: Update calls to changed and renamed functions, and
10056 references to moved variables.
10057
10058 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10059 language, language_defn, list_in_scope, and ftypes members.
10060 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10061 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10062 (baseaddr): Remove globals.
10063
10064 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10065 (set_cu_language, die_is_declaration, die_specification)
10066 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10067 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10068 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10069 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10070
10071 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10072 cu.list_in_scope. Don't initialize cu_header_offset.
10073 (add_partial_symbol): Add local baseaddr.
10074 (psymtab_to_symtab_1): Add local baseaddr. Use
10075 objfile->section_offsets for consistency. Don't initialize
10076 cu_header_offset; do initialize cu.header.offset and
10077 cu.list_in_scope.
10078 (read_file_scope, read_func_scope, read_lexical_block_scope)
10079 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10080
10081 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10082
10083 * PROBLEMS: Add gdb/1516.
10084
10085 2003-12-29 Robert Millan <robertmh@gnu.org>
10086
10087 Patch committed by Andrw Cagney.
10088 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10089 * configure.tgt: Match knetbsd*-gnu.
10090
10091 2004-01-26 Andrew Cagney <cagney@redhat.com>
10092
10093 * breakpoint.c (catch_command_1): Delete #ifdef code.
10094 (catch_fork_command_1): Delete #ifdef wrapper.
10095 (catch_exec_command_1): Ditto.
10096 (catch_load_command_1): Ditto.
10097 (catch_unload_command_1): Ditto.
10098
10099 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10100 (catch_breakpoint): Delete #if0ed function.
10101 (disable_catch_breakpoint): Ditto.
10102 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10103 (disable_catch, enable_catch, delete_catch): Ditto.
10104
10105 2004-01-26 Andrew Cagney <cagney@redhat.com>
10106
10107 * remote.c (echo_check, quit_flag): Delete variables.
10108 (cisco_kernel_mode): Delete variable.
10109 (minitelnet_return, tty_input, escape_count): Delete variables.
10110 (remote_cisco_mode): Delete variable.
10111 (remote_cisco_open, remote_cisco_close): Delete function.
10112 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10113 (init_remote_cisco_ops): Delete function.
10114 (_initialize_remote): Do not install "remote cisco" code.
10115 (read_frame): Delete cisco specific code.
10116 (remote_info_process): Delete function.
10117 (remote_wait): Delete cisco specific code.
10118 (remote_cisco_section_offsets): Delete function.
10119 (remote_cisco_objfile_relocate): Delete function.
10120 (remote_async_wait): Delete cisco specific code.
10121 (minitelnet, readtty, readsocket): Delete function.
10122
10123 2004-01-26 Andrew Cagney <cagney@redhat.com>
10124
10125 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10126 comments mentioning extract_returned_value_address.
10127 * infcmd.c (print_return_value): Update. Add comments on
10128 extract_returned_value_address.
10129 * stack.c (return_command): Add comments on
10130 extract_returned_value_address.
10131 * values.c: Update comment.
10132 * m32r-tdep.c: Update comment.
10133 * sparc-tdep.c: Update comment.
10134 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
10135 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10136 * sh64-tdep.c (sh64_gdbarch_init): Update.
10137 * sh-tdep.c (sh_gdbarch_init): Update.
10138 * s390-tdep.c (s390_gdbarch_init): Update.
10139 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10140 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10141 * m68k-tdep.c (m68k_gdbarch_init): Update.
10142 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10143 * m32r-tdep.c (m32r_gdbarch_init): Update.
10144 * ia64-tdep.c (ia64_gdbarch_init): Update.
10145 * h8300-tdep.c (h8300_gdbarch_init): Update.
10146 * frv-tdep.c (frv_gdbarch_init): Update.
10147 * arm-tdep.c (arm_gdbarch_init): Update.
10148 * alpha-tdep.c (alpha_gdbarch_init): Update.
10149
10150 2004-01-26 Andrew Cagney <cagney@redhat.com>
10151
10152 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
10153 SYMBOL_LOCATION_FUNCS
10154 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
10155 "struct symbol_ops".
10156 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
10157 type to "struct symbol_ops".
10158 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
10159 (struct symbol): Replace ".aux_value.loc.funcs" and
10160 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
10161 (SYMBOL_OBJFILE): Delete macro.
10162 (SYMBOL_LOCATION_FUNCS): Delete macro.
10163 (SYMBOL_LOCATION_BATON): Update.
10164 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10165 intead of SYMBOL_LOCATION_FUNCS.
10166 * ax-gdb.c (gen_var_ref): Ditto.
10167 * printcmd.c (address_info): Ditto.
10168 * findvar.c (read_var_value): Ditto.
10169 (symbol_read_needs_frame): Ditto.
10170
10171 2004-01-26 Andrew Cagney <cagney@redhat.com>
10172
10173 * dwarf2read.c (read_func_scope): Document frame-base hack.
10174
10175 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10176
10177 * infcmd.c (print_return_value): Plug memory leak; delete
10178 ui_stream object. Rename argument `structure_return' to
10179 `struct_return'.
10180
10181 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10182
10183 * infcmd.c (print_return_value): Wrap long lines.
10184 (finish_command_continuation, finish_command): Remove unused
10185 variable `funcaddr'. Fix some coding-standards problems.
10186
10187 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
10188 SECT_SIZE is large enough, not whether it's exactly the right size.
10189 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10190 TDEP->fpregset to zero.
10191
10192 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
10193 floating-point registers for traditional NetBSD core files.
10194 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10195 TDEP->sizeof_fpregset here.
10196
10197 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10198
10199 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10200 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10201 function with code split out from
10202 sparc32nbsd_sigcontext_frame_cache.
10203 (sparc32nbsd_sigcontext_frame_cache): Use
10204 sparc32nbsd_sigcontext_saved_regs.
10205 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10206 OpenBSD.
10207 * sparcobsd-tdep.c: New file.
10208 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10209 (sparcobsd-tdep.o): New dependency.
10210 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10211 * config/sparc/obsd.mt: New file.
10212
10213 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10214 TDEP->fpregset to be initialized to enable core file register
10215 sets.
10216
10217 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10218
10219 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
10220 Add opaque declarations.
10221 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10222 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10223 function with code split out from
10224 sparc64nbsd_sigcontext_frame_cache.
10225 (sparc64nbsd_sigcontext_frame_cache): Use
10226 sparc64nbsd_sigcontext_saved_regs.
10227 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10228 OpenBSD.
10229 * sparc64obsd-tdep.c: New file.
10230 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10231 (sparc64obsd-tdep.o): New dependency.
10232 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10233 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10234 * config/sparc/obsd64.mt: New file.
10235
10236 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
10237 read the instruction at PC.
10238
10239 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
10240 value of GDB_OSABI_DEFAULT.
10241 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
10242 instead of GDB_OSABI_NETBSD_AOUT.
10243
10244 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
10245
10246 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
10247 copyright.
10248
10249 2004-01-23 Andrew Cagney <cagney@redhat.com>
10250
10251 * printcmd.c (display_command): Replace tui_set_display call with
10252 tui_set_layout_for_display_command.
10253 * tui/tui.h (enum tui_win_type): Define.
10254 (tui_set_layout): Delete declaration.
10255 (tui_set_layout_for_display_command): Rename set_tui_layout.
10256 * tui/tui-data.h (enum tui_layout_type): Define.
10257 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10258 "tui.h".
10259 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
10260 (tui_default_win_height): Rename tuiDefaultWinHeight.
10261 (tui_default_win_viewport_height): Rename
10262 tuiDefaultWinViewportHeight.
10263 (tui_set_layout): RenametuiSetLayout.
10264 * tui/tui-layout.c: Update references.
10265 * tui/tui.c: Update references.
10266 * tui/tui-disasm.c: Update references.
10267
10268 2004-01-23 David Carlton <carlton@kealia.com>
10269
10270 Partial workaround for PR c++/1511:
10271 * cp-namespace.c: Include frame.h.
10272 (cp_lookup_transparent_type): New
10273 (cp_lookup_transparent_type_loop): New.
10274 * cp-support.h: Declare cp_lookup_transparent_type.
10275 * symtab.c (basic_lookup_transparent_type): Renamed from
10276 lookup_transparent_type.
10277 (lookup_transparent_type): Replace old body by a call to
10278 current_language->la_lookup_transparent_type.
10279 * symtab.h: Update copyright. Declare
10280 basic_lookup_transparent_type.
10281 * language.h: Update copyright.
10282 (struct language_defn): Add la_lookup_transparent_type.
10283 * language.c: Update copyright.
10284 (unknown_language_defn): Add basic_lookup_transparent_type.
10285 (auto_language_defn): Add basic_lookup_transparent_type.
10286 (local_language_defn): Add basic_lookup_transparent_type.
10287 * ada-lang.c: Update copyright.
10288 (ada_language_defn): Add basic_lookup_transparent_type.
10289 * c-lang.c: Update copyright.
10290 (c_language_defn): Add basic_lookup_transparent_type.
10291 (cplus_language_defn): Add basic_lookup_transparent_type.
10292 (asm_language_defn): Add basic_lookup_transparent_type.
10293 (minimal_language_defn): Add basic_lookup_transparent_type.
10294 * f-lang.c: Update copyright.
10295 (f_language_defn): Add basic_lookup_transparent_type.
10296 * jv-lang.c: Update copyright.
10297 (java_language_defn): Add basic_lookup_transparent_type.
10298 * m2-lang.c: Update copyright.
10299 (m2_language_defn): Add basic_lookup_transparent_type.
10300 * objc-lang.c: Update copyright.
10301 (objc_language_defn): Add basic_lookup_transparent_type.
10302 * p-lang.c: Update copyright.
10303 (p_language_defn): Add basic_lookup_transparent_type.
10304 * scm-lang.c: Update copyright.
10305 (scm_language_defn): Add basic_lookup_transparent_type.
10306 * Makefile.in (cp-namespace.o): Depend on frame.h.
10307
10308 2004-01-23 David Carlton <carlton@kealia.com>
10309
10310 Patch for PR c++/1520:
10311 * dwarf2read.c (read_func_scope): Set processing_current_prefix
10312 properly if we have a specification die.
10313 (determine_prefix_aux): Rename from determine_prefix.
10314 (determine_prefix): Like the old determine_prefix, but never
10315 returns NULL.
10316
10317 2004-01-23 Theodore A. Roth <troth@openavr.org>
10318
10319 * avr-tdep.c: Update copyright.
10320 (avr_iaddr_p): Delete unused function.
10321 (avr_saddr_p): Delete unused function.
10322
10323 2004-01-23 David Carlton <carlton@kealia.com>
10324
10325 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
10326 Fix for PR symtab/1534.
10327
10328 2004-01-23 Mark Kettenis <kettenis@gnu.org>
10329
10330 * NEWS (New native configurations): Mention OpenBSD/sparc and
10331 OpenBSD/sparc64.
10332 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
10333 * configure.host: Likewise.
10334 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
10335 handler for OpenBSD.
10336 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
10337
10338 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10339
10340 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
10341 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
10342
10343 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
10344 * cli/cli-cmds.c (shell_escape): Likewise.
10345
10346 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
10347 OpenBSD .note.openbsd.ident sections.
10348
10349 2004-01-22 David Carlton <carlton@kealia.com>
10350
10351 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
10352 get_scope_pc_bounds.
10353 (read_file_scope): Ditto.
10354 (get_scope_pc_bounds): New function, produced by extracting code
10355 from the above two functions, consolidating it, and adding support
10356 for DW_TAG_namespace.
10357
10358 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10359
10360 * osabi.c (MAX_NOTESZ): New define.
10361 (check_note): New function.
10362 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
10363 check_note.
10364
10365 2004-01-21 Roland McGrath <roland@redhat.com>
10366
10367 * MAINTAINERS (write after approval): Add myself.
10368
10369 2004-01-21 Eli Zaretskii <eliz@gnu.org>
10370
10371 * utils.c (init_page_info): Move declarations of `rows' and
10372 `cols' before the __GO32__-specific code. Move the closing brace
10373 outside the #ifdef __GO32__..#endif block.
10374 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
10375
10376 2004-01-21 Paul Brook <paul@codesourcery.com>
10377
10378 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
10379 BPSTAT_WHAT_CHECK_SHLIBS.
10380
10381 2004-01-21 Paul Brook <paul@codesourcery.com>
10382
10383 * MAINTAINERS: Add myself to write-after-approval.
10384
10385 2004-01-20 Andrew Cagney <cagney@redhat.com>
10386
10387 * ax-gdb.c (print_axs_value): Delete unused function.
10388 * jv-lang.c (java_lookup_type): Delete unused function.
10389 * cli/cli-dump.c (dump_filetype): Delete unused function.
10390 * remote-mips.c (remote_mips_insert_hw_breakpoint)
10391 (remote_mips_remove_hw_breakpoint): Delete unused functions.
10392 (mips_getstring): Delete unused function.
10393 (pmon_insert_breakpoint): Delete #if0ed function.
10394 (PMON_MAX_BP): Delete #if0ed MACRO.
10395 (mips_pmon_bp_info): Delete #if0ed variable.
10396 (pmon_remove_breakpoint): Delete #if0ed function.
10397 * monitor.c (monitor_write_even_block): Delete unused function.
10398 (monitor_write_memory_block): Delete #if0ed code.
10399 * dink32-rom.c (dink32_load): Delete unused function.
10400 (_initialize_dink32_rom): Delete #if0ed code.
10401 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
10402
10403 * tui/tui-command.c: Update references.
10404 * tui/tui-io.c: Update references.
10405 * tui/tui-command.h: Update copyright.
10406 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
10407
10408 * source.c (ambiguous_line_spec): Delete never-defined function.
10409 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
10410 * gdbtypes.c (add_name, add_mangled_type): Ditto.
10411 * cli/cli-cmds.c (validate_comname): Ditto.
10412
10413 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
10414 "tui-data.h".
10415 (tui_set_disassem_content): Rename tuiSetDisassemContent.
10416 (tui_show_disassem): Rename tuiShowDisassem.
10417 (tui_show_disassem_and_update_source): Rename
10418 tuiVerticalDisassemScroll.
10419 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
10420 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
10421 * tui/tui.h: Update copyright.
10422 (enum tui_status): Define.
10423 * tui/tui-data.h (enum tui_scroll_direction): Define.
10424 * tui/tui-disasm.c: Update copyright. Update references.
10425 * tui/tui-winsource.c: Update copyright. Update references.
10426 * tui/tui-win.c: Update references.
10427 * tui/tui-layout.c: Update references.
10428
10429 2004-01-20 Andrew Cagney <cagney@redhat.com>
10430
10431 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
10432 sym2 to start of block.
10433
10434 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10435
10436 * MAINTAINERS: Delete mmalloc.
10437 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
10438 * NEWS: Mention removal of --with-malloc.
10439 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
10440 * config.in: Regenerate.
10441 * configure: Regenerate.
10442 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
10443 USE_MMALLOC, MMCHECK_FORCE.
10444 * gdbinit.in: Remove mmalloc.
10445 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
10446 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
10447 * config/i386/go32.mh: Likewise.
10448 * config/i386/interix.mh: Likewise.
10449 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10450
10451 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
10452
10453 * linespec.c (decode_variable, symtab_from_filename): Call
10454 error_silent with error message instead of throwing an exception
10455 directly.
10456 * defs.h (error_silent, error_output_message): Add prototypes.
10457 (catch_exceptions_with_msg): Ditto.
10458 * utils.c (error_silent, error_output_message): New functions.
10459 * top.c (catch_exceptions_with_msg): New function.
10460
10461 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
10462
10463 * mi/mi-cmds.h (enum print_values): Add definition.
10464
10465 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
10466 type and value for simple data types and just the name and type
10467 for complex ones, if required.
10468
10469 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
10470 children, if required.
10471
10472 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10473
10474 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
10475 unused declarations.
10476
10477 2004-01-19 Andrew Cagney <cagney@redhat.com>
10478
10479 * top.h (mapped_symbol_files): Delete declaration.
10480 * main.c (captured_main): Delete option "m" and "mapped".
10481 * objfiles.c (mapped_symbol_files): Delete variable.
10482 * symfile.c (symbol_file_command): Delete mmap code.
10483 (symbol_file_add_with_addrs_or_offsets): Ditto.
10484 (add_symbol_file_command, reread_separate_symbols): Ditto.
10485 * objfiles.h (OBJF_MAPPED): Delete.
10486 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
10487 (free_objfile) [USE_MMALLOC]: Ditto.
10488 (open_existing_mapped_file): Delete function.
10489 (open_mapped_file): Delete function.
10490 (map_to_file): Delete function.
10491
10492 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10493
10494 * infrun.c (step_into_function): Account for possible breakpoint
10495 adjustment when computing ``stop_func_start''.
10496
10497 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10498
10499 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
10500 the region size against the size of a pointer, not the size of
10501 a register as given by DEPRECATED_REGISTER_SIZE.
10502
10503 2004-01-19 Andrew Cagney <cagney@redhat.com>
10504
10505 * tui/tui-regs.h: Include "tui-data.h".
10506 (tuiFirstRegElementNoInLine): Delete declaration.
10507 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
10508 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
10509 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
10510 (tui_calculate_regs_column_count): Rename
10511 tuiCalculateRegsColumnCount.
10512 (tui_check_register_values): Rename tuiCheckRegisterValues.
10513 (tui_show_registers): Rename tuiShowRegisters.
10514 (tui_display_registers_from_line): Rename
10515 tuiDisplayRegistersFromLine.
10516 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
10517 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
10518 (tui_first_reg_element_no_inline): Rename
10519 tuiFirstRegElementNoInLine.
10520 * tui/tui-data.h: Update copyright.
10521 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
10522 * tui/tui-windata.c: Update copyright, update references.
10523 * tui/tui-regs.c: Update copyright, update references.
10524 * tui/tui-win.c: Update copyright, update references.
10525 * tui/tui-layout.c: Update copyright, update references.
10526
10527 2004-01-18 Andrew Cagney <cagney@redhat.com>
10528
10529 * tui/tui-io.c: Update copyright.
10530 (key_is_end_sequence, key_is_backspace): New functions.
10531 (key_is_command_char, key_is_start_sequence): New function.
10532 (tui_getc): Update references.
10533 * tui/tui-io.h: Update copyright.
10534 (m_tuiStartNewLine): Delete macro.
10535 (m_isBackspace, m_isDeleteChar): Delete macros.
10536 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
10537 (m_isNextPage, m_isPrevPage): Delete macros.
10538 (m_isLeftArrow, m_isRightArrow): Delete macros.
10539 (m_isXdbStyleCommandChar): Delete macro.
10540 (key_is_start_sequence): Declare, replace m_isStartSequence.
10541 (key_is_end_sequence): Declare, replace m_isEndSequence.
10542 (key_is_backspace): Declare ,replace m_isBackspace.
10543 (key_is_command_char): Declare, replace m_isCommandChar.
10544 * tui/tui-command.c: Update copyright.
10545 (tuiDispatchCtrlChar): Update references.
10546
10547 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
10548 tuiSourceWin.h.
10549
10550 * tui/tui-command.c: Rename tui/tuiCommand.c.
10551 * tui/tui-command.h: Rename tui/tuiCommand.h.
10552 * tui/tui-data.c: Rename tui/tuiData.c.
10553 * tui/tui-data.h: Rename tui/tuiData.h.
10554 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
10555 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
10556 * tui/tui-io.c: Rename tui/tuiIO.c.
10557 * tui/tui-io.h: Rename tui/tuiIO.h.
10558 * tui/tui-layout.c: Rename tui/tuiLayout.c.
10559 * tui/tui-layout.h: Rename tui/tuiLayout.h.
10560 * tui/tui-regs.c: Rename tui/tuiRegs.c.
10561 * tui/tui-regs.h: Rename tui/tuiRegs.h.
10562 * tui/tui-source.c: Rename tui/tuiSource.c.
10563 * tui/tui-source.h: Rename tui/tuiSource.h.
10564 * tui/tui-stack.c: Rename tui/tuiStack.c.
10565 * tui/tui-stack.h: Rename tui/tuiStack.h.
10566 * tui/tui-win.c: Rename tui/tuiWin.c.
10567 * tui/tui-win.h: Rename tui/tuiWin.h.
10568 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
10569 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
10570 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
10571 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
10572 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
10573 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
10574 * tui/tui-file.c: Update includes.
10575 * tui/tui-hooks.c: Update includes.
10576 * tui/tui-interp.c: Update includes.
10577 * tui/tui.c: Update includes.
10578 * Makefile.in: Update all tui/ dependencies.
10579 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
10580
10581 * Makefile.in: Update copyright. Update dependencies.
10582
10583 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
10584 problem.
10585
10586 2004-01-18 Andrew Cagney <cagney@redhat.com>
10587
10588 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
10589 instead of register_gdbarch_init.
10590
10591 * remote-sds.c (tohex): Delete unused function. Update copyright.
10592 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
10593 * v850-tdep.c (v850_register_virtual_size): Ditto.
10594 * target.c (normal_target_post_startup_inferior): Ditto.
10595 * source.c (ambiguous_line_spec): Ditto.
10596 * remote.c (adapt_remote_get_threadinfo): Ditto.
10597 * mi/mi-out.c (out_field_fmt): Ditto.
10598 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
10599 (output_control_change_notification): Ditto.
10600 * m68k-tdep.c (m68k_register_byte): Ditto.
10601 (m68k_remote_breakpoint_from_pc): Ditto.
10602 * ui-out.c (init_ui_out_state): Delete unused declaration.
10603 * stabsread.c (search_value): Ditto.
10604 * mi/mi-cmd-env.c (env_cli_command): Ditto.
10605 * maint.c (print_section_table): Ditto.
10606 * infrun.c (set_follow_fork_mode_command): Ditto.
10607
10608 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10609
10610 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
10611 DW_CFA_def_cfa_exporession. Add support for
10612 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
10613 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
10614
10615 2004-01-18 Andrew Cagney <cagney@redhat.com>
10616
10617 * ocd.c: Update copyright.
10618 (bdm_read_register_command): Delete unused function.
10619 (_initialize_remote_ocd): Delete commented out reference.
10620 (get_quoted_char, reset_packet): Delete #if0ed function.
10621 (output_packet, put_quoted_char): Delete #if0ed function.
10622 (stu_put_packet, stu_get_packet): Delete #if0ed function.
10623 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
10624 (BDM_BREAKPOINT): Delete #if0ed macro.
10625 (remote_timeout): Delete #if0ed variable.
10626
10627 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10628
10629 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
10630 (core-sol2.o): Remove dependency.
10631 * core-sol2.c: Remove file.
10632
10633 2004-01-17 Andrew Cagney <cagney@redhat.com>
10634
10635 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
10636 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
10637 enums.
10638
10639 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10640
10641 * remote.c: Update copyright years.
10642
10643 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10644
10645 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
10646
10647 2004-01-17 Andrew Cagney <cagney@redhat.com>
10648
10649 * mdebugread.c: Update copyright.
10650 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
10651 (parse_type, parse_procedure): Ditto.
10652 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
10653
10654 * cris-tdep.c (cris_store_struct_return): Put back accidently
10655 deleted function.
10656
10657 * gdbarch.sh: Update copyright year.
10658 * gdbarch.h, gdbarch.c: Re-generate.
10659
10660 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10661
10662 Suggested by George Anzinger.
10663 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
10664 correct stack offset. Include unknown opcode numbers in the error
10665 message.
10666
10667 2004-01-17 Andrew Cagney <cagney@redhat.com>
10668
10669 * x86-64-tdep.c (x86_64_init_abi): No need to clear
10670 extract_struct_value_address, i386 does not set it.
10671 * sparc64-tdep.c (sparc64_init_abi): Do not set
10672 extract_struct_value_address, never called.
10673 (sparc64_extract_struct_value_address): Delete function.
10674 * m68hc11-tdep.c: Update copyright.
10675 (m68hc11_gdbarch_init): Delete redundant assignment of
10676 extract_struct_value_address.
10677 * i386-tdep.c: Update copyright.
10678 (i386_gdbarch_init): Do not set extract_struct_value_address,
10679 never called.
10680 (i386_extract_struct_value_address): Delete function.
10681 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
10682 extract_struct_value_address, never called.
10683 (sparc32_extract_struct_value_address): #if 0 function. Add
10684 comments explaining its future.
10685
10686 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10687
10688 * arm-tdep.c (arm_write_pc): New function.
10689 (arm_gdbarch_init): Call set_gdbarch_write_pc.
10690
10691 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10692
10693 * breakpoint.c (must_shift_inst_regs): Delete.
10694 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
10695 and SHIFT_INST_REGS.
10696 * infcmd.c (step_1, step_1_continuation): Delete references to
10697 SHIFT_INST_REGS.
10698 * infrun.c (keep_going): Likewise.
10699 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
10700 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
10701
10702 2004-01-17 Andrew Cagney <cagney@redhat.com>
10703
10704 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10705 * gdbarch.h, gdbarch.c: Re-generate.
10706 * infcmd.c (print_return_value): Delete reference to
10707 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10708
10709 * cris-tdep.c (cris_gdbarch_init): Do not set
10710 deprecated_extract_struct_value_address.
10711
10712 * xstormy16-tdep.c: Update copyright.
10713 (xstormy16_extract_struct_value_address): Update to current
10714 extract struct value address interface.
10715 (xstormy16_gdbarch_init): Set extract_struct_value_address.
10716 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
10717 current extract struct value address interface.
10718 (sh64_gdbarch_init): Set extract_struct_value_address.
10719
10720 * cris-tdep.c: Update copyright.
10721 (cris_extract_struct_value_address): Delete function.
10722 (struct_return_address): Delete variable.
10723 (cris_store_struct_return): Do not set struct_return_address.
10724
10725 * mcore-tdep.c: Update copyright.
10726 (mcore_extract_struct_value_address): Delete function. Update
10727 comments.
10728 (mcore_gdbarch_init): Update.
10729 * mn10300-tdep.c: Update copyright.
10730 (mn10300_extract_struct_value_address): Delete function.
10731 (mn10300_gdbarch_init): Update.
10732 * v850-tdep.c: Update copyright.
10733 (v850_extract_struct_value_address): Delete.
10734 (v850_gdbarch_init): Update.
10735 * ns32k-tdep.c: Update copyright.
10736 (ns32k_extract_struct_value_address): Delete.
10737 (ns32k_gdbarch_init): Update.
10738 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
10739 (hppa_gdbarch_init): Update.
10740 * vax-tdep.c: Update copyright.
10741 (vax_extract_struct_value_address): Delete.
10742 (vax_gdbarch_init): Update.
10743
10744 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
10745 * gdbarch.h, gdbarch.c: Re-generate.
10746 * procfs.c (procfs_fetch_registers): Delete reference to
10747 DEPRECATED_NPC_REGNUM.
10748 (procfs_store_registers): Ditto.
10749 * regcache.c (generic_target_write_pc): Simplify.
10750 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
10751
10752 * core-sol2.c (fetch_core_registers): Replace
10753 DEPRECATED_NPC_REGNUM with equivalent tdep value.
10754
10755 * hppa-tdep.c: Update copyright year.
10756 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
10757 NPC_REGNUM.
10758 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
10759
10760 * mips-tdep.c (mips_write_pc): New function.
10761 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
10762 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
10763 (mips_find_saved_regs, mips_software_single_step: Ditto.
10764 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
10765 mips_init_extra_frame_info, mips_pop_frame): Ditto.
10766
10767 2004-01-17 Andrew Cagney <cagney@redhat.com>
10768
10769 * mips-tdep.c: Re-indent. Group functions by ABI.
10770
10771 2004-01-17 Andrew Cagney <cagney@redhat.com>
10772
10773 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
10774 * gdbarch.c: Re-generate.
10775 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10776 DECR_PC_AFTER_BREAK to zero.
10777 * vax-tdep.c (vax_gdbarch_init): Ditto.
10778 * v850-tdep.c (v850_gdbarch_init): Ditto.
10779 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10780 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10781 * sh-tdep.c (sh_gdbarch_init): Ditto.
10782 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10783 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10784 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10785 * mips-tdep.c (mips_gdbarch_init): Ditto.
10786 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10787 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10788 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10789 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10790 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10791 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10792 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10793 * frv-tdep.c (frv_gdbarch_init): Ditto.
10794 * cris-tdep.c (cris_gdbarch_init): Ditto.
10795 * avr-tdep.c (avr_gdbarch_init): Ditto.
10796 * arm-tdep.c (arm_gdbarch_init): Ditto.
10797 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
10798
10799 2004-01-17 J. Brobecker <brobecker@gnat.com>
10800
10801 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
10802 Delete, no longer used.
10803 (read_subrange_type): New function, mostly extracted from
10804 read_array_type().
10805 (read_array_type): Replace extracted code by call to
10806 read_subrange_type().
10807 (dwarf2_get_attr_constant_value): New function.
10808 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
10809 (add_partial_symbol): Likewise.
10810 (process_die): Likewise.
10811 (new_symbol): Likewise.
10812 (read_type_die): Likewise.
10813
10814 2004-01-16 Andrew Cagney <cagney@redhat.com>
10815
10816 * symfile.c: Update copyright year.
10817 (compare_symbols): Delete unused function.
10818 * stabsread.c: Update copyright year.
10819 (lrs_general_complaint): Delete unused function.
10820 (ref_search_value): Ditto.
10821 (get_substring): Delete declaration.
10822 * sh64-tdep.c: Update copyright year.
10823 (sh64_get_gdb_regnum): Delete unused function.
10824 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
10825 Delete unused function.
10826
10827 2004-01-17 Mark Kettenis <kettenis@gnu.org>
10828
10829 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
10830 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
10831
10832 2004-01-16 Andrew Cagney <cagney@redhat.com>
10833
10834 Changes from Peter Schauer.
10835 * rs6000-tdep.c: Update copyright year.
10836 (rs6000_push_dummy_call): Update the stack pointer before
10837 accessing the corresponding stack region.
10838 * rs6000-nat.c: Update copyright year.
10839 (set_host_arch): Set "info.abfd" to "exec_bfd".
10840
10841 2004-01-15 Mark Kettenis <kettenis@gnu.org>
10842
10843 * blockframe.c: Update copyright year.
10844 (inside_entry_func): Don't treat a zero PC specially.
10845
10846 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
10847
10848 * gcore.c (gcore_copy_callback): Use paddr_d to print size
10849 variable.
10850 (gcore_create_callback): Ditto. Skip any memory segment that has
10851 no permissions set.
10852
10853 2004-01-14 David Carlton <carlton@kealia.com>
10854
10855 Change symbols for C++ nested types to contain the fully qualified
10856 name, if possible. (At least in the DWARF-2 case.) Partial fix
10857 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
10858 c++/895.
10859 * c-exp.y (qualified_type): Handle types nested within classes.
10860 * cp-namespace.c: Update comments.
10861 (cp_set_block_scope): Delete #if 0.
10862 (cp_lookup_nested_type): Handle types nested within classes.
10863 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
10864 when appropriate.
10865 (add_partial_symbol): Add the name of the enclosing namespace to
10866 types.
10867 (pdi_needs_namespace): New.
10868 (add_partial_namespace): Tweak comment.
10869 (add_partial_structure): New.
10870 (psymtab_to_symtab_1): Initialize processing_current_prefix
10871 here...
10872 (process_die): instead of here.
10873 (read_structure_scope): Try to figure out the name of the class or
10874 namespace that the structure might be defined within.
10875 (read_enumeration): Generate fully-qualified names, if possible.
10876 (read_namespace): Don't set name to NULL.
10877 (die_specification): New.
10878 (new_symbol): Generate fully-qualified names for types.
10879 (read_type_die): Determine appropriate prefix.
10880 (determine_prefix): New.
10881 (typename_concat): New.
10882 (class_name): New.
10883 * valops.c (value_aggregate_elt): Pass NOSIDE to
10884 value_struct_elt_for_reference.
10885 (value_struct_elt_for_reference): Make static, add NOSIDE
10886 parameter, call value_maybe_namespace_elt as a last resort.
10887 (value_namespace_elt): Break out code into
10888 value_maybe_namespace_elt.
10889 (value_maybe_namespace_elt): New.
10890
10891 2004-01-12 Andrew Cagney <cagney@redhat.com>
10892
10893 * mips-tdep.c (mips_convert_register_p): Handle both raw and
10894 cooked floating-point registers.
10895 (mips_gdbarch_init): Set convert_register_p, register_to_value,
10896 and value_to_register.
10897
10898 2004-01-13 Andrew Cagney <cagney@redhat.com>
10899
10900 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
10901 * gdbarch.c: Re-generate.
10902 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10903 FUNCTION_START_OFFSET.
10904 * v850-tdep.c (v850_gdbarch_init): Ditto.
10905 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10906 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10907 * sh-tdep.c (sh_gdbarch_init): Ditto.
10908 * s390-tdep.c (s390_gdbarch_init): Ditto.
10909 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10910 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10911 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10912 * mips-tdep.c (mips_gdbarch_init): Ditto.
10913 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10914 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10915 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10916 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10917 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10918 * i386-tdep.c (i386_gdbarch_init): Ditto.
10919 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10920 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10921 * frv-tdep.c (frv_gdbarch_init): Ditto.
10922 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10923 * cris-tdep.c (cris_gdbarch_init): Ditto.
10924 * avr-tdep.c (avr_gdbarch_init): Ditto.
10925 * arm-tdep.c (arm_gdbarch_init): Ditto.
10926 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10927
10928 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
10929
10930 * infrun.c (follow_fork_mode_ask): Remove.
10931 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
10932 (follow_fork): Simplify and remove internal error for
10933 follow_fork_mode_ask.
10934 (_initialize_infrun): Update "set follow-fork-mode" help text.
10935
10936 2004-01-13 Andrew Cagney <cagney@redhat.com>
10937
10938 * configure.in: Update copyright year.
10939 (build_warnings): Add -Wunused-label.
10940 * configure: Re-generate.
10941
10942 2004-01-12 Andrew Cagney <cagney@redhat.com>
10943
10944 * exec.h (exec_ops): Make "extern".
10945
10946 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
10947 the function is void.
10948 (mips_pseudo_register_write): Ditto.
10949
10950 2004-01-12 Andrew Cagney <cagney@redhat.com>
10951
10952 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
10953 call. Never defined.
10954 * sparc-tdep.h (struct frame_info): Add opaque declaration.
10955 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
10956 (struct sparc_gregset, struct regcache): Ditto.
10957 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
10958
10959 2004-01-12 Andrew Cagney <cagney@redhat.com>
10960
10961 * mi/ChangeLog: Delete file. Renamed to ...
10962 * mi/ChangeLog-1999-2003: New file.
10963 * tui/ChangeLog: Delete file. Renamed to ...
10964 * tui/ChangeLog-1998-2003: New file.
10965
10966 2004-01-11 Mark Kettenis <kettenis@gnu.org>
10967
10968 * sparc64nbsd-tdep.c: Include "regset.h".
10969 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
10970 Remove variables.
10971 (fetch_core_registers): Remove function.
10972 (sparc64nbsd_core_fns): Remove variable.
10973 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
10974 functions.
10975 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
10976 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
10977 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
10978
10979 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
10980 sparc_extract_struct_value_address.
10981 (sparc32_gdbarch_init): Set extract_struct_value_address.
10982 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
10983 function.
10984 (sparc64_init_abi): Set extract_struct_value_address. Don't set
10985 return_value_on_stack.
10986
10987 * NEWS: Mention that %cs and %ss have been added to the AMD64
10988 configurations
10989
10990 * frame.c: Update copyright year.
10991 (get_prev_frame): Improve comment.
10992
10993 * sparc64fbsd-tdep.c: Include "regset.h".
10994 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
10995 Remove variables.
10996 (fetch_core_registers): Remove function.
10997 (sparc64fbsd_core_fns): Remove variable.
10998 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
10999 functions.
11000 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11001 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11002 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11003
11004 * sparcnbsd-tdep.c: Include "regset.h".
11005 (fetch_core_registers): Remove function.
11006 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11007 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11008 functions.
11009 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11010 TDEP->fpregset.
11011 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11012
11013 * sparc-tdep.h (struct regset): Provide opaque declaration.
11014 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11015 fpregset and sizeof_fpregset members.
11016 * sparc-tdep.c (struct regset): Provide opaque declaration.
11017 (sparc_regset_from_core_section): New function.
11018 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11019 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11020 Set regset_from_core_section when appropriate.
11021
11022 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11023
11024 * x86-64-tdep.c (amd64_non_pod_p): New function.
11025 (amd64_classify_aggregate): Return class memory for non-POD
11026 C++ structure types.
11027
11028 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11029 argument. Use it to reserve a register if necessary.
11030 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11031 amd64_push_arguments.
11032
11033 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11034
11035 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11036 register numbers in comments.
11037 * x86-64-tdep.h: Update copyright year.
11038 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11039 Adjust for addition of %cs and %ss.
11040 * amd64fbsd-nat.c: Update copyright year.
11041 (reg_offset): Add register offsets for %cs and %ss.
11042 * amd64fbsd-tdep.c: Update copyright year.
11043 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11044 (amd64fbsd_sc_reg_offset): Likewise.
11045 * x86-64-linux-nat.c: Update copyright year.
11046 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11047 and %ss.
11048 * amd64nbsd-nat.c: Update copyright year.
11049 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11050 * amd64nbsd-tdep.c: Update copyright year.
11051 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11052 * x86-64-linux-tdep.c: Update copyright year.
11053 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11054 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11055 * regformats/reg-x86-64.dat: Add %cs and %ss.
11056
11057 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11058 variables to prevent long lines. Update comments to reflect
11059 reality.
11060
11061 2004-01-09 David Carlton <carlton@kealia.com>
11062
11063 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11064 * dwarf2read.c (read_namespace): Pull out name-generating code
11065 into namespace_name. Rename previous_namespace to previous_prefix
11066 and processing_current_namespace to processing_current_prefix..
11067 (namespace_name): New function.
11068 (add_partial_symbol): Substitute uses of pdi->name with
11069 actual_name.
11070 * cp-support.h: Rename processing_current_namespace to
11071 processing_current_prefix.
11072 Update copyright year.
11073 * cp-namespace.c: Rename processing_current_namespace to
11074 processing_current_prefix.
11075 Update copyright year.
11076
11077 2004-01-09 Andrew Cagney <cagney@redhat.com>
11078
11079 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11080
11081 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11082
11083 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11084 complaining.
11085 (process_one_symbol): Deal with N_PATCH stabs.
11086
11087 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
11088
11089 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11090 ifdeffed code.
11091 Update copyright year.
11092
11093 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11094
11095 * config/pa/tm-hppa.h: Update extern declarations for
11096 hppa32_hpux_frame_saved_pc_in_sigtramp,
11097 hppa32_hpux_frame_base_before_sigtramp, and
11098 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11099
11100 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11101
11102 * config/pa/tm-hppah.h: Update copyright years.
11103
11104 2004-01-08 Andrew Cagney <cagney@redhat.com>
11105
11106 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11107 (mips_o32_reg_struct_has_addr): Delete function.
11108 (mips_gdbarch_init): Update.
11109 (mips_extract_struct_value_address): Delete function.
11110
11111 2004-01-08 David Mosberger <davidm@hpl.hp.com>
11112
11113 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11114 reality.
11115
11116 2004-01-07 Andrew Cagney <cagney@redhat.com>
11117
11118 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11119 architecture's elf flags (when available).
11120
11121 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11122 FPU to the start, check the MIPS FPU when looking for an old
11123 architecture.
11124 (set_mipsfpu_single_command): Update the architecture.
11125 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11126
11127 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
11128 (mips_mask_address_p): Add "tdep" parameter.
11129 (show_mask_address, mips_addr_bits_remove): Update.
11130 (mips_dump_tdep): Update.
11131 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
11132 (MIPS_STACK_ARGSIZE): Delete macro.
11133 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
11134 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
11135 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
11136 (mips_dump_tdep): Update.
11137 (MIPS_SAVED_REGSIZE): Delete macro.
11138 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
11139 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
11140 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
11141 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
11142 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
11143 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
11144 (mips_pop_frame, return_value_location): Update.
11145 (mips_n32n64_return_value, mips_dump_tdep): Update.
11146
11147 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
11148 MIPS ABI.
11149
11150 * mips-tdep.c: Update copyright.
11151 (mips_gdbarch_init): Merge two code blocks handling the register
11152 name and number layout.
11153
11154 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
11155
11156 * tracepoint.c (validate_actionline): Fix segv at EOF
11157
11158 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11159
11160 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
11161 properly for static fields.
11162
11163 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
11164 Jason Molenda <jmolenda@apple.com>
11165
11166 * disasm.c: Update copyright to include 2004.
11167 (do_mixed_source_and_assembly): For uiout asm list
11168 and tuple cleanups, initialize to null_cleanup instead of
11169 NULL and do so prior to loop. Only reset when we close off
11170 the tuple/list. Move check for whether to close off the
11171 asm tuple/list to after dump_insns call where it will be run
11172 on each loop iteration.
11173
11174 2004-01-05 Andrew Cagney <cagney@redhat.com>
11175
11176 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11177 should be a switch case and not a label.
11178 * mips-tdep.c (mips32_next_pc): Delete unused labels
11179 "greater_equal_branch" and "less_zero_branch".
11180 * jv-valprint.c (java_print_value_fields): Delete unused label
11181 "flush_it".
11182
11183 * target.c (unpush_target): Only close a target that is in the
11184 target stack.
11185
11186 2004-01-05 Mark Kettenis <kettenis@gnu.org>
11187
11188 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11189 address from [sp + 64] instead of %o2.
11190
11191 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11192 fixes PR backtrace/1476.
11193
11194 2004-01-05 Andrew Cagney <cagney@redhat.com>
11195
11196 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11197 move to start of file.
11198 * i386-tdep.h (struct regcache): Add opaque declaration.
11199 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11200 declaration.
11201 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11202 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11203 * win32-nat.c (fake_create_process): Use ISO C style definition.
11204 * stabsread.c (define_symbol): Delete #ifndef
11205 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11206 stabs_argument_has_addr call, macro never defined.
11207
11208 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11209
11210 * op50-rom.c: Delete.
11211 * w89k-rom.c: Delete.
11212 * Makefile.in: Remove references.
11213
11214 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11215
11216 * x86-64-tdep.c: Update copyright year.
11217 (struct amd64_register_info): Rename from x86_64_register_info.
11218 (amd64_register_info): Rename from x86_64_register_info.
11219 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11220 (amd64_register_name): Rename from x86_64_register_name.
11221 (amd64_register_type): Rename from x86_64_register_type.
11222 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11223 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11224 (amd64_dwarf_reg_to_regnum): Rename from
11225 x86_64_dwarf_reg_to_regnum.
11226 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11227 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11228 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11229 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11230 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11231 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11232 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11233 (amd64_frame_cache): Rename from x86_64_frame_cache.
11234 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
11235 (amd64_frame_prev_register): Rename from
11236 x86_64_frame_prev_register.
11237 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
11238 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
11239 (amd64_sigtramp_frame_cache): Rename from
11240 x86_64_sigtramp_frame_cache.
11241 (amd64_sigtramp_frame_prev_register): Rename from
11242 x86_64_sigtramp_frame_prev_register.
11243 (amd64_sigtramp_frame_unwind): Rename from
11244 x86_64_sigtramp_frame_unwind.
11245 (amd64_sigtramp_frame_sniffer): Rename from
11246 x86_64_sigtramp_frame_sniffer.
11247 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
11248 (amd64_frame_base): Rename from x86_64_frame_base.
11249 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
11250 (amd64_frame_align): Rename from x86_64_frame_align.
11251 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
11252 (amd64_regset_from_core_section): Rename from
11253 x86_64_regset_from_core_section.
11254 (x86_64_init_abi): Update comments.
11255
11256 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
11257
11258 * MAINTAINERS (write after approval): Add myself.
11259
11260 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11261
11262 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
11263 `float' arguments.
11264
11265 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11266
11267 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
11268 such that it mentions a specific version of GCC that exhibits this
11269 bug.
11270
11271 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11272
11273 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
11274 structure that has a single `float' member, store it in %f1 in
11275 addition to %f0.
11276
11277 * sparc-sol2-nat.c: Add missing '\'.
11278
11279 * sparc-tdep.c (sparc32_return_value): New function.
11280 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
11281 Remove functions.
11282 (sparc32_gdbarch_init): Set return_value, don't set
11283 extract_return_value, store_return_value, use_struct_convention
11284 and return_value_on_stack.
11285
11286 * sparc-sol2-nat.c: Add missing ')'.
11287
11288 2004-01-03 J. Brobecker <brobecker@gnat.com>
11289
11290 * infrun.c (handle_step_into_function): New function.
11291 (handle_inferior_event): Extract out some code into the new
11292 function above.
11293
11294 2004-01-03 J. Brobecker <brobecker@gnat.com>
11295
11296 * infrun.c (handle_inferior_event): Move the declaration of
11297 real_stop_pc inside the if blocks where it is used.
11298
11299 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11300
11301 * sparc64-tdep.c (sparc64_16_byte_align_p)
11302 (sparc64_store_floating_fields, sparc64_store_floating_fields):
11303 Use check_typedef to get subtypes of structures and unions.
11304 (sparc64_store_return_value): Fix calculation of the appropriate
11305 offset into VALBUF when storing a structure or union.
11306 (sparc64_return_value): New function.
11307 (sparc64_use_struct_convention): Remove function.
11308 (sparc64_init_abi): Set return_value, don't set
11309 extract_return_value, store_return_value and
11310 use_struct_convention.
11311
11312 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
11313
11314 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
11315 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
11316 gdb/config/alpha/xm-alphaosf.h,
11317 gdb/config/powerpc/tm-ppcle-eabi.h,
11318 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
11319 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
11320 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
11321 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
11322 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
11323 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
11324 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
11325 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
11326 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
11327 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
11328 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
11329 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
11330 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
11331 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
11332 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
11333 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
11334 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
11335 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
11336 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
11337 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
11338 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
11339 Remove lines for .cvsignore files.
11340
11341 2004-01-03 J. Brobecker <brobecker@gnat.com>
11342
11343 * infrun.c: Back out the previous change.
11344
11345 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11346
11347 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
11348 sparc-*-sunos4* to the list of REMOVED configurations.
11349
11350 * configure.tgt: Add back sparc-*-vxworks*.
11351 * remote-vxsparc.c: Remove all includes except for "defs.h",
11352 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
11353 Include "sparc-tdep.h".
11354 (SPARC_R_G1): New define.
11355 (vxsparc_gregset): New variable.
11356 (ext_format_sparc): Remove extern declaration.
11357 (vx_read_register): Rewrite to use sparc32_supply_gregset and
11358 sparc32_supply_fpregset.
11359 (vx_write_register): Rewrite to use sparc32_collect_gregset,
11360 sparc_collect_rwindow and sparc32_collect_fpregset.
11361 * config/sparc/tm-vxworks.h: New file, based on recently removed
11362 tm-vxsparc.h.
11363 * config/sparc/vxworks.mt: New file, based on recently removed
11364 vxworks.mt.
11365
11366 2004-01-03 J. Brobecker <brobecker@gnat.com>
11367
11368 * infrun.c (handle_step_into_function): New function.
11369 (handle_inferior_event): Extract out some code into the new
11370 function above.
11371
11372 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11373
11374 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
11375 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
11376 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
11377 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
11378 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
11379 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
11380 (sparc_nat_h): New variable.
11381 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
11382 (tm-sun4os4.h): Remove dependency.
11383 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
11384 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
11385 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
11386 sparc-tdep.o): Update dependencies.
11387 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
11388 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
11389 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
11390 dependencies.
11391 * configure.host: Remove existing sparc-*-lynxos*,
11392 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
11393 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
11394 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
11395 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
11396 triplets.
11397 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
11398 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
11399 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
11400 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
11401 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
11402 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
11403 sparc64-*-solaris2* and sparc64-*-* triplets.
11404 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
11405 "symtab.h" and "objfiles.h".
11406 (BIAS): Remove define.
11407 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
11408 (X_DISP19): Remove macros.
11409 (sparc_fetch_instruction): Remove function.
11410 (struct gdbarch_tdep): Remove definition.
11411 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
11412 (sparc_breakpoint_from_pc): Remove function.
11413 (struct sparc64_frame_cache): Remove definition.
11414 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
11415 sparc64_unwind_pc): Remove functions.
11416 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
11417 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
11418 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
11419 (sparc64_frame_cache): Change return type to `struct
11420 sparc_frame_cache *'. Simply call sparc_frame_cache.
11421 (sparc64_frame_this_id, sparc64_frame_prev_register,
11422 sparc64_frame_base_address): Use `struct sparc_frame_cache'
11423 instead of `struct sparc64_frame_cache.
11424 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
11425 sparc_analyze_control_transfer, sparc_software_single_step,
11426 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
11427 _initialize_sparc64_tdep): Remove functions.
11428 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
11429 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
11430 macros.
11431 (sparc64_supply_gregset, sparc64_collect_gregset,
11432 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
11433 (sparc64_init_abi): New function.
11434 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
11435 inclusion guard. Include "sparc-tdep.h".
11436 (BIAS): Define.
11437 (r_tstate_offset, r_fprs_offset): New defines.
11438 (enum sparc_regnum): Remove defenition.
11439 (enum sparc64_regnum): Reformat.
11440 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
11441 (sparc64_init_abi, sparc64_supply_gregset,
11442 sparc64_collect_gregset, sparc64_supply_fpregset,
11443 sparc64_collect_fpregset): New prototypes.
11444 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
11445 Add extern declarations.
11446 (sparc64_sol2_init_abi): New prototype.
11447 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11448 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11449 prototypes.
11450 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
11451 "sparnbsd-nat.h".
11452 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
11453 functions.
11454 (_initialize_sparc64fbsd_nat): Remove initialization of
11455 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
11456 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
11457 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
11458 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
11459 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
11460 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
11461 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
11462 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
11463 (sparc64fbsd_r_y_offset): Remove variables.
11464 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11465 Make static and const.
11466 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11467 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11468 functions.
11469 (sparc64fbsd_gregset): New variable.
11470 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
11471 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
11472 and sparc64_supply_fpregset.
11473 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
11474 (sparc64fbsd_sigtramp_frame_this_id)
11475 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
11476 (sparc64fbsd_sigtramp_frame_unwind): New variable.
11477 (sparc64fbsd_sigtramp_frame_sniffer): New function.
11478 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
11479 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
11480 * sparcnbsd-tdep.c: Update copyright year. Include
11481 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
11482 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
11483 "value.h" and "sparcnbsd-tdep.h".
11484 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
11485 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
11486 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
11487 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
11488 defines.
11489 (sparcnbsd_gregset): New variable.
11490 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
11491 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
11492 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
11493 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
11494 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
11495 variables.
11496 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
11497 (sparc32nbsd_sigcontext_frame_this_id)
11498 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
11499 (sparc32nbsd_sigcontext_frame_unwind): New variable.
11500 (sparc32nbsd_sigtramp_frame_sniffer): New function.
11501 (sparcnbsd_get_longjmp_target_32,
11502 sparcnbsd_get_longjmp_target_64): Remove functions.
11503 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
11504 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
11505 sparcnbsd_init_elf): Remove.
11506 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
11507 (sparcnbsd_elf_init_abi): New functions.
11508 (_initialize_sparcnbsd_tdep): New prototype.
11509 (_initialize_sparnbsd_tdep): Update.
11510 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
11511 corelow.o. Add sparc64-nat.o and sparc-nat.o.
11512 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
11513 * config/sparc/linux.mh: Update comment.
11514 (XM_FILE, HOST_IPC): Remove variables.
11515 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
11516 sparc-linux-nat.o.
11517 * config/sparc/linux.mt: Update comment.
11518 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
11519 * config/sparc/nbsd.mt: Reformat.
11520 * config/sparc/nbsd64.mh: Update comment.
11521 (NATDEPFILES): Add sparc-nat.o.
11522 * config/sparc/nbsd64.mt: Update comment.
11523 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
11524 (TM_FILE): Set to tm-nbsd.h.
11525 * config/sparc/nbsdelf.mh: Update comment.
11526 (NATDEPFILES): Add sparc-nat.o.
11527 (XM_FILE): Delete.
11528 * config/sparc/nbsdaout.mh: Update comment.
11529 (NATDEPFILES): Add sparc-nat.o
11530 (XM_FILE): Delete.
11531 * config/sparc/nm-linux.h: Update copyright year. Don't include
11532 "config/nm-svr4.h" and "solib.h". Add protection against multiple
11533 inclusion.
11534 (KERNEL_U_SIZE): Remove define.
11535 (kernel_u_size): Remove prototype.
11536 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
11537 * config/sparc/nm-nbsd.h: Update copyright. Don't include
11538 "regcache.h".
11539 (CHILD_PREPARE_TO_STORE): Remove define.
11540 * config/sparc/nm-nbsdaout.h: Tweak some comments.
11541 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
11542 sparcnbsd-nat.c: Rewrite files.
11543 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
11544 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
11545 sparcnbsd-tdep.h: Remove files.
11546 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
11547 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
11548 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
11549 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
11550 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
11551 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
11552 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
11553 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
11554 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
11555 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
11556 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
11557 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
11558 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
11559 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
11560 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
11561 * config/sparc/linux64.mh, config/sparc/linux64.mt,
11562 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
11563 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
11564 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
11565
11566 2004-01-02 Andrew Cagney <cagney@redhat.com>
11567
11568 From 2003-12-18 Kazuhiro Inaoka:
11569 * configure.host: Add m32r-linux target.
11570
11571 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11572
11573 * top.c (print_gdb_version): Update year to 2004.
11574
11575 2004-01-02 Mark Mitchell <mark@codesourcery.com>
11576
11577 * MAINTAINERS: Add myself to the write-after-approval category.
11578
11579 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
11580
11581 From Bernardo Innocenti <bernie@develer.com>:
11582 * configure.tgt: Add uClinux target.
11583
11584 2004-01-02 Andrew Cagney <cagney@redhat.com>
11585
11586 * utils.c (do_my_cleanups): Make static, add forward declaration.
11587 * defs.h (do_my_cleanups): Delete declaration.
11588
11589 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
11590
11591 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
11592 bfd/ChangeLog-0203.
11593
11594 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11595
11596 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
11597 in <machine/reg.h>.
11598 * configure, config.in: Regenerate.
11599
11600 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
11601 tui/ChangeLog-1998-2003.
11602 \f
11603 Local Variables:
11604 mode: change-log
11605 left-margin: 8
11606 fill-column: 74
11607 version-control: never
11608 End:
This page took 0.26139 seconds and 5 git commands to generate.