2004-09-02 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
c185a355
AC
12004-09-02 Andrew Cagney <cagney@gnu.org>
2
4d60522e
AC
3 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
4 validating architecture methods.
5 * gdbarch.c: Re-generate.
6
5010d38b
AC
7 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
8 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
9 GDB_MULTI_ARCH_PARTIAL.
10 * gdbarch.h: Re-generate.
11
c185a355
AC
12 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
13 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
14 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
15 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
16 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
17 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
18 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
19 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
20 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
21 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
22 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
23 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
24
14aaa6ab
AC
252004-09-01 Andrew Cagney <cagney@gnu.org>
26
27 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
28 and main_func_highpc.
29 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
30 * objfiles.c (init_entry_point_info, objfile_relocate): Update
31 * nlmread.c (nlm_symfile_read): Update.
32
a343eb3c
JB
332004-09-01 Joel Brobecker <brobecker@gnat.com>
34
35 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
36 (mips_insn32_frame_cache): Inline call to find_proc_desc.
37 (find_proc_desc): Remove dead code.
38
4fbbbd07
JB
392004-09-01 Joel Brobecker <brobecker@gnat.com>
40
41 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
42
84acb35a
JJ
432004-09-01 Jeff Johnston <jjohnstn@redhat.com>
44
45 * observer.sh: Add struct so_list declaration.
46 * Makefile.in: Add dependencies on observer.h for solib.c and
47 breakpoint.c.
48 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
49 function.
50 (_initialize_breakpoint): Register
51 disable_breakpoints_in_unloaded_shlib as an observer of the
52 "solib unloaded" observation event.
53 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
54 call decode_line_1 so unfound breakpoint errors are silent.
55 * solib.c (update_solib_list): When a solib is discovered to have
56 been unloaded by the program, notify all observers of the
57 "solib unloaded" observation event.
58
c8cd9f6c
AC
592004-09-01 Andrew Cagney <cagney@gnu.org>
60
61 * frame.c: Include "objfiles.h".
62 (inside_main_func): New function.
63 (get_prev_frame): Use new inside_main_func.
64 * Makefile.in (frame.o): Update dependencies.
65 * defs.h (inside_main_func): Delete declaration.
66 * blockframe.c (inside_main_func): Delete function.
67
1168df01
JB
682004-08-31 Jim Blandy <jimb@redhat.com>
69
70 * dwarf2read.c (is_vtable_name): New function, based on logic from
71 read_structure_type, but passing the correct length to strncmp,
72 and using 'sizeof' instead of 'strlen'.
73 (read_structure_type): Call it.
74
f14f9744
JB
752004-08-31 Joel Brobecker <brobecker@gnat.com>
76
77 * config/powerpc/aix.mh: Add comment.
78
386d4518
PG
792004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
80
81 * MAINTAINERS: Add self to Write-After-Approval.
82
7d97d5e2
MI
832004-08-30 Manoj Iyer <manjo@austin.ibm.com>
84
85 * MAINTAINERS: Add self to Write-After-Approval.
86
68f53502
AC
872004-08-30 Andrew Cagney <cagney@gnu.org>
88
89 Fix PR breakpoints/1757.
90 * infrun.c (struct execution_control_state): Replace
91 remove_breakpoints_on_following_step with
92 step_after_step_resume_breakpoint.
93 (init_execution_control_state): Update.
94 (handle_inferior_event): For signals, when stepping off a
95 breakpoint, set step_after_step_resume_breakpoint. When
96 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
97 (keep_going): Delete code handling
98 remove_breakpoints_on_following_step.
99
7ca2d3a3
DL
1002004-08-29 David Lecomber <david@streamline-computing.com>
101
102 Fix PR gdb/648
103 * language.h (enum array_ordering): New enum.
104 * language.h (struct language_defn): New la_array_ordering
105 attribute.
106 * language.c (unknown_language_defn, auto_language_defn)
107 (local_language_defn): Ditto.
108 * ada-lang.c (ada_language_defn): Ditto.
109 * c-lang.c (c_language_defn, cplus_language_defn)
110 (asm_language_defn, minimal_language_defn): Ditto.
111 * f-lang.c (f_language_defn): Ditto.
112 * jv-lang.c (java_language_defn): Ditto.
113 * m2-lang.c (f_language_defn): Ditto.
114 * objc-lang.c (objc_language_defn): Ditto.
115 * p-lang.c (pascal_language_defn): Ditto.
116 * scm-lang.c (scm_language_defn): Ditto.
117 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
118 oriented large to small in type structure.
119 * dwarf2read.c (read_array_order): New function.
120 (read_array_type): Use read_array_order to check row/column
121 major ordering.
122
e354df01
NW
1232004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
124
125 * target.c (target_resize_to_sections): Check
126 current_target.to_sections for an old value when updating.
127
9185ddce
JB
1282004-08-27 Joel Brobecker <brobecker@gnat.com>
129
130 * procfs.c (dbx_link_bpt_addr): New static global variable.
131 (dbx_link_shadow_contents): New static global variable.
132 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
133 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
134 if we just hit it.
135 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
136 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
137 from run to run.
138 (procfs_create_inferior): Remove syssgi syscall-exit notifications
139 after the inferior has been forked.
140 (remove_dbx_link_breakpoint): New function.
141 (dbx_link_addr): New function.
142 (insert_dbx_link_bpt_in_file): New function.
143 (insert_dbx_link_bpt_in_region): New function.
144 (insert_dbx_link_breakpoint): New function.
145 (proc_trace_syscalls_1): New function, extracted from
146 proc_trace_syscalls.
147 (proc_trace_syscalls): Replace extract code by call to
148 proc_trace_syscalls_1.
149 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
150 is no longer valid.
151
e6742ace
JB
1522004-08-25 Jim Blandy <jimb@redhat.com>
153
154 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
155
8fb3e588
AC
1562004-08-25 Andrew Cagney <cagney@gnu.org>
157
629a41ee
AC
158 * infrun.c (struct execution_control_state): Delete field
159 "stepping_through_sigtramp".
160 (init_execution_control_state): Do not set same.
161 (context_switch): Do not pass same to save_infrun_state and
162 load_infrun_state.
163 * gdbthread.h (struct thread_info): Delete field
164 stepping_through_sigtramp.
165 (save_infrun_state, load_infrun_state): Delete parameter
166 stepping_through_sigtramp.
167 * thread.c (load_infrun_state, save_infrun_state): Update.
168
8fb3e588
AC
169 * infrun.c: Re-indent. Move expression operators to the beginning
170 of the line. Remove long disabled #if 0 code.
171
49c54768
AC
1722004-08-24 Andrew Cagney <cagney@gnu.org>
173
174 * doublest.h (floatformat_ieee_quad): Rename
175 floatformat_ia64_quad.
176 * doublest.c (floatformat_ieee_quad): Rename
177 floatformat_ia64_quad.
178 (_initialize_doublest): Update.
179
5ca2e327
JB
1802004-08-24 Jim Blandy <jimb@redhat.com>
181
87808bd6
JB
182 * dwarf2expr.h (struct dwarf_expr_context): New members
183 'num_pieces' and 'pieces', for returning the result of an
184 expression that uses DW_OP_piece.
185 (struct dwarf_expr_piece): New struct type.
186 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
187 pieces.
188 (free_dwarf_expr_context): Free pieces, if any.
189 (add_piece): New function.
190 (execute_stack_op): Implement DW_OP_piece.
191 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
192 expression is a list of pieces, print an error message.
193 (dwarf2_loc_desc_needs_frame): If the expression yields
194 pieces, and any piece is in a register, then we need a frame.
195
5ca2e327
JB
196 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
197 the stack until we've decided what sort of result the evaluation
198 has produced. Use separate variables, with more specific names.
199
2afeb6b8
RE
2002004-08-23 Richard Earnshaw <rearnsha@arm.com>
201
202 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
203 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
204 (arm_netbsd_init_abi_common): Register them.
205
5885ab49
MK
2062004-08-22 Mark Kettenis <kettenis@gnu.org>
207
fda820a6
MK
208 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
209
1c5bf419
MK
210 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
211 safe_frame_unwind_memory instead of target_read_memory.
212
8cbba7c8
MK
213 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
214 Reorder includes.
215 (fetch_register, store_register): Remove prototypes.
216 (child_resume): Reorganize code and comments such that it is
217 grouped a bit more logically.
218 (attach): Explicitly compare errno against 0.
219 (detach): Likewise. Use perror_with_name instead of
220 print_sys_errmsg.
221 * Makefile.in (infptrace.o): Update dependencies.
222
c5fa4245
MK
223 * ia64-linux-nat.c: Update copyright year.
224 (fetch_debug_register, store_debug_register)
225 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
226 PTRACE_TYPE_ARG3.
227 * config/ia64/nm-linux.h: Update copyright year.
228 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
229
387c058c
MK
230 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
231 from CORE_ADDR to struct frame_info *. Use
232 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
233 (amd64_linux_sigtramp_p): Adjust for changed signature of
234 and64_linux_sigtramp_start
235
277215a6
MK
236 * gdb_ptrace.h: GNU/Linux.
237
25f6178e
MK
238 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
239 Remove defines.
240
652fc137
MK
241 * infptrace.c: Include "gdb_assert.h".
242 (PTRACE_XFER_TYPE): Remove define.
243 (offsetof): Only define if U_REGS_OFFSET isn't defined.
244 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
245 Tweak comment.
246 (fetch_inferior_registers, store_inferior_registers): Remove
247 redundant culry braces. Tweak comment. s/regno/regnum.
248 * Makefile.in (infptrace.o): Update dependencies.
249
5885ab49
MK
250 * configure.in: Change test for return type of ptrace to default
251 to `long' instead of `int'.
252 * configure: Regenerate.
253
11003ae3
MK
2542004-08-21 Mark Kettenis <kettenis@gnu.org>
255
6b95110c
MK
256 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
257
bcb3dc3d
MK
258 * configure.in: Check for ttrace function.
259 * configure, config.in: Regenerate.
260
11003ae3
MK
261 * gdb_ptrace.h: New file.
262 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
263 <sys/ptrace.h>.
264 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
265 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
266 (attach): Don't define PT_ATTACH.
267 (detach): Don't define PT_DETACH.
268 * Makefile.in (gdb_ptrace_h): New variable.
269 (infptrace.o): Update dependencies.
270
f8707cac
MK
2712004-08-16 Mark Kettenis <kettenis@gnu.org>
272
273 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
274 instead of `int' if not already defined.
275 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
276 PTRACE_TYPE_ARG3.
277 * infptrace.c (call_ptrace): Revert change that replaced
278 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
279
655c5466
MK
2802004-08-15 Mark Kettenis <kettenis@gnu.org>
281
156e5ba7
MK
282 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
283 Remove defines.
284
de9a9e51
MK
285 * linux-nat.c (kill_inferior): Add missing third and fourth
286 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
287
88800403
MK
288 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
289 PTRACE_TYPE_RET.
290
849a1d7c
MK
291 * proc-why.c (proc_prettyfprint_why): Fix format string.
292
61ad16d1
MK
293 * solib-osf.c (osf_current_sos): Remove unsused label.
294
a6ed5501
MK
295 * configure.in: Add <ncurses/ncurses.h> to the list of possible
296 curses headers.
297 * configure, config.in: Regenerate.
298 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
299 <ncurses/ncurses.h>.
300
016ddeca
MK
301 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
302 * config/nm-nbsd.h: Update copyright year.
303 (PTRACE_ARG3_TYPE): Remove define.
304
49ec097f
MK
305 * sparc-nat.c (fetch_inferior_registers)
306 (store_inferior_registers, sparc_xfer_wcookie):
307 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
308
9f8e0089
MK
309 * alphabsd-nat.c (fetch_inferior_registers):
310 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
311 PTRACE_TYPE_ARG3.
312 * amd64bsd-nat.c (fetch_inferior_registers)
313 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
314 PTRACE_TYPE_ARG3.
315 * armnbsd-nat.c: Update copyright year.
316 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
317 (store_register, store_regs, store_fp_register, store_fp_regs):
318 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
319 * hppabsd-nat.c (fetch_inferior_registers)
320 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
321 PTRACE_TYPE_ARG3.
322 * i386bsd-nat.c (fetch_inferior_registers)
323 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
324 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
325 * m68kbsd-nat.c (fetch_inferior_registers)
326 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
327 PTRACE_TYPE_ARG3.
328 * m88kbsd-nat.c (fetch_inferior_registers)
329 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
330 PTRACE_TYPE_ARG3.
331 * mipsnbsd-nat.c: Update copyright year.
332 (fetch_inferior_registers, store_inferior_registers):
333 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
334 * ns32knbsd-nat.c: Update copyright year.
335 (fetch_inferior_registers, store_inferior_registers):
336 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
337 * ppcnbsd-nat.c (fetch_inferior_registers):
338 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
339 PTRACE_TYPE_ARG3.
340 * ppcobsd-nat.c (fetch_inferior_registers):
341 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
342 PTRACE_TYPE_ARG3.
343 * shnbsd-nat.c: Update copyright year.
344 (fetch_inferior_registers, store_inferior_registers):
345 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
346 * vaxbsd-nat.c (fetch_inferior_registers)
347 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
348 PTRACE_TYPE_ARG3.
349
655c5466
MK
350 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
351 PTRACE_TYPE_ARG3.
352 * infptrace.c (call_ptrace, child_resume, attach, detach)
353 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
354 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
355 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
356 PTRACE_TYPE_ARG3.
357
c40d0d10
MK
3582004-08-14 Mark Kettenis <kettenis@gnu.org>
359
5cb0ff31
MK
360 * defs.h: Remove out-of-date comment.
361 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
362 [!GETENV_PROVIDED] (getenv): Remove prototype.
363
5f0f34cb
MK
364 * standalone.c: Remove file.
365 * Makefile.in (standalone.o): Remove dependency.
366
7532965f
MK
367 * i386-linux-nat.c (dummy_sse_values): Remove function and
368 prototype.
369 (i386_linux_dr_get): Fix typo in comment.
370 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
371
1bdc6c53
MK
372 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
373
c40d0d10
MK
374 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
375 from declaration.
376 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
377 from definition.
378
64218d3e
MK
3792004-08-13 Mark Kettenis <kettenis@gnu.org>
380
381 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
382 parenthesis in definition.
383 * configure: Regenerated.
384
926c94e7
MC
3852004-08-12 Michael Chastain <mec.gnu@mindspring.com>
386
387 * PROBLEMS: Mention build/1411.
388
69489883
NN
3892004-08-09 Robert Millan <robertmh@gnu.org>
390
391 Committed by Nathanael Nerode.
392 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
393 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
394
ebb7c577
AC
3952004-08-12 Andrew Cagney <cagney@gnu.org>
396
397 * NEWS: Mention fixes in GDB 6.2.1.
398 * PROBLEMS: Remove mention of mips-irix.
399
232d697c
JB
4002004-08-11 Joel Brobecker <brobecker@gnat.com>
401
402 * config/powerpc/xm-aix.h: Delete.
403 * config/powerpc/aix.mh (MH_FILE): Remove.
404 * config/powerpc/aix432.mh (MH_FILE): Remove.
405
72f4e82b
JB
4062004-08-11 Joel Brobecker <brobecker@gnat.com>
407
408 * config/powerpc/aix.mh: Remove obsolete comment.
409 * config/powerpc/aix432.mh: Likewise.
410
0687ccb2
JB
4112004-08-11 Joel Brobecker <brobecker@gnat.com>
412
413 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
414
dbf3ada7
JB
4152004-08-11 Joel Brobecker <brobecker@gnat.com>
416
e08e1886
JB
417 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
418 this file is now empty.
419 * config/xm-aix4.h: Remove, this file is no longer included
420 anywhere.
421
4222004-08-11 Joel Brobecker <brobecker@gnat.com>
423
424 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
425 that file is now empty.
dbf3ada7
JB
426 (termdef): Remove prototype, function no longer used.
427
4c525ef6
JB
4282004-08-11 Joel Brobecker <brobecker@gnat.com>
429
430 * doc/gdbint.texinfo (Host Definition): Remove documentation
431 for USE_O_NOCTTY, no longer used.
432 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
433 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
434
82e0b968
JB
4352004-08-11 Joel Brobecker <brobecker@gnat.com>
436
437 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
438 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
439 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
440
f2acbe1c
MK
4412004-08-11 Mark Kettenis <kettenis@gnu.org>
442
daa98270
MK
443 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
444 instead of FIVE_ARG_PTRACE.
445
f2acbe1c
MK
446 * inflow.c (O_NOCTTY): Define to zero if not already defined.
447 (new_tty): Use O_NOCTTY unconditionally.
448
cc377e6b
MK
4492004-08-10 Mark Kettenis <kettenis@gnu.org>
450
451 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
452 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
453 fflush on stdout.
454
3bcc18fa
JB
4552004-08-10 Joel Brobecker <brobecker@gnat.com>
456
457 * xcoff_symfile_finish: Replace last call to xmfree by call
458 to xfree.
459
7936743b
AC
4602004-08-10 Andrew Cagney <cagney@gnu.org>
461
cc503c8a
AC
462 * main.c (captured_main): Delete call to init_malloc.
463 * defs.h (init_malloc): Delete declaration.
464 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
465 (init_malloc): Delete functions.
466
2dc74dc1
AC
467 * defs.h (xmfree): Delete.
468 * utils.c (xmfree): Delete function.
469 (xfree): Inline calls to xmfree and mfree.
470 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
471 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
472 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
473 * somread.c (som_symfile_finish): Ditto.
474 * objfiles.c (allocate_objfile, free_objfile):
475 * nlmread.c (nlm_symfile_finish): Ditto.
476 * hpread.c (hpread_symfile_finish): Ditto.
477 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
478 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
479 * coffread.c (coff_symfile_finish): Ditto.
480
aa2ee5f6
AC
481 * defs.h (xmcalloc): Delete declaration.
482 * utils.c (xmcalloc): Delete.
483 (xcalloc): Inline calls to xmcalloc and mcalloc.
484 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
485 xcalloc and xfree.
486 * symtab.c (create_demangled_names_hash): Ditto.
487
0efffb96
AC
488 * defs.h (xmrealloc): Delete.
489 * utils.c (xmrealloc): Delete.
490 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
491 * symmisc.c (extend_psymbol_list): Use xrealloc.
492 * source.c (find_source_lines): Ditto.
493 * hpread.c (hpread_lookup_type): Ditto.
494 * dbxread.c (add_bincl_to_list): Ditto.
495
7936743b
AC
496 * utils.c (xmmalloc): Delete.
497 (xmalloc): Inline xmmalloc and mmalloc calls.
498 (msavestring): Use xmalloc.
499 * defs.h (xmmalloc): Delete declaration.
500 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
501 xmmalloc.
502 * symmisc.c (extend_psymbol_list): Ditto.
503 * symfile.c (init_psymbol_list): Ditto.
504 * source.c (find_source_lines): Ditto.
505 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
506 * elfread.c (elf_symtab_read): Ditto.
507 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
508 * coffread.c (coff_symfile_init): Ditto.
509
252ab814
DC
5102004-08-10 David Carlton <carlton@bactrian.org>
511
512 * MAINTAINERS: Remove David Carlton from c++ testsuite
513 maintainers.
514
8f5ba92b
JG
5152004-08-10 Jerome Guitton <guitton@gnat.com>
516
517 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
518 print a line feed before the prompt.
519
21749010
MK
5202004-08-10 Mark Kettenis <kettenis@gnu.org>
521
522 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
523
1f011ce2
JB
5242004-08-09 Joel Brobecker <brobecker@gnat.com>
525
526 General cleanup of the AIX xm include file:
527 * config/xm-aix4.h (fd_set): Remove undefine.
528 Remove include of <sys/select.h>.
529 (HAVE_TERMIO): Remove define.
530 (USG): Likewise.
531 (NULL): Remove redefine.
532 (alloca): Remove #pragma.
533 (vfork): Remove define.
534 (termdef): Remove.
535 (SIGWINCH_HANDLER): Remove.
536 (SIGWINCH_HANDLER_BODY): Remove.
537
cf4e7692
MK
5382004-08-09 Mark Kettenis <kettenis@gnu.org>
539
540 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
541 GDB_OSABI_OPENBSD_ELF.
542
ac5754fa
MK
5432004-08-07 Robert Millan <robertmh@gnu.org>
544
545 * bsd-kvm.c: Check for nlist.h before including it.
546
086ec9eb
MK
5472004-08-09 Mark Kettenis <kettenis@gnu.org>
548
bbe06c74
MK
549 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
550 sigcontext' offset consistency checks for ancient BSD.
551
3aa7b3b3
MK
552 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
553
086ec9eb
MK
554 * configure.in: Check for <sys/types.h>. Check return and
555 argument types of ptrace.
556 * configure, config.in: Regenerate.
557
09991fa0
JB
5582004-08-09 Jim Blandy <jimb@redhat.com>
559
560 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
561 rs6000_register_sim_regno): Doc fixes.
562
fed7ba43
JB
5632004-08-08 Joel Brobecker <brobecker@gnat.com>
564
565 * mips-tdep.c: Include "floatformat.h".
566 (n32n64_floatformat_always_valid): New function.
567 (floatformat_n32n64_long_double_big): New constant.
568 (mips_gdbarch_init): Set size and format of long double
569 for N32 and N64 ABIs.
570 * Makefile.in (mips-tdep.o): Update dependencies.
571
456fcf94
AC
5722004-08-08 Andrew Cagney <cagney@gnu.org>
573
2f9b146e
AC
574 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
575 print. Improve script's error messages.
576 * gdbarch.h: Re-generate.
577
456fcf94
AC
578 * gdbarch.sh (pformat): New function.
579 (float_format, double_format, long_double_format): List with bit
580 members. Use pformat when printing.
581 * gdbarch.c, gdbarch.h: Re-generate.
582
69e9e646
NW
5832004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
584
585 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
586 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
587 (ppcnbsd_supply_pcb): New function.
588 (_initialize_ppcnbsd_nat): New prototype and function.
589 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
590 (LOADLIBES): New variable.
591 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
592
5ef2d0aa
AC
5932004-08-08 Andrew Cagney <cagney@gnu.org>
594
595 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
596 (builtin_type_ieee_double, builtin_type_ia64_quad)
597 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
598 BE/LE floating-point types.
599 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
600 (builtin_type_ieee_double, builtin_type_ia64_quad)
601 (builtin_type_ia64_spill): Declare.
602 * doublest.c (_initialize_doublest, floatformat_ieee_single)
603 (floatformat_ieee_double, floatformat_arm_ext)
604 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
605 of LE/BE floatformats.
606 * doublest.h: (struct floatformat, floatformat_ieee_single)
607 (floatformat_ieee_double, floatformat_arm_ext)
608 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
609
5c7f2947
MK
6102004-08-08 Mark Kettenis <kettenis@gnu.org>
611
ecac404d
MK
612 * i386gnu-nat.c (gnu_store_registers): Fix typo.
613
9b8607ce
MK
614 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
615 instead of regcache_raw_supply when storing the registers.
616
f6052080
MK
617 * i386gnu-nat.c: Update copyright year.
618 (gnu_store_registers): Don't use deprecated_registers and
619 deprecated_registers_valid. Use regcache_valid_p and
620 regcache_raw_supply instead.
621
17777823
MK
622 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
623 frame_pc_unwind.
624
5240ceac
MK
625 * procfs.c (procfs_pid_to_str): Remove redundant and unused
626 variables. Incapitalized "process".
627
5c7f2947
MK
628 * configure.in: Add cursesX to the list of possible curses libs.
629 Add cursesX.h to the list of possible curses headers.
630 * configure, config.in: Regenerate.
631
da7d81e3
NW
6322004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
633
634 * configure.in: Test for struct lwp in <sys/lwp.h>.
635 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
636 the offset of l_addr in struct lwp.
637
7f245d65
NW
6382004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
639
640 * bsd-kvm.c: Include "gdbcore.h"
641 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
642
47b3f456
AC
6432004-08-07 Andrew Cagney <cagney@gnu.org>
644
70bd8e24
AC
645 * gdbtypes.c (build_flt, build_complex): New functions.
646 (gdbtypes_post_init): Use.
647
9b0dea39
AC
648 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
649
5cf7abac
AC
650 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
651 through to builtin_type_uint128.
652
64d2b26d
AC
653 * c-exp.y: Use builtin_type function to obtain builtin types.
654
7ad6570d
AC
655 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
656 builtin_uint128.
657 * gdbtypes.c (gdbtypes_post_init): Update.
658 (build_gdbtypes): Move initialization of builtin_type_int0
659 through to builtin_type_uint128 from here ...
660 (_initialize_gdbtypes): ... to here.
661 * d10v-tdep.c (d10v_register_type): Update.
662
47b3f456
AC
663 * doublest.c: Update copyright.
664 (floatformat_from_length): Call error when floatformat is NULL.
665 (extract_floating_by_length): Remove NULL fmt check.
666 (store_floating_by_length): Ditto.
667
0a8146bf
AC
6682004-08-07 Andrew Cagney <cagney@gnu.org>
669
670 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
671 that the register is valid.
672
c0ccb908
MK
6732004-08-05 Mark Kettenis <kettenis@chello.nl>
674
8e6bed05
MK
675 * i386-linux-tdep.c (i386_linux_sigtramp_start)
676 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
677 struct frame_info *. Use safe_frame_unwind_memory instead of
678 deprecated_read_memory_nobpt.
679 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
680 changed signature of i386_linux_sigtramp_start and
681 i386_linux_rt_sigtramp_start.
682
24f9f5e3
MK
683 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
684 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
685 instead of deprecated_read_memory_nobpt.
686 (i386nbsd_sigtramp_p): Adjust for changed signature of
687 i386nbsd_sigtramp_offset.
688
c822af0c
MK
689 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
690 safe_frame_unwind_memory instead of target_read_memory.
691
c0ccb908
MK
692 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
693 !NO_SYS_FILE.
694 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
695 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
696 (_initialize_kernel_u_addr): Remove prototype and function.
697 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
698 !NO_SYS_FILE.
699 * xcoffread.c: Likewise.
700
b9e1c0d6
MK
7012004-08-06 Mark Kettenis <kettenis@gnu.org>
702
703 * vax-nat.c: New file.
704 * vaxbsd-nat.c: Tweak comment.
705 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
706 vaxnbsd-tdep.c.
707 (vax-nat.o): New dependency.
708 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
709 (vax-*-ultrix2*): Remove.
710 * config/vax/vax.mh: New file.
711 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
712 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
713 (vax_register_u_addr): New prototype.
714 (REGISTER_U_ADDR): Define using vax_register_u_addr.
715 * config/vax/vaxult2.mh: Remove file.
716 * config/vax/vaxult.mh: Remove file.
717 * config/vax/vaxbsd.mh: Remove file.
718 * config/vax/vax.mt (TM_FILE): Remove.
719 * config/vax/tm-vaxbsd.h: Remove file.
720
9ad7bec7
JB
7212004-08-06 Joel Brobecker <brobecker@gnat.com>
722
723 * aix-thread.c (get_signaled_thread): New function.
724 (iter_trap): Delete, no longer used.
725 (iter_tid): New function.
726 (pd_update): Find the thread that received the SIGTRAP signal
727 by first locating the kernel thread, and then finding its
728 associated thread.
729
bf0d233d
UW
7302004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
731
732 * lin-lwp.c (child_wait): Continue inferior after processing
733 PTRACE_EVENT_CLONE event.
734
d0f853e1
NN
7352004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
736
737 * MAINTAINERS: Add self to Write-After-Approval.
738
ab14aeb0
JJ
7392004-08-05 Jeff Johnston <jjohnstn@redhat.com>
740
741 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
742 libunwind-xxxx.so" where xxxx is UNW_TARGET.
743
9c8dbfa9
AC
7442004-08-05 Andrew Cagney <cagney@gnu.org>
745
c8f3ca46
AC
746 * config/xm-sysv4.h: Delete file.
747 * config/mips/xm-irix5.h: Delete file.
748 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
749 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
750 * config/ia64/xm-aix.h: Delete file.
751 * config/ia64/aix.mh (XM_FILE): Delete.
752 * config/pa/xm-hppah.h: Delete file.
753 * config/pa/hpux11w.mh (XM_FILE): Delete.
754 * config/pa/hpux11.mh (XM_FILE): Delete.
755 * config/pa/hpux1020.mh (XM_FILE): Delete.
756 * config/pa/hppahpux.mh (XM_FILE): Delete.
757
5f7daaff
AC
758 * config/alpha/xm-alphalinux.h: Delete file.
759 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
760 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
761 * config/alpha/xm-alphaosf.h: Delete file.
762 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
763 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
764 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
765 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
766
69babf95
AC
767 * config/i386/xm-i386v.h: Delete file.
768 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
769 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
770 * config/i386/xm-i386sco.h: Delete file.
771 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
772 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
773 * config/i386/xm-i386v4.h: Delete file.
774 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
775 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
776 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
777 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
778
6f009c8a
AC
779 * config/vax/xm-vax.h: Delete file.
780 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
781 * config/vax/xm-vaxult2.h: Delete file.
782 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
783 * config/vax/vaxult2.mh (XM_FILE): Delete.
784 * config/vax/xm-vaxult.h: Delete file.
785 * config/vax/vaxult.mh (XM_FILE): Delete.
786 * config/vax/xm-vaxbsd.h: Delete file.
787 * config/vax/vaxbsd.mh (XM_FILE): Delete.
788
9c8dbfa9
AC
789 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
790 * gdbarch.h, gdbarch.c: Re-generate.
791 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
792 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
793 * frame.h: Delete deprecated_read_fp from comments.
794 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
795 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
796
84367a3e
MK
7972004-08-04 Mark Kettenis <kettenis@gnu.org>
798
9c8e3411
MK
799 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
800 trampoline in OpenBSD 3.5-current.
801
b87bc0d8
MK
802 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
803 SSE registers.
804
84367a3e
MK
805 * Makefile.in: Remove embedded page breaks.
806
a44bddec
JB
8072004-08-04 Jim Blandy <jimb@redhat.com>
808
7ab3286f
JB
809 * regcache.c (regcache_raw_read): Assert that, after calling
810 target_fetch_registers, the register we're reading is cached.
811
a44bddec
JB
812 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
813 a call to 'internal_error', with a more helpful error message.
814 * rs6000-tdep.c (e500_pseudo_register_read,
870d65d5 815 e500_pseudo_register_write, rs6000_store_return_value): Same.
a44bddec 816
35124113
AC
8172004-08-04 Andrew Cagney <cagney@gnu.org>
818
819 * Makefile.in: Update dependencies.
820
9f643768
JB
8212004-08-04 Jim Blandy <jimb@redhat.com>
822
6ced10dd
JB
823 Change the layout of the PowerPC E500 raw register cache to allow
824 the lower 32-bit halves of the GPRS to be their own raw registers,
825 not pseudoregisters.
826 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
827 add ppc_ev0_upper_regnum flag.
828 * rs6000-tdep.c: #include "reggroups.h".
829 (spe_register_p): Recognize the ev upper half registers as SPE
830 registers.
831 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
832 registers.
833 (e500_move_ev_register): New function.
834 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
835 vector registers are the pseudo-registers now, formed by splicing
836 together the gprs and the upper-half registers.
837 (e500_register_reggroup_p): New function.
838 (P): Macro deleted.
839 (P8, A4): New macro.
840 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
841 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
842 macros.
843 (registers_e500): Rearrange register set so that the raw register
844 set contains 32-bit GPRs and upper-half registers, and the SPE
845 vector registers become pseudo-registers.
846 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
847 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
848 register numbers are now the same for the E500 as they are for
849 other PowerPC variants. Register e500_register_reggroup_p as the
850 register group function for the E500.
851 * Makefile.in (rs6000-tdep.o): Update dependencies.
852
853 Adapt PPC E500 native support to the new raw regcache layout.
854 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
855 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
856 (fetch_spe_register, store_spe_register): Handle fetching/storing
857 all the SPE registers at once, if regno == -1. These now take
858 over the job of fetch_spe_registers and store_spe_registers.
859 (fetch_spe_registers, store_spe_registers): Deleted.
860 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
861 unconditionally; they're always raw. Fetch/store SPE upper half
862 registers, if present, instead of ev registers.
863 (fetch_register, store_register): Remove sanity checks: gprs are
864 never pseudo-registers now, so we never need to even mention any
865 registers that are ever pseudoregisters.
866
9f643768
JB
867 Use a fixed register numbering when communicating with the PowerPC
868 simulator.
869 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
870 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
871 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
872 New functions.
873 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
874 init_sim_regno_table.
875 * Makefile.in (gdb_sim_ppc_h): New variable.
876 (rs6000-tdep.o): Update dependencies.
877
1e2279c8
AC
8782004-08-02 Andrew Cagney <cagney@gnu.org>
879
1d94326f
AC
880 * cris-tdep.c (cris_register_size): Restore function, still used
881 locally.
882
331ae7ed
AC
883 * gdbarch.sh (deprecated_target_read_fp)
884 (deprecated_frame_locals_address, deprecated_frame_args_address)
885 (deprecated_frame_chain_valid, deprecated_frame_chain)
886 (deprecated_init_extra_frame_info, deprecated_pop_frame)
887 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
888 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
889 * gdbarch.h, gdbarch.c: Re-generate.
890 * regcache.c (deprecated_read_fp): Do not call
891 DEPRECATED_TARGET_READ_FP_P.
892 * infcmd.c (default_print_registers_info): Do not call
893 DEPRECATED_DO_REGISTERS_INFO.
894 * frame-base.c (default_frame_locals_address): Do not call
895 DEPRECATED_FRAME_LOCALS_ADDRESS.
896 (default_frame_args_address): Do not call
897 DEPRECATED_FRAME_ARGS_ADDRESS.
898
1e2279c8
AC
899 * gdbarch.sh (deprecated_register_raw_size)
900 (deprecated_register_virtual_size:int): Delete.
901 * gdbarch.h, gdbarch.c: Re-generate.
902 * cris-tdep.c (cris_register_size): Delete.
903 (cris_gdbarch_init): Update.
904 * alpha-tdep.c (alpha_register_raw_size)
905 (alpha_register_virtual_size): Delete.
906 (alpha_gdbarch_init): Update.
907
a90c06b4
AC
908 * gdbarch.sh (deprecated_register_virtual_type)
909 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
910 (deprecated_dummy_write_sp): Delete.
911 * gdbarch.h, gdbarch.c: Re-generate.
912
f42accbe
AC
913 * gdbarch.sh (deprecated_register_bytes): Delete.
914 * gdbarch.h, gdbarch.c: Re-generate.
915 * regcache.c (deprecated_register_bytes): New function.
916 * regcache.h (deprecated_register_bytes): Declare.
917 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
918 * v850-tdep.c (v850_gdbarch_init): Update.
919 * sh64-tdep.c (sh64_gdbarch_init): Update.
920 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
921 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
922 * mcore-tdep.c (mcore_gdbarch_init): Update.
923 * cris-tdep.c (cris_gdbarch_init): Update.
924 * arm-tdep.c (arm_gdbarch_init): Update.
925 * remote.c (init_remote_state): Update.
926 * remote-vx.c (vx_prepare_to_store): Update.
927 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
928 * irix5-nat.c (fetch_core_registers): Update.
929 * cris-tdep.c (cris_register_bytes_ok): Update.
930 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
931
45c9dd44
AC
932 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
933 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
934 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
935 (mips_insn16_frame_base_address, mips_insn16_frame_base)
936 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
937 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
938 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
939 (mips_insn32_frame_base_address, mips_insn32_frame_base)
940 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
941 with mips_insn16 and mips_insn32.
942
3acba339
AC
943 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
944 * rs6000-tdep.c (rs6000_push_dummy_call)
945 (rs6000_extract_return_value): Use register_size.
946 * xstormy16-tdep.c (xstormy16_get_saved_register)
947 (xstormy16_extract_return_value): Ditto.
948 * valops.c (value_assign): Ditto.
949 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
950 * v850-tdep.c (v850_extract_return_value): Ditto.
951 * tracepoint.c (collect_symbol): Ditto.
952 * target.c (debug_print_register): Ditto.
953 * stack.c (frame_info): Ditto.
954 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
955 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
956 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
957 (store_register_using_P): Ditto.
958 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
959 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
960 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
961 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
962 * regcache.c (deprecated_read_register_bytes)
963 (deprecated_write_register_bytes, read_register)
964 (write_register): Ditto.
965 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
966 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
967 * monitor.c (monitor_supply_register, monitor_fetch_register)
968 (monitor_store_register): Ditto.
969 * mn10300-tdep.c (mn10300_pop_frame_regular)
970 (mn10300_print_register): Ditto.
971 * mipsv4-nat.c (fill_fpregset): Ditto.
972 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
973 (mips64_fill_fpregset): Ditto.
974 * mi/mi-main.c (register_changed_p, get_register)
975 (mi_cmd_data_write_register_values): Ditto.
976 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
977 * irix5-nat.c (fill_gregset, fetch_core_registers):
978 * infrun.c (write_inferior_status_register): Ditto.
979 * infptrace.c (fetch_register, store_register): Ditto.
980 * infcmd.c (default_print_registers_info): Ditto.
981 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
982 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
983 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
984 * hpux-thread.c (hpux_thread_fetch_registers)
985 (hpux_thread_store_registers): Ditto.
986 * hppah-nat.c (store_inferior_registers, fetch_register):
987 * findvar.c (value_from_register): Ditto.
988 * dve3900-rom.c (fetch_bitmapped_register):
989 * cris-tdep.c (cris_gdbarch_init): Ditto.
990 * alpha-tdep.h: Ditto.
991 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
992
01e1877c
AC
993 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
994 DEPRECATED_REGISTER_RAW_SIZE from comments.
995 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
996 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
997 DEPRECATED_REGISTER_RAW_SIZE.
998 * findvar.c (value_of_register): Simplify by assuming that the
999 registers raw and virtual sizes are identical.
1000 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1001 comment.
1002 * arch-utils.c (generic_register_size): Simplify by assuming
1003 register_type.
1004
73f458fb
AC
1005 * regcache.c (legacy_read_register_gen, real_register)
1006 (legacy_write_register_gen): Delete, not used.
1007
336a3131
AC
1008 * regcache.c (struct regcache_descr): Delete legacy_p.
1009 (init_legacy_regcache_descr): Delete function.
1010 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1011 Do not use deprecated register functions.
1012 (regcache_raw_read, deprecated_write_register_gen):
1013 (deprecated_read_register_gen, regcache_raw_write): Delete code
1014 predicated on legacy_p.
1015 (register_size): Delete check against register raw size.
1016
c1d546cd
AC
1017 * cris-tdep.c (cris_register_type): Replace
1018 cris_register_virtual_type.
1019 (cris_gdbarch_init): Update, set register_type.
1020
48c2c0a6
AC
1021 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1022 * gdbarch.h, gdbarch.c: Re-generate.
1023 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1024 (arm_gdbarch_init) Do not set frameless function invocation.
1025 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1026 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1027 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1028 (frv_gdbarch_init): Do not set frameless function invocation.
1029 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1030 * sh-tdep.c (sh_gdbarch_init): Ditto.
1031 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1032 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1033 * avr-tdep.c (avr_gdbarch_init): Ditto.
1034
474093a6
AC
1035 * blockframe.c (legacy_frame_chain_valid): Delete function.
1036
3c109c8b
AC
1037 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1038 and pc. Update comments.
1039 (pc_in_dummy_frame): Delete function.
1040 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1041 use the "id".
1042 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1043 call_hi, top and pc, use the id.
1044 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1045
96860204
AC
1046 * dummy-frame.c: Include "gdb_string.h".
1047 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1048 (generic_save_dummy_frame_tos): Delete.
1049 (dummy_frame_push): New function, replaces above.
1050 * dummy-frame.h: Update copyright.
1051 (dummy_frame_push): Declare.
1052 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1053 (generic_save_call_dummy_addr): Delete declarations.
1054 * infcall.c: Include "dummy-frame.h".
1055 (call_function_by_hand): Add locals caller_regcache,
1056 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1057 with call to frame_save_as_regcache plus cleanup. Delete calls to
1058 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1059 Move clear_proceed_status to just before the resume, add call to
1060 dummy_frame_push (discard cleanup).
1061 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1062 (dummy-frame.o): Add $(gdb_string_h).
1063
d67ec5db
AC
10642004-08-01 Andrew Cagney <cagney@gnu.org>
1065
1066 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1067 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1068 * dummy-frame.c (find_dummy_frame): Delete.
1069 (struct dummy_frame_cache, dummy_frame_sniffer)
1070 (dummy_frame_prev_register, dummy_frame_this_id)
1071 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
1072 frame unwinder using a dummy_frame_cache.
1073
a81dcb05
AC
10742004-08-01 Andrew Cagney <cagney@gnu.org>
1075
1076 * frame.h (frame_save_as_regcache): Declare.
1077 * frame.c (frame_save_as_regcache): New function.
1078 (do_frame_read_register): Replace do_frame_unwind_register.
1079 (frame_pop): Use frame_save_as_regcache.
1080 * dummy-frame.c (generic_push_dummy_frame): Use
1081 frame_save_as_regcache.
1082
aa495d11
JB
10832004-08-01 Joel Brobecker <brobecker@gnat.com>
1084
1085 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
1086 file as included until we record the first line in the linetable.
1087
ff65ac78
AC
10882004-08-01 Andrew Cagney <cagney@gnu.org>
1089
1090 * frame.h (deprecated_pop_dummy_frame)
1091 (deprecated_read_register_dummy)
1092 (deprecated_generic_find_dummy_frame): Delete.
1093 * dummy-frame.c (deprecated_generic_find_dummy_frame)
1094 (deprecated_read_register_dummy)
1095 (deprecated_find_dummy_frame_regcache)
1096 (discard_innermost_dummy)
1097 (deprecated_pop_dummy_frame): Delete.
1098 (dummy_frame_this_id): Simplify.
1099 (struct dummy_frame): Delete "fp" and "sp".
1100 (find_dummy_frame): Simplify.
1101 (generic_push_dummy_frame): Do not set "fp" or "sp".
1102 (fprint_dummy_frames): Do not print "fp" and "sp"
1103
37bdc87e
MK
11042004-08-01 Mark Kettenis <kettenis@gnu.org>
1105
1106 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
1107 (struct i386_insn): New structure.
1108 (i386_match_insn): New function.
1109 (i386_frame_setup_skip_insns): New variable.
1110 (i386_analyze_frame_setup): Change to use i386_match_insn and the
1111 array i386_frame_setup_insns of instructions that should be
1112 skipped inside the frame setup sequence.
1113
8241eaa6
AC
11142004-08-01 Andrew Cagney <cagney@gnu.org>
1115
5bc602c7
AC
1116 * frame.h (deprecated_frame_xmalloc_with_cleanup)
1117 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1118 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1119 * stack.c (frame_info): Delete references to
1120 DEPRECATED_FRAME_INIT_SAVED_REGS and
1121 deprecated_get_frame_saved_regs.
1122 * frame.c (struct frame_info): Delete saved_regs and extra_info.
1123 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
1124 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
1125 (frame_unwind_register_signed)
1126 (frame_unwind_register_unsigned)
1127 (frame_unwind_unsigned_register): Use register_size.
1128 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
1129 (deprecated_frame_xmalloc_with_cleanup)
1130 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1131 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1132
03d363a1
AC
1133 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
1134 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
1135 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
1136 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
1137
8241eaa6
AC
1138 * infcall.c (call_function_by_hand): Do not use
1139 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
1140 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
1141 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
1142 DEPRECATED_STACK_ALIGN.
1143
f00df8b7
AC
11442004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1145
1146 Committed by Andrew Cagney.
1147 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
1148
eec63939
AC
11492004-08-01 Andrew Cagney <cagney@gnu.org>
1150
1151 * mips-tdep.c (mips16_frame_cache)
1152 (mips16_frame_this_id, mips16_frame_prev_register)
1153 (mips16_frame_unwind, mips16_frame_sniffer)
1154 (mips16_frame_base_address, mips16_frame_base)
1155 (mips16_frame_base_sniffer, mips32_frame_cache)
1156 (mips32_frame_this_id, mips32_frame_prev_register)
1157 (mips32_frame_unwind, mips32_frame_sniffer)
1158 (mips32_frame_base_address, mips32_frame_base)
1159 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
1160 separate heuristic mips16 and mips32 unwinders.
1161 (mips_stub_frame_cache, mips_stub_frame_this_id)
1162 (mips_stub_frame_prev_register)
1163 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
1164 (mips_stub_frame_base_address, mips_stub_frame_base)
1165 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
1166 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
1167 match true mdebug frames.
1168 (non_heuristic_proc_desc): Add forward declaration.
1169
e66299b3
AC
11702004-08-01 Andrew Cagney <cagney@gnu.org>
1171
83cbbf3e
AC
1172 * config/mips/tm-irix6.h: Delete file.
1173 * config/mips/tm-irix5.h: Delete file.
1174 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
1175 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
1176
22d41b37
AC
1177 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
1178 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
1179 * config/nm-gnu.h (NO_CORE_OPS): Delete.
1180 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
1181 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
1182 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
1183 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
1184 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
1185 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
1186 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
1187 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
1188 (TARGET_SIGNAL_RAW_VALUES): Delete.
1189 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1190 Delete.
1191 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
1192 (TARGET_HW_WATCH_LIMIT): Delete.
1193 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
1194 * minimon.h: Delete file.
1195
e66299b3
AC
1196 * trad-frame.c (trad_frame_get_this_base)
1197 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
1198 functions.
1199 * trad-frame.h (trad_frame_set_this_base)
1200 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
1201
1f67027d
AC
12022004-07-31 Andrew Cagney <cagney@gnu.org>
1203
1204 * trad-frame.c (trad_frame_get_prev_register): Rename
1205 trad_frame_get_prev_register.
1206 * vax-tdep.c (vax_frame_prev_register): Update.
1207 * trad-frame.h: Update.
1208 * trad-frame.c (trad_frame_get_register): Update.
1209 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
1210 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
1211 Update.
1212 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
1213 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
1214 Update.
1215 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
1216 Update.
1217 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
1218 Update.
1219 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
1220 Update.
1221 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
1222 Update.
1223 * s390-tdep.c (s390_frame_prev_register)
1224 (s390_stub_frame_prev_register)
1225 (s390_sigtramp_frame_prev_register): Update.
1226 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
1227 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
1228 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
1229 * m88k-tdep.c (m88k_frame_prev_register)
1230 * m68hc11-tdep.c (m68hc11_frame_prev_register)
1231 * m32r-tdep.c (m32r_frame_prev_register): Update.
1232 * hppa-tdep.c (hppa_frame_prev_register_helper)
1233 * frv-tdep.c (frv_frame_prev_register): Update.
1234 * d10v-tdep.c (d10v_frame_prev_register): Update.
1235 * cris-tdep.c (cris_frame_prev_register): Update.
1236 * avr-tdep.c (avr_frame_prev_register): Update.
1237 * arm-tdep.c (arm_prologue_prev_register)
1238 (arm_sigtramp_prev_register): Update.
1239
c1bf6f65
AC
12402004-07-31 Andrew Cagney <cagney@gnu.org>
1241
1242 * frame.h (legacy_saved_regs_unwind)
1243 (legacy_frame_chain_valid, legacy_frame_p)
1244 (enum frame_type): Delete UNKNOWN_FRAME.
01fbbd97
AC
1245 * dummy-frame.c (dummy_frame_this_id): Simplify.
1246 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
c1bf6f65
AC
1247 * frame.c (struct frame_info): Delete the field "type".
1248 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
1249 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
1250 (legacy_saved_regs_unwind, legacy_frame_p)
1251 (frame_type_from_pc): Delete.
1252 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
1253 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
1254
dc856692
MK
12552004-07-31 Mark Kettenis <kettenis@gnu.org>
1256
5a5effe1
MK
1257 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
1258 indentation.
1259
d4fd50a6
MK
1260 * mips-nat.c: Remove file.
1261 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
1262 (mips-nat.o): Remove dependency.
1263
2689df5a
MK
1264 * infptrace.c: Update copyright year.
1265 (fetch_register): Pass NULL in regcache_raw_supply call instead of
1266 explicitly setting the buffer to all zeroes.
1267
dc856692
MK
1268 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
1269 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
1270
763910e0
AC
12712004-07-30 Andrew Cagney <cagney@gnu.org>
1272
1273 * GDB 6.2 released from gdb_6_2-branch.
1274
0b66e38c
EZ
12752004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1276
1277 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
1278
1279 * exec.c (exec_file_attach):
1280 * nto-tdep.c (nto_find_and_open_solib):
1281 * pa64solib.c (pa64_solib_sizeof_symbol_table):
1282 * solib.c (solib_open):
1283 * somsolib.c (som_solib_sizeof_symbol_table):
1284 * source.c (is_regular_file, openp, open_source_file):
1285 * symfile.c (symfile_bfd_open):
1286 * wince.c (upload_to_device): Differentiate between the search for
1287 binary and source files.
1288
be7d7357
AC
12892004-07-30 Andrew Cagney <cagney@gnu.org>
1290
1291 * complaints.c (_initialize_complaints): Pass NULL to
1292 add_setshow_zinteger_cmd for help_doc.
1293 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
1294
ddc9cd0f
AC
12952004-07-30 Andrew Cagney <cagney@gnu.org>
1296
1297 Fix PR i18n/761.
1298 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
1299 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
1300 $(PACKAGE).pot and update-po.
1301 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
1302 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
1303 (update-po): New rules.
1304 (localedir): Define using autoconf.
1305 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
1306 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
1307 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
1308 * configure.in: Generate CATALOGS and LINGUAS from contents of
1309 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
1310 * configure: Re-generate.
1311 * po/gdbtext: New file
1312
e92f3704
JG
13132004-07-30 Jerome Guitton <guitton@gnat.com>
1314
1315 * MAINTAINERS: Reorder Write After Approval list in alphabetical
1316 order.
1317
b0f35d58
DL
13182004-07-30 David Lecomber <dsl@sources.redhat.com>
1319
1320 * dwarf2read.c (read_file_scope): Set producer if attribute
1321 present.
1322 (struct dwarf2_cu): Added new member producer.
1323
ce7d4522
JG
13242004-07-30 Jerome Guitton <guitton@gnat.com>
1325
1326 * inflow.c (kill_command): release file handles in BFD.
1327 * exec.c (exec_file_attach): Ditto.
1328 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
1329
05ee07c7
AC
13302004-07-29 Andrew Cagney <cagney@gnu.org>
1331
1332 * PROBLEMS (mips-irix): Note that it is broken.
1333
62eceb47
AC
13342004-07-29 Andrew Cagney <cagney@gnu.org>
1335
e57b8d41
AC
1336 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
1337 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
1338
d334389b
AC
1339 * config/xm-nbsd.h: Delete file.
1340 * config/arm/xm-nbsd.h: Delete file.
1341 * config/i386/xm-nbsd.h: Delete file.
1342 * config/ns32k/xm-nbsd.h: Delete file.
1343 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
1344 * config/i386/nbsdelf.mh (XM_FILE): Delete.
1345 * config/i386/nbsdaout.mh (XM_FILE): Delete.
1346 * config/arm/nbsdelf.mh (XM_FILE): Delete.
1347 * config/arm/nbsdaout.mh (XM_FILE): Delete.
1348
e910f676
AC
1349 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
1350 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
1351 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
1352 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
1353 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
1354 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
1355
6fa856b9
AC
1356 * config/powerpc/xm-linux.h: Delete empty file.
1357 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
1358 * config/powerpc/linux.mh (XM_FILE): Delete.
1359 * config/m68k/xm-linux.h: Delete empty file.
1360 * config/m68k/linux.mh (XM_FILE): Delete.
1361 * config/ia64/xm-linux.h: Delete empty file.
1362 * config/ia64/linux.mh (XM_FILE): Delete.
1363 * config/arm/xm-linux.h: Delete empty file.
1364 * config/arm/linux.mh (XM_FILE): Delete.
1365
471ae5ae
AC
1366 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1367 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
1368 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1369 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
1370 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1371 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
1372 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1373 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
1374
62eceb47
AC
1375 * config/m68k/xm-m68k.h: Delete file.
1376 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
1377 copyright.
1378 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
1379 * config/pa/xm-linux.h: Delete empty file.
1380 * config/pa/linux.mh (XM_FILE): Delete.
1381 * config/i386/xm-i386.h: Delete empty file.
1382 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
1383 "i386/xm-i386.h".
1384 * config/i386/obsdaout.mh (XM_FILE): Delete.
1385 * config/i386/obsd64.mh (XM_FILE): Delete.
1386 * config/i386/fbsd64.mh (XM_FILE): Delete.
1387 * config/i386/nto.mh (XM_FILE): Delete.
1388 * config/i386/obsd.mh (XM_FILE): Delete.
1389 * config/i386/linux64.mh (XM_FILE): Delete.
1390 * config/i386/linux.mh (XM_FILE): Delete.
1391 * config/i386/i386sol2.mh (XM_FILE): Delete.
1392 * config/i386/i386gnu.mh (XM_FILE): Delete.
1393 * config/i386/fbsd.mh (XM_FILE): Delete.
1394 * config/i386/nbsd64.mh (XM_FILE): Delete.
1395
c35f4ffc
AC
13962004-07-29 Andrew Cagney <cagney@gnu.org>
1397
1398 * config/pa/xm-linux.h: Do not include "floatformat.h".
1399 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1400 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1401 * config/i386/xm-i386.h: Do not include "floatformat.h".
1402 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1403 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1404 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1405 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
1406 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
1407 GDB_HOST_LONG_DOUBLE_FORMAT instead.
1408 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
1409 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
1410 * configure, config.in: Regenerate.
1411 * configure.host (gdb_host_float_format, gdb_host_double_format)
1412 (gdb_host_long_double_format): Set according to the host.
1413
624a44a3
AC
14142004-07-29 Andrew Cagney <cagney@gnu.org>
1415
1416 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
1417
0dea2468
AC
14182004-07-28 Andrew Cagney <cagney@gnu.org>
1419
1420 * PROBLEMS: Mention threads/1650.
1421 * NEWS: Mention the NPTL fix.
1422
b3f42336
AC
14232004-07-28 Andrew Cagney <cagney@gnu.org>
1424
1425 * cli/cli-decode.c (add_setshow_cmd): Delete function.
1426 (add_setshow_cmd_full): Make static.
1427 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
1428 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
1429 * cli/cli-decode.c (add_setshow_filename_cmd)
1430 (add_setshow_string_cmd): New functions.
1431 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
1432 * mips-tdep.c (_initialize_mips_tdep): Update.
1433 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
1434 * cli/cli-logging.c (_initialize_cli_logging): Update.
1435 * complaints.c (_initialize_complaints): Update.
1436 * remote.c (_initialize_remote): Update.
1437
3b64bf98
AC
14382004-07-28 Andrew Cagney <cagney@gnu.org>
1439
1440 * cli/cli-decode.c (add_setshow_zinteger_cmd)
1441 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
1442 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
1443 print parameters. Make string parameters constant.
1444 * command.h: Update. Update copyright.
1445 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1446 * observer.c (_initialize_observer): Ditto.
1447 * frame.c (_initialize_frame): Ditto.
1448 * complaints.c (_initialize_complaints): Ditto.
1449 * maint.c (_initialize_maint_cmds): Ditto.
1450 * target.c (initialize_targets): Ditto.
1451 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1452 * infcall.c (_initialize_infcall): Ditto.
1453 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1454 * m32r-rom.c (_initialize_m32r_rom): Ditto.
1455 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1456 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
1457 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1458
e9667a65
AC
14592004-07-28 Andrew Cagney <cagney@gnu.org>
1460
54a5b07d
AC
1461 * gdbtypes.c (lookup_primitive_typename): Delete function.
1462 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
1463 * ada-lex.l: Use language_lookup_primitive_type_by_name.
1464 * gdbtypes.c (lookup_typename): Ditto.
1465 * f-exp.y (yylex): Ditto.
1466 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
1467
e9667a65
AC
1468 * scm-lang.c (c_builtin_types): Delete extern declaration.
1469 (scm_language_defn): Replace
1470 string_char_type and primitive_type_vector with
1471 la_language_arch_info.
1472 * jv-lang.c (java_language_defn): Replace
1473 string_char_type and primitive_type_vector with
1474 la_language_arch_info.
1475 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
1476 c_builtin_types in comment.
1477 * c-lang.h (struct language_arch_info): Declare opaque.
1478 (c_language_arch_info): Declare.
1479 (c_builtin_types): Delete declaration.
1480 * c-lang.c (c_language_arch_info): Set string_char_type to
1481 builtin_char, not builtin_true_char. Make global.
1482 (c_builtin_types): Delete array.
1483 (asm_language_defn, minimal_language_defn): Replace
1484 string_char_type and primitive_type_vector with
1485 la_language_arch_info.
1486
685419e2
AC
14872004-07-28 Andrew Cagney <cagney@gnu.org>
1488
1489 * gdbtypes.h (struct builtin_type): Rename true_char to
1490 builtin_true_char.
1491 * gdbtypes.c (gdbtypes_post_init): Update.
1492 * c-lang.c (arch_info): New function.
1493 (enum c_primitive_types): New enum.
1494 (c_language_defn): Instead of string_char_type and
1495 primitive_type_vector set la_language_arch_info.
1496
5a44ea29
AC
14972004-07-28 Andrew Cagney <cagney@gnu.org>
1498
1499 * language.h (struct language_arch_info): Fix typo
1500 s/primative/primitive/.
1501 * gdbtypes.c (lookup_primitive_typename): Ditto.
1502 * language.c (language_lookup_primitive_type_by_name)
1503 (unknown_language_arch_info): Ditto.
1504
f290d38e
AC
15052004-07-27 Andrew Cagney <cagney@gnu.org>
1506
1507 * defs.h (enum language): Add nr_languages.
1508 * language.h (struct language_arch_info): Define.
1509 (struct language_defn): Add la_language_arch_info.
1510 (language_lookup_primative_type_by_name): Declare.
1511 (language_string_char_type): Declare.
1512 * language.c (_initialize_language, language_gdbarch_post_init)
1513 (struct language_gdbarch, language_gdbarch_data): Implement
1514 per-architecture language information.
1515 (unknown_language_arch_info, language_string_char_type)
1516 (language_lookup_primative_type_by_name): New functions.
1517 (unknown_language_defn, auto_language_defn)
1518 (local_language_defn): Set la_language_arch_info to
1519 unknown_language_arch_info.
1520 (unknown_builtin_types): Delete.
1521 * gdbtypes.c (lookup_primitive_typename): Use
1522 language_lookup_primative_type_by_name.
1523 (create_string_type): Use language_string_char_type.
1524 * values.c (value_from_string): Use language_string_char_type.
1525 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
1526 * p-lang.c (pascal_language_defn): Ditto.
1527 * m2-lang.c (m2_language_defn): Ditto.
1528 * jv-lang.c (java_language_defn): Ditto.
1529 * objc-lang.c (objc_language_defn): Ditto.
1530 * f-lang.c (f_language_defn): Ditto.
1531 * c-lang.c (c_language_defn, cplus_language_defn)
1532 (asm_language_defn, minimal_language_defn): Ditto.
1533
000177f0
AC
15342004-07-27 Andrew Cagney <cagney@gnu.org>
1535
1536 * gdbtypes.h (struct builtin_type): Declare.
1537 (builtin_type): Declare.
1538 * d10v-tdep.c (d10v_register_type): Use builtin_type.
1539 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
1540 (gdbtypes_post_init): New function.
1541 (builtin_type): New function.
1542
e22f895c
KI
15432004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
1544
1545 * remote-m32r-sdi.c: Fix breakpoint bug.
1546 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
1547 recv_char_data, recv_long_data): New functions to replace communication
1548 sequences.
1549
536517dd
MC
15502004-07-26 Michael Chastain <mec.gnu@mindspring.com>
1551
1552 Document PR threads/1650.
1553 * PROBLEMS (Threads): Document problem with many threads
1554
a0a44d18
AC
15552004-07-26 Andrew Cagney <cagney@gnu.org>
1556
1557 * gdb-mi.el: Move from here ...
1558 * mi/gdb-mi.el: ... to here.
1559
7ac4ac06
AC
15602004-07-26 Andrew Cagney <cagney@gnu.org>
1561
1562 Problem reported by Ashley Pittman <ashley@quadrics.com>.
1563 * main.c (captured_main): When in batch mode always detach.
1564
a1b461bf
AC
15652004-07-26 Andrew Cagney <cagney@gnu.org>
1566
1567 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
1568 and h8300 as broken.
1569 * NEWS: END-OF-LIFE frame compatibility module.
1570 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
1571 specific comments.
1572
cb1a6d5f
AC
15732004-07-26 Andrew Cagney <cagney@gnu.org>
1574
1575 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
1576 * xcoffsolib.c (_initialize_xcoffsolib): Update.
1577 * wince.c (_initialize_wince): Update.
1578 * win32-nat.c (_initialize_win32_nat): Update.
1579 * varobj.c (_initialize_varobj): Update.
1580 * valops.c (_initialize_valops): Update.
1581 * utils.c (initialize_utils, initialize_utils): Update.
1582 * tui/tui-win.c (_initialize_tui_win): Update.
1583 * top.c (init_main): Update.
1584 * symfile.c (_initialize_symfile): Update.
1585 * source.c (_initialize_source): Update.
1586 * somsolib.c (_initialize_som_solib): Update.
1587 * solib.c (_initialize_solib): Update.
1588 * solib-frv.c (_initialize_frv_solib): Update.
1589 * serial.c (_initialize_serial): Update.
1590 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
1591 * remote.c (_initialize_remote, _initialize_remote): Update.
1592 * remote-vx.c (_initialize_vx): Update.
1593 * remote-utils.c (_initialize_sr_support): Update.
1594 * remote-sds.c (_initialize_remote_sds): Update.
1595 * remote-mips.c (_initialize_remote_mips): Update.
1596 * remote-e7000.c (_initialize_remote_e7000): Update.
1597 * proc-api.c (_initialize_proc_api): Update.
1598 * printcmd.c: Update.
1599 * parse.c (_initialize_parse): Update.
1600 * pa64solib.c (_initialize_pa64_solib): Update.
1601 * p-valprint.c (_initialize_pascal_valprint): Update.
1602 * monitor.c (_initialize_remote_monitors): Update.
1603 * mips-tdep.c (_initialize_mips_tdep): Update.
1604 * mcore-tdep.c (_initialize_mcore_tdep): Update.
1605 * maint.c (_initialize_maint_cmds): Update.
1606 * lin-lwp.c (_initialize_lin_lwp): Update.
1607 * language.c (_initialize_language): Update.
1608 * kod.c (_initialize_kod): Update.
1609 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
1610 * i386-tdep.c (_initialize_i386_tdep): Update.
1611 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
1612 * gdbarch.sh: Update.
1613 * gdbarch.c: Re-generate.
1614 * gdb-events.sh: Update.
1615 * gdb-events.c: Re-generate.
1616 * frame.c (_initialize_frame): Update.
1617 * exec.c: Update.
1618 * demangle.c (_initialize_demangler): Update.
1619 * dcache.c (_initialize_dcache): Update.
1620 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
1621 * cp-valprint.c (_initialize_cp_valprint): Update.
1622 * corefile.c (_initialize_core): Update.
1623 * command.h: Update.
1624 * cli/cli-decode.h: Update.
1625 * cli/cli-cmds.c (init_cli_cmds): Update.
1626 * charset.c (_initialize_charset): Update.
1627 * breakpoint.c (_initialize_breakpoint): Update.
1628 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
1629 * alpha-tdep.c (_initialize_alpha_tdep): Update.
1630 * aix-thread.c (_initialize_aix_thread): Update.
1631
b4632131
MK
16322004-07-24 Mark Kettenis <kettenis@gnu.org>
1633
1634 Partial fix for PR backtrace/1718.
1635 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
1636 that GCC migrates into the prolugue. Don't handle any
1637 instructions that clobber %ebx.
1638
822c9732
AC
16392004-07-23 Andrew Cagney <cagney@gnu.org>
1640
1641 Use regcache_raw_collect instead of regcache_collect.
1642 * regcache.h (regcache_collect): Delete declaration.
1643 * regcache.c (regcache_colect): Delete function.
1644 * win32-nat.c (do_child_store_inferior_registers): Update.
1645 * sol-thread.c (sol_thread_store_registers): Update.
1646 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
1647 * rs6000-nat.c (store_register): Update.
1648 * remote.c (store_register_using_P, remote_store_registers): Update.
1649 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
1650 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
1651 (fill_vrregset, store_spe_registers, fill_gregset)
1652 (fill_gregset): Update.
1653 * nto-procfs.c (procfs_store_registers): Update.
1654 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
1655 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
1656 * m68klinux-nat.c (store_register, fill_gregset): Update.
1657 * m68k-tdep.c (fill_gregset): Update.
1658 * infptrace.c (store_register): Update.
1659 * i386-nto-tdep.c (i386nto_regset_fill): Update.
1660 * i386-linux-nat.c (store_register, fill_gregset): Update.
1661 * hppa-linux-nat.c (fill_gregset): Update.
1662 * go32-nat.c (store_register): Update.
1663 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
1664 (store_fp_regs): Update.
1665 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
1666 (store_nwfpe_extended, store_fpregister, store_fpregs)
1667 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
1668 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
1669 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
1670 (store_regs_user_thread, store_regs_kernel_thread): Update.
1671
32b05c07
MK
16722004-07-24 Mark Kettenis <kettenis@gnu.org>
1673
1674 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
1675 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
1676 encoding.
1677 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
1678 member of `struct comp_unit'.
1679
8567c30f
AC
16802004-07-23 Andrew Cagney <cagney@gnu.org>
1681
1682 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
1683 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
1684
f6da8dd8
MH
16852004-07-23 Martin Hunt <hunt@redhat.com>
1686 Kevin Buettner <kevinb@redhat.com>
1687
1688 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
1689 alignment was being added to the offset instead of multiplied.
1690
bd921882
MK
16912004-07-23 Mark Kettenis <kettenis@gnu.org>
1692
24f033e8
MK
1693 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
1694 changed signal trampoline in OpenBSD 3.5-current.
1695
90f3cecd
MK
1696 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
1697 <machine/pcb.h> and "bsd-kvm.h".
1698 (sparc64nbsd_supply_pcb): New function.
1699 (_initialize_sparc64nbsd_nat): Renamed from
1700 _initialize_sparcnbsd_nat. Enable libkvm interface.
1701 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
1702 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
1703 (LOADLIBES): New variable.
1704
a4954a62
MK
1705 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
1706
bd921882
MK
1707 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
1708
23a6d369
AC
17092004-07-21 Andrew Cagney <cagney@gnu.org>
1710
1711 Use regcache_raw_supply instead of supply_register.
1712 * regcache.h (supply_register): Delete declaration.
1713 * regcache.c (supply_register): Delete function.
1714 * wince.c (do_child_fetch_inferior_registers): Update.
1715 * win32-nat.c (do_child_fetch_inferior_registers)
1716 (fetch_elf_core_registers): Update.
1717 * v850ice.c (v850ice_fetch_registers): Update.
1718 * thread-db.c (thread_db_store_registers): Update.
1719 * sol-thread.c (sol_thread_store_registers): Update.
1720 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
1721 * rs6000-nat.c (fetch_register): Update.
1722 * rom68k-rom.c (rom68k_supply_one_register): Update.
1723 * remote.c (remote_wait, remote_async_wait): Update.
1724 * remote-st.c (get_hex_regs): Update.
1725 * remote-sim.c (gdbsim_fetch_register): Update.
1726 * remote-sds.c (sds_fetch_registers): Update.
1727 * remote-rdp.c (remote_rdp_fetch_register): Update.
1728 * remote-rdi.c (arm_rdi_fetch_registers): Update.
1729 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
1730 * remote-m32r-sdi.c (m32r_fetch_register): Update.
1731 * remote-hms.c (init_hms_cmds): Update.
1732 * remote-est.c (init_est_cmds): Update.
1733 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
1734 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
1735 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
1736 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
1737 (fetch_register, supply_vrregset, supply_vrregset)
1738 (fetch_spe_registers): Update.
1739 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
1740 * monitor.c (monitor_supply_register): Update.
1741 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
1742 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
1743 (mipsnbsd_supply_fpreg): Update.
1744 * mips-nat.c (fetch_inferior_registers)
1745 (fetch_core_registers): Update.
1746 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
1747 (supply_fpregset, mips64_supply_gregset)
1748 (mips64_supply_fpregset): Update.
1749 * m68klinux-nat.c (fetch_register, supply_gregset)
1750 (supply_fpregset): Update.
1751 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
1752 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
1753 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
1754 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
1755 * infptrace.c (fetch_register): Update.
1756 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
1757 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
1758 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
1759 (gnu_fetch_registers, gnu_store_registers): Update.
1760 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
1761 * i386-linux-nat.c (fetch_register, supply_gregset)
1762 (dummy_sse_values): Update.
1763 * hpux-thread.c (hpux_thread_fetch_registers): Update.
1764 * hppah-nat.c (fetch_register): Update.
1765 * hppa-linux-nat.c (fetch_register, supply_gregset)
1766 (supply_fpregset): Update.
1767 * go32-nat.c (fetch_register): Update.
1768 * dve3900-rom.c (fetch_bitmapped_register)
1769 (_initialize_r3900_rom): Update.
1770 * cris-tdep.c (supply_gregset): Update.
1771 * abug-rom.c (init_abug_cmds): Update.
1772 * core-aout.c (fetch_core_registers): Update.
1773 * armnbsd-nat.c (supply_gregset, supply_fparegset)
1774 (fetch_register, fetch_fp_register): Update.
1775 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
1776 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
1777 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
1778 * alphanbsd-tdep.c (fetch_core_registers): Update.
1779 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
1780 * alpha-nat.c (fetch_osf_core_registers)
1781 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
1782 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
1783 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
1784
73cc75f3
AC
17852004-07-21 Andrew Cagney <cagney@gnu.org>
1786
1787 * PROBLEMS: Mention breakpoints/1702.
1788 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
1789 that is known to work.
1790
a53c66de
AC
17912004-07-21 Andrew Cagney <cagney@gnu.org>
1792
1793 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
1794 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
1795 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
1796 (handle_inferior_event): Wrap call to deprecated
1797 IGNORE_HELPER_CALL in #ifdef.
1798 * config/mips/tm-nbsd.h: Update.
1799
708ff411
JB
18002004-07-20 Jim Blandy <jimb@redhat.com>
1801
412b3060
JB
1802 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
1803 bfd_mach_ppc has no segment registers.
1804
13ac140c
JB
1805 Include PowerPC SPR numbers for special-purpose registers.
1806 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
1807 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
1808 new member in initializer.
1809 (S, S4, SN4, S64): New macros for defining special-purpose
1810 registers.
1811 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
1812 registers_403, registers_403GC, registers_505, registers_860,
1813 registers_601, registers_602, registers_603, registers_604,
1814 registers_750, registers_e500): Use them.
1815
708ff411
JB
1816 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
1817 replace references with expression used to initialize variable.
1818
1f602b35
AC
18192004-07-20 Andrew Cagney <cagney@gnu.org>
1820
1821 * breakpoint.c (deprecated_read_memory_nobpt): Rename
1822 read_memory_nobpt.
1823 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
1824 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
1825 (s390_sigtramp_frame_sniffer): Update.
1826 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
1827 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
1828 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1829 (mips32_fetch_instruction): Update.
1830 * mcore-tdep.c (get_insn): Update.
1831 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
1832 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
1833 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
1834 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1835 (i386_linux_rt_sigtramp_start): Update.
1836 * i386-linux-nat.c (child_resume): Update.
1837 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
1838 * hppa-linux-tdep.c (insns_match_pattern): Update.
1839 * gdbcore.h: Update.
1840 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
1841 * frame.c (safe_frame_unwind_memory): Update.
1842 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
1843 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
1844 * alpha-tdep.c (alpha_read_insn): Update.
1845
2cd8546d
AC
18462004-07-20 Andrew Cagney <cagney@gnu.org>
1847
1848 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
1849 containing both bytes and mask. Add "frame_type".
1850 * tramp-frame.c (tramp_frame_start): Update.
1851 (tramp_frame_prepend_unwinder): Update.
1852 * mips-linux-tdep.c (mips_linux_o32_sigframe)
1853 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
1854 (mips_linux_n64_rt_sigframe): Update. Make "static const".
1855 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
1856
f928dd62
EZ
18572004-07-19 Eli Zaretskii <eliz@gnu.org>
1858
1859 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
1860 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
1861 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
1862 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
1863
d5c560f7
AC
18642004-07-17 Andrew Cagney <cagney@gnu.org>
1865
860660cb
AC
1866 * NEWS, PROBLEMS: Update for 6.2.
1867
8c266f54
AC
1868 * README: Update to 6.2.
1869
a552edd9
AC
1870 * utils.c (xvasprintf): Call xstrvprintf.
1871
c4a172b5
AC
1872 * parse.c: Update copyright.
1873 (null_post_parser): Eliminate ARGSUSED.
1874
da745b36
AC
1875 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
1876 * tui/tui-win.c (tui_get_cmd_list): Ditto.
1877 * symfile-mem.c (_initialize_symfile_mem): Ditto.
1878
9cbc6ef0
AC
1879 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
1880 * ppc-linux-nat.c: Use "Linux kernel".
1881 * hppa-linux-tdep.c: Use GNU/Linux.
1882 * hppa-linux-nat.c: Use GNU/Linux.
1883 * dwarfread.c: Add [sic] to use of Linux.
1884
1b89295f
AC
1885 * hppa-linux-nat.c: Do not include <string.h>.
1886 (supply_fpregset): Remove "register" attribute.
1887
d5c560f7
AC
1888 * solib-frv.c (fetch_loadmap): Use xfree, not free.
1889
7ddd7709
MK
18902004-07-17 Mark Kettenis <kettenis@gnu.org>
1891
b1d19a62
MK
1892 * configure.in: Define _MSE_INT_H on Solaris 9 too.
1893 * configure, config.in: Regenerated.
1894
7ddd7709
MK
1895 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
1896 "bsd-kvm.h".
1897 (vaxbsd_supply_pcb): New function.
1898 (_initialize_vaxbsd_nat): New prototype and function.
1899 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
1900 solib-sunos.o.
1901 (LOADLIBES): New variable.
1902 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
1903 (LOADLIBES): New variable.
1904 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
1905 (LOADLIBES): New variable.
1906 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1907
2c07db7a
AC
19082004-07-16 Andrew Cagney <cagney@gnu.org>
1909
1910 * defs.h (event_loop_p): Replace variable declaration with macro,
1911 always 1.
1912 * main.c (captured_main): Delete options "-async" and "-noasync".
1913 (event_loop_p): Delete variable.
1914 * NEWS: Mention that "-async" and "-noasync" were removed.
1915
717eb1cf
AC
19162004-07-16 Andrew Cagney <cagney@gnu.org>
1917
1918 * remote-m32r-sdi.c: Re-indent.
1919
c101bc14
JB
19202004-07-16 Jim Blandy <jimb@redhat.com>
1921
5109a438
JB
1922 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
1923 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
1924 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
1925 missing MPC823 SPRs.
1926 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
1927 incorrect. (This was corrected in GDB's register name tables on
1928 2004-07-14.)
1929
c101bc14
JB
1930 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
1931 should be "esasrr" ("ESA Save and Restore Register").
1932
7ce450bd
AC
19332004-07-16 Andrew Cagney <cagney@gnu.org>
1934
1935 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
1936 calls, no longer applicable. Update comments and rename parameter
1937 "step_frame" to "return_frame".
1938
ca73dd9d
AC
19392004-07-16 Andrew Cagney <cagney@gnu.org>
1940
1941 * frame.c (fprint_field): New function.
1942 (fprint_frame_id): Use fprint_field.
1943
31941f6d
JB
19442004-07-15 Joel Brobecker <brobecker@gnat.com>
1945
1946 * ada-lang.c (ada_language_defn): Remove commented out code.
1947
f86a7158
JB
19482004-07-15 Jim Blandy <jimb@redhat.com>
1949
1950 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
1951 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
1952
c24791ec
JB
19532004-07-14 Jim Blandy <jimb@redhat.com>
1954
29bb1356
JB
1955 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
1956
cc98b5cc
JB
1957 * ppc-tdep.h (ppc_num_vrs): New enum constant.
1958
8f088af7
JB
1959 * ppc-tdep.h (ppc_num_srs): New enum constant.
1960
0ea0ec5f
JB
1961 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
1962 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
1963 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
1964 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
1965 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
1966 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
1967 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
1968 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
1969 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
1970 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
1971 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
1972 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
1973 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
1974 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
1975 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
1976 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
1977 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
1978 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
1979 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
1980 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
1981 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
1982 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
1983 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
1984 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
1985 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
1986 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
1987 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
1988 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
1989 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
1990 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
1991 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
1992 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
1993 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
1994 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
1995 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
1996 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
1997 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
1998 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
1999 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2000 special-purpose register numbers.
2001
c24791ec
JB
2002 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2003 manual mentions 'md_twb', but many mention 'm_twb', and at that
2004 point in the register list.)
2005
d833db3b
AC
20062004-07-14 Andrew Cagney <cagney@gnu.org>
2007
2008 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2009 instead of "internal-error".
2010
080228b2
JB
20112004-07-10 Joel Brobecker <brobecker@gnat.com>
2012
2013 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2014 that was inserted inside a comment.
2015
c268433a
RC
20162004-07-10 Randolph Chung <tausq@debian.org>
2017
2018 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2019 function.
2020 (hppa_hpux_push_dummy_code): New function.
2021 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2022 Set find_global_pointer method.
2023
71009278
MK
20242004-07-10 Mark Kettenis <kettenis@gnu.org>
2025
2026 * NEWS: Mention BSD libkvm interface.
2027
b2fa5097
MS
20282004-07-10 Michael Snyder <msnyder@redhat.com>
2029
2030 * symfile.c (generic_load): Comment typo.
2031 * stack.c (get_selected_block): Ditto.
2032 * regcache.c (regcache_cooked_read): Ditto.
2033 * monitor.c (monitor_debug): Ditto.
2034 * mips-tdep.c (mips_read_pc): Ditto.
2035 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2036 * gdb_mbuild.sh: Ditto.
2037 * gdbarch.sh: Ditto.
2038 * gdbarch.h: Ditto.
2039
c3e5cd34
PH
20402004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2041
8a2225b2
PH
2042 * ada-tasks.c: Remove file.
2043
c3e5cd34
PH
2044 Remove ARI problems:
2045
2046 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2047 beginning of line.
2048
2049 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2050 Add comment.
2051 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2052 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2053 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2054 (UMIN_OF_SIZE): Remove.
2055 (max_of_type): New function to replace orphan macro in gdbtypes.h
2056 (min_of_type): Ditto.
2057 (discrete_type_high_bound): Use max_of_type.
2058 (discrete_type_low_bound): Use min_of_type.
2059 (possible_user_operator_p): Move operator to beginning of line.
2060 (ada_is_variant_part): Ditto.
2061 (ensure_lval): Rewrite to avoid deprecated operations.
2062 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2063 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2064 (ada_enum_name): Remove assignments in 'if' statements.
2065 (build_ada_types): Add gdbarch parameter.
2066 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2067 with gdbarch_data_register_post_init.
2068 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2069 add_show_from_set.
2070
2071 * ada-valprint.c (inspect_it): Remove declaration.
2072 (repeat_count_threshold): Remove declaration.
2073 (ada_print_floating): Remove assignments in 'if' statements.
2074 (print_str): Move operator to beginning of line.
2075
61ce229a
JB
20762004-07-08 Jim Blandy <jimb@redhat.com>
2077
2078 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2079
09bcec80
BR
20802004-07-08 Bob Rossi <bob@brasko.net>
2081
2082 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
2083
31c27f77
JJ
20842004-07-06 Jeff Johnston <jjohnstn@redhat.com>
2085
2086 * language.h (struct_language_defn): Add new function pointer:
2087 la_class_name_from_physname. Also add new prototype for
2088 language_class_name_from_physname.
2089 * language.c (language_class_name_from_physname): New function.
2090 (unk_lang_class_name): Ditto.
2091 (unknown_language_defn, auto_language_defn): Change
2092 to add unk_lang_class_name function pointer for
2093 la_class_name_from_physname.
2094 (local_language_defn): Ditto.
2095 * dwarf2read.c (guess_structure_name): Change to call
2096 language_class_name_from_physname.
2097 (determine_class_name): Ditto.
2098 * cp-support.c (class_name_from_physname): Renamed.
2099 (cp_class_name_from_physname): New name of function.
2100 * cp-support.h: Ditto.
2101 * c-lang.c (c_language_defn): Change to add NULL
2102 for class_name_from_physname function pointer.
2103 (cplus_language_defn): Change to add cp_class_name_from_physname.
2104 * jv-lang.c (java_class_name_physname): New function.
2105 (java_find_last_component): New static routine.
2106 (java_language_defn): Add java_class_name_from_physname pointer.
2107 * ada-lang.c (ada_language_defn): Change to add NULL
2108 for class_name_from_physname function pointer.
2109 * f-lang.c (f_language_defn): Ditto.
2110 * m2-lang.c (m2_language_defn): Ditto.
2111 * objc-lang.c (objc_language_defn): Ditto.
2112 * p-lang.c (pascal_language_defn): Ditto.
2113 * scm-lang.c (scm_language_defn): Ditto.
2114
ee28ca0f
AC
21152004-07-06 Andrew Cagney <cagney@gnu.org>
2116
2117 Patch from Bart Robinson.
2118 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
2119 (O_LARGEFILE): Define to 0, if not defined.
2120
fdb1bf9d
MK
21212004-07-03 Mark Kettenis <kettenis@gnu.org>
2122
cb162ff6
MK
2123 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
2124 <machine/pcb.h> and "bsd-kvm.h".
2125 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
2126 (m68kbsd_supply_pcb): New function.
2127 (_initialize_m68kbsd_nat): New prototype and function.
2128 * Makefile.in (m68kbsd-nat.o): Update dependencies.
2129 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2130 (LOADLIBES): New variable.
2131 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2132 (LOADLIBES): New variable.
2133
fdb1bf9d
MK
2134 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
2135
963c4174
MK
21362004-07-03 Mark Kettenis <kettenis@gnu.org>
2137
2138 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
2139 <sys/proc.h>.
2140 (bsd_kvm_cmdlist): New variable.
2141 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
2142 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
2143 command and "kvm proc" command.
2144 * Makefile.in (bsd-kvm.o): Update dependencies.
2145
533f1d8f
MK
21462004-07-02 Mark Kettenis <kettenis@gnu.org>
2147
2148 * osabi.c: Update copyright year.
2149 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
2150 notes if EI_OSABI is set to ELFOSABI_HPUX.
2151
6780dcde
MS
21522004-07-01 Michael Snyder <msnyder@redhat.com>
2153
2154 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
2155 that seems to have gotten whacked out of line.
2156
67bebe79
MK
21572004-07-01 Mark Kettenis <kettenis@gnu.org>
2158
2159 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
2160 code.
2161
0b5d8877
PH
21622004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2163
2164 * ada-lang.c (decode_packed_array): Minor change to comment.
2165 (ada_value_slice_ptr): New function.
2166 (ada_value_slice): New function.
2167 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
2168 test. Don't know why it is there.
2169 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
2170 to avoid dereferencing huge arrays from which one is slicing.
2171 (empty_array): Correct to return an array rather than
2172 a subrange value.
2173 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
2174 on empty arrays (let'em use 'FIRST instead).
2175
19c1ef65
PH
21762004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2177
2178 Address complaints from gdb_ari.sh:
2179
2180 * ada-exp.y: Include gdb_string.h rather than string.h.
2181 (convert_char_literal): Reformat declaration.
2182 * ada-lang.h: Include opaque struct declaration for struct frame_info.
2183 * ada-lex.l: Change use of free to xfree (the macro would do so
2184 anyway, but this is harmless).
2185 Include gdb_string.h rather than string.h.
2186 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
2187
2188 * ada-lang.c (parse): Remove K&Rism in parameter list.
2189 (is_name_suffix): Correct Linux => GNU/Linux in comment.
2190
d81cbc94
MK
21912004-06-30 Mark Kettenis <kettenis@gnu.org>
2192
2193 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
2194 dead code.
2195
07681759
MK
21962004-06-30 Mark Kettenis <kettenis@gnu.org>
2197
2198 * alphabsd-nat.c: Update copyright year.
2199 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
2200
f7948b5f
JB
22012004-06-29 Joel Brobecker <brobecker@gnat.com>
2202
6e0cdd28 2203 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
f7948b5f
JB
2204 (i386_cygwin_in_solib_call_trampoline): New function.
2205 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
2206 and skip_trampoline_code gdbarch methods.
2207
8f113c9a
JB
22082004-06-29 Jim Blandy <jimb@redhat.com>
2209
2210 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
2211 name actually used in the dependency lists.
2212
97dc871c
RC
22132004-06-29 Randolph Chung <tausq@debian.org>
2214
2215 * NEWS (New native configurations): Mention GNU/Linux/hppa.
2216
47216e51
CV
22172004-06-29 Corinna Vinschen <vinschen@redhat.com>
2218
2219 * win32-nat.c (child_pid_to_exec_file): New function.
6780dcde 2220 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
47216e51
CV
2221 functionality.
2222
e623b504
AC
22232004-06-28 Andrew Cagney <cagney@gnu.org>
2224
2225 * defs.h (xstrvprintf): Declare.
2226 * utils.c (xstrvprintf): New function.
2227 (internal_vproblem, xstrprintf, xasprintf)
2228 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
2229 * serial.c (serial_printf): Ditto.
2230 * complaints.c (vcomplaint): Ditto.
2231
79acc9b3
CV
22322004-06-29 Corinna Vinschen <vinschen@redhat.com>
2233
2234 * infcmd.c (attach_command): Move call to target_terminal_inferior
2235 behind loading symbol table.
2236
1daf35d9
AC
22372004-06-28 Andrew Cagney <cagney@gnu.org>
2238
2239 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
2240 change - add back extern deprecated_ui_loop_hook declaration.
2241
b435e160
AC
22422004-06-28 Andrew Cagney <cagney@gnu.org>
2243
2244 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
2245 xstrprintf.
2246 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
2247 (c_value_of_variable): Ditto.
2248 * utils.c (internal_vproblem): Ditto.
2249 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
2250 * remote.c (add_packet_config_cmd): Ditto.
2251 * remote-rdp.c (rdp_set_command_line): Ditto.
2252 * regcache.c (regcache_dump): Ditto.
2253 * frv-tdep.c (new_variant, new_variant): Ditto.
2254 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
2255 (fbsd_find_memory_regions): Ditto.
2256 * breakpoint.c (create_thread_event_breakpoint)
2257 (create_breakpoints): Ditto.
2258 * aix-thread.c (aix_thread_pid_to_str): Ditto.
2259 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
2260
06d5cf63
JB
22612004-06-28 Joel Brobecker <brobecker@gnat.com>
2262
2263 * ada-lang.c: Re-indent file, with some massaging to help indent
2264 a bit when the result is otherwise really too ugly.
2265
35809fad
UW
22662004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2267
2268 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
2269 code_addr_p and special_addr_p to 'unsigned int'.
2270
40e20472
MK
22712004-06-27 Mark Kettenis <kettenis@gnu.org>
2272
2273 * i386v4-nat.c: Update copyright year and tweak comment.
2274 (regmap): Remove trailing comma.
2275 (supply_gregset): Rename local variable i to regnum. Call
2276 regcache_raw_supply instead of supply_register.
2277 (fill_gregset): Rename argument regno to regnum. Call
2278 regcache_raw_collect instead of regcache_collect.
2279
12b0b6de
UW
22802004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2281
2282 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
2283 and special_addr_p.
2284 (frame_id_build, frame_id_build_special): Update comments.
2285 (frame_id_build_wild): New prototype.
2286 * frame.c (frame_id_build, frame_id_build_special): Fill in new
2287 struct frame_id fields.
2288 (frame_id_build_wild): New function.
2289 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
2290
47b42a3e
MK
22912004-06-27 Mark Kettenis <kettenis@gnu.org>
2292
2293 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
2294 hppabsd-tdep.c.
2295
1265e4aa
JB
22962004-06-27 Joel Brobecker <brobecker@gnat.com>
2297
2298 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
2299
76a01679
JB
23002004-06-27 Joel Brobecker <brobecker@gnat.com>
2301
2302 * ada-lang.c: Re-indent file.
2303
7aca490a
JB
23042004-06-27 Joel Brobecker <brobecker@gnat.com>
2305
2306 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
2307 (no_symtab_msg): Likewise.
2308
5e987968
AS
23092004-06-27 Andreas Schwab <schwab@suse.de>
2310
2311 * source.c: Fix whitespace.
2312
315c4276
MK
23132004-06-27 Mark Kettenis <kettenis@gnu.org>
2314
d15be926
MK
2315 * configure.in: Include <sys/param.h> for td_pcb test.
2316 * configure: Regenerated.
2317
9062529b
MK
2318 * i386nbsd-nat.c: New file.
2319 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
2320 i386obsd-nat.c and i386obsd-tdep.c.
2321 (i386nbsd-nat.o): New dependency.
2322 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
2323 bsd-kvm.o.
2324 (LOADLIBES): New variable.
2325 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
2326 bsd-kvm.o.
2327 (LOADLIBES): New variable.
2328
8010310e
MK
2329 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
2330 (LOADLIBES): New variable.
2331
efe1d7b9
MK
2332 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
2333 fetching from BSD_KVM_PADDR. Correctly lookup address for
2334 "_thread0".
2335
315c4276
MK
2336 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
2337 "bsd-kvm.h".
2338 (amd64fbsd_supply_pcb): New funcion.
2339 (_initialize_amd64fbsd_nat): Enable libkvm interface.
2340
399cfac6
DL
23412004-06-27 <david@streamline-computing.com>
2342
2343 Partial fix for PR cli/1056.
2344 * valarith.c: Check for zero in division and remainder
2345 evaluation.
2346
6235f9c8
MK
23472004-06-27 Mark Kettenis <kettenis@gnu.org>
2348
2349 * i387-tdep.c: Remove excessive whitespace.
2350
2726dafc
AC
23512004-06-26 Andrew Cagney <cagney@gnu.org>
2352
2353 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
2354 * gdb-events.h, gdb-events.c: Re-generate.
2355 * tui/tui-hooks.c (tui_install_hooks): Update.
2356 (tui_remove_hooks): Update.
2357 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
2358
0e56aeaf
MK
23592004-06-26 Mark Kettenis <kettenis@gnu.org>
2360
cb461069
MK
2361 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
2362 (gregset_t, fpregset_t): Remove typedefs.
2363 (REG_OFFSET): Rename argument.
2364 (amd64bsd_r_reg_offset): Rename from reg_offset.
2365 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
2366 Remove functions.
2367 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
2368 of reg_offset.
2369 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
2370
ecba89de
MK
2371 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
2372
4cd80476
MK
2373 * vax-tdep.c: Tweak comment.
2374
0e56aeaf
MK
2375 Add OpenBSD/hppa support.
2376 * NEWS (New native configurations): Mention OpenBSD/hppa.
2377 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
2378 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
2379 files.
2380 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
2381 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
2382 * configure.host: Add hppa*-*-openbsd*.
2383 * configure.tgt: Add hppa*-*-openbsd*.
2384
98bbd631
AC
23852004-06-25 Andrew Cagney <cagney@gnu.org>
2386
2387 * defs.h (deprecated_ui_loop_hook): Deprecated.
2388 * wince.c (child_wait): Update.
2389 * win32-nat.c (child_wait): Update.
2390 * v850ice.c (v850ice_wait): Update.
2391 * top.c (deprecated_ui_loop_hook): Update.
2392 * serial.h: Update.
2393 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
2394 (do_unix_readchar): Update.
2395 * ser-tcp.c (net_open): Update.
2396 * remote-sim.c (gdb_os_poll_quit): Update.
2397 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
2398
769d7dc4
AC
23992004-06-24 Andrew Cagney <cagney@gnu.org>
2400
2401 * defs.h (deprecated_pre_add_symbol_hook)
2402 (deprecated_post_add_symbol_hook): Deprecated.
2403 * symfile.c (symbol_file_add_with_addrs_or_offsets)
2404 (symbol_file_add_with_addrs_or_offsets): Update references.
2405
11c949aa
AC
24062004-06-24 Andrew Cagney <cagney@gnu.org>
2407
2408 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
2409 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
2410 * wince.c (ui_loop_hook): Delete extern declaration.
2411 * win32-nat.c (ui_loop_hook): Delete extern declaration..
2412 * v850ice.c (ui_loop_hook): Delete extern declaration..
2413 * ser-unix.c (ui_loop_hook): Delete extern declaration..
2414 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
2415 * remote-sim.c (ui_loop_hook): Delete extern declaration..
2416 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
2417 ui_loop_hook declaration.
2418
eedc19af
AC
24192004-06-24 Andrew Cagney <cagney@gnu.org>
2420
2421 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
2422 entry_func_highpc fields.
2423 * objfiles.c (init_entry_point_info): Do not clear
2424 entry_func_lowpc and entry_func_highpc.
2425 (objfile_relocate): Do not relocate entry_func_lowpc and
2426 entry_func_highpc.
2427 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
2428 entry_func_highpc.
2429 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
2430 entry_func_highpc.
2431 * blockframe.c (legacy_frame_chain_valid): Replace tests against
2432 entry_func_lowpc and entry_func_highpc with call to
2433 inside_entry_func.
2434
d47079be
MK
24352004-06-24 Mark Kettenis <kettenis@gnu.org>
2436
2437 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
2438 quad-precision floating point arguments in registers.
2439
2107e348
MK
24402004-06-24 Mark Kettenis <kettenis@gnu.org>
2441
2442 From Michael Mueller <m.mueller99@kay-mueller.de>:
2443 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
2444 account.
2445
46587c42
JJ
24462004-06-22 Jeff Johnston <jjohnstn@redhat.com>
2447
2448 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
2449 to -1.
2450 * breakpoint.c (bpstat_stop_status): Move check for ignoring
2451 untriggered watchpoints to a separate if clause. Update function
2452 comment regarding STOPPED_BY_WATCHPOINT argument.
2453
226f5cf4
JB
24542004-06-22 Jim Blandy <jimb@redhat.com>
2455
2456 * gdbarch.sh: Doc fix.
2457
f10683bb
MH
24582004-06-21 Martin Hunt <hunt@redhat.com>
2459 Kevin Buettner <kevinb@redhat.com>
2460
2461 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
2462 * mips-tdep.h (MIPS_SP_REGNUM): Define.
2463 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
2464 to set_gdbarch_sp_regnum(). Use cooked register number.
2465 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
2466
412d5987
AC
24672004-06-21 Andrew Cagney <cagney@gnu.org>
2468
2469 * gdbarch.sh: When the macro field is empty, do not generate a
2470 macro definition. When the macro field is "=", generate the macro
2471 name from the upper-case function name.
2472 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
2473 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
2474 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
2475 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
2476 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
2477 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
2478 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
2479 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
2480 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
2481 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
2482 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
2483 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
2484 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
2485 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
2486 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2487 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
2488 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
2489 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
2490 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
2491 (DEPRECATED_USE_STRUCT_CONVENTION)
2492 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2493 (DEPRECATED_FRAME_INIT_SAVED_REGS)
2494 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
2495 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
2496 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2497 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
2498 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
2499 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
2500 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
2501 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
2502 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
2503 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
2504 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
2505 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
2506 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
2507 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
2508 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
2509 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
2510
68908a3e
AC
25112004-06-21 Andrew Cagney <cagney@gnu.org>
2512
48f7351b
AC
2513 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
2514 macro name, and the function rather than macro value. Only wrap
2515 macro print statements in #ifdef. Move format logic to where it
2516 is needed.
2517 * gdbarch.c: Re-generate.
2518
283354d8
AC
2519 * gdbarch.sh (read): Delete "print_p" and "description", add
2520 "garbage_at_eol". Check for non-empty garbage at end-of-line.
2521 Delete references to print_p.
2522 (TARGET_ARCHITECTURE): Delete print predicate.
2523 * gdbarch.c: Re-generate.
2524
68908a3e
AC
2525 * gdbarch.sh: Check that multi-arch methods do not provide a
2526 macro.
2527 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
2528 (print_registers_info, print_float_info, print_vector_info)
2529 (adjust_breakpoint_address, remote_translate_xfer_address)
2530 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
2531 (address_class_type_flags_to_name, unwind_sp): Remove the macro
2532 name from the multi-arch definition.
2533
a2428dbe
AC
25342004-06-20 Andrew Cagney <cagney@gnu.org>
2535
2536 * gdbarch.sh: Sort by the function, instead of macro name.
2537 * gdbarch.c: Re-generate.
2538
750eb019
AC
25392004-06-20 Andrew Cagney <cagney@gnu.org>
2540
66d659b1
AC
2541 * gdbarch.sh: Use the function, instead of macro name in
2542 errors and the log file.
2543 (return_value): Remove stray ":" in spec.
2544
750eb019
AC
2545 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
2546 * gdbarch.h, gdbarch.c: Re-generate.
2547 * Makefile.in (arch-utils.o): Update dependencies.
2548 * values.c (using_struct_return): Move code calling
2549 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
2550 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
2551 to legacy_return_value, simplify.
2552 * infcmd.c (print_return_value): Move code calling
2553 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
2554 to legacy_return_value, simplify.
2555 * infcall.c (call_function_by_hand): Move code calling
2556 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
2557 * arch-utils.c: Update copyright. Include "gdbcore.h".
2558 (legacy_return_value): New function.
2559 * arch-utils.h: Update copyright.
2560 (legacy_return_value): Declare.
2561
b5622e8d
AC
25622004-06-20 Andrew Cagney <cagney@gnu.org>
2563
2564 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
2565 * gdbarch.h, gdbarch.c: Re-generate.
2566 * values.c (using_struct_return): Update call.
2567 * mcore-tdep.c: Update comment.
2568 * infcall.c (call_function_by_hand): Update comment.
2569 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2570 * arch-utils.h (always_use_struct_convention): Update.
2571 * v850-tdep.c (v850_gdbarch_init): Update.
2572 * sh64-tdep.c (sh64_gdbarch_init): Update.
2573 * sh-tdep.c (sh_gdbarch_init): Update.
2574 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2575 * mips-tdep.c (mips_gdbarch_init): Update.
2576 * mcore-tdep.c (mcore_gdbarch_init): Update.
2577 * m32r-tdep.c (m32r_gdbarch_init): Update.
2578 * ia64-tdep.c (ia64_gdbarch_init): Update.
2579 * h8300-tdep.c (h8300_gdbarch_init): Update.
2580 * frv-tdep.c (frv_gdbarch_init): Update.
2581 * cris-tdep.c (cris_gdbarch_init): Update.
2582 * arm-tdep.c (arm_gdbarch_init): Update.
2583 * alpha-tdep.c (alpha_gdbarch_init): Update.
2584
5191de37
MC
25852004-06-18 Michael Chastain <mec.gnu@mindspring.com>
2586
2587 * PROBLEMS: Add more specific information, and a work-around,
2588 for PR gdb/1458.
2589
782263ab
AC
25902004-06-18 Andrew Cagney <cagney@gnu.org>
2591
2592 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
2593 * gdbarch.h, gdbarch.c: Re-generate.
2594 * ada-lang.c (ada_finish_decode_line_1): Update.
2595 * infrun.c (handle_inferior_event): Update.
2596 * infcall.c (find_function_addr): Update.
2597 * linespec.c (minsym_found): Update.
2598 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
2599 Update.
2600 * blockframe.c (legacy_frameless_look_for_prologue): Update.
2601 * cli/cli-cmds.c (disassemble_command): Update.
2602 * vax-tdep.c (vax_gdbarch_init): Update.
2603
2f305df1
MK
26042004-06-18 Mark Kettenis <kettenis@gnu.org>
2605
2606 * i386-tdep.c (i386_collect_fpregset): Fix comment.
2607
e5fe55f7
AC
26082004-06-17 Andrew Cagney <cagney@gnu.org>
2609
2610 GDB 6.1.1 released from the GDB 6.1 branch.
2611 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
2612 * PROBLEMS: Ditto.
2613
473b7be6
DJ
26142004-06-16 Daniel Jacobowitz <dan@debian.org>
2615
2616 PR gdb/1658
2617 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
2618 operation as a uleb128. Found by Michael Coulter.
2619
96d887e8
PH
26202004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
2621
2622 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
2623 make it non-static.
2624 * ada-lang.h (task_control_block): declaration moved from ada-task.c
2625 to ada-lang.h; this is needed to be able to implement the kill command
2626 in multi-task mode.
2627 (task_ptid): Ditto.
2628 (task_entry): Ditto.
2629 (task_list): Ditto.
2630 (ada_build_task_list): Ditto.
2631
2632 * ada-lang.c: Conditionalize routines and data structures related
2633 to breakpoints, exceptions, completion, and symbol caching on
2634 GNAT_GDB, since these are not yet used in the submitted public sources.
2635 (ada_main_name): Editorial: Move definition out of exception-related
2636 code.
2637
31eef181
AC
26382004-06-15 Andrew Cagney <cagney@gnu.org>
2639
2640 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
2641 deprecated_pc_in_call_dummy.
2642
2c500098
AM
26432004-06-15 Alan Modra <amodra@bigpond.net.au>
2644
2645 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
2646 bfd_get_section_size_before_reloc or _raw_size.
2647 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2648 * dwarf2read.c (dwarf2_locate_sections): Likewise.
2649 (dwarf2_read_section): Likewise.
2650 * elfread.c (elf_locate_sections): Likewise.
2651 * gcore.c (derive_heap_segment): Likewise.
2652 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2653 * remote-e7000.c (e7000_load): Likewise.
2654 * remote-m32r-sdi.c (m32r_load): Likewise.
2655 * remote-mips.c (mips_load_srec): Likewise.
2656 (pmon_load_fast): Likewise.
2657 * remote.c (compare_sections_command): Likewise.
2658 * symfile.c (add_section_size_callback): Likewise.
2659 (load_section_callback): Likewise.
2660 (pc_in_unmapped_range): Likewise.
2661 (pc_in_mapped_range): Likewise.
2662 (sections_overlap): Likewise.
2663 (list_overlays_command): Likewise.
2664 (simple_overlay_update_1): Likewise.
2665 (simple_overlay_update): Likewise.
2666 * tracepoint.c (remote_set_transparent_ranges): Likewise.
2667 * win32-nat.c (core_section_load_dll_symbols): Likewise.
2668
90f943f1
RC
26692004-06-14 Randolph Chung <tausq@debian.org>
2670
2671 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
2672 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
2673 static.
2674 (hppa_hpux_inferior_created): New function.
2675 (hppa_hpux_init_abi): Register observer.
2676 * symfile.c (hp_cxx_exception_support_initialized)
2677 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
2678 (symbol_file_add_main_1, symbol_file_clear): Likewise.
2679
700c15aa
RC
26802004-06-14 Randolph Chung <tausq@debian.org>
2681
3973a7d3
AC
2682 * MAINTAINERS (Write After Approval): Alphabetize my entry
2683 correctly.
700c15aa 2684
cea4838c
AC
26852004-06-14 Andrew Cagney <cagney@gnu.org>
2686
2687 * MAINTAINERS (testsuite): List Michael Chastain as the lead
2688 testsuite maintainer.
2689
97092415
AC
26902004-06-13 Andrew Cagney <cagney@gnu.org>
2691
e8c3165b
AC
2692 * infcmd.c (print_return_value): Fix logic, allow
2693 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
2694
bceabdd8
AC
2695 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
2696 defining any macros.
2697 * gdbarch.h: Re-generate.
2698
57010b1c
AC
2699 * gdbarch.sh: Delete "level" attribute. Only check for a macro
2700 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
2701 * gdbarch.h: Re-generate.
2702
bc87dfa0
AC
2703 * values.c (generic_use_struct_convention): Don't check gcc_p.
2704
15ac804d
AC
2705 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2706 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
2707 * gdbarch.h, gdbarch.c: Regenerate.
2708 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
2709 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
2710 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2711 deprecated_max_register_raw_size and
2712 deprecated_max_register_virtual_size.
2713 * v850-tdep.c (v850_gdbarch_init): Ditto.
2714 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2715 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2716 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2717 * cris-tdep.c (cris_gdbarch_init): Ditto.
2718
97092415
AC
2719 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
2720 * gdbarch.h, gdbarch.c: Re-generate.
2721 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
2722 (m68hc11_use_struct_convention): Delete function.
2723 (m68hc11_extract_struct_value_address): Delete function.
2724 (m68hc11_return_value): New function.
2725 (m68hc11_gdbarch_init): Instead of store_return_value,
2726 extract_return_value, return_value_on_stack,
2727 deprecated_extract_struct_value_address and use_struct_convention,
2728 set return_value.
2729 * values.c (using_struct_return): Do not call
2730 RETURN_VALUE_ON_STACK.
2731 * arch-utils.h (generic_return_value_on_stack_not): Delete
2732 declaration.
2733 * arch-utils.c (generic_return_value_on_stack_not): Delete
2734 function.
2735
44e5158b
AC
27362004-06-12 Andrew Cagney <cagney@gnu.org>
2737
2738 * values.c (register_value_being_returned): Delete function.
2739 * infcmd.c (legacy_return_value): Delete function.
2740 * infcall.c (call_function_by_hand): Inline
2741 "register_value_being_returned", simplify.
2742 * values.c (using_struct_return): Update comment, refer to
2743 print_return_value instead of register_value_being_returned.
2744 * infcmd.c (print_return_value): Inline calls to
2745 register_value_being_returned and legacy_return_value. Simplify.
2746
b887c273
RC
27472004-06-11 Randolph Chung <tausq@debian.org>
2748
2749 * somread.c (som_symtab_read): Exclude gcc local symbols.
2750
1b2bfbb9
RC
27512004-06-11 Randolph Chung <tausq@debian.org>
2752
3973a7d3
AC
2753 * infrun.c (handle_inferior_event): Handle the case when a
2754 trampoline ends up in the runtime resolver, and if the trampoline
2755 has no name. Rearrange the code so that all the trampoline
2756 processing happens before other step-out-of-range handling.
1b2bfbb9 2757
a9d61c86
MH
27582004-06-11 Martin Hunt <hunt@redhat.com>
2759
2760 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
2761 has no fpu.
2762
2c87cf5a
AC
27632004-06-10 Andrew Cagney <cagney@gnu.org>
2764
2765 * blockframe.c (legacy_inside_entry_func): Delete.
2766 (legacy_frame_chain_valid): Inline call to
2767 legacy_inside_entry_func, simplify.
2768
0b67b468 27692004-06-10 Bob Rossi <bob@brasko.net>
57c22c6c
BR
2770
2771 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3973a7d3
AC
2772 * dwarf2read.c (partial_die_info): Add dirname field.
2773 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
2774 (read_partial_die): Save away DW_AT_comp_dir.
2775 * defs.h (symtab_to_filename): Removed.
2776 * source.c (find_and_open_source): Added.
57c22c6c 2777 (open_source_file): Just calls find_and_open_source.
3973a7d3
AC
2778 (symtab_to_filename): Removed.
2779 (symtab_to_fullname, psymtab_to_fullname): Added.
57c22c6c
BR
2780 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
2781 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
2782 symtab_to_filename.
2783 * symtab.h (partial_symtab): Add dirname field.
2784 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3973a7d3
AC
2785 (mi_cmd_file_list_exec_source_file): Call new function
2786 symtab_to_fullname to find fullname.
57c22c6c 2787 (mi_cmd_file_list_exec_source_files): Added.
3973a7d3 2788 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
57c22c6c
BR
2789 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
2790
9a1dd1ad
AC
27912004-06-10 Andrew Cagney <cagney@gnu.org>
2792
239ae8c7
AC
2793 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
2794 to generic_use_struct_convention, the default value.
2795
fc720350
AC
2796 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
2797 of abort.
2798
9a1dd1ad
AC
2799 * ns32k-tdep.c (ns32k_push_arguments): New function.
2800 (ns32k_gdbarch_init): Set deprecated_push_arguments.
2801 * infcall.c (call_function_by_hand): Call error instead of
2802 legacy_push_arguments.
2803 * value.h (legacy_push_arguments): Delete declaration.
2804 * valops.c (legacy_push_arguments): Delete function.
2805 (value_push): Delete function.
2806
fea25152
BF
28072004-06-10 Brian Ford <ford@vss.fsi.com>
2808
2809 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
2810 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
2811 info.
2812 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
2813
30a4a8e0
AC
28142004-06-10 Andrew Cagney <cagney@gnu.org>
2815
2816 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
2817 * gdbarch.h, gdbarch.c: Re-generate.
2818 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
2819 parameters.
2820 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
2821 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
2822 deprecated_pc_in_call_dummy instead of
2823 DEPRECATED_PC_IN_CALL_DUMMY.
2824 (arm_skip_prologue): Ditto.
2825 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
2826 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
2827 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
2828 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
2829 Ditto.
2830 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
2831 (sh64_init_extra_frame_info, sh64_get_saved_register)
2832 (sh64_pop_frame): Ditto.
2833 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
2834 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
2835 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
2836 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
2837 (h8300_pop_frame): Ditto.
2838 * blockframe.c (legacy_inside_entry_func)
2839 (legacy_frame_chain_valid): Ditto.
2840 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
2841 to deprecated_pc_in_call_dummy.
2842
81cfbe54
AC
28432004-06-09 Andrew Cagney <cagney@gnu.org>
2844
a1f4a1b6
AC
2845 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
2846 provide a default value.
2847 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
2848 * gdbarch.h, gdbarch.c: Re-generate.
2849 * arch-utils.c (generic_convert_register_p): Rename
2850 legacy_convert_register_p
2851 (legacy_register_to_value, legacy_value_to_register): Delete
2852 functions.
2853 * arch-utils.h (generic_convert_register_p): Rename
2854 legacy_convert_register_p.
2855 (legacy_register_to_value, legacy_value_to_register): Delete
2856 declarations.
2857
9730f241
AC
2858 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
2859 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
2860 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
2861 * gdbarch.h, gdbarch.c: Re-generate.
2862 * infcmd.c (default_print_registers_info): Simplify.
2863 * findvar.c (value_of_register): Simplify.
2864 * mi/mi-main.c (get_register): Simplify.
2865 * arch-utils.c (legacy_convert_register_p): Always return 0.
2866 (legacy_register_to_value, legacy_value_to_register): Always call
2867 internal_error.
2868
8a1bf479
AC
2869 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
2870 #ifdef CLEAR_INSN_CACHE code.
2871 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
2872 Delete #ifdef CLEAR_DEFERRED_STORES code.
2873
4b38d6f1
AC
2874 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
2875
2d62ecc7
AC
2876 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
2877 copyright.
2878 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
2879
be4f7469
AC
2880 * config/mips/mipsv4.mh: Delete file.
2881
81cfbe54
AC
2882 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
2883 unreferenced macro.
2884 (hpread_adjust_stack_address): Delete declaration.
2885
d966f0cb
AC
28862004-06-08 Andrew Cagney <cagney@gnu.org>
2887
2888 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
2889 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
2890 PTRACE_ATTACH / PTRACE_DETACH available call error.
2891 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
2892 * infttrace.c (update_thread_state_after_attach, attach, detach):
2893 Remove #ifdef wrappers.
2894 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
2895 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
2896 * config/nm-bsd.h (ATTACH_DETACH): Delete.
2897 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
2898 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
2899 * config/nm-linux.h (ATTACH_DETACH): Delete.
2900 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
2901 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
2902 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
2903 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
2904 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
2905
d91670b9
CV
29062004-06-08 Corinna Vinschen <vinschen@redhat.com>
2907
2908 * configure.in: Set $configdir to the right OS specific value.
2909 Use value when setting $tcldir and $tkdir.
2910 * configure: Regenerate.
2911
28ba0b33
PB
29122004-06-06 Paul Brook <paul@codesourcery.com>
2913
2914 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
2915 records.
2916
f26caa11
PH
29172004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
2918
2919 * ada-lang.c (lookup_symbol_in_language): New function to allow
2920 re-use of another language's symbol lookup code. (Placed here
2921 temporarily while Ada support is being integrated into the public
2922 tree).
2923 (restore_language): New auxiliary function for
2924 lookup_symbol_in_language.
2925 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
2926 temporarily while Ada support is being integrated into the public
2927 tree).
2928
d560a54b
AO
29292004-06-08 Alexandre Oliva <aoliva@redhat.com>
2930
e75d110c
AO
2931 * Makefile.in (check//%): New.
2932
d560a54b
AO
2933 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
2934 (mn10300_store_return_value): Rewrite.
2935 (mn10300_type_align): New.
2936 (mn10300_use_struct_convention): Rewrite.
2937 (mn10300_return_value): New, using all of the above.
2938 (mn10300_pop_frame_regular): Add saved_regs_size.
2939 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
2940
a72fbdb7
AO
2941 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
2942 regs if PC is on movm.
2943
01904826
JB
29442004-06-07 Jim Blandy <jimb@redhat.com>
2945
2946 Add native Linux support for the PowerPC E500.
2947 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
2948 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
2949 all architectures except the E500.
2950 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
2951 #definitions.
2952 (struct gdb_evrregset_t): New type.
2953 (have_ptrace_getsetevrregs): New variable.
2954 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
2955 fetch_spe_registers): New functions.
2956 (fetch_register): Call fetch_spe_register as appropriate.
2957 Assert that we're only passed raw register numbers.
2958 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
2959 Don't fetch gprs if they're pseudoregisters.
2960 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
2961 store_spe_registers): New functions.
2962 (store_register): Call store_spe_register as appropriate.
2963 Assert that we're only passed raw register numbers.
2964 (store_ppc_registers): Call store_spe_registers as appropriate.
2965 Don't store gprs if they're pseudoregisters.
2966
f90ef764
JJ
29672004-06-07 Jeff Johnston <jjohnstn@redhat.com>
2968
2969 * thread-db.c (thread_get_info_callback): Fill in the thread_info
2970 struct if one exists, even if we are dealing with a zombie thread.
2971
45b75230
AC
29722004-06-07 Andrew Cagney <cagney@gnu.org>
2973
2974 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
2975 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
2976 Rename PC_REQUIRES_RUN_BEFORE_USE.
2977 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
2978 #ifdef.
2979
1658da49
RC
29802004-06-07 Randolph Chung <tausq@debian.org>
2981
2982 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
2983 unwinding after sp has been saved to the stack but before the end
2984 of the prologue, and after the fp has been modified but before it has
2985 been saved to the stack.
2986 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
2987 Remove superfluous definitions.
2988 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
2989
9a727a3c
RC
29902004-06-07 Guy Martin <gmsoft@gentoo.org>
2991
2992 Committed by Randolph Chung.
2993 * hppa-linux-nat.c: Include the correct version of the header file
2994 depending on the kernel version.
2995
9e500012
RC
29962004-06-06 Randolph Chung <tausq@debian.org>
2997
2998 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
2999 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3000
3388d7ff
RC
30012004-06-06 Randolph Chung <tausq@debian.org>
3002
3003 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3004 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3005 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3006 * hppa-tdep.c (hppa_symbol_address): New function definition.
3007 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3008
d49771ef
RC
30092004-06-06 Randolph Chung <tausq@debian.org>
3010
3011 * hppa-tdep.h (struct value): Forward declaration.
3012 (gdbarch_tdep): Define tdep find_global_pointer method.
3013 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3014 associated with the function we are trying to call, and write it
3015 to the gp register.
3016 (hppa32_convert_from_funct_ptr_addr): New function.
3017 (hppa_find_global_pointer): New function.
3018 (hppa_gdbarch_init): Set default find_global_pointer method; set
3019 convert_from_func_ptr_addr method.
3020 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3021 (hppa_linux_init_abi): Set find_global_pointer method.
3022 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3023
7d9b040b
RC
30242004-06-06 Randolph Chung <tausq@debian.org>
3025
3026 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3027 to struct value *function.
3028 * gdbarch.c: Regenerate.
3029 * gdbarch.h: Likewise.
3030 * infcall.c (call_function_by_hand): Pass entire function value
3031 to push_dummy_call.
3032
3033 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3034 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3035 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3036 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3037 * arm-tdep.c (arm_push_dummy_call): Likewise.
3038 * avr-tdep.c (avr_push_dummy_call): Likewise.
3039 * cris-tdep.c (cris_push_dummy_call): Likewise.
3040 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3041 * frv-tdep.c (frv_push_dummy_call): Likewise.
3042 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3043 * hppa-tdep.c (hppa32_push_dummy_call)
3044 (hppa64_push_dummy_call): Likewise.
3045 * i386-tdep.c (i386_push_dummy_call): Likewise.
3046 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3047 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3048 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3049 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3050 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3051 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3052 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3053 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3054 (ppc64_sysv_abi_push_dummy_call): Likewise.
3055 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3056 (ppc64_sysv_abi_push_dummy_call): Likewise.
3057 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3058 * s390-tdep.c (s390_push_dummy_call): Likewise.
3059 * sh-tdep.c (sh_push_dummy_call_fpu)
3060 (sh_push_dummy_call_nofpu): Likewise.
3061 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3062 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3063 * vax-tdep.c (vax_push_dummy_call): Likewise.
3064
4a19ea35
JB
30652004-06-04 Jim Blandy <jimb@redhat.com>
3066
8327ccee
JB
3067 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3068 gdbarch argument to register_size.
3069
a3c001ce
JB
3070 * rs6000-tdep.c (rs6000_store_return_value): Use
3071 regcache_cooked_write_part instead of
3072 deprecated_write_register_bytes.
3073 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
3074 not gdbarch_deprecated_store_return_value.
3075
4a19ea35
JB
3076 * ppc-linux-nat.c (store_register, fetch_register): Remove
3077 incorrect assertions. Simplify and generalize handling of
3078 transfers whose sizes are not multiples of, or less than, sizeof
3079 (PTRACE_XFER_TYPE).
3080
b9b5d7ea
JJ
30812004-06-04 Jeff Johnston <jjohnstn@redhat.com>
3082
3083 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
3084 as a new thread event.
720c7d64 3085 * thread-db.c (thread_get_info_callback): If the thread is a
b9b5d7ea 3086 zombie, return TD_THR_ZOMBIE.
720c7d64 3087 (thread_from_lwp): If thread_get_info_callback returns
b9b5d7ea
JJ
3088 TD_THR_ZOMBIE, check if the thread is still on the thread list
3089 and return a -1 ptid if not found.
3090 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
3091 change the status to TARGET_WAITKIND_SPURIOUS.
3092
c8a3b559
CV
30932004-06-03 Corinna Vinschen <vinschen@redhat.com>
3094
3095 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
3096 double values in little endian mode.
3097
20605361
AC
30982004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
3099
3100 Committed by Andrew Cagney.
3101 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
3102 after last enum constant to avoid error from IBM C
3103 compiler.
3104
bc97b3ba
JB
31052004-06-02 Jim Blandy <jimb@redhat.com>
3106
3107 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
3108 to 'message', and make it local to the lone block that uses it.
3109
1da28ab0
JB
3110 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
3111
4c4b4cd2
PH
31122004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
3113
8a2225b2
PH
3114 * ada-exp.y: Update copyright notice.
3115 Include block.h.
3116
3117 Replace REGNAME, LAST, INTERNAL_VARIABLE with
3118 SPECIAL_VARIABLE and unify the treatment of these cases.
3119
3120 (write_attribute_call0): Remove.
3121 (write_attribute_call1): Remove.
3122 (write_attribute_calln): Remove.
3123 (save_qualifier): Add missing semicolon.
3124
3125 (simple_exp,exp): Decomment (i.e., reactivate) code that was
3126 temporarily disabled to allow compilation with FSF head version.
3127
3128 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
3129 use individual operators (OP_*) for all attributes.
3130 (exp syntax): Use write_int.
3131 Handle STRING literals with OP_STRING.
3132 (variable syntax): Add limit parameter to calls to
3133 write_object_renaming.
3134
3135 (temp_parse_space): New definition to hold entities that need
3136 only live until the next call to ada_parse.
3137 (string_to_operator): Rename fields of ada_opname_table entries.
3138
3139 (write_var_from_sym): Record block.
3140 (write_var_from_name): Minor reformatting.
3141 Make sure saved name is properly encoded in the case of multiple
3142 matches, and set its language to Ada.
3143 Update comment.
3144 Modify to indicate unresolved name as symbol in the UNRESOLVED
3145 namespace, allocated in temp_parse_space.
3146 (write_int): New function.
3147
3148 (write_object_renaming): Add max_depth parameter to limit
3149 chains of object renamings.
3150 Handle case where root of renaming expression is itself a renaming.
3151 Use temp_parse_space for temporary name buffer.
3152 Handle renamings to dereferenced pointers (___XEXA suffices).
3153
3154 (ada_parse, yyerror, string_to_operator,
3155 write_var_from_sym, write_var_from_name, write_attribute_call0,
3156 write_attribute_call1, write_attribute_calln,
3157 write_object_renaming): Protoize.
3158
3159 (_initialize_ada_exp): New function.
3160
3161 * ada-lang.c: Update copyright notice.
3162 General terminology change to conform to GNAT compiler usage:
3163 mangle => encode, demangle => decode
3164 Include gdb_obstack.h.
3165 Include gdb_regex.h
3166 Include frame.h
3167 Include hashtab.h
3168 Include completer.h
3169 Include gdb_stat.h
3170 Include block.h
3171 Include infcall.h
3172
3173 (ADA_RETAIN_DOTS): Make sure this is defined.
3174 (TRUNCATION_TOWARDS_ZERO): Define.
3175 (struct string_vector): Define.
3176 (unresolved_names): Remove definition.
3177 (xnew_string_vector): New function.
3178 (string_vector_append): New function.
3179 (extract_string): Make static.
3180 (ada_unqualified_name): New function.
3181 (add_angle_brackets): New function.
3182 (function_name_from_pc): New function.
3183 (place_on_stack): Rename to ensure_lval.
3184
3185 (ensure_lval): Renamed from place_on_stack.
3186 Make identity on lvals.
3187 Update comment.
3188 (is_nonfunction): New interface.
3189 Only symbols in LOC_CONST class can be enumerals.
3190 (fill_in_ada_prototype): Remove; now independent of language.
3191 (add_defn_to_vec): Add obstack and symtab arguments.
3192 Use obstack to hold collected definitions.
3193 (num_defns_collected): New function.
3194 (defns_collected): New function.
3195 (ada_resolve_subexp): Rename to resolve_subexp.
3196 (resolve_subexp): Renamed from ada_resolve_subexp.
3197 (ada_op_name): Return non-const result.
3198 (ada_decoded_op_name): Renamed from ada_op_name, now used for
3199 other purposes.
3200
3201 (to_fixed_array_type): Add declaration.
3202 (coerce_unspec_val_to_type): Remove offset parameter.
3203 (find_sal_from_funcs_and_line): New interface.
3204 (find_line_in_linetable): Ditto.
3205
3206 (all_sals_for_line): Rename to ada_sals_for_line and make
3207 global.
3208 Add new parameter. When set, do not ask the user to choose the
3209 instance, but use the first one found instead.
3210 Use given line number in returned sals.
3211 Fix comment.
3212 Skip the prologue if funfirstline is set.
3213 Correct for memory leak when 0 lines found.
3214
3215 (value_pos_atr): Use pos_atr.
3216 (pos_atr): New function.
3217 (standard_lookup): Add block parameter.
3218
3219 (makeTimeStart): Remove declaration and uses.
3220 (makeTimeStop): Remove declaration and uses.
3221
3222 (ada_completer_word_break_characters): Allow for VMS.
3223 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
3224 (raise_sym_name): New constant.
3225 (raise_unhandled_sym_name): New constant.
3226 (raise_assert_sym_name): New constant.
3227 (process_raise_exception_name): New constant.
3228 (longest_exception_template): New constant.
3229 (warning_limit): New variable to limit warnings during expression
3230 evaluation.
3231 (warnings_issued): New variable to keep track of warnings issued.
3232 (known_runtime_file_name_patterns): New constant.
3233 (known_auxiliary_function_name_patterns): New constant.
3234 (symbol_list_obstack): New variable.
3235
3236 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
3237 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
3238 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
3239 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
3240 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
3241 ada_variant_discrim_name, field_alignment, dynamic_template_type,
3242 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
3243 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
3244 and strcmp.
3245
3246 (ada_get_field_index): New function.
3247 (lim_warning): New function.
3248 (ada_translate_error_message): New function.
3249 (MAX_OF_SIZE): New function.
3250 (MIN_OF_SIZE): New function.
3251 (UMAX_OF_SIZE): New function.
3252 (UMIN_OF_SIZE): New function.
3253 (discrete_type_high_bound): New function.
3254 (discrete_type_low_bound): New function.
3255 (base_type): New function.
3256 (do_command): Remove.
3257
3258 (ada_update_initial_language): Use language_ada, not language_unknown.
3259 (ada_encode): Renamed from ada_mangle.
3260 Obey ADA_RETAIN_DOTS.
3261 (ada_decode): Renamed from ada_demangle.
3262 Update coding conventions.
3263 (decoded_names_store): New hash table.
3264 (ada_decode_symbol): New function.
3265 (ada_la_decode): New function.
3266
3267 (modify_general_field): Correct computations of offset and bit
3268 position.
3269 (desc_base_type): Handle ref types, too.
3270 (ada_is_direct_array_type): New function.
3271
3272 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3273 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3274 (ada_is_bogus_array_descriptor,ada_type_of_array,
3275 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
3276 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
3277 ada_is_array_descriptor_type.
3278
3279 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
3280 (ada_is_packed_array_type): Handle pointers or
3281 references to packed arrays as well.
3282 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
3283 (decode_packed_array_type): Search for the packed array type
3284 symbol in the currently selected block and associated
3285 superblocks too.
3286 Use lookup_symbol again.
3287
3288 (decode_packed_array): Handle pointers and references.
3289 Update call to coerce_unspec_val_to_type.
3290 (decode_packed_array_type,value_subscript_packed): Limit warnings.
3291 (ada_value_primitive_packed_val): Improve comment.
3292
3293 (ada_index_type): Substitute int type for "undefined".
3294 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
3295 ada_array_langth, ada_is_string_type): Use renamed
3296 ada_is_simple_array_type.
3297 (empty_array): New function.
3298
3299 (ada_resolve): Rename to resolve.
3300 (resolve): Make static.
3301 Call renamed resolve_subexp.
3302 Update comment.
3303 (ada_resolve_subexp): Rename to resolve_subexp.
3304 (resolve_subexp): Update comment.
3305 Decomment disabled code.
3306 Add LOC_COMPUTED* cases.
3307 Modify to use temporary struct symbols (marked as being in
3308 UNDEF_NAMESPACE) to indicate unresolved names, instead of
3309 OP_UNRESOLVED_VALUE.
3310 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
3311 Add OP_STRING case.
3312 Remove OP_ARRAY.
3313 Use SYMBOL_PRINT_NAME instead of ada_demangle.
3314 Use new ada_lookup_symbol_list interface.
3315 Use new ada_resolve_function interface.
3316 Remove OP_TYPE case.
3317
3318 (ada_args_match): Idiot proof against null actuals.
3319 Use intermediate variables to clarify.
3320 (ada_resolve_function): Update comment and interface.
3321 (mangled_ordered_before): Rename to encoded_ordered_before and
3322 update comment.
3323 (sort_choices): Update comment and interface.
3324 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
3325 (user_select_syms): New interface.
3326 Use new sort_choices interface.
3327 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
3328 (possible_user_operator_p): Idiot-proof against null values.
3329 (ada_simple_renamed_entity): Don't make cleanup; rely on
3330 caller to free result string.
3331 Remove const from return type.
3332 (make_array_descriptor): Rename uses of place_on_stack to
3333 ensure_lval.
3334 Make sure that arrays are on stack.
3335
3336 (HASH_SIZE): Define.
3337 (struct cache_entry): Define.
3338 (cache_space): Define.
3339 (cache): Define.
3340 (clear_ada_sym_cache): New function.
3341 (find_entry): New function.
3342 (lookup_cached_symbol): New function.
3343 (defn_vector_size): Define.
3344 (cache_symbol): New function.
3345 (defn_symbols): Remove.
3346
3347 (standard_lookup): Use lookup_symbol_in_language to get effect of
3348 C lookup.
3349 Cache results.
3350
3351 (symbol_completion_match): New function.
3352 (symbol_completion_add): New function.
3353 (ada_make_symbol_completion_list): New function.
3354
3355 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
3356 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
3357 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3358 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
3359
3360 (ada_lookup_simple_minsym): New function.
3361 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
3362
3363 (add_symbols_from_enclosing_procs): New interface.
3364 Conditionalize more helpfully.
3365 Don't bother if program isn't running.
3366 Use new interface to get_frame_block.
3367 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
3368
3369 (remove_extra_symbols): New interface.
3370 (xget_renaming_scope): New function.
3371 (is_package_name): New function.
3372 (renaming_is_visible): New function.
3373 (remove_out_of_scope_renamings): New function.
3374
3375 (ada_lookup_symbol_list): New interface.
3376 Properly reinitialize the symbol list obstack.
3377 Don't call add_symbols_from_enclosing_procs if we start from a
3378 static or global block.
3379 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
3380 add_symbols_from_enclosing_procs.
3381 Add symtab data to cached entries.
3382 Handle symbols prefixed with
3383 "standard__" specially; strip prefix and don't look in local symbols.
3384 Do not include out of scope renaming symbols in list of
3385 symbols returned.
3386 Add const to block parameter.
3387 Move check for non-local, non-global symbols earlier.
3388 Remove timing stuff.
3389 (ada_lookup_symbol): New interface.
3390 Find symtab as well.
3391 (ada_lookup_symbol_nonlocal): New function.
3392
3393 (is_name_suffix): Enhance suffix detection to recognize
3394 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
3395 (is_dot_digits_suffix): New function.
3396 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
3397
3398 (ada_add_block_symbols): New interface. Use obstack to return results
3399 in a vector of struct ada_symbol_infos. Add symtab argument.
3400 Use new interface to add_defn_to_vec.
3401 Remove calls to fill_in_ada_prototype.
3402 Use BLOCK_BUCKETS, BLOCK_BUCKET.
3403
3404 (ada_finish_decode_line_1): Add const qualification to local to fix
3405 warning.
3406 Start looking in static block for functions to avoid attempts
3407 to search frame chain for up-level variables.
3408 Adapt to new ada_sals_for_line interface.
3409 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
3410 Handle quoting of the function name inside the spec string.
3411 Skip prologue when funfirstline is set and update the
3412 function documentation to that effect.
3413
3414 (debug_print_lines, debug_print_block, debug_print_blocks,
3415 debug_print_symtab): Remove.
3416
3417 (ada_main_name): New function.
3418 (ada_exception_breakpoint_type): New function.
3419 (is_known_support_routine): New function.
3420 (ada_find_printable_frame): Renamed from find_printable_frame and made
3421 global.
3422 Remove level parameter.
3423 Use new interface to select_frame.
3424
3425 (begin_command): Remove.
3426 (ada_adjust_exception_stop): New function.
3427 (ada_print_exception_stop): New function.
3428 (exception_name_from_cond): New function.
3429 (ada_report_exception_break): Replace disabled code with
3430 conditionalization on GNAT_GDB.
3431 Get the exception name from the condition string.
3432 Remove and move functionality into new functions
3433 ada_print_exception_breakpoint_task and
3434 ada_print_exception_breakpoint_nontask.
3435 (error_breakpoint_runtime_sym_not_found): New function.
3436 (is_runtime_sym_defined): New function.
3437 (ada_breakpoint_rewrite): Uncomment suppressed code.
3438 Use symbolic error-message and runtime-symbol names.
3439 Surround runtime symbol names in quotes.
3440 Allow non-specific breakpoints on exceptions and assertions before
3441 program starts.
3442
3443 (ada_is_tagged_type): Add parameter.
3444 (ada_is_tag_type): New function.
3445 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
3446 (ada_variant_discrim_type): Ditto.
3447 (value_tag_from_contents_and_address): New function.
3448 (type_from_tag): New function.
3449 (struct tag_args): New structure used to communicate with
3450 ada_tag_name_1.
3451 (ada_tag_name_1): New function.
3452 (ada_tag_name): New function.
3453
3454 (ada_scan_number): Update comment.
3455 (find_struct_field): New function.
3456 (ada_search_struct_field): Make static.
3457 (ada_value_struct_elt): New version that returns references when
3458 given pointers or references to structs.
3459 (ada_lookup_struct_elt_type): Add 'refok' parameter.
3460 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
3461 interface.
3462 (ada_value_ind): Use new ada_to_fixed_value interface.
3463 (ada_coerce_ref): Ditto.
3464 (field_offset): Remove.
3465
3466 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
3467 (ada_find_renaming_symbol): New function.
3468 (ada_prefer_type): Prefer named types over unnamed ones.
3469 (variant_field_index): New function.
3470 (contains_variant_part): Removed: subsumed by variant_field_index.
3471 (ada_template_to_fixed_record_type): New function, mostly from
3472 template_to_fixed_record_type.
3473 (template_to_fixed_record_type):
3474 Do not scan the type fields beyond the last one; prevents a
3475 potential SEGV.
3476 Handle case where variant field is listed BEFORE discriminant it
3477 depends on.
3478 Fix calculation of record length when bit length is
3479 not evenly divisible by char length.
3480 Move code to ada_template_to_fixed_record_type and call it.
3481
3482 (template_to_static_fixed_type): Revise comment.
3483 Modify to work on ordinary record types as well as templates,
3484 so as to handle fields that use ___XVE or ___XVU encodings.
3485 (to_record_with_fixed_variant_part): Fill out comment.
3486 Initialize C++ stuff in right type.
3487 Allow case where DVAL is null.
3488 Handle case where variant field is not last.
3489 Fix typo concerning record length.
3490 (to_fixed_record_type): Decomment disabled code.
3491 (to_fixed_record_type): Use variant_field_index instead of
3492 contains_variant_part.
3493 (to_fixed_variant_branch_type): Ditto.
3494 (to_fixed_array_type): Decomment disabled code.
3495 (ada_to_fixed_type): Convert tagged types to the specific type.
3496 Deactivate the size-check for array types in order to avoid
3497 some false size alarms.
3498 (to_static_fixed_type): Decomment disabled code.
3499 Modify to call template_to_static_fixed_type
3500 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
3501 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
3502 Remove valaddr argument, as it is never really used.
3503 (ada_to_fixed_value): Change interface to act on single struct value*
3504 operand.
3505 (adjust_pc_past_prologue): New function.
3506 (ada_attribute_name): Modify to take enum exp_opcode argument.
3507
3508 (ada_enum_name): Recognize new homonym-distinguishing convention.
3509 Adjust local variable's type to remove compiler warning.
3510 Fix a small problem in the part that unqualifies the enumeration name.
3511 (ada_value_binop): New function.
3512 (ada_value_equal): New function.
3513
3514 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
3515 Don't give error message when not doing normal evaluation
3516 and a tagged type doesn't seem to contain a structure member.
3517 Give error message for packed arrays.
3518 For indexing arrays, handle pointers to packed arrays correctly.
3519 Handle case of 'first and 'last attributes of bare integral type
3520 without encoded subtype info.
3521 Remove some unnecessary casts.
3522 Fix uninitialized value of type in computing 'first, 'last, or 'length
3523 of array object.
3524 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
3525 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
3526 calls.
3527 Attributes are now exp_opcode values.
3528 Correct treatment of 'modulus.
3529 Better error message for taking 'length of wrong kind of type;
3530 improve comment.
3531 Change EVAL_NORMAL to noside for consistency.
3532 Use ada_value_binop for DIV, MOD, REM.
3533 Make special case out of array of length 0, since an argument
3534 of 0 upsets some platforms' malloc.
3535 Use OP_STRING instead of OP_ARRAY.
3536 For slice, add check that we have an array type before extracting
3537 a slice out of it. Avoids a SEGV.
3538 When evaluating an array slice, if the array type is a reference to
3539 an aligner type, then replace the aligner type by the actual type.
3540 Decomment disabled code.
3541 Remove some dead code.
3542 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
3543 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
3544 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
3545 and UNOP_MBR to UNOP_IN_RANGE.
3546 If an array type has a parallel ___XVE type, then use it.
3547 Turn arrays into pointers for lvalue arrays.
3548 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
3549 bounds error and handle 0-length slices.
3550 Use lim_warning.
3551 When selecting fields, apply ada_to_fixed_value (because the fields
3552 might have ___XVU or ___XVE encodings even if not dynamic.)
3553 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
3554 (ada_is_system_address_type): New function.
3555
3556 (get_var_value): Use new interface to ada_lookup_symbol_list.
3557 (get_int_var_value): New interface.
3558 (to_fixed_range_type): Allow unknown bound, with warning.
3559 (ada_is_modular_type): Decomment disabled code.
3560 (ADA_OPERATORS): New definition.
3561 (ada_operator_length): New function.
3562 (ada_expr_op_name): New function.
3563 (ada_forward_operator_length): New function.
3564 (ada_dump_subexp_body): New function.
3565 (ada_print_subexp): New function.
3566 (ada_exp_descriptor): New constant.
3567 (ada_op_print_tab): Add 'size. Remove FIXMEs.
3568 (ada_language_defn): Add ada_exp_descriptor entry.
3569 Change ada_parse => parse.
3570 Add post-parser entry.
3571 Use ada-specific non-local symbol lookup.
3572 Don't use C-style arrays.
3573 String lower-bound is 1.
3574 Decomment disabled code.
3575 (parse): New function.
3576 New fields ada_translate_error_message, ada_lookup_symbol,
3577 ada_lookup_minimal_symbol.
3578
3579 * ada-lang.h: Update copyright dates.
3580 Replace the mangle/demangle terminology throughout by the
3581 more appropriate encode/decode one.
3582 Include breakpoint.h.
3583 Forward declare struct partial_symbol, struct block.
3584 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
3585 (EXTRACT_ADDRESS): Remove.
3586 (EXTRACT_INT): Remove.
3587 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
3588 (MAX_ENCLOSING_FRAME_LEVELS): Define.
3589 (MAX_RENAMING_CHAIN_LENGTH): Define.
3590 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
3591
3592 (enum task_states): Remove.
3593 ada_task_states: Remove.
3594 (fat_string): Remove.
3595 (struct entry_call): Remove.
3596 (struct task_fields): Remove.
3597 (struct task_entry): Remove.
3598
3599 (struct ada_symbol_info): Define.
3600 (enum ada_attribute): Remove.
3601 (enum ada_operator): Define.
3602
3603 (ada_get_field_index): Declare.
3604 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
3605 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3606 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3607 (ada_lookup_symbol_list): New interface.
3608 (ada_decode_symbol): Declare.
3609 (ada_decode): Declare.
3610 (ada_lookup_symbol): New interface.
3611 (ada_update_initial_language): Declare.
3612 (ada_lookup_simple_minsym): Declare.
3613 (user_select_syms): New interface.
3614 (ada_sals_for_line): Declare.
3615 (ada_is_tagged_type): New interface.
3616 (ada_tag_name): Declare.
3617 (ada_lookup_struct_elt_type): Remove declaration.
3618 (ada_search_struct_field): Remove declaration.
3619 (ada_attribute_name): New interface.
3620 (ada_is_system_address_type): Declare.
3621 (ada_to_fixed_value): Remove declaration.
3622 (ada_template_to_fixed_record_type_1): Declare.
3623 (get_int_var_value): New interface.
3624 (ada_find_any_symbol): Declare.
3625 (ada_find_renaming_symbol): Declare.
3626 (ada_mangle): Rename to ada_encode.
3627 (ada_simple_renamed_entity): Remove const.
3628 (ada_main_name): Declare.
3629 (get_current_task): Rename to ada_get_current_task.
3630 (get_entry_number): Remove declaration.
3631 (ada_report_exception_break): Remove declaration.
3632 (ada_print_exception_breakpoint_nontask): Declare.
3633 (ada_print_exception_breakpoint_task): Declare.
3634 (ada_find_printable_frame): Declare.
3635
3636 * ada-lex.l: Update copyright notices.
3637 Use xmalloc and xfree instead of malloc and free.
3638 Use new interface to name_lookup.
3639 Use new interface to
3640 ada_mangle=>ada_encode.
3641 Redo handling of '$...' variable to parallel current treatment
3642 in c-exp.y.
3643 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
3644 digit_to_int, strtoulst, processInt, processReal, processId,
3645 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
3646 yywrap): Protoize.
3647
3648 (processInt): Use cast to remove harmless warning.
3649 (processReal): Modify to get rid of compiler warning on scan formats.
3650
3651 (processId): Replace xmalloc with obstack_alloc for name and remove
3652 call to ada_name_string_cleanup.
3653 Remove obsolete disabled code.
3654 (name_lookup): Ditto.
3655 New interface.
3656 Use obsavestring on temp_parse_space instead of savestring
3657 on name, and remove call to ada_name_string_cleanup.
3658 Free string returned from ada_simple_renamed_entity.
3659 Use new interface to ada_lookup_symbol_list.
3660 Decomment disabled code.
3661 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
3662 not types.
3663 When a type name lookup succeeds as a result of
3664 lookup_primitive_typename, check for regular type entry that has not
3665 yet been read in.
3666 Limit length of chain of renamed symbols we are willing to follow.
3667 Do not break names beginning with "standard__" into segments.
3668 (block_lookup): Use new interface to ada_lookup_symbol_list.
3669
3670 * ada-typeprint.c: Update copyright notice.
3671 (demangled_type_name): Rename to decoded_type_name.
3672 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
3673 (print_range_bound): Correct handling of negative
3674 bounds that make the index type looked unsigned under STABS.
3675 (print_dynamic_range_bound): Use new interface to get_int_var_value.
3676 (print_range_type_named): Use the builtin int type if no type
3677 corresponding to the given type name could be found.
3678 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
3679 Add some bullet-proofing.
3680 (print_variant_clauses): Allow for variant branches with ___XVU
3681 encodings that are not dynamic fields.
3682 Use new interface to ada_is_tagged_type.
3683 (print_record_type): Allow for fields with ___XVE encodings that
3684 are not dynamic fields.
3685 Use new interface to ada_is_tagged_type.
3686 (ada_print_type): ada_is_array_descriptor =>
3687 ada_is_array_descriptor_type.
3688
3689 * ada-valprint.c: Update copyright notice.
3690 Include gdb_string.h
3691 Include infcall.h
3692 (ui_memcpy): New function.
3693 (ada_print_floating): New function.
3694 (ada_print_str): Order arguments correctly.
3695 Correct handling of empty arrays and arrays of 0-length items.
3696 ada_is_array_descriptor => ada_is_array_descriptor_type
3697 Print values of type System.Address in hexadecimal format.
3698 Use ada_print_floating to print floating-point numbers in Ada format.
3699 Print class tag values with type names.
3700 No longer print the address of reference values. Avoids
3701 a potential confusion.
3702 (ada_value_print): Stop printing the object type for reference
3703 values, but preserve that behavior for access types. Avoids
3704 a potential confusion.
3705 Simplify one conditional expression, as the first part is now
3706 necessarily true.
3707 ada_is_array_descriptor => ada_is_array_descriptor_type
3708 Add check for arrays for null records, and print them by hand.
4c4b4cd2 3709
f65f91b5
JB
37102004-06-01 Jim Blandy <jimb@redhat.com>
3711
3712 * ppc-tdep.h: Delete unused 'regoff' member.
3713 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
3714
d4687fa0
MC
37152004-06-01 Michael Chastain <mec.gnu@mindspring.com>
3716
3717 Fix PR symtab/1661.
3718 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
3719 (hpread_read_struct_type): Likewise.
3720
de169ec9
AC
37212004-06-01 Andrew Cagney <cagney@gnu.org>
3722
c6902d46
AC
3723 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
3724 instead of xasprintf.
3725 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
3726 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
3727 (mi_cmd_data_list_register_names)
3728 (mi_cmd_data_list_changed_registers)
3729 (mi_cmd_data_list_register_values)
3730 (get_register, mi_cmd_data_write_register_values)
3731 (mi_cmd_data_write_register_values)
3732 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
3733 (mi_cmd_target_download, mi_cmd_target_select)
3734 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
3735 (mi_execute_cli_command, mi_execute_async_cli_command)
3736 (mi_execute_async_cli_command): Ditto.
3737 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
3738 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
3739
6085fc2d
AC
3740 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
3741 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
3742 error_last_message instead of mi_error_last_message.
3743 * mi/mi-main.c (mi_error_last_message): Delete function.
3744
de169ec9
AC
3745 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
3746 "invalid number of columns" error. Delete redundant "out of
3747 memory" check.
3748
1fc7d519
MK
37492004-05-31 Mark Kettenis <kettenis@gnu.org>
3750
6cfb2041
MK
3751 * i386bsd-nat.c: Don't include <sys/procfs.h>.
3752 (gregset_t, fpregset_t): Remove typedefs.
3753 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
3754 (REG_OFFSET): Rename argument.
3755 (i386bsd_r_reg_offset): Rename from reg_offset.
3756 (REG_ADDR): Remove macro.
3757 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
3758 functions.
3759 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
3760 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
3761 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
3762 instead of supply_gregset.
3763 (store_inferior_registers): Use `struct reg' and `struct fpreg'
3764 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
3765 instead of fill_gregset.
3766 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
3767
1fc7d519
MK
3768 * i386bsd-nat.c: Don't include "gregset.h".
3769 (supply_gregset, fill_gregset): Make static.
3770 (supply_fpregset, fill_fpregset): Remove.
3771 * Makefile.in (i386bsd-nat.o): Update dependencies.
3772
2c34abbe
MK
37732004-05-30 Mark Kettenis <kettenis@gnu.org>
3774
448724fb
MK
3775 * fbsd-proc.c: Include "regcache.h", "regset.h" and
3776 "gdb_assert.h". Con't include "gregset.h".
3777 (fbsd_make_corefile_notes): Use regset-based core file support
3778 instead off fill_gregset and fill_fpregset.
3779 * Makefile.in (fbsd-proc.o): Update dependencies.
3780
5ca8ca7c
MK
3781 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
3782 instructions.
3783 (m88k_frame_prev_register): Simplify code a bit.
3784
593adc23
MK
3785 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
3786 (amd64_collect_fpregset): New function.
3787 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
3788
8d1b517b
MK
3789 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
3790
7fdafb5a
MK
3791 * i386-tdep.c (i386_supply_gregset): Adjust comment.
3792 (i386_collect_gregset): New function.
3793 (i386_supply_fpregset): Adjust comment.
3794 (i386_collect_fpregset): New function.
3795 (i386_regset_from_core_section): Use i386_collect_gregset and
3796 i386_collect_fpregset.
3797
8693c419
MK
3798 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
3799 handle VALUEP being null.
3800
2c34abbe
MK
3801 * regset.h (collect_regset_ftype): Unconstify fourth argument.
3802
45d134d8
MK
38032004-05-29 Mark Kettenis <kettenis@gnu.org>
3804
1698f4e7
MK
3805 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
3806
45d134d8
MK
3807 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
3808 assembler in OpenBSD 3.5-current.
3809 (amd64obsd_sigcontext_addr): Likewise.
3810
691d145a
JB
38112004-05-28 Jim Blandy <jimb@redhat.com>
3812
3813 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
3814 register set, so our regcache isn't declared "legacy" and our E500
3815 pseudoregister read and write functions aren't ignored.
3816 (rs6000_register_byte, rs6000_register_raw_size,
3817 rs6000_register_virtual_type, rs6000_register_convertible,
3818 rs6000_register_convert_to_virtual,
3819 rs6000_register_convert_to_raw): Deleted.
3820 (rs6000_register_type, rs6000_convert_register_p,
3821 rs6000_register_to_value, rs6000_value_to_register): New
3822 functions.
3823 (rs6000_gdbarch_init): Don't register
3824 gdbarch_deprecated_register_size,
3825 gdbarch_deprecated_register_bytes,
3826 gdbarch_deprecated_register_byte,
3827 gdbarch_deprecated_register_raw_size,
3828 gdbarch_deprecated_register_virtual_type,
3829 gdbarch_deprecated_register_convertible,
3830 gdbarch_deprecated_register_convert_to_virtual, or
3831 gdbarch_deprecated_register_convert_to_raw methods. Instead,
3832 register gdbarch_register_type, gdbarch_convert_register_p,
3833 gdbarch_register_to_value, and gdbarch_value_to_register methods.
3834
18ed0c4e
JB
38352004-05-26 Jim Blandy <jimb@redhat.com>
3836
3837 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
3838 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
3839 functions, updated to match the register numberings used in GCC.
3840 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
3841 rs6000_dwarf2_reg_to_regnum as register number conversions
3842 functions for STABS and Dwarf2.
3843
779af9e3
RC
38442004-05-26 Randolph Chung <tausq@debian.org>
3845
3846 * infttrace.h (target_waitkind): Forward declare type instead of pulling
3847 in header file.
3848
c23968a2
JB
38492004-05-25 Joel Brobecker <brobecker@gnat.com>
3850
3851 * NEWS: Document new "start" command.
3852
3a7d1c27
RC
38532004-05-25 Randolph Chung <tausq@debian.org>
3854
3855 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
3856 hppa-linux.
3857
43613416
RC
38582004-05-25 Randolph Chung <tausq@debian.org>
3859
3860 * hppa-hpux-tdep.c (offsetof): Define.
3861 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
3862 (hppa32_hpux_frame_base_before_sigtramp)
3863 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
3864 (hppa64_hpux_frame_saved_pc_in_sigtramp)
3865 (hppa64_hpux_frame_base_before_sigtramp)
3866 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
3867 functions.
3868 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
3869 (hppa_hpux_sigtramp_frame_unwind_cache)
3870 (hppa_hpux_sigtramp_frame_this_id)
3871 (hppa_hpux_sigtramp_frame_prev_register)
3872 (hppa_hpux_sigtramp_frame_unwind)
3873 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
3874 (hppa_hpux_init_abi): Register sigtramp unwinder.
3875 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
3876
6d1be3f1
RC
38772004-05-25 Randolph Chung <tausq@debian.org>
3878
3879 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
3880 and multiple stack unwinds.
3881 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
3882
97c34f65
AC
38832004-05-25 Andrew Cagney <cagney@gnu.org>
3884
3885 * symfile.h (symbol_file_add_from_memory): Delete declaration.
3886 * symfile-mem.h: Delete file.
3887 * symfile-mem.c: Do not include "symfile-mem.h".
3888 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
3889 "struct bfd_section". When an error do not bother returning NULL.
3890 (add_symbol_file_from_memory_command): Use "struct bfd" and
3891 "struct bfd_section".
3892 * Makefile.in (symfile_mem_h): Delete.
3893 (symfile-mem.o): Update dependencies.
3894
e23cbd82
NR
38952004-05-25 Nick Roberts <nickrob@gnu.org>
3896
3897 * gdb-mi.el: New file.
3898
20d2ca3e
AC
38992004-05-25 Andrew Cagney <cagney@gnu.org>
3900
3901 * inftarg.c: Include "observer.h".
3902 (child_attach, child_create_inferior): Notify inferior_created.
3903 * corelow.c: Include "observer.h".
3904 (core_open): Notify inferior_created.
3905 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
3906
c27cda74
AC
39072004-05-25 Andrew Cagney <cagney@gnu.org>
3908
3909 * target.h (struct target_ops): Add from_tty to
3910 to_create_inferior.
3911 (target_create_inferior, find_default_create_inferior): Update.
3912 * infcmd.c (run_command): Update.
3913 * wince.c (child_create_inferior): Update.
3914 * win32-nat.c (child_create_inferior): Update.
3915 * uw-thread.c (uw_thread_create_inferior): Update.
3916 * thread-db.c (thread_db_create_inferior): Update.
3917 * target.c (debug_to_create_inferior)
3918 (find_default_create_inferior): Update.
3919 (maybe_kill_then_create_inferior): Update.
3920 * sol-thread.c (sol_thread_create_inferior): Update.
3921 * remote.c (extended_remote_async_create_inferior)
3922 (extended_remote_create_inferior): Update.
3923 * remote-vx.c (vx_create_inferior): Update.
3924 * remote-st.c (st2000_create_inferior): Update.
3925 * remote-sim.c (gdbsim_create_inferior): Update.
3926 * remote-sds.c (sds_create_inferior): Update.
3927 * remote-rdp.c (remote_rdp_create_inferior): Update.
3928 * remote-rdi.c (arm_rdi_create_inferior): Update.
3929 * remote-m32r-sdi.c (m32r_create_inferior): Update.
3930 * remote-e7000.c (e7000_create_inferior): Update.
3931 * procfs.c (procfs_create_inferior): Update.
3932 * ocd.c (ocd_create_inferior): Update.
3933 * ocd.h (ocd_create_inferior): Update.
3934 * nto-procfs.c (procfs_create_inferior): Update.
3935 * monitor.c (monitor_create_inferior): Update.
3936 * lin-lwp.c (lin_lwp_create_inferior): Update.
3937 * inftarg.c (child_create_inferior): Update.
3938 * hpux-thread.c (hpux_thread_create_inferior): Update.
3939 * gnu-nat.c (gnu_create_inferior): Update.
3940
1db2a798
AC
39412004-05-25 Andrew Cagney <cagney@gnu.com>
3942
3943 * MAINTAINERS: Update e-mail address.
3944
007d08bb
RC
39452004-05-24 Randolph Chung <tausq@debian.org>
3946
3947 * thread.c (info_threads_command, thread_apply_all_command)
3948 (thread_apply_command, thread_command, do_captured_thread_select):
3949 Remove HPUXHPPA-specific code.
3950
69e7b95e
RC
39512004-05-24 Randolph Chung <tausq@debian.org>
3952
3953 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
3954 unused symbols.
3955 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
3956 references.
3957
a4d5f2e0
JB
39582004-05-24 Joel Brobecker <brobecker@gnat.com>
3959
3960 * infcmd.c (kill_if_already_running): New function, extracted
3961 from run_command().
3962 (run_command): Replace extracted code by call to
3963 kill_if_already_running().
3964 (start_command): New function.
3965 (_initialize_infcmd): Add "start" command.
3966
bf2ca189
MK
39672004-05-24 Mark Kettenis <kettenis@gnu.org>
3968
3969 Add OpenBSD/m88k support.
3970 * NEWS (New native configurations): Mention OpenBSD/m88k.
3971 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
3972 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
3973 * Makefile.in (m88k_tdep_h): New variable.
3974 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
3975 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
3976 * configure.host: Add m88*-*-openbsd*.
3977 * configure.tgt: Add m88*-*-openbsd*.
3978
80fadb11
JB
39792004-05-24 Jim Blandy <jimb@redhat.com>
3980
3981 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
3982 to approve changes.
3983
19e2d14b
KB
39842004-05-24 Kevin Buettner <kevinb@redhat.com>
3985
3986 * symtab.c (fixup_section): Search section table when lookup by
3987 name fails.
3988
1b07b470
RC
39892004-05-24 Randolph Chung <tausq@debian.org>
3990
3991 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
3992 be "small_struct".
3993
368702b1
MK
39942004-05-24 Mark Kettenis <kettenis@gnu.org>
3995
5df97fde
MK
3996 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
3997 register number in regcache_raw_collect call.
3998 (m68kbsd_collect_fpregset): Likewise.
3999 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4000
368702b1
MK
4001 * regset.h (struct regset): Add back `regset' member.
4002
a770d4ec
MK
40032004-05-23 Mark Kettenis <kettenis@gnu.org>
4004
70f9f479
MK
4005 * configure.in: Check for td_pcb in `struct thread'.
4006 * configure, config.in: Regenerated.
4007
2e16d79e
MK
4008 * dpx2-nat.c: Remove file.
4009 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4010 (dpx2-nat.o): Remove dependencies.
4011
492cf391
MK
4012 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4013 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4014 (amd64obsd_supply_pcb): New function.
4015 (_initialize_amd64obsd_nat): Enable libkvm interface.
4016 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4017 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4018 (LOADLIBES): New variable.
4019
a770d4ec
MK
4020 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4021 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4022 (sparc32nbsd_supply_pcb): New function.
4023 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4024 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4025 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4026 (LOADLIBES): New variable.
4027
9ea75c57
MK
40282004-05-22 Mark Kettenis <kettenis@gnu.org>
4029
2e0c3539
MK
4030 * bsd-kvm.c, bsd-kvm.h: New files.
4031 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4032 "bsd-kvm.h".
4033 (i386fbsd_supply_pcb): New function.
4034 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4035 (i386fbsd-nat.o): Update dependencies.
4036 (bsd_kvm_h): New variable.
4037 (bsd-kvm.o): New dependency.
4038 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4039 (LOADLIBES): New variable.
4040
9ea75c57
MK
4041 * regset.c: Tweak comment.
4042 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4043 macro.
4044 * regset.h: Update copyright year.
4045 (struct regset): Remove `descr' member, add `gdbarch' member.
4046 (regset_alloc): Adjust prototype and comment.
4047 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4048 (i386_supply_fpregset): Likewise.
4049 (i386_regset_from_core_section): Update call to regset_alloc.
4050 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4051 REGSET->arch.
4052 (i386obsd_aout_regset_from_core_section): Update call to
4053 regset_alloc.
4054 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4055 REGSET->arch.
4056 (i386nbsd_aout_regset_from_core_section): Update call to
4057 regset_alloc.
4058 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4059 REGSET->arch.
4060 (amd64_regset_from_core_section): Update call to regset_alloc.
4061 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4062 REGSET->arch.
4063 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4064 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4065 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4066 (sparc32nbsd_init_abi): Update call to regset_alloc.
4067 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4068 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4069 (sparc64obsd_init_abi): Update call to regset_alloc.
4070 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4071 &sparc64nbsd_gregset in sparc64_supply_gregset call.
4072 (sparc64nbsd_init_abi): Update call to regset_alloc.
4073 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
4074 &sparc64fbsd_gregset in sparc64_supply_gregset call.
4075 (sparc64fbsd_init_abi): Update call to regset_alloc.
4076
867e2dc5
JB
40772004-05-22 Jim Blandy <jimb@redhat.com>
4078
4079 * ppc-tdep.h (spe_register_p): New declaration.
4080 (struct gdbarch_tdep): New members: ppc_acc_regnum and
4081 ppc_spefscr_regnum.
4082 * rs6000-tdep.c (spe_register_p): New function.
4083 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
4084 spefscr.
4085 (rs6000_gdbarch_init): Initialize the new members of the tdep
4086 structure.
4087
617a4cba
JB
40882004-05-21 Jim Blandy <jimb@redhat.com>
4089
0397dee1
JB
4090 * ppc-linux-nat.c (fetch_register): Move code back to be next
4091 to the comment that describes it. (Moved code, instead of
4092 comment, for symmetry with store_register.)
4093
617a4cba
JB
4094 Allocate regset structures in the gdbarch's obstack, not using
4095 xmalloc.
4096 * regset.c (regset_alloc): Renamed from regset_xmalloc.
4097 Add 'arch' argument. Allocate the regset on arch's obstack, not
4098 using xmalloc.
4099 * regset.h (regset_alloc): Update declaration.
4100 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
4101 gdbarch argument.
4102 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4103 * i386-tdep.c (i386_regset_from_core_section): Same.
4104 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4105 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4106 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4107 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4108 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4109 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4110
9aa3914d
JB
41112004-05-21 Joel Brobecker <brobecker@gnat.com>
4112
4113 * config/djgpp/fnchange.lst: Undo previous change, was useless.
4114
99c87dab
JB
41152004-05-21 Jim Blandy <jimb@redhat.com>
4116
4117 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
4118 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
4119
c2b6b4aa
JB
41202004-05-20 Jim Blandy <jimb@redhat.com>
4121
4122 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
4123
144529d0
MK
41242004-05-20 Mark Kettenis <kettenis@gnu.org>
4125
4126 * regset.h: Make prototype const-correct.
4127 * regset.c (regset_xmalloc): Make const-correct.
4128
4725b721
PH
41292004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
4130
4131 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
4132 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
4133 (symbol_search_name): Declare.
4134
4135 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
4136 (iter_name_next_hashed): Ditto.
4137 (iter_name_next_linear): Ditto.
4138 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
4139
4140 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
4141 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
4142 (symbol_search_name): New function.
4143
4144 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
4145
4146 * minsyms.c (build_minimal_symbol_hash_tables): Change
4147 test for adding to demangled hash table to check for difference
4148 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
4149
be07a590
JB
41502004-05-19 Jim Blandy <jimb@redhat.com>
4151
4152 Use a constructor function to create regset structures.
4153 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
4154 (struct regset): Use supply_regset_ftype. Add new
4155 'collect_regset' member.
4156 (regset_xmalloc): New declaration.
4157 * regset.c: New file.
4158 * am64-tdep.c (amd64_regset_from_core_section): Use
4159 regset_xmalloc to construct regset structures.
4160 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4161 * i386-tdep.c (i386_regset_from_core_section): Same.
4162 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4163 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4164 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4165 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4166 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4167 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4168 * Makefile.in (COMMON_OBS): Add regset.o.
4169 (regset.o): New rule.
4170
604368f5
JB
41712004-05-19 Joel Brobecker <brobecker@gnat.com>
4172
4173 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
4174 and pthread_cond_wait.c.
4175
82d69f8b
JB
41762004-05-18 Jim Blandy <jimb@redhat.com>
4177
4178 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
4179 before the mach-specific switch, and then let the individual cases
4180 override the defaults, rather than leaving them uninitialized
4181 until the switch and then setting them in each case.
4182
5859efe5
RC
41832004-05-18 Randolph Chung <tausq@debian.org>
4184
4185 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
4186 millicode functions.
4187
9ca80cf8
RC
41882004-05-18 Randolph Chung <tausq@debian.org>
4189
4190 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
4191 references to dld_flags_buffer consistent.
4192
ed70ba00
RC
41932004-05-18 Randolph Chung <tausq@debian.org>
4194
4195 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
4196 it for unwinding the stack.
4197
63100632
RC
41982004-05-18 Randolph Chung <tausq@debian.org>
4199
4200 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
4201 Undefine these so we can overide them using gdbarch.
4202
090ccbb7
RC
42032004-05-18 Randolph Chung <tausq@debian.org>
4204
4205 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
4206 handling for 64-bit HPUX (elf).
4207
594706e6
DJ
42082004-05-18 Daniel Jacobowitz <dan@debian.org>
4209
4210 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
4211 constants.
4212 * amd64-tdep.c (amd64_skip_prologue): Likewise.
4213 * ia64-tdep.c (examine_prologue): Likewise.
4214 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
4215 * v850-tdep.c (v850_fix_call_dummy): Likewise.
4216
e5483145
MK
42172004-05-18 Mark Kettenis <kettenis@gnu.org>
4218
4219 * vax-tdep.c (vax_return_value): Implement
4220 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4221
caed1a45
MK
42222004-05-17 Mark Kettenis <kettenis@gnu.org>
4223
4224 * vax-tdep.c (vax_return_value): Fix typo.
4225
3c0b7db2
AC
42262004-05-17 Andrew Cagney <cagney@redhat.com>
4227
5aae53e5
AC
4228 * MAINTAINERS: Mark Salter was also responsible for
4229 testsuite/config/
4230
3c0b7db2
AC
4231 * NEWS: Mention signal fixes.
4232
22b0923d
RC
42332004-05-17 Randolph Chung <tausq@debian.org>
4234
4235 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
4236 check to see if we are unwinding an export stub. Export stubs clobber
4237 the %rp in the call path and stores the original rp in a stack slot.
4238
22f2b2f3
JB
42392004-05-17 Jim Blandy <jimb@redhat.com>
4240
4241 * MAINTAINERS: Update address for J.T. Conklin.
4242
cea96d64
RC
42432004-05-17 Randolph Chung <tausq@debian.org>
4244
4245 * hppa-tdep.c: Remove superfluous #include's.
4246 * Makefile.in (hppa-tdep.o): Update dependencies.
4247
f08f6a4a
RC
42482004-05-17 Randolph Chung <tausq@debian.org>
4249
4250 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
4251 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
4252 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
4253 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
4254 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
4255 Remove static function declarations.
4256
51da707a
MK
42572004-05-17 Mark Kettenis <kettenis@gnu.org>
4258
caed1a45
MK
4259 * alphabsd-nat.c: Update copyright year.
4260 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
4261
c0c2b0db
MK
4262 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
4263 and M68K_A2_REGNUM.
4264
51da707a
MK
4265 * m68k-tdep.c (m68k_svr4_return_value): Implement
4266 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4267
8d027a04
MK
42682004-05-16 Mark Kettenis <kettenis@gnu.org>
4269
4270 * sol-thread.c Update copyright year. Fix various coding
4271 standards violations. Tweak a few comments.
4272 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
4273 Delete prototypes.
4274
0d99fdb9
RC
42752004-05-15 Randolph Chung <tausq@debian.org>
4276
4277 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
4278 as pointer instead of array reference since HPUX compiler does
4279 not accept unsized array arguments.
4280 * somsolib.c (dld_flags_buffer): Use constant array size.
4281
f7e3843a
MK
42822004-05-15 Mark Kettenis <kettenis@gnu.org>
4283
0fe85704
MK
4284 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
4285 offset with decimal offset.
4286 (amd64obsd_sigcontext_addr): Return correct address for entire
4287 signal trampoline.
4288
a54f9a00
MK
4289 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
4290 instead of get_frame_base.
4291
feae6502
MK
4292 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
4293 (fill_gregset): Use regcache_raw_collect.
4294
0382d099
MK
4295 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
4296 ppcobsd-tdep.c.
4297
f7e3843a
MK
4298 * config/sparc/tm-nbsd64.h: Remove file.
4299 * config/tm-sunos.h: Remove file.
4300
773df3e5
JB
43012004-05-15 Joel Brobecker <brobecker@gnat.com>
4302
4303 * rs6000-tdep.c (store_param_on_stack_p): New function,
4304 an improved version of some code extracted from skip_prologue().
4305 (skip_prologue): Use store_param_on_stack_p() to detect
4306 instructions saving a parameter on the stack. Detect when r0
4307 is used to save a parameter.
4308 Do not mark "li rx, SIMM" instructions as part of the prologue,
4309 unless the following instruction is also part of the prologue.
4310
95918acb
AC
43112004-05-14 Andrew Cagney <cagney@redhat.com>
4312
06f32659
AC
4313 * infrun.c (handle_inferior_event): Simplify
4314 STEP_OVER_UNDEBUGGABLE.
4315
95918acb
AC
4316 * infrun.c (handle_step_into_function): Delete function.
4317 (handle_inferior_event): Inline calls to
4318 handle_step_into_function.
4319
40711ff1 43202004-05-14 Jerome Guitton <guitton@gnat.com>
42203e46
JG
4321
4322 * rs6000-nat.c: Fix a comment.
4323
02f60eae
JB
43242004-05-12 David Anderson <davea@sgi.com>
4325
4326 Committed by Jim Blandy <jimb@redhat.com>:
4327 * regcache.c (struct regcache_descr): fix comment spelling.
4328
552e377b
JB
43292004-05-13 J. Brobecker <brobecker@gnat.com>
4330
4331 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
4332 Fixes a link link failure.
4333
349766b2
JB
43342004-05-13 J. Brobecker <brobecker@gnat.com>
4335
4336 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
4337 error that was causing the build to fail.
4338
0d4d5484
JB
43392004-05-13 J. Brobecker <brobecker@gnat.com>
4340
4341 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
4342 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
4343
0b30808c
AC
43442004-05-13 Andrew Cagney <cagney@redhat.com>
4345
4346 * infrun.c (handle_inferior_event): Check for
4347 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
4348 calls. Update comments.
4349
cdf2c5f5
JB
43502004-05-13 Jim Blandy <jimb@redhat.com>
4351
063715bf
JB
4352 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
4353 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4354 (store_regs_user_thread, store_regs_kernel_thread): Use
4355 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
4356 * ppc-linux-nat.c (fill_gregset): Same.
4357 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
4358 (ppc_linux_sigtramp_cache): Same.
4359 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
4360 (ppcnbsd_sigtramp_cache_init): Same.
4361 * rs6000-nat.c (fetch_core_registers): Same.
4362 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
4363 (rs6000_frame_cache): Same.
4364
cdf2c5f5
JB
4365 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
4366 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
4367 of assuming that the gprs are numbered starting with zero.
4368 * ppc-linux-nat.c (fill_gregset): Same.
4369 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
4370 * ppcnbsd-nat.c (getregs_supplies): Same.
4371 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
4372 * rs6000-nat.c (fetch_core_registers): Same.
4373 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
4374
450bd37b
MS
43752004-05-07 Michael Snyder <msnyder@redhat.com>
4376
4377 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
4378 LOC_COMPUTED_ARG, and LOC_INDIRECT.
4379
4a72a2a6
AC
43802004-05-13 Andrew Cagney <cagney@redhat.com>
4381
4382 * infrun.c (handle_inferior_event): Use frame_unwind_id.
4383
8edfa926
BM
43842004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4385
4386 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
4387 base_address for shared libraries.
4388
723e0e3d
BM
43892004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4390
4391 * MAINTAINERS (write after approval): Add myself.
4392
00d4360e
UW
43932004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
4394
4395 * breakpoint.c (bpstat_stop_status): Add new argument
4396 STOPPED_BY_WATCHPOINT. Use it instead of testing
4397 target_stopped_data_address agaist 0 to check whether
4398 or not we stopped due to a hardware watchpoint.
4399 * breakpoint.h (bpstat_stop_status): Adapt prototype.
4400 * infrun.c (handle_inferior_event): Call bpstat_stop_status
4401 with new argument.
4402
ec76baa5
JB
44032004-05-12 Jim Blandy <jimb@redhat.com>
4404
4405 * configure.in: When checking whether we should use the -bbigtoc
4406 option, don't forget to restore the original value of LDFLAGS.
4407 * configure: Regenerated.
4408
f2c9ca08
AC
44092004-05-12 Andrew Cagney <cagney@redhat.com>
4410
4411 * thread.c (load_infrun_state): Delete step_sp.
4412 * infrun.c (context_switch): Ditto.
4413 * inferior.h (step_sp): Ditto.
4414 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
4415 * gdbthread.h (struct thread_info, save_infrun_state)
4416 (restore_infrun_state): Ditto.
4417
090ddb2a
UW
44182004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
4419
4420 * MAINTAINERS (write after approval): Add myself.
4421
8aad930b
AC
44222004-05-12 Andrew Cagney <cagney@redhat.com>
4423
4424 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
4425 eliminate reference to step_sp.
4426 (struct execution_control_state, init_execution_control_state)
4427 (handle_inferior_event, keep_going): Delete update_step_sp and
4428 step_sp.
4429 * infcmd.c (step_sp): Note that variable is unused.
4430
922d5ae0
AC
44312004-05-11 Andrew Cagney <cagney@redhat.com>
4432
4433 * infrun.c (step_over_function): Delete function.
4434 (handle_step_into_function): Use insert_step_resume_breakpoint.
4435 (insert_step_resume_breakpoint): Fix assertion.
4436
017c5ca5
NR
44372004-05-11 Nick Roberts <nickrob@gnu.org>
4438
4439 * utils.c (defaulted_query): Just use the normal query input type
4440 when printing the annotations.
4441
42edda50
AC
44422004-05-11 Andrew Cagney <cagney@redhat.com>
4443
4444 * infrun.c (handle_inferior_event): Simplify code handling
4445 step-into or return-from a signal trampoline.
4446
d28b44a7
AC
44472004-05-11 Andrew Cagney <cagney@redhat.com>
4448
4449 * ppcnbsd-tdep.c: Include "gdb_assert.h".
4450 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
4451
383f0f5b
JB
44522004-05-10 Jim Blandy <jimb@redhat.com>
4453
d0b57c3a
JB
4454 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
4455 with a call to internal_error.
4456
383f0f5b
JB
4457 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
4458 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
4459 processor variant lacks those registers.
4460 (ppc_floating_point_unit_p): Change description to make it clear
4461 that this returns info about the ISA, not the ABI.
4462 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
4463 return true or false by checking tdep->ppc_fp0_regnum and
4464 tdep->ppc_fpscr_regnum. The original code replicated the BFD
4465 arch/mach switching done in rs6000_gdbarch_init; it's better to
4466 keep that logic there, and just check the results here.
4467 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
4468 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
4469 floating-point registers.
4470 (ppc_supply_fpregset, ppc_collect_fpregset)
4471 (rs6000_push_dummy_call, rs6000_extract_return_value)
4472 (rs6000_store_return_value): Assert that we have floating-point
4473 registers.
4474 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
4475 (rs6000_frame_cache): Don't note the locations at which
4476 floating-point registers were saved if we have no fprs.
4477 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
4478 registers.
4479 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4480 (store_regs_user_thread, store_regs_kernel_thread): Only call
4481 supply_fprs / fill_fprs if we actually have floating-point
4482 registers.
4483 (special_register_p): Check ppc_fpscr_regnum before matching
4484 against it.
4485 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
4486 supply / collect fpscr if we don't have it.
4487 * ppc-bdm.c: #include "gdb_assert.h".
4488 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
4489 have floating-point registers, since I can't test this code on
4490 FP-free systems to adapt it.
4491 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
4492 fpscr and floating point register numbers if they don't exist.
4493 (fetch_register): Assert that we have floating-point registers
4494 before we reach the code that handles them.
4495 (store_register): Same. And use tdep instead of calling
4496 gdbarch_tdep again.
4497 (fill_fpregset): Don't try to collect FP registers and fpscr if we
4498 don't have them.
4499 (ppc_linux_sigtramp_cache): Don't record the saved locations of
4500 fprs and fpscr if we don't have them.
4501 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
4502 don't have them.
4503 * ppcnbsd-nat.c: #include "gdb_assert.h".
4504 (getfpregs_supplies): Assert that we have floating-point registers.
4505 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
4506 * ppcobsd-tdep.c: #include "gdb_assert.h".
4507 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
4508 have floating-point registers.
4509 * rs6000-nat.c (regmap): Don't match against the fpscr and
4510 floating point register numbers if they don't exist.
4511 (fetch_inferior_registers, store_inferior_registers,
4512 fetch_core_registers): Only fetch / store / supply the
4513 floating-point registers and the fpscr if we have them.
4514 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
4515 (ppcobsd-tdep.o): Update dependencies.
4516
15960608
AC
45172004-05-10 Andrew Cagney <cagney@redhat.com>
4518
4519 * infrun.c (through_sigtramp_breakpoint): Delete variable.
4520 (context_switch): Do not switch through_sigtramp_breakpoint.
4521 * gdbthread.h (save_infrun_state, load_infrun_state)
4522 (struct thread_info): Delete through_sigtramp_breakpoint parameter
4523 and structure member.
4524 * thread.c (load_infrun_state, save_infrun_state): Update.
4525
5ab5aa0f
MK
45262004-05-10 Mark Kettenis <kettenis@gnu.org>
4527
4528 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
4529
da78b0e7
DJ
45302004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4531
4532 * acinclude.m4: Quote macro names being defined by AC_DEFUN
4533 throughout.
4534 * aclocal.m4: Regenerate.
4535
cca0d3b0
NW
45362004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
4537
4538 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
4539
d303a6c7
AC
45402004-05-10 Andrew Cagney <cagney@redhat.com>
4541
4542 * infrun.c (check_sigtramp2): Delete function.
4543 (handle_inferior_event): When single stepping, and taking a
4544 signal, set a breakpoint at the signal return address. Delete
4545 redundant calls to check_sigtramp2.
4546 (insert_step_resume_breakpoint): New function.
4547 (through_sigtramp_breakpoint, handle_inferior_event)
4548 (follow_exec, wait_for_inferior, fetch_inferior_event)
4549 (currently_stepping, keep_going): Delete most uses of
4550 through_sigtramp_breakpoint, not that it should be deleted.
4551 (delete_breakpoint_current_contents): Delete function.
4552
03f4cc20
RC
45532004-05-10 Randolph Chung <tausq@debian.org>
4554
4555 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
4556 target.
4557 * config/pa/tm-linux.h: New file.
4558
37fc812e
DJ
45592004-05-10 Daniel Jacobowitz <drow@mvista.com>
4560
4561 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
4562 of prefixes. Don't print the prefix twice in the CLI.
4563
26c0b942
JB
45642004-05-10 Jim Blandy <jimb@redhat.com>
4565
2e56e9c1
JB
4566 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
4567 collect all the gprs.
4568
26c0b942
JB
4569 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
4570 loop collecting gprs.
4571
dc497459
AC
45722004-05-09 Andrew Cagney <cagney@redhat.com>
4573
4574 * remote-vx.c (net_step): Delete step-range code.
4575 * remote.c (remote_resume, init_all_packet_configs)
4576 (set_remote_protocol_E_packet_cmd)
4577 (show_remote_protocol_E_packet_cmd)
4578 (remote_protocol_E, show_remote_cmd, _initialize_remote)
4579 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
4580 (show_remote_protocol_e_packet_cmd): Ditto.
4581
0543f387
MK
45822004-05-09 Mark Kettenis <kettenis@gnu.org>
4583
c481d1ca
MK
4584 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
4585
f626a069
MK
4586 * hppa-tdep.h: Update copyright year.
4587 (struct trad_frame_saved_reg): Add opaque declaration.
4588
6fa57a7d
MK
4589 * amd64-tdep.c (amd64_return_value): Implement
4590 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4591
e47577ab
MK
4592 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
4593 (m68k_value_to_register): New functions.
4594 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
4595 value_to_register.
4596
31db7b6c
MK
4597 * defs.h (enum return_value_convention): Add
4598 RETURN_VALUE_ABI_RETURNS_ADDRESS and
4599 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
4600 * infcmd.c (legacy_return_value): New function.
4601 (print_return_value): Rwerite to implement
4602 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4603 * values.c (using_struct_return): Check for inequality to
4604 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
4605 RETURN_VALUE_STRUCT_CONVENTION.
4606 * i386-tdep.c (i386_return_value): Implement
4607 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4608
0543f387
MK
4609 * vax-tdep.c: Tweak comments. Reorder include files. Don't
4610 include "symtab.h", "opcode/vax.h" and "inferior.h".
4611 (vax_skip_prologue): Replace calls to read_memory_integer by calls
4612 to read_memory_unsigned_integer.
4613 (vax_gdbarch_init): Reorder.
4614 (_initialize_vax_tdep): Spell out prototype.
4615 * Makefile.in (vax-tdep.o): Update dependencies.
4616
0c93b7b6
AC
46172004-05-08 Andrew Cagney <cagney@redhat.com>
4618
e6b55ae2
AC
4619 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
4620 * target.c (target_detach, target_disconnect): Ditto.
4621
1ac839b8
AC
4622 * infcall.c (call_function_by_hand): When no
4623 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
4624 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
4625 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
4626 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4627 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4628
28954179
AC
4629 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
4630 * gdbarch.h, gdbarch.c: Re-generate.
4631 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4632 deprecated_fix_call_dummy.
4633 * v850-tdep.c (v850_gdbarch_init): Ditto.
4634 * infcall.c (call_function_by_hand): Do not call
4635 DEPRECATED_FIX_CALL_DUMMY.
4636
434b87dd
AC
4637 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
4638 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
4639 * gdbarch.h, gdbarch.c: Re-generate.
4640 * arm-linux-tdep.c (arm_linux_call_dummy_words)
4641 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
4642 deprecated_sizeof_call_dummy_words.
4643 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
4644 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
4645 * v850-tdep.c (v850_gdbarch_init): Ditto.
4646 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4647 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
4648 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4649 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4650 * arch-utils.h (legacy_call_dummy_words)
4651 (legacy_sizeof_call_dummy_words): Delete declarations.
4652 * arch-utils.c (legacy_call_dummy_words)
4653 (legacy_sizeof_call_dummy_words): Delete variables.
4654
58d28df8
AC
4655 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
4656 * gdbarch.h, gdbarch.c: Re-generate.
4657 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
4658 * infcall.c (call_function_by_hand): Eliminate call to
4659 DEPRECATED_PUSH_DUMMY_FRAME.
4660 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4661 push_dummy_frame.
4662 (ns32k_push_dummy_frame): Delete function.
4663
e4a2df64
AC
4664 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4665 deprecated_call_dummy_breakpoint_offset or
4666 deprecated_call_dummy_start_offset.
4667 * dummy-frame.c, arm-tdep.c: Update comments.
4668 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
4669 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
4670 * gdbarch.h, gdbarch.c: Re-generate.
4671
d3712828
AC
4672 * infcall.c (legacy_push_dummy_code): Delete function.
4673 (push_dummy_code): Delete call.
4674
7a882905
AC
4675 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
4676 * gdbarch.h, gdbarch.c: Re-generate.
4677 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
4678 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
4679 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
4680 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
4681
0ec5872b
AC
4682 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
4683 (struct frame_info): Delete opaque declaration.
4684 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
4685 * frame.c (get_frame_type): Delete call.
4686
0c93b7b6
AC
4687 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4688 pc_in_call_dummy.
4689 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
4690 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
4691
75536971
MK
46922004-05-08 Mark Kettenis <kettenis@gnu.org>
4693
527ca6bb
MK
4694 * alphanbsd-tdep.c: Include "gdb_string.h".
4695 * armnbsd-tdep.c: Update copyright year.
4696 Include "gdb_string.h".
4697 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
4698 dependencies.
4699
d39fdc61
MK
4700 * delta68-nat.c: Remove file.
4701 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
4702 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
4703 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
4704 (delta68-nat.o): Remove dependency.
4705
75536971
MK
4706 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
4707 function.
4708 (m68k_gdbarch_init): Don't set
4709 deprecated_frameless_function_invocation.
4710
f4ca1d1f
RC
47112004-05-07 Randolph Chung <tausq@debian.org>
4712
4713 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
4714 read_memory_nobpt for code reading when doing frame unwinding.
4715 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
4716
2f0e8c7a
RC
47172004-05-07 Randolph Chung <tausq@debian.org>
4718
4719 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
4720 instead of sp, handle sigaltstack case.
4721 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
4722 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
4723 signal handler and not that of the caller.
4724 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
4725 hppa_linux_sigtramp_find_sigcontext.
4726
959464ff
RC
47272004-05-07 Randolph Chung <tausq@debian.org>
4728
4729 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
4730 hppa-linux-nat.c.
4731 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
4732 * hppa-linux-nat.c (fetch_register, store_register): Define.
4733 (fetch_inferior_registers, store_inferior_registers): Define.
4734 (supply_gregset): Add comment and clean up some unneeded code.
4735 (fill_gregset): Add comment and fix so that it saves registers in
4736 the right place in the gregset.
4737 (fill_fpregset): Fix buffer overrun problem.
4738 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4739
0da28f8a
RC
47402004-05-07 Randolph Chung <tausq@debian.org>
4741
4742 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
4743 do common handling of the pcoqt register.
4744 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
4745 to use helper function.
4746 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
4747 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
4748 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
4749 generic fallback unwinder when all else fails.
4750 (hppa_gdbarch_init): Add fallback sniffer.
4751 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
4752 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
4753 to use helper function.
4754
b9ec757a
JB
47552004-05-08 Joel Brobecker <brobecker@gnat.com>
4756
4757 * config/djgpp/fnchange.lst: Add translation rules for
4758 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
4759
756e95f1
MK
47602004-05-08 Mark Kettenis <kettenis@gnu.org>
4761
4762 * frame.c (get_prev_frame_1): Work around GCC bug.
4763 * frame.h: Add comment about GCC bug.
4764
2b4855ab
AC
47652004-05-07 Andrew Cagney <cagney@redhat.com>
4766
4767 * observer.c: Include "commands.h" and "gdbcmd.h".
4768 (observer_debug, _initialize_observer): Add the
4769 command "set/show debug observer".
4770 * observer.sh: When observer debugging, log notify calls.
4771 * Makefile.in (observer.o): Update dependencies.
4772
ba3e8e46
JM
47732004-05-07 Jason Molenda (jmolenda@apple.com)
4774
4775 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
4776
16796152
JB
47772004-05-07 Jim Blandy <jimb@redhat.com>
4778
daf6dc85
JB
4779 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
4780 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
4781 to recognize gpr regnums, instead of assuming that
4782 tdep->ppc_fp0_regnum marks the end of the general-purpose
4783 registers.
4784
16796152
JB
4785 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
4786 the given architecture has floating-point registers.
4787
c69b8bfc
AC
47882004-05-07 Andrew Cagney <cagney@redhat.com>
4789
4790 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
4791 macro defined to 1.
4792 * gdbarch.h, gdbarch.c: Re-generate.
4793 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4794 deprecated_use_generic_dummy_frames.
4795
7243600a
BF
47962004-05-07 Brian Ford <ford@vss.fsi.com>
4797
4798 * NEWS: Mention Cygwin DWARF 2 support.
4799
73c1e0a1
AC
48002004-05-07 Andrew Cagney <cagney@redhat.com>
4801
4802 * objfiles.h (struct entry_info): Delete unused fields
4803 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
4804 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
4805 * mipsread.c (mipscoff_symfile_read): Update.
4806 * mdebugread.c (parse_partial_symbols): Update.
4807 * dwarfread.c (read_file_scope): Update.
4808 * dwarf2read.c (read_file_scope): Update.
4809 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
4810 * coffread.c (complete_symtab): Update.
4811
1d3056ac
MK
48122004-05-07 Mark Kettenis <kettenis@gnu.org>
4813
4814 * infcall.c (_initialize_infcall): Fix typo.
4815
15170568
AC
48162004-05-07 Andrew Cagney <cagney@redhat.com>
4817
4818 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
4819 * command.h (add_setshow_zinteger_cmd): Declare.
4820
34f75cc1
RC
48212004-05-06 Randolph Chung <tausq@debian.org>
4822
4823 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
4824 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
4825 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
4826 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
4827 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
4828 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
4829 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
4830 definitions ...
4831 * hppa-tdep.h: ... to here, with HPPA_ prefix.
4832 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
4833 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
4834 (hppa64_hpux_frame_find_saved_regs_in_sig)
4835 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
4836 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
4837 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
4838 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
4839 (hppa_linux_sigtramp_frame_prev_register): Likewise.
4840 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
4841 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
4842 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
4843 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
4844 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
4845 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
4846 (hppa32_register_type, hppa_cannot_store_register)
4847 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
4848 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
4849 * hpread.c (hpread_process_one_debug_symbol): Likewise.
4850 * pa64solib.c (pa64_solib_have_load_event)
4851 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
4852 (pa64_solib_unloaded_library_pathname): Likewise.
4853 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
4854 (som_solib_library_pathname): Likewise.
4855
0a5e7efe
JI
48562004-05-05 Jim Ingham <jingham@apple.com>
4857
4858 * breakpoint.c (create_breakpoints): Copy the ignore count and
4859 thread id over from the pended breakpoint to the actual
4860 breakpoint.
4861
10a4b113
AC
48622004-05-05 Andrew Cagney <cagney@redhat.com>
4863
4864 * gdbarch.sh (PARM_BOUNDARY): Delete.
4865 gdbarch.h, gdbarch.c: Re-generate.
4866 * valops.c (PARM_BOUNDARY): Delete macro.
4867 (value_push): Delete PARM_BOUNDARY code.
4868 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
4869
366f009f
JB
48702004-05-04 Jim Blandy <jimb@redhat.com>
4871
32b99774
JB
4872 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
4873 Don't assume that the gprs, fprs, and UISA sprs are
4874 contiguous, start at register number zero, and end with fpscr.
4875 Instead, use the numbers from the tdep structure.
4876
366f009f
JB
4877 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
4878 should no longer be used in code specific to the RS6000 and its
4879 derivatives.
4880 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
4881 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
4882 tdep->ppc_fp0_regnum.
4883 (ppc_supply_fpregset, ppc_collect_fpregset)
4884 (rs6000_push_dummy_call, rs6000_extract_return_value)
4885 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
4886 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
4887 FP0_REGNUM.
4888 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
4889 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
4890 Same.
4891 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
4892 bdm_ppc_store_registers): Same.
4893 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
4894 (store_register, fill_fpregset): Same.
4895 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
4896 (ppc_linux_supply_fpregset): Same.
4897 * ppcnbsd-nat.c (getfpregs_supplies): Same.
4898 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
4899 Same.
4900 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
4901 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
4902 ppc64_sysv_abi_return_value): Same.
4903 * rs6000-nat.c (regmap, fetch_inferior_registers)
4904 (store_inferior_registers, fetch_core_registers): Same.
4905
827f338d
MK
49062004-05-01 Mark Kettenis <kettenis@gnu.org>
4907
4908 * m68knbsd-nat.c: Remove file.
4909 * m68knbsd-tdep.c: Remove file.
4910 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
4911 dependencies.
4912 * configure.host: Add m68k-*-netbsdelf*.
4913 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
4914 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
4915 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
4916 (XM_FILE): Remove.
4917 * config/m68k/nbsdelf.mh: New file.
4918 * config/m68k/nbsd.mt: New file.
4919 * config/m68k/nbsdaout.mt: Remove file.
4920 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
4921 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
4922 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
4923 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
4924 (use_struct_convention): Remove prototype.
4925 (USE_STRUCT_CONVENTION): Remove define.
4926 * config/m68k/xm-nbsd.h: Remove file.
4927
66894781
MS
49282004-05-04 Michael Snyder <msnyder@redhat.com>
4929
4930 * m68k-tdep.c (m68k_gdbarch_init): Default to using
4931 reg_struct_return method (as gcc usually does for cross targets).
4932
f0f63663
AC
49332004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4934
4935 Committed by Andrew Cagney.
4936 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
4937 alignment padding when accessing ucontext struct members.
4938
edf61169
JB
49392004-05-04 Jim Blandy <jimb@redhat.com>
4940
8bf659e8
JB
4941 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
4942 'ppc_gplast_regnum' member.
4943 (ppc_num_gprs): New enum constant.
4944 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
4945 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
4946 * rs6000-nat.c (regmap, fetch_inferior_registers,
4947 store_inferior_registers): Same.
4948 * rs6000-tdep.c (e500_pseudo_register_read)
4949 (e500_pseudo_register_write): Same.
4950 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
4951
b967e06f
JB
4952 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
4953 * ppc-tdep.h (ppc_num_fprs): New enum constant.
4954 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
4955 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
4956 FPLAST_REGNUM.
4957 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
4958 Same.
4959 * ppc-linux-nat.c (ppc_register_u_addr): Same.
4960 * rs6000-nat.c (regmap, fetch_inferior_registers)
4961 (store_inferior_registers): Same.
4962
edf61169
JB
4963 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
4964 with FPLAST_REGNUM.
4965
58a9656e
JB
49662004-05-03 Joel Brobecker <brobecker@gnat.com>
4967
4968 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
4969 failure detected by recent versions of GCC.
4970 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
4971 to be consistent with the usage in dwarf2_create_include_psymtab.
4972
dc305454
MS
49732004-05-03 Michael Snyder <msnyder@redhat.com>
4974
4975 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
4976 (heuristic_proc_start): Whitespace cleanup.
4977
29972665
MK
49782004-05-04 Mark Kettenis <kettenis@gnu.org>
4979
6b57680d
MK
4980 * sun3-nat.c: Remove file.
4981 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
4982 dependencies.
4983 (ALLDEPFILES): Remove sun3-nat.c.
4984 (sun3-nat.o): Remove dependencies.
4985
29972665
MK
4986 * i386-interix-nat.c, i386-interix-tdep.c,
4987 config/i386/nm-interix.h, config/i386/interix.mh,
4988 config/i386/interix.mt: Remove files.
4989 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
4990 dependencies.
4991
f595cb19
MK
49922004-05-03 Mark Kettenis <kettenis@gnu.org>
4993
4994 * m68k-tdep.h (struct gdbarch_tdep): Add member
4995 struct_value_regnum.
4996 (m68k_svr4_init_abi): New prototype.
4997 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
4998 different calling conventions.
4999 (m68k_extract_return_value): Remove code dealing with single-field
5000 structs.
5001 (m68k_store_return_value): Remove code dealing with single-field
5002 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5003 (m68k_extract_struct_value_address): Remove function.
5004 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5005 (m68k_reg_struct_return_p, m68k_return_value)
5006 (m68k_svr4_return_value): New functions.
5007 (m68k_use_struct_convention): Remove function.
5008 (m68k_push_dummy_call): Use new struct_value_regnum member of
5009 `struct gdbarch_tdep' instead of hardcoded register number to
5010 store STRUCT_ADDR.
5011 (m68k_svr4_init_abi): New function.
5012 (m68k_gdbarch_init): Don't set extract_return_value,
5013 store_return_values, deprecated_extract_struct_value_address and
5014 use_struct_convention. Set return_value instead. Initialize new
5015 struct_value_regnum member of `struct gdbarch_tdep'.
5016 * m68klinux-tdep.c: Update copyright year.
5017 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5018 (m68k_linux_extract_struct_value_address): Remove function.
5019 (m68k_linux_init_abi): Don't set extract_return_value,
5020 store_return_values, deprecated_extract_struct_value_address and
5021 use_struct_convention. Call m68k_svr4_init_abi but override the
5022 new struct_value_regnum member of `struct gdbarch_tdep'.
5023 * Makefile.in (m68k-tdep.o): Update dependencies.
5024
aaa75496
JB
50252004-05-03 J. Brobecker <brobecker@gnat.com>
5026
5027 * dwarf2read.c (line_header): Add new included_p field in
5028 field file_names.
5029 (partial_die_info): New field has_stmt_list. New field line_offset.
5030 (dwarf2_create_include_psymtab): New function.
5031 (dwarf2_build_include_psymtabs): New function.
5032 (add_file_name): Add forward declaration. Initialize new field.
5033 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5034 to be able to determine the list of files included by the
5035 given unit, and build their associated psymtabs.
5036 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5037 files as well.
5038 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5039 (read_file_scope): Update call to dwarf_decode_lines.
5040 (read_partial_die): Handle DW_AT_stmt_list attributes.
5041
c848556f
MC
50422004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5043
5044 Unfix PR gdb/1626.
5045 * configure.in: Revert special case for osf5.*.
5046 * configure: Regenerate.
5047
eb4556d7
JB
50482004-05-02 Jim Blandy <jimb@redhat.com>
5049
5050 Move the symbol-file-from-memory functions into their own file.
5051 * symfile-mem.c, symfile-mem.h: New files.
5052 * symfile.c (symbol_file_add_from_bfd): New function.
5053 (symbol_file_add): Call symbol_file_add_from_bfd.
5054 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5055 Moved to symfile-mem.c.
5056 (_initialize_symfile): Move definition of
5057 add-symbol-file-from-memory command to symfile-mem.c.
5058 * symfile.h (symbol_file_add_from_bfd): New declaration.
5059 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5060 * config/powerpc/linux.mt (TDEPFILES): Same.
5061 * Makefile.in (SFILES): Add symfile-mem.c.
5062 (symfile_mem_h): New variable.
5063 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5064 (symfile-mem.o): New rule.
5065
80bb239e
AC
50662004-05-01 Andrew Cagney <cagney@redhat.com>
5067
7789d0fa
AC
5068 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5069 frame_find_by_id instead of frame_relative_level.
5070 (do_enable_breakpoint): Ditto.
5071 * thread.c: Update copyright.
5072 (info_threads_command): Ditto, simplify.
5073
80bb239e
AC
5074 * frame.c (deprecated_generic_get_saved_register): Delete
5075 function, moved to "xstormy16-tdep.c".
5076 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
5077 deprecated_generic_get_saved_register from "frame.c".
5078 (xstormy16_frame_saved_register): Call
5079 xstormy16_get_saved_register.
5080 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
5081 static.
5082 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
5083 * frame.h (deprecated_generic_get_saved_register): Delete.
5084
b2a871dd
MC
50852004-05-01 Michael Chastain <mec.gnu@mindspring.com>
5086
5087 * dwarfread.c: Update documentation on the state of dwarf-1.
5088
0e100dab
AC
50892004-05-01 Andrew Cagney <cagney@redhat.com>
5090
acd8056e
AC
5091 * stack.c (select_frame_command): Delete call to
5092 frame_relative_level.
5093 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
5094 Delete #if0 code.
5095 (frame_info): Do not print FRAMELESS.
5096 (print_block_frame_labels): Replace DEPRECATED_STREQ.
5097 (catch_info): Delete #if0 code.
5098
0e100dab
AC
5099 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
5100 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
5101 of frame_relative_level.
5102 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
5103 to SENTINEL_FRAME.
5104 * frame.h (enum frame_type): Add SENTINEL_FRAME.
5105 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
5106 frame_relative_level.
5107
55699d59
AC
5108 * frame.h (deprecated_set_frame_type): Delete declaration.
5109 * frame.c (deprecated_set_frame_type): Delete function, update
5110 comments.
5111
fcf70625
AC
5112 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
5113 * gdbarch.h, gdbarch.c: Re-generate.
5114 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
5115 (shnbsd_pc_in_sigtramp): Delete.
5116 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
5117 pc_in_sigtramp.
5118 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
5119 pc_in_sigtramp.
5120 * frame.h: Update comments.
5121 * ppc-linux-tdep.c: Update comments.
5122 * breakpoint.c (bpstat_what): Update comments.
5123
ac5eccb7
AC
5124 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
5125 m68klinux-tdep.o's dependencies, were previously added to
5126 m68klinux-nat.o.
5127
f2524b93
AC
5128 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
5129 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
5130 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
5131 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
5132 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
5133
17e20bce
AC
5134 * Makefile.in (m68klinux-nat.o): Update dependencies.
5135 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5136 (m68k_linux_sigtramp_frame_cache)
5137 (m68k_linux_sigtramp_frame_this_id)
5138 (m68k_linux_sigtramp_frame_prev_register)
5139 (m68k_linux_sigtramp_frame_unwind)
5140 (m68k_linux_sigtramp_frame_sniffer)
5141 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
5142 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
5143 names, use trad-frame.h.
5144 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
5145 (struct m68k_sigtramp_info): Delete.
5146 * m68k-tdep.c (m68k_sigtramp_frame_cache)
5147 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
5148 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
5149 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
5150 "m68klinux-tdep.c".
5151
c8864fa2
AC
5152 * infrun.c (check_sigtramp2): Delete check for
5153 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
5154
511dd2cd
MK
51552004-05-01 Mark Kettenis <kettenis@gnu.org>
5156
5157 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
5158
8c6b0e06
AC
51592004-05-01 Andrew Cagney <cagney@redhat.com>
5160
9df0bb3f
AC
5161 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5162 (frv_linux_sigtramp_frame_cache)
5163 (frv_linux_sigtramp_frame_this_id)
5164 (frv_linux_sigtramp_frame_prev_register)
5165 (frv_linux_sigtramp_frame_unwind)
5166 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
5167 include "linux" in function and variable names, directly call
5168 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
5169 the latest trad-frame code.
5170 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
5171 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
5172 * Makefile.in (frv-linux-tdep.o): Update dependencies.
5173 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
5174 * frv-tdep.c (frv_sigtramp_frame_cache)
5175 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
5176 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
5177 frv-linux-tdep.c.
5178 (frv_gdbarch_init): Do not append a sigtramp sniffer.
5179 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
5180 (frv_set_sigcontext_reg_addr): Delete function.
5181
8c6b0e06
AC
5182 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
5183 (DEPRECATED_SIGTRAMP_END): Delete.
5184 * gdbarch.h, gdbarch.c: Re-generate.
5185 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
5186 * config/vax/tm-vaxbsd.h: Update copyright.
5187 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5188 (DEPRECATED_IN_SIGTRAMP): Define.
5189 * config/m68k/tm-nbsd.h: Update copyright.
5190 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5191 (DEPRECATED_IN_SIGTRAMP): Define.
5192
50ea7769
MK
51932004-05-01 Mark Kettenis <kettenis@gnu.org>
5194
03ac2a74
MK
5195 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
5196 encondings. Fixes PR gdb/1628.
5197
50ea7769
MK
5198 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
5199 DW_CFA_restore state without a matching DW_CFA_remember_state
5200 instead of aborting. Fixes PR backtrace/1589.
5201
9a5d7be1
JB
52022004-04-30 Joel Brobecker <brobecker@gnat.com>
5203
5204 * MAINTAINERS: Add self as AIX maintainer.
5205 Update my e-mail address in write-after-approval section.
5206
2593d1cd
AC
52072004-04-30 Andrew Cagney <cagney@redhat.com>
5208
ce12bbf9
AC
5209 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
5210 (legacy_get_prev_frame): Ditto.
5211
36710c63
AC
5212 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
5213 (mips_gdbarch_init): Do not set pc_in_sigtramp.
5214 * mipsread.c (sigtramp_address): Delete extern variable.
5215 (mipscoff_new_init): Delete reference.
5216 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
5217 (fixup_sigtramp): Delete function.
5218 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
5219 (fixup_sigtramp): Delete declarations.
5220
2593d1cd
AC
5221 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
5222 deprecated_pc_in_sigtramp.
5223 (ppcnbsd_pc_in_sigtramp): Delete function.
5224
2a25f91c
MK
52252004-05-01 Mark Kettenis <kettenis@gnu.org>
5226
5227 * config/m68k/nm-nbsd.h: Tweak comments.
5228 * config/m68k/nm-nbsdaout.h: Likewise.
5229
0b281939
AC
52302004-04-30 Andrew Cagney <cagney@redhat.com>
5231
5232 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
5233 legacy_pc_in_sigtramp.
5234 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
5235
8f2d3ea0
MK
52362004-05-01 Mark Kettenis <kettenis@gnu.org>
5237
5238 Add OpenBSD/m68k support.
5239 * NEWS (New native configurations): Mention OpenBSD/m68k.
5240 * m68kbsd-tdep.c: New file.
5241 * m68kbsd-nat.c: New file.
5242 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
5243 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
5244 * configure.host: Add m68k-*-openbsd.
5245 * configure.tgt: Add m68k-*-openbsd.
5246 * config/m68k/tm-obsd.h: New file.
5247 * config/m68k/obsd.mt: New file.
5248 * config/m68k/obsd.mh: New file.
5249 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
5250 m68kbsd-tdep.c.
5251
c40f49a4
AC
52522004-04-30 Andrew Cagney <cagney@redhat.com>
5253
5254 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
5255 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
5256
e81554cd
MK
52572004-04-30 Mark Kettenis <kettenis@gnu.org>
5258
5259 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
5260 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
5261
d4dc1a91
BF
52622004-04-30 Brian Ford <ford@vss.fsi.com>
5263
5264 Revert 2004-04-16 change.
5265 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
5266 (i386_coff_init_abi): Remove.
5267 * i386-tdep.h (i386_coff_init_abi): Remove.
5268 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
5269
2f72f850
AC
52702004-04-30 Andrew Cagney <cagney@redhat.com>
5271
e492f9d6
AC
5272 * blockframe.c (find_pc_partial_function): Delete use of
5273 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
5274 DEPRECATED_SIGTRAMP_END.
5275
7b7adad0
AC
5276 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
5277 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
5278 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
5279 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
5280 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
5281
2f72f850
AC
5282 * defs.h (deprecated_inside_entry_file): Delete declaration.
5283 * blockframe.c (deprecated_inside_entry_file): Delete function.
5284 (legacy_frame_chain_valid): Delete call.
5285 * sh64-tdep.c (sh64_frame_chain): Delete call.
5286 * objfiles.h: Update comments.
5287 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
5288 call.
5289 * frame.c (get_prev_frame): Delete call, update comments.
5290
283f90a7
BF
52912004-04-30 Brian Ford <ford@vss.fsi.com>
5292
5293 * MAINTAINERS (Write After Approval): Add myself.
5294
8ee56bcf
AC
52952004-04-30 Andrew Cagney <cagney@redhat.com>
5296
5297 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
5298 * gdbarch.h, gdbarch.c: Re-generate.
5299 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
5300 code.
5301
ee27e1b6
AC
53022004-04-30 Andrew Cagney <cagney@redhat.com>
5303
5304 * gdb-events.sh (selected_thread_changed)
5305 (selected_frame_level_changed, target_changed): Delete.
5306 * gdb-events.h, gdb-events.c: Re-generate.
5307 * valops.c (value_assign): Update.
5308 * stack.c (select_frame_command, up_silently_base)
5309 (down_silently_base): Update.
5310
d5ac5a39
AC
53112004-04-29 Andrew Cagney <cagney@redhat.com>
5312
5313 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
5314 registers correctly.
5315 (print_gp_register_row, mips32_heuristic_proc_desc)
5316 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
5317 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
5318 references to mips_isa_regsize.
5319
ceae6e75
AC
53202004-04-29 Andrew Cagney <cagney@redhat.com>
5321
5322 * mips-tdep.c (struct gdbarch_tdep): Delete
5323 mips_fp_register_double.
5324 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
5325 mips_abi_regsize.
5326 (mips_gdbarch_init): Do not set mips_fp_register_double.
5327 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
5328
a587af0b
AC
53292004-04-29 Joel Brobecker <brobecker@gnat.com>
5330
5331 Committed by Andrew Cagney.
5332 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
5333 function calls.
5334
13326b4e
AC
53352004-04-29 Andrew Cagney <cagney@redhat.com>
5336
5337 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
5338 gdbarch, use mips_abi, update callers.
5339 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
5340 mips_abi_regsize, update callers.
5341 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
5342 mips_default_abi_regsize.
5343 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
5344 mips_default_abi_regsize.
5345
711cc5cd
AC
53462004-04-29 Andrew Cagney <cagney@redhat.com>
5347
1b13c4f6
AC
5348 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
5349 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
5350 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
5351 mips_default_abi_regsize.
5352 (mips_isa_regsize): Rename mips_regisze.
5353 * mipsnbsd-tdep.c: Update.
5354 * mips-linux-tdep.c: Update.
5355 * irix5-nat.c: Update.
5356 * mips-tdep.h (mips_isa_regsize): Update.
5357
711cc5cd
AC
5358 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
5359 Delete all disabled code.
5360 * gdb-events.h, gdb-events.c: Re-generate.
5361
e63bbc88
MK
53622004-04-19 Jerome Guitton <guitton@gnat.com>
5363 Mark Kettenis <kettenis@gnu.org>
5364
5365 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
5366 the function begins with a branch instruction.
5367
fd35795f
MK
53682004-04-29 Mark Kettenis <kettenis@gnu.org>
5369
5370 * i386-tdep.c: Fix spelling mistakes.
5371
c960c18f
AC
53722004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5373 Andrew Cagney <cagney@redhat.com>
5374
5375 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
5376 <sys/proc.h>.
5377 * acconfig.h: Provide default _KMEMUSER value.
5378 * config.in, configure: Re-generate.
5379 * NEWS: Mention fix.
5380
50306a9d
RC
53812004-04-24 Randolph Chung <tausq@debian.org>
5382
5383 * configure.host (hppa*-*-linux*): New target.
5384 * configure.tgt (hppa*-*-linux*): Likewise.
5385 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
5386 gdbarch_init_osabi() call earlier so that osabi-specific frame
5387 unwinders can be registered first.
5388 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
5389 hppa-linux-nat.c.
5390 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
5391 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
5392 * config/pa/linux.mh: New file.
5393 * config/pa/linux.mt: New file.
5394 * config/pa/nm-linux.h: New file.
5395 * config/pa/xm-linux.h: New file.
5396 * hppa-linux-nat.c: New file.
5397 * hppa-linux-tdep.c: New file.
5398
2a6228ef
RC
53992004-04-28 Randolph Chung <tausq@debian.org>
5400
5401 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
5402 return values.
5403 (hppa32_push_dummy_call): Fix small struct and floating point argument
5404 passing, and make sure the stack frame is properly aligned.
5405
82c10df6
AC
54062004-04-28 Andrew Cagney <cagney@redhat.com>
5407
d762c46a
AC
5408 * stack.c (print_stack_frame): Fix description.
5409
82c10df6
AC
5410 * NEWS: Mention gdb/gdbserver/configure execute permission
5411 changed. PR server/519.
5412
0faf0076
AC
54132004-04-28 Andrew Cagney <cagney@redhat.com>
5414
5415 * stack.c (print_stack_frame_stub): Delete declaration.
5416 (struct print_stack_frame_args, print_stack_frame)
5417 (print_frame_info, print_frame): Replace "source" with print what.
5418 Replace "print" with "print_level". Replace "args" with
5419 "print_args".
5420 * frame.h (show_and_print_stack_frame, print_stack_frame)
5421 (print_frame_info): Update declarations.
5422 * stack.c (select_and_print_frame, frame_command)
5423 (current_frame_command, up_command, down_command): Update calls -
5424 use get_selected_frame, pass "enum print_what" for source, do not
5425 call frame_relative_level.
5426 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
5427 * remote-rdp.c (remote_rdp_open): Ditto.
5428 * remote-mips.c (common_open): Ditto.
5429 * remote-e7000.c (e7000_start_remote): Ditto.
5430 * ocd.c (ocd_start_remote): Ditto.
5431 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
5432 * infrun.c (normal_stop): Ditto.
5433 * inflow.c (kill_command): Ditto.
5434 * infcmd.c (finish_command): Ditto.
5435 * corelow.c (core_open): Ditto.
5436 * tracepoint.c (finish_tfind_command): Ditto.
5437 * thread.c (info_threads_command, info_threads_command)
5438 (restore_current_thread, do_captured_thread_select): Ditto.
5439 * ada-tasks.c (task_command): Ditto.
5440
f4c5303c
OF
54412004-04-26 Orjan Friberg <orjanf@axis.com>
5442
5443 * frame.c: Include "observer.h".
5444 (frame_observer_target_changed): New function.
5445 (_initialize_frame): Attach target_changed observer.
5446 * regcache.c: Include "observer.h".
5447 (regcache_observer_target_changed): New function.
5448 (_initialize_regcache): Attach target_changed observer.
5449 * valops.c: Include "observer.h".
5450 (value_assign): Notify target_changed event when modifying register.
5451 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
5452
7270d8f2
OF
54532004-04-26 Orjan Friberg <orjanf@axis.com>
5454
5455 From Paul Koning <pkoning@equallogic.com>:
5456 * breakpoint.c (free_valchain): New function.
5457 (insert_bp_location, delete_breakpoint): Use free_valchain.
5458 (remove_breakpoint): Do not remove the valchain.
5459 (bpstat_stop_status): If not stopped by watchpoint, skip
5460 watchpoints when generating stop status list.
5461 * infrun.c (handle_inferior_event): Make
5462 stepped_after_stopped_by_watchpoint a global variable.
5463 * remote.c (remote_stopped_data_address): Return watch data
5464 address rather than zero if stepped_after_stopped_by_watchpoint is
5465 set.
5466
02d62932
MC
54672004-04-25 Michael Chastain <mec.gnu@mindspring.com>
5468
5469 Fix PR gdb/1626.
5470 * configure.in: Check for curses after termcap.
5471 On osf5.*, do not check for ncurses.
5472 * configure: Regenerate.
5473
3e9a183c
MK
54742004-04-25 Mark Kettenis <kettenis@gnu.org>
5475
c79ac407
MK
5476 * ppcobsd-nat.c: Include "ppc-tdep.h".
5477 * Makefile.in (ppcobsd-nat.o): Update dependencies.
5478
3e9a183c
MK
5479 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
5480 Fixes PR tdep/1623 and PR tdep/1624.
5481
38cc9c28
MC
54822004-04-24 Michael Chastain <mec.gnu@mindspring.com>
5483
5484 * xmodem.h, xmodem.c: Remove files.
5485 * Makefile.in: Remove references to xmodem.h, xmodem.c.
5486
7f07c5b6
RC
54872004-04-23 Randolph Chung <tausq@debian.org>
5488
5489 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
5490 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
5491 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
5492 for handling stackless frames.
5493 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
5494
9f7194c3
RC
54952004-04-23 Randolph Chung <tausq@debian.org>
5496
5497 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
5498 starts at a pc before the frame is created.
5499
dcff6009
JB
55002004-04-23 Joel Brobecker <brobecker@gnat.com>
5501
5502 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
5503
40711ff1 55042004-04-23 Jerome Guitton <guitton@gnat.com>
65951cd9
JG
5505
5506 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
5507 use convert_typed_floating to get the appropriate format.
5508
abc485a1
RC
55092004-04-22 Randolph Chung <tausq@debian.org>
5510
5511 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
5512 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
5513 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
5514 (hppa_sign_extend): Add prototype.
5515 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
5516 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
5517 (sign_extend): Rename with hppa_ prefix and make non-static. Other
5518 hppa targets will also use these functions.
5519 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
5520 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
5521 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
5522 (hppa_gdbarch_init): Remove gdbarch setting of
5523 skip_trampoline_code, in_solib_call_trampoline and
5524 in_solib_return_trampoline.
5525 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5526 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
5527 hppa_in_solib_call_trampoline.
5528 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
5529 Moved from hppa-tdep.c.
5530 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
5531 in_solib_call_trampoline and in_solib_return_trampoline.
5532
369aa520
RC
55332004-04-22 Randolph Chung <tausq@debian.org>
5534
5535 * hppa-tdep.c (hppa_debug): New variable.
5536 (find_unwind_entry, hppa_frame_cache): Add debug output.
5537 (_initialize_hppa_tdep): Add command to set debug flag.
5538
476be15e
AC
55392004-04-22 Andrew Cagney <cagney@redhat.com>
5540
5541 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
5542 "trad-frame.h".
5543 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
5544 signal trampoline unwinder.
5545 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
5546
d195bc9f
MK
55472004-04-22 Mark Kettenis <kettenis@gnu.org>
5548
5549 Add OpenBSD/powerpc support.
5550 * NEWS (New native configurations): Mention OpenBSD/powerpc.
5551 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
5552 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
5553 (ppc_collect_fpregset): New prototypes.
5554 * ppcobsd-nat.c: New file.
5555 * ppcobsd-tdep.c: New file.
5556 * ppcobsd-tdep.h: New file.
5557 * rs6000-tdep.c: Include "regset.h".
5558 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
5559 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
5560 New functions.
5561 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
5562 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
5563 (rs6000-tdep.o): Update dependencies.
5564 * configure.host: Add powerpc-*-openbsd.
5565 * configure.tgt: Add powerpc-*-openbsd.
5566 * config/powerpc/obsd.mh: New file.
5567 * config/powerpc/nm-obsd.h: New file.
5568 * config/powerpc/obsd.mt: New file.
5569
6f14cc33
AC
55702004-04-22 Andrew Cagney <cagney@redhat.com>
5571
fcf29e5f
AC
5572 * frame.h (show_frame_info): Delete declaration.
5573
6f14cc33
AC
5574 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
5575 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
5576 * m32r-tdep.c (m32r_frame_this_id): Ditto.
5577 * frv-tdep.c (frv_frame_this_id): Ditto.
5578 * avr-tdep.c (avr_frame_this_id): Ditto.
5579
e5786a5c
EZ
55802004-04-22 Elena Zannoni <ezannoni@redhat.com>
5581
5582 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
5583
26e75e5c
JB
55842004-04-22 Jim Blandy <jimb@redhat.com>
5585
5586 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
5587 register number zero.
5588
d8d65dd3
MS
55892004-04-21 Michael Snyder <msnyder@redhat.com>
5590
5591 * mips-tdep.c (heuristic_proc_start):
5592 Warning() already prefixes "Warning: ".
5593
9a4105ab
AC
55942004-04-21 Andrew Cagney <cagney@redhat.com>
5595
5596 * annotate.h (deprecated_annotate_starting_hook)
5597 (deprecated_annotate_stopped_hook)
5598 (deprecated_annotate_exited_hook)
5599 (deprecated_annotate_signal_hook)
5600 (deprecated_annotate_signalled_hook): Deprecate.
5601 * tracepoint.h (deprecated_create_tracepoint_hook)
5602 (deprecated_delete_tracepoint_hook)
5603 (deprecated_modify_tracepoint_hook)
5604 (deprecated_trace_find_hook)
5605 (deprecated_trace_start_stop_hook): Deprecate.
5606 * target.h (deprecated_target_new_objfile_hook): Deprecate.
5607 * remote.h (deprecated_target_resume_hook)
5608 (deprecated_target_wait_loop_hook): Deprecate.
5609 * gdbcore.h (deprecated_exec_file_display_hook)
5610 (deprecated_file_changed_hook): Deprecate.
5611 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
5612 * defs.h (deprecated_modify_breakpoint_hook)
5613 (deprecated_command_loop_hook, deprecated_show_load_progress)
5614 (deprecated_print_frame_info_listing_hook)
5615 (deprecated_query_hook, deprecated_warning_hook)
5616 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
5617 (deprecated_delete_breakpoint_hook)
5618 (deprecated_interactive_hook, deprecated_registers_changed_hook)
5619 (deprecated_readline_begin_hook, deprecated_readline_hook)
5620 (deprecated_readline_end_hook, deprecated_register_changed_hook)
5621 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
5622 (deprecated_context_hook, deprecated_target_wait_hook)
5623 (deprecated_attach_hook, deprecated_detach_hook)
5624 (deprecated_call_command_hook, deprecated_set_hook)
5625 (deprecated_error_hook, deprecated_error_begin_hook)
5626 (deprecated_ui_load_progress_hook): Deprecate.
5627 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
5628 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
5629 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
5630 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
5631 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
5632 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
5633 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
5634 * annotate.c, aix-thread.c: Update.
5635
62cf13cc
AC
56362004-04-21 Andrew Cagney <cagney@redhat.com>
5637
b2e31a62
AC
5638 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
5639 * vaxnbsd-tdep.c: Include "gdb_string.h".
5640
62cf13cc
AC
5641 * symfile.c (symbol_file_add_from_memory): #if 0 function.
5642 (add_symbol_file_from_memory_command): #if 0 function body, call
5643 error instead.
5644
00e32a35
AC
56452004-04-21 Andrew Cagney <cagney@redhat.com>
5646
5647 * gdbcore.h: Update copyright.
5648 (deprecated_add_core_fns): Rename add_core_fns.
5649 * win32-nat.c (_initialize_core_win32): Update.
5650 * sun3-nat.c (_initialize_core_sun3): Update.
5651 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
5652 * rs6000-nat.c (_initialize_core_rs6000): Update.
5653 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
5654 * nto-tdep.c (_initialize_nto_tdep): Update.
5655 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
5656 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
5657 * mips-nat.c (_initialize_core_mips): Update.
5658 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
5659 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
5660 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
5661 * lynx-nat.c (_initialize_core_lynx): Update.
5662 * irix5-nat.c (_initialize_core_irix5): Update.
5663 * i386-interix-nat.c (_initialize_core_interix): Update.
5664 * cris-tdep.c (_initialize_cris_tdep): Update.
5665 * corelow.c (deprecated_add_core_fns): Update.
5666 * core-regset.c (_initialize_core_regset): Update.
5667 * core-aout.c (_initialize_core_aout): Update.
5668 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
5669 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
5670 * alpha-nat.c (_initialize_core_alpha): Update.
5671
13c7b1ca
JB
56722004-04-21 Jim Blandy <jimb@redhat.com>
5673
5674 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
5675
7b5a2f43
DJ
56762004-04-19 Daniel Jacobowitz <drow@mvista.com>
5677
5678 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
5679 Delete.
5680 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
5681 (read_attribute_value): Update calls to dwarf_alloc_block.
5682 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
5683 dwarf2_tmp_obstack.
5684 (psymtab_to_symtab_1): Likewise. Clean up using
5685 free_stack_comp_unit.
5686 (add_to_cu_func_list): Use the comp_unit_obstack.
5687
05cf31d1
JB
56882004-04-19 Joel Brobecker <brobecker@gnat.com>
5689
5690 * dwarf2read.c (dwarf2_flag_true_p): New function.
5691 (die_is_declaration): Use the function above. Add some comments.
5692
adf93a2f
MK
56932004-04-19 Mark Kettenis <kettenis@gnu.org>
5694
5695 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
5696 architecture when registering sparcnbsd_core_osabi_sniffer.
5697 Adjust comment.
5698
748894bf
MK
56992004-04-18 Mark Kettenis <kettenis@gnu.org>
5700
f622ad42
MK
5701 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
5702 return value.
5703
c4fc7f1b
MK
5704 Based on a patch from Brian Ford <ford@vss.fsi.com>:
5705 * i386-tdep.c: Correct register numbering scheme comments
5706 throughout.
5707 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
5708 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
5709 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
5710 (i386_gdb_arch_init): Likewise.
5711
b4ead1bd
MK
5712 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
5713 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
5714 ppcnbsd-tdep.o.
5715
748894bf
MK
5716 * m68k-tdep.h: Tweak comments.
5717 * m68k-tdep.c: Tweak comment.
5718
fdd72f95
RC
57192004-04-17 Randolph Chung <tausq@debian.org>
5720
5721 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
5722 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
5723 (hppa_hpux_som_init_abi): Set is_elf to 0.
5724 (hppa_hpux_elf_init_abi): Set is_elf to 1.
5725 * hppa-tdep.c (low_text_segment_address): Remove global.
5726 (record_text_segment_lowaddr): Pass in low address as parameter. Use
5727 section offset to calculate segment address.
5728 (internalize_unwinds): Define low_text_segment_address as local and
5729 pass to record_text_segment_lowaddr for ELF targets.
5730 (hppa_gdbarch_init): Zero fill tdep structure.
5731 (hppa_dump_tdep): Print tdep structure.
5732 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
5733
0f8d9d59
RC
57342004-04-17 Randolph Chung <tausq@debian.org>
5735
5736 * hppa-tdep.c (hppa_pseudo_register_read): Define.
5737 (hppa_gdbarch_init): Set pseudo_register_read.
5738 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
5739 * regcache.c (supply_register): Remove check for
5740 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
5741
7c46b9fb
RC
57422004-04-17 Randolph Chung <tausq@debian.org>
5743
5744 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
5745 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
5746 (hpread_adjust_stack_address): Move to hpread.c.
5747 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5748 obj_private_struct): Move from tm-hppa.h.
5749 * hpread.c (hppa-tdep.h): Include.
5750 (hpread_adjust_stack_address): Move from hppa-tdep.c.
5751 (hpread_read_function_type, hpread_read_doc_function_type)
5752 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
5753 directly.
5754 * pa64solib.c (hppa-tdep.h): Include.
5755 * somsolib.c (hppa-tdep.h): Include.
5756 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
5757 inferior_status): Remove unused forward declarations.
5758 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
5759 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5760 obj_private_struct): Move to hppa-tdep.h.
5761 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
5762
8d153463
RC
57632004-04-17 Randolph Chung <tausq@debian.org>
5764
5765 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
5766 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
5767 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
5768 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
5769 Remove forward declaration and make static.
5770 (hppa_reg_struct_has_addr): Remove.
5771
350c2e5b
JB
57722004-04-16 Joel Brobecker <brobecker@gnat.com>
5773
5774 * observer.sh: Move comments in sed command to first column.
5775
bbde78fa
JM
57762004-04-16 Jason Molenda (jmolenda@apple.com)
5777
5778 * frame.c: Minor typeo corrections in comments.
5779
e0270fd9
JB
57802004-04-16 Joel Brobecker <brobecker@gnat.com>
5781
5782 * observer.c (observer_test_first_notification_function): Update
5783 function profile.
5784 (observer_test_second_notification_function): Likewise.
5785 (observer_test_third_notification_function): Likewise.
5786
3d049254
MK
57872004-04-16 Mark Kettenis <kettenis@gnu.org>
5788
5789 From Brian Ford <ford@vss.fsi.com>:
5790 * i386-tdep.c (i386_coff_init_abi): New function.
5791 * i386-tdep.h (i386_coff_init_abi): New prototype.
5792 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
5793 register number translation functions for DWARF and DWARF 2.
5794
7867684d
JB
57952004-04-16 Joel Brobecker <brobecker@gnat.com>
5796
5797 * dwarf2read.c: Back out my previous change, it was incorrect.
5798
72bf9492
DJ
57992004-04-16 Daniel Jacobowitz <drow@mvista.com>
5800
5801 * dwarf2read.c: Include "hashtab.h".
5802 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
5803 has_namespace_info.
5804 (struct partial_die_info): Add comments. Use bitfields to reduce
5805 memory footprint. Add scope, scope_set, has_specification,
5806 spec_offset, die_parent, die_child, and die_sibling.
5807 (peek_die_abbrev): Add prototype.
5808 (partial_read_comp_unit_head): New function, broken out from
5809 dwarf2_build_psymtabs_hard.
5810 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
5811 Use partial_read_comp_unit_head. Initialize the CU and
5812 comp_unit_obstack. Update calls to read_partial_die and
5813 scan_partial_symbols. Use free_stack_comp_unit and
5814 load_partial_dies.
5815 (scan_partial_symbols): Change PDI to a pointer. Use the child and
5816 sibling pointers to walk partial DIEs. Call fixup_partial_die.
5817 Update calls to helper functions. Remove NAMESPACE argument.
5818 Update comments.
5819 (partial_die_parent_scope, partial_die_full_name): New functions.
5820 (add_partial_symbol): Remove namespace argument. Update call to
5821 pdi_needs_namespace. Use partial_die_full_name. Handle
5822 DW_TAG_namespace. Check has_namespace_info flag.
5823 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
5824 tag. Handle namespaces.
5825 (add_partial_namespace, add_partial_enumeration): Simplify.
5826 (guess_structure_name): New function, derived from
5827 add_partial_structure.
5828 (add_partial_structure): Remove.
5829 (determine_class_name): Update comment.
5830 (dwarf2_read_abbrevs): Set has_namespace_info flag.
5831 (is_type_tag_for_partial, load_partial_dies): New functions.
5832 (read_partial_die): Pass abbrev and abbrev_len as arguments.
5833 Record specifications instead of following them immediately.
5834 (find_partial_die_in_comp_unit, find_partial_die)
5835 (fixup_partial_die, free_stack_comp_unit)
5836 (hashtab_obstack_allocate, dummy_obstack_deallocate)
5837 (partial_die_hash, partial_die_eq): New functions.
5838 * Makefile.in (hashtab_h): Define.
5839 (dwarf2read.o): Update dependencies.
5840 (observer_inc, observer_h): Move to the correct section.
5841
fdc860a3
JB
58422004-04-15 Joel Brobecker <brobecker@gnat.com>
5843
5844 * dwarf2read.c (dwarf2_attribute_true_p): New function.
5845 (die_is_declaration): Use the function above. Add comment.
5846
dc718098
JB
58472004-04-15 Joel Brobecker <brobecker@gnat.com>
5848
5849 * dwarf2read.c (read_structure_scope): Identify stub types
5850 using die_is_declaration() only.
5851
8718a420
RM
58522004-04-15 Roland McGrath <roland@redhat.com>
5853
5854 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
5855 argument instead of NAME.
5856 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
5857 in call to symbol_file_add_with_addrs_or_offsets.
5858 (build_addr_info): New function, helper for ...
5859 (symbol_file_add_from_memory): New function.
5860 (add_symbol_file_from_memory_command): New function using that.
5861 (_initialize_symfile): Register it for add-symbol-file-from-memory.
5862 (pre_add_symbol_hook): Add const to argument type.
5863 * symfile.h (symbol_file_add_from_memory): Declare it.
5864
8b910bab
MK
58652004-04-15 Mark Kettenis <kettenis@gnu.org>
5866
9f076e7a
MK
5867 * NEWS (New native configurations): Mention OpenBSD/vax.
5868 * configure.host: Add vax-*-openbsd*.
5869 * config/vax/obsd.mh: New file.
5870 * config/vax/nm-obsd.h: New file.
5871
8b910bab
MK
5872 * vax-tdep.c: Include "regset.h".
5873 (vax_supply_gregset): New function.
5874 (vax_gregset): New variable.
5875 (vax_regset_from_core_section): New function.
5876 (vax_gdbarch_init): Set regset_from_core_section.
5877 * Makefile.in (vax-tdep.o): Update dependencies.
5878
7a464420
AC
58792004-04-15 Andrew Cagney <cagney@redhat.com>
5880
5881 * observer.c (normal_stop_subject, observer_notify_normal_stop)
5882 (observer_normal_stop_notification_stub)
5883 (observer_attach_normal_stop, observer_detach_normal_stop):
5884 Delete, replaced by #include "observer.inc".
5885 * infrun.c (normal_stop): Pass "stop_bpstat" to
5886 observer_notify_normal_stop.
5887 * Makefile.in (observer_inc): Define.
5888 (observer.o): Update dependencies.
5889 (observer.h, observer.inc): New rules.
5890 * observer.h: Delete file.
5891 * observer.sh: New file.
5892
e36ad527
MK
58932004-04-15 Mark Kettenis <kettenis@gnu.org>
5894
5895 * vax-tdep.c (vax_frame_cache): Fix typo.
5896
67b441e1
MK
58972004-04-14 Mark Kettenis <kettenis@gnu.org>
5898
6f606e1c
MK
5899 * NEWS (New native configurations): Mention NetBSD/vax.
5900 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
5901 * config/vax/nbsdelf.mh: New file.
5902 * config/vax/nbsdaout.mh: New file.
5903 * config/vax/nm-nbsd.h: New file.
5904 * config/vax/nm-nbsdaout.h: New file.
5905
9c5519a5
MK
5906 * vaxnbsd-tdep.c: New file.
5907 * Makefile.in (vaxnbsd-tdep.o): New dependency.
5908 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
5909 * config/vax/nbsd.mt: New file.
5910 * config/vax/tm-nbsd.h: New file.
5911
4844a614
MK
5912 * Makefile.in (vaxbsd-nat.o): New dependency.
5913
67b441e1
MK
5914 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
5915 * vax-tdep.c (vax_store_arguments): Remove struct_return and
5916 struct_addr arguments. Don't push return value address.
5917 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
5918 arguments to vax_store_arguments. Store return value address in
5919 R1.
5920 (vax_store_struct_return, vax_extract_return_value)
5921 (vax_store_return_value): Remove functions.
5922 (vax_return_value): New function.
5923 (vax_gdbarch_init): Set return value. Don't set
5924 deprecated_store_struct_return, deprecated_extract_struct_return
5925 and deprecated_store_return_value.
5926
6672f2ae
AS
59272004-04-14 Andreas Schwab <schwab@suse.de>
5928
5929 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
5930 value buffer.
5931 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
5932
7346c184
MK
59332004-04-14 Mark Kettenis <kettenis@gnu.org>
5934
5935 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
5936 (vax_unwind_dummy_id): New functions.
5937 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
5938 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
5939 variables.
5940 (vax_fix_call_dummy): Remove function.
5941 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
5942 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
5943 call_dummy_location, deprecated_call_dummy_words,
5944 deprecated_sizeof_call_dummy_words,
5945 deprecated_call_dummy_breakpoint_offset,
5946 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
5947 and deprecated_dummy_write_sp.
5948
58e23df4
DC
59492004-04-13 David Carlton <carlton@kealia.com>
5950
5951 * MAINTAINERS: Move myself to "paper trail" section.
5952
5e6b39ff
MK
59532004-04-12 Mark Kettenis <kettenis@gnu.org>
5954
7def7fef
MK
5955 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
5956 "trad-frame.h".
5957 (vax_frame_init_saved_regs): Remove function.
5958 (vax_sigtramp_saved_pc): Remove function.
5959 (vax_frame_saved_pc): Remove function.
5960 (vax_frame_args_address): Remove function.
5961 (vax_frame_num_args): Rewrite.
5962 (vax_frame_chain): Remove function.
5963 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
5964 VAX_FP_REGNUM.
5965 (vax_pop_frame): Likewise.
5966 (vax_saved_pc_after_call): Remove function.
5967 (struct vax_frame_cache): New structure.
5968 (vax_frame_cache): New function.
5969 (vax_frame_this_id): New function.
5970 (vax_frame_prev_register): New function.
5971 (vax_frame_unwind): New variable.
5972 (vax_frame_sniffer): New function.
5973 (vax_frame_base_address): New function.
5974 (vax_frame_args_address): New function.
5975 (vax_frame_base): New variable.
5976 (vax_unwind_pc): New function.
5977 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
5978 deprecated_fp_regnum, deprecated_saved_pc_after_call,
5979 deprecated_frame_chain, deprecated_frame_saved_pc,
5980 deprecated_frame_args_address and
5981 deprecated_frame_init_saved_regs.
5982 * Makefile.in (vax-tdep.o): Update dependencies.
5983
53284fc1
MK
5984 * vaxbsd-nat.c: New file.
5985
5e6b39ff
MK
5986 * vax-tdep.h: Update copyright year. Adjust comments.
5987 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
5988 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
5989 (vax_regnum): New enum. Replacing...
5990 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
5991 (VAX_PS_REGNUM): ... these removed macros.
5992 * vax-tdep.c (vax_register_name): Remove prototype.
5993 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
5994 (vax_register_byte, vax_register_raw_size,
5995 vax_register_virtual_size, vax_register_virtual_type): Remove
5996 functions.
5997 (vax_register_type): New function.
5998 (vax_breakpoint_from_pc): Reorganize.
5999 (vax_gdbarch_init): Set register_type. Don't set
6000 deprecated_register_size, deprecated_register_bytes,
6001 deprecated_register_byte, deprecated_register_raw_size,
6002 deprecated_max_register_raw_size,
6003 deprecated_register_virtual_size,
6004 deprecated_max_register_virtual_size and
6005 deprecated_register_virtual_type. Add comment on stack direction.
6006
e9c71e9f
MK
60072004-04-11 Mark Kettenis <kettenis@gnu.org>
6008
6009 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6010 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 6011 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 6012
d46f1176 60132004-04-10 Randolph Chung <tausq@debian.org>
8718a420 6014
d46f1176
RC
6015 * MAINTAINERS (write after approval): Add myself.
6016
a2a84a72
RC
60172004-04-07 Randolph Chung <tausq@debian.org>
6018
6019 * hppa-tdep.c (hppa_inner_than): Remove.
6020 (is_pa_2): Remove unused static variable.
8718a420 6021 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 6022
e85c3284
PH
60232004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
6024
6025 * language.h (language_defn): Add new la_post_parser field.
6026 * parser-defs.h (null_post_parser): New declaration (default for
6027 la_post_parser).
8718a420 6028
e85c3284
PH
6029 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6030 insert call to that function.
6031 (parse_exp_in_context): New function, including code formerly in
8718a420 6032 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
6033 prefixification.
6034 (parse_expression_in_context): New exported function.
6035 (null_post_parser): New definition.
6036 * expression.h (parse_expression_in_context): Add declaration.
8718a420 6037
e85c3284
PH
6038 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6039 * c-lang.c (c_language_defn): Ditto.
6040 (cplus_language_defn): Ditto.
6041 (asm_language_defn): Ditto.
6042 (minimal_language_defn): Ditto.
6043 * f-lang.c (f_language_defn): Ditto.
6044 * jv-lang.c (java_language_defn): Ditto.
6045 * language.c (unknown_language_defn): Ditto.
6046 (auto_language_defn): Ditto.
6047 (local_language_defn): Ditto.
6048 * m2-lang.c (m2_language_defn): Ditto.
6049 * scm-lang.c (scm_language_defn): Ditto.
6050 * obj-lang.c (objc_language_defn): Ditto.
8718a420 6051
d9f8c85b
MK
60522004-04-10 Mark Kettenis <kettenis@gnu.org>
6053
fa34704a
MK
6054 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6055 (amd64nbsd_mcontext_addr): New function.
6056 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6057 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6058 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6059
403e1656
MK
6060 * corelow.c (core_xfer_partial): Fix coding standards violation.
6061 Add support for TARGET_OBJECT_WCOOKIE.
6062
a57e5a95
MK
6063 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6064 deprecated_pc_in_sigtramp.
6065 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6066 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6067 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6068 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6069 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6070 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6071 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6072
377d9ebd
MK
6073 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
6074 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
6075 Fix typo.
6076
f0ef85a5
MK
6077 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
6078 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
6079 (amd64_collect_fxsave): Likewise.
6080
d9f8c85b
MK
6081 * i386-sol2-tdep.c: Include "gdb_string.h".
6082 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
6083 name.
6084 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6085
75f501b5
MK
60862004-04-10 Mark Kettenis <kettenis@gnu.org>
6087
6088 * i386-sol2-tdep.c: Include "solib-svr4.h".
6089 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6090 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6091 * config/i386/tm-i386sol2.h: Include :solib.h".
6092 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
6093 solib-svr4.o and solib-legacy.o.
6094 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
6095 solib-svr4.o.
6096
b31bc724
MK
60972004-04-09 Mark Kettenis <kettenis@gnu.org>
6098
18bbbd9e
MK
6099 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
6100 whether a register is supplied by PTRACE_GETFPREGS.
6101 (store_inferior_registers): Likewise.
6102 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
6103 whether a register is supplied by PT_GETFPREGS.
6104 (store_inferior_registers): Likewise.
6105
3c30bf1b
MK
6106 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
6107 * config/i386/linux64.mt (TDEPFILES): Likewise.
6108
a4194092
MK
6109 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
6110
911bc6ee
MK
6111 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
6112 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6113 the program counter is in the range specified by `struct
6114 gdbarch_tdep'.
6115 * amd64-linux-tdep.c: Include "symtab.h".
6116 (amd64_linux_pc_in_sigtramp): Remove function.
6117 (amd64_linux_sigtramp_p): New function.
6118 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6119 deprecated_pc_in_sigtramp.
6120 * amd64nbsd-tdep.c: Include "symtab.h".
6121 (amd64nbsd_sigtramp_p): New function.
6122 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6123 deprecated_pc_in_sigtramp.
6124 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
6125 few comments.
6126 (amd64obsd_pc_in_sigtramp): Remove function.
6127 (amd64obsd_sigtramp_p): New function.
6128 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6129 deprecated_pc_in_sigtramp.
6130 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
6131 (i386bsd_pc_ins_sigtramp): Remove prototype.
6132 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
6133 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
6134 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6135 the program counter is in the range specified by `struct
6136 gdbarch_tdep'.
6137 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
6138 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
6139 (i386_go32_pc_in_sigtramp): Remove function.
6140 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
6141 Initialize TDEP->sigtramp_p.
6142 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
6143 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
6144 deprecated_pc_in_sigtramp.
6145 * i386-linux-tdep.c: Adjust comments.
6146 (i386_linux_pc_in_sigtramp): Remove function.
6147 (i386_linux_sigtramp_p): New function.
6148 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6149 deprecated_pc_in_sigtramp.
6150 * i386-nto-tdep.c: Update copyright year.
6151 (i386nto_pc_in_sigtramp): Remove function.
6152 (i386nto_sigtramp_p): New function.
6153 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
6154 SP_REGNUM.
6155 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
6156 deprecated_pc_in_sigtramp.
6157 * i386-sol2-tdep.c: Update copyright year.
6158 (i386_sol2_pc_in_sigtramp): Remove function.
6159 (i386_sol2_sigtramp_p): New function.
6160 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
6161 deprecated_pc_in_sigtramp.
6162 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
6163 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
6164 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6165 deprecated_sigtramp_start and deprecated_sigtramp_end.
6166 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
6167 (i386nbsd_pc_in_sigtramp): Remove function.
6168 (i386nbsd_sigtramp_p): New function.
6169 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6170 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6171 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
6172 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
6173 (i386obsd_pc_in_sigtramp): Remove function.
6174 (i386obsd_sigtramp_p): New function.
6175 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
6176 functions.
6177 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6178 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6179 TDEP->sigtramp_p.
6180 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
6181 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
6182 dependencies.
6183
e083e6ec
MK
6184 * config/i386/i386aout.mt: Remove file.
6185
bd153b94
MK
6186 * configure.tgt: Remove i[34567]86-*-go32*,
6187 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
6188 and i[34567]86-*-isc*. Set gdb_target to i386 for
6189 i[34567]86-*-netware* and i[34567]86-*-*.
6190 * config/i386/i386.mt: New file.
6191 * config/i386/embed.mt: Remove file.
6192 * config/i386/go32.mt: Remove file.
6193 * config/i386/i386nw.mt: Remove file.
6194 * config/i386/i386v.mt: Remove file.
6195 * config/i386/tm-go32.h: Remove file.
6196
4a1bcc8c
MK
6197 * tui/tui-hooks.c: Include "readline/readline.h" after
6198 "gdb_curses.h" instead of before.
6199 * tui/tui-io.c: Likewise.
6200
f9a79064
MK
6201 * tui/tui.c: Fix typo in comment.
6202
b31bc724
MK
6203 * sparc64-tdep.c (sparc_address_from_register): Remove function.
6204
f83f82bc
AC
62052004-04-08 Andrew Cagney <cagney@redhat.com>
6206
6207 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
6208 (deprecated_exception_support_initialized): Declare.
8718a420 6209 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
6210 (initialize_hp_cxx_exception_support)
6211 (child_enable_exception_callback): Update.
6212 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
6213 (deprecated_exception_support_initialized): Rename
6214 deprecated_exception_catchpoints_are_fragile and
6215 deprecated_exception_support_initialized.
6216 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
6217
6218 * symtab.c (deprecated_hp_som_som_object_present): Rename
6219 hp_som_som_object_present.
6220 * symtab.h (deprecated_hp_som_som_object_present): Declare.
6221 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
6222 Update. Delete extern declaration.
6223 * valops.c (hp_som_som_object_present): Ditto.
8718a420 6224 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
6225 (parse_nested_classes_for_hpacc): Ditto.
6226 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 6227 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
6228 (initialize_hp_cxx_exception_support): Ditto.
6229 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 6230 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 6231 (cp_print_class_method): Ditto.
8718a420 6232 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
6233 (c_type_print_base): Ditto.
6234 * c-exp.y (hp_som_som_object_present): Ditto.
6235
fb2be677
AC
62362004-04-08 Andrew Cagney <cagney@redhat.com>
6237
6238 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
6239 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
6240 (frame_unwind_find_by_frame): Re-implement the unwind code so
6241 that it can both prepend and append sniffers. Replace
6242 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
6243 * tramp-frame.c (tramp_frame_append): Use
6244 frame_unwind_prepend_unwinder.
6245 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
6246 frame_unwind_register_unwinder.
6247 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
6248 tramp_frame_append.
6249 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 6250 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
6251 (mips_linux_init_abi): Update.
6252
67faf007
KB
62532004-04-08 Kevin Buettner <kevinb@redhat.com>
6254
6255 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
6256 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
6257 file support.
6258
8973ff21
KB
62592004-04-07 Kevin Buettner <kevinb@redhat.com>
6260
6261 * ia64-tdep.c (elf.h): Don't include.
6262 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
6263
4a0e2f88
JM
62642004-04-07 Jason Molenda (jmolenda@apple.com)
6265
6266 * frame.h: Typeo corrections in comments.
6267
9872ad24
JB
62682004-04-07 Jim Blandy <jimb@redhat.com>
6269
6270 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
6271 %esp and %ebp
6272
70b216c8
MK
62732004-04-07 Mark Kettenis <kettenis@gnu.org>
6274
11d5789c
MK
6275 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
6276 * config/sparc/linux64.mt (TDEPFILES): Likewise.
6277 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
6278 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
6279 and solib-legacy.o.
6280 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
6281 solib-svr4.o.
6282 * config/sparc/tm-sol2.h: Update copyright year. Include
6283 "solib.h".
6284
70b216c8
MK
6285 * sparc-sol2-tdep.c: Update copyright year. Include
6286 "solib-svr4.h".
6287 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6288 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
6289 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 6290 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
6291 dependencies.
6292
6339dc9e
AC
62932004-04-06 Andrew Cagney <cagney@redhat.com>
6294
6295 * infttrace.c: Include "infttrace.h".
6296 * infttrace.h: Include "target.h".
6297 * Makefile.in (infttrace_h): Update.
6298 (infttrace.o): Update.
8718a420 6299
93449403
AC
63002004-04-06 Andrew Cagney <cagney@redhat.com>
6301
6d518969
AC
6302 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
6303 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
6304 move extern declarations from here ...
6305 * infttrace.h: ... to here.
6306 * Makefile.in (hppah-nat.o): Update dependencies.
6307
85f4f2d8
AC
6308 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
6309 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 6310 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
6311 (hppa_breakpoint_from_pc): Delete.
6312
93449403
AC
6313 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
6314
71456ec6
AC
63152004-04-05 Andrew Cagney <cagney@redhat.com>
6316
6317 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
6318 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
6319 <sys/file.h>.
8718a420 6320
4c02c60c
AC
63212004-04-06 Randolph Chung <tausq@debian.org>
6322
6323 Committed by Andrew Cagney (mechanical change).
6324 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
6325 exception_catchpoints_are_fragile, find_stub_with_shl_get,
6326 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
6327 child_enable_exception_callback, current_ex_event,
6328 null_symtab_and_line, child_get_current_exception_event,
6329 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
6330 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
6331 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
6332 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
6333 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
6334 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
6335 Move hpux-specific definitions ...
6336 * hppa-hpux-tdep.c: ... to here.
6337
3a515653
AC
63382004-04-05 Andrew Cagney <cagney@redhat.com>
6339
6340 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
6341 skip_prologue_using_sal.
6342
c1730d02
AC
63432004-04-05 Andrew Cagney <cagney@redhat.com>
6344
6345 * config/i386/tm-i386.h: Delete file.
6346 * config/i386/tm-vxworks.h: Update copyright, do not include
6347 "tm-i386.h".
6348 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
6349 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
6350 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
6351 * config/i386/ncr3000.mt (TM_FILE): Delete.
6352 * config/i386/interix.mt (TM_FILE): Delete.
6353 * config/i386/i386v.mt (TM_FILE): Delete.
6354 * config/i386/i386nw.mt (TM_FILE): Delete.
6355 * config/i386/i386gnu.mt (TM_FILE): Delete.
6356 * config/i386/i386aout.mt (TM_FILE): Delete.
6357 * config/i386/embed.mt (TM_FILE): Delete.
6358
8b67aa36
KB
63592004-04-05 Kevin Buettner <kevinb@redhat.com>
6360
6361 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
6362 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
6363 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
6364 (accg7_regnum): New constants.
6365 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
6366 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
6367 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
6368 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
6369 for accg registers.
6370 (frv_register_sim_regno): Update spr_map[].
6371
3c7012f5
AC
63722004-04-04 Andrew Cagney <cagney@redhat.com>
6373
6374 * config/mips/xm-riscos.h: Delete.
6375 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
6376 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
6377 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
6378 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
6379 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
6380 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
6381 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
6382 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
6383 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
6384 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
6385 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
6386 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
6387 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
6388 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
6389 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
6390 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
6391 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
6392 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
6393 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
6394 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
6395 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
6396 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
6397 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
6398 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
6399 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
6400 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 6401
3c7012f5
AC
6402 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
6403 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
6404 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
6405 * configure.host: Remove m680[01]0-sun-sunos3*,
6406 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
6407 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
6408 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
6409 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
6410 mips-*-riscos*.
6411 * NEWS: Mention removed systems.
6412
99d16a21
AC
64132004-04-04 Andrew Cagney <cagney@redhat.com>
6414
6415 GDB 6.1 release created from 6.1 branch.
6416
6cdf9d98
AC
64172004-04-04 Andrew Cagney <cagney@redhat.com>
6418
98d346c3
AC
6419 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
6420 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
6421 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
6422
6cdf9d98
AC
6423 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
6424 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
6425 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
6426
859a326d
JB
64272004-04-03 Jim Blandy <jimb@redhat.com>
6428
6429 * MAINTAINERS: Chris Faylor has changed employers; add him to
6430 "paper trail" section, and update his E-mail address.
6431
b87178c3
AC
64322004-04-03 Andrew Cagney <cagney@redhat.com>
6433
4ea2acf0
AC
6434 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
6435 generic dummy frames.
6436 * dummy-frame.c: Update copyright.
6437 (dummy_frame_sniffer): Delete check for generic dummy frames.
6438
d0bd2d18 6439 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 6440 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
6441 (REG_PARM_STACK_SPACE): Delete.
6442 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
6443 Inline reference to REG_PARM_STACK_SPACE.
6444
b87178c3
AC
6445 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
6446 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6447 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6448 (FRAME_BASE_BEFORE_SIGTRAMP)
6449 (hppa32_hpux_frame_base_before_sigtramp)
6450 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
6451 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
6452 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
6453 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6454 (FRAME_BASE_BEFORE_SIGTRAMP)
6455 (hppa64_hpux_frame_base_before_sigtramp)
6456 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
6457
43e2e1a0
AC
64582004-04-03 Andrew Cagney <cagney@redhat.com>
6459
6460 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
6461
ddc135a4
AC
64622004-04-02 Andrew Cagney <cagney@redhat.com>
6463
6464 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
6465 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
6466 * dummy-frame.h: Delete out-of-date comments.
6467 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
6468 * gdbarch.h, gdbarch.c: Re-generate.
6469
d15bfd3a 64702004-04-02 Joel Brobecker <brobecker@gnat.com>
8718a420 6471
d15bfd3a
AC
6472 Committed by Andrew Cagney <cagney@redhat.com>.
6473 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
6474 into account an instruction saving a register if we have already
6475 seen an earlier instruction saving that same register.
6476
f04ceafa
AC
64772004-04-02 Andrew Cagney <cagney@redhat.com>
6478
08be3abd
AC
6479 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
6480 * gdbarch.h, gdbarch.c: Re-generate.
6481 * frame.c (legacy_get_prev_frame): Delete references to
6482 DEPRECATED_INIT_FRAME_PC_FIRST.
6483
f04ceafa
AC
6484 * infrun.c (pc_in_sigtramp): Delete function.
6485 (check_sigtramp2): Inline call to pc_in_sigtramp, use
6486 get_frame_type.
6487
08e69816
AC
64882004-04-02 Andrew Cagney <cagney@redhat.com>
6489
6490 * infrun.c (handle_step_into_function): Delete code conditional on
6491 legacy_frame_p.
6492 (handle_inferior_event, step_over_function): Ditto.
6493
adb54772
AC
64942004-04-02 Andrew Cagney <cagney@redhat.com>
6495
6496 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
6497 "previous frame inner to this frame" test.
6498
304396fb
AC
64992004-04-02 Andrew Cagney <cagney@redhat.com>
6500
6501 * frame.c (safe_frame_unwind_memory): New function.
6502 * frame.h (safe_frame_unwind_memory): Declare. Update description
6503 of /safe_/ methods.
6504 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
6505 "next_frame". Use safe_frame_unwind_memory.
6506 (tramp_frame_sniffer): Update call to tramp_frame_start.
6507
6502dd73
DJ
65082004-04-01 Daniel Jacobowitz <drow@mvista.com>
6509
6510 * dwarf2read.c (dwarf2_objfile_data_key): New.
6511 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
6512 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
6513 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
6514 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
6515 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
6516 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
6517 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
6518 Remove variables.
6519 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
6520 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
6521 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
6522 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
6523 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
6524 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
6525 Remove macros.
6526 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
6527 data.
6528 (dwarf2_locate_sections, dwarf2_build_psymtabs)
6529 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
6530 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
6531 (read_partial_die, read_full_die, read_indirect_string)
6532 (dwarf_decode_line_header, dwarf_decode_macros)
6533 (dwarf2_symbol_mark_computed): Remove use of removed macros.
6534 Update uses of removed variables.
6535 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
6536 of removed macros.
6537 (_initialize_dwarf2_read): New function.
6538 * symfile.h (dwarf2_has_info): Update prototype.
6539 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
6540 * elfread.c (elf_symfile_read): Likewise.
6541
408752b0
JB
65422004-04-01 Jim Blandy <jimb@redhat.com>
6543
9f744501
JB
6544 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
6545 function for register numbers on all the rs6000-derived targets.
6546 (rs6000_gdbarch_init): Don't register a separate
6547 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
6548 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
6549 variants.
6550
408752b0
JB
6551 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
6552 numbering.
6553
2de41bce
PH
65542004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
6555
6556 * valarith.c: Update copyright notice.
6557 (value_add): Handle range types.
6558 (value_sub): Ditto.
6559 (value_equal): Ditto.
6560 (value_less): Ditto.
6561 (value_neg): Ditto.
6562 (value_complement): Ditto.
8718a420 6563 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 6564 eliminiating unnecessary COERCE_ENUMs.
8718a420 6565
5613d8d3
AC
65662004-03-31 Andrew Cagney <cagney@redhat.com>
6567
6568 * frame.h (frame_unwind_id): Declare.
6569 * frame.c (frame_unwind_id): New function.
6570 (get_prev_frame_1): New function.
6571 (frame_debug_got_null_frame): New function.
6572 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
6573 code proper to prev_frame, update description.
6574 * infrun.c (step_over_function): Use frame_unwind_id.
6575
c4557624
JB
65762004-04-31 J. Brobecker <brobecker@gnat.com>
6577
6578 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
6579 (hppa64_push_dummy_call): Likewise.
6580
3e6bb910
JB
65812004-03-30 Jim Blandy <jimb@redhat.com>
6582
6583 From Ulrich Weigand:
6584 * utils.c (query): Do not use a va_list variable multiple times.
6585
a2f23071
DJ
65862004-03-29 Daniel Jacobowitz <drow@mvista.com>
6587
6588 * Makefile.in (linux_nat_h): Update dependencies.
6589 * configure.in: Check for <gnu/libc-version.h>.
6590 * configure: Regenerate.
6591 * config.in: Regenerate.
6592 * linux-nat.h: Include "target.h". Add waitstatus field to
6593 struct lwp_info.
6594 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
6595 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
6596 to.
6597 (lin_lwp_handle_extended): New function. Handle clone events.
6598 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
6599 thread exit events.
6600 (child_wait): Handle clone events.
6601 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
6602 * linux-nat.c (linux_enable_event_reporting): Turn on
6603 PTRACE_O_TRACECLONE.
6604 (linux_handle_extended_wait): Handle clone events.
6605 * thread-db.c: Include <gnu/libc-version.h>.
6606 (struct private_thread_info): Add dying flag.
6607 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
6608 higher.
6609 (attach_thread): Update comments. Handle dying threads.
6610 (detach_thread): Set the dying flag.
6611 (check_event): Always call attach_thread.
6612
8d5f9dcb
DJ
66132004-03-29 Daniel Jacobowitz <drow@mvista.com>
6614
6615 * mips-tdep.c (mips_pdr_data): New.
6616 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
6617 (_initialize_mips_tdep): Initialize mips_pdr_data.
6618
66337bb1
CV
66192004-03-29 Corinna Vinschen <vinschen@redhat.com>
6620
6621 * minsyms.c (install_minimal_symbols): Move dropping leading
6622 char from linkage name from here...
6623 (prim_record_minimal_symbol_and_info): ...to here. Simplify
6624 test for "__gnu_compiled*" symbols.
6625
e802b915
JB
66262004-03-28 Jim Blandy <jimb@redhat.com>
6627
6628 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
6629 registers to temp register r0 and byte stores as prologue
6630 instructions.
6631
72b56458
AC
66322004-03-28 Andrew Cagney <cagney@redhat.com>
6633
6634 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
6635 arm*-*-*.
6636
0bfbda3b
SC
66372004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6638
6639 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
6640 and switch the layout to force a display of register window.
6641
5a7225ed
JB
66422004-02-26 J. Brobecker <brobecker@gnat.com>
6643
6644 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
6645 of the INTEGER class.
6646
81a07a45
JB
66472004-03-26 Jim Blandy <jimb@redhat.com>
6648
6649 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
6650 bytes long on PPC GNU/Linux.
6651
8c691c7a
DC
66522004-03-26 David Carlton <carlton@kealia.com>
6653
6654 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
6655
103a0089
AC
66562004-03-25 Andrew Cagney <cagney@redhat.com>
6657
6658 * PROBLEMS: Add general section titles, remove references to
6659 specific releases.
6660
7a5ea0d4
DJ
66612004-03-25 Daniel Jacobowitz <drow@mvista.com>
6662
6663 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
6664 INT_REGISTER_SIZE.
6665 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
6666 FP_REGISTER_VIRTUAL_SIZE.
6667 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
6668 of DEPRECATED_REGISTER_RAW_SIZE.
6669 (arm_register_type): Add gdbarch argument.
6670 (arm_register_raw_size, arm_register_virtual_size): Delete.
6671 (arm_register_byte, arm_extract_return_value)
6672 (arm_store_return_value, arm_get_longjmp_target): Update references
6673 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
6674 (arm_gdbarch_init): Likewise. Don't set
6675 deprecated_register_raw_size, deprecated_register_virtual_size,
6676 deprecated_max_register_raw_size,
6677 deprecated_max_register_virtual_size, or
6678 deprecated_max_register_virtual_type. Do set register_type.
6679 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
6680 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
6681 (FP_REGISTER_VIRTUAL_SIZE): Delete.
6682 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
6683 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
6684 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
6685 INT_REGISTER_SIZE.
6686 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
6687 (remote_rdp_store_register): Likewise.
6688
5792a79b
DJ
66892004-03-24 Daniel Jacobowitz <drow@mvista.com>
6690
6691 * Makefile.in (mips-linux-tdep.o): Update dependencies.
6692 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
6693 to after osabi initialization.
6694 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
6695 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
6696 functions.
6697 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
6698 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
6699 variables.
6700 (mips_linux_init_abi): Append signal trampoline unwinders.
6701
1196bfda
AC
67022004-03-24 Andrew Cagney <cagney@redhat.com>
6703
6704 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
6705 * tramp-frame.c: Include "gdb_assert.h".
6706 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
6707 correct sizeof.
6708 (tramp_frame_append): Validate the tramp frame's instructions.
6709 * Makefile.in (tramp-frame.o): Update dependencies.
6710
4be282b4
AC
67112004-03-23 Andrew Cagney <cagney@redhat.com>
6712
6713 * trad-frame.h (trad_frame_set_reg_addr): Declare.
6714
69aec09b
AC
67152004-03-23 Andrew Cagney <cagney@redhat.com>
6716
6717 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
6718 Nasser as past testsuite/lib/ (and other) maintainers.
6719
63ed89b4
DJ
67202004-03-23 Daniel Jacobowitz <drow@mvista.com>
6721
6722 * infcmd.c (attach_command): Reread symbols if we already have
6723 an exec file.
6724
f3b36427
AC
67252004-03-23 Andrew Cagney <cagney@redhat.com>
6726
6727 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
6728
aa2a3f87
AC
67292004-03-23 Andrew Cagney <cagney@redhat.com>
6730
6731 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
6732 * gdbarch.h, gdbarch.c: Re-generate.
6733 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6734 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6735 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 6736 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 6737 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 6738 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
6739 (DEPRECATED_SIGTRAMP_START): Update.
6740 * blockframe.c (find_pc_sect_partial_function): Update.
6741 * arch-utils.c (legacy_pc_in_sigtramp): Update.
6742
00cac895
DJ
67432004-03-23 Daniel Jacobowitz <drow@mvista.com>
6744
6745 * remote.c (remote_open_1): Reopen the exec file and reread symbols
6746 if necessary.
6747
f561f026
AC
67482004-03-23 Andrew Cagney <cagney@redhat.com>
6749
6750 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
6751 predicate, deprecate.
6752 * gdbarch.h, gdbarch.c: Re-generate.
6753 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6754 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6755 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
6756 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6757 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
6758 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
6759 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
6760 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
6761 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
6762 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
6763 * blockframe.c (find_pc_partial_function): Update.
6764 * breakpoint.c (bpstat_what): Update.
6765 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
6766 * frv-linux-tdep.c (frv_linux_init_abi): Update.
6767 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
6768 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
6769 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6770 * i386-linux-tdep.c (i386_linux_init_abi): Update.
6771 * i386-nto-tdep.c (i386nto_init_abi): Update.
6772 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
6773 * i386-tdep.c (i386_sigtramp_frame_sniffer)
6774 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
6775 * i386bsd-tdep.c (i386bsd_init_abi): Update.
6776 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6777 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6778 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
6779 * infrun.c (pc_in_sigtramp): Update.
6780 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
6781 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
6782 * mips-tdep.c (mips_gdbarch_init): Update.
6783 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
6784 * ppc-linux-tdep.c: Update comment.
6785 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
6786 * shnbsd-tdep.c (shnbsd_init_abi): Update.
6787 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
6788 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
6789 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
6790 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
6791 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
6792 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
6793 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
6794 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 6795
8050c72f
AC
67962004-03-23 Andrew Cagney <cagney@redhat.com>
6797
d2259dd3
AC
6798 * tramp-frame.h, tramp-frame.h: New files.
6799 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
6800 Update rules to include "tramp-frame.h" and "tramp-frame.c".
6801
8050c72f
AC
6802 * Makefile.in: Update all dependencies.
6803
0db9b4b7
AC
68042004-03-23 Andrew Cagney <cagney@redhat.com>
6805
6806 * Makefile.in (trad_frame_h): Add $(frame_h).
6807 * trad-frame.h: Update copyright. Include "frame.h".
6808 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
6809 (trad_frame_set_id, trad_frame_get_id): Declare.
6810 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
6811 * trad-frame.c: Update copyright.
6812 (struct trad_frame_cache): Define.
6813 (trad_frame_cache_zalloc): New function.
6814 (trad_frame_set_id, trad_frame_get_id): New functions.
6815 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 6816
8e645ae7
AC
68172004-03-22 Andrew Cagney <cagney@redhat.com>
6818
6819 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
6820 s390_pltstub_unwind_cache.
6821 (s390_stub_frame_unwind_cache): Rename
6822 s390_pltstub_frame_unwind_cache.
6823 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
6824 (s390_stub_frame_prev_register): Rename
6825 s390_pltstub_frame_prev_register.
6826 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
6827 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
6828
6829 From Ulrich Weigand:
6830 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
6831 pointer calls like PLT calls.
6832
34fcf120
DJ
68332004-03-22 Daniel Jacobowitz <drow@mvista.com>
6834
6835 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
6836 PC rather than the partial function start address. Use the start
6837 address to sanity check the found PDR.
6838
5b917078
DJ
68392004-03-22 Daniel Jacobowitz <drow@mvista.com>
6840
6841 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
6842 linux_handle_extended_wait.
6843
8adf9e78
AC
68442004-03-22 Andrew Cagney <cagney@redhat.com>
6845
c3122434
AC
6846 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
6847 function.
6848
8adf9e78
AC
6849 * frame.h (generic_pop_current_frame): Delete declaration.
6850 (deprecate_pop_dummy_frame): Deprecate
6851 generic_pop_dummy_frame.
6852 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
6853 (generic_pop_current_frame): Delete function.
6854 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
6855 generic_pop_current_frame.
6856 * v850-tdep.c (v850_pop_frame): Update.
6857 * mcore-tdep.c (mcore_pop_frame): Update.
6858 * sh64-tdep.c (sh64_pop_frame): Update.
6859 * h8300-tdep.c (h8300_pop_frame): Update.
6860
90ba813f
AC
68612004-03-22 Andrew Cagney <cagney@redhat.com>
6862
6863 * frame.h (deprecated_pc_in_call_dummy): Rename
6864 generic_pc_in_call_dummy.
6865 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
6866 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
6867 generic_pc_in_call_dummy.
6868 (pc_in_dummy_frame): Make static.
6869 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
6870 * gdbarch.h, gdbarch.c: Re-generate.
6871 * dummy-frame.c (dummy_frame_sniffer): Simplify.
6872 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
6873 (legacy_get_prev_frame): Ditto.
6874 * inferior.h: Delete reference to generic_pc_in_call_dummy in
6875 comment.
8718a420 6876
ca4bb888
AC
68772004-03-21 Andrew Cagney <cagney@redhat.com>
6878
244675f9
AC
6879 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
6880 declaration and out-of-date comment.
6881 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
6882 Delete function.
6883 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
6884 deprecated_pc_in_call_dummy.
6885
ca4bb888
AC
6886 * infrun.c (handle_inferior_event): For non legacy frames, use the
6887 frame ID and frame type to identify a signal trampoline. Update
6888 comments.
6889
1777c7b4
NW
68902004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
6891
6892 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
6893 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
6894
82417da5
AC
68952004-03-21 Andrew Cagney <cagney@redhat.com>
6896
6897 * frame-unwind.h: Update copyright.
6898 (struct frame_data): Add opaque declaration.
6899 (frame_sniffer_ftype): Declare.
6900 (struct frame_unwind): Add "unwind_data" and "sniffer".
6901 (frame_unwind_register_unwinder): Declare.
6902 (frame_unwind_find_by_frame): Add parameter "this_cache".
6903 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
6904 (legacy_get_prev_frame, legacy_get_prev_frame)
6905 (get_frame_type): Pass the prologue_cache to
6906 frame_unwind_find_by_frame.
6907 * frame-unwind.c (struct frame_unwind_table_entry): Add field
6908 "unwinder".
6909 (frame_unwind_register_unwinder): New function.
6910 (frame_unwind_find_by_frame): Handle an unwind sniffer.
6911
b2ba182e
PH
69122004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
6913
6914 * bcache.c (print_percentage): Use floating point to avoid
6915 incorrect results when portion*100 overflows.
6916
81332287
KB
69172004-03-19 Kevin Buettner <kevinb@redhat.com>
6918
6919 * ppc_tdep.h (ppc_linux_frame_saved_pc)
6920 (ppc_linux_init_extra_frame_info)
6921 (ppc_linux_frameless_function_invocation)
6922 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
6923 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
6924 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
6925 (rs6000_frame_chain): Delete declarations.
6926 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
6927 (ppc_linux_init_extra_frame_info)
6928 (ppc_linux_frameless_function_invocation)
6929 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
6930 (ppc_linux_init_abi): Remove registration of above deleted functions.
6931 * rs6000-tdep.c (rs6000_init_extra_frame_info)
6932 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
6933 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
6934 (rs6000_pop_frame, rs6000_frameless_function_invocation)
6935 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
6936 (rs6000_gdbarch_init): Remove registration of above deleted functions.
6937 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
6938 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
6939 frame management for all OSABIs.
6940
61a65099
KB
69412004-03-19 Andrew Cagney <cagney@redhat.com>
6942
6943 Committed by Kevin Buettner <kevinb@redhat.com>.
6944
6945 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
6946 Update copyright.
6947 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
6948 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
6949 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
6950 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
6951 unwinders. #ifdef legacy frame code.
6952 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
6953 "frame-base.h".
6954 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
6955 (struct rs6000_frame_cache, rs6000_frame_cache)
6956 (rs6000_frame_this_id, rs6000_frame_prev_register)
6957 (rs6000_frame_sniffer, rs6000_frame_unwind)
6958 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
6959 (rs6000_frame_base): Implement a traditional frame unwinder.
6960 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
6961 frame unwinder.
6962
88f7da05
KB
69632004-03-19 Kevin Buettner <kevinb@redhat.com>
6964
6965 * breakpoint.c (adjust_breakpoint_address): Don't adjust
6966 breakpoint address for watchpoints or the catch eventpoints.
6967 Add new paramter ``bptype''. Adjust all callers.
6968
f826dce1
AC
69692004-03-19 Andrew Cagney <cagney@redhat.com>
6970
33cb8b0f
AC
6971 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
6972
f826dce1
AC
6973 * PROBLEMS: Delete note that ARM does not use frame code, problem
6974 fixed.
6975
43b1ab88
AC
69762004-03-18 Andrew Cagney <cagney@redhat.com>
6977
292ab034
AC
6978 * stack.c (return_command): Delete code wrapped in #ifdef
6979 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
6980
43b1ab88
AC
6981 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
6982
dbfe4626
AC
69832004-03-18 Andrew Cagney <cagney@redhat.com>
6984
6985 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
6986 DEPRECATED_IN_SIGTRAMP.
6987 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6988 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
6989 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6990 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6991 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6992 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6993 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6994 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6995 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
6996 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
6997
0cad6aec
AC
69982004-03-18 Andrew Cagney <cagney@redhat.com>
6999
7000 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7001 (struct frame_base_table_entry): Define.
7002 (struct frame_base_table): Re-implement as a linked list.
7003 (frame_base_init): Re-implement.
7004 (frame_base_table): Delete function.
7005 (append_predicate): Delete function.
7006 (frame_base_append_sniffer): Update.
7007 (frame_base_set_default): Update.
7008 (frame_base_find_by_frame): Update.
7009 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7010 * Makefile.in (frame-base.o): Update dependencies.
7011
9982c2e7
AC
70122004-03-17 Andrew Cagney <cagney@redhat.com>
7013
7014 * frame.c (legacy_get_prev_frame): Pass correct frame to
7015 frame_unwind_find_by_frame.
7016
8dfe8985
DC
70172004-03-17 David Carlton <carlton@kealia.com>
7018
7019 * NEWS: Mention C++ nested types and namespaces
7020
ed47347a
MC
70212004-03-16 Michael Chastain <mec.gnu@mindspring.com>
7022
7023 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7024 and "Regressions since gdb 5.3.". Add known regressions since
7025 gdb 6.0.
7026
90aeadfc
DC
70272004-03-16 David Carlton <carlton@kealia.com>
7028
7029 * dwarf2read.c (process_structure_scope): Process children even
7030 when we're a declaration.
7031
73912b9b
AC
70322004-03-16 Andrew Cagney <cagney@redhat.com>
7033
7034 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7035 * blockframe.c (find_pc_partial_function)
7036 (find_pc_sect_partial_function): Merge into a single
7037 find_pc_partial_function.
7038
283accbc
MK
70392004-03-16 Mark Kettenis <kettenis@gnu.org>
7040
7041 * i386bsd-nat.c: s/regno/regnum/g.
7042 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7043 FP0_REGNUM.
7044 (store_inferior_registers): Likewise.
7045
f5b1afdf
MK
70462004-03-16 Mark Kettenis <kettenis@gnu.org>
7047
7048 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7049 of i387_fill_fsave.
7050 (store_inferior_registers): Call i387_collect_fsave and
7051 i387_collect_fxsave instead of i387_fill_fsave and
7052 i387_fill_fxsave.
7053
41fe5eb3
AC
70542004-03-15 Andrew Cagney <cagney@redhat.com>
7055
7056 * Makefile.in (frame-unwind.o): Update dependencies.
7057 * frame-unwind.c: Include "gdb_obstack.h".
7058 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7059 parameter.
7060 (append_predicate): Delete function.
7061 (struct frame_unwind_table_entry): New structure.
7062 (struct frame_unwind_table): Replace "sniffer" with "head" and
7063 "tail".
7064 (frame_unwind_append_sniffer): Update.
7065 (frame_unwind_find_by_frame): Update.
7066 (_initialize_frame_unwind): Registe frame_unwind_init using
7067 gdbarch_data_register_pre_init.
7068
3f63813d
MK
70692004-03-15 Mark Kettenis <kettenis@gnu.org>
7070
7071 * i386bsd-nat.c: Update copyright year.
7072 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
7073 define unconditionally.
7074
3248c325 70752004-03-15 Mark Kettenis <kettenis@gnu.org>
63b6c53f
MK
7076
7077 * i387-tdep.h (i387_collect_fsave): New prototype.
7078 * i387-tdep.c (i387_collect_fsave): New function containing most
7079 of the code from i387_fill_fsave.
3248c325 7080 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 7081
871fbe6a
MK
70822004-03-15 Mark Kettenis <kettenis@gnu.org>
7083
7084 * i386-linux-tdep.c: Update copyright year.
7085 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
7086 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
7087 svr4_ilp32_link_map_offsets instead of
7088 i386_linux_svr4_fetch_link_map_offsets.
7089
8176b9b8
DC
70902004-03-15 David Carlton <carlton@kealia.com>
7091
7092 Fix for PR c++/1553:
7093 * dwarf2read.c (read_structure_type): Determine type name by
7094 calling determine_class_name.
7095 (determine_class_name): New.
7096 (determine_prefix): Look at TYPE_TAG_NAME and call
7097 determine_class_name when appropriate.
7098 (determine_prefix_aux, class_name): Delete.
9d58e29d 7099 (read_namespace): Set die->type.
8176b9b8 7100
fe8bf7d7
KB
71012004-03-15 Kevin Buettner <kevinb@redhat.com>
7102
7103 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
7104 unused macro definition. The definition in target.h (or perhaps
7105 elsewhere) takes precedence.
7106
ed6edd9b
AC
71072004-03-15 Andrew Cagney <cagney@redhat.com>
7108
f9be684a
AC
7109 * ppc-tdep.h: Update copyright.
7110 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
7111 function signatures to match "regsets.h".
7112 * ppc-linux-tdep.c: Include "regset.h".
7113 (ELF_GREGSET_SIZE): Delete.
7114 (right_supply_register): New function.
7115 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
7116 using right_supply_register.
7117 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
7118 functions.
7119 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
7120 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
7121 (_initialize_ppc_linux_tdep): Do not register
7122 ppc_linux_regset_core_fns.
7123 (ppc_linux_regset_from_core_section): Replace
7124 fetch_core_registers.
7125 (ppc_linux_regset_core_fns): Delete.
7126 * ppc-linux-nat.c: (right_fill_reg): New function.
7127 (supply_gregset): Update call to ppc_linux_supply_gregset.
7128 (fill_gregset): Clear the register set, use right_fill_reg.
7129 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
7130 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
7131
ed6edd9b
AC
7132 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
7133 unsigned.
7134
030f20e1
AC
71352004-03-15 Andrew Cagney <cagney@redhat.com>
7136
7137 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
7138 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
7139 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
7140 and register_gdbarch_data.
7141 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
7142 (struct gdbarch_data): Replace "init" by "pre_init" and
7143 "post_init".
7144 * gdbarch.h, gdbarch.c: Re-generate.
7145 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
7146 with"obstack", use OBSTACK_ZALLOC.
7147 (dwarf2_frame_ops): Delete.
7148 (dwarf2_frame_set_init_reg): Use gdbarch_data.
7149 (dwarf2_frame_init_reg): Use gdbarch_data.
7150 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 7151 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
7152 (_initialize_svr4_solib): Update.
7153 * user-regs.c (_initialize_user_regs): Update.
7154 * reggroups.c (_initialize_reggroup): Update.
7155 * regcache.c (_initialize_regcache): Update.
7156 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7157 * libunwind-frame.c (_initialize_libunwind_frame): Update.
7158 * gnu-v3-abi.c (init_gnuv3_ops): Update.
7159 * frame-unwind.c (_initialize_frame_unwind): Update.
7160 * frame-base.c (_initialize_frame_base): Update.
7161 * user-regs.c (user_reg_add): Update.
7162 * reggroups.c (reggroup_add): Update.
7163 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
7164 * libunwind-frame.c (libunwind_frame_set_descr): Update.
7165 * frame-unwind.c (frame_unwind_append_sniffer): Update.
7166 * frame-base.c (frame_base_table): Update.
7167 * remote.c (_initialize_remote): Update.
7168 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 7169
3111a3fc
AC
71702004-03-15 Andrew Cagney <cagney@redhat.com>
7171
7172 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
7173
5ecb7103
KB
71742004-03-15 Kevin Buettner <kevinb@redhat.com>
7175
7176 * Makefile.in (frv-linux-tdep.o): Add dependencies.
7177 * frv-linux-tdep.c: New file.
7178 * frv-tdep.c (struct gdbarch_tdep): Add new field
7179 ``sigcontext_reg_addr''.
7180 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
7181 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7182 (frv_sigramp_frame_sniffer): New functions.
7183 (frv_sigtramp_frame_unwind): New static global.
7184 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
7185 sniffers.
7186 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
7187 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
7188
1ccda5e9
KB
71892004-03-15 Kevin Buettner <kevinb@redhat.com>
7190
7191 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
7192 but not via a call to error(), when unable to read memory.
7193
b375a0a5
KB
71942004-03-15 Kevin Buettner <kevinb@redhat.com>
7195
7196 * frv-tdep.c (frv_call_dummy_words): Delete.
7197 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
7198
4fdf6121
AC
71992004-03-15 Andrew Cagney <cagney@redhat.com>
7200
7201 * infrun.c (handle_step_into_function, step_over_function): Only
7202 update and use STEP_FRAME_ID when the system is using legacy
7203 frames. Update comments.
7204
34021503
MK
72052004-03-14 Mark Kettenis <kettenis@gnu.org>
7206
187e21d1
MK
7207 * amd64-linux-tdep.h: Remove file.
7208 * amd64-linux-tdep.c: Don't include "inferior.h" and
7209 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
7210 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
7211 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
7212 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
7213 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
7214 macros.
7215 (user_to_gdb_regmap): Remove variable.
7216 (amd64_linux_gregset_reg_offset): New variable.
7217 (amd64_core_fns): Remove variable.
7218 (fetch_core_registers): Remove function.
7219 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
7220 functions.
7221 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
7222 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
7223 * Makefile.in (amd64_linux_tdep_h): Remove.
7224 (amd64-linux-nat.o): Update dependencies.
7225 (amd64-linux-tdep.o): Update dependencies.
7226
99679982
MK
7227 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
7228 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
7229 functions.
7230 (fetch_inferior_registers, store_inferior_registers): Rewrite.
7231
34021503
MK
7232 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
7233 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
7234
134d01f1
DJ
72352004-03-14 Daniel Jacobowitz <drow@mvista.com>
7236
7237 * dwarf2read.c (read_structure_type): Rename from
8718a420 7238 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
7239 Return immediately if die->type is set. Call read_type_die before
7240 dwarf2_add_member_fn.
7241 (process_structure_scope): New function.
7242 (read_enumeration_type, process_enumeration_scope): New functions,
7243 broken out from read_enumeration. Don't create the enumeration
7244 type if it has already been created.
7245 (read_enumeration): Removed.
7246 (process_die): Call read_structure_type, process_structure_scope,
7247 read_enumeration_type, and process_enumeration_scope. Just call
7248 new_symbol for base and subrange types. Add a comment about other
7249 type dies.
7250 (read_type_die): Call read_enumeration_type.
7251 (add_partial_structure, new_symbol): Update comments.
7252
65760afb
SC
72532004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7254
7255 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
7256
10f59415
SC
72572004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7258
7259 * tui/tui-win.h (tui_get_cmd_list): Declare.
7260 * tui/tui-win.c (tui_command): New function.
7261 (tui_get_cmd_list): New function.
7262 (_initialize_tui_win): Moved initialization of tui command in
7263 tui_get_cmd_list.
7264
7265 * tui/tui-data.c (init_content_element): Setup new data members.
7266 (init_win_info): Likewise.
7267 (free_content_elements): Free it.
7268 * tui/tui-data.h (struct tui_data_element): Store the register
7269 content to print.
7270 (struct tui_data_info): Keep the current register group.
7271
7272 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
7273
7274 * tui/tui-regs.h (tui_show_registers): Update prototype.
7275 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
7276 (tui_resize_all): No need to calculate anything for register window.
7277 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
7278 (tui_set_register_element, tui_set_general_regs_content): Remove.
7279 (tui_set_special_regs_content): Remove.
7280 (tui_set_general_and_special_regs_content): Remove.
7281 (tui_set_float_regs_content): Remove.
7282 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
7283 (tui_set_regs_content): Remove.
7284 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
7285 (tui_v_show_registers_command_support): Remove.
7286 (tui_show_registers): Use a reggroup to specify the registers to show.
7287 (tui_show_register_group): New function.
7288 (tui_display_registers_from): Compute the layout of register window
7289 and refresh with new API; be sure to delete old register windows.
7290 (tui_check_register_values): Update to use tui_get_register and
7291 tui_display_data.
7292 (tui_display_register): Just refresh the register window part.
7293 (tui_register_format): Format registers and save in tui_data_element.
7294 (tui_get_register): New to combine tui_reg_value_has_changed and
7295 tui_get_register_raw_value; fix to use the new gdb API.
7296 (tui_show_float_command): Renamed tui_reg_float_command.
7297 (tui_show_general_command): Renamed tui_reg_general_command.
7298 (tui_show_special_command): Renamed tui_reg_system_command.
7299 (_initialize_tui_regs): Remove unused commands.
7300
c3364ea4
MK
73012004-03-13 Mark Kettenis <kettenis@gnu.org>
7302
27d1e716
MK
7303 * NEWS (New native configurations): Mention OpenBSD/amd64.
7304
c3364ea4
MK
7305 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
7306 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
7307 Remove defines.
7308 * config/i386/nm-fbsd64.h: Likewise.
7309 * config/i386/nm-obsd.h: Likewise.
7310 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
7311 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
7312
b2d6d697
KB
73132004-03-12 Kevin Buettner <kevinb@redhat.com>
7314
7315 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
7316 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
7317 New constants.
7318
76e43199
KB
7319 From Richard Sandiford <rsandifo@redhat.com>:
7320 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
7321
34ce532e
KB
73222004-03-12 Kevin Buettner <kevinb@redhat.com>
7323
7324 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
7325 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
7326 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
7327 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
7328 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
7329 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
7330 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
7331 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
7332 definitions from frv-tdep.c to frv-tdep.h.
7333
c4d10515
KB
73342004-03-12 Kevin Buettner <kevinb@redhat.com>
7335
7336 Add shared library support for FR-V FDPIC ABI:
7337 * Makefile.in (solib-frv.o): Add dependencies.
7338 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
7339 New functions.
7340 (frv_push_dummy_call): Add support for FDPIC ABI.
7341 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
7342 for FDPIC ABI.
7343 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
7344 (frv_fdpic_find_canonical_descriptor): Declare.
7345 * solib-frv.c: New file.
7346 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
7347 * config/frv/tm-frv.h (solib.h): Include.
7348
ed1bd989
KB
73492004-03-12 Kevin Buettner <kevinb@redhat.com>
7350
7351 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
7352 (frv-tdep.o): Update dependencies.
7353 * frv-tdep.h: New file.
7354 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
7355 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
7356 constants.
7357 (struct gdbarch_tdep): Add new member ``frv_abi''.
7358 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
7359 functions.
7360 (new_variant): Set ``frv_abi'' field.
7361 (gdb_arch_init): Detect FDPIC executables.
7362
82b38f72
MK
73632004-03-12 Mark Kettenis <kettenis@gnu.org>
7364
7365 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
7366 wrapper.
7367
db1ea9ba
AC
73682004-03-11 Andrew Cagney <cagney@redhat.com>
7369
7370 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
7371
f8766ec1
KB
73722004-03-11 Kevin Buettner <kevinb@redhat.com>
7373
7374 * solist.h (master_so_list): New function.
7375 * solib.c (master_so_list): Likewise.
7376 * solib-svr4.c (enable_break): Iterate over so_list entries
7377 obtained from master list instead of entries obtained directly
7378 via svr4_current_sos().
7379
523f6a27
BE
73802004-03-10 Ben Elliston <bje@gnu.org>
7381
7382 * MAINTAINERS: Update my mail address.
7383
37814c18
KI
73842004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7385
7386 * remote-m32r-sdi.c: Support hardware watchpoint.
7387
8b9740d8
DJ
73882004-03-09 Daniel Jacobowitz <drow@mvista.com>
7389
7390 * user-regs.c: Update copyright years.
7391 (struct user_regs): Rename to gdb_user_regs.
7392 (append_user_reg, builtin_user_regs, user_regs_init)
7393 (user_reg_add, user_reg_map_name_to_regnum)
7394 (usernum_to_user_reg): Update.
7395
4bb7a0a7
DJ
73962004-03-09 Daniel Jacobowitz <drow@mvista.com>
7397
7398 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
7399 (skip_children): New functions.
7400 (locate_pdi_sibling): Call skip_children.
7401
44e1a9eb
DJ
74022004-03-09 Daniel Jacobowitz <drow@mvista.com>
7403
7404 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
7405 * gdbtypes.c (check_typedef): Update comments.
7406
f3dd6933
DJ
74072004-03-09 Daniel Jacobowitz <drow@mvista.com>
7408
7409 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
7410 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
7411 pointer. Update comment about comp_unit_head.
7412 (struct abbrev_info): Shorten two int flags.
7413 (dwarf_alloc_abbrev): Take a CU argument.
7414 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
7415 each time through the loop. Update cleanup argument.
7416 (psymtab_to_symtab_1): Update cleanup call.
7417 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
7418 abbrev_obstack.
7419 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
7420 Just call obstack_free and clear the pointer.
7421
b40c7d58
DJ
74222004-03-09 Daniel Jacobowitz <drow@mvista.com>
7423
7424 * infrun.c (handle_inferior_event): Remove short-circuit code for
7425 events in a different thread.
7426
333dabeb
DJ
74272004-03-09 Daniel Jacobowitz <drow@mvista.com>
7428
7429 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
7430 print the whole transfer.
7431 (initialize_targets): Update description of "set debug target".
7432
aa17d93e
DJ
74332004-03-09 Daniel Jacobowitz <drow@mvista.com>
7434
7435 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
7436
0b71f08f
NW
74372004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
7438
7439 * MAINTAINERS (write after approval): Add myself.
7440
3930f270
CV
74412004-03-08 Corinna Vinschen <vinschen@redhat.com>
7442
7443 * sh-tdep.c (sh_print_registers_info): Use for loop.
7444 Don't skip multiple registers when a float register is encountered.
7445
a2b4a96c
CV
74462004-03-08 Corinna Vinschen <vinschen@redhat.com>
7447
7448 Fix PR tdep/1291.
7449 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
7450 to official SH documentation.
7451
f15a4bc0
AC
74522004-03-07 Andrew Cagney <cagney@redhat.com>
7453
7454 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
7455 unused function.
7456
9498281f
DJ
74572004-03-07 Daniel Jacobowitz <drow@mvista.com>
7458
7459 * arm-tdep.c (thumb_get_next_pc): Handle BX.
7460 (arm_get_next_pc): Handle BX and BLX.
7461
449e1137
AC
74622004-03-07 Andrew Cagney <cagney@redhat.com>
7463
eded0a31
AC
7464 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
7465 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
7466 HPPA_SP_REGNUM.
7467 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
7468 (hppa_target_read_fp): Delete.
7469 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
7470 register_virtual_size, max_register_raw_size,
7471 max_register_virtual_size, register_byte, register_size,
7472 target_read_fp, fp_regnum, and register_bytes. Set register_type
7473 instead of register_virtual_type.
7474 (hppa32_register_type, hppa64_register_type): Replace
7475 hppa32_register_virtual_type and hppa64_register_virtual_type.
7476 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
7477 (HPPA_FP_REGNUM): Define.
7478
f5f907e2
AC
7479 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
7480
69b4bbe4
AC
7481 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
7482 (pa_do_registers_info): Delete.
7483 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 7484 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 7485 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 7486
78161e48
AC
7487 * infcall.c (legacy_push_dummy_code): Delete #ifdef
7488 GDB_TARGET_IS_HPPA code.
7489 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 7490 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
7491 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
7492 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
7493 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
7494 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
7495 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 7496 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
7497 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
7498 (hppa_frameless_function_invocation, hppa64_store_return_value)
7499 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 7500 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 7501 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 7502 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
7503 (find_proc_framesize, deposit_21, restore_pc_queue)
7504 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 7505 (rp_saved, pc_in_linker_stub): Delete.
78161e48 7506
782eae8b
AC
7507 Unconditionally enable 64-bit frame and ABI code.
7508 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
7509 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
7510 push_dummy_frame, fix_call_dummy, push_arguments,
7511 call_dummy_location, extract_return_value, use_struct_convention,
7512 store_return_value, store_struct_return, saved_pc_after_call,
7513 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
7514 frame_chain, frame_chain_valid, frameless_function_invocation,
7515 frame_saved_pc, and pop_frame.
78161e48 7516
449e1137
AC
7517 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
7518 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
7519 (hppa_gdbarch_init): Do not set PC_REGNUM.
7520
12507572
MK
75212004-03-06 Mark Kettenis <kettenis@gnu.org>
7522
7523 * config/alpha/tm-fbsd.h: Remove file.
7524 * config/alpha/fbsd.mt: Tweak comment.
7525 (TM_FILE): Set to tm-alpha.h.
7526
c107cc1b
AC
75272004-03-05 Andrew Cagney <cagney@redhat.com>
7528
7529 * infrun.c (step_over_function): When non-legacy code, and no
7530 step_frame_id, use the unwinder to get the caller's frame ID.
7531
f2e7c15d
MK
75322004-03-05 Mark Kettenis <kettenis@gnu.org>
7533
8b0c3633
MK
7534 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
7535 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
7536 bfd_arch_unknown. Adjust comment.
7537
f2e7c15d
MK
7538 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
7539 * i386obsd-tdep.c: Correct spelling in comment.
7540 * i386nbsd-tdep.c: Correct spelling in comment.
7541 * sparc-tdep.c: Correct spelling in comments.
7542
1198ecbe
DC
75432004-03-05 David Carlton <carlton@kealia.com>
7544
7545 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
7546 bug.
7547
9eb42ed1
MK
75482004-03-05 Mark Kettenis <kettenis@gnu.org>
7549
7550 * sparc-tdep.c: Fix typo in comment.
7551
52b5e991
JB
75522004-03-04 J. Brobecker <brobecker@gnat.com>
7553
7554 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
7555
d8151005
DJ
75562004-03-04 Daniel Jacobowitz <drow@mvista.com>
7557
7558 * dwarf2read.c: Add comment describing memory lifetimes.
7559 (struct dwarf2_pinfo): Update comment.
7560 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
7561 (read_enumeration, new_symbol): Don't use obsavestring.
7562
cbeae229
MK
75632004-03-04 Mark Kettenis <kettenis@gnu.org>
7564
722d18c2
MK
7565 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
7566 instead of amd64_fill_fxsave.
7567 * amd64bsd-nat.c (store_inferior_registers): Likewise.
7568 * amd64fbsd-nat.c (fill_fpregset): Likewise.
7569
cbeae229
MK
7570 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
7571 Reorganize code a bit.
7572
b4206d25
OF
75732004-03-04 Orjan Friberg <orjanf@axis.com>
7574
7575 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
7576 when the frame pointer is pushed. Don't set the frame pointer's
7577 address on the stack unless it's actually located there.
b4206d25
OF
7578 Set the SRP's address on the stack correctly when the PC is still in
7579 the prologue.
7580 (cris_return_value): New function.
7581 (cris_gdbarch_init): Clear deprecated store_return_value,
7582 extract_return_value.
7583
49b0b195
JB
75842004-03-02 Jim Blandy <jimb@redhat.com>
7585
7586 * stabsread.c (reg_value_complaint): The maximum register number
7587 is one less than the number of registers.
7588
e9ff708b
AC
75892004-03-02 Andrew Cagney <cagney@redhat.com>
7590
7591 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
7592 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
7593 trailing comma and redundant assignment of I386_ST0_REGNUM.
7594 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
7595 32-bit segment registers.
7596
d4715e41
AC
75972004-03-01 Andrew Cagney <cagney@redhat.com>
7598
7599 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
7600 use frame_relative_level and get_next_frame.
7601
3ce2bf18
AC
76022004-02-29 Andrew Cagney <cagney@redhat.com>
7603
7604 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
7605 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
7606 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
7607 Delete macro.
7608
2da6aac3
DJ
76092004-02-29 Daniel Jacobowitz <drow@mvista.com>
7610
7611 * inflow.c (terminal_inferior): Don't give up the terminal if we
7612 previously couldn't get the inferior's terminal state.
7613
6ba34a8d
DJ
76142004-02-29 Daniel Jacobowitz <drow@mvista.com>
7615
7616 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
7617 PC_REGNUM.
7618
faae5abe
AC
76192004-02-28 Andrew Cagney <cagney@redhat.com>
7620
7621 * NEWS: Refer to GDB 6.1.
7622 * README: Refer to GDB 6.1.
7623 * PROBLEMS: Refer to GDB 6.1.
7624
2227a3c5
DJ
76252004-02-28 Daniel Jacobowitz <drow@mvista.com>
7626
7627 * thread-db.c (disable_thread_signals): Remove unused function.
7628
80571bff
MK
76292004-02-28 Mark Kettenis <kettenis@gnu.org>
7630
041bd74b
MK
7631 * amd64-nat.c: Include "gdb_string.h".
7632 (amd64_collect_native_gregset): Zero-extend the 32-bit
7633 general-purpose registers and %eip.
7634
3c017e40
MK
7635 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
7636 * amd64-tdep.c (amd64_collect_fxsave): New function.
7637 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
7638
80571bff
MK
7639 * i387-tdep.h: Update copyright year.
7640 (i387_collect_fxsave): New prototype.
7641 * i387-tdep.c: Update copyright year.
7642 (i387_collect_fxsave): New function containing most of the code
7643 from i387_fill_fxsave.
7644 (i387_fill_fxsave): Call i387_collect_fxsave.
7645
50d71875
AC
76462004-02-28 Andrew Cagney <cagney@redhat.com>
7647
7648 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
7649 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
7650
4a28816e
MK
76512004-02-28 Mark Kettenis <kettenis@gnu.org>
7652
7653 * amd64-tdep.c (amd64_frame_cache): Fix comment.
7654
dbda9972
AC
76552004-02-28 Andrew Cagney <cagney@redhat.com>
7656
7657 * utils.c: Use "", instead of <>, to include readline.
7658 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
7659 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
7660 * source.c, solib.c, exec.c, event-top.c: Ditto.
7661 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
7662 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
7663 * Makefile.in: Update all dependencies.
7664 (readline_tilde_h, readline_history_h): Define.
7665 (readline_headers): Delete.
7666
83277a99
MK
76672004-02-28 Mark Kettenis <kettenis@gnu.org>
7668
91ae4303
MK
7669 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
7670 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
7671 "config/i386/tm-lx64.h".
7672
83277a99
MK
7673 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
7674 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
7675 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
7676
6e1d7d6c
AC
76772004-02-28 Andrew Cagney <cagney@redhat.com>
7678
ecc9ac84
AC
7679 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
7680
6e1d7d6c
AC
7681 * breakpoint.c (_initialize_breakpoint): Use
7682 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
7683 Add help to show command.
7684
9671aeef
MK
76852004-02-28 Mark Kettenis <kettenis@gnu.org>
7686
7fa2737c
MK
7687 * i386-nat.c: Reformat to be closer to coding standards.
7688 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
7689 `retval'. Make variables `align' and `size' local to while-loop.
7690 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
7691 (_initialize_i386_nat): New prototype.
7692
9671aeef
MK
7693 * tui/tui.c: Include <readline/readline.h> instead of
7694 "readline/readline.h". Include it after <term.h> and
7695 "gdb_curses.h".
7696
fca7aa43
AC
76972004-02-27 Andrew Cagney <cagney@redhat.com>
7698
412275d5
AC
7699 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
7700 the new frame unwind code.
7701 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
7702 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
7703 PCOQ_HEAD_REGNUM.
7704
fca7aa43
AC
7705 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
7706 "return_value" and "push_dummy_call".
7707 (hppa32_use_struct_convention): Delete unused function.
7708 (hppa32_store_return_value): Delete unused function.
7709 (hppa32_extract_return_value): Delete unused function.
7710 (hppa32_stack_align): Delete function.
7711
e6a8a7d2
EZ
77122004-02-27 Eli Zaretskii <eliz@elta.co.il>
7713
7714 * coffread.c (enter_linenos): Don't let rawptr reference memory
7715 outside linetab[]'s limits.
7716
1797a8f6
AC
77172004-02-27 Andrew Cagney <cagney@redhat.com>
7718
7719 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
7720 inferior stack space - the stack needs to grow upwards.
7721 (hppa32_frame_align): New function.
7722 (hppa64_frame_align): Replace hppa_frame_align.
7723 (hppa_gdbarch_init): Update.
7724
2e4b5889
OF
77252004-02-26 Orjan Friberg <orjanf@axis.com>
7726
7727 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
7728 (dwarf2-frame.h): Include.
7729 (enum cris_regnums): New enum CRIS_FP_REGNUM.
7730 Remove static variables related to ABI setting.
7731 (struct gdbarch_tdep): Remove cris_abi member.
7732 (struct frame_extra_info): Remove.
7733 (cris_unwind_cache, stack_item): New structs.
7734 (cris_frame_unwind, cris_frame_base): New variables.
7735 (push_stack_item, pop_stack_item)
7736 (cris_frame_unwind_cache, cris_frame_this_id)
7737 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
7738 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
7739 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
7740 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
7741 (cris_reg_struct_has_addr): New functions.
7742 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 7743 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
7744 (cris_store_struct_return, cris_frameless_function_invocation)
7745 (cris_pop_frame, cris_skip_prologue_main)
7746 (cris_abi_original_store_return_value)
7747 (cris_abi_v2_store_return_value)
7748 (cris_abi_original_extract_return_value)
7749 (cris_abi_v2_extract_return_value)
7750 (cris_abi_original_reg_struct_has_addr)
7751 (cris_abi_v2_reg_struct_has_addr)
7752 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
7753 (cris_push_return_address, cris_abi_update): Remove.
7754 (_initialize_cris_tdep): Remove ABI command.
7755 (cris_dump_tdep): Ditto.
8718a420 7756 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
7757 Set store_return_value, extract_return_value, push_dummy_code,
7758 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
7759 frame_unwind_append_sniffer, frame_base_set_default.
7760 Clear deprecated init_frame_pc, push_arguments, store_return_value,
7761 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
7762 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 7763 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
7764 init_extra_frame_info, frameless_function_invocation, frame_chain,
7765 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
7766 dummy_write_sp.
8718a420 7767
6b9acc27
JJ
77682004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7769
7770 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
7771 * valprint.c (print_hex_chars): Change from static to external.
7772 (print_char_chars): New function.
7773 * printcmd.c (print_scalar_formatted): For integer and enum types
7774 that are longer than LONGEST, perform processing via appropriate
7775 print_*_chars routines.
7776
a431654a
AC
77772004-02-26 Andrew Cagney <cagney@redhat.com>
7778
7779 * Makefile.in: Update dependencies.
7780 Changes from Ulrich Weigand,
7781 * s390-tdep.c: Include "dwarf2-frame.h".
7782 (s390_dwarf2_frame_init_reg): New function.
7783 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
7784 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
7785
fa8d40ab
JJ
77862004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7787
7788 * breakpoint.c (pending_break_support): New setting variable.
7789 (break_command_1): Account for pending_break_support setting
7790 when creating pending breakpoints.
7791 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
7792 (_initialize_breakpoint): Add "set breakpoint pending" and
7793 "show breakpoint pending" commands.
7794
0dcd613f
AC
77952004-02-26 Andrew Cagney <cagney@redhat.com>
7796
7797 Fix PR i18n/1570.
7798 * charset.c (backslashable, backslashed, represented): Remove 'e'
7799 from list of escaped characters, not part of ISO-C.
7800
479272a3
JB
78012004-02-25 J. Brobecker <brobecker@gnat.com>
7802
7803 From Peter Schauer <schauer@pdf.de>:
7804 * tui/tui.c: Move system header includes after local includes.
7805 Fixes a build failure on solaris systems.
7806
7613d933
JB
78072004-02-25 J. Brobecker <brobecker@gnat.com>
7808
7809 * configure.in: Refine the previous change.
7810 * configure: Regenerate.
7811
9c1488cb
MK
78122004-02-25 Mark Kettenis <kettenis@gnu.org>
7813
7814 * amd64-tdep.h: Renamed from x86-64-tdep.h.
7815 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
7816 "amd64-tdep.h" instead of "x86-64-tdep.h".
7817 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7818 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
7819 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
7820 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7821 and "x86-64-tdep.c".
7822 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
7823 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7824 and "x86-64-tdep.c".
7825 * amd64bsd-nat.c: Update copyright year.
7826 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7827 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
7828 "x86-64-tdep.h".
7829 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
7830 "x86-64-tdep.h".
7831 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
7832 "x86-64-tdep.h".
7833 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
7834 "x86-64-tdep.h".
7835 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
7836 "x86-64-tdep.h".
7837 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
7838 "x86-64-tdep.h".
8718a420 7839 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
7840 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
7841 * Makefile.in (amd64_linux_tdep_h): Renamed from
7842 x86_64_linux_tdep_h.
7843 (amd64_tdep_h): Renamed from x86_64_tdep_h.
7844 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
7845 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
7846 (amd64obsd-tdep.o): Update dependencies.
7847 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
7848 dependencies.
7849 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
7850 dependencies.
7851 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
7852 amd64-linux-nat.c amd64-linux-tdep.c.
7853 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
7854 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
7855 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
7856 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
7857 amd64-tdep.o and amd64-linux-tdep.o.
7858 (TM_FILE): Set to tm-linux64.h.
7859 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
7860 (NAT_FILE): Set to nm-linux64.h.
7861 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
7862 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7863 amd64-tdep.o.
7864 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7865 amd64-tdep.o.
7866 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7867 amd64-tdep.o.
7868
4b8dad4a
RM
78692004-02-25 Roland McGrath <roland@redhat.com>
7870
7871 * remote.c (remote_protocol_qPart_auxv): New variable.
7872 (init_all_packet_configs): Initialize it.
7873 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
7874 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
7875 (show_remote_cmd): Call it.
7876 (_initialize_remote): Initialize commands.
7877 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
7878 service TARGET_OBJECT_AUXV requests.
7879
66745969
JB
78802004-02-25 J. Brobecker <brobecker@gnat.com>
7881
7882 * configure.in: Make sure that the wborder function is available.
7883 Otherwise, search for it in the cur_colr library.
7884 * configure: Regenerate.
7885
79508e1e
AC
78862004-02-25 Andrew Cagney <cagney@redhat.com>
7887
7888 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
7889
571ee600
MK
78902004-02-25 Mark Kettenis <kettenis@gnu.org>
7891
7892 * config/i386/tm-x86-64linux.h: Tweak comments.
7893
2b1b322f 78942004-02-25 Richard Sandiford <rsandifo@redhat.com>
ad74788f
RS
7895
7896 * MAINTAINERS: Add self to write-after-approval list.
7897
4d2acc65
AC
78982004-02-25 Andrew Cagney <cagney@redhat.com>
7899
4b8dad4a 7900 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
7901 * cli/cli-script.c (execute_control_command): Unconditionally
7902 install a cleanup. Default "ret" to "invalid_control". Use
7903 "break" instead of "return" to escape from the switch.
7904
4cfcaf21
JB
79052004-02-24 J. Brobecker <brobecker@gnat.com>
7906
7907 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
7908 with the lines macro defined in term.h on AiX.
7909 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
7910 a collision with the label_width macro defined in term.h on AiX.
7911
54a5c8d8
KB
79122004-02-23 David Mosberger <davidm@hpl.hp.com>
7913
7914 Committed by Kevin Buettner <kevinb@redhat.com>.
7915
7916 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
7917 * ia64-tdep.c (ia64_write_pc): Make it a global function.
7918 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
7919 instead of ia64_write_pc().
7920 * ia64-linux-tdep.c (regcache.h): Include.
7921 (ia64_linux_write_pc): New function.
4b8dad4a 7922
8a1dac83
RM
79232004-02-23 Roland McGrath <roland@redhat.com>
7924
7925 * auxv.c (info_auxv_command): Fix typos in error messages.
7926
90f90721
MK
79272004-02-23 Mark Kettenis <kettenis@gnu.org>
7928
8a1dac83 7929 * x86-64-tdep.h: Tweak comment.
90f90721
MK
7930 (enum amd64_regnum): New.
7931 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
7932 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
7933 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
7934 (X86_64_XMM1_REGNUM): Removed.
7935 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
7936 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
7937 prototypes for renamed functions.
7938 * x86-64-tdep.c: Fix typo.
7939 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
7940 register numbers.
7941 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
7942 Use constants from `enum amd64_regnum' for register numbers.
7943 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
7944 (amd64_analyze_prologue, amd64_frame_cache,
7945 amd64_sigtramp_frame_cache): Use constants from `enum
7946 amd64_regnum' for register numbers.
7947 (amd64_supply_fpregset): Adjust for renamed functions.
7948 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
7949 `enum amd64_regnum' for register numbers.
7950 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
7951 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
7952 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
7953 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
7954 (amd64_linux_fill_gregset): Adjust for renamed macros.
7955 (fetch_core_registers): Adjust for renamed functions.
7956 (amd64_linux_init_abi): Adjust for renamed functions.
7957 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
7958 renamed functions.
7959 * amd64-nat.c: Adjust for renamed macros.
7960 * amd64bsd-nat.c (fetch_inferior_registers)
7961 (store_inferior_registers): Use constants from `enum amd64_regnum'
7962 for register numbers. Adjust for renamed variables.
7963 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
7964 renamed variables.
7965 (_initialize_amd64fbsd_nat): Use constants from `enum
7966 amd64_regnum' for register numbers.
7967 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
7968 `enum amd64_regnum' for register numbers.
7969 (amd64fbsd_init_abi): Adjust for renamed functions.
7970 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
7971 `enum amd64_regnum' for register numbers.
7972 (amd64nbsd_init_abi): Adjust for renamed functions.
7973 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
7974 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
7975 `enum amd64_regnum' for register numbers.
7976 (amd64obsd_init_abi): Adjust for renamed functions.
7977 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
7978
d5479188
JJ
79792004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7980
7981 * breakpoint.c (print_one_breakpoint): Do not output spaces
7982 after printing <PENDING> for a pending breakpoint.
7983
81cb7cc9
JJ
79842004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7985
7986 * printcmd.c (print_scalar_formatted): Initialize val_long
7987 to remove compiler warning message.
7988
cbdeadca
JJ
79892004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7990
7991 * defs.h (nquery, yquery): New prototypes.
7992 * breakpoint.c (break_command_1): Use new nquery interface.
7993 * utils.c (defaulted_query, nquery, yquery): New functions.
7994
da6bab63
AC
79952004-02-23 Andrew Cagney <cagney@redhat.com>
7996
2f690297
AC
7997 * hppa-tdep.c (hppa_frame_align): New function.
7998 (hppa32_push_dummy_call): New function.
7999 (hppa64_push_dummy_call): New function.
8000 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8001 disabled.
8a1dac83 8002
da6bab63
AC
8003 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8004 FIX_CALL_DUMMY when push_dummy_call is available.
8005 (call_function_by_hand, push_dummy_code): Ditto.
8006
abf9b42d
AC
80072004-02-22 Andrew Cagney <cagney@redhat.com>
8008
8009 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8010 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8011 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8012 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8013 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8014 call_dummy_location to ON_STACK.
8015
10fc94a4
MK
80162004-02-22 Mark Kettenis <kettenis@gnu.org>
8017
51433e4b
MK
8018 * x86-64-linux-tdep.c: Tweak comment.
8019 (amd64_linux_supply_gregset): Renamed from
8020 x86_64_linux_supply_gresget.
8021 (amd64_linux_fill_gregset): Renamed from
8022 x86_64_linux_fill_gregset.
8023 (fetch_core_registers): Adjust for renamed functions.
8024 (amd64_core_fns): Renamed from x86_64_core_fns.
8025 (amd64_linux_sigtramp_start): Renamed from
8026 x86_64_linux_sigtramp_start.
8027 (amd64_linux_pc_in_sigtramp): Renamed from
8028 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8029 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8030 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8031 (amd64_linux_sigcontext_addr): Renamed from
8032 x86_64_linux_sigcontext_addr.
8033 (amd64_linux_sc_reg_offset): Renamed from
8034 x86_64_linux_sc_reg_offset.
8035 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8036 Adjust for renamed functions and variables.
8037 (_initialize_amd64_linux_tdep): Renamed from
8038 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8039 variables.
8040 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8041 Adjust for renamed functions.
8042
430eaf2e
MK
8043 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8044 from x86_64_linux_gregset64_reg_offset.
8045 (amd64_linux_gregset32_reg_offset): Rename from
8046 x86_64_linux_gregset64_reg_offset.
8047 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8048 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8049 (amd64_linux_dr_set_control): Renamed from
8050 x86_64_linux_dr_set_control. Adjust for renamed functions.
8051 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8052 Adjust for renamed functions.
8053 (amd64_linux_dr_reset_addr): Renamed from
8054 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8055 (amd64_linux_dr_get_status): Renamed from
8056 x86_64_linux_dr_get_status. Adjust for renamed functions.
8057 (_initialize_amd64_linux_nat): Renamed from
8058 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8059 functions.
8060 * config/i386/nm-x86-64linux.h: Update copyright year.
8061 Adjust for renamed functions.
8062
10fc94a4
MK
8063 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8064 amd64fbsd_sigtramp_start.
8065 (amd64fbsd_sigtramp_end_addr): Renamed from
8066 amd64fbsd_sigtramp_end.
8067 (amd64fbsd_init_abi): Adjust for renamed variables.
8068 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8069 variables.
8070 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8071 amd64fbsd_sigtramp_start.
8072 (amd64fbsd_sigtramp_end_addr): Renamed from
8073 amd64fbsd_sigtramp_end.
8074
343af405
AC
80752004-02-22 Andrew Cagney <cagney@redhat.com>
8076
537987fc
AC
8077 * hppa-tdep.c (hppa32_return_value): New function.
8078 (hppa64_return_value): New function.
8079 (hppa_gdbarch_init): Set return_value; keep disabled.
8080
fad850b2
AC
8081 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
8082 struct-return and inferior function call methods.
8083
26d08f08
AC
8084 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8085 "frame-base.h".
8086 (struct hppa_frame_cache): Define.
8087 (hppa_frame_cache, hppa_frame_this_id): New functions.
8088 (hppa_frame_prev_register): New function.
8089 (hppa_frame_unwind, hppa_frame_base): New variables.
8090 (hppa_frame_unwind_sniffer): New function.
8091 (hppa_frame_base_address, hppa_unwind_pc): New function.
8092 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
8093 sniffer, and frame base sniffer; keep disabled.
8094 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
8095 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
8096
e7d7bd65
AC
8097 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
8098 to predicates for "seriously old code".
8099
e963316f
AC
8100 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
8101 runtime if(0).
8102
56132691
AC
8103 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
8104 unsigned.
8105 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 8106
343af405
AC
8107 * config/pa/tm-hppa.h: Update copyright.
8108 (DEPRECATED_INIT_FRAME_PC): Delete macro.
8109 (deprecated_init_frame_pc_default): Delete declaration.
8110 (hppa_frame_init_saved_regs): Delete declaration.
8111 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8112 * hppa-tdep.c: Include "arch-utils.h".
8113 (hppa_gdbarch_init): Set deprecated init_frame_pc
8114 and deprecated frame_init_saved_regs.
8115 (hppa_frame_init_saved_regs): Make static.
8116
f5859b4d
MK
81172004-02-22 Mark Kettenis <kettenis@gnu.org>
8118
86f6f8e7 8119 Remove old 386BSD support.
cf7c5c23 8120 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
8121 * configure.host: Remove i[34567]86-*-bsd*.
8122 * configure.tgt: Remove i[34567]86-*-bsd*.
8123 * i386b-nat.c: Removed.
8124 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
8125 (i386b-nat.o): Remove dependencies.
8126
86f6f8e7
MK
8127 * config/i386/i386bsd.mh: Removed.
8128 * config/i386/i386bsd.mt: Removed.
8129 * config/i386/nm-i386bsd.h: Removed.
8130 * config/i386/tm-i386bsd.h: Removed.
8131 * config/i386/xm-i386bsd.h: Removed.
8132
971218cd
MK
8133 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
8134
7e654c37
MK
8135 * amd64fbsd-tdep.c: Include "solib-svr4.h".
8136 (amd64fbsd_init_abi): Set link map offsets.
8137 * amd64nbsd-tdep.c: Include "slib-svr4.h".
8138 (amd64nbsd_init_abi): Set link map offsets.
8139 * amd64obsd-tdep.c: Include "solib-svr4.h".
8140 (amd64obsd_init_abi): Set link map offsets.
8141 * i386fbsd-tdep.c: Include "solib-svr4.h".
8142 (i386fbsd_init_abi): Set link map offsets.
8143 * i386nbsd-tdep.c: Include "solib-svr4.h".
8144 (i386nbsdelf_init_abi): Set link map offsets.
8145 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
8146 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
8147 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
8148 solib-legacy.o and core-aout.o. Reformat.
8149 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
8150 solib-svr4.o, solib-legacy.o. Reformat.
8151 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
8152 * config/i386/nbsdelf.mh: Reformat.
8153 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
8154 solib-svr4.o, solib-legacy.o and corelow.o.
8155 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
8156 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
8157 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
8158 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8159 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8160 (TM_FILE): Set to tm-fbsd.h.
8161 * config/i386/nbsd.mt (TDEPFILES): Reformat.
8162 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
8163 solib-svr4.o.
8164 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
8165 solib-svr4.o.
8166 (TM_FILE): Set to nm-nbsd.h.
8167 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
8168 Simplify shared library support. Don't include "elf/common.h".
8169 (SVR4_SHARED_LIBS): Don't define.
8170 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
8171 "solib.h".
8172 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
8173 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
8174 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
8175 Don't include "i386/tm-i386.h". Include "solib.h".
8176 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
8177 Don't include "i386/tm-i386.h".
8178 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
8179 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
8180 Include "i386/xm-i386.h".
8181 (HOST_LONG_DOUBLE_FORMAT): Remove.
8182
5d93ae8c
MK
8183 Fix OpenBSD/i386 sigtramp recognition.
8184 * i386-tdep.h: Update copyright year.
8185 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
8186 (i386bsd_sigtramp_end): New prototypes.
8187 (i386fbsd_sigtramp_start_addr): Renamed from
8188 i386fbsd_sigtramp_start.
8189 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8190 (i386obsd_sigtramp_start_addr): Renamed from
8191 i386obsd_sigtramp_start.
8192 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8193 * i386bsd-tdep.c: Update copyright year.
8194 (i386bsd_pc_in_sigtramp): Make public.
8195 * i386fbsd-nat.c: Update copyright year.
8196 (_initialize_i386fbsd_nat): Adjust for renamed variables.
8197 * i386fbsd-tdep.c: Update copyright year.
8198 (i386fbsd_sigtramp_start_addr): Renamed from
8199 i386fbsd_sigtramp_start.
8200 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8201 (i386fbsdaout_init_abi): Adjust for renamed variables.
8202 * i386obsd-nat.c: Update copyright year.
8203 (_initialize_i386obsd_nat): Adjust for renamed variables.
8204 * i386obsd-tdep.c: Include "target.h".
8205 (i386obsd_page_size): New variable.
8206 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
8207 (i386obsd_sigtramp_end): New functions.
8208 (i386obsd_sigtramp_start_addr): Renamed from
8209 i386obsd_sigtramp_start.
8210 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8211 (i386obsd_init_abi): Adjust for renamed variables. Set
8212 pc_in_sigtramp, sigtramp_start and sigtramp_end.
8213 * Makefile.in (i386obsd-tdep.o): Update dependencies.
8214
84d04465
MK
8215 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
8216 trampoline change in OpenBSD kernel.
8217
b053aceb
MK
8218 * amd64-nat.c: Update copyright year.
8219 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
8220 architecture from REGCACHE.
8221
f5859b4d
MK
8222 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
8223 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
8224
e4bbbda8
MK
82252004-02-21 Mark Kettenis <kettenis@gnu.org>
8226
ba361932
MK
8227 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
8228 i[34567]86-*-openbsd3.[0-3].
8229 * config/i386/obsdaout.mh: New file.
8230
d3e48264
MK
8231 * config/i386/obsd.mh (MH_FLAGS): Remove.
8232
60a6eeb6
MK
8233 Fix PR build/1549.
8234 * i386obsd-tdep.c: Update copyright years. Include
8235 "solib-svr4.h".
8236 (i386obsd_init_abi): Don't set regset_from_core_section here.
8237 (i386obsd_aout_init_abi): New function. Set
8238 regset_from_core_section here.
8239 (i386obsd_elf_init_abi): New function.
8240 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
8241 * Makefile.in (i386obsd-tdep.o): Update dependecies.
8242 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8243 (TM_FILE): Set to tm-nbsd.h.
8244
8245 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
8246 solib-sunos.o.
8247
e4bbbda8
MK
8248 * solib-svr4.h: Update copyright year.
8249 (svr4_ilp32_fetch_link_map_offsets)
8250 (svr4_lp64_fetch_link_map_offsets): New prototype.
8251 * solib-svr4.c: Update copyright year.
8252 (svr4_ilp32_fetch_link_map_offsets)
8253 (svr4_lp64_fetch_link_map_offsets): New function.
8254
f6fe98ef
DJ
82552004-02-20 Daniel Jacobowitz <drow@mvista.com>
8256
8257 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
8258 to the partial symbol table.
8259
589ca796
JB
82602004-02-20 J. brobecker <brobecker@gnat.com>
8261
8262 * PROBLEMS: Add description of problem documented under gdb/1560.
8263
2031c21a
MK
82642004-02-20 Mark Kettenis <kettenis@gnu.org>
8265
30b344b1
MK
8266 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
8267 comments.
8268 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
8269 functions.
8270 (amd64obsd_init_abi): Reorder initializations. Use
8271 amd64obsd_r_reg_offset to initialize the general-purpose register
8272 set details. Set regset_from_core_section.
8273 (_initialize_amd64obsd_tdep): Rename from
8274 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
8275 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
8276 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
8277
2031c21a
MK
8278 * NEWS (New native configurations): Mention OpenBSD/alpha.
8279 * configure.tgt: Add alpha*-*-openbsd*.
8280 * configure.host: Add alpha*-*-openbsd*.
8281 * alphanbsd-tdep.c: Update copyright year.
8282 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
8283
42471775
AC
82842004-02-20 Andrew Cagney <cagney@redhat.com>
8285
8286 Fix PR tdep/1372.
8287 * configure.tgt: Delete target "none-*-*".
8288 * configure.host: Delete host "none-*-*".
8289 * config/none/none.mh: Delete file.
8290 * config/none/none.mt: Delete file.
8291 * config/none/xm-none.h: Delete file.
8292 * config/none/tm-none.h: Delete file.
8293 * config/none/nm-none.h: Delete file.
8294
960ccd7d
FF
82952004-02-19 Fred Fish <fnf@redhat.com>
8296
8297 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
8298 cache->uses_fp prior to setting it.
8299
5f883edd
FF
83002004-02-19 Fred Fish <fnf@redhat.com>
8301
8302 Fix for PR breakpoint/1558.
8303 * sh-tdep.c (IS_JSR): New macro.
8304 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
8305
f98c22d5
JB
83062004-02-19 Jim Blandy <jimb@redhat.com>
8307
8308 * findvar.c (value_from_register): Doc fix.
8309
95051d27
JJ
83102004-02-19 Jeff Johnston <jjohnstn@redhat.com>
8311
8312 * printcmd.c (print_scalar_formatted): Do not check for sizeof
8313 type being greater than sizeof of host's LONGEST. Always use
8314 unpack_long() unless format 'f' chosen.
8315
ccefbec3
EZ
83162004-02-19 Joel Brobecker <brobecker@gnat.com>
8317
8318 Committed by Elena Zannoni <ezannoni@redhat.com>
2ede629f 8319
ccefbec3
EZ
8320 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
8321 contains a symbol wich is the best, non-exact match for the given
8322 pc. Update comments.
8323
83242004-02-19 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 8325
2ede629f
EZ
8326 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
8327 macro, which was part of the now removed Mach 3 port.
8328 * utils.c (request_quit): Ditto.
8329
567ee972
MK
83302004-02-18 Mark Kettenis <kettenis@gnu.org>
8331
8332 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
8333 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
8334
50cca7bb
MK
83352004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8336
8337 Committed by Mark Kettenis <kettenis@gnu.org>.
8338
8339 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
8340 Define.
8341
226361c4
AC
83422004-02-18 Andrew Cagney <cagney@redhat.com>
8343
8344 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
8345 CONFIG_INSTALL and CONFIG_UNINSTALL.
8346 * configure: Re-generate.
8347 * interps.h (INTERP_TUI): Define.
8348 * Makefile.in: Update dependencies.
8349 (TUI): New macro.
8350 (tui-main.o): Specify dependencies.
8351 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
8352 * tui/tui-main.c: New file.
8353
49cfa46f
MK
83542004-02-18 Mark Kettenis <kettenis@gnu.org>
8355
e2879ccb
MK
8356 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
8357 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
8358 dependencies.
8359 * configure.host: Add x86_64-*-openbsd*.
8360 * configure.tgt: Add x86_64-*-openbsd*.
8361 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
8362
c43f4bec
MK
8363 * tui/tui.c: Don't include <malloc.h>.
8364
09ae75b6
MK
8365 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
8366 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
8367 amd64nbsd-tdep.c.
8368
49cfa46f 8369 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 8370 static. Remove extraneous whitespace.
49cfa46f
MK
8371 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
8372 static.
8373
05957fdb
JB
83742004-02-17 Jim Blandy <jimb@redhat.com>
8375
8376 * findvar.c (value_from_register): Doc fix.
8377
d0f54f9d
JB
83782004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8379
8380 Committed by Jim Blandy <jimb@redhat.com>.
e1457d83 8381
8a1dac83 8382 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
8383 CORE_ADDR as type for selectors. Correct types for GNU run time
8384 message lookup function to use double indirection.
8385 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
8386 * objc-lang.h (lookup_child_selector): Adapt prototype.
8387
9cbd5950
JB
8388 * s390-nat.c (SUBOFF): New macro.
8389 (supply_gregset, fill_gregset): Use it to handle debugging
8390 of 32-bit exectuables running under a 64-bit kernel.
8391 * s390-tdep.c: Include "solib-svr4.h".
8392 (s390_svr4_fetch_link_map_offset): New function.
8393 (s390x_svr_fetch_link_map_offset): Likewise.
8394 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
8395 * Makefile.in (s390-tdep.o): Update dependencies.
8396
a8c99f38
JB
8397 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
8398 "frame-unwind.h".
8399 (s390_readinstruction): Reformat. Use read_memory_nobpt.
8400 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
8401 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
8402 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
8403 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
8404 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 8405 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
8406 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
8407 (struct frame_extra_info): Remove.
8408 (s390_memset_extra_info): Remove.
f73b1eff
JB
8409 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
8410 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
8411 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
8412 (is_rse): Renamed to ...
8413 (is_rsy): ... this. Support long displacements.
8414 (is_rxe): Renamed to ...
8415 (is_rxy): ... this. Support long displacements.
8416 (compute_x_addr): Support long displacements.
8417 (struct s390_prologue_data): New data type.
8418 (s390_on_stack): Change API to use struct s390_prologue_data.
8419 (s390_store): Reimplement.
8420 (s390_load): New function.
8421 (s390_get_signal_frame_info): Remove.
8422 (s390_get_frame_info): Remove, replace by ...
8423 (s390_analyze_prolog): ... this new function.
8424 (s390_check_function_end): Remove.
8425 (s390_function_start): Remove.
8426 (s390_frameless_function_invokation): Remove.
8427 (s390_is_sigreturn): Remove.
8428 (s390_init_frame_pc_first): Remove.
8429 (s390_init_frame_extra_info): Remove.
8430 (s390_frame_init_saved_regs): Remove.
8431 (s390_frame_saved_pc_nofix): Remove.
8432 (s390_frame_saved_pc): Remove.
8433 (s390_frame_chain): Remove.
8434 (s390_fp_regnum, s390_read_fp): Remove.
8435 (s390_pop_frame_regular, s390_pop_frame): Remove.
8436 (s390_saved_pc_after_call): Remove.
8437 (s390_skip_prologue): Reimplement.
8438 (s390_in_function_epilogue_p): Support long displacements.
8439 (struct s390_unwind_cache): New data structure.
8440 (s390_frame_unwind_cache): New function.
8441 (s390_prologue_frame_unwind_cache): Likewise.
8442 (s390_backchain_frame_unwind_cache): Likewise.
8443 (s390_frame_this_id, s390_frame_prev_register): Likewise.
8444 (s390_frame_unwind): Define.
8445 (s390_frame_sniffer): New function.
8446 (struct s390_pltstub_unwind_cache): New data structure.
8447 (s390_pltstub_frame_unwind_cache): New function.
8448 (s390_pltstub_frame_this_id): Likewise.
8449 (s390_pltstub_frame_prev_register): Likewise.
8450 (s390_pltstub_frame_unwind): Define.
8451 (s390_pltstub_frame_sniffer): New function.
8452 (struct s390_sigtramp_unwind_cache): New data structure.
8453 (s390_sigtramp_frame_unwind_cache): New function.
8454 (s390_sigtramp_frame_this_id): Likewise.
8455 (s390_sigtramp_frame_prev_register): Likewise.
8456 (s390_sigtramp_frame_unwind): Define.
8457 (s390_sigtramp_frame_sniffer): New function.
8458 (s390_frame_base_address, s390_local_base_address): New functions.
8459 (s390_frame_base): Define.
8460 (s390_unwind_pc, s390_unwind_sp): New function.
8461 (s390_push_dummy_call): Use new frame base location.
8462 (s390_unwind_dummy_id): Likewise.
8463 (s390_gdbarch_init): Remove calls to:
8464 set_gdbarch_frameless_function_invocation,
8465 set_gdbarch_deprecated_init_frame_pc,
8466 set_gdbarch_deprecated_frame_chain,
8467 set_gdbarch_deprecated_frame_init_saved_regs,
8468 set_gdbarch_deprecated_pop_frame,
8469 set_gdbarch_deprecated_init_extra_frame_info,
8470 set_gdbarch_deprecated_init_frame_pc_first,
8471 set_gdbarch_deprecated_target_read_fp,
8472 set_gdbarch_deprecated_frame_saved_pc,
8473 set_gdbarch_deprecated_saved_pc_after_call,
8474 set_gdbarch_deprecated_fp_regnum.
8475 Add calls to:
8476 set_gdbarch_in_solib_call_trampoline,
8477 frame_unwind_append_sniffer,
8478 frame_base_set_default,
8479 set_gdbarch_unwind_pc,
8480 set_gdbarch_unwind_sp.
8481 * Makefile.in (s390-tdep.o): Update dependencies.
8482
b0cf273e
JB
8483 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
8484 (S390_STACK_FRAME_OVERHEAD): Remove.
8485 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
8486 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
8487 (s390_promote_integer_argument): Remove.
8488 (s390_cannot_extract_struct_value_address): Remove.
8489 (s390_use_struct_convention, s390_store_struct_return): Remove.
8490 (s390_extract_return_value, s390_store_return_value): Remove.
8491 (s390_return_value_convention, s390_return_value): New functions.
8492 (is_float_singleton): Handle typedefs.
8a1dac83 8493 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
8494 Remove, replace by ...
8495 (s390_function_arg_pass_by_reference, s390_function_arg_float,
8496 s390_function_arg_integer): ... these new functions.
8497 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
8498 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
8499 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
8500 Fill in tdep->abi.
8501 Remove calls to:
8502 set_gdbarch_deprecated_store_struct_return,
8503 set_gdbarch_deprecated_extract_return_value,
8504 set_gdbarch_deprecated_store_return_value,
8505 set_gdbarch_use_struct_convention,
8506 set_gdbarch_extract_struct_value_address,
8507 set_gdbarch_deprecated_pc_in_call_dummy,
8508 set_gdbarch_deprecated_push_arguments,
8509 set_gdbarch_deprecated_save_dummy_frame_tos,
8510 set_gdbarch_deprecated_push_return_address,
8511 set_gdbarch_deprecated_sizeof_call_dummy_words,
8512 set_gdbarch_deprecated_call_dummy_words,
8513 set_gdbarch_deprecated_dummy_write_sp.
8514 Add calls to:
8515 set_gdbarch_push_dummy_call,
8516 set_gdbarch_unwind_dummy_id,
8517 set_gdbarch_return_value.
8a1dac83 8518
e1457d83
JB
8519 * config/s390/nm-linux.h: Update comments.
8520 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
8521 (STOPPED_BY_WATCHPOINT): Redefine.
8522 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
8523 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
8524 (s390_stopped_by_watchpoint): Likewise.
8525 (watch_area_cnt): Remove.
8526 * s390-nat.c: Update comments.
8527 (watch_area): Remove typedef.
8528 Global replace watch_area by struct watch_area.
8529 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 8530 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
8531 use s390_inferior_tid. Add short-cut for the no watchpoint case.
8532 (s390_fix_watch_points): Remove pid argument,
8533 use s390_inferior_tid. Recompute area spanned by watchpoints.
8534 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
8535 argument. Reimplement.
8536
d0f54f9d
JB
8537 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
8538 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
8539 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 8540 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
8541 core-regset.o.
8542 * config/s390/s390x.mt: Remove.
8543 * config/s390/tm-s390.h: Remove.
8544 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
8545 (TARGET_ELF64): Remove.
8546 (SKIP_TRAMPOLINE_CODE): Do not undefine.
8547 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
8548 s390*-*-* case; always set gdb_target to s390.
8549 * regformats/reg-s390.dat: Remove control registers.
8550 * regformats/reg-s390x.dat: Likewise.
8551 * s390-tdep.h: New file.
8a1dac83 8552 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
8553 Include "inferior.h" and "s390-tdep.h".
8554 Remove private definition of offsetof.
8555 (s390_register_u_addr): Remove.
8556 (regmap_gregset, regmap_fpregset): Define.
8557 (supply_gregset, fill_gregset): Reimplement.
8558 (supply_fpregset, fill_fpregset): Likewise.
8559 (s390_inferior_tid): New function.
8560 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
8561 (fetch_inferior_registers, store_inferior_registers): Likewise.
8562 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
8563 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
8564 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
8565 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
8566 (struct gdbarch_tdep): Define.
8567 (struct s390_register_info): Define.
8568 (s390_register_info): New variable.
8569 (s390_register_name): Reimplement.
8570 (s390_register_type): New function.
8571 (s390_register_raw_size, s390x_register_raw_size): Remove.
8572 (s390_cannot_fetch_register): Remove.
8573 (s390_register_byte): Remove.
8574 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
8575 (s390_dwarf_regmap): New variable.
8576 (s390_dwarf_reg_to_regnum): New function.
8577 (s390_stab_reg_to_regnum): Remove.
8578 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
8579 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
8580 (s390_convert_register_p): Likewise.
8581 (s390_register_to_value, s390_value_to_register): Likewise.
8582 (s390_register_reggroup_p): Likewise.
8583 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
8584 s390_gregset, s390x_gregset, s390_fpregset): New variables.
8585 (s390_supply_regset, s390_regset_from_core_section): New functions.
8586 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
8587 (S390_FPR_SIZE): Likewise.
8588 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
8589 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
8590 (S390_NUM_GPRS): Move here from tm-s390.h.
8591 (S390_NUM_FPRS): Likewise.
8592 (s390_in_function_epilogue_p): New function.
8593 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
8594 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
8595 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
8596 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
8597 Replace S390_FP_REGNUM by S390_SP_REGNUM.
8598 Remove calls to:
8599 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
8600 set_gdbarch_deprecated_max_register_virtual_size,
8601 set_gdbarch_deprecated_register_byte,
d0f54f9d 8602 set_gdbarch_cannot_fetch_register,
8a1dac83 8603 set_gdbarch_cannot_store_register,
d0f54f9d
JB
8604 set_gdbarch_deprecated_register_size,
8605 set_gdbarch_deprecated_register_raw_size,
8606 set_gdbarch_deprecated_register_virtual_size,
8607 set_gdbarch_deprecated_register_virtual_type,
8608 set_gdbarch_deprecated_register_bytes.
8609 Add calls to:
8610 set_gdbarch_num_pseudo_regs,
8611 set_gdbarch_register_type,
8612 set_gdbarch_convert_register_p,
8613 set_gdbarch_register_to_value,
8614 set_gdbarch_value_to_register,
8615 set_gdbarch_register_reggroup_p,
8616 set_gdbarch_regset_from_core_section,
8617 set_gdbarch_pseudo_register_read,
8618 set_gdbarch_pseudo_register_write,
8619 set_gdbarch_in_function_epilogue_p.
8620 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
8621 (s390_tdep_h): New variable.
8622
8cfe231d
JB
86232004-02-17 Jim Blandy <jimb@redhat.com>
8624
4589a601
JB
8625 * findvar.c (value_from_register): If the type has no length, just
8626 return an acceptable value --- don't report an internal error.
8627
8cfe231d
JB
8628 * stabsread.c (read_type): If we find any type numbers that are
8629 forward references, complain if the references aren't resolved by
8630 the time we're finished reading.
8631 (cleanup_undefined_types): Make error message more appropriate for
8632 a complaint.
8633
5bf0017e
EZ
86342004-02-17 Elena Zannoni <ezannoni@redhat.com>
8635
9d62932d
EZ
8636 * Makefile.in (defs_h): Remove dependency on progress_h.
8637 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
8638 progress.h.
8639 * main.c (captured_main): Delete use of START_PROGRESS and
8640 END_PROGRESS.
8641
86422004-02-17 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 8643
5bf0017e
EZ
8644 * objfiles.c (terminate_minimal_symbol_table): Add back
8645 initialization of MSYMBOL_TYPE.
8646
9fc9f5e2
AC
86472004-02-17 David Mosberger <davidm@hpl.hp.com>
8648
8649 Committed by Andrew Cagney.
8650 * Makefile.in (ia64_tdep_h): New macro.
8651 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
8652 (ia64-tdep.o): Likewise.
8653 * ia64-tdep.h: New file.
8654 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
8655 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
8656 (ia64_aix_sigcontext_register_address): Likewise.
8657 (ia64_linux_getunwind_table): Delete declaration.
8658 * ia64-linux-tdep.c: Likewise.
8659
76cd2bd9
CV
86602004-02-17 Corinna Vinschen <vinschen@redhat.com>
8661
8662 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
8663 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
8664 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
8665
634aa483
AC
86662004-02-17 Andrew Cagney <cagney@redhat.com>
8667
8668 * symtab.c (skip_prologue_using_sal): New function.
8669 * symtab.h (skip_prologue_using_sal): Declare.
8670 * frv-tdep.c: Include "symtab.h".
8671 (skip_prologue_using_sal): Delete function.
8672 * mips-tdep.c (skip_prologue_using_sal): Delete function.
8673 * rs6000-tdep.c (refine_prologue_limit): Mention
8674 skip_prologue_using_sal.
8675 * ia64-tdep.c (refine_prologue_limit): Ditto.
8676 * Makefile.in: Update dependencies.
8677
86782004-02-16 Andrew Cagney <cagney@redhat.com>
19772a2c 8679
39ce7b3f
AC
8680 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
8681 START_INFERIOR_TRAPS_EXPECTED.
8682 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
8683 START_INFERIOR_TRAPS_EXPECTED.
8684 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
8685 Delete macro.
8686 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
8687 macro, moved to "nm-osf.h". Update copyright.
8688 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
8689 update copyright.
8690
19772a2c
AC
8691 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
8692 and function replacing FRAMELESS_FUNCTION_INVOCATION.
8693 * blockframe.c (legacy_frameless_look_for_prologue): Rename
8694 frameless_look_for_prologue.
8695 * frame.h (legacy_frameless_look_for_prologue): Rename
8696 frameless_look_for_prologue.
8697 * gdbarch.h, gdbarch.c: Re-generate.
8698 * sh64-tdep.c (sh64_gdbarch_init): Update.
8699 * sh-tdep.c (sh_gdbarch_init): Update.
8700 * s390-tdep.c (s390_gdbarch_init): Update.
8701 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8702 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
8703 * m68k-tdep.c (m68k_gdbarch_init): Update.
8704 (delta68_frame_args_address): Update.
8705 * m32r-tdep.c (m32r_gdbarch_init): Update.
8706 * hppa-tdep.c (hppa_gdbarch_init): Update.
8707 * h8300-tdep.c (h8300_gdbarch_init): Update.
8708 * frv-tdep.c (frv_gdbarch_init): Update.
8709 (frv_frameless_function_invocation): Update.
8710 * cris-tdep.c (cris_gdbarch_init): Update.
8711 (cris_frameless_function_invocation): Update.
8712 * avr-tdep.c (avr_gdbarch_init): Update.
8713 * arm-tdep.c (arm_gdbarch_init): Update.
8714 * stack.c (frame_info): Update, call predicate.
8715 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
8716 * frame.c (legacy_get_prev_frame): Update, call predicate..
8717 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
8718 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
8719 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
8720 invocation.
8721 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8722 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8723 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
8724
8725 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
8726 function.
8727
7dcaac91
DJ
87282004-02-16 Daniel Jacobowitz <drow@mvista.com>
8729
8730 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
8731 initializations.
8732
88289b6e
AC
87332004-02-16 Andrew Cagney <cagney@redhat.com>
8734
8735 * tui/tui-windata.c: Include "gdb_string.h".
8736 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
8737 * tui/tui-layout.c, tui/tui-command.c: Ditto.
8738 * Makefile.in: Update dependencies.
8739
9f976b41
DJ
87402004-02-16 Daniel Jacobowitz <drow@mvista.com>
8741
8742 * Makefile.in (infrun.o): Add $(gdb_assert_h).
8743 * infrun.c: Include "gdb_assert.h".
8744 (singlestep_ptid, saved_singlestep_ptid)
8745 (stepping_past_singlestep_breakpoint): New variables.
8746 (resume): Set singlestep_ptid. Check for singlestep thread
8747 hop.
8748 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
8749 (handle_inferior_event): Handle singlestep thread hop.
8750
c324d747
AC
87512004-02-16 Andrew Cagney <cagney@redhat.com>
8752
f090b9b1
AC
8753 * dwarf2-frame.c (dwarf2_frame_ops): New function.
8754 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
8755 (dwarf2_frame_init_reg): Ditto.
8756
fd33e6cb
AC
8757 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
8758 suggested by Joshua Neuheisel
8759
c324d747
AC
8760 * configure.in: Always check for curses, including pdcurses.
8761 Warn, instead of error, when no curses are found. Enable TUI when
8762 curses is available.
8763 * configure: Re-generate.
8764
b66ba949
CV
87652004-02-16 Corinna Vinschen <vinschen@redhat.com>
8766
8767 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
8768 sh_sh4_register_convert_to_virtual.
8769 (sh_register_convert_to_raw): Rename from
8770 sh_sh4_register_convert_to_raw.
8771 (sh_pseudo_register_read): Accomodate above name change.
8772 (sh_pseudo_register_write): Ditto.
8773
b58cbbf2
CV
87742004-02-16 Corinna Vinschen <vinschen@redhat.com>
8775
8776 * sh-tdep.c (sh_generic_register_name): Remove.
8777 (sh_gdbarch_init): Use sh_sh_register_name in default case.
8778
5929a910
AC
87792004-02-15 Andrew Cagney <cagney@redhat.com>
8780
4566dfcf
AC
8781 * configure.in (build_warnings): Add -Wunused-function.
8782 * configure: Re-generate.
8783
db11ed55
AC
8784 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
8785 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
8786
46ac7a5d
AC
8787 * procfs.c (procfs_init_inferior): Assume that
8788 START_INFERIOR_TRAPS_EXPECTED is defined.
8789 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
8790 * config/ns32k/tm-nbsd.h: Delete file,
8791 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
8792
ba801595
AC
8793 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
8794 * config/vax/tm-vax.h: Delete file.
8795
5929a910
AC
8796 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8797 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8798 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8799 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8800 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
8801 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8802 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
8803
8f22cb90
MK
88042004-02-15 Mark Kettenis <kettenis@gnu.org>
8805
8806 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
8807 * dwarf2-frame.c (dwarf2_frame_data): New variable.
8808 (struct dwarf2_frame_ops): New.
8809 (dwarf2_frame_default_init_reg): New function, based on
8810 dwarf2_frame_init_reg.
8811 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
8812 (dwarf2_frame_init_reg): Call architecture-specific function.
8813 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
8814 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
8815 instead of dwarf2_frame_data.
8816 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
8817 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
8818
8132723e
AC
88192004-02-15 Andrew Cagney <cagney@redhat.com>
8820
046a4708
AC
8821 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
8822 register_gdbarch_swap.
8823 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
8824 * f-lang.c (_initialize_f_language): Update, use
8825 DEPRECATED_REGISTER_GDBARCH_SWAP.
8826 * remote.c (_initialize_remote): Ditto.
8827 * regcache.c (_initialize_regcache): Ditto.
8828 * parse.c (_initialize_parse): Ditto.
8829 * infrun.c (_initialize_infrun): Ditto.
8830 * mi/mi-main.c (_initialize_mi_main): Ditto.
8831 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 8832
549c1eea
AC
8833 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
8834 poking .cacheable directly.
8835 * symfile.c (symfile_bfd_open): Ditto.
8836
0c0b39de
AC
8837 * Makefile.in: Update all dependencies.
8838
8132723e
AC
8839 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
8840 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
8841 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
8842 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
8843 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 8844
b9d26eb9
AC
88452004-02-14 Andrew Cagney <cagney@redhat.com>
8846
8e1f669a
AC
8847 * arch-utils.c (legacy_convert_register_p): Check
8848 DEPRECATED_REGISTER_CONVERTIBLE_P.
8849 * findvar.c (value_of_register): Ditto.
8850
cd0bfa36
AC
8851 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
8852 * gdbarch.h, gdbarch.c: Re-generate.
8853 * arch-utils.c (deprecated_register_convertible_not): Delete.
8854 * arch-utils.h (deprecated_register_convertible_not): Delete.
8855 * mi/mi-main.c (get_register): Update. Update copyright.
8856 * infcmd.c (default_print_registers_info): Update.
8857
b9d26eb9
AC
8858 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
8859 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
8860 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 8861 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
8862 * frame.c (deprecated_get_next_frame_hack): Delete function.
8863 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
8864 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8865 Update.
8866 * infcall.c (call_function_by_hand): Update.
8867
9ab9195f
EZ
88682004-02-14 Elena Zannoni <ezannoni@redhat.com>
8869
8870 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 8871 from here...
9ab9195f
EZ
8872 * objfiles.c (init_entry_point_info, entry_point_address):..to
8873 here.
8874 * symfile.h (init_entry_point_info, entry_point_address): Remove
8875 prototypes.
8876 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 8877 prototypes.
9ab9195f
EZ
8878 * cris-tdep.c: Remove include of symfile.h. Add include of
8879 objfiles.h.
8880 * infcall.c: Ditto.
8881 * mcore-tdep.c: Ditto.
8882 * mn10300-tdep.c: Ditto.
8883 * sh64-tdep.c: Ditto.
8884 * v850-tdep.c: Ditto.
8885 * arm-tdep.c: Remove include of symfile.h.
8886 * blockframe.c: Ditto.
8887 * coffread.c: Ditto.
8888 * dbxread.c: Ditto.
8889 * dwarf2read.c: Ditto.
8890 * dwarfread.c: Ditto.
8a1dac83 8891 * frv-tdep.c: Ditto.
9ab9195f
EZ
8892 * ia64-tdep.c: Ditto.
8893 * mdebugread.c: Ditto.
8894 * mipsread.c: Ditto.
8a1dac83 8895 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
8896 * s390-tdep.c: Ditto.
8897 * sh-tdep.c: Ditto.
8a1dac83 8898 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
8899 * gdbarch.sh: Remove include of symfile.h.
8900 * gdbarch.c: Regenerate.
8901 * solib-irix.c (enable_break): Use entry_point_address().
8902 Add comment about include file.
8903 * xcoffread.c: Add comment about include file.
8a1dac83
RM
8904 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
8905 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
8906 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
8907 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
8908 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
8909
c4c5b7ba
AC
89102004-02-13 Andrew Cagney <cagney@redhat.com>
8911
8912 * corelow.c (core_xfer_partial): Use "struct bfd_section".
8913 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
8914 copyright.
8915 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
8916
3e7879de
FF
89172004-02-12 Fred Fish <fnf@redhat.com>
8918
8919 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
8920 set_gdbarch_store_return_value.
8921
6a7760b6
AC
89222004-02-12 Andrew Cagney <cagney@redhat.com>
8923
8924 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
8925 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
8926 (interrupt_query): Ditto.
8927 (ofunc): Delete unused variable.
8928 * cris-tdep.c (cris_abi): Delete unused function.
8929 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
8930 (cris_get_wide_opcode, cris_get_short_size): Ditto.
8931 (cris_get_asr_quick_shift_steps): Ditto.
8932 (cris_skip_prologue_frameless_p): Ditto.
8933 * arm-tdep.c (arm_push_return_address): Delete unused function.
8934 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
8935 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
8936 * s390-tdep.c (s390_function_start): Delete unused function.
8937
31687c3c
AC
89382004-02-12 Andrew Cagney <cagney@redhat.com>
8939
8940 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
8941 gdbarch.h, gdbarch.c: Re-generate.
8942 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
8943 to generic_prologue_frameless_p.
8944 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
8945 * arch-utils.c (generic_prologue_frameless_p): Delete function.
8946
6de918a6
DJ
89472004-02-11 Daniel Jacobowitz <drow@mvista.com>
8948
8949 * mips-linux-tdep.c: Include "frame.h".
8950 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
8951 (mips_linux_skip_resolver): New functions.
8952 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
8953 and set_gdbarch_in_solib_call_trampoline.
8954 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
8955 to after set_gdbarch_in_solib_return_trampoline. Only set the
8956 solib hooks to mips16 functions if the OS ABI is unknown.
8957 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
8958 including "config/tm-linux.h".
8959 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
8960 * Makefile.in (mips-linux-tdep.o): Update.
8961
87b3ede8
DC
89622004-02-11 David Carlton <carlton@kealia.com>
8963
8964 * linespec.c (decode_compound): Only look for a class symbol when
8965 considering all but the rightmost component.
8966
5979bc46
AC
89672004-02-11 Andrew Cagney <cagney@redhat.com>
8968
8969 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
8970 abi code are are separatly grouped.
8971
5867a2fb
AC
89722004-02-11 Andrew Cagney <cagney@redhat.com>
8973
8974 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
8975 * gdbarch.h, gdbarch.c: Re-generate.
8976 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8977 * v850-tdep.c (v850_gdbarch_init): Update.
8978 * sh64-tdep.c (sh64_gdbarch_init): Update.
8979 * sh-tdep.c (sh_gdbarch_init): Update.
8980 * s390-tdep.c (s390_gdbarch_init): Update.
8981 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8982 * mips-tdep.c (mips_gdbarch_init): Update.
8983 * mcore-tdep.c (mcore_gdbarch_init): Update.
8984 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8985 * m32r-tdep.c (m32r_gdbarch_init): Update.
8986 * ia64-tdep.c (ia64_gdbarch_init): Update.
8987 * hppa-tdep.c (hppa_gdbarch_init): Update.
8988 * h8300-tdep.c (h8300_gdbarch_init): Update.
8989 * frv-tdep.c (frv_gdbarch_init): Update.
8990 * d10v-tdep.c (d10v_gdbarch_init): Update.
8991 * cris-tdep.c (cris_gdbarch_init): Update.
8992 * avr-tdep.c (avr_gdbarch_init): Update.
8993 * arm-tdep.c (arm_gdbarch_init): Update.
8994 * alpha-tdep.c (alpha_gdbarch_init): Update.
8995
026a72f8
CV
89962004-02-11 Corinna Vinschen <vinschen@redhat.com>
8997
8998 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
8999 comma.
9000 (sh_sh4al_dsp_register_name): Ditto.
9001
3903d437
AC
90022004-02-10 Andrew Cagney <cagney@redhat.com>
9003
9004 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9005 (mips_init_frame_pc_first): Delete function.
9006 (mips_frame_saved_pc): Delete function.
9007 (mips_frame_chain): Delete function.
9008 (mips_init_extra_frame_info): Delete function.
9009 (mips_xfer_register): Delete unused variable "reg".
9010 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9011 (mips_n32n64_return_value): Delete unused variable "reg".
9012 (mips_n32n64_return_value): Delete unused variable "pos".
9013 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9014 (mips_o32_return_value): Delete unused variable "pos".
9015 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9016 (mips_print_fp_register): Delete unused variable "namelen"
9017 (mips_print_fp_register): Delete unused variable "flt2"
9018 (get_frame_pointer): Delete function.
9019 (cached_proc_desc): Delete static variable.
9020 (mips_pop_frame): Delete function.
9021 (mips_find_saved_regs): Delete function.
9022 (mips_get_saved_register): Delete function.
9023 (mips_saved_pc_after_call): Delete function.
9024 (SIGFRAME_BASE): Delete macro.
9025 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9026 (SIGFRAME_PC_OFF): Delete macro.
9027 (SIGFRAME_REGSAVE_OFF): Delete macro.
9028 (mips_dump_tdep): Do not print deleted macro definitions.
9029
b9fb98bd
AC
90302004-02-10 Andrew Cagney <cagney@redhat.com>
9031
9032 * Makefile.in (SFILES): Remove explictly listed tui files.
9033 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9034
78ced177 90352004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8a1dac83 9036
78ced177
JJ
9037 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9038 to use paddr functions to format ia64 addresses and long values.
9039 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9040 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9041 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9042 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9043 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9044
6a83354a
AC
90452004-02-10 Andrew Cagney <cagney@redhat.com>
9046
9047 * defs.h: Do not include "tui.h".
9048 * gdb_curses.h: New file.
9049 * tui/tui-hooks.h: New file.
9050 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9051 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9052 (tui_initialize_io): Delete declaration.
9053 (tui_initialize_readline: Delete redundant declaration.
9054 (struct tui_point): Delete definition.
9055 * tui/tui-data.h (struct tui_point): Define.
9056 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9057 * utils.c: Include "tui/tui.h".
9058 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9059 * printcmd.c [TUI]: Include "tui/tui.h".
9060 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9061 * tui/tui-command.c: Include "gdb_curses.h".
9062 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9063 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9064 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9065 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9066 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9067 * Makefile.in: Update all dependencies.
9068 (tui_hooks_h, gdb_curses_h): Define.
9069 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9070
997470ef
EZ
90712004-02-10 Elena Zannoni <ezannoni@redhat.com>
9072
9073 * objfiles.h (struct objfile): Remove unused fields auxf1 and
9074 auxf2. Add comments about some other rarely used fields.
9075
4ff2cc4d
AC
90762004-02-10 Andrew Cagney <cagney@redhat.com>
9077
9078 * Makefile.in (init.c): Fix script removing duplicates. Problem
9079 reported by Peter Schauer.
9080
1ab21617
EZ
90812004-02-09 Elena Zannoni <ezannoni@redhat.com>
9082
9083 * bcache.c (bcache_xmalloc): Use obstack_init instead of
9084 obstack_specify_allocation.
9085 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 9086 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
9087 (allocate_rt_common_objfile): Ditto.
9088 * symfile.c (reread_symbols): Ditto.
9089 * gdb_obstack.h: Add comment.
9090
17763fd9
EZ
90912004-02-09 Elena Zannoni <ezannoni@redhat.com>
9092
9093 * linespec.c (decode_line_1, locate_first_half)
9094 (decode_compound, lookup_prefix_sym): Update comments. Delete old
9095 commented out code.
9096
ec5cdd75
DJ
90972004-02-09 Daniel Jacobowitz <drow@mvista.com>
9098
9099 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
9100 obstack_free.
9101
43b54b88
AC
91022004-02-09 Andrew Cagney <cagney@redhat.com>
9103
9104 * blockframe.c (find_pc_partial_function): If find_pc_overlay
9105 fails, try find_pc_section. Fix PR c++/1267.
9106 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
9107 instead of find_pc_mapped_section.
9108 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
9109 not default to the section containing PC. Fix PR symtab/1519.
9110
edfae063
AC
91112004-02-09 Andrew Cagney <cagney@redhat.com>
9112
9113 * Makefile.in (mips-tdep.o): Update dependencies.
9114 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
9115 "trad-frame.h".
9116 (mips_unwind_pc): Return the pseudo PC register.
9117 (mips_unwind_dummy_id): New function.
9118 (mips16_fetch_instruction): New function.
9119 (mips32_fetch_instruction): New function.
9120 (struct mips_frame_cache): Define.
9121 (mips_mdebug_frame_cache): New function.
9122 (mips_mdebug_frame_this_id): New function.
9123 (mips_mdebug_frame_prev_register): New function.
9124 (mips_mdebug_frame_unwind): Define.
9125 (mips_mdebug_frame_sniffer): New function.
9126 (mips_mdebug_frame_base_address): New function.
9127 (mips_mdebug_frame_base): Define.
9128 (mips_mdebug_frame_base_sniffer): New function.
9129 (mips_gdbarch_init): Append unwind and base sniffers. Set
9130 unwind_dummy_id.
9131
defc864c
AC
91322004-02-08 Andrew Cagney <cagney@redhat.com>
9133
6764ddad
AC
9134 * frame.c: Print both the register number and name.
9135
defc864c
AC
9136 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
9137 and a sed into a single sed. Make .c and .o patterns more robust.
9138 (OBS): Delete.
9139 (INIT_FILES): Replace OBS with COMMON_OBS.
9140 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
9141
645d6d10
MK
91422004-02-08 Mark Kettenis <kettenis@gnu.org>
9143
9144 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
9145 the PT_WCOOKIE request.
9146
23e3c3fc
AC
91472004-02-08 Andrew Cagney <cagney@redhat.com>
9148
58dfe9ff
AC
9149 * mips-tdep.c (mips_unwind_pc): New function.
9150 (mips_gdbarch_init): Set mips_unwind_pc.
9151
1152e35e
AC
9152 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
9153 (get_frame_id): Allow the UNKNOWN_FRAME.
9154 (frame_register_unwind, get_frame_type): Ditto.
9155
31b75dbf
AC
9156 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
9157 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
9158 unwind_dummy_id indicates a legacy frame.
9159
3483b318
AC
9160 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
9161 * configure: Re-generate.
9162
23e3c3fc
AC
9163 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
9164 methods.
9165
33f8ca73
AC
91662004-02-08 Andrew Cagney <cagney@redhat.com>
9167
9168 * configure.in (CONFIG_ALL): Set to Makefile target, and not
9169 makefile macro.
9170 * configure: Re-generate.
9171 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
9172 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
9173 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
9174 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
9175 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
9176 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
9177 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
9178 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
9179 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
9180 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
9181
6ba8e26f 91822004-02-07 Andrew Cagney <cagney@redhat.com>
d836ee13 9183
20d286a5
AC
9184 * Makefile.in: Update all dependencies.
9185
d836ee13
AC
9186 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
9187 * configure: Re-generate.
9188 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
9189 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
9190 (COMMON_OBS): Add "main.o" and "annotate.o".
9191 (ANNOTATE_OBS): Delete.
9192 (OBS): Remove ANNOTATE_OBS.
9193 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
9194 CONFIG_INITS.
9195 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
9196 against CONFIG_OBS and "main.o".
9197 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
9198 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
9199
d02c80cd
AC
9200 * tui/tui-command.c: Include "gdb_string.h", delete register
9201 attribute, use ISO-C function signatures.
9202 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
9203 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9204 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
9205 * tui/tui.c: Ditto.
6ba8e26f
AC
9206
9207 * tui/tui-command.c: Change variable and function names to lower
9208 case.
9209 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
9210 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
9211 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9212 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9213 * tui/tui-winsource.c, tui/tui.c: Ditto.
9214
4a146b47
EZ
92152004-02-07 Elena Zannoni <ezannoni@redhat.com>
9216
9217 * buildsym.c (free_pending_blocks, finish_block)
9218 (record_pending_block, make_blockvector, end_symtab): Replace
9219 symbol_obstack with objfile_obstack.
8a1dac83 9220 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 9221 (coff_read_enum_type): Ditto.
8a1dac83 9222 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 9223 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 9224 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
9225 (dwarf2_symbol_mark_computed): Ditto.
9226 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
9227 * elfread.c (elf_symtab_read): Ditto.
9228 * hpread.c (hpread_symfile_init, hpread_symfile_init)
9229 (hpread_read_enum_type, hpread_read_function_type)
9230 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
9231 Ditto.
8a1dac83 9232 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 9233 (java_link_class_type): Ditto.
8a1dac83 9234 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
9235 (new_symbol): Ditto.
9236 * minsyms.c (install_minimal_symbols): Ditto.
9237 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
9238 (terminate_minimal_symbol_table): Replace symbol_obstack with
9239 objfile_obstack.
9240 (free_objfile): Remove freeing of symbol_obstack.
9241 * objfiles.h: Remove symbol_obstack field.
9242 * pa64solib.c (add_to_solist): Replace symbol_obstack with
9243 objfile_obstack.
9244 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9245 symbol_obstack.
9246 (solib_add_common_symbols): Replace symbol_obstack with
9247 objfile_obstack.
9248 * somsolib.c (som_solib_add): Ditto.
9249 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9250 (common_block_start, common_block_end): Ditto.
9251 * symfile.c (reread_symbols): Remove freeing and init of
9252 symbol_obstack.
9253 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
9254 * symfile.h: Update comment.
9255 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
9256 stats printing.
9257 * symtab.c (symbol_set_names): Replace symbol_obstack with
9258 objfile_obstack.
9259 * symtab.h (struct general_symbol_info, struct minimal_symbol):
9260 Update comments.
9261 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
9262 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
9263 objfile_obstack.
9264
6d012f14
AC
92652004-02-07 Andrew Cagney <cagney@redhat.com>
9266
9267 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
9268 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
9269 fields and variables.
9270 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
9271 (m_beInvisible): Delete macro.
9272 * tui/tui-data.h: Fix case case fields and variables.
9273 (m_genWinPtrIsNull): Delete macro.
9274 (tui_win_list): Rename winList.
9275 (TUI_SRC_WIN): Rename srcWin.
9276 (TUI_DISASM_WIN): Rename disassemWin.
9277 (TUI_DATA_WIN): Rename dataWin.
9278 (TUI_CMD_WIN): Rename cmdWin.
9279 (m_genWinPtrNotNull): Delete macro.
9280 (m_winPtrIsNull): Delete macro.
9281 (m_winPtrNotNull): Delete macro.
9282 (tui_win_is_source_type): Replace m_winIsSourceType
9283 (tui_win_is_auxillary): Replace m_winIsAuzillary.
9284 (tui_win_has_locator): Replace m_hasLocator.
9285 (tui_set_win_highlight): Replace m_setWinHighlightOn and
9286 m_setWinHighlightOff.
9287 * tui/tui-data.c: Update references.
9288 (tui_win_is_source_type, tui_set_win_highlight): New functions.
9289 (tui_win_has_locator, tui_win_is_auxillary): New functions.
9290 * tui/tui-command.c, tui/tui-disasm.c: Update references.
9291 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
9292 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
9293 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9294 * tui/tui-winsource.c, tui/tui.c: Ditto.
9295
7d34766b
MK
92962004-02-07 Mark Kettenis <kettenis@gnu.org>
9297
1c800673
MK
9298 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
9299 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
9300 StackGhost.
9301
7d34766b
MK
9302 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
9303 variable `i6' to `i7'.
9304 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9305
22940a24
AC
93062004-02-07 Andrew Cagney <cagney@redhat.com>
9307
9308 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
9309 (TuiPoint, TuiPointPtr): Ditto.
9310 (TuiStatus, TuiStatusPtr): Ditto.
9311 (TuiWinType, TuiWinTypePtr): Ditto.
9312 (struct tui_point): Rename _TuiPoint.
9313 (tui_get_low_disassembly_address): Rename
9314 tuiGetLowDisassemblyAddress.
9315 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
9316 (tuiFree): Delete declaration.
9317 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
9318 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
9319 * tui/tui.c (tuiFree): Delete function.
9320 * cli/cli-cmds.c (disassemble_command): Update references.
9321 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
9322 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9323 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
9324 * tui/tui-winsource.c: Ditto.
9325
8b92e4d5
EZ
93262004-02-07 Elena Zannoni <ezannoni@redhat.com>
9327
9328 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
9329 coffstab_build_psymtabs, elfstab_build_psymtabs)
9330 (stabsect_build_psymtabs): Replace psymbol_obstack with
9331 objfile_obstack.
9332 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
9333 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
9334 Ditto.
9335 * dwarfread.c (scan_compilation_units): Ditto.
9336 * elfread.c (elfstab_offset_sections): Ditto.
9337 * hppa-tdep.c (read_unwind_info): Ditto.
9338 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
9339 (hpread_end_psymtab): Ditto.
9340 * mdebugread.c (mdebug_build_psymtabs, add_pending)
9341 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
9342 Ditto.
9343 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 9344 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
9345 (build_objfile_section_table): Ditto.
9346 (allocate_objfile): Remove init of psymbol_obstack.
9347 (free_objfile): Remove freeing of psymbol_obstack.
9348 * objfiles.h (struct objfile): Remove field
9349 psymbol_obstack. Update comments.
9350 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
9351 psymbol_obstack with objfile_obstack.
9352 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9353 psymbol_obstack.
9354 * somread.c (som_symfile_offsets, init_import_symbols)
9355 (init_export_symbols): Replace psymbol_obstack with
9356 objfile_obstack.
9357 * somsolib.c (som_solib_add_solib_objfile): Ditto.
9358 * symfile.c (default_symfile_offsets, syms_from_objfile)
9359 (reread_symbols): Remove freeing and init of psymbol_obstack.
9360 (cashier_psymtab): Update comment.
9361 * symmisc.c (print_objfile_statistics): Don't report stats for
9362 psymbol obstack.
9363 * symtab.h (struct general_symbol_info, struct partial_symtab):
9364 Update comments.
9365 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
9366 (xcoff_symfile_offsets): Replace psymbol_obstack with
9367 objfile_obstack.
9368
b99607ea
EZ
93692004-02-07 Elena Zannoni <ezannoni@redhat.com>
9370
9371 * objfiles.h (struct objfile): Add objfile_obstack field.
9372 Remove type_obstack field.
9373
9374 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
9375 read_structure_scope read_enumeration, new_symbol): Replace
9376 type_obstack with objfile_obstack.
9377 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 9378 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
9379 (lookup_fundamental_type): Ditto.
9380 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
9381 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
9382 (hpread_read_doc_function_type, hpread_read_struct_type)
9383 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 9384 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 9385 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
9386 (java_link_class_type): Ditto.
9387 * mdebugread.c (parse_type): Ditto.
9388 * objfiles.c (allocate_objfile, free_objfile): Ditto.
9389 * solib-sunos.c (solib_add_common_symbols): Ditto.
9390 * stabsread.c (define_symbol, read_type, read_member_functions,
9391 read_cpp_abbrev, read_one_struct_field): Ditto.
9392 * symfile.c (reread_symbols): Ditto.
9393 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 9394
2a8854a7
AC
93952004-02-07 Andrew Cagney <cagney@redhat.com>
9396
9397 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
9398 (tui_exec_info_content): Rename TuiExecInfoContent.
9399 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
9400 (TuiWinInfo, TuiWinInfoPtr): Ditto.
9401 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
9402 (TuiList, TuiListPtr): Ditto.
9403 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
9404 (TuiDataType, TuiDataTypePtr): Ditto.
9405 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
9406 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
9407 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
9408 (TuiSourceElement, TuiSourceElementPtr): Ditto.
9409 (TuiDataElement, TuiDataElementPtr): Ditto.
9410 (TuiWinElement, TuiWinElementPtr): Ditto.
9411 (TuiDataInfo, TuiDataInfoPtr): Ditto.
9412 (TuiCommandElement, TuiCommandElementPtr): Ditto.
9413 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
9414 (TuiWhichElement, TuiWhichElementPtr): Ditto.
9415 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
9416 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
9417 * tui/tui-command.c, tui/tui-data.c: Update references.
9418 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
9419 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9420 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9421 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 9422
05cbe71a
MK
94232004-02-07 Mark Kettenis <kettenis@gnu.org>
9424
9425 * dwarf2-frame.h: Update copyright.
9426 (enum dwarf2_frame_reg_rule): New.
9427 (struct dwarf2_frame_state_reg): New.
9428 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
9429 * dwarf2-frame.c: Update copyright.
9430 (enum dwarf2_reg_rule): Remove.
9431 (struct dwarf2_frame_state): Remove defenition of `struct
9432 dwarf2_frame_state_reg'.
9433 (read_reg): Call get_frame_arch to get the architecture instead of
9434 using CURRENT_GDBARCH.
9435 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
9436 DWARF2_FRAME_.
9437 (dwarf2_frame_init_reg): New function.
9438 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
9439 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
9440 initialize the register state. Prefix old `enum dwarf2_reg_rule'
9441 tags with DWARF2_FRAME_.
9442 (dwarf2_frame_prev_register): Call get_frame_arch to get the
9443 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
9444 dwarf2_reg_rule' tags with DWARF2_FRAME_.
9445
ec7d9e56
AC
94462004-02-06 Andrew Cagney <cagney@redhat.com>
9447
dd1abb8c
AC
9448 * tui/tui-data.h (struct tui_list): Rename _TuiList.
9449 (enum tui_data_type): Rename _TuiDataType.
9450 (struct tui_layout_def): Rename _TuiLayoutDef.
9451 (struct tui_source_element): Rename _TuiSourceElement.
9452 (struct tui_data_element): Rename _TuiDataElement.
9453 (struct tui_command_element): Rename _TuiCommandElement.
9454 (struct tui_locator_element): Rename _TuiLocatorElement.
9455 (union tui_which_element): Define.
9456 (struct tui_win_element): Rename _TuiWinElement.
9457 (struct tui_data_info): Rename _TuiDataInfo.
9458 (struct tui_source_info): Rename _TuiSourceInfo.
9459 (struct tui_command_info): Rename _TuiCommandInfo.
9460 (tui_initialize_static_data): Rename initializeStaticData.
9461 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
9462 (tui_alloc_win_info): Rename allocWinInfo.
9463 (tui_init_generic_part): Rename initGenericPart.
9464 (tui_init_win_info): Rename initWinInfo.
9465 (tui_alloc_content): Rename allocContent.
9466 (tui_add_content_elements): Rename addContentElements.
9467 (tui_init_content_element): Rename initContentElement.
9468 (tui_free_window): Rename freeWindow.
9469 (tui_free_win_content): Rename freeWinContent.
9470 (tui_free_data_content): Rename freeDataContent.
9471 (tui_free_all_source_wins_content): Rename
9472 freeAllSourceWinsContent.
9473 (tui_del_window): Rename tuiDelWindow.
9474 (tui_del_data_windows): Rename tuiDelDataWindows.
9475 (tui_partial_win_by_name): Rename partialWinByName.
9476 (tui_win_name): Rename winName.
9477 (tui_current_layout): Rename currentLayout.
9478 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
9479 (tui_term_height): Rename termHeight.
9480 (tui_set_term_height_to): Rename setTermHeightTo.
9481 (tui_term_width): Rename termWidth.
9482 (tui_set_term_width_to): Rename setTermWidthTo.
9483 (tui_set_gen_win_origin): Rename setGenWinOrigin.
9484 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
9485 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
9486 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
9487 (tui_source_windows): Rename sourceWindows.
9488 (tui_clear_source_windows): Rename clearSourceWindows.
9489 (tui_clear_source_windows_detail): Rename
9490 clearSourceWindowsDetail.
9491 (tui_clear_win_detail): Rename clearWinDetail.
9492 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
9493 (tui_default_tab_len): Rename tuiDefaultTabLen.
9494 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
9495 (tui_win_with_focus): Rename tuiWinWithFocus.
9496 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
9497 (tui_layout_def): Rename tuiLayoutDef.
9498 (tui_win_resized): Rename tuiWinResized.
9499 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
9500 (tui_next_win): Rename tuiNextWin.
9501 (tui_prev_win): Rename tuiPrevWin.
9502 (tui_add_to_source_windows): Rename addToSourceWindows.
9503 * tui/tui-winsource.c, tui/tui-win.c: Update references.
9504 * tui/tui-layout.c, tui/tui-source.c: Ditto.
9505 * tui/tui-stack.c, tui/tui-io.c: Ditto.
9506 * tui/tui.c, tui/tui-data.c: Ditto.
9507 * tui/tui-interp.c, tui/tui-data.c: Ditto.
9508 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
9509
a358af15
AC
9510 * tui/tui-source.h: Update copyright. Include "tui-data.h".
9511 (struct symtab): Declare.
9512 (tui_set_source_content): Rename tuiSetSourceContent.
9513 (tui_show_symtab_source): Rename tuiShowSource.
9514 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
9515 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
9516 * tui/tui-source.c: Update copyright. Update references.
9517 * tui/tui-win.c, tui/tui-winsource.c: Update references.
9518 * tui/tui-stack.c: Update references.
9519
a21fcd8f
AC
9520 * tui/tui-win.h: Update copyright. Include "tui-data.h".
9521 (struct tui_win_info): Declare.
9522 (tui_scroll_forward): Rename tuiScrollForward.
9523 (tui_scroll_backward): Rename tuiScrollBackward.
9524 (tui_scroll_left): Rename tuiScrollLeft.
9525 (tui_scroll_right): Rename tuiScrollRight.
9526 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
9527 (tui_resize_all): Rename tuiResizeAll.
9528 (tui_refresh_all_win): Rename tuiRefreshAll.
9529 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
9530 * tui/tui-layout.c, * tui/tui-io.c: Update references.
9531 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
9532 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
9533
edae1ccf
AC
9534 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
9535 (tui_erase_data_content): Rename tuiEraseDataContent.
9536 (tui_display_all_data): Rename tuiDisplayAllData.
9537 (tui_check_data_values): Rename tuiCheckDataValues.
9538 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
9539 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
9540 (tui_first_data_element_no_in_line): Rename
9541 tuiFirstDataElementNoInLine.
9542 (tui_delete_data_content_windows): Rename
9543 tuiDeleteDataContentWindows.
9544 (tui_refresh_data_win): Rename tuiRefreshDataWin.
9545 (tui_display_data_from): Rename tuiDisplayDataFrom.
9546 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
9547 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
9548 * tui/tui-win.c, tui/tui-regs.c: Update references.
9549 * tui/tui-layout.c, tui/tui.c: Update references.
9550
ec7d9e56
AC
9551 * tui/tui-wingeneral.h: Update copyright.
9552 (m_allBeVisible): Delete macro.
8a1dac83 9553 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
9554 (struct tui_gen_win_info): Declare.
9555 (struct tui_win_info): Declare.
9556 (tui_unhighlight_win): Rename unhighlightWin.
9557 (tui_make_visible, tui_make_invisible): Replace makeVisible.
9558 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
9559 (tui_make_window): Rename makeWindow.
9560 (tui_copy_win): Rename copyWin.
9561 (tui_box_win): Rename boxWin.
9562 (tui_highlight_win): Rename highlightWin.
9563 (tui_check_and_display_highlight_if_needed): Rename
9564 checkAndDisplayHighlightIfNeeded.
9565 (tui_refresh_all): Rename refreshAll.
9566 (tui_delete_win): Rename tuiDelwin.
9567 (tui_refresh_win): Rename tuiRefreshWin.
9568 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
9569 (tui_make_visible, tui_make_invisible): New functions.
9570 (tui_make_all_visible, tui_make_all_invisible): New functions.
9571 (make_all_visible): Rename makeAllVisible.
9572 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
9573 * tui/tui-data.c, tui/tui-winsource.c: Update references.
9574 * tui/tui-windata.c, tui/tui-win.c: Update references.
9575 * tui/tui-regs.c, tui/tui-layout.c: Update references.
9576 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
9577
1e52e2eb
MK
95782004-02-06 Mark Kettenis <kettenis@gnu.org>
9579
9580 * proc-api.c (write_with_trace): Initialize local variable to
9581 silence compiler warning.
9582
f80bda8e
AC
95832004-02-06 Andrew Cagney <cagney@redhat.com>
9584
9585 * tui/tui-source.h: Do not include "defs.h".
9586 (struct tui_win_info): Declare.
9587 (tui_set_source_content_nil): Declare.
9588 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
9589 (union tui_line_or_address): Rename _TuiLineOrAddress.
9590 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
9591 (tui_update_source_window): Rename tuiUpdateSourceWindow.
9592 (tui_update_source_window_as_is): Rename
9593 tuiUpdateSourceWindowAsIs.
9594 (tui_update_source_windows_with_addr): Rename
9595 tuiUpdateSourceWindowsWithAddr.
9596 (tui_update_source_windows_with_line): Rename
9597 tuiUpdateSourceWindowsWithLine.
9598 (tui_clear_source_content): Rename tuiClearSourceContent.
9599 (tui_erase_source_content): Rename tuiEraseSourceContent.
9600 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
9601 (tui_show_source_content): Rename tuiShowSourceContent.
9602 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
9603 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
9604 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
9605 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
9606 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
9607 (tui_update_exec_info): Rename tuiUpdateExecInfo.
9608 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
9609 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
9610 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
9611 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
9612 (struct tui_win_info): Declare.
9613 * tui/tui-stack.c: Update references.
9614 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
9615 * tui/tui-win.c, tui/tui-source.c: Ditto.
9616 * tui/tui.c, tui/tui-disasm.c: Ditto.
9617
9fbfb822
MK
96182004-02-06 Mark Kettenis <kettenis@gnu.org>
9619
9620 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
9621 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
9622
03cebad2
MK
96232004-02-05 Mark Kettenis <kettenis@gnu.org>
9624
9625 * infrun.c (handle_inferior_event): Allow for breakpoint
9626 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
9627 and SIGEMT. Update comments.
9628 * NEWS (Revised SPARC target): Mention support for non-executable
9629 stack.
9630
290281b1
MK
96312004-02-04 Mark Kettenis <kettenis@gnu.org>
9632
9633 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
9634 * inftarg.c: Update copyright year.
9635 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
9636 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
9637 (sparc_xfer_wcookie): New function.
9638 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9639 * Makefile.in (sparc-nat.o): Update dependencies.
9640 * config/sparc/nm-nbsd.h: Include "target.h".
9641 (NATIVE_XFER_WCOOKIE): New define.
9642 (sparc_xfer_wcookie): New prototype.
9643
212161df
AC
96442004-02-04 Andrew Cagney <cagney@redhat.com>
9645
9646 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
9647 SYSCALL_TRAP function.
9648 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
9649
6e4c6c91
DJ
96502004-02-04 Andrew Cagney <cagney@redhat.com>
9651 Daniel Jacobowitz <drow@mvista.com>
9652
9653 * objfiles.h: Delete comments refering to inside_entry_func and
9654 DEPRECATED_FRAME_CHAIN_VALID.
9655 * defs.h (inside_entry_func): Update prototype..
9656 * blockframe.c (inside_entry_func): Rename to
9657 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
9658 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
9659
cae688ec
JJ
96602004-02-03 Jeff Johnston <jjohnstn@redhat.com>
9661
9662 * breakpoint.c (struct captured_parse_breakpoint_args): Move
9663 outside of #ifdef SOLIB_ADD region.
9664 (do_restore_lang_radix_cleanup): Ditto.
9665 (resolve_pending_breakpoint): Ditto.
9666
19217676
AC
96672004-02-03 Andrew Cagney <cagney@redhat.com>
9668
9669 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
9670 (process_note_abi_tag_sections): Delete unused function.
9671 (ia64_read_fp): Delete unused function.
9672 (gdbarch_extract_struct_value_address): Delete declaration.
9673
876753be
AC
96742004-02-02 Andrew Cagney <cagney@redhat.com>
9675
9676 * vax-tdep.c (vax_frame_chain): Delete call to
9677 deprecated_inside_entry_file.
9678 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
9679
d4f10bf2
MK
96802004-02-02 Mark Kettenis <kettenis@gnu.org>
9681
9682 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
9683 column that's "empty" or "same value" when eliminating REG_RA
9684 rules.
9685
cae688ec
JJ
96862004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9687
9688 * NEWS: Add information about new pending breakpoint support.
9689
0101ce28
JJ
96902004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9691
9692 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
9693 and pending fields for pending breakpoint support.
9694 * breakpoint.c (breakpoint_enabled): Add check for not pending.
9695 (condition_command): Only parse condition if not a pending
9696 breakpoint.
9697 (print_one_breakpoint): Add support for pending breakpoints.
9698 (describe_other_breakpoints): Add checks to verify we are not
9699 dealing with pending breakpoints.
9700 (check_duplicates): Don't check pending breakpoints.
9701 (set_raw_breakpoint): Initialize pending flag.
9702 (do_restore_lang_radix_cleanup): New cleanup routine.
9703 (resolve_pending_breakpoint): New function.
9704 (re_enable_breakpoints_in_shlibs): Try and resolve any
9705 pending breakpoints via resolve_pending_breakpoint.
9706 (mention): Add pending breakpoint support.
9707 (parse_breakpoint_sals): Add new parameter to pass to
9708 decode_line_1 to indicate silent errors when files or functions
9709 are not found. Change all callers.
9710 (do_captured_parse_breakpoint): New function.
9711 (break_command_1): Change prototype to return an rc value and to
9712 take an optional pending breakpoint pointer. Support creating
9713 a pending breakpoint if a "not found" form of error occurs when
9714 parsing the breakpoint. Also support resolving an existing pending
9715 breakpoint and be silent if the resolution fails.
9716 (create_breakpoints): Change prototype to take pending breakpoint
9717 pointer. When resolving a pending breakpoint, use the new pointer
9718 to provide a conditional or commands added by the end-user.
9719 (delete_breakpoint): Add appropriate check for pending.
9720 (breakpoint_re_set_one): Ditto.
9721 (do_enable_breakpoint): Ditto.
9722
8d577d32
DC
97232004-02-02 David Carlton <carlton@kealia.com>
9724
9725 * valops.c (enum oload_classification): New.
9726 (find_overload_match): Break implementation into separate
9727 functions; delete #if 0'd code; look for symbols within
9728 namespaces.
9729 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
9730 (find_oload_champ,oload_method_static,classify_oload_match): New.
9731 * cp-support.h: Add declaration for cp_func_name; update
9732 declaration for make_symbol_overload_list.
9733 * cp-support.c (cp_func_name): New.
9734 (overload_list_add_symbol): Fix comment, use
9735 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
9736 (make_symbol_overload_list): Take a function name and a namespace
9737 instead of a symbol; change implementation.
9738 (make_symbol_overload_list_using): New.
9739 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
9740
22e8e3c7
FF
97412004-02-02 Fred Fish <fnf@redhat.com>
9742
9743 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 9744 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
9745 * remote-sim.c (gdb_os_write_stderr): Write output to
9746 gdb_stdtargerr stream instead of gdb_stdtarg stream.
9747 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 9748 gdb_stderr stream and update copyright years.
22e8e3c7 9749
6b753f60
DJ
97502004-02-01 Daniel Jacobowitz <drow@mvista.com>
9751
9752 * Makefile.in (mips-linux-nat.o): Update dependencies.
9753 * mips-linux-nat.c: Include mips-tdep.h.
9754
97552004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
9756
9757 * sol-thread.c (sol_thread_xfer_partial): New function.
9758 (init_sol_thread_ops): Use that for to_xfer_partial hook.
9759 (init_sol_core_ops): Likewise.
9760
9761 * procfs.c (procfs_xfer_partial): New function.
9762 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
9763 * Makefile.in (procfs.o): Add $(auxv_h) dep.
9764
9765 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
9766 procfs_xfer_auxv function.
9767
9768 * procfs.c (procfs_make_note_section): If we can read
9769 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
9770 * linux-proc.c (linux_make_note_section): Likewise.
9771
9772 * auxv.h: New file.
9773 * auxv.c: New file.
9774 * Makefile.in (auxv_h): New variable.
9775 (COMMON_OBS): Add auxv.o here.
9776 (auxv.o): New target.
9777
9778 * corelow.c (core_xfer_partial): New function.
9779 (init_core_ops): Use it for core_ops.to_xfer_partial.
9780
9781 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
9782 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
9783 macro if that is defined.
9784
fa5281d0
DJ
97852004-02-01 Daniel Jacobowitz <drow@mvista.com>
9786
9787 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
9788 and check the specified thread for each breakpoint.
9789 * breakpoint.h (bpstat_stop_status): Update prototype.
9790 * infrun.c (handle_inferior_event): Update calls to
9791 bpstat_stop_status.
9792
26ee262d
DJ
97932004-02-01 Daniel Jacobowitz <drow@mvista.com>
9794
9795 * Makefile.in (cli-cmds.o): Add $(readline_h).
9796
d9b52655
DJ
97972004-02-01 Daniel Jacobowitz <drow@mvista.com>
9798
9799 * cli/cli-cmds.c: Include readline.h.
9800 (complete_command): Pass the start of the last word to
9801 complete_line.
9802
9709f61c
DJ
98032004-01-31 Daniel Jacobowitz <drow@mvista.com>
9804
9805 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
9806 argument, and change first argument to a CORE_ADDR.
9807 * breakpoint.h (bpstat_stop_status): Update prototype.
9808 * infrun.c (adjust_pc_after_break): Add a new comment.
9809 (handle_inferior_event): Update calls to bpstat_stop_status.
9810
4f1280bb
DJ
98112004-01-31 Daniel Jacobowitz <drow@mvista.com>
9812
9813 * breakpoint.h: Update copyright years.
9814
4fa8626c
DJ
98152004-01-31 Daniel Jacobowitz <drow@mvista.com>
9816
9817 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
9818 (bpstat_stop_status): Don't decrement PC.
9819 * breakpoint.h (software_breakpoint_inserted_here_p): Add
9820 prototype.
9821 * infrun.c (adjust_pc_after_break): New function.
9822 (handle_inferior_event): Call it, early. Remove later references
9823 to DECR_PC_AFTER_BREAK.
9824 (normal_stop): Add commentary.
9825
fad0733a
DJ
98262004-01-31 Daniel Jacobowitz <drow@mvista.com>
9827
9828 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
9829 2004-01-27 double-free fix.
9830
42cdca6c
MK
98312004-01-31 Mark Kettenis <kettenis@gnu.org>
9832
9833 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9834 (sparc32_frame_prev_register): Handle StackGhost.
9835 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9836
932d5416
RM
98372004-01-29 Roland McGrath <roland@redhat.com>
9838
9839 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
9840 * configure: Regenerated.
9841
9842 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
9843 * Makefile.in (procfs.o): Add dep.
9844
47d3492a
AC
98452004-01-28 Andrew Cagney <cagney@redhat.com>
9846
9847 * tui/tui-stack.h: Update copyright.
9848 (struct frame_info): Add opaque declaration.
9849 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
9850 (tui_show_locator_content): Rename tuiShowLocatorContent.
9851 (tui_show_frame_info): Rename tuiShowFrameInfo.
9852 * tui/tui-stack.c: Update copyright. Update references.
9853 * tui/tui-winsource.c: Update references.
9854 * tui/tui-win.c: Update references.
9855 * tui/tui-layout.c: Update references.
9856 * tui/tui-hooks.c: Update copyright, update references.
9857 * tui/tui.c: Update copyright, update references.
9858 * tui/tui-disasm.c: Update references.
9859
5d51ca54
DC
98602004-01-28 David Carlton <carlton@kealia.com>
9861
9862 * dwarf2read.c (add_partial_structure): Use demangled name if
9863 namespace equals "".
9864
086ed43d
JB
98652004-01-27 Jim Blandy <jimb@redhat.com>
9866
9867 Clean up misapplied patch:
9868 * dwarf2read.c (determine_prefix): Change one of the two forward
9869 declarations for 'determine_prefix_aux' to a declaration for this.
9870 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
9871 argument to 'die_specification'.
9872
2a35147e
JB
9873 * dwarf2read.c (read_func_scope): Re-indent comment.
9874
a355c7de 98752004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 9876
a355c7de
AC
9877 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
9878 b->exp to NULL after freeing so that error during re-parsing or
9879 evaluation of expressions associated with breakpoint don't
9880 eventually lead to re-freeing of storage.
9881 Committed by Andrew Cagney.
9882
63ff5125
AC
98832004-01-27 Andrew Cagney <cagney@redhat.com>
9884
9885 * source.c (ambiguous_line_spec): Delete undefined declaration.
9886 * m32r-rom.c (m32r_set_board_address): Delete unused function.
9887 (m32r_set_server_address, m32r_set_download_path): Ditto.
9888 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
9889
e142c38c
DJ
98902004-01-27 Daniel Jacobowitz <drow@mvista.com>
9891
9892 * dwarf2read.c: Update calls to changed and renamed functions, and
9893 references to moved variables.
9894
9895 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
9896 language, language_defn, list_in_scope, and ftypes members.
9897 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
9898 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
9899 (baseaddr): Remove globals.
9900
9901 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
9902 (set_cu_language, die_is_declaration, die_specification)
9903 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
9904 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
9905 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
9906 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
9907
9908 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
9909 cu.list_in_scope. Don't initialize cu_header_offset.
9910 (add_partial_symbol): Add local baseaddr.
9911 (psymtab_to_symtab_1): Add local baseaddr. Use
9912 objfile->section_offsets for consistency. Don't initialize
9913 cu_header_offset; do initialize cu.header.offset and
9914 cu.list_in_scope.
9915 (read_file_scope, read_func_scope, read_lexical_block_scope)
9916 (dwarf_decode_lines, new_symbol): Add local baseaddr.
9917
c6e06ede
MC
99182004-01-27 Michael Chastain <mec.gnu@mindspring.com>
9919
fb328ecc 9920 * PROBLEMS: Add gdb/1516.
c6e06ede 9921
48184fd4
AC
99222003-12-29 Robert Millan <robertmh@gnu.org>
9923
9924 Patch committed by Andrw Cagney.
9925 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
9926 * configure.tgt: Match knetbsd*-gnu.
9927
c1321b30
AC
99282004-01-26 Andrew Cagney <cagney@redhat.com>
9929
f3699be3
AC
9930 * breakpoint.c (catch_command_1): Delete #ifdef code.
9931 (catch_fork_command_1): Delete #ifdef wrapper.
9932 (catch_exec_command_1): Ditto.
9933 (catch_load_command_1): Ditto.
9934 (catch_unload_command_1): Ditto.
9935
c1321b30
AC
9936 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
9937 (catch_breakpoint): Delete #if0ed function.
9938 (disable_catch_breakpoint): Ditto.
9939 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
9940 (disable_catch, enable_catch, delete_catch): Ditto.
9941
b4501125
AC
99422004-01-26 Andrew Cagney <cagney@redhat.com>
9943
9944 * remote.c (echo_check, quit_flag): Delete variables.
9945 (cisco_kernel_mode): Delete variable.
9946 (minitelnet_return, tty_input, escape_count): Delete variables.
9947 (remote_cisco_mode): Delete variable.
9948 (remote_cisco_open, remote_cisco_close): Delete function.
9949 (remote_cisco_mourn, remote_cisco_wait): Delete function.
9950 (init_remote_cisco_ops): Delete function.
9951 (_initialize_remote): Do not install "remote cisco" code.
9952 (read_frame): Delete cisco specific code.
9953 (remote_info_process): Delete function.
9954 (remote_wait): Delete cisco specific code.
9955 (remote_cisco_section_offsets): Delete function.
9956 (remote_cisco_objfile_relocate): Delete function.
9957 (remote_async_wait): Delete cisco specific code.
9958 (minitelnet, readtty, readsocket): Delete function.
9959
74055713
AC
99602004-01-26 Andrew Cagney <cagney@redhat.com>
9961
9962 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
9963 comments mentioning extract_returned_value_address.
9964 * infcmd.c (print_return_value): Update. Add comments on
9965 extract_returned_value_address.
9966 * stack.c (return_command): Add comments on
9967 extract_returned_value_address.
9968 * values.c: Update comment.
9969 * m32r-tdep.c: Update comment.
9970 * sparc-tdep.c: Update comment.
9971 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
9972 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9973 * sh64-tdep.c (sh64_gdbarch_init): Update.
9974 * sh-tdep.c (sh_gdbarch_init): Update.
9975 * s390-tdep.c (s390_gdbarch_init): Update.
9976 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9977 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9978 * m68k-tdep.c (m68k_gdbarch_init): Update.
9979 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9980 * m32r-tdep.c (m32r_gdbarch_init): Update.
9981 * ia64-tdep.c (ia64_gdbarch_init): Update.
9982 * h8300-tdep.c (h8300_gdbarch_init): Update.
9983 * frv-tdep.c (frv_gdbarch_init): Update.
9984 * arm-tdep.c (arm_gdbarch_init): Update.
9985 * alpha-tdep.c (alpha_gdbarch_init): Update.
9986
a67af2b9
AC
99872004-01-26 Andrew Cagney <cagney@redhat.com>
9988
9989 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
9990 SYMBOL_LOCATION_FUNCS
9991 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
9992 "struct symbol_ops".
9993 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
9994 type to "struct symbol_ops".
9995 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
9996 (struct symbol): Replace ".aux_value.loc.funcs" and
9997 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
9998 (SYMBOL_OBJFILE): Delete macro.
9999 (SYMBOL_LOCATION_FUNCS): Delete macro.
10000 (SYMBOL_LOCATION_BATON): Update.
10001 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10002 intead of SYMBOL_LOCATION_FUNCS.
10003 * ax-gdb.c (gen_var_ref): Ditto.
10004 * printcmd.c (address_info): Ditto.
10005 * findvar.c (read_var_value): Ditto.
10006 (symbol_read_needs_frame): Ditto.
10007
c034e007
AC
100082004-01-26 Andrew Cagney <cagney@redhat.com>
10009
10010 * dwarf2read.c (read_func_scope): Document frame-base hack.
10011
bb472c1e
MK
100122004-01-25 Mark Kettenis <kettenis@gnu.org>
10013
10014 * infcmd.c (print_return_value): Plug memory leak; delete
10015 ui_stream object. Rename argument `structure_return' to
10016 `struct_return'.
10017
c8e737d5
MK
100182004-01-25 Mark Kettenis <kettenis@gnu.org>
10019
f941662f
MK
10020 * infcmd.c (print_return_value): Wrap long lines.
10021 (finish_command_continuation, finish_command): Remove unused
10022 variable `funcaddr'. Fix some coding-standards problems.
10023
c558d81a 10024 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 10025 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
10026 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10027 TDEP->fpregset to zero.
10028
bf1e5861 10029 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
10030 floating-point registers for traditional NetBSD core files.
10031 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10032 TDEP->sizeof_fpregset here.
10033
4c72d57a
MK
100342004-01-25 Mark Kettenis <kettenis@gnu.org>
10035
566626fa
MK
10036 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10037 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10038 function with code split out from
10039 sparc32nbsd_sigcontext_frame_cache.
10040 (sparc32nbsd_sigcontext_frame_cache): Use
10041 sparc32nbsd_sigcontext_saved_regs.
10042 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10043 OpenBSD.
10044 * sparcobsd-tdep.c: New file.
10045 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10046 (sparcobsd-tdep.o): New dependency.
10047 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10048 * config/sparc/obsd.mt: New file.
10049
4c72d57a
MK
10050 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10051 TDEP->fpregset to be initialized to enable core file register
10052 sets.
10053
7e5e9f88
MK
100542004-01-24 Mark Kettenis <kettenis@gnu.org>
10055
f0f207fd 10056 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
10057 Add opaque declarations.
10058 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10059 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10060 function with code split out from
10061 sparc64nbsd_sigcontext_frame_cache.
10062 (sparc64nbsd_sigcontext_frame_cache): Use
10063 sparc64nbsd_sigcontext_saved_regs.
10064 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10065 OpenBSD.
10066 * sparc64obsd-tdep.c: New file.
10067 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10068 (sparc64obsd-tdep.o): New dependency.
10069 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10070 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10071 * config/sparc/obsd64.mt: New file.
10072
690668cc
MK
10073 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
10074 read the instruction at PC.
10075
7e5e9f88
MK
10076 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
10077 value of GDB_OSABI_DEFAULT.
10078 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
10079 instead of GDB_OSABI_NETBSD_AOUT.
10080
68b6dce9
NR
100812004-01-24 Nick Roberts <nick@nick.uklinux.net>
10082
10083 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
10084 copyright.
10085
080ce8c0
AC
100862004-01-23 Andrew Cagney <cagney@redhat.com>
10087
10088 * printcmd.c (display_command): Replace tui_set_display call with
10089 tui_set_layout_for_display_command.
10090 * tui/tui.h (enum tui_win_type): Define.
10091 (tui_set_layout): Delete declaration.
10092 (tui_set_layout_for_display_command): Rename set_tui_layout.
10093 * tui/tui-data.h (enum tui_layout_type): Define.
10094 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10095 "tui.h".
10096 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
10097 (tui_default_win_height): Rename tuiDefaultWinHeight.
10098 (tui_default_win_viewport_height): Rename
10099 tuiDefaultWinViewportHeight.
10100 (tui_set_layout): RenametuiSetLayout.
10101 * tui/tui-layout.c: Update references.
10102 * tui/tui.c: Update references.
10103 * tui/tui-disasm.c: Update references.
10104
b368761e
DC
101052004-01-23 David Carlton <carlton@kealia.com>
10106
10107 Partial workaround for PR c++/1511:
10108 * cp-namespace.c: Include frame.h.
10109 (cp_lookup_transparent_type): New
10110 (cp_lookup_transparent_type_loop): New.
10111 * cp-support.h: Declare cp_lookup_transparent_type.
10112 * symtab.c (basic_lookup_transparent_type): Renamed from
10113 lookup_transparent_type.
10114 (lookup_transparent_type): Replace old body by a call to
10115 current_language->la_lookup_transparent_type.
10116 * symtab.h: Update copyright. Declare
10117 basic_lookup_transparent_type.
10118 * language.h: Update copyright.
10119 (struct language_defn): Add la_lookup_transparent_type.
10120 * language.c: Update copyright.
10121 (unknown_language_defn): Add basic_lookup_transparent_type.
10122 (auto_language_defn): Add basic_lookup_transparent_type.
10123 (local_language_defn): Add basic_lookup_transparent_type.
10124 * ada-lang.c: Update copyright.
10125 (ada_language_defn): Add basic_lookup_transparent_type.
10126 * c-lang.c: Update copyright.
10127 (c_language_defn): Add basic_lookup_transparent_type.
10128 (cplus_language_defn): Add basic_lookup_transparent_type.
10129 (asm_language_defn): Add basic_lookup_transparent_type.
10130 (minimal_language_defn): Add basic_lookup_transparent_type.
10131 * f-lang.c: Update copyright.
10132 (f_language_defn): Add basic_lookup_transparent_type.
10133 * jv-lang.c: Update copyright.
10134 (java_language_defn): Add basic_lookup_transparent_type.
10135 * m2-lang.c: Update copyright.
10136 (m2_language_defn): Add basic_lookup_transparent_type.
10137 * objc-lang.c: Update copyright.
10138 (objc_language_defn): Add basic_lookup_transparent_type.
10139 * p-lang.c: Update copyright.
10140 (p_language_defn): Add basic_lookup_transparent_type.
10141 * scm-lang.c: Update copyright.
10142 (scm_language_defn): Add basic_lookup_transparent_type.
10143 * Makefile.in (cp-namespace.o): Depend on frame.h.
10144
fdde2d81
DC
101452004-01-23 David Carlton <carlton@kealia.com>
10146
10147 Patch for PR c++/1520:
10148 * dwarf2read.c (read_func_scope): Set processing_current_prefix
10149 properly if we have a specification die.
10150 (determine_prefix_aux): Rename from determine_prefix.
10151 (determine_prefix): Like the old determine_prefix, but never
10152 returns NULL.
10153
5b828b6b
TR
101542004-01-23 Theodore A. Roth <troth@openavr.org>
10155
10156 * avr-tdep.c: Update copyright.
10157 (avr_iaddr_p): Delete unused function.
10158 (avr_saddr_p): Delete unused function.
10159
a1b8c067
DC
101602004-01-23 David Carlton <carlton@kealia.com>
10161
10162 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
10163 Fix for PR symtab/1534.
10164
f2cab569
MK
101652004-01-23 Mark Kettenis <kettenis@gnu.org>
10166
10167 * NEWS (New native configurations): Mention OpenBSD/sparc and
10168 OpenBSD/sparc64.
10169 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
10170 * configure.host: Likewise.
10171 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
10172 handler for OpenBSD.
10173 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
10174
642d8300
MK
101752004-01-22 Mark Kettenis <kettenis@gnu.org>
10176
89aac506
MK
10177 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
10178 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
10179
36662fde
MK
10180 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
10181 * cli/cli-cmds.c (shell_escape): Likewise.
10182
642d8300
MK
10183 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
10184 OpenBSD .note.openbsd.ident sections.
10185
fae299cd
DC
101862004-01-22 David Carlton <carlton@kealia.com>
10187
10188 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
10189 get_scope_pc_bounds.
10190 (read_file_scope): Ditto.
10191 (get_scope_pc_bounds): New function, produced by extracting code
10192 from the above two functions, consolidating it, and adding support
10193 for DW_TAG_namespace.
10194
a49d618c
MK
101952004-01-22 Mark Kettenis <kettenis@gnu.org>
10196
10197 * osabi.c (MAX_NOTESZ): New define.
10198 (check_note): New function.
10199 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
10200 check_note.
10201
fe61caab
RM
102022004-01-21 Roland McGrath <roland@redhat.com>
10203
10204 * MAINTAINERS (write after approval): Add myself.
10205
ec145965
EZ
102062004-01-21 Eli Zaretskii <eliz@gnu.org>
10207
10208 * utils.c (init_page_info): Move declarations of `rows' and
10209 `cols' before the __GO32__-specific code. Move the closing brace
10210 outside the #ifdef __GO32__..#endif block.
10211 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
10212
877522db
PB
102132004-01-21 Paul Brook <paul@codesourcery.com>
10214
10215 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
10216 BPSTAT_WHAT_CHECK_SHLIBS.
10217
dbf5be1c
PB
102182004-01-21 Paul Brook <paul@codesourcery.com>
10219
10220 * MAINTAINERS: Add myself to write-after-approval.
10221
81f08b92
AC
102222004-01-20 Andrew Cagney <cagney@redhat.com>
10223
5a1efed7
AC
10224 * ax-gdb.c (print_axs_value): Delete unused function.
10225 * jv-lang.c (java_lookup_type): Delete unused function.
10226 * cli/cli-dump.c (dump_filetype): Delete unused function.
10227 * remote-mips.c (remote_mips_insert_hw_breakpoint)
10228 (remote_mips_remove_hw_breakpoint): Delete unused functions.
10229 (mips_getstring): Delete unused function.
10230 (pmon_insert_breakpoint): Delete #if0ed function.
10231 (PMON_MAX_BP): Delete #if0ed MACRO.
10232 (mips_pmon_bp_info): Delete #if0ed variable.
10233 (pmon_remove_breakpoint): Delete #if0ed function.
10234 * monitor.c (monitor_write_even_block): Delete unused function.
10235 (monitor_write_memory_block): Delete #if0ed code.
10236 * dink32-rom.c (dink32_load): Delete unused function.
10237 (_initialize_dink32_rom): Delete #if0ed code.
10238 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
10239
b0a30fce
AC
10240 * tui/tui-command.c: Update references.
10241 * tui/tui-io.c: Update references.
10242 * tui/tui-command.h: Update copyright.
10243 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
10244
81f08b92
AC
10245 * source.c (ambiguous_line_spec): Delete never-defined function.
10246 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
10247 * gdbtypes.c (add_name, add_mangled_type): Ditto.
10248 * cli/cli-cmds.c (validate_comname): Ditto.
10249
65f05602
AC
10250 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
10251 "tui-data.h".
10252 (tui_set_disassem_content): Rename tuiSetDisassemContent.
10253 (tui_show_disassem): Rename tuiShowDisassem.
10254 (tui_show_disassem_and_update_source): Rename
10255 tuiVerticalDisassemScroll.
10256 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
10257 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
10258 * tui/tui.h: Update copyright.
10259 (enum tui_status): Define.
10260 * tui/tui-data.h (enum tui_scroll_direction): Define.
10261 * tui/tui-disasm.c: Update copyright. Update references.
10262 * tui/tui-winsource.c: Update copyright. Update references.
10263 * tui/tui-win.c: Update references.
10264 * tui/tui-layout.c: Update references.
10265
6bb0384f
AC
102662004-01-20 Andrew Cagney <cagney@redhat.com>
10267
10268 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
10269 sym2 to start of block.
10270
9175c9a3
MC
102712004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10272
10273 * MAINTAINERS: Delete mmalloc.
10274 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
10275 * NEWS: Mention removal of --with-malloc.
10276 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
10277 * config.in: Regenerate.
10278 * configure: Regenerate.
6bb0384f
AC
10279 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
10280 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
10281 * gdbinit.in: Remove mmalloc.
10282 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
10283 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
10284 * config/i386/go32.mh: Likewise.
10285 * config/i386/interix.mh: Likewise.
10286 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10287
4fcef00a
JJ
102882004-01-19 Jeff Johnston <jjohnstn@redhat.com>
10289
10290 * linespec.c (decode_variable, symtab_from_filename): Call
10291 error_silent with error message instead of throwing an exception
10292 directly.
10293 * defs.h (error_silent, error_output_message): Add prototypes.
10294 (catch_exceptions_with_msg): Ditto.
10295 * utils.c (error_silent, error_output_message): New functions.
10296 * top.c (catch_exceptions_with_msg): New function.
10297
8e94b928
NR
102982004-01-20 Nick Roberts <nick@nick.uklinux.net>
10299
10300 * mi/mi-cmds.h (enum print_values): Add definition.
10301
10302 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
10303 type and value for simple data types and just the name and type
10304 for complex ones, if required.
10305
10306 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
10307 children, if required.
10308
a02d6af8
KB
103092004-01-19 Kevin Buettner <kevinb@redhat.com>
10310
10311 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
10312 unused declarations.
10313
78a4a9b9
AC
103142004-01-19 Andrew Cagney <cagney@redhat.com>
10315
10316 * top.h (mapped_symbol_files): Delete declaration.
10317 * main.c (captured_main): Delete option "m" and "mapped".
10318 * objfiles.c (mapped_symbol_files): Delete variable.
10319 * symfile.c (symbol_file_command): Delete mmap code.
10320 (symbol_file_add_with_addrs_or_offsets): Ditto.
10321 (add_symbol_file_command, reread_separate_symbols): Ditto.
10322 * objfiles.h (OBJF_MAPPED): Delete.
10323 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
10324 (free_objfile) [USE_MMALLOC]: Ditto.
10325 (open_existing_mapped_file): Delete function.
10326 (open_mapped_file): Delete function.
10327 (map_to_file): Delete function.
10328
2dbd5e30
KB
103292004-01-19 Kevin Buettner <kevinb@redhat.com>
10330
10331 * infrun.c (step_into_function): Account for possible breakpoint
10332 adjustment when computing ``stop_func_start''.
10333
437b434f
KB
103342004-01-19 Kevin Buettner <kevinb@redhat.com>
10335
10336 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
10337 the region size against the size of a pointer, not the size of
10338 a register as given by DEPRECATED_REGISTER_SIZE.
10339
55fb0713
AC
103402004-01-19 Andrew Cagney <cagney@redhat.com>
10341
10342 * tui/tui-regs.h: Include "tui-data.h".
10343 (tuiFirstRegElementNoInLine): Delete declaration.
10344 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
10345 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
10346 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
10347 (tui_calculate_regs_column_count): Rename
10348 tuiCalculateRegsColumnCount.
10349 (tui_check_register_values): Rename tuiCheckRegisterValues.
10350 (tui_show_registers): Rename tuiShowRegisters.
10351 (tui_display_registers_from_line): Rename
10352 tuiDisplayRegistersFromLine.
10353 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
10354 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
10355 (tui_first_reg_element_no_inline): Rename
10356 tuiFirstRegElementNoInLine.
10357 * tui/tui-data.h: Update copyright.
10358 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
10359 * tui/tui-windata.c: Update copyright, update references.
10360 * tui/tui-regs.c: Update copyright, update references.
10361 * tui/tui-win.c: Update copyright, update references.
10362 * tui/tui-layout.c: Update copyright, update references.
fe61caab 10363
cebe9500
AC
103642004-01-18 Andrew Cagney <cagney@redhat.com>
10365
bcdf1568
AC
10366 * tui/tui-io.c: Update copyright.
10367 (key_is_end_sequence, key_is_backspace): New functions.
10368 (key_is_command_char, key_is_start_sequence): New function.
10369 (tui_getc): Update references.
10370 * tui/tui-io.h: Update copyright.
10371 (m_tuiStartNewLine): Delete macro.
10372 (m_isBackspace, m_isDeleteChar): Delete macros.
10373 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
10374 (m_isNextPage, m_isPrevPage): Delete macros.
10375 (m_isLeftArrow, m_isRightArrow): Delete macros.
10376 (m_isXdbStyleCommandChar): Delete macro.
10377 (key_is_start_sequence): Declare, replace m_isStartSequence.
10378 (key_is_end_sequence): Declare, replace m_isEndSequence.
10379 (key_is_backspace): Declare ,replace m_isBackspace.
10380 (key_is_command_char): Declare, replace m_isCommandChar.
10381 * tui/tui-command.c: Update copyright.
10382 (tuiDispatchCtrlChar): Update references.
10383
130d87e6
AC
10384 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
10385 tuiSourceWin.h.
10386
d7b2e967
AC
10387 * tui/tui-command.c: Rename tui/tuiCommand.c.
10388 * tui/tui-command.h: Rename tui/tuiCommand.h.
10389 * tui/tui-data.c: Rename tui/tuiData.c.
10390 * tui/tui-data.h: Rename tui/tuiData.h.
10391 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
10392 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
10393 * tui/tui-io.c: Rename tui/tuiIO.c.
10394 * tui/tui-io.h: Rename tui/tuiIO.h.
10395 * tui/tui-layout.c: Rename tui/tuiLayout.c.
10396 * tui/tui-layout.h: Rename tui/tuiLayout.h.
10397 * tui/tui-regs.c: Rename tui/tuiRegs.c.
10398 * tui/tui-regs.h: Rename tui/tuiRegs.h.
10399 * tui/tui-source.c: Rename tui/tuiSource.c.
10400 * tui/tui-source.h: Rename tui/tuiSource.h.
10401 * tui/tui-stack.c: Rename tui/tuiStack.c.
10402 * tui/tui-stack.h: Rename tui/tuiStack.h.
10403 * tui/tui-win.c: Rename tui/tuiWin.c.
10404 * tui/tui-win.h: Rename tui/tuiWin.h.
10405 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
10406 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
10407 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
10408 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
10409 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
10410 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
10411 * tui/tui-file.c: Update includes.
10412 * tui/tui-hooks.c: Update includes.
10413 * tui/tui-interp.c: Update includes.
10414 * tui/tui.c: Update includes.
10415 * Makefile.in: Update all tui/ dependencies.
10416 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
10417
b2100910
AC
10418 * Makefile.in: Update copyright. Update dependencies.
10419
cebe9500
AC
10420 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
10421 problem.
10422
c6f0559b
AC
104232004-01-18 Andrew Cagney <cagney@redhat.com>
10424
43e9390b
AC
10425 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
10426 instead of register_gdbarch_init.
10427
c6f0559b
AC
10428 * remote-sds.c (tohex): Delete unused function. Update copyright.
10429 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
10430 * v850-tdep.c (v850_register_virtual_size): Ditto.
10431 * target.c (normal_target_post_startup_inferior): Ditto.
10432 * source.c (ambiguous_line_spec): Ditto.
10433 * remote.c (adapt_remote_get_threadinfo): Ditto.
10434 * mi/mi-out.c (out_field_fmt): Ditto.
10435 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
10436 (output_control_change_notification): Ditto.
10437 * m68k-tdep.c (m68k_register_byte): Ditto.
10438 (m68k_remote_breakpoint_from_pc): Ditto.
10439 * ui-out.c (init_ui_out_state): Delete unused declaration.
10440 * stabsread.c (search_value): Ditto.
10441 * mi/mi-cmd-env.c (env_cli_command): Ditto.
10442 * maint.c (print_section_table): Ditto.
10443 * infrun.c (set_follow_fork_mode_command): Ditto.
10444
a8504492
MK
104452004-01-18 Mark Kettenis <kettenis@gnu.org>
10446
10447 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
10448 DW_CFA_def_cfa_exporession. Add support for
10449 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
10450 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
10451
0bd8997e
AC
104522004-01-18 Andrew Cagney <cagney@redhat.com>
10453
10454 * ocd.c: Update copyright.
10455 (bdm_read_register_command): Delete unused function.
10456 (_initialize_remote_ocd): Delete commented out reference.
10457 (get_quoted_char, reset_packet): Delete #if0ed function.
10458 (output_packet, put_quoted_char): Delete #if0ed function.
10459 (stu_put_packet, stu_get_packet): Delete #if0ed function.
10460 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
10461 (BDM_BREAKPOINT): Delete #if0ed macro.
10462 (remote_timeout): Delete #if0ed variable.
10463
31bb40e4
MK
104642004-01-18 Mark Kettenis <kettenis@gnu.org>
10465
10466 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
10467 (core-sol2.o): Remove dependency.
10468 * core-sol2.c: Remove file.
10469
887432a5
AC
104702004-01-17 Andrew Cagney <cagney@redhat.com>
10471
10472 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
10473 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
10474 enums.
10475
29182b13
DJ
104762004-01-17 Daniel Jacobowitz <drow@mvista.com>
10477
10478 * remote.c: Update copyright years.
10479
2963ee1d
DJ
104802004-01-17 Daniel Jacobowitz <drow@mvista.com>
10481
10482 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
10483
79d45cd4
AC
104842004-01-17 Andrew Cagney <cagney@redhat.com>
10485
ee300cd4
AC
10486 * mdebugread.c: Update copyright.
10487 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
10488 (parse_type, parse_procedure): Ditto.
10489 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
10490
fcacc9c2
AC
10491 * cris-tdep.c (cris_store_struct_return): Put back accidently
10492 deleted function.
10493
79d45cd4
AC
10494 * gdbarch.sh: Update copyright year.
10495 * gdbarch.h, gdbarch.c: Re-generate.
10496
b263358a
DJ
104972004-01-17 Daniel Jacobowitz <drow@mvista.com>
10498
10499 Suggested by George Anzinger.
10500 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
10501 correct stack offset. Include unknown opcode numbers in the error
10502 message.
10503
931aecf5
AC
105042004-01-17 Andrew Cagney <cagney@redhat.com>
10505
10506 * x86-64-tdep.c (x86_64_init_abi): No need to clear
10507 extract_struct_value_address, i386 does not set it.
10508 * sparc64-tdep.c (sparc64_init_abi): Do not set
10509 extract_struct_value_address, never called.
10510 (sparc64_extract_struct_value_address): Delete function.
10511 * m68hc11-tdep.c: Update copyright.
10512 (m68hc11_gdbarch_init): Delete redundant assignment of
10513 extract_struct_value_address.
10514 * i386-tdep.c: Update copyright.
10515 (i386_gdbarch_init): Do not set extract_struct_value_address,
10516 never called.
10517 (i386_extract_struct_value_address): Delete function.
10518 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
10519 extract_struct_value_address, never called.
10520 (sparc32_extract_struct_value_address): #if 0 function. Add
10521 comments explaining its future.
10522
756fe439
DJ
105232004-01-17 Daniel Jacobowitz <drow@mvista.com>
10524
10525 * arm-tdep.c (arm_write_pc): New function.
10526 (arm_gdbarch_init): Call set_gdbarch_write_pc.
10527
e74f0f02
DJ
105282004-01-17 Daniel Jacobowitz <drow@mvista.com>
10529
10530 * breakpoint.c (must_shift_inst_regs): Delete.
10531 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
10532 and SHIFT_INST_REGS.
10533 * infcmd.c (step_1, step_1_continuation): Delete references to
10534 SHIFT_INST_REGS.
10535 * infrun.c (keep_going): Likewise.
10536 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
10537 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
10538
b6cb9035
AC
105392004-01-17 Andrew Cagney <cagney@redhat.com>
10540
444a1e2e
AC
10541 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10542 * gdbarch.h, gdbarch.c: Re-generate.
10543 * infcmd.c (print_return_value): Delete reference to
10544 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10545
def7e6ed
AC
10546 * cris-tdep.c (cris_gdbarch_init): Do not set
10547 deprecated_extract_struct_value_address.
10548
07be497a
AC
10549 * xstormy16-tdep.c: Update copyright.
10550 (xstormy16_extract_struct_value_address): Update to current
10551 extract struct value address interface.
10552 (xstormy16_gdbarch_init): Set extract_struct_value_address.
10553 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
10554 current extract struct value address interface.
10555 (sh64_gdbarch_init): Set extract_struct_value_address.
10556
6b4d5c91
AC
10557 * cris-tdep.c: Update copyright.
10558 (cris_extract_struct_value_address): Delete function.
10559 (struct_return_address): Delete variable.
10560 (cris_store_struct_return): Do not set struct_return_address.
10561
464e0365
AC
10562 * mcore-tdep.c: Update copyright.
10563 (mcore_extract_struct_value_address): Delete function. Update
10564 comments.
10565 (mcore_gdbarch_init): Update.
10566 * mn10300-tdep.c: Update copyright.
10567 (mn10300_extract_struct_value_address): Delete function.
10568 (mn10300_gdbarch_init): Update.
10569 * v850-tdep.c: Update copyright.
10570 (v850_extract_struct_value_address): Delete.
10571 (v850_gdbarch_init): Update.
10572 * ns32k-tdep.c: Update copyright.
10573 (ns32k_extract_struct_value_address): Delete.
10574 (ns32k_gdbarch_init): Update.
10575 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
10576 (hppa_gdbarch_init): Update.
10577 * vax-tdep.c: Update copyright.
10578 (vax_extract_struct_value_address): Delete.
10579 (vax_gdbarch_init): Update.
10580
afb18d0f
AC
10581 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
10582 * gdbarch.h, gdbarch.c: Re-generate.
10583 * procfs.c (procfs_fetch_registers): Delete reference to
10584 DEPRECATED_NPC_REGNUM.
10585 (procfs_store_registers): Ditto.
10586 * regcache.c (generic_target_write_pc): Simplify.
10587 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
10588
a698f53e
AC
10589 * core-sol2.c (fetch_core_registers): Replace
10590 DEPRECATED_NPC_REGNUM with equivalent tdep value.
10591
adc11376
AC
10592 * hppa-tdep.c: Update copyright year.
10593 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
10594 NPC_REGNUM.
10595 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
10596
b6cb9035
AC
10597 * mips-tdep.c (mips_write_pc): New function.
10598 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
10599 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
10600 (mips_find_saved_regs, mips_software_single_step: Ditto.
10601 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
10602 mips_init_extra_frame_info, mips_pop_frame): Ditto.
10603
6d82d43b
AC
106042004-01-17 Andrew Cagney <cagney@redhat.com>
10605
10606 * mips-tdep.c: Re-indent. Group functions by ABI.
10607
71bd6bd4
AC
106082004-01-17 Andrew Cagney <cagney@redhat.com>
10609
10610 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
10611 * gdbarch.c: Re-generate.
10612 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10613 DECR_PC_AFTER_BREAK to zero.
10614 * vax-tdep.c (vax_gdbarch_init): Ditto.
10615 * v850-tdep.c (v850_gdbarch_init): Ditto.
10616 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10617 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10618 * sh-tdep.c (sh_gdbarch_init): Ditto.
10619 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10620 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10621 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10622 * mips-tdep.c (mips_gdbarch_init): Ditto.
10623 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10624 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10625 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10626 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10627 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10628 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10629 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10630 * frv-tdep.c (frv_gdbarch_init): Ditto.
10631 * cris-tdep.c (cris_gdbarch_init): Ditto.
10632 * avr-tdep.c (avr_gdbarch_init): Ditto.
10633 * arm-tdep.c (arm_gdbarch_init): Ditto.
10634 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
10635
a02abb62
JB
106362004-01-17 J. Brobecker <brobecker@gnat.com>
10637
10638 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
10639 Delete, no longer used.
10640 (read_subrange_type): New function, mostly extracted from
10641 read_array_type().
10642 (read_array_type): Replace extracted code by call to
10643 read_subrange_type().
10644 (dwarf2_get_attr_constant_value): New function.
10645 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
10646 (add_partial_symbol): Likewise.
10647 (process_die): Likewise.
10648 (new_symbol): Likewise.
10649 (read_type_die): Likewise.
10650
cf5b2f1b
AC
106512004-01-16 Andrew Cagney <cagney@redhat.com>
10652
10653 * symfile.c: Update copyright year.
10654 (compare_symbols): Delete unused function.
10655 * stabsread.c: Update copyright year.
10656 (lrs_general_complaint): Delete unused function.
10657 (ref_search_value): Ditto.
10658 (get_substring): Delete declaration.
10659 * sh64-tdep.c: Update copyright year.
10660 (sh64_get_gdb_regnum): Delete unused function.
10661 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
10662 Delete unused function.
10663
d33b9831
MK
106642004-01-17 Mark Kettenis <kettenis@gnu.org>
10665
10666 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
10667 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
10668
7aea86e6
AC
106692004-01-16 Andrew Cagney <cagney@redhat.com>
10670
10671 Changes from Peter Schauer.
10672 * rs6000-tdep.c: Update copyright year.
10673 (rs6000_push_dummy_call): Update the stack pointer before
10674 accessing the corresponding stack region.
10675 * rs6000-nat.c: Update copyright year.
10676 (set_host_arch): Set "info.abfd" to "exec_bfd".
10677
26b0da32
MK
106782004-01-15 Mark Kettenis <kettenis@gnu.org>
10679
10680 * blockframe.c: Update copyright year.
10681 (inside_entry_func): Don't treat a zero PC specially.
10682
86fbe6cc
EZ
106832004-01-14 Elena Zannoni <ezannoni@redhat.com>
10684
10685 * gcore.c (gcore_copy_callback): Use paddr_d to print size
10686 variable.
10687 (gcore_create_callback): Ditto. Skip any memory segment that has
10688 no permissions set.
10689
63d06c5c
DC
106902004-01-14 David Carlton <carlton@kealia.com>
10691
10692 Change symbols for C++ nested types to contain the fully qualified
10693 name, if possible. (At least in the DWARF-2 case.) Partial fix
10694 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
10695 c++/895.
10696 * c-exp.y (qualified_type): Handle types nested within classes.
10697 * cp-namespace.c: Update comments.
10698 (cp_set_block_scope): Delete #if 0.
10699 (cp_lookup_nested_type): Handle types nested within classes.
10700 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
10701 when appropriate.
10702 (add_partial_symbol): Add the name of the enclosing namespace to
10703 types.
10704 (pdi_needs_namespace): New.
10705 (add_partial_namespace): Tweak comment.
10706 (add_partial_structure): New.
10707 (psymtab_to_symtab_1): Initialize processing_current_prefix
10708 here...
10709 (process_die): instead of here.
10710 (read_structure_scope): Try to figure out the name of the class or
10711 namespace that the structure might be defined within.
10712 (read_enumeration): Generate fully-qualified names, if possible.
10713 (read_namespace): Don't set name to NULL.
10714 (die_specification): New.
10715 (new_symbol): Generate fully-qualified names for types.
10716 (read_type_die): Determine appropriate prefix.
10717 (determine_prefix): New.
10718 (typename_concat): New.
10719 (class_name): New.
10720 * valops.c (value_aggregate_elt): Pass NOSIDE to
10721 value_struct_elt_for_reference.
10722 (value_struct_elt_for_reference): Make static, add NOSIDE
10723 parameter, call value_maybe_namespace_elt as a last resort.
10724 (value_namespace_elt): Break out code into
10725 value_maybe_namespace_elt.
10726 (value_maybe_namespace_elt): New.
10727
87783b8b
AC
107282004-01-12 Andrew Cagney <cagney@redhat.com>
10729
10730 * mips-tdep.c (mips_convert_register_p): Handle both raw and
10731 cooked floating-point registers.
10732 (mips_gdbarch_init): Set convert_register_p, register_to_value,
10733 and value_to_register.
10734
6503b91e
AC
107352004-01-13 Andrew Cagney <cagney@redhat.com>
10736
10737 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
10738 * gdbarch.c: Re-generate.
10739 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10740 FUNCTION_START_OFFSET.
10741 * v850-tdep.c (v850_gdbarch_init): Ditto.
10742 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10743 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10744 * sh-tdep.c (sh_gdbarch_init): Ditto.
10745 * s390-tdep.c (s390_gdbarch_init): Ditto.
10746 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10747 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10748 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10749 * mips-tdep.c (mips_gdbarch_init): Ditto.
10750 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10751 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10752 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10753 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10754 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10755 * i386-tdep.c (i386_gdbarch_init): Ditto.
10756 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10757 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10758 * frv-tdep.c (frv_gdbarch_init): Ditto.
10759 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10760 * cris-tdep.c (cris_gdbarch_init): Ditto.
10761 * avr-tdep.c (avr_gdbarch_init): Ditto.
10762 * arm-tdep.c (arm_gdbarch_init): Ditto.
10763 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10764
ea1dd7bc
DJ
107652004-01-13 Daniel Jacobowitz <drow@mvista.com>
10766
10767 * infrun.c (follow_fork_mode_ask): Remove.
10768 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
10769 (follow_fork): Simplify and remove internal error for
10770 follow_fork_mode_ask.
10771 (_initialize_infrun): Update "set follow-fork-mode" help text.
10772
0f0cffd2
AC
107732004-01-13 Andrew Cagney <cagney@redhat.com>
10774
10775 * configure.in: Update copyright year.
10776 (build_warnings): Add -Wunused-label.
10777 * configure: Re-generate.
10778
de38af99
AC
107792004-01-12 Andrew Cagney <cagney@redhat.com>
10780
954a7fba
AC
10781 * exec.h (exec_ops): Make "extern".
10782
de38af99
AC
10783 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
10784 the function is void.
10785 (mips_pseudo_register_write): Ditto.
10786
1a111ce3
AC
107872004-01-12 Andrew Cagney <cagney@redhat.com>
10788
10789 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
10790 call. Never defined.
10791 * sparc-tdep.h (struct frame_info): Add opaque declaration.
10792 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
10793 (struct sparc_gregset, struct regcache): Ditto.
10794 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
10795
48efe704
AC
107962004-01-12 Andrew Cagney <cagney@redhat.com>
10797
10798 * mi/ChangeLog: Delete file. Renamed to ...
10799 * mi/ChangeLog-1999-2003: New file.
10800 * tui/ChangeLog: Delete file. Renamed to ...
10801 * tui/ChangeLog-1998-2003: New file.
fe61caab 10802
a54124c5
MK
108032004-01-11 Mark Kettenis <kettenis@gnu.org>
10804
2ca62865
MK
10805 * sparc64nbsd-tdep.c: Include "regset.h".
10806 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
10807 Remove variables.
10808 (fetch_core_registers): Remove function.
10809 (sparc64nbsd_core_fns): Remove variable.
10810 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
10811 functions.
10812 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
10813 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
10814 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
10815
ca9d58e9
MK
10816 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
10817 sparc_extract_struct_value_address.
10818 (sparc32_gdbarch_init): Set extract_struct_value_address.
10819 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
10820 function.
10821 (sparc64_init_abi): Set extract_struct_value_address. Don't set
10822 return_value_on_stack.
10823
3cc87ec0
MK
10824 * NEWS: Mention that %cs and %ss have been added to the AMD64
10825 configurations
10826
5bf00f29
MK
10827 * frame.c: Update copyright year.
10828 (get_prev_frame): Improve comment.
10829
4f7ec84e
MK
10830 * sparc64fbsd-tdep.c: Include "regset.h".
10831 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
10832 Remove variables.
10833 (fetch_core_registers): Remove function.
10834 (sparc64fbsd_core_fns): Remove variable.
10835 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
10836 functions.
10837 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
10838 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 10839 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 10840
4e7b0cd3
MK
10841 * sparcnbsd-tdep.c: Include "regset.h".
10842 (fetch_core_registers): Remove function.
10843 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
10844 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
10845 functions.
10846 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
10847 TDEP->fpregset.
46b58ce9 10848 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 10849
a54124c5
MK
10850 * sparc-tdep.h (struct regset): Provide opaque declaration.
10851 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
10852 fpregset and sizeof_fpregset members.
10853 * sparc-tdep.c (struct regset): Provide opaque declaration.
10854 (sparc_regset_from_core_section): New function.
10855 (sparc32_gdbarch_init): Initialize TDEP->gregset,
10856 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
10857 Set regset_from_core_section when appropriate.
10858
29ff87c5
MK
108592004-01-10 Mark Kettenis <kettenis@gnu.org>
10860
79b1ab3d
MK
10861 * x86-64-tdep.c (amd64_non_pod_p): New function.
10862 (amd64_classify_aggregate): Return class memory for non-POD
10863 C++ structure types.
10864
6470d250
MK
10865 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
10866 argument. Use it to reserve a register if necessary.
10867 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
10868 amd64_push_arguments.
10869
562c50c2
MK
10870 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
10871
af233647
MK
10872 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
10873 register numbers in comments.
10874 * x86-64-tdep.h: Update copyright year.
10875 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
10876 Adjust for addition of %cs and %ss.
10877 * amd64fbsd-nat.c: Update copyright year.
10878 (reg_offset): Add register offsets for %cs and %ss.
10879 * amd64fbsd-tdep.c: Update copyright year.
10880 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
10881 (amd64fbsd_sc_reg_offset): Likewise.
10882 * x86-64-linux-nat.c: Update copyright year.
10883 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
10884 and %ss.
10885 * amd64nbsd-nat.c: Update copyright year.
10886 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
10887 * amd64nbsd-tdep.c: Update copyright year.
10888 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
10889 * x86-64-linux-tdep.c: Update copyright year.
10890 (user_to_gdb_regmap): Add mapping for %cs and %ss.
10891 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
10892 * regformats/reg-x86-64.dat: Add %cs and %ss.
10893
29ff87c5
MK
10894 * blockframe.c (inside_entry_func): Reformat. Introduce new local
10895 variables to prevent long lines. Update comments to reflect
10896 reality.
10897
38d518c9
EZ
108982004-01-09 David Carlton <carlton@kealia.com>
10899
10900 Checked in by Elena Zannoni <ezannoni@redhat.com>.
10901 * dwarf2read.c (read_namespace): Pull out name-generating code
10902 into namespace_name. Rename previous_namespace to previous_prefix
10903 and processing_current_namespace to processing_current_prefix..
10904 (namespace_name): New function.
10905 (add_partial_symbol): Substitute uses of pdi->name with
10906 actual_name.
10907 * cp-support.h: Rename processing_current_namespace to
10908 processing_current_prefix.
10909 Update copyright year.
10910 * cp-namespace.c: Rename processing_current_namespace to
10911 processing_current_prefix.
10912 Update copyright year.
fe61caab 10913
1e4728e7
AC
109142004-01-09 Andrew Cagney <cagney@redhat.com>
10915
10916 * jv-valprint.c, ser-unix.c: Add missing copyright years.
10917
c77c642a
MK
109182004-01-09 Mark Kettenis <kettenis@gnu.org>
10919
10920 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
10921 complaining.
10922 (process_one_symbol): Deal with N_PATCH stabs.
10923
b44e9041
EZ
109242004-01-09 Elena Zannoni <ezannoni@redhat.com>
10925
10926 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
10927 ifdeffed code.
10928 Update copyright year.
38d518c9 10929
eccfb640
MC
109302004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10931
10932 * config/pa/tm-hppa.h: Update extern declarations for
10933 hppa32_hpux_frame_saved_pc_in_sigtramp,
10934 hppa32_hpux_frame_base_before_sigtramp, and
10935 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
10936
848c5feb
MC
109372004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10938
10939 * config/pa/tm-hppah.h: Update copyright years.
10940
3cc5d663
AC
109412004-01-08 Andrew Cagney <cagney@redhat.com>
10942
10943 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
10944 (mips_o32_reg_struct_has_addr): Delete function.
10945 (mips_gdbarch_init): Update.
10946 (mips_extract_struct_value_address): Delete function.
10947
bfec0b41
JJ
109482004-01-08 David Mosberger <davidm@hpl.hp.com>
10949
10950 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
10951 reality.
10952
16e109ca
AC
109532004-01-07 Andrew Cagney <cagney@redhat.com>
10954
6214a8a1
AC
10955 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
10956 architecture's elf flags (when available).
10957
8d5838b5
AC
10958 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
10959 FPU to the start, check the MIPS FPU when looking for an old
10960 architecture.
10961 (set_mipsfpu_single_command): Update the architecture.
10962 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
10963
480d3dd2
AC
10964 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
10965 (mips_mask_address_p): Add "tdep" parameter.
10966 (show_mask_address, mips_addr_bits_remove): Update.
10967 (mips_dump_tdep): Update.
10968 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
10969 (MIPS_STACK_ARGSIZE): Delete macro.
10970 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
10971 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
10972 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
10973 (mips_dump_tdep): Update.
10974 (MIPS_SAVED_REGSIZE): Delete macro.
10975 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
10976 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
10977 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
10978 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
10979 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
10980 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
10981 (mips_pop_frame, return_value_location): Update.
10982 (mips_n32n64_return_value, mips_dump_tdep): Update.
10983
ec03c1ac
AC
10984 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
10985 MIPS ABI.
10986
16e109ca
AC
10987 * mips-tdep.c: Update copyright.
10988 (mips_gdbarch_init): Merge two code blocks handling the register
10989 name and number layout.
10990
15255275
MS
109912004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
10992
10993 * tracepoint.c (validate_actionline): Fix segv at EOF
10994
9f9057da
MC
109952004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10996
10997 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
10998 properly for static fields.
10999
0127c0d3 110002004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 11001 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
11002
11003 * disasm.c: Update copyright to include 2004.
11004 (do_mixed_source_and_assembly): For uiout asm list
11005 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 11006 NULL and do so prior to loop. Only reset when we close off
0127c0d3 11007 the tuple/list. Move check for whether to close off the
fe61caab 11008 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
11009 on each loop iteration.
11010
5269965e
AC
110112004-01-05 Andrew Cagney <cagney@redhat.com>
11012
54f1137d
AC
11013 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11014 should be a switch case and not a label.
11015 * mips-tdep.c (mips32_next_pc): Delete unused labels
11016 "greater_equal_branch" and "less_zero_branch".
11017 * jv-valprint.c (java_print_value_fields): Delete unused label
11018 "flush_it".
11019
5269965e
AC
11020 * target.c (unpush_target): Only close a target that is in the
11021 target stack.
11022
dbc22fa1
MK
110232004-01-05 Mark Kettenis <kettenis@gnu.org>
11024
9515395e
MK
11025 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11026 address from [sp + 64] instead of %o2.
11027
dbc22fa1
MK
11028 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11029 fixes PR backtrace/1476.
11030
5439edaa
AC
110312004-01-05 Andrew Cagney <cagney@redhat.com>
11032
11033 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11034 move to start of file.
11035 * i386-tdep.h (struct regcache): Add opaque declaration.
11036 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11037 declaration.
11038 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11039 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11040 * win32-nat.c (fake_create_process): Use ISO C style definition.
11041 * stabsread.c (define_symbol): Delete #ifndef
11042 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11043 stabs_argument_has_addr call, macro never defined.
11044
19061abe
MC
110452004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11046
11047 * op50-rom.c: Delete.
11048 * w89k-rom.c: Delete.
11049 * Makefile.in: Remove references.
11050
e53bef9f
MK
110512004-01-04 Mark Kettenis <kettenis@gnu.org>
11052
11053 * x86-64-tdep.c: Update copyright year.
11054 (struct amd64_register_info): Rename from x86_64_register_info.
11055 (amd64_register_info): Rename from x86_64_register_info.
11056 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11057 (amd64_register_name): Rename from x86_64_register_name.
11058 (amd64_register_type): Rename from x86_64_register_type.
11059 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11060 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11061 (amd64_dwarf_reg_to_regnum): Rename from
11062 x86_64_dwarf_reg_to_regnum.
11063 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11064 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11065 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11066 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11067 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11068 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11069 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11070 (amd64_frame_cache): Rename from x86_64_frame_cache.
11071 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
11072 (amd64_frame_prev_register): Rename from
11073 x86_64_frame_prev_register.
11074 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
11075 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
11076 (amd64_sigtramp_frame_cache): Rename from
11077 x86_64_sigtramp_frame_cache.
11078 (amd64_sigtramp_frame_prev_register): Rename from
11079 x86_64_sigtramp_frame_prev_register.
11080 (amd64_sigtramp_frame_unwind): Rename from
11081 x86_64_sigtramp_frame_unwind.
11082 (amd64_sigtramp_frame_sniffer): Rename from
11083 x86_64_sigtramp_frame_sniffer.
11084 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
11085 (amd64_frame_base): Rename from x86_64_frame_base.
11086 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
11087 (amd64_frame_align): Rename from x86_64_frame_align.
11088 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
11089 (amd64_regset_from_core_section): Rename from
11090 x86_64_regset_from_core_section.
11091 (x86_64_init_abi): Update comments.
11092
fca6aa58
NR
110932004-01-04 Nick Roberts <nick@nick.uklinux.net>
11094
11095 * MAINTAINERS (write after approval): Add myself.
11096
8ada74e3
MK
110972004-01-04 Mark Kettenis <kettenis@gnu.org>
11098
11099 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
11100 `float' arguments.
11101
5154b0cd
MK
111022004-01-04 Mark Kettenis <kettenis@gnu.org>
11103
11104 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
11105 such that it mentions a specific version of GCC that exhibits this
11106 bug.
11107
fb316966
MK
111082004-01-03 Mark Kettenis <kettenis@gnu.org>
11109
200cc553
MK
11110 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
11111 structure that has a single `float' member, store it in %f1 in
11112 addition to %f0.
11113
e226a4a0
MK
11114 * sparc-sol2-nat.c: Add missing '\'.
11115
b9d4c5ed
MK
11116 * sparc-tdep.c (sparc32_return_value): New function.
11117 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
11118 Remove functions.
11119 (sparc32_gdbarch_init): Set return_value, don't set
11120 extract_return_value, store_return_value, use_struct_convention
11121 and return_value_on_stack.
11122
fb316966
MK
11123 * sparc-sol2-nat.c: Add missing ')'.
11124
1af510a8
JB
111252004-01-03 J. Brobecker <brobecker@gnat.com>
11126
11127 * infrun.c (handle_step_into_function): New function.
11128 (handle_inferior_event): Extract out some code into the new
11129 function above.
11130
5cf4d23a
JB
111312004-01-03 J. Brobecker <brobecker@gnat.com>
11132
11133 * infrun.c (handle_inferior_event): Move the declaration of
11134 real_stop_pc inside the if blocks where it is used.
11135
60af1db2
MK
111362004-01-03 Mark Kettenis <kettenis@gnu.org>
11137
11138 * sparc64-tdep.c (sparc64_16_byte_align_p)
11139 (sparc64_store_floating_fields, sparc64_store_floating_fields):
11140 Use check_typedef to get subtypes of structures and unions.
11141 (sparc64_store_return_value): Fix calculation of the appropriate
11142 offset into VALBUF when storing a structure or union.
11143 (sparc64_return_value): New function.
11144 (sparc64_use_struct_convention): Remove function.
11145 (sparc64_init_abi): Set return_value, don't set
11146 extract_return_value, store_return_value and
11147 use_struct_convention.
11148
1a901d3f
EZ
111492004-01-03 Eli Zaretskii <eliz@elta.co.il>
11150
11151 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
11152 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
11153 gdb/config/alpha/xm-alphaosf.h,
11154 gdb/config/powerpc/tm-ppcle-eabi.h,
11155 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
11156 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
11157 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
11158 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
11159 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
11160 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
11161 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
11162 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
11163 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
11164 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
11165 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
11166 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
11167 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
11168 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
11169 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
11170 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
11171 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
11172 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
11173 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
11174 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
11175 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
11176 Remove lines for .cvsignore files.
11177
ef52e463
JB
111782004-01-03 J. Brobecker <brobecker@gnat.com>
11179
11180 * infrun.c: Back out the previous change.
11181
cb1bf9dc
MK
111822004-01-03 Mark Kettenis <kettenis@gnu.org>
11183
f0424ef6
MK
11184 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
11185 sparc-*-sunos4* to the list of REMOVED configurations.
11186
cb1bf9dc
MK
11187 * configure.tgt: Add back sparc-*-vxworks*.
11188 * remote-vxsparc.c: Remove all includes except for "defs.h",
11189 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
11190 Include "sparc-tdep.h".
11191 (SPARC_R_G1): New define.
11192 (vxsparc_gregset): New variable.
11193 (ext_format_sparc): Remove extern declaration.
11194 (vx_read_register): Rewrite to use sparc32_supply_gregset and
11195 sparc32_supply_fpregset.
11196 (vx_write_register): Rewrite to use sparc32_collect_gregset,
11197 sparc_collect_rwindow and sparc32_collect_fpregset.
11198 * config/sparc/tm-vxworks.h: New file, based on recently removed
11199 tm-vxsparc.h.
11200 * config/sparc/vxworks.mt: New file, based on recently removed
11201 vxworks.mt.
fe61caab 11202
5e938f9f
JB
112032004-01-03 J. Brobecker <brobecker@gnat.com>
11204
11205 * infrun.c (handle_step_into_function): New function.
11206 (handle_inferior_event): Extract out some code into the new
11207 function above.
11208
386c036b
MK
112092004-01-02 Mark Kettenis <kettenis@gnu.org>
11210
11211 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
11212 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
11213 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
11214 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
11215 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
11216 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
11217 (sparc_nat_h): New variable.
11218 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
11219 (tm-sun4os4.h): Remove dependency.
11220 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
11221 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
11222 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
11223 sparc-tdep.o): Update dependencies.
11224 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
11225 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
11226 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
11227 dependencies.
11228 * configure.host: Remove existing sparc-*-lynxos*,
11229 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
11230 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
11231 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
11232 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
11233 triplets.
11234 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
11235 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
11236 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
11237 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
11238 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
11239 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
11240 sparc64-*-solaris2* and sparc64-*-* triplets.
11241 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
11242 "symtab.h" and "objfiles.h".
11243 (BIAS): Remove define.
11244 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
11245 (X_DISP19): Remove macros.
11246 (sparc_fetch_instruction): Remove function.
11247 (struct gdbarch_tdep): Remove definition.
11248 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
11249 (sparc_breakpoint_from_pc): Remove function.
11250 (struct sparc64_frame_cache): Remove definition.
11251 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
11252 sparc64_unwind_pc): Remove functions.
11253 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
11254 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
11255 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
11256 (sparc64_frame_cache): Change return type to `struct
11257 sparc_frame_cache *'. Simply call sparc_frame_cache.
11258 (sparc64_frame_this_id, sparc64_frame_prev_register,
11259 sparc64_frame_base_address): Use `struct sparc_frame_cache'
11260 instead of `struct sparc64_frame_cache.
11261 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
11262 sparc_analyze_control_transfer, sparc_software_single_step,
11263 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
11264 _initialize_sparc64_tdep): Remove functions.
11265 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
11266 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
11267 macros.
11268 (sparc64_supply_gregset, sparc64_collect_gregset,
11269 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
11270 (sparc64_init_abi): New function.
11271 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
11272 inclusion guard. Include "sparc-tdep.h".
11273 (BIAS): Define.
11274 (r_tstate_offset, r_fprs_offset): New defines.
11275 (enum sparc_regnum): Remove defenition.
11276 (enum sparc64_regnum): Reformat.
11277 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
11278 (sparc64_init_abi, sparc64_supply_gregset,
11279 sparc64_collect_gregset, sparc64_supply_fpregset,
11280 sparc64_collect_fpregset): New prototypes.
11281 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
11282 Add extern declarations.
11283 (sparc64_sol2_init_abi): New prototype.
11284 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11285 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11286 prototypes.
11287 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
11288 "sparnbsd-nat.h".
11289 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
11290 functions.
11291 (_initialize_sparc64fbsd_nat): Remove initialization of
11292 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
11293 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 11294 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
11295 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
11296 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
11297 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
11298 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
11299 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
11300 (sparc64fbsd_r_y_offset): Remove variables.
11301 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11302 Make static and const.
11303 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11304 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11305 functions.
11306 (sparc64fbsd_gregset): New variable.
11307 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
11308 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
11309 and sparc64_supply_fpregset.
11310 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
11311 (sparc64fbsd_sigtramp_frame_this_id)
11312 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
11313 (sparc64fbsd_sigtramp_frame_unwind): New variable.
11314 (sparc64fbsd_sigtramp_frame_sniffer): New function.
11315 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
11316 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
11317 * sparcnbsd-tdep.c: Update copyright year. Include
11318 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
11319 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
11320 "value.h" and "sparcnbsd-tdep.h".
11321 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
11322 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
11323 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
11324 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
11325 defines.
11326 (sparcnbsd_gregset): New variable.
11327 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
11328 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
11329 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
11330 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
11331 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
11332 variables.
11333 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
11334 (sparc32nbsd_sigcontext_frame_this_id)
11335 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
11336 (sparc32nbsd_sigcontext_frame_unwind): New variable.
11337 (sparc32nbsd_sigtramp_frame_sniffer): New function.
11338 (sparcnbsd_get_longjmp_target_32,
11339 sparcnbsd_get_longjmp_target_64): Remove functions.
11340 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
11341 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
11342 sparcnbsd_init_elf): Remove.
11343 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
11344 (sparcnbsd_elf_init_abi): New functions.
11345 (_initialize_sparcnbsd_tdep): New prototype.
11346 (_initialize_sparnbsd_tdep): Update.
11347 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
11348 corelow.o. Add sparc64-nat.o and sparc-nat.o.
11349 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
11350 * config/sparc/linux.mh: Update comment.
11351 (XM_FILE, HOST_IPC): Remove variables.
11352 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
11353 sparc-linux-nat.o.
11354 * config/sparc/linux.mt: Update comment.
11355 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
11356 * config/sparc/nbsd.mt: Reformat.
11357 * config/sparc/nbsd64.mh: Update comment.
11358 (NATDEPFILES): Add sparc-nat.o.
11359 * config/sparc/nbsd64.mt: Update comment.
11360 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
11361 (TM_FILE): Set to tm-nbsd.h.
11362 * config/sparc/nbsdelf.mh: Update comment.
11363 (NATDEPFILES): Add sparc-nat.o.
11364 (XM_FILE): Delete.
11365 * config/sparc/nbsdaout.mh: Update comment.
11366 (NATDEPFILES): Add sparc-nat.o
11367 (XM_FILE): Delete.
11368 * config/sparc/nm-linux.h: Update copyright year. Don't include
11369 "config/nm-svr4.h" and "solib.h". Add protection against multiple
11370 inclusion.
11371 (KERNEL_U_SIZE): Remove define.
11372 (kernel_u_size): Remove prototype.
11373 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
11374 * config/sparc/nm-nbsd.h: Update copyright. Don't include
11375 "regcache.h".
11376 (CHILD_PREPARE_TO_STORE): Remove define.
11377 * config/sparc/nm-nbsdaout.h: Tweak some comments.
11378 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
11379 sparcnbsd-nat.c: Rewrite files.
11380 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
11381 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
11382 sparcnbsd-tdep.h: Remove files.
11383 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
11384 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
11385 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
11386 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
11387 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
11388 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
11389 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
11390 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
11391 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
11392 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
11393 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
11394 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
11395 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
11396 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
11397 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
11398 * config/sparc/linux64.mh, config/sparc/linux64.mt,
11399 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
11400 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
11401 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
11402
ee84457a
AC
114032004-01-02 Andrew Cagney <cagney@redhat.com>
11404
11405 From 2003-12-18 Kazuhiro Inaoka:
11406 * configure.host: Add m32r-linux target.
11407
0bc2134e
MC
114082004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11409
11410 * top.c (print_gdb_version): Update year to 2004.
11411
89a72f9c
MM
114122004-01-02 Mark Mitchell <mark@codesourcery.com>
11413
11414 * MAINTAINERS: Add myself to the write-after-approval category.
11415
86b013ed
DJ
114162004-01-02 Daniel Jacobowitz <drow@mvista.com>
11417
11418 From Bernardo Innocenti <bernie@develer.com>:
11419 * configure.tgt: Add uClinux target.
11420
e42c9534
AC
114212004-01-02 Andrew Cagney <cagney@redhat.com>
11422
11423 * utils.c (do_my_cleanups): Make static, add forward declaration.
11424 * defs.h (do_my_cleanups): Delete declaration.
11425
162467d3
EZ
114262004-01-02 Eli Zaretskii <eliz@elta.co.il>
11427
11428 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
11429 bfd/ChangeLog-0203.
11430
78434e59
MK
114312004-01-02 Mark Kettenis <kettenis@gnu.org>
11432
11433 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
11434 in <machine/reg.h>.
11435 * configure, config.in: Regenerate.
11436
48efe704
AC
11437For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
11438tui/ChangeLog-1998-2003.
c906108c
SS
11439\f
11440Local Variables:
11441mode: change-log
11442left-margin: 8
11443fill-column: 74
11444version-control: never
11445End:
This page took 1.261111 seconds and 4 git commands to generate.