2004-11-30 Randolph Chung <tausq@debian.org>
[binutils-gdb.git] / gdb / ChangeLog
1 2004-11-30 Randolph Chung <tausq@debian.org>
2
3 * breakpoint.c (break_at_finish_command): Delete.
4 (break_at_finish_command_1): Delete.
5 (break_at_finish_at_depth_command): Delete.
6 (break_at_finish_at_depth_command_1): Delete.
7 (tbreak_at_finish_command): Delete.
8 * hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
9 and bx commands.
10
11 2004-11-30 Andrew Cagney <cagney@gnu.org>
12
13 * config/nm-gnu.h: Delete file.
14 * config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".
15
16 * config/nm-sysv4.h: Delete file.
17 * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
18 * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
19 * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
20 * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
21 * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".
22
23 2004-11-29 Andrew Cagney <cagney@gnu.org>
24
25 * MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
26 Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
27 as can-commit architecture developers.
28
29 2004-11-29 Mark Kettenis <kettenis@gnu.org>
30
31 * sparc-tdep.c (X_RS1, X_SIMM13): New macros.
32 (sparc32_skip_prologue): Skip instructions that store arguments in
33 registers into their corresponding stack slots.
34
35 * config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
36 tm-solib.h.
37 * config/m68k/obsd.mh (NAT_FILE): Likewise.
38
39 * sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
40 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
41 * sparcobsd-tdep.c (sparc32obsd_init_abi): Call
42 sparc32nbsd_elf_init_abi. Remove duplicate code.
43
44 * config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
45 * config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
46 * config/sparc/nm-nbsd.h: Remove file.
47 * config/sparc/nm-nbsdaout.h: Remove file.
48
49 * sparc-nat.c (inf_ptrace_xfer_partial): New variable.
50 (sparc_xfer_partial): New function.
51 (sparc_target): Save value of to_xfer_partial from ptrace vector.
52 Set to_xfer_partial.
53
54 * fork-child.c (fork_inferior): Fork instead of vfork if
55 PRE_TRACE_FUN is non-null.
56
57 2004-11-24 Fred Fish <fnf@specifixinc.com>
58
59 * rs6000-tdep.c (skip_prologue): Use line table info to skip over
60 compiler generated function calls made as part of a prologue.
61
62 2004-11-23 Mark Kettenis <kettenis@gnu.org>
63
64 * inf-ttrace.c: New file.
65 * inf-ttrace.h: New file.
66 * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
67 Include "inf-ttrace.h".
68 (ss_mpsfu_high): Define to ss_tlsp if necessary.
69 (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
70 ptid_get_pid instead of PIDGET. Modify to handle both ttrace and
71 ptrace systems.
72 (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
73 instead of inf_ptrace_target.
74 * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
75 * Makefile.in (inf_ttrace_h): New variable.
76 (hppa-hpux-nat.o): Update dependency.
77 (inf-ttrace.o): New dependency.
78 (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
79
80 2004-11-23 Randolph Chung <tausq@debian.org>
81
82 * arch-utils.c (generic_instruction_nullified): New.
83 * arch-utils.h (generic_instruction_nullified): New.
84 * gdbarch.sh (instruction_nullified): New method.
85 * gdbarch.c: Regenerate.
86 * gdbarch.h: Regenerate.
87 * infrun.c (INSTRUCTION_NULLIFIED): Delete.
88 (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
89 new gdbarch method.
90 * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
91 * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
92 static. Rewrite to work directly off the passed regcache.
93 (hppa_gdbarch_init): Set instruction_nullified method.
94
95 2004-11-23 Joel Brobecker <brobecker@gnat.com>
96
97 * sparc-tdep.c (sparc_is_unimp_insn): New function.
98 (sparc32_frame_cache): For functions where there is no debugging
99 information to help us determine whether it's a struct-return
100 function or not, fallback on checking whether the instruction
101 at the return address is an "unimp" instruction or not.
102
103 2004-11-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
104
105 * MAINTAINERS: Add myself to write after approval section.
106
107 * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
108 hpux-thread.c to suppress children from running.
109 (hppa_hpux_child_can_run): New function.
110 (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
111 * hpux-thread.c: Include string.h and hppa-tdep.h.
112 (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
113 HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
114 (hpux_thread_store_registers): Replace deprecated_registers with
115 calls to regcache_raw_read.
116 * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
117
118 2004-11-21 Mark Kettenis <kettenis@gnu.org>
119
120 * sparc64fbsd-nat.c: Update copyright year.
121 (_initialize_sparc64fbsd_nat): Construct and add target vector.
122 * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
123 inftarg.o.
124
125 2004-11-21 Daniel Jacobowitz <dan@debian.org>
126
127 * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
128
129 2004-11-21 Daniel Jacobowitz <dan@debian.org>
130
131 * linux-nat.c (my_waitpid): New function.
132 (linux_test_for_tracefork): Make more robust and verbose. Take
133 an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
134 (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
135 argument. Update calls to linux_test_for_tracefork.
136 (linux_enable_event_reporting, child_follow_fork)
137 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
138 (child_insert_exec_catchpoint): Update calls to
139 linux_supports_tracefork and linux_supports_tracevforkdone.
140
141 2004-11-21 Daniel Jacobowitz <dan@debian.org>
142
143 * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
144 (value_subscripted_rvalue): Likewise.
145 * valops.c (search_struct_field, value_slice): Likewise.
146
147 2004-11-21 Mark Kettenis <kettenis@gnu.org>
148
149 * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
150 Reorder includes a bit. Fix comment.
151 * Makefile.in (inf-ptrace.o): Update dependencies.
152
153 2004-11-21 Andreas Schwab <schwab@suse.de>
154
155 * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
156 (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
157 svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
158 to glibc_skip_solib_resolver.
159 * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o. Remove
160 solib-legacy.o.
161 * Makefile.in (m68klinux-tdep.o): Update dependencies.
162
163 2004-11-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
164
165 * infttrace.h (ttrace_write_reg_64): Add prototype.
166 * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
167 expression.
168 (store_inferior_registers): Correct formatting. Replace uses of
169 deprecated_registers with calls to regcache_raw_read,
170 regcache_raw_write_part and regcache_raw_read_part.
171
172 2004-11-21 Mark Kettenis <kettenis@gnu.org>
173
174 * config/pa/hppahpux.mh: Remove file.
175 * config/pa/hpux1020.mh: Remove file.
176
177 2004-11-20 Andreas Schwab <schwab@suse.de>
178
179 * configure.host: Set host floatformat for m68k.
180
181 2004-11-20 Eli Zaretskii <eliz@gnu.org>
182
183 * config/djgpp/fnchange.lst: Resolve file-name clash between
184 hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
185
186 2004-11-20 Mark Kettenis <kettenis@gnu.org>
187
188 * hppa-hpux-nat.c: New file.
189 * config/pa/hpux.mh (NATDEPFILES): New file.
190 * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
191 (hppa-hpux-nat.o): New dependency.
192 * configure.host: Remove hppa*-*-hpux10.20.
193 (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
194
195 * inf-ptrace.c: Fix coding style.
196
197 * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
198 * infptrace.c (call_ptrace): Simply call ptrace with four
199 arguments.
200
201 * dbxread.c (process_one_symbol): Fix a few coding standard
202 issues. Improve code formatting.
203
204 * dbxread.c: Include "gdb_string.h".
205 (record_minimal_symbol, read_ofile_symtab): Replace
206 DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
207 * Makefile.in (dbxread.o): Update dependencies.
208
209 * dwarf2-frame.c (read_encoded_value): Correctly calculate number
210 of bytes read for aligned LEB128 encodings.
211
212 2004-11-19 Mark Kettenis <kettenis@gnu.org>
213
214 * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
215 parse_and_eval_address to u_long before converting it to a pointer
216 type.
217 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
218 ps_strings from int to u_long.
219 * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
220 u_long instead of CORE_ADDR.
221
222 2004-11-18 Mark Kettenis <kettenis@gnu.org>
223
224 * dbxread.c (process_one_symbol): Do not adjust address of first
225 N_SLINE stab for a function for code generated by non-GCC
226 compilers.
227
228 2004-11-18 Kevin Buettner <kevinb@redhat.com>
229
230 * solib-null.c: New file.
231
232 2004-11-17 Andrew Cagney <cagney@gnu.org>
233
234 * MAINTAINERS: Drop MIPS and remote.
235
236 2004-11-15 Andrew Cagney <cagney@gnu.org>
237
238 * findvar.c (value_of_register): Set the frame ID.
239 * value.c (value_primitive_field): Copy the frame ID.
240 * valops.c (value_assign): Simplify lval_register case, there's
241 always a frame.
242
243 2004-11-14 Daniel Jacobowitz <dan@debian.org>
244
245 * Makefile.in (mips-linux-tdep.o): Update dependencies.
246 * mips-linux-tdep.c: Include "regcache.h".
247 (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
248
249 2004-11-14 Daniel Jacobowitz <dan@debian.org>
250
251 * Makefile.in (linux-thread-db.o): Fix typo in last change.
252
253 2004-11-14 Daniel Jacobowitz <dan@debian.org>
254
255 * linux-thread-db.c: New file, renamed from thread-db.c.
256 * thread-db.c: Remove.
257 * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
258 * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
259 to linux-thread-db.o.
260 * config/arm/linux.mh (NATDEPFILES): Likewise.
261 * config/i386/linux.mh (NATDEPFILES): Likewise.
262 * config/i386/linux64.mh (NATDEPFILES): Likewise.
263 * config/ia64/linux.mh (NATDEPFILES): Likewise.
264 * config/m32r/linux.mh (NATDEPFILES): Likewise.
265 * config/m68k/linux.mh (NATDEPFILES): Likewise.
266 * config/mips/linux.mh (NATDEPFILES): Likewise.
267 * config/pa/linux.mh (NATDEPFILES): Likewise.
268 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
269 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
270 * config/s390/s390.mh (NATDEPFILES): Likewise.
271 * config/sparc/linux.mh (NATDEPFILES): Likewise.
272 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
273
274 2004-11-13 Andrew Cagney <cagney@gnu.org>
275
276 * config/i386/i386lynx.mh: Delete file.
277 * config/i386/i386lynx.mt: Delete file.
278 * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
279 * i386ly-tdep.c: Delete.
280
281 * config/tm-lynx.h: Delete, inline contents ...
282 * config/rs6000/tm-rs6000ly.h: ... here.
283
284 * config/tm-sysv4.h: Delete file, inlining contents.
285 * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
286 * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
287 * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
288
289 * regcache.h (deprecated_register_valid): Delete.
290 (deprecated_registers): Delete.
291 * regcache.c (deprecated_register_valid): Delete.
292 (deprecated_registers): Delete.
293 (deprecated_read_register_byte, _initialize_regcache)
294 (deprecated_write_register_bytes, build_regcache): Update.
295 * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
296 remote-sds.o.
297 * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
298 * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
299
300 * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
301 v850-*-* under removed.
302 * configure.host: Delete ns32k-*-netbsd*.
303 * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
304 ns32k-*-netbsd*, and v850*-*-*.
305 * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
306 "Deleted"
307 * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
308 * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
309 * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
310 * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
311 * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
312 * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
313 * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
314 * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
315 * v850-tdep.c: Delete.
316
317 2004-11-13 Joel Brobecker <brobecker@gnat.com>
318
319 * irix5-nat.c (fetch_core_registers): Replace use of
320 deprecated_registers by equivalent code.
321
322 2004-11-13 Joel Brobecker <brobecker@gnat.com>
323
324 * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
325 with equivalent code.
326 (fill_fpregset): Likewise.
327
328 2004-11-13 Andrew Cagney <cagney@gnu.org>
329
330 * MAINTAINERS: Do not list "Deleted" architectures.
331
332 * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
333 m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
334 sparc-*-vxworks*.
335 * NEWS: Mention that vxworks was deleted.
336 * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
337 * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
338 * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
339 * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
340 * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
341 * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
342 * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
343 * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
344 * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
345 * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
346 * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
347 * remote-vxmips.c, remote-vx.c: Delete.
348 * remote-vx68.c: Delete.
349 * config/m68k/tm-os68k.h: Remove reference to VxWorks.
350 * config/m68k/os68k.mt, ada-lang.h: Ditto.
351 * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
352 (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
353
354 2004-11-13 Eli Zaretskii <eliz@gnu.org>
355
356 * config/i386/xm-go32.h: Don't include fopen-bin.h.
357 Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
358
359 * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
360 branch that doesn't define CRLF_SOURCE_FILES; always use
361 binary-mode open.
362 (print_source_lines_base, forward_search_command)
363 (reverse_search_command): Enable the code that accepts DOS-style
364 CRLF line endings on all platforms (this removes the need for
365 CRLF_SOURCE_FILES).
366
367 * defs.h: Fix wording of the comment before FOPEN_RB.
368 (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
369
370 * config/djgpp/fnchange.lst: Group renames for opcode directory
371 together.
372
373 * config/djgpp/djconfig.sh: Replace file names that don't exist
374 anymore with existing files, for checking the unpacked
375 distribution.
376
377 * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
378 Export pre-cooked values in configure-* targets that begin with
379 "@test -f stage_last".
380
381 2004-11-12 Andrew Cagney <cagney@gnu.org>
382
383 * defs.h (enum lval_type): Delete lval_reg_frame_relative.
384 * value.h (struct value): Update comment.
385 * valops.c (value_assign): Fold lval_reg_fame_relative into
386 lval_register.
387 * findvar.c (value_from_register, locate_var_value): Ditto.
388
389 2004-11-12 Randolph Chung <tausq@debian.org>
390
391 * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
392 * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
393 (write_exp_msymbol): Remove conditional check for symbols starting
394 with $. Update comments.
395
396 2004-11-12 Randolph Chung <tausq@debian.org>
397
398 * pa64solib.c (pa64_solib_thread_start_addr): Rename from
399 so_lib_thread_start_addr.
400 * pa64solib.h (so_list): Forward declare.
401 (pa64_solib_thread_start_addr): Prototype.
402 * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
403 (no_shared_libraries): Remove.
404 (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
405 * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
406 * hpread.c (hpread_process_one_debug_symbol): Use either the som or
407 the elf solib handler to find the start address.
408
409 * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support
410 files to the target makefile.
411 * config/pa/hpux1020.mh (NATDEPFILES): Likewise.
412 * config/pa/hpux11.mh (NATDEPFILES): Likewise.
413 * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
414
415 * config/pa/hppa64.mt (TDEPFILES): Put target-specific support
416 files for symbol reading and shared library handling here.
417 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
418 (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target
419 without bringing in 64-bit support.
420
421 2004-11-12 Andrew Cagney <cagney@gnu.org>
422
423 * sparc-tdep.c: Replace VALUE_TYPE with value_type.
424 * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
425 * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
426 * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
427 * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
428 * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
429 * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
430
431 Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
432 * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
433 (VALUE_REGNUM): Define.
434 (struct value): Delete location.regnum, rename "regno" to
435 "regnum".
436 * value.c, valops.c, valarith.c, findvar.c: Update.
437
438 * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
439 (VALUE_BITPOS): Delete.
440 (value_type, value_offset, value_bitsize, value_bitpos): Declare.
441 * value.c (value_type, value_offset, value_bitpos)
442 (value_bitsize): New functions. Update references.
443 * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
444 * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
445 * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
446 * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
447 * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
448 * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
449 * valops.c, eval.c, findvar.c, breakpoint.c: Update.
450 * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
451 * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
452
453 2004-11-12 Andrew Cagney <cagney@gnu.org>
454
455 * cris-tdep.c (cris_register_offset): Delete, never called.
456 (cris_spec_reg_applicable): Delete cris_ver_sim.
457 * MAINTAINERS: List d10v as OBSOLETE.
458 * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
459 FOPEN_WB et.al., defined by "fopen-bin.h".
460
461 2004-11-12 Randolph Chung <tausq@debian.org>
462
463 * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
464 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
465 * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
466 * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
467
468 2004-11-12 Mark Kettenis <kettenis@jive.nl>
469
470 * tui/tui-io.c: Don't include "terminal.h".
471 * Makefile.in (tui-io.o): Update dependencies.
472
473 2004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>
474
475 * Makefile.in (m32r-linux-tdep.o): Update dependencies.
476 * m32r-linux-tdep.c (m32r_linux_init_abi): Call
477 set_gdbarch_regset_from_core_section for core file support.
478 (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
479 New functions.
480
481 2004-11-11 Randolph Chung <tausq@debian.org>
482
483 * hppa-tdep.c (skip_prologue_hard_way): Make static, add
484 stop_after_branch parameter and use it to determine if we should look
485 at the delay slot of the first branch insn to find prologue insns.
486 (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
487 (hppa_frame_cache): Likewise.
488
489 2004-11-11 Randolph Chung <tausq@debian.org>
490
491 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
492 register so that it can be unwound from anywhere in the prologue.
493
494 2004-11-10 msnyder <msnyder@redhat.com>
495
496 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
497 must invalidate lr_reg (so we don't try to save it again).
498 Ditto for cr_offset and cr_reg.
499
500 2004-11-05 Jon Beniston <jon@beniston.com>
501
502 Committed by Andrew Cagney.
503 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
504 when an unexpected packet is received, as the target stubs
505 continually retransmit the same packet until ACKed.
506
507 2004-11-10 Randolph Chung <tausq@debian.org>
508
509 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
510 frame's type.
511
512 2004-11-10 Randolph Chung <tausq@debian.org>
513
514 * blockframe.c (inside_entry_func): Move to .....
515 * frame.c (inside_entry_func): ... here, and make static.
516 (backtrace_past_entry): New flag.
517 (get_prev_frame): Stop backtrace at the entry function if enabled
518 by flag. Update comments.
519 (_initialize_frame): Add command to set backtrace_past_entry flag.
520 * defs.h (inside_entry_func): Remove prototype.
521
522 2004-11-10 Mark Kettenis <kettenis@gnu.org>
523
524 * dwarf2read.c: Fix formatting.
525
526 2004-11-10 Andrew Cagney <cagney@gnu.org>
527
528 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
529 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
530 macros with function declarations.
531 * value.c (coerce_ref, coerce_array, coerce_number)
532 (coerce_enum): New functions.
533 (value_as_long, value_as_address): Update.
534 * ada-lang.c (ada_coerce_ref, ada_value_binop)
535 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
536 * jv-lang.c (evaluate_subexp_java): Update.
537 * valarith.c (value_less, value_neg, value_complement)
538 (value_binop, value_add, value_subscript, value_x_binop)
539 (value_logical_not, value_sub): Update.
540 * valops.c (check_field, value_struct_elt, value_ind)
541 (value_find_oload_method_list, value_cast, value_assign): Update.
542 * eval.c (evaluate_subexp_standard): Update.
543
544 2004-11-10 Mark Kettenis <kettenis@gnu.org>
545
546 * mips-tdep.c (mips32_relative_offset): Change return type to
547 LONGEST, change argument type to ULONGEST. Fix sign-extension.
548
549 2004-11-10 Randolph Chung <tausq@debian.org>
550
551 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
552 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
553 (hppa_fetch_pointer_argument): Likewise.
554 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
555 deprecated_read_memory_nobpt.
556 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
557 add_set_cmd sequence with add_setshow_boolean_cmd.
558
559 2004-11-09 Andrew Cagney <cagney@gnu.org>
560
561 GDB 6.3 released from GDB 6.3 branch.
562
563 2004-11-09 Andrew Cagney <cagney@gnu.org>
564
565 * values.c: Rename to ...
566 * value.c: ..., new file.
567 * Makefile.in: Update.
568
569 2004-11-09 Daniel Jacobowitz <dan@debian.org>
570
571 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
572 size.
573
574 2004-11-09 Andrew Cagney <cagney@gnu.org>
575
576 * TODO: Delete.
577
578 * value.h (struct value): Delete field bfd_section.
579 (VALUE_BFD_SECTION): Delete macro.
580 (COERCE_REF): Update.
581 (value_at, value_at_lazy): Delete asection parameter.
582 * printcmd.c (print_formatted, x_command): Update.
583 (do_examine): Delete asection parameter.
584 (next_section): Delete variable.
585 * valops.c (value_cast, value_at, value_at_lazy)
586 (value_coerce_function, value_addr, value_ind, value_string)
587 (find_rt_vbase_offset, value_full_object): Update.
588 * hpacc-abi.c (hpacc_virtual_fn_field)
589 (hpacc_value_rtti_type): Update.
590 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
591 (gnuv3_baseclass_offset): Update.
592 * f-valprint.c (f_val_print): Update.
593 * c-valprint.c (c_val_print): Update.
594 * p-valprint.c (pascal_val_print): Update.
595 * jv-valprint.c (java_value_print): Update.
596 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
597 * ada-lang.c (ada_value_primitive_packed_val)
598 (ada_evaluate_subexp): Update.
599 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
600 * expprint.c (print_subexp_standard): Update.
601 * infcall.c (call_function_by_hand): Update.
602 * valarith.c (value_add): Update.
603 * eval.c (evaluate_subexp_standard): Update.
604 * values.c (allocate_value, value_copy, value_static_field): Update.
605 * findvar.c (read_var_value, locate_var_value): Update.
606
607 2004-11-09 Andrew Cagney <cagney@gnu.org>
608
609 * i386-linux-tdep.c: Include "dwarf2-frame.h".
610 * Makefile.in: Update all dependencies.
611
612 2004-11-08 Andrew Cagney <cagney@gnu.org>
613
614 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
615 (sentinel_frame_unwinder): Add the prev_pc method.
616 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
617 available. Do not handle the sentinel-frame case.
618 * frame-unwind.h (frame_prev_register_ftype): Define.
619 (struct frame_unwind): Add prev_pc;
620
621 2004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
622
623 * configure.in: Check for ncurses/term.h.
624 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
625 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
626 * tui/tui.c: Don't include term.h.
627 * configure, config.in: Rebuilt.
628
629 2004-11-08 Mark Kettenis <kettenis@gnu.org>
630
631 * m68kbsd-nat.c: Include "inf-ptrace.h".
632 (_initialize_m68kbsd_nat): Fix pasto.
633 * Makefile.in (m68kbsd-nat.o): Update dependencies.
634
635 2004-11-08 Randolph Chung <tausq@debian.org>
636
637 * infrun.c (debug_infrun): New variable.
638 (resume, proceed, wait_for_inferior): Annotate with debug messages.
639 (handle_inferior_event, keep_going): Likewise.
640 (_initialize_infrun): Register "set debug infrun" command.
641
642 2004-11-08 Andreas Schwab <schwab@suse.de>
643
644 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
645 PTRACE_EVENT_VFORKDONE.
646 (child_follow_fork): Adjust.
647
648 2004-11-08 Andrew Cagney <cagney@gnu.org>
649
650 * README: Refer to 6.3, not 6.2, update directory listing droppng
651 references to intl/ and mmalloc/.
652 * PROBLEMS: Refer to 6.3 not 6.2.
653
654 * PROBLEMS: Delete no-longer applicable problems.
655
656 2004-11-07 Andrew Cagney <cagney@redhat.com>
657 Daniel Jacobowitz <dan@debian.org>
658 Roland McGrath <roland@redhat.com>
659
660 * Makefile.in (symfile-mem.o): Update dependencies.
661 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
662 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
663 * inf-ptrace.c (inf_ptrace_attach): Call
664 observer_notify_inferior_created.
665 * inftarg.c (child_attach): Likewise.
666 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
667 (symbol_file_add_from_memory): Take NAME argument. Use it for
668 the new BFD's filename.
669 (add_symbol_file_from_memory_command): Update call to
670 symbol_file_add_from_memory.
671 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
672 (symbol_file_add_from_memory_wrapper): New.
673 (_initialize_symfile_mem): Register add_vsyscall_page as an
674 inferior_created observer.
675
676 2004-11-07 Mark Kettenis <kettenis@gnu.org>
677
678 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
679 fetch_inferior_registers. Make static.
680 (m68kbsd_store_inferior_registers): Rename from
681 store_inferior_registers. Make static.
682 (_initialize_m68kbsd_nat): Construct and add target vector.
683 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
684 inftarg.o. Add inf-ptrace.o.
685 (NAT_FILE): Set to tm-solib.h.
686 (LOADLIBES): New variable.
687 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
688 inftarg.o. Add inf-ptrace.o.
689 (NAT_FILE): Delete variable.
690 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
691 inftarg.o. Add inf-ptrace.o.
692 (NAT_FILE): Set to tm-solib.h.
693 * config/m68k/nm-nbsdaout.h: Remove file.
694
695 2004-11-07 Daniel Jacobowitz <dan@debian.org>
696
697 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
698 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
699 (dwarf2_signal_frame_unwind): New.
700 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
701 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
702
703 2004-11-07 Mark Kettenis <kettenis@gnu.org>
704
705 * Makefile.in (mips64obsd-tdep.o): Fix typo.
706
707 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
708 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
709 to only include the structure members we actually need.
710 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
711 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
712 only include the structure members we actually need.
713 (mipsnbsd_init_abi): Update.
714
715 * mips64obsd-nat.c: Include "mips-tdep.h".
716 (MIPS64OBSD_NUM_REGS): Remove define.
717 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
718 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
719 floating-point registers correctly.
720 * Makefile.in (mips64obsd-nat.o): Update dependencies.
721
722 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
723 "gdb_assert.h".
724 (mips64obsd_sigframe_init): New function.
725 (mips64obsd_sigframe): New variable.
726 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
727 unwinder.
728 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
729
730 2004-11-06 Joel Brobecker <brobecker@gnat.com>
731
732 * alpha-mdebug-tdep.c: #include mdebugread.h.
733 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
734 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
735
736 2004-11-05 Andrew Cagney <cagney@gnu.org>
737
738 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
739 CFI and the init_reg method leave the register unspecified.
740 Include the register name in the "Incomplete CFI data" complaint.
741 Supress leading zeros in the address.
742
743 2004-11-05 Mark Kettenis <kettenis@gnu.org>
744
745 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
746 skipping a personality routine in a CIE augmentation.
747
748 2004-11-05 Jeff Johnston <jjohnstn@redhat.com>
749
750 * defs.h (fatal, vfatal): New function prototypes.
751 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
752 via catch_errors.
753 (backtrace_command): Change to call backtrace_command_stub via
754 catch_errors instead of calling backtrace_command_1 directly.
755 (backtrace_full_command): Ditto.
756 * utils.c (error_stream_1): New static function.
757 (verror): Change to call error_stream_1 instead of error_stream.
758 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
759 (vfatal, fatal): New functions.
760
761 2004-11-05 Andrew Cagney <cagney@gnu.org>
762
763 * stack.c (parse_frame_specification_1): Clear selected_frame_p
764 when not using selected frame.
765
766 2004-11-05 Mark Kettenis <kettenis@jive.nl>
767
768 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
769 personality routine in a CIE augmentation.
770
771 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
772
773 * stack.c (set_current_sal_from_frame): New function.
774 (print_args_stub): Use it.
775 (print_frame_info): Don't set sal here.
776
777 2004-11-04 Mark Kettenis <kettenis@gnu.org>
778
779 * dwarf2-frame.c (read_encoded_value): Change type of third
780 argument to `unsigned char *'. Add support for LEB128 encodings.
781
782 2004-11-04 Jim Blandy <jimb@redhat.com>
783
784 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
785 prevent cross-objfile references.
786 (make_cv_type): Doc fix. Don't create cross-objfile references,
787 even for stub types.
788 (replace_type): Add assertion to prevent cross-objfile references.
789 (check_typedef): Never resolve a stub type by copying over a type
790 from another file.
791
792 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
793
794 * Makefile.in (m32r-tdep.o): Update dependencies.
795 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
796 ABI-specific overrides.
797
798 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
799
800 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
801 unnecessary parallel execution bit.
802 (m32r_memory_remove_breakpoint): Ditto.
803 (m32r_breakpoint_from_pc): Update.
804
805 2004-11-03 Randolph Chung <tausq@debian.org>
806
807 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
808 frame_func_unwind to locate the unwind entry.
809 (hppa_frame_this_id): Likewise.
810
811 2004-11-03 Andrew Cagney <cagney@gnu.org>
812
813 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
814 packet, obsolete configurations, end-of-life deprecated_registers.
815
816 2004-11-02 Mark Kettenis <kettenis@gnu.org>
817
818 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
819 encodings as well as unsigned encodings.
820
821 2004-11-02 Andrew Cagney <cagney@gnu.org>
822
823 * value.h (COERCE_VARYING_ARRAY): Delete.
824 * valops.c (value_cast, value_slice): Delete use.
825 * valarith.c (value_subscript, value_concat): Delete use.
826
827 2004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
828
829 * NEWS: GDB understands GNAT Ada.
830
831 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
832
833 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
834 (amd64-sol2-tdep.o): Add dependencies.
835 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
836 config/i386/sol2-64.mt: New files.
837 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
838 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
839 (supply_gregset): Correct order of arguments to
840 amd64_supply_native_gregset.
841 (fill_gregset): Correct order of arguments to
842 amd64_collect_native_gregset.
843 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
844 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
845 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
846 for definition of NEW_PROC_API.
847 * configure: Regenerate.
848
849 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
850
851 * MAINTAINERS (Write After Approval): Add myself.
852
853 2004-11-01 Andrew Cagney <cagney@gnu.org>
854
855 * configure.tgt: Mark d10v-*-* as obsolete.
856 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
857
858 2004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
859
860 * values.c (modify_field): Correct handling of bit-fields that
861 don't fit in 32 bits. Use unsigned operations throughout and
862 simplify the code a bit. Document preconditions.
863
864 2004-10-31 Andrew Cagney <cagney@gnu.org>
865
866 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
867 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
868 (in_plt_section): Delete.
869
870 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
871 (mips_gdbarch_init): Do not set same.
872
873 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
874 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
875
876 * gdbarch.sh (in_solib_call_trampoline): Delete.
877 * gdbarch.h, gdbarch.c: Re-generate.
878
879 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
880 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
881 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
882 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
883 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
884
885 2004-10-31 Mark Kettenis <kettenis@gnu.org>
886
887 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
888 (mipsnbsd_fetch_inferior_registers): Rename from
889 fetch_inferior_registers. Make static.
890 (mipsnbsd_store_inferior_registers): Rename from
891 store_inferior_registers. Make static.
892 (_initialize_mipsnbsd_nat): New function and prototype.
893 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
894 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
895 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
896 inf-ptrace.o.
897
898 2004-10-31 Andrew Cagney <cagney@gnu.org>
899
900 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
901 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
902 delete corresponding unused function.
903 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
904 in_solib_call_trampoline.
905 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
906 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
907 * config/mips/tm-nbsd.h: Ditto.
908 * config/arm/tm-linux.h: Ditto.
909 * config/mips/tm-linux.h: Ditto.
910
911 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
912 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
913 in_solib_call_trampoline, delete corresponding unused function.
914 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
915 (vaxnbsd_aout_init_abi): Ditto.
916 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
917 (sparc32nbsd_aout_init_abi): Ditto.
918 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
919 (ppc_linux_init_abi): Ditto.
920 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
921 (ns32knbsd_init_abi_aout): Ditto.
922 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
923 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
924 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
925 (m68kbsd_aout_init_abi): Ditto.
926 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
927 (i386_cygwin_init_abi): Ditto.
928 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
929 (i386bsd_init_abi): Ditto.
930
931 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
932 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
933 isn't used by this architecture.
934 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
935 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
936 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
937 * s390-tdep.c (s390_gdbarch_init): Ditto.
938 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
939 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
940 * i386-tdep.c (i386_svr4_init_abi): Ditto.
941 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
942 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
943 * amd64-tdep.c (amd64_init_abi): Ditto.
944
945 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
946 in_solib_call_trampoline to its default value of
947 generic_in_solib_call_trampoline.
948 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
949 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
950 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
951 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
952 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
953 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
954
955 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
956
957 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
958
959 * config/mips/tm-mips.h: Delete file.
960 * remote-mips.c: Delete tm-mips.h from comment.
961 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
962 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
963 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
964 * config/mips/tm-linux.h: Don't include tm-mips.h.
965 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
966 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
967 * config/mips/tm-wince.h: Don't include.
968
969 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
970 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
971 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
972 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
973
974 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
975 * mdebugread.c (ecoff_relocate_efi): Delete function.
976 * objfiles.c (objfile_relocate): Delete #ifdef
977 MDEBUG_EFI_SYMBOL_NAME code.
978
979 2004-10-31 Orjan Friberg <organ.friberg@axis.com>
980 Andrew Cagney <cagney@gnu.org>
981
982 * gdbarch.sh (single_step_through_delay): Add.
983 * gdbarch.h, gdbarch.c: Re-generate.
984 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
985 (mips_step_skips_delay): Delete.
986 * mips-tdep.c (mips_single_step_through_delay): Replace
987 mips_step_skips_delay.
988 (mips_gdbarch_init): Set single_step_through_delay.
989 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
990
991 2004-10-31 Mark Kettenis <kettenis@gnu.org>
992
993 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
994 from TRAMP_FRAME frame type.
995
996 2004-10-31 Andrew Cagney <cagney@gnu.org>
997
998 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
999
1000 * mips-tdep.c (mips_ignore_helper): Delete.
1001 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
1002 * infrun.c (handle_inferior_event): Delete #ifdef
1003 DEPRECATED_IGNORE_HELPER_CALL code.
1004
1005 * config/mips/tm-mips.h (RA_REGNUM): Delete.
1006
1007 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1008
1009 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
1010 (fill_fpregset): Do not compile for 64-bit systems.
1011 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
1012 * Makefile.in (i386-sol2-nat.o): Update dependencies.
1013 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
1014
1015 2004-10-30 Andrew Cagney <cagney@gnu.org>
1016
1017 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
1018 (struct mdebug_extra_func_info): Define.
1019 * config/alpha/tm-alpha.h: Delete same.
1020 * config/mips/tm-mips.h: Delete same.
1021 * mdebugread.c: Delete same.
1022 * Makefile.in: Update dependencies.
1023 * mips-mdebug-tdep.c: Include "mdebugread.h".
1024
1025 * objfiles.c: Include "mdebugread.h".
1026 * mdebugread.c: Include "mdebugread.h".
1027 (ecoff_relocate_cfi): Delete.
1028 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
1029 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
1030 * mdebugread.h (ecoff_relocate_efi): New file.
1031 * Makefile.in: Update dependencies.
1032
1033 * mips-tdep.c (struct frame_extra_info): Delete.
1034 (temp_proc_desc): Delete.
1035
1036 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1037 MIPS_EFI_SYMBOL_NAME.
1038 (mips_extra_func_info_t, mips_extra_func_info): Delete.
1039 (struct mdebug_extra_func_info): Replace struct
1040 alpha_extra_func_info and alpha_extra_func_info_t.
1041 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1042 MIPS_EFI_SYMBOL_NAME.
1043 (struct mdebug_extra_func_info): Replace struct
1044 alpha_extra_func_info and alpha_extra_func_info_t.
1045 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
1046 * mdebugread.c, alpha-mdebug-tdep.c:
1047
1048 Suggested by Mark Kettenis.
1049 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
1050 fields frame_adjust and high_addr.
1051 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
1052 (non_heuristic_proc_desc): Delete references.
1053
1054 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
1055 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
1056 * mips-tdep.c: Update.
1057
1058 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
1059 (MIPS_LAST_EMBED_REGNUM): Add.
1060 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
1061 (LAST_EMBED_REGNUM): Delete.
1062 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
1063
1064 * config/mips/tm-mips.h (PS_REGNUM): Delete.
1065 * mips-tdep.h (MIPS_PS_REGNUM): Add.
1066 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
1067 * mips-linux-nat.c: Update.
1068
1069 * mips-tdep.h: Add comments on registers.
1070 (MIPS_UNUSED_REGNUM): Define.
1071 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
1072 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
1073 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
1074 * mips-linux-nat.c, remote-mips.c: Update.
1075
1076 * config/mips/tm-mips.h (t_insn): Delete.
1077 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
1078 Replace t_insn with ULONGEST.
1079
1080 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1081
1082 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
1083 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
1084 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
1085 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1086 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
1087 (mipsnbsd_core_osabi_sniffer): New function.
1088 (mipsnbsd_init_abi): Set regset_from_core_section.
1089 (_initialize_mipsnbsd_tdep): Remove calls to
1090 deprecated_add_core_fns.
1091 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
1092 (mipsnbsd_regset_from_core_section): New functions.
1093 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
1094 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1095
1096 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
1097 Remove optimization for DEPRECATED_FP_REGNUM.
1098
1099 2004-10-30 Andrew Cagney <cagney@gnu.org>
1100
1101 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
1102 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
1103 (alpha_setup_arbitrary_frame): Delete.
1104 * mips-tdep.c (setup_arbitrary_frame): Delete.
1105 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
1106 (setup_arbitrary_frame): Delete.
1107 * stack.c (parse_frame_specification_1): When specified, call
1108 create_new_frame with two parameters. Delete #ifdef
1109 SETUP_ARBITRARY_FRAME.
1110
1111 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
1112 (MIPS_INSTLEN): Delete.
1113 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
1114 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
1115 * remote-mips.c, mips-tdep.c: Update.
1116
1117 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
1118 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
1119 * mips-tdep.c (mips_mdebug_frame_cache)
1120 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
1121 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
1122 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
1123 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
1124 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
1125 (mips_gdbarch_init): Do not append mdebug sniffers.
1126 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
1127 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
1128 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
1129 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
1130 * Makefile.in: Update dependencies.
1131
1132 * mips-tdep.h (mips_abi_regsize): Declare.
1133 * mips-tdep.c (mips_abi_regsize): Make non-static.
1134
1135 * mips-tdep.c (gdb_print_insn_mips): Simplify.
1136 (make_mips16_addr): Delete.
1137
1138 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1139
1140 * i386-sol2-nat.c: New file.
1141 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
1142 i386-sol2-tdep.c.
1143 (i386-sol2-nat.o): Update dependencies.
1144 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
1145 i386-sol2-nat.o.
1146
1147 2004-10-30 Andrew Cagney <cagney@gnu.org>
1148
1149 Total breakage identified by Joel Brobecker.
1150 * mips-tdep.c (after_prologue): Delete.
1151 (mips_skip_prologue): Use skip_prologue_using_sal.
1152 (heuristic_proc_desc): Delete, unused.
1153
1154 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1155
1156 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
1157 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
1158 Cleanup coding style.
1159
1160 2004-10-30 Andrew Cagney <cagney@gnu.org>
1161
1162 * mips-tdep.h (mips_pc_is_mips16): Declare.
1163 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
1164 non-static. Update calls.
1165
1166 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
1167 * command.h (add_setshow_enum_cmd): Declare.
1168 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
1169
1170 * mips-tdep.c (_initialize_mips_tdep): Use
1171 add_setshow_zinteger_cmd.
1172
1173 * mips-tdep.c (mips_eabi_extract_return_value)
1174 (mips_o64_extract_return_value, mips_o64_store_return_value)
1175 (return_value_location, mips_eabi_reg_struct_has_addr)
1176 (mips_eabi_use_struct_convention)
1177 (mips_eabi_store_return_value): Delete.
1178 (mips_eabi_store_return_value): New function.
1179 (mips_eabi_return_value): New function.
1180 (mips_gdbarch_init): For O64 and EABI, delete
1181 extract_return_value, store_return_value, use_struct_convention
1182 and reg_struct_has_addr, add return_value.
1183
1184 * mips-tdep.c (read_signed_register): Use
1185 regcache_cooked_read_signed.
1186
1187 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1188
1189 * mipsread.c: Cleanup coding style.
1190 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
1191 (mipscoff_symfile_finish): Remove prototypes.
1192
1193 2004-10-29 Mark Kettenis <kettenis@gnu.org>
1194
1195 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1196 (mips_mdebug_frame_cache, mips16_scan_prologue)
1197 (mips32_scan_prologue, mips_stub_frame_cache)
1198 (heuristic_proc_start, heuristic_proc_desc)
1199 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1200 (mips_n32n64_return_value, mips_o32_push_dummy_call)
1201 (mips_o32_return_value, mips_o64_push_dummy_call)
1202 (mips_step_skips_delay, mips_skip_trampoline_code)
1203 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1204 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1205 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1206 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1207 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1208 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1209 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1210 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
1211 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1212 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1213 ZERO_REGNUM.
1214 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1215 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1216 ZERO_REGNUM.
1217 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1218 A0_REGNUM.
1219 * mipsnbsd-nat.c: Include "mips-tdep.h".
1220 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1221 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1222
1223 2004-10-29 Andrew Cagney <cagney@gnu.org>
1224
1225 * stack.c (parse_frame_specification_1): New function based on
1226 parse_frame_specification. Add message and selected_frame_p
1227 paramters. Truely always return non-NULL.
1228 (parse_frame_specification): Call parse_frame_specification_1.
1229 (frame_info): Update. Eliminate target_has_stack check.
1230 (select_frame_command): Update.
1231
1232 2004-10-29 Andrew Cagney <cagney@gnu.org>
1233
1234 * frame.h (get_selected_frame): Add message parameter.
1235 * frame.c (get_selected_frame): Add and use message parameter.
1236 * stack.c (current_frame_command, return_command, locals_info)
1237 (catch_info, args_info, up_silently_base, down_silently_base): Use
1238 get_selected_frame with an explicit message.
1239 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1240 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1241 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1242 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1243 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1244 * breakpoint.c: Update.
1245
1246 2004-10-29 Andrew Cagney <cagney@gnu.org>
1247
1248 * trad-frame.c (trad_frame_get_prev_register): Use
1249 frame_unwind_register instead of frame_register_unwind, do not
1250 recurse the register's location.
1251 * xstormy16-tdep.c (xstormy16_frame_prev_register):
1252 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1253 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1254 * sh-tdep.c (sh_frame_prev_register): Ditto.
1255 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1256 * i386-tdep.c (i386_frame_prev_register): Ditto.
1257 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1258 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1259
1260 2004-10-28 Mark Kettenis <kettenis@jive.nl>
1261
1262 * proc-events.c: Fix several coding-style issues. Consistently
1263 use #ifdef instead of #if defined().
1264 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1265 ARRAY_SIZE.
1266 (_initialize_proc_events): New prototype.
1267
1268 * proc-why.c: Fix several coding-style issues.
1269 (proc_prettyfprint_why): Use ARRAY_SIZE.
1270
1271 2004-10-27 Jim Blandy <jimb@redhat.com>
1272
1273 * remote.c (fetch_register_using_p): Construct 'p' packet in a
1274 manner independent of the host byte order.
1275
1276 2004-10-27 Mark Kettenis <kettenis@gnu.org>
1277
1278 * mips-tdep.c (id_delayed): Remove prototype.
1279
1280 2004-10-26 Mark Kettenis <kettenis@gnu.org>
1281
1282 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1283 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1284 to enum with register numbers.
1285 (enum mips_insn_size): New enum.
1286
1287 2004-10-26 Andrew Cagney <cagney@gnu.org>
1288
1289 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1290 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1291 (mips_gdbarch_init): Update.
1292 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1293
1294 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1295 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1296 IN_SOLIB_RETURN_TRAMPOLINE.
1297 * mips-tdep.c (mips_dump_tdep): Do not print
1298 IN_SOLIB_RETURN_TRAMPOLINE.
1299 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1300 (mips_gdbarch_init): Update.
1301
1302 * mips-tdep.h (mips_software_single_step): Move to here ...
1303 * config/mips/tm-mips.h: ... from here.
1304 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
1305 (SOFTWARE_SINGLE_STEP): Delete.
1306 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1307
1308 2004-10-25 Andrew Cagney <cagney@gnu.org>
1309
1310 * NEWS: Add Changes since GDB 6.3 section.
1311
1312 2004-10-23 Andreas Schwab <schwab@suse.de>
1313
1314 * ada-lang.c (grow_vect): Return the new array instead of
1315 expecting pointer to pointer to avoid violation of aliasing rules.
1316 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1317
1318 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
1319
1320 * s390-tdep.c (enum pv_boolean): Remove.
1321 (pv_is_array_ref): Remove.
1322 (s390_on_stack): Remove.
1323 (S390_NUM_SPILL_SLOTS): Remove.
1324 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1325 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1326 (s390_store): Track all stores of orginal incoming registers to the
1327 stack constant offsets relative to the CFA, instead of only tracking
1328 stores into specific spill slots.
1329 (s390_load): Likewise.
1330 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1331 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
1332 defined as call-saved by the ABI.
1333 (s390_push_dummy_call): Use bottom of dummy call argument save area
1334 as return value, not the top. Do not store to the called function's
1335 register save area.
1336 (s390_unwind_dummy_id): Adapt accordingly.
1337
1338 2004-10-23 Andrew Cagney <cagney@gnu.org>
1339
1340 * objfiles.h (struct objfile): Rename obj_private to
1341 deprecated_obj_private, sym_private to deprecated_sym_private, and
1342 sym_stab_info to deprecated_sym_stab_info.
1343 * gdb-stabs.h: Update.
1344 * elfread.c: Update.
1345 * dbxread.c: Update.
1346 * coffread.c: Update.
1347 * xcoffread.c: Update.
1348 * symfile.c: Update.
1349 * somread.c: Update.
1350 * nlmread.c: Update.
1351 * mdebugread.c: Update.
1352 * hpread.c: Update.
1353 * coffread.c: Update.
1354
1355 2004-10-23 Mark Kettenis <kettenis@gnu.org>
1356
1357 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1358 * configure.host: Add mips64*-*-openbsd*.
1359 * configure.tgt: Add mips64*-*-openbsd*.
1360 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1361 mips64obsd-tdep.c.
1362 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1363 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1364
1365 2004-10-21 Joel Brobecker <brobecker@gnat.com>
1366
1367 * symtab.c (symbol_search_name): Minor reformatting.
1368
1369 2004-10-20 Joel Brobecker <brobecker@gnat.com>
1370
1371 * symtab.h: Fix typo in comment.
1372
1373 2004-10-19 Mark Kettenis <kettenis@gnu.org>
1374
1375 * dwarf2read.c (struct comp_unit_head): Fix coding style.
1376 (dwarf_decode_line_header): Likewise.
1377
1378 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
1379
1380 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1381
1382 2004-10-19 Andrew Cagney <cagney@gnu.org>
1383
1384 GDB 6.3 branch created.
1385 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1386
1387 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1388
1389 * dwarf2read.c (set_cu_language): Set language to Ada for
1390 DW_LANG_Ada83 and DW_LANG_Ada95.
1391
1392 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
1393
1394 From Andreas Schwab <schwab@suse.de>:
1395 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1396 for xmalloc and xrealloc.
1397
1398 2004-10-15 Andrew Cagney <cagney@gnu.org>
1399
1400 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1401 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1402 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1403 Update dependencies.
1404
1405 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
1406
1407 * ada-lang.c (ada_lookup_symbol): Correct comment.
1408 (ada_evaluate_subexp): Change error message for
1409 OP_FUNCALL case so as not to indicate an internal error.
1410
1411 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1412
1413 Committed by Paul Hilfinger.
1414 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1415 type sizes in XVE/XVU types, and emit a warning when that happens,
1416 instead of rounding up the size of the resulting type.
1417 Some minor reformatting.
1418 (ada_is_aligner_type): Do not consider a type as an aligner type
1419 if there is a corresponding XVS type as well.
1420 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
1421 have several levels of pointer indirection to the array.
1422
1423 2004-10-15 Jerome Guitton <guitton@gnat.com>
1424
1425 Committed by Paul Hilfinger.
1426 * ada-lang.c (check_size): New function.
1427 (coerce_unspec_val_to_type): call check_size to make sure
1428 that the object size is reasonable.
1429 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1430 Implements the case when we get a reference when we evaluate
1431 the expression of one of the bounds of the slice.
1432 (ada_value_struct_elt): when a packed array field is
1433 a reference, use ada_coerce_ref to dereference it; use
1434 ada_value_ind only if it is a pointer.
1435
1436 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1437
1438 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1439 a bit to avoid the necessity of an advance declaration. Remove
1440 declaration.
1441 (set_reg_offset): Move implemenation up.
1442 (mips16_get_imm): Likewise.
1443 (mips16_scan_prologue): Likewise.
1444 (reset_saved_regs): Likewise.
1445 (mips32_scan_prologue): Likewise.
1446
1447 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1448
1449 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1450 Remove sp as a parameter, compute it internally instead. Move
1451 prologue scanning limit from heuristic_proc_desc to here.
1452 (mips16_scan_prologue): Likewise.
1453 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1454 by call to mips16_scan_prologue.
1455 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1456 by call to mips32_scan_prologue.
1457 (heuristic_proc_desc): Remove code that's no longer necessary.
1458 Update calls to mips16_scan_prologue and mips32_scan_prologue.
1459 (mips_skip_prologue): Update calls to mips16_scan_prologue
1460 and mips32_scan_prologue.
1461
1462 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1463
1464 * mips-tdep.c (mips16_scan_prologue): Merge code from
1465 mips16_skip_prologue. Now return the address of the first
1466 instruction past the function prologue.
1467 (mips16_skip_prologue): Remove, no longer necessary.
1468 (mips_skip_prologue): Replace call to mips16_skip_prologue
1469 by call to mips16_scan_prologue.
1470
1471 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1472
1473 * mips-tdep.c (mips32_scan_prologue): Merge code from
1474 mips32_skip_prologue. Now return the address of the first
1475 instruction past the function prologue.
1476 (mips32_skip_prologue): Remove. No longer necessary.
1477 (mips16_skip_prologue): Add parameter end_pc instead of
1478 computing it.
1479 (mips_skip_prologue): Compute the upper limit for the
1480 prologue scanning. Update call to mips16_skip_prologue.
1481 Replace call to mips32_skip_prologue by call to
1482 mips32_scan_prologue.
1483
1484 2004-10-14 Mark Kettenis <kettenis@gnu.org>
1485
1486 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1487 NetBSD system call stubs that store %rp in the ERP slot of the
1488 stack frame.
1489
1490 * source.c: Always define O_BINARY to 0 if not defined already.
1491 (openp): Unconditionally use O_BINARY.
1492
1493 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1494 * event-top.c (gdb_readline2): Likewise.
1495
1496 2004-10-14 Orjan Friberg <orjanf@axis.com>
1497
1498 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1499 deprecated_add_core_fns which was removed by mistake.
1500
1501 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1502
1503 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1504 references to deprecated_registers[] with equivalent code.
1505
1506 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1507
1508 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1509 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1510 instead of explicit test and print statement.
1511
1512 2004-10-12 Mark Kettenis <kettenis@gnu.org>
1513
1514 * sparc-nat.c: Include "inf-ptrace.h".
1515 (sparc_target): New function.
1516 * sparc-nat.h: Update copyright year.
1517 (sparc_target): New prototype.
1518 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1519 (_initialize_sparcnbsd_nat): Construct and add target vector.
1520 * sparc64nbsd-nat.c: Include "target.h".
1521 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1522 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1523 Update dependencies.
1524 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1525 inftarg.o, add inf-ptrace.o.
1526 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1527 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1528 (NAT_FILE): Set to nm-bsd.h.
1529 (LOADLIBES): New variable.
1530 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1531 infarg.o, add inf-ptrace.o.
1532 * config/sparc/nm-nbsdaout.h: Remove file.
1533 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1534 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1535 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1536
1537 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1538 "fopen-same.h". Update comment.
1539
1540 2004-10-11 Mark Kettenis <kettenis@gnu.org>
1541
1542 * i386gnu-nat.c: Include "gdb_string.h".
1543 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1544 registers when the floating-point state isn't initialized.
1545 * Makefile.in (i386gnu-nat.o): Update dependencies.
1546
1547 2004-10-11 David Anderson <davea@sgi.com>
1548
1549 * regcache.c (regcache_raw_read): Comment was missing "to".
1550 Extraneous ' removed.
1551 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1552 comment now describes use.
1553
1554 2004-10-11 Orjan Friberg <orjanf@axis.com>
1555
1556 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1557 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1558 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1559 (cris_sigtramp_frame_sniffer): New functions.
1560 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1561 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1562 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1563 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1564 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1565 command.
1566 (cris_version_update): Remove, replace with ...
1567 (set_cris_version): New function.
1568 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1569 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1570 (_initialize_cris_tdep): Remove CRIS mode command.
1571 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1572 cris-fpless-backtrace command.
1573 (cris_scan_prologue): Fix prologue scanning limit.
1574 (cris_register_type): Update to reflect actual registers.
1575 (cris_register_bytes_ok) Remove.
1576 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1577 Remove set_gdbarch_deprecated_register_size,
1578 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1579
1580 2004-10-10 Andrew Cagney <cagney@gnu.org>
1581
1582 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1583 comment.
1584
1585 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1586
1587 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1588
1589 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1590
1591 * mips-tdep.c (mips16_scan_prologue): Renames
1592 mips16_heuristic_proc_desc. Update comment.
1593 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1594 (heuristic_proc_desc): Update calls to the 2 functions above.
1595
1596 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1597
1598 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1599 Update comments. Also immediately return empty cache when the start
1600 address of our function could not be found.
1601 (mips_insn32_frame_cache): Likewise.
1602
1603 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1604
1605 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1606 (mips_insn16_frame_cache): Pass frame cache in call to
1607 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1608 Remove code that became redundant as a consequence.
1609 (mips32_heuristic_proc_desc): No longer compute a fake
1610 procedure descriptor. Compute the full frame cache instead.
1611 Some minor comment reformatting.
1612
1613 2004-10-10 Jim Blandy <jimb@redhat.com>
1614
1615 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1616 reader, tracing bytecode stuff): Remove self.
1617
1618 2004-10-10 Mark Kettenis <kettenis@gnu.org>
1619
1620 * sparc64-linux-tdep.c: Update copyright year. Don't include
1621 "solib-svr4.h".
1622 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1623 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1624 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1625
1626 * sparc-linux-tdep.c: Update copyright year.
1627 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1628 to struct frame_info *. Use safe_frame_unwind_memory instead of
1629 deprecated_read_memory_nobpt.
1630 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1631 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1632 changed signature of sparc_linux_sigtramp_start.
1633 (sparc32_linux_pc_in_sigtramp): Remove function.
1634 (sparc32_linux_sigtramp_p): New function.
1635 (sparc32_linux_sigtramp_frame_sniffer): Use
1636 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1637
1638 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1639 Remove function.
1640 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1641
1642 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1643 (decode_packed_array_type, value_subscript_packed)
1644 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1645 argument in call to lim_warning.
1646
1647 * configure.in: Really disable the TUI if an enhanced curses
1648 library isn't found.
1649 * configure: Regenerate.
1650
1651 2004-10-09 Mark Kettenis <kettenis@gnu.org>
1652
1653 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1654 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1655 * config/i386/nm-nbsdaout.h: Remove file.
1656 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1657 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1658 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1659 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1660 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1661 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1662 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1663 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1664 (ldd, ld_un, ld_2): Remove defines.
1665 * config/i386/nm-obsd.h: Likewise.
1666
1667 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1668
1669 * ada-lex.l: Remove useless rule whose right-context clause
1670 causes unreferenced static function warning for yyrealloc.
1671 (ada_flex_use): Remove the artificial reference to yyrealloc.
1672
1673 2004-10-08 Andrew Cagney <cagney@gnu.org>
1674
1675 * target.h (struct target_ops): Rename to_xfer_memory to
1676 deprecated_xfer_memory.
1677 * target.c: Update.
1678 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1679 * wince.c: Update.
1680 * win32-nat.c: Update.
1681 * v850ice.c: Update.
1682 * uw-thread.c: Update.
1683 * thread-db.c: Update.
1684 * sol-thread.c: Update.
1685 * remote.c: Update.
1686 * remote-vx.c: Update.
1687 * remote-st.c: Update.
1688 * remote-sim.c: Update.
1689 * remote-sds.c: Update.
1690 * remote-rdp.c: Update.
1691 * remote-rdi.c: Update.
1692 * remote-mips.c: Update.
1693 * remote-m32r-sdi.c: Update.
1694 * remote-e7000.c: Update.
1695 * procfs.c: Update.
1696 * ppc-bdm.c: Update.
1697 * nto-procfs.c: Update.
1698 * monitor.c: Update.
1699 * linux-nat.c: Update.
1700 * inftarg.c: Update.
1701 * hpux-thread.c: Update.
1702 * go32-nat.c: Update.
1703 * gnu-nat.c: Update.
1704 * exec.c: Update.
1705 * corelow.c: Update.
1706 * bsd-kvm.c: Update.
1707 * aix-thread.c: Update.
1708
1709 2004-10-08 Andrew Cagney <cagney@gnu.org>
1710
1711 * target.c (debug_target): Move to near start of file.
1712 (target_stopped_data_address_p): Re-org logic, add casts.
1713
1714 2004-10-02 Mark Kettenis <kettenis@gnu.org>
1715
1716 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
1717 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
1718 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
1719 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
1720 New defines.
1721
1722 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1723
1724 * target.h (to_stopped_data_address): Change prototype to
1725 take a CORE_ADDR pointer and return an int.
1726 * target.c (update_current_target): Change to_stopped_data_address
1727 to match new prototype.
1728 (debug_to_stopped_data_address): Change appropriately.
1729 * breakpoint.c (bpstat_stop_status): Change call to
1730 target_stopped_data_address to use new prototype.
1731 * frv-tdep.c (frv_have_stopped_data_address): New function.
1732 (frv_stopped_data_address): Change to new prototype and
1733 functionality.
1734 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
1735 prototype and functionality.
1736 (ia64_stopped_by_watchpoint): New function.
1737 * i386-nat.c (i386_stopped_data_address): Change to new
1738 prototype and functionality.
1739 (i386_stopped_by_watchpoint): New function.
1740 * remote.c (remote_stopped_data_address): Change to new prototype
1741 and functionality.
1742 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
1743 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
1744 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
1745 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
1746 new i386_stopped_by_watchpoint function.
1747 (i386_stopped_by_watchpoint): New prototype.
1748 (i386_stoppped_data_address): Change to new prototype.
1749 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
1750 new ia64_stopped_by_watchpoint function.
1751 (ia64_stopped_by_watchpoint): New prototype.
1752 (ia64_stopped_data_address): Ditto.
1753
1754 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
1755
1756 * ada-typeprint.c (ada_print_type): Use int_string for printing
1757 modulus of modular type.
1758 * ada-lang.h (ada_modulus): Change return type to unsigned.
1759 * ada-lang.c (ada_language_arch_info): Correct type of
1760 string_char_type.
1761 (ada_modulus): Return unsigned result.
1762 (ada_lookup_symbol): Remove user disambiguation and modify comment
1763 accordingly.
1764
1765 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
1766
1767 Committed by Paul Hilfinger.
1768 * ada-lang.c (decode_packed_array): On big-endian targets,
1769 left-justify the value if it comes with a modular type.
1770
1771 2004-10-08 Joel Brobecker <brobecker@gnat.com>
1772
1773 Committed by Paul Hilfinger.
1774 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
1775 (is_name_suffix): Add support for "___JM" suffixes.
1776 (ada_check_typedef): Renames ada_completed_type.
1777 Update all users of CHECK_TYPEDEF, check_typedef, and
1778 ada_complete_type to call ada_check_typedef.
1779 * ada-typeprint.c: Likewise.
1780 * ada-valprint.c: Likewise.
1781
1782 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
1783
1784 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
1785
1786 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
1787
1788 * MAINTAINERS: Update e-mail address.
1789
1790 2004-10-07 Daniel Jacobowitz <dan@debian.org>
1791
1792 From Maciej W. Rozycki <macro@mips.com>:
1793 * mips-tdep.c (mips32_next_pc): Check the register's contents,
1794 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
1795
1796 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
1797
1798 * m32r-tdep.c (decode_prologue): Support functions written
1799 in assembler language. Recognize trap instructions as the
1800 end of prologue.
1801 (m32r_frame_unwind_cache): Ditto.
1802 (m32r_skip_prologue): Extend search limit. Quit analyzing
1803 prologue if pc's location is not readable.
1804
1805 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
1806
1807 * Makefile.in (.l.c): Do conversions of names of alloc and free
1808 functions that are done for .y.c files, plus special one
1809 for yy_flex_realloc. Also, correct missing-file tests here.
1810 * ada-lex.l (malloc, free): Remove macros.
1811 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
1812 xrealloc.
1813 (ada_flex_use): Dummy definition to remove warnings about unused
1814 functions.
1815 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
1816 to suppress warning.
1817
1818 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1819
1820 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
1821 RETURN_VALUE.
1822 (sh_return_value_fpu): Ditto for CPUs with FPU.
1823 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1824 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
1825 Install sh_return_value_nofpu resp. sh_return_value_fpu as
1826 RETURN_VALUE functions.
1827
1828 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1829
1830 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
1831 (sh_pseudo_register_write): Ditto.
1832
1833 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1834
1835 * sh-tdep.c (IS_MACL_STS): New define.
1836 (IS_MOVI20): Ditto.
1837 (IS_MACL_LDS): Ditto.
1838 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
1839 instructions in prologue.
1840 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
1841 instructions in epilogue.
1842
1843 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1844
1845 * sh-tdep.c (SH_NUM_REGS): Define as 67.
1846 (sh_sh_register_name): Add eight empty register names.
1847 (sh_sh3_register_name): Ditto.
1848 (sh_sh3e_register_name): Ditto.
1849 (sh_sh2e_register_name): Ditto.
1850 (sh_sh2a_register_name): New function, defining SH2A register set.
1851 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
1852 in nofpu case.
1853 (sh_sh_dsp_register_name): Add eight empty register names.
1854 (sh_sh3_dsp_register_name): Ditto.
1855 (sh_sh4_register_name): Ditto.
1856 (sh_sh4_nofpu_register_name): Ditto.
1857 (sh_sh4al_dsp_register_name): Ditto.
1858 (sh2a_show_regs): New function.
1859 (sh2a_nofpu_show_regs): New function.
1860 (sh_sh2a_register_type): New function.
1861 (do_bank_register_info): New function.
1862 (sh_print_pseudo_register): Call do_bank_register_info.
1863 Call sh_print_pseudo_register for valid "bank" register.
1864 (sh_sh2a_register_sim_regno): New function.
1865 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
1866 Increment pseudo register count by one for all sh variants with
1867 pseudo registers to accomodate pseudo bank register.
1868 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
1869 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
1870 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
1871 Increment pseudo register numbers.
1872
1873 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1874
1875 * dwarf2read.c (read_subroutine_type): Call make_function_type
1876 instead of lookup_function_type.
1877
1878 2004-10-05 Jim Blandy <jimb@redhat.com>
1879
1880 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
1881 (Previous change missed some uses.)
1882
1883 2004-10-05 Andrew Cagney <cagney@gnu.org>
1884
1885 * target.h (deprecated_child_ops): Rename child_ops.
1886 * wince.c: Update copyright. Rename child_ops.
1887 * win32-nat.c: Rename child_ops.
1888 * target.c: Rename child_ops.
1889 * rs6000-nat.c: Rename child_ops.
1890 * linux-nat.c: Rename child_ops.
1891 * infttrace.c: Rename child_ops.
1892 * inftarg.c: Rename child_ops.
1893 * infptrace.c: Rename child_ops.
1894 * hppah-nat.c: Update copyright. Rename child_ops.
1895 * hpux-thread.c: Update copyright. Rename child_ops.
1896
1897 2004-10-05 Daniel Jacobowitz <dan@debian.org>
1898
1899 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
1900
1901 2004-10-05 Andrew Cagney <cagney@gnu.org>
1902
1903 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
1904
1905 2004-10-05 Daniel Jacobowitz <dan@debian.org>
1906
1907 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
1908 (die_ref_table): Remove.
1909 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
1910 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
1911 the usage of this type.
1912 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
1913 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
1914 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
1915 (dwarf2_create_include_psymtab): Update comment.
1916 (find_partial_die): Remove third argument. Remove unreachable call
1917 to error ().
1918 (dwarf2_find_containing_comp_unit): Update comments. Change one
1919 assertion to an error. Remove an unreachable error.
1920 (dwarf2_find_comp_unit): Update comments.
1921 (type_at_offset): Remove dead code.
1922 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
1923 (store_in_ref_table): Add CU argument.
1924 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
1925 inter-compilation-unit references.
1926 (load_full_comp_unit, process_full_comp_unit): New functions, based
1927 on psymtab_to_symtab_1.
1928 (psymtab_to_symtab_1): Use them.
1929 (dwarf2_add_dependence): New function.
1930 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
1931 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
1932 (partial_die_parent_scope, guess_structure_name): Update for changes
1933 to find_partial_die.
1934 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
1935 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
1936 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
1937 (read_die_and_children): Update call to store_in_ref_table.
1938 (do_free_die_list_cleanup): Remove.
1939 (fixup_partial_die): Update for changes to find_partial_die.
1940 (read_full_die): Handle queueing absolute references.
1941 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
1942 (dwarf2_attr, die_specification, die_type)
1943 (die_containing_type, dwarf2_extension): Update calls to
1944 follow_die_ref.
1945 (dump_die): Update DW_FORM_ref* handling.
1946 (dwarf2_get_ref_die_offset): Likewise.
1947 (free_one_comp_unit): Release the dies list.
1948 (dwarf2_mark_helper): New function.
1949 (dwarf2_mark): Use it.
1950
1951 2004-10-05 Mark Kettenis <kettenis@jive.nl>
1952
1953 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
1954 when writing to memory.
1955
1956 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
1957
1958 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
1959 (m32r_extract_struct_value_address): Delete function.
1960 (m32r_return_value): New function.
1961 (m32r_gdbarch_init): Instead of store_return_value,
1962 extract_return_value, deprecated_extract_struct_value_address
1963 and deprecated_use_struct_convention, set return_value.
1964
1965 2004-10-03 Daniel Jacobowitz <dan@debian.org>
1966
1967 * dwarf2read.c (read_subrange_type): Add comment for variable
1968 sized arrays.
1969
1970 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
1971
1972 * Makefile.in (.l.c): Modify rule for compatibility with recent
1973 versions of flex, and remove most command-line options.
1974 * ada-lex.l: Add %options line in place of -I -i and -s command-line
1975 options.
1976
1977 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
1978
1979 Turn on initial Ada support (mainly expression evaluation).
1980
1981 * Makefile.in (SFILES): Remove ada-tasks.c.
1982 (HFILES_NO_SRCDIR): Add ada-lang.h.
1983 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
1984 (YYOBJ): Add ada-exp.o.
1985 (rule .l.c): Generalize to not mention ada.
1986 * symtab.c: Include ada-lang.h.
1987 (symbol_natural_name, symbol_demangled_name)
1988 (symbol_search_name): Add Ada case.
1989
1990 2004-10-01 Andrew Cagney <cagney@gnu.org>
1991
1992 * Makefile.in (COMMON_OBS): Add inf-child.o.
1993 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
1994 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1995 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1996 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
1997 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
1998 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
1999 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
2000 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
2001 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2002 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2003 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
2004 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
2005 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
2006
2007 * target.c (xfer_using_stratum): Change return type to LONGEST.
2008 On each iteration offset, readbuf and writebuf.
2009 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
2010 partial_length, and read/modify/write predicate, update comments.
2011 Pass buffer.word to ptrace write.
2012
2013 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2014
2015 * symfile.c (init_filename_language_table): Add extensions for
2016 Ada.
2017 * defs.h (enum language): Add language_ada.
2018 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
2019 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
2020 (add_symbols_from_enclosing_procs): Make a no-op for now.
2021 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
2022 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
2023 (find_line_in_linetable, find_next_line_in_linetable)
2024 (read_all_symtabs, is_plausible_func_for_line)
2025 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
2026 (is_runtime_sym_defined, check_size): Remove declaration.
2027 (function_name_from_pc, ada_translate_error_message)
2028 (ada_lookup_minimal_symbol): Remove definition.
2029 (ada_add_block_symbols): Remove useless label.
2030 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
2031 useless declaration.
2032 (ada_is_exception_sym): Likewise.
2033
2034 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
2035
2036 Add m32r-linux support.
2037 * configure.tgt: Add m32r*-*-linux*.
2038 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
2039 and m32r-linux-tdep.c.
2040 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
2041 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
2042 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
2043 m32r-linux-tdep.c.
2044 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
2045 config/m32r/linux.mh, config/m32r/linux.mt,
2046 config/m32r/nm-linux.h: New files.
2047
2048 2004-09-30 Joel Brobecker <brobecker@gnat.com>
2049
2050 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
2051 (mips32_fetch_instruction): Remove, unused.
2052
2053 2004-09-30 Joel Brobecker <brobecker@gnat.com>
2054
2055 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
2056 conditions that will always be true.
2057
2058 2004-09-30 Mark Kettenis <kettenis@gnu.org>
2059
2060 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
2061 (vaxbsd_fetch_inferior_registers): Rename from
2062 fetch_inferior_registers. Make static.
2063 (vaxbsd_store_inferior_registers): Rename from
2064 store_inferior_registers. Make static.
2065 (_initialize_vaxbsd_nat): Construct and add target vector.
2066 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2067 inftarg.o. Add inf-child.o and inf-ptrace.o.
2068 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2069 inftarg.o. Add inf-child.o and inf-ptrace.o.
2070 (NAT_FILE): Remove.
2071 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
2072 inftarg.o. Add inf-child.o and inf-ptrace.o.
2073 (NAT_FILE): Remove.
2074 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2075
2076 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
2077 (m88kbsd_fetch_inferior_registers): Rename from
2078 fetch_inferior_registers. Make static.
2079 (m88kbsd_store_inferior_registers): Rename from
2080 store_inferior_registers. Make static.
2081 (_initialize_m88kbsd_nat): New prototype and function.
2082 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
2083 inftarg.o. Add inf-child.o and inf-ptrace.o.
2084 (NAT_FILE): Remove.
2085 * Makefile.in (m88kbsd-nat.o): Update dependencies.
2086
2087 2004-09-30 Andrew Cagney <cagney@gnu.org>
2088
2089 * target.c (target_xfer_partial): New function.
2090 (target_read_memory_partial, target_write_memory_partial)
2091 (default_xfer_partial, target_read_partial, target_write_partial)
2092 (xfer_using_stratum): Use.
2093 (debug_to_xfer_partial): Delete function.
2094 (setup_target_debug): Do not override to_xfer_partial.
2095
2096 2004-09-30 Mark Kettenis <kettenis@chello.nl>
2097
2098 * fork-child.c: Update copyright year. Fix coding style.
2099
2100 2004-09-29 Mark Kettenis <kettenis@gnu.org>
2101
2102 * defs.h (msavestring, mstrsave): Remove prototypes.
2103 * utils.c (msavestring, mstrsave): Remove functions.
2104 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
2105 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
2106 of mstrsave.
2107 * source.c (find_and_open_source): Use xstrdup instead of
2108 mstrsave.
2109
2110 2004-09-30 Andrew Cagney <cagney@gnu.org>
2111
2112 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
2113 (inf_ptrace_xfer_memory): Delete.
2114 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
2115 (target_read_memory, target_write_memory): Use xfer_using_stratum
2116 when target_xfer_partial_p.
2117 (debug_target): Move to start of file.
2118 (target_read_memory_partial, target_write_memory_partial): Use
2119 to_xfer_partial when target_xfer_partial_p.
2120
2121 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
2122 inf_ptrace_xfer_memory with equivalent code.
2123 * inftarg.c (child_xfer_partial): When performing a write, pass
2124 writebuf to child_xfer_memory.
2125
2126 * target.c (target_read_string): Use target_read_memory instead of
2127 target_xfer_memory.
2128
2129 2004-09-29 Andrew Cagney <cagney@gnu.org>
2130
2131 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
2132 the address of status.
2133
2134 * infptrace.c (ptrace_wait): Mention problem with HPUX.
2135 (kill_inferior): Inline ptrace_wait call.
2136 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
2137 * inftarg.c (child_wait): Inline ptrace_wait call.
2138
2139 * target.h (struct target_ops): Delete field to_post_wait.
2140 (target_post_wait): Delete macro.
2141 (child_post_wait): Delete declaration.
2142 * target.c (update_current_target, update_current_target)
2143 (debug_to_post_wait, setup_target_debug): Delete functions and
2144 references.
2145 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
2146 * inftarg.c (child_post_wait): Delete.
2147 (init_child_ops): Do not set to_post_wait.
2148 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
2149 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
2150 * inf-child.c (inf_child_post_wait): Delete.
2151 (inf_child_target): Do not set to_post_wait.
2152 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
2153 (inf_ptrace_target): Do not set to_post_wait.
2154
2155 * wince.c (child_ops): Delete.
2156 * win32-nat.c (child_ops): Delete.
2157
2158 * inftarg.c (inftarg_set_find_memory_regions)
2159 (inftarg_set_make_corefile_notes): Delete functions.
2160 (_initialize_linux_nat): Inline calls.
2161
2162 * target.h (child_ops): Declare.
2163 * inftarg.c (child_ops): Move from here ...
2164 * target.c (child_ops): ... to here.
2165 * wince.c (child_ops): Delete extern declaration.
2166 * win32-nat.c (child_ops): Delete extern declaration.
2167 * linux-nat.c (child_ops): Delete extern declaration.
2168 * hpux-thread.c (child_ops): Delete extern declaration.
2169
2170 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2171
2172 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2173
2174 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2175
2176 * configure.in: Only set host_makefile_frag when building a native
2177 debugger.
2178 * configure: Regenerate.
2179
2180 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
2181 for OpenBSD ELF.
2182
2183 2004-09-28 Andrew Cagney <cagney@gnu.org>
2184
2185 Problem identified by Paul Hilfinger.
2186 * Makefile.in (ada_lex_c): Define.
2187 (ada-lex.o): Delete rule.
2188
2189 * linux-proc.c: Delete file.
2190 * Makefile.in: Update.
2191 * config/sparc/linux64.mh (NATDEPFILES):
2192 * config/sparc/linux.mh (NATDEPFILES): Update.
2193 * config/s390/s390.mh (NATDEPFILES): Update.
2194 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2195 * config/powerpc/linux.mh (NATDEPFILES): Update.
2196 * config/pa/linux.mh (NATDEPFILES): Update.
2197 * config/mips/linux.mh (NATDEPFILES): Update.
2198 * config/m68k/linux.mh (NATDEPFILES): Update.
2199 * config/ia64/linux.mh (NATDEPFILES): Update.
2200 * config/i386/linux64.mh (NATDEPFILES): Update.
2201 * config/i386/linux.mh (NATDEPFILES): Update.
2202 * config/arm/linux.mh (NATDEPFILES): Update.
2203 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2204 * linux-nat.c: Update copyright. Include <sys/param.h>,
2205 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2206 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2207 (O_LARGEFILE): Possibly define.
2208 (_initialize_linux_nat, linux_proc_pending_signals)
2209 (add_line_to_sigset, linux_proc_xfer_memory)
2210 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2211 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2212 (struct linux_corefile_thread_data)
2213 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2214 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2215
2216 2004-09-16 Andrew Cagney <cagney@gnu.org>
2217
2218 * lin-lwp.c: Delete file.
2219 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2220 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2221 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2222 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2223 (linux_nat_attach, detach_callback, linux_nat_detach)
2224 (resume_callback, resume_clear_callback, linux_nat_resume)
2225 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2226 (stop_wait_callback, linux_nat_has_pending, flush_callback)
2227 (status_callback, running_callback, count_events_callback)
2228 (select_singlestep_lwp_callback, select_event_lwp_callback)
2229 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2230 (child_wait, stop_and_resume_callback, linux_nat_wait)
2231 (kill_callback, kill_wait_callback, linux_nat_kill)
2232 (linux_nat_create_inferior, linux_nat_mourn_inferior)
2233 (linux_nat_xfer_memory, linux_nat_thread_alive)
2234 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2235 (_initialize_linux_nat): New functions.
2236 * Makefile.in: Update all dependencies.
2237 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2238 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2239 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2240 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2241 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2242 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2243 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2244 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2245 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2246 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2247 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2248 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2249 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2250
2251 2004-09-27 Mark Kettenis <kettenis@gnu.org>
2252
2253 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2254 config/i386/obsd64.mh (NAT_FILE): Remove variable.
2255
2256 * configure.in: Don't comment out NATDEPFILES in the generated
2257 Makefile if NAT_FILE is unset.
2258 * configure: Regenerate.
2259
2260 2004-09-27 Andrew Cagney <cagney@gnu.org>
2261
2262 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2263 (insert_step_resume_breakpoint): Delete.
2264 (insert_step_resume_breakpoint_at_frame): New function.
2265 (insert_step_resume_breakpoint_at_sal): New function.
2266 (handle_inferior_event, step_into_function)
2267 (insert_step_resume_breakpoint): Simplify by using same.
2268
2269 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2270
2271 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2272
2273 * fbsd-proc.c: Remove file.
2274 * Makefile.in (fbsd-proc.o): Remove dependency.
2275
2276 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2277 code together.
2278
2279 * config/i386/nm-fbsd64.h: Remove file.
2280 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2281
2282 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2283
2284 * amd64-nat.h: Update copyright year.
2285 (amd64bsd_target): New prototype.
2286 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2287 (amd64bsd_target): New function.
2288 (amd64bsd_fetch_inferior_registers): Rename from
2289 fetch_inferior_registers. Make static.
2290 (amd64bsd_store_inferior_registers): Rename from
2291 store_inferior_registers. Make static.
2292 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2293 (_initialize_amd64fbsd_nat): Construct and add target vector.
2294 * amd64nbsd-nat.o: Include "target.h".
2295 (_initialize_amd64nbsd_nat): Construct and add target vector.
2296 * amd64obsd-nat.c: Include "target.h".
2297 (_initialize_amd64obsd_nat): Construct and add target vector.
2298 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2299 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2300 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
2301 fbsd-nat.o.
2302 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2303 Remove infptrace.o and inftarg.o. Add inf-child.o and
2304 inf-ptrace.o.
2305 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2306 (amd64obsd-nat.o): Update dependencies.
2307
2308 2004-09-25 Mark Kettenis <kettenis@gnu.org>
2309
2310 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2311 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2312 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2313 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2314 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2315
2316 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2317 Inline attach call.
2318 (inf_ptrace_detach): Inline detach call.
2319
2320 * configure.in: Check for waddstr instead of mvwaddstr when
2321 searching for curses library. Check for wborder.
2322 * configure, config.in: Regenerate.
2323 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2324 available.
2325
2326 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2327
2328 2004-09-24 Robert Picco <Robert.Picco@hp.com>
2329
2330 Committed by Andrew Cagney.
2331 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2332 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
2333 configuration.
2334 (fetch_register_using_p): Implement 'p' packet. Based on code by
2335 Fernando Nasser.
2336 (remote_fetch_registers): Call fetch_register_using_p.
2337 (init_all_packet_configs, show_remote_cmd)
2338 (_initialize_remote): Add p-packet.
2339
2340 2004-09-24 Mark Kettenis <kettenis@gnu.org>
2341
2342 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2343 instead of call_ptrace. Call wait directly instead of
2344 ptrace_wait.
2345 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2346 (inf_ptrace_wait): Inline ptrace_wait call.
2347
2348 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2349
2350 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
2351 rolled back instead.
2352
2353 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2354
2355 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2356 the new argument order.
2357
2358 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
2359
2360 * MAINTAINERS: Remove "broken" from XStormy16 entry.
2361 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2362 (struct gdbarch_tdep): Remove.
2363 (struct xstormy16_frame_cache): New frame cache structure.
2364 (xstormy16_register_byte, xstormy16_register_raw_size)
2365 (xstormy16_reg_virtual_type, xstormy16_register_type)
2366 (xstormy16_push_arguments, xstormy16_push_return_address)
2367 (xstormy16_pop_frame, xstormy16_store_struct_return)
2368 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2369 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2370 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2371 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2372 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2373 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2374 (xstormy16_use_struct_convention): Drop gcc_p parameter.
2375 (xstormy16_extract_return_value, xstormy16_store_return_value):
2376 Regcachify. Drop useless struct convention handling.
2377 (xstormy16_register_type, xstormy16_return_value)
2378 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2379 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2380 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2381 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2382 (xstormy16_unwind_sp, xstormy16_unwind_pc)
2383 (xstormy16_unwind_dummy_id) : New functions.
2384 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2385 of xstormy16_scan_prologue.
2386 (xstormy16_frame_unwind): New frame_unwind structure.
2387 (xstormy16_frame_base): New frame_base structure.
2388 (xstormy16_gdbarch_init): Accomodate all of the above changes.
2389 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
2390
2391 2004-09-22 Mark Kettenis <kettenis@gnu.org>
2392
2393 * language.c (language_gdbarch_post_init): Fix off-by one error.
2394
2395 2004-09-21 Daniel Jacobowitz <dan@debian.org>
2396
2397 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2398 (struct dwarf2_offset_and_type): New.
2399 (set_die_type, reset_die_and_siblings_types, get_die_type)
2400 (offset_and_type_hash, offset_and_type_eq): New functions.
2401 (read_structure_type, read_enumeration_type, read_array_type)
2402 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2403 (read_tag_reference_type, read_tag_const_type)
2404 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2405 (read_typedef, read_base_type, read_subrange_type): Use
2406 set_die_type.
2407
2408 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2409
2410 * Makefile.in (dwarf2read.o): Update dependencies.
2411 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2412 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2413 and read_in_chain.
2414 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2415 mark, and has_form_ref_addr.
2416 (struct dwarf2_per_cu_data): New.
2417 (dwarf2_max_cache_age): New.
2418 (dwarf2_build_psymtabs_hard): Free cached compilation units
2419 after loading. Create and manage the list of compilation units.
2420 Remove unnecessary NULL initialization. Fix indentation.
2421 (psymtab_to_symtab_1): Initialize all of CU.
2422 (dwarf2_read_abbrevs): Set has_form_ref_addr.
2423 (find_partial_die): Use dwarf2_find_containing_comp_unit
2424 and load_comp_unit.
2425 (free_stack_comp_unit): Update comments. Clear the per-cu
2426 pointer. Handle aging.
2427 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2428 (age_cached_comp_units, free_one_cached_comp_unit)
2429 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2430 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2431 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2432 (show_dwarf2_cmd): New.
2433 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2434 and "maint show dwarf2 max-cache-age".
2435 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2436 externs.
2437 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2438 global.
2439
2440 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
2441
2442 * dwarf2read.c (typename_concat): Change prototype to accept obstack
2443 and dwarf2_cu struct pointer as arguments. Change function to use
2444 obstack if provided and use dwarf2_cu to determine language-specific
2445 separator.
2446 (partial_die_parent_scope): Change comment to include java. Use
2447 new version of typename_concat instead of obconcat.
2448 (partial_die_full_name): Use typename_concat.
2449 (read_namespace): Ditto.
2450 (read_enumeration_type): Use typename_concat instead of obconcat.
2451 (new_symbol): Ditto.
2452 (add_partial_symbol): Enhance tests for C++ to also test for Java.
2453 (guess_structure_name): Ditto.
2454 (read_subroutine_type): Ditto.
2455 (read_structure_type): Ditto.
2456 (is_vtable_name): Add Java support.
2457 (determine_class_name): Switch to new typename_concat call.
2458 (determine_prefix): Switch to new typename_concat call.
2459 * jv-exp.y (FuncStart): New pattern.
2460 (MethodInvocation): Add support for simple function calls. Change
2461 warning message for other forms of inferior call currently not
2462 supported.
2463 * valarith.c (value_subscript): Treat an array with upper-bound
2464 of -1 as unknown size.
2465
2466 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2467
2468 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2469 (lookup_partial_symtab): Use symtab_to_fullname.
2470
2471 2004-09-19 Jim Blandy <jimb@redhat.com>
2472
2473 * minsyms.c (lookup_minimal_symbol): Doc fix.
2474
2475 2004-09-20 Andrew Cagney <cagney@gnu.org>
2476
2477 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2478 CHILD_RESUME.
2479 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2480 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2481 KILL_INFERIOR.
2482 * infptrace.c: Update.
2483
2484 2004-09-19 Daniel Jacobowitz <dan@debian.org>
2485
2486 * symtab.c (output_source_filename): Mark first argument as const.
2487 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2488 for "info sources" output.
2489
2490 2004-09-20 Mark Kettenis <kettenis@gnu.org>
2491
2492 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2493 <machine/vmparam.h>.
2494 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2495 (register_u_addr): Remove prototype.
2496
2497 2004-09-19 Mark Kettenis <kettenis@gnu.org>
2498
2499 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2500 (i386bsd_fetch_inferior_registers): Rename from
2501 fetch_inferior_registers. Make static.
2502 (i386bsd_store_inferior_registers): Rename from
2503 store_inferior_registers. Make static.
2504 (i386bsd_target): New function.
2505 * i386bsd-nat.h: New file.
2506 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2507 "i386bsd-nat.h".
2508 (i386fbsd_resume): Rename from child_resume. Make static.
2509 (_initialize_i386fbsd_nat): Construct and add target vector.
2510 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2511 (_initialize_i386nbsd_nat): Construct and add target vector.
2512 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2513 Remove defines.
2514 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2515 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2516 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2517 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2518 (LOADLIBES): New variable.
2519 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2520 inf-ptrace.o. Remove inftarg.o.
2521 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2522 inf-ptrace.o. Remove inftarg.o.
2523 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2524 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2525 (LOADLIBES): New variable.
2526 * Makefile.in (i386bsd_nat_h): New variable.
2527 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2528 dependencies.
2529
2530 * sparc64nbsd-tdep.c: Include "objfiles.h".
2531 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2532 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2533 svr4_lp64_fetch_link_map_offsets.
2534 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2535 "nbsd-tdep.h".
2536 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2537 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2538 svr4_lp64_fetch_link_map_offsets.
2539 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2540 dependencies.
2541
2542 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2543 * fbsd-nat.h: New file.
2544 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2545 (fbsd_nat_h): New variable.
2546 (fbsd-nat.o): New dependency.
2547
2548 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2549 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2550
2551 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2552 comment.
2553
2554 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2555
2556 * ada-exp.y (type_int): New function to add layer of abstraction
2557 around references to expression types.
2558 (type_long): Ditto.
2559 (type_long_long): Ditto.
2560 (type_float): Ditto.
2561 (type_double): Ditto.
2562 (type_long_double): Ditto.
2563 (type_char): Ditto.
2564 (type_system_address): Ditto.
2565 (simple_exp): Use type_* functions in place of builtin_*
2566 variables.
2567 (exp): Ditto.
2568 (write_var_from_name): Ditto.
2569 (write_object_renaming): Ditto.
2570 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2571 declaration.
2572 (build_ada_types): Remove, replacing with...
2573 (ada_language_arch_info): New function to initialize primitive
2574 type vector in language_arch_info.
2575 (ada_array_length): Remove use of builtin_type_ada_int.
2576 (value_pos_atr): Ditto.
2577 (ada_evaluate_subexp): Ditto.
2578 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2579 builtin_type_ada_long_long, builtin_type_ada_char,
2580 builtin_type_ada_float, builtin_type_ada_double,
2581 builtin_type_ada_long_double, builtin_type_ada_natural,
2582 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2583 (ada_builtin_types): Remove.
2584 (ada_language_defn): Remove entries for la_builtin_type_vector and
2585 string_char_type and use ada_language_arch_info.
2586 (_initialize_ada_language): Do type-vector initialization along
2587 the lines of c-lang.c.
2588 (ada_create_fundamental_type): Break up line.
2589 (ada_dump_symtab): Remove unused function.
2590 (enum ada_primitive_types): Define.
2591 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2592 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2593 builtin_type_ada_float, builtin_type_ada_double,
2594 builtin_type_ada_long_double, builtin_type_ada_natural,
2595 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2596 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2597 (processInt): Ditto.
2598 (processReal): Ditto.
2599 (name_lookup): Ditto.
2600 * ada-typeprint.c (print_range): Use builtin_type_int, not
2601 builtin_type_ada_int.
2602
2603 2004-09-18 Mark Kettenis <kettenis@gnu.org>
2604
2605 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2606
2607 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2608 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2609 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2610 * configure.in: Improve checks for curses library by checking for
2611 mvwaddstr instead of initscr. Drop HP curses in favour of
2612 standard curses on HP-UX.
2613 * configure: Regenerated.
2614
2615 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2616
2617 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2618 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2619 Minor formatting changes.
2620 (empty_array): Slight rewrite for formatting.
2621 (emit_char,parse,ada_language_defn,build_ada_types,
2622 ada_is_exception_sym, _initialize_ada_language): Move
2623 definitions around.
2624 (ada_dump_symtab): Remove unused definition.
2625 (ada_maybe_exception_partial_symbol): Remove unused definition.
2626
2627 2004-09-16 Andrew Cagney <cagney@gnu.org>
2628
2629 * inf-child.c: Include "gdb_string.h".
2630 (inf_child_core_file_to_sym_file): Delete.
2631 (inf_child_target): Set to_fetch_registers and to_store_registers.
2632 * inf-ptrace.c: Include "gdb_string.h".
2633 * Makefile.in: Update all dependencies.
2634
2635 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2636 problem.
2637
2638 2004-09-14 Joel Brobecker <brobecker@gnat.com>
2639
2640 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2641 call to heuristic_proc_desc. Remove code that became redundant
2642 as a consequence.
2643 (read_next_frame_reg): Remove special case for SP_REGNUM.
2644 (set_reg_offset): Fix small typo.
2645 (reset_saved_regs): New procedure.
2646 (mips32_heuristic_proc_desc): No longer compute a fake
2647 procedure descriptor. Compute the full frame cache instead.
2648 Some minor comment reformatting.
2649
2650 2004-09-14 Andrew Cagney <cagney@gnu.org>
2651
2652 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2653 maintainer.
2654
2655 * thread-db.c (thread_db_new_objfile): Assume that there is a
2656 child process.
2657
2658 2004-09-13 Jim Blandy <jimb@redhat.com>
2659
2660 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2661 so that its storage isn't referenced after its lifetime ends.
2662
2663 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2664 and never assigned to. Delete it, and the 'if (use_buffer)'
2665 clauses. Delete 'raw_buffer', since it is now unused.
2666
2667 2004-09-13 Andrew Cagney <cagney@gnu.org>
2668
2669 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2670 * configure: Re-generate.
2671 * nlm/Makefile.in (TAGS): Update.
2672 * Makefile.in (TAGS): Update.
2673 * config/vax/nbsd.mt (TM_FILE): Update.
2674 * config/sparc/vxworks.mt (TM_FILE): Update.
2675 * config/sparc/sol2.mt (TM_FILE): Update.
2676 * config/sparc/sol2-64.mt (TM_FILE): Update.
2677 * config/sparc/obsd64.mt (TM_FILE): Update.
2678 * config/sparc/obsd.mt (TM_FILE): Update.
2679 * config/sparc/nbsd64.mt (TM_FILE): Update.
2680 * config/sparc/nbsd.mt (TM_FILE): Update.
2681 * config/sparc/linux64.mt (TM_FILE): Update.
2682 * config/sparc/linux.mt (TM_FILE): Update.
2683 * config/sparc/fbsd.mt (TM_FILE): Update.
2684 * config/sh/wince.mt (TM_FILE): Update.
2685 * config/sh/nbsd.mt (TM_FILE): Update.
2686 * config/sh/linux.mt (TM_FILE): Update.
2687 * config/sh/embed.mt (TM_FILE): Update.
2688 * config/s390/s390.mt (TM_FILE): Update.
2689 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2690 * config/rs6000/rs6000.mt (TM_FILE): Update.
2691 * config/rs6000/aix4.mt (TM_FILE): Update.
2692 * config/powerpc/vxworks.mt (TM_FILE): Update.
2693 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2694 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2695 * config/powerpc/obsd.mt (TM_FILE): Update.
2696 * config/powerpc/nbsd.mt (TM_FILE): Update.
2697 * config/powerpc/linux.mt (TM_FILE): Update.
2698 * config/powerpc/aix.mt (TM_FILE): Update.
2699 * config/pa/obsd.mt (TM_FILE): Update.
2700 * config/pa/linux.mt (TM_FILE): Update.
2701 * config/pa/hppahpux.mt (TM_FILE): Update.
2702 * config/pa/hppa64.mt (TM_FILE): Update.
2703 * config/pa/hppa.mt (TM_FILE): Update.
2704 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2705 * config/mips/wince.mt (TM_FILE): Update.
2706 * config/mips/vxmips.mt (TM_FILE): Update.
2707 * config/mips/nbsd.mt (TM_FILE): Update.
2708 * config/mips/linux.mt (TM_FILE): Update.
2709 * config/mips/irix6.mt (TM_FILE): Update.
2710 * config/mips/irix5.mt (TM_FILE): Update.
2711 * config/mips/embed.mt (TM_FILE): Update.
2712 * config/m68k/vxworks68.mt (TM_FILE): Update.
2713 * config/m68k/st2000.mt (TM_FILE): Update.
2714 * config/m68k/os68k.mt (TM_FILE): Update.
2715 * config/m68k/obsd.mt (TM_FILE): Update.
2716 * config/m68k/nbsd.mt (TM_FILE): Update.
2717 * config/m68k/monitor.mt (TM_FILE): Update.
2718 * config/m68k/linux.mt (TM_FILE): Update.
2719 * config/m68k/cisco.mt (TM_FILE): Update.
2720 * config/ia64/linux.mt (TM_FILE): Update.
2721 * config/ia64/aix.mt (TM_FILE): Update.
2722 * config/ia64/ia64.mt (TM_FILE): Update.
2723 * config/i386/vxworks.mt (TM_FILE): Update.
2724 * config/i386/obsd64.mt (TM_FILE): Update.
2725 * config/i386/obsd.mt (TM_FILE): Update.
2726 * config/i386/nto.mt (TM_FILE): Update.
2727 * config/i386/nbsd64.mt (TM_FILE): Update.
2728 * config/i386/nbsd.mt (TM_FILE): Update.
2729 * config/i386/linux64.mt (TM_FILE): Update.
2730 * config/i386/linux.mt (TM_FILE): Update.
2731 * config/i386/i386sol2.mt (TM_FILE): Update.
2732 * config/i386/i386lynx.mt (TM_FILE): Update.
2733 * config/i386/fbsd64.mt (TM_FILE): Update.
2734 * config/i386/fbsd.mt (TM_FILE): Update.
2735 * config/i386/cygwin.mt (TM_FILE): Update.
2736 * config/h8300/h8300.mt (TM_FILE): Update.
2737 * config/frv/frv.mt (TM_FILE): Update.
2738 * config/cris/cris.mt (TM_FILE): Update.
2739 * config/arm/wince.mt (TM_FILE): Update.
2740 * config/arm/nbsd.mt (TM_FILE): Update.
2741 * config/arm/linux.mt (TM_FILE): Update.
2742 * config/arm/embed.mt (TM_FILE): Update.
2743 * config/alpha/nbsd.mt (TM_FILE): Update.
2744 * config/alpha/fbsd.mt (TM_FILE): Update.
2745 * config/alpha/alpha.mt (TM_FILE): Update.
2746 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
2747 * config/alpha/alpha-linux.mt (TM_FILE): Update.
2748
2749 Eliminate event_loop_p, always has the value 1.
2750 * defs.h (event_loop_p): Delete macro.
2751 * breakpoint.c (until_break_command): Simplify.
2752 * utils.c (prompt_for_continue): Simplify.
2753 * tracepoint.c (read_actions): Simplify.
2754 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
2755 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
2756 (set_prompt, init_main): Simplify.
2757 (init_signals, disconnect): Delete, unused.
2758 * remote.c (remote_async_resume)
2759 (extended_remote_async_create_inferior): Simplify.
2760 * mi/mi-interp.c (mi_input): Delete, unused.
2761 (mi_interpreter_resume, mi_command_loop): Simplify.
2762 * interps.c (current_interp_command_loop): Simplify.
2763 * infrun.c (proceed): Simplify.
2764 * infcmd.c (run_command, continue_command, step_1, jump_command)
2765 (until_command, advance_command, finish_command)
2766 (interrupt_target_command): Simplify.
2767 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
2768
2769 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2770 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2771 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2772 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2773 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2774 * mips-tdep.c (mips_dump_tdep): Do not print same.
2775
2776 2004-09-12 Andrew Cagney <cagney@gnu.org>
2777
2778 * valprint.c (print_longest): Use fputs_filtered. Make "val"
2779 const.
2780 * Makefile.in (valprint.o): Delete explict rule.
2781
2782 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
2783 reported by Dave Anderson.
2784
2785 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
2786
2787 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
2788
2789 2004-09-12 Salvador E. Tropea <set@users.sf.net>
2790 Andrew Cagney <cagney@gnu.org>
2791
2792 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
2793 (mi_cmd_data_list_register_values)
2794 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
2795 the register number computation.
2796
2797 2004-09-12 Andrew Cagney <cagney@gnu.org>
2798
2799 * ppcnbsd-nat.c: Include "inf-ptrace.h".
2800 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
2801 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
2802 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
2803 target.
2804 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
2805 inf-ptrace.o and inf-child.o.
2806 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
2807 * Makefile.in: Update dependencies.
2808
2809 2004-09-11 Andrew Cagney <cagney@gnu.org>
2810
2811 * language.c (hex_string, hex_string_custom): Move from here ...
2812 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
2813 (CELLSIZE): Increase to 50.
2814 * language.h (hex_string, hex_string_custom): Move from here ...
2815 * defs.h: ... to here.
2816 * Makefile.in: Update all dependencies.
2817
2818 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
2819
2820 * language.c (local_hex_format_custom): Remove.
2821 (local_hex_string): Rename to hex_string, use C format, and move to
2822 utils.c
2823 (local_hex_string_custom): Rename to hex_string_custom and change
2824 interface. Now uses C format. Move to utils.c
2825 (local_octal_format_custom): Remove.
2826 (local_decimal_format_custom): Remove.
2827 (unknown_language_defn): Remove language-specific number
2828 formatting entries.
2829 (auto_language_defn): Ditto.
2830 (local_language_defn): Ditto.
2831 * language.h (struct language_format_info): Delete declaration.
2832 (struct language_defn): Remove language_format_info fields
2833 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
2834 (local_binary_format): Remove macro.
2835 (local_binary_format_prefix): Remove macro.
2836 (local_binary_format_specifier): Remove macro.
2837 (local_binary_format_suffix): Remove macro.
2838 (local_octal_format): Remove macro.
2839 (local_octal_format_prefix): Remove macro.
2840 (local_octal_format_specifier): Remove macro.
2841 (local_octal_format_suffix): Remove macro.
2842 (local_decimal_format): Remove macro.
2843 (local_decimal_format_prefix): Remove macro.
2844 (local_decimal_format_specifier): Remove macro.
2845 (local_decimal_format_suffix): Remove macro.
2846 (local_hex_format): Remove macro.
2847 (local_hex_format_prefix): Remove macro.
2848 (local_hex_format_specifier): Remove macro.
2849 (local_hex_format_suffix): Remove macro.
2850 (local_decimal_format_custom): Remove.
2851 (local_octal_format_custom): Remove.
2852 (local_hex_format_custom): Remove.
2853 (local_hex_string): Rename to hex_string and move to defs.h.
2854 (local_hex_string_custom): Rename to hex_string_custom, change
2855 interface, and move to defs.h.
2856 * utils.c: (int_string): New function.
2857 (hex_string): New function (from language.c).
2858 (hex_string_custom): New function (from language.c).
2859 (octal2str): New function.
2860 (decimal2str): Add width parameter.
2861 (paddr_u): Use new decimal2str interface.
2862 (paddr_d): Ditto.
2863 * defs.h (hex_string): Declare.
2864 (hex_string_custom): Declare.
2865 (int_string): Declare.
2866 * printcmd.c (print_scalar_formatted): Remove localized binary
2867 formatting.
2868 * valprint.c (print_longest): Use int_string.
2869 (print_floating): Use C hex format.
2870 (print_hex_chars): Ditto.
2871 (print_binary_chars): Remove language-specific formatting.
2872 (print_octal_chars): Use C octal format.
2873 (print_decimal_chars): Delocalize format.
2874 (print_decimal): Remove.
2875 * ada-lang.c (ada_language_defn): Remove language-specific number
2876 formatting entries.
2877 * p-lang.c (pascal_language_defn): Ditto.
2878 * c-lang.c (c_language_defn): Ditto.
2879 (cplus_language_defn): Ditto.
2880 (asm_language_defn): Ditto.
2881 (minimal_language_defn): Ditto.
2882 * f-lang.c (f_language_defn): Ditto.
2883 * jv-lang.c (java_language_defn): Ditto.
2884 * m2-lang.c (m2_language_defn): Ditto.
2885 * scm-lang.c (scm_language_defn): Ditto.
2886 * objc-lang.c (objc_language_defn): Ditto.
2887 * memattr.c (mem_info_command): Use renamed hex_string_custom with
2888 new interface.
2889 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
2890 * ui-out.c (ui_out_field_core_addr): Ditto.
2891 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
2892 * exec.c (print_section_info): Ditto.
2893 * i387-tdep.c (print_i387_status_word): Ditto.
2894 (print_i387_control_word): Ditto.
2895 (i387_print_float_info): Ditto.
2896 * maint.c (maint_print_section_info): Ditto.
2897 * solib.c (info_sharedlibrary_command): Ditto.
2898 * somsolib.c (som_sharedlibrary_info_command): Ditto.
2899 * symtab.c (print_msymbol_info): Ditto.
2900 * tracepoint.c (tracepoints_info): Ditto.
2901 * solib-frv.c (lm_base): Ditto.
2902 (frv_current_sos): Ditto.
2903 (enable_break2): Ditto.
2904 (enable_break): Ditto.
2905 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
2906 (process_one_symbol): Ditto.
2907 * infcmd.c (program_info): Ditto.
2908 * mdebugread.c (parse_partial_symbols): Ditto.
2909 * symfile.c (add_symbol_file_command): Ditto.
2910 * cli/cli-cmds.c (edit_command): Ditto.
2911 (list_command): Ditto.
2912 * infcall.c (call_function_by_hand): Ditto.
2913 * remote-vx.c (vx_run_files_info): Ditto.
2914 (vx_wait): Ditto.
2915 (vx_attach): Ditto.
2916 (vx_detach): Ditto.
2917 (vx_kill): Ditto.
2918 * aix-thread.c (pdc_symbol_addrs): Ditto.
2919 (pdc_read_regs): Ditto.
2920 (pdc_write_regs): Ditto.
2921 (pdc_read_data): Ditto.
2922 (pdc_write_data): Ditto.
2923 * d10v-tdep.c (display_trace): Ditto.
2924 * rs6000-nat.c (find_toc_address): Ditto.
2925 * aix-thread.c: Don't include language.h.
2926 * buildsym.c: Ditto.
2927 * dbxread.c: Ditto.
2928 * mdebugread.c: Ditto.
2929 * rs6000-nat.c: Ditto.
2930 * buildsym.c (make_blockvector): Use renamed hex_string.
2931
2932 2004-09-10 Jason Molenda (jmolenda@apple.com)
2933
2934 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
2935 chars after 'if' or 'while' commands in user-defined commands.
2936
2937 2004-09-08 Jim Blandy <jimb@redhat.com>
2938
2939 Fix bug reported and analyzed by Olivier Crete:
2940 * symfile.c (copy_section_addr_info): New function.
2941 (symbol_file_add_with_addrs_or_offsets): Use it to save the
2942 original set of address arguments, instead of handwritten code
2943 that uses one length to allocate and a different length to
2944 initialize. Use make_cleanup_free_section_addr_info.
2945 * symfile.h (copy_section_addr_info): New declaration.
2946 * utils.c: #include "symfile.h".
2947 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
2948 New functions.
2949 * defs.h (make_cleanup_free_section_addr_info): New declaration.
2950 * Makefile.in (utils.o): Update dependencies.
2951
2952 2004-09-08 Andrew Cagney <cagney@gnu.org>
2953
2954 * thread-db.c (keep_thread_db): Delete.
2955 (thread_db_new_objfile, thread_db_create_inferior)
2956 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
2957
2958 2004-09-08 Mark Kettenis <kettenis@gnu.org>
2959
2960 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
2961 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
2962 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
2963 (i386_frameless_signal_p): Remove prototype.
2964 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
2965 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
2966 I386_SSE_NUM_REGS.
2967 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
2968 instead of FP0_REGNUM.
2969 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
2970 of FP0_REGNUM and FPC_REGNUM.
2971
2972 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
2973 (sunos_solib_create_inferior_hook): Don't call
2974 sunos_relocate_main_executable.
2975
2976 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
2977 solib_svr4_fetch_link_map_offsets to
2978 svr4_ilp32_fetch_link_map_offsets.
2979 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
2980 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
2981 svr4_ilp32_fetch_link_map_offsets.
2982 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
2983
2984 2004-09-07 Jim Blandy <jimb@redhat.com>
2985
2986 * frame.h (frame_register): Doc fix.
2987
2988 2004-09-07 Andrew Cagney <cagney@gnu.org>
2989
2990 * vx-share/wait.h: Delete #ifdef USG.
2991 * utils.c (request_quit): Ditto.
2992 * tui/tui.c (tui_reset): Ditto.
2993 * remote.c: Ditto.
2994 * remote-sds.c: Ditto.
2995 * remote-rdi.c: Ditto.
2996 * mdebugread.c: Ditto.
2997 * m68klinux-nat.c: Ditto.
2998 * infttrace.c: Ditto.
2999 * infptrace.c: Ditto.
3000 * i386v-nat.c: Ditto.
3001 * exec.c: Ditto.
3002 * dbxread.c: Ditto.
3003 * core-aout.c: Ditto.
3004
3005 2004-09-05 Joel Brobecker <brobecker@gnat.com>
3006
3007 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
3008 heuristic_proc_desc.
3009 (mips_insn32_frame_cache): Likewise.
3010
3011 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3012
3013 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
3014 left behind by error.
3015
3016 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3017
3018 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
3019 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
3020
3021 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3022
3023 * config/rs6000/xm-aix4.h: Remove this file.
3024 * config/rs6000/aix4.mh (XM_FILE): Delete.
3025
3026 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3027
3028 * config/rs6000/xm-rs6000.h: Remove this file.
3029 * config/rs6000/rs6000.mh (XM_FILE): Remove.
3030
3031 2004-09-03 Andrew Cagney <cagney@gnu.org>
3032
3033 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
3034 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
3035 only use.
3036
3037 * mips-tdep.c (temp_saved_regs): Delete.
3038 (set_reg_offset): Replace saved_regs parameter with this_cache.
3039 (heuristic_proc_desc, mips16_heuristic_proc_desc)
3040 (mips32_heuristic_proc_desc): Add this_cache parameter.
3041 (mips_insn32_frame_cache, mips_insn16_frame_cache)
3042 (after_prologue): Pass a NULL this_cache.
3043
3044 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
3045 non-kernel trap prologues.
3046
3047 * mips-tdep.c (find_proc_desc): Delete function.
3048 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
3049 simplify.
3050 (mips_insn16_frame_cache): Replace find_proc_desc with code from
3051 mips_insn32_frame_cache.
3052
3053 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
3054 Simplify as NEXT_FRAME is NULL.
3055 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
3056
3057 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
3058 local variable.
3059 (mips_skip_prologue): Update.
3060
3061 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
3062 "cur_frame" parameter.
3063 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
3064 (mips_insn32_frame_cache, find_proc_desc): Update
3065
3066 * config/vax/nm-obsd.h: Delete file.
3067 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3068 * config/vax/nm-nbsd.h: Delete file.
3069 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
3070 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3071 * config/sh/nm-nbsd.h: Delete file.
3072 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3073 * config/rs6000/nm-rs6000ly.h: Delete file.
3074 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
3075 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3076 * config/powerpc/nm-obsd.h: Delete file.
3077 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3078 * config/powerpc/nm-nbsd.h: Delete file.
3079 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3080 * config/pa/nm-obsd.h: Delete file.
3081 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3082 * config/mips/nm-nbsd.h: Delete file.
3083 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3084 * config/m88k/nm-obsd.h: Delete file.
3085 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3086 * config/m68k/nm-nbsd.h: Delete file.
3087 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
3088 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3089 * config/i386/nm-nbsd.h: Delete file.
3090 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
3091 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3092 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3093 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3094 * config/i386/nm-i386lynx.h: Delete file.
3095 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3096 * config/arm/nm-nbsd.h: Delete file.
3097 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
3098 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3099
3100 * config/i386/tm-fbsd.h: Delete file.
3101 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
3102 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
3103
3104 * config/rs6000/tm-rs6000-aix4.h: Delete file.
3105 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
3106 * config/rs6000/aix4.mt (TM_FILE): Set to
3107 config/rs6000/tm-rs6000.h.
3108 * config/powerpc/tm-ppc-aix.h: Delete file.
3109 * config/powerpc/aix.mt (TM_FILE): Set to
3110 config/rs6000/tm-rs6000.h.
3111 * config/m68k/tm-linux.h: Delete file.
3112 * config/m68k/linux.mt (TM_FILE): Set to solib.h
3113 * config/i386/tm-linux64.h: Delete file.
3114 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
3115 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
3116
3117 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3118 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
3119 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
3120 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3121 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
3122 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
3123 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
3124 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3125 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3126
3127 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
3128 gdb_host_cpu.
3129
3130 2004-09-02 Joel Brobecker <brobecker@gnat.com>
3131
3132 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
3133 Minor reformatting. Some code factoring.
3134
3135 2004-09-02 Andrew Cagney <cagney@gnu.org>
3136
3137 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
3138 * config/vax/tm-nbsd.h: Delete file.
3139 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3140 * config/sparc/tm-vxworks.h: Delete file.
3141 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
3142 * config/sparc/tm-nbsd.h: Delete file.
3143 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
3144 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
3145 * config/sparc/tm-linux.h: Delete file.
3146 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
3147 * config/s390/tm-linux.h: Delete file.
3148 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
3149 * config/pa/tm-bsd.h: Delete file.
3150 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
3151 * config/m68k/tm-obsd.h: Delete file.
3152 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
3153 * config/m68k/tm-nbsd.h: Delete file.
3154 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3155 * config/i386/tm-vxworks.h: Delete file.
3156 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
3157 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
3158 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
3159 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
3160 * config/i386/tm-nbsd.h: Delete file.
3161 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
3162 * config/i386/tm-i386lynx.h: Delete file.
3163 * config/cris/cris.mt (TM_FILE): Set to solib.h.
3164 * config/cris/tm-cris.h: Delete file.
3165
3166 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
3167 * configure: Re-generate.
3168 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
3169 * config/arm/tm-nbsd.h: Delete file.
3170
3171 * config/powerpc/tm-ppcle-sim.h: Delete.
3172 * config/powerpc/tm-ppcle-eabi.h: Delete.
3173 * config/powerpc/tm-nbsd.h: Delete.
3174 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
3175 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
3176 tm-ppcle-eabi.h.
3177
3178 * config/i386/nto.mh (NAT_FILE): Delete.
3179 * config/i386/nm-nto.h: Delete.
3180
3181 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
3182 * config/m68k/tm-os68k.h: Ditto.
3183 * config/m68k/tm-monitor.h: Ditto.
3184 * config/m68k/tm-cisco.h: Ditto.
3185 * config/m68k/st2000.mt (TM_FILE): Delete.
3186 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
3187 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
3188 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
3189 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
3190
3191 * config/m68k/tm-st2000.h: Delete.
3192 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
3193 * config/sparc/fbsd.mt (TM_FILE): Delete.
3194 * config/sparc/tm-fbsd.h: Delete.
3195
3196 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3197 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
3198 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3199
3200 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3201 GDB_TM_FILE and GDB_XM_FILE.
3202 * gdbarch.c: Re-generate.
3203 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3204 quotes in macro definition.
3205 * configure.in: Re-generate.
3206
3207 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3208 validating architecture methods.
3209 * gdbarch.c: Re-generate.
3210
3211 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3212 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
3213 GDB_MULTI_ARCH_PARTIAL.
3214 * gdbarch.h: Re-generate.
3215
3216 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3217 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3218 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3219 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3220 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3221 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3222 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3223 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3224 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3225 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3226 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3227 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3228
3229 2004-09-01 Andrew Cagney <cagney@gnu.org>
3230
3231 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3232 and main_func_highpc.
3233 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3234 * objfiles.c (init_entry_point_info, objfile_relocate): Update
3235 * nlmread.c (nlm_symfile_read): Update.
3236
3237 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3238
3239 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3240 (mips_insn32_frame_cache): Inline call to find_proc_desc.
3241 (find_proc_desc): Remove dead code.
3242
3243 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3244
3245 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3246
3247 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3248
3249 * observer.sh: Add struct so_list declaration.
3250 * Makefile.in: Add dependencies on observer.h for solib.c and
3251 breakpoint.c.
3252 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3253 function.
3254 (_initialize_breakpoint): Register
3255 disable_breakpoints_in_unloaded_shlib as an observer of the
3256 "solib unloaded" observation event.
3257 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3258 call decode_line_1 so unfound breakpoint errors are silent.
3259 * solib.c (update_solib_list): When a solib is discovered to have
3260 been unloaded by the program, notify all observers of the
3261 "solib unloaded" observation event.
3262
3263 2004-09-01 Andrew Cagney <cagney@gnu.org>
3264
3265 * frame.c: Include "objfiles.h".
3266 (inside_main_func): New function.
3267 (get_prev_frame): Use new inside_main_func.
3268 * Makefile.in (frame.o): Update dependencies.
3269 * defs.h (inside_main_func): Delete declaration.
3270 * blockframe.c (inside_main_func): Delete function.
3271
3272 2004-08-31 Jim Blandy <jimb@redhat.com>
3273
3274 * dwarf2read.c (is_vtable_name): New function, based on logic from
3275 read_structure_type, but passing the correct length to strncmp,
3276 and using 'sizeof' instead of 'strlen'.
3277 (read_structure_type): Call it.
3278
3279 2004-08-31 Joel Brobecker <brobecker@gnat.com>
3280
3281 * config/powerpc/aix.mh: Add comment.
3282
3283 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
3284
3285 * MAINTAINERS: Add self to Write-After-Approval.
3286
3287 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
3288
3289 * MAINTAINERS: Add self to Write-After-Approval.
3290
3291 2004-08-30 Andrew Cagney <cagney@gnu.org>
3292
3293 Fix PR breakpoints/1757.
3294 * infrun.c (struct execution_control_state): Replace
3295 remove_breakpoints_on_following_step with
3296 step_after_step_resume_breakpoint.
3297 (init_execution_control_state): Update.
3298 (handle_inferior_event): For signals, when stepping off a
3299 breakpoint, set step_after_step_resume_breakpoint. When
3300 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3301 (keep_going): Delete code handling
3302 remove_breakpoints_on_following_step.
3303
3304 2004-08-29 David Lecomber <david@streamline-computing.com>
3305
3306 Fix PR gdb/648
3307 * language.h (enum array_ordering): New enum.
3308 * language.h (struct language_defn): New la_array_ordering
3309 attribute.
3310 * language.c (unknown_language_defn, auto_language_defn)
3311 (local_language_defn): Ditto.
3312 * ada-lang.c (ada_language_defn): Ditto.
3313 * c-lang.c (c_language_defn, cplus_language_defn)
3314 (asm_language_defn, minimal_language_defn): Ditto.
3315 * f-lang.c (f_language_defn): Ditto.
3316 * jv-lang.c (java_language_defn): Ditto.
3317 * m2-lang.c (f_language_defn): Ditto.
3318 * objc-lang.c (objc_language_defn): Ditto.
3319 * p-lang.c (pascal_language_defn): Ditto.
3320 * scm-lang.c (scm_language_defn): Ditto.
3321 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3322 oriented large to small in type structure.
3323 * dwarf2read.c (read_array_order): New function.
3324 (read_array_type): Use read_array_order to check row/column
3325 major ordering.
3326
3327 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
3328
3329 * target.c (target_resize_to_sections): Check
3330 current_target.to_sections for an old value when updating.
3331
3332 2004-08-27 Joel Brobecker <brobecker@gnat.com>
3333
3334 * procfs.c (dbx_link_bpt_addr): New static global variable.
3335 (dbx_link_shadow_contents): New static global variable.
3336 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3337 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3338 if we just hit it.
3339 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3340 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3341 from run to run.
3342 (procfs_create_inferior): Remove syssgi syscall-exit notifications
3343 after the inferior has been forked.
3344 (remove_dbx_link_breakpoint): New function.
3345 (dbx_link_addr): New function.
3346 (insert_dbx_link_bpt_in_file): New function.
3347 (insert_dbx_link_bpt_in_region): New function.
3348 (insert_dbx_link_breakpoint): New function.
3349 (proc_trace_syscalls_1): New function, extracted from
3350 proc_trace_syscalls.
3351 (proc_trace_syscalls): Replace extract code by call to
3352 proc_trace_syscalls_1.
3353 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3354 is no longer valid.
3355
3356 2004-08-25 Jim Blandy <jimb@redhat.com>
3357
3358 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3359
3360 2004-08-25 Andrew Cagney <cagney@gnu.org>
3361
3362 * infrun.c (struct execution_control_state): Delete field
3363 "stepping_through_sigtramp".
3364 (init_execution_control_state): Do not set same.
3365 (context_switch): Do not pass same to save_infrun_state and
3366 load_infrun_state.
3367 * gdbthread.h (struct thread_info): Delete field
3368 stepping_through_sigtramp.
3369 (save_infrun_state, load_infrun_state): Delete parameter
3370 stepping_through_sigtramp.
3371 * thread.c (load_infrun_state, save_infrun_state): Update.
3372
3373 * infrun.c: Re-indent. Move expression operators to the beginning
3374 of the line. Remove long disabled #if 0 code.
3375
3376 2004-08-24 Andrew Cagney <cagney@gnu.org>
3377
3378 * doublest.h (floatformat_ieee_quad): Rename
3379 floatformat_ia64_quad.
3380 * doublest.c (floatformat_ieee_quad): Rename
3381 floatformat_ia64_quad.
3382 (_initialize_doublest): Update.
3383
3384 2004-08-24 Jim Blandy <jimb@redhat.com>
3385
3386 * dwarf2expr.h (struct dwarf_expr_context): New members
3387 'num_pieces' and 'pieces', for returning the result of an
3388 expression that uses DW_OP_piece.
3389 (struct dwarf_expr_piece): New struct type.
3390 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3391 pieces.
3392 (free_dwarf_expr_context): Free pieces, if any.
3393 (add_piece): New function.
3394 (execute_stack_op): Implement DW_OP_piece.
3395 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3396 expression is a list of pieces, print an error message.
3397 (dwarf2_loc_desc_needs_frame): If the expression yields
3398 pieces, and any piece is in a register, then we need a frame.
3399
3400 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3401 the stack until we've decided what sort of result the evaluation
3402 has produced. Use separate variables, with more specific names.
3403
3404 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
3405
3406 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3407 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3408 (arm_netbsd_init_abi_common): Register them.
3409
3410 2004-08-22 Mark Kettenis <kettenis@gnu.org>
3411
3412 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3413
3414 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3415 safe_frame_unwind_memory instead of target_read_memory.
3416
3417 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3418 Reorder includes.
3419 (fetch_register, store_register): Remove prototypes.
3420 (child_resume): Reorganize code and comments such that it is
3421 grouped a bit more logically.
3422 (attach): Explicitly compare errno against 0.
3423 (detach): Likewise. Use perror_with_name instead of
3424 print_sys_errmsg.
3425 * Makefile.in (infptrace.o): Update dependencies.
3426
3427 * ia64-linux-nat.c: Update copyright year.
3428 (fetch_debug_register, store_debug_register)
3429 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3430 PTRACE_TYPE_ARG3.
3431 * config/ia64/nm-linux.h: Update copyright year.
3432 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3433
3434 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3435 from CORE_ADDR to struct frame_info *. Use
3436 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3437 (amd64_linux_sigtramp_p): Adjust for changed signature of
3438 and64_linux_sigtramp_start
3439
3440 * gdb_ptrace.h: GNU/Linux.
3441
3442 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3443 Remove defines.
3444
3445 * infptrace.c: Include "gdb_assert.h".
3446 (PTRACE_XFER_TYPE): Remove define.
3447 (offsetof): Only define if U_REGS_OFFSET isn't defined.
3448 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3449 Tweak comment.
3450 (fetch_inferior_registers, store_inferior_registers): Remove
3451 redundant culry braces. Tweak comment. s/regno/regnum.
3452 * Makefile.in (infptrace.o): Update dependencies.
3453
3454 * configure.in: Change test for return type of ptrace to default
3455 to `long' instead of `int'.
3456 * configure: Regenerate.
3457
3458 2004-08-21 Mark Kettenis <kettenis@gnu.org>
3459
3460 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3461
3462 * configure.in: Check for ttrace function.
3463 * configure, config.in: Regenerate.
3464
3465 * gdb_ptrace.h: New file.
3466 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3467 <sys/ptrace.h>.
3468 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3469 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3470 (attach): Don't define PT_ATTACH.
3471 (detach): Don't define PT_DETACH.
3472 * Makefile.in (gdb_ptrace_h): New variable.
3473 (infptrace.o): Update dependencies.
3474
3475 2004-08-16 Mark Kettenis <kettenis@gnu.org>
3476
3477 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3478 instead of `int' if not already defined.
3479 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3480 PTRACE_TYPE_ARG3.
3481 * infptrace.c (call_ptrace): Revert change that replaced
3482 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3483
3484 2004-08-15 Mark Kettenis <kettenis@gnu.org>
3485
3486 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3487 Remove defines.
3488
3489 * linux-nat.c (kill_inferior): Add missing third and fourth
3490 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3491
3492 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3493 PTRACE_TYPE_RET.
3494
3495 * proc-why.c (proc_prettyfprint_why): Fix format string.
3496
3497 * solib-osf.c (osf_current_sos): Remove unsused label.
3498
3499 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3500 curses headers.
3501 * configure, config.in: Regenerate.
3502 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3503 <ncurses/ncurses.h>.
3504
3505 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3506 * config/nm-nbsd.h: Update copyright year.
3507 (PTRACE_ARG3_TYPE): Remove define.
3508
3509 * sparc-nat.c (fetch_inferior_registers)
3510 (store_inferior_registers, sparc_xfer_wcookie):
3511 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3512
3513 * alphabsd-nat.c (fetch_inferior_registers):
3514 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3515 PTRACE_TYPE_ARG3.
3516 * amd64bsd-nat.c (fetch_inferior_registers)
3517 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3518 PTRACE_TYPE_ARG3.
3519 * armnbsd-nat.c: Update copyright year.
3520 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3521 (store_register, store_regs, store_fp_register, store_fp_regs):
3522 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3523 * hppabsd-nat.c (fetch_inferior_registers)
3524 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3525 PTRACE_TYPE_ARG3.
3526 * i386bsd-nat.c (fetch_inferior_registers)
3527 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3528 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3529 * m68kbsd-nat.c (fetch_inferior_registers)
3530 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3531 PTRACE_TYPE_ARG3.
3532 * m88kbsd-nat.c (fetch_inferior_registers)
3533 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3534 PTRACE_TYPE_ARG3.
3535 * mipsnbsd-nat.c: Update copyright year.
3536 (fetch_inferior_registers, store_inferior_registers):
3537 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3538 * ns32knbsd-nat.c: Update copyright year.
3539 (fetch_inferior_registers, store_inferior_registers):
3540 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3541 * ppcnbsd-nat.c (fetch_inferior_registers):
3542 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3543 PTRACE_TYPE_ARG3.
3544 * ppcobsd-nat.c (fetch_inferior_registers):
3545 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3546 PTRACE_TYPE_ARG3.
3547 * shnbsd-nat.c: Update copyright year.
3548 (fetch_inferior_registers, store_inferior_registers):
3549 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3550 * vaxbsd-nat.c (fetch_inferior_registers)
3551 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3552 PTRACE_TYPE_ARG3.
3553
3554 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3555 PTRACE_TYPE_ARG3.
3556 * infptrace.c (call_ptrace, child_resume, attach, detach)
3557 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3558 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3559 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3560 PTRACE_TYPE_ARG3.
3561
3562 2004-08-14 Mark Kettenis <kettenis@gnu.org>
3563
3564 * defs.h: Remove out-of-date comment.
3565 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3566 [!GETENV_PROVIDED] (getenv): Remove prototype.
3567
3568 * standalone.c: Remove file.
3569 * Makefile.in (standalone.o): Remove dependency.
3570
3571 * i386-linux-nat.c (dummy_sse_values): Remove function and
3572 prototype.
3573 (i386_linux_dr_get): Fix typo in comment.
3574 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3575
3576 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3577
3578 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3579 from declaration.
3580 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3581 from definition.
3582
3583 2004-08-13 Mark Kettenis <kettenis@gnu.org>
3584
3585 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3586 parenthesis in definition.
3587 * configure: Regenerated.
3588
3589 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3590
3591 * PROBLEMS: Mention build/1411.
3592
3593 2004-08-09 Robert Millan <robertmh@gnu.org>
3594
3595 Committed by Nathanael Nerode.
3596 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3597 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3598
3599 2004-08-12 Andrew Cagney <cagney@gnu.org>
3600
3601 * NEWS: Mention fixes in GDB 6.2.1.
3602 * PROBLEMS: Remove mention of mips-irix.
3603
3604 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3605
3606 * config/powerpc/xm-aix.h: Delete.
3607 * config/powerpc/aix.mh (MH_FILE): Remove.
3608 * config/powerpc/aix432.mh (MH_FILE): Remove.
3609
3610 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3611
3612 * config/powerpc/aix.mh: Remove obsolete comment.
3613 * config/powerpc/aix432.mh: Likewise.
3614
3615 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3616
3617 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3618
3619 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3620
3621 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3622 this file is now empty.
3623 * config/xm-aix4.h: Remove, this file is no longer included
3624 anywhere.
3625
3626 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3627
3628 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3629 that file is now empty.
3630 (termdef): Remove prototype, function no longer used.
3631
3632 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3633
3634 * doc/gdbint.texinfo (Host Definition): Remove documentation
3635 for USE_O_NOCTTY, no longer used.
3636 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3637 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3638
3639 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3640
3641 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3642 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3643 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3644
3645 2004-08-11 Mark Kettenis <kettenis@gnu.org>
3646
3647 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3648 instead of FIVE_ARG_PTRACE.
3649
3650 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3651 (new_tty): Use O_NOCTTY unconditionally.
3652
3653 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3654
3655 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3656 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3657 fflush on stdout.
3658
3659 2004-08-10 Joel Brobecker <brobecker@gnat.com>
3660
3661 * xcoff_symfile_finish: Replace last call to xmfree by call
3662 to xfree.
3663
3664 2004-08-10 Andrew Cagney <cagney@gnu.org>
3665
3666 * main.c (captured_main): Delete call to init_malloc.
3667 * defs.h (init_malloc): Delete declaration.
3668 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3669 (init_malloc): Delete functions.
3670
3671 * defs.h (xmfree): Delete.
3672 * utils.c (xmfree): Delete function.
3673 (xfree): Inline calls to xmfree and mfree.
3674 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3675 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3676 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3677 * somread.c (som_symfile_finish): Ditto.
3678 * objfiles.c (allocate_objfile, free_objfile):
3679 * nlmread.c (nlm_symfile_finish): Ditto.
3680 * hpread.c (hpread_symfile_finish): Ditto.
3681 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3682 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3683 * coffread.c (coff_symfile_finish): Ditto.
3684
3685 * defs.h (xmcalloc): Delete declaration.
3686 * utils.c (xmcalloc): Delete.
3687 (xcalloc): Inline calls to xmcalloc and mcalloc.
3688 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3689 xcalloc and xfree.
3690 * symtab.c (create_demangled_names_hash): Ditto.
3691
3692 * defs.h (xmrealloc): Delete.
3693 * utils.c (xmrealloc): Delete.
3694 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3695 * symmisc.c (extend_psymbol_list): Use xrealloc.
3696 * source.c (find_source_lines): Ditto.
3697 * hpread.c (hpread_lookup_type): Ditto.
3698 * dbxread.c (add_bincl_to_list): Ditto.
3699
3700 * utils.c (xmmalloc): Delete.
3701 (xmalloc): Inline xmmalloc and mmalloc calls.
3702 (msavestring): Use xmalloc.
3703 * defs.h (xmmalloc): Delete declaration.
3704 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3705 xmmalloc.
3706 * symmisc.c (extend_psymbol_list): Ditto.
3707 * symfile.c (init_psymbol_list): Ditto.
3708 * source.c (find_source_lines): Ditto.
3709 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3710 * elfread.c (elf_symtab_read): Ditto.
3711 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3712 * coffread.c (coff_symfile_init): Ditto.
3713
3714 2004-08-10 David Carlton <carlton@bactrian.org>
3715
3716 * MAINTAINERS: Remove David Carlton from c++ testsuite
3717 maintainers.
3718
3719 2004-08-10 Jerome Guitton <guitton@gnat.com>
3720
3721 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
3722 print a line feed before the prompt.
3723
3724 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3725
3726 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
3727
3728 2004-08-09 Joel Brobecker <brobecker@gnat.com>
3729
3730 General cleanup of the AIX xm include file:
3731 * config/xm-aix4.h (fd_set): Remove undefine.
3732 Remove include of <sys/select.h>.
3733 (HAVE_TERMIO): Remove define.
3734 (USG): Likewise.
3735 (NULL): Remove redefine.
3736 (alloca): Remove #pragma.
3737 (vfork): Remove define.
3738 (termdef): Remove.
3739 (SIGWINCH_HANDLER): Remove.
3740 (SIGWINCH_HANDLER_BODY): Remove.
3741
3742 2004-08-09 Mark Kettenis <kettenis@gnu.org>
3743
3744 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
3745 GDB_OSABI_OPENBSD_ELF.
3746
3747 2004-08-07 Robert Millan <robertmh@gnu.org>
3748
3749 * bsd-kvm.c: Check for nlist.h before including it.
3750
3751 2004-08-09 Mark Kettenis <kettenis@gnu.org>
3752
3753 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
3754 sigcontext' offset consistency checks for ancient BSD.
3755
3756 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
3757
3758 * configure.in: Check for <sys/types.h>. Check return and
3759 argument types of ptrace.
3760 * configure, config.in: Regenerate.
3761
3762 2004-08-09 Jim Blandy <jimb@redhat.com>
3763
3764 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
3765 rs6000_register_sim_regno): Doc fixes.
3766
3767 2004-08-08 Joel Brobecker <brobecker@gnat.com>
3768
3769 * mips-tdep.c: Include "floatformat.h".
3770 (n32n64_floatformat_always_valid): New function.
3771 (floatformat_n32n64_long_double_big): New constant.
3772 (mips_gdbarch_init): Set size and format of long double
3773 for N32 and N64 ABIs.
3774 * Makefile.in (mips-tdep.o): Update dependencies.
3775
3776 2004-08-08 Andrew Cagney <cagney@gnu.org>
3777
3778 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
3779 print. Improve script's error messages.
3780 * gdbarch.h: Re-generate.
3781
3782 * gdbarch.sh (pformat): New function.
3783 (float_format, double_format, long_double_format): List with bit
3784 members. Use pformat when printing.
3785 * gdbarch.c, gdbarch.h: Re-generate.
3786
3787 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
3788
3789 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
3790 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
3791 (ppcnbsd_supply_pcb): New function.
3792 (_initialize_ppcnbsd_nat): New prototype and function.
3793 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3794 (LOADLIBES): New variable.
3795 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
3796
3797 2004-08-08 Andrew Cagney <cagney@gnu.org>
3798
3799 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
3800 (builtin_type_ieee_double, builtin_type_ia64_quad)
3801 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
3802 BE/LE floating-point types.
3803 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
3804 (builtin_type_ieee_double, builtin_type_ia64_quad)
3805 (builtin_type_ia64_spill): Declare.
3806 * doublest.c (_initialize_doublest, floatformat_ieee_single)
3807 (floatformat_ieee_double, floatformat_arm_ext)
3808 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
3809 of LE/BE floatformats.
3810 * doublest.h: (struct floatformat, floatformat_ieee_single)
3811 (floatformat_ieee_double, floatformat_arm_ext)
3812 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
3813
3814 2004-08-08 Mark Kettenis <kettenis@gnu.org>
3815
3816 * i386gnu-nat.c (gnu_store_registers): Fix typo.
3817
3818 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
3819 instead of regcache_raw_supply when storing the registers.
3820
3821 * i386gnu-nat.c: Update copyright year.
3822 (gnu_store_registers): Don't use deprecated_registers and
3823 deprecated_registers_valid. Use regcache_valid_p and
3824 regcache_raw_supply instead.
3825
3826 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
3827 frame_pc_unwind.
3828
3829 * procfs.c (procfs_pid_to_str): Remove redundant and unused
3830 variables. Incapitalized "process".
3831
3832 * configure.in: Add cursesX to the list of possible curses libs.
3833 Add cursesX.h to the list of possible curses headers.
3834 * configure, config.in: Regenerate.
3835
3836 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3837
3838 * configure.in: Test for struct lwp in <sys/lwp.h>.
3839 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
3840 the offset of l_addr in struct lwp.
3841
3842 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3843
3844 * bsd-kvm.c: Include "gdbcore.h"
3845 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
3846
3847 2004-08-07 Andrew Cagney <cagney@gnu.org>
3848
3849 * gdbtypes.c (build_flt, build_complex): New functions.
3850 (gdbtypes_post_init): Use.
3851
3852 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
3853
3854 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
3855 through to builtin_type_uint128.
3856
3857 * c-exp.y: Use builtin_type function to obtain builtin types.
3858
3859 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
3860 builtin_uint128.
3861 * gdbtypes.c (gdbtypes_post_init): Update.
3862 (build_gdbtypes): Move initialization of builtin_type_int0
3863 through to builtin_type_uint128 from here ...
3864 (_initialize_gdbtypes): ... to here.
3865 * d10v-tdep.c (d10v_register_type): Update.
3866
3867 * doublest.c: Update copyright.
3868 (floatformat_from_length): Call error when floatformat is NULL.
3869 (extract_floating_by_length): Remove NULL fmt check.
3870 (store_floating_by_length): Ditto.
3871
3872 2004-08-07 Andrew Cagney <cagney@gnu.org>
3873
3874 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
3875 that the register is valid.
3876
3877 2004-08-05 Mark Kettenis <kettenis@chello.nl>
3878
3879 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3880 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
3881 struct frame_info *. Use safe_frame_unwind_memory instead of
3882 deprecated_read_memory_nobpt.
3883 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
3884 changed signature of i386_linux_sigtramp_start and
3885 i386_linux_rt_sigtramp_start.
3886
3887 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
3888 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
3889 instead of deprecated_read_memory_nobpt.
3890 (i386nbsd_sigtramp_p): Adjust for changed signature of
3891 i386nbsd_sigtramp_offset.
3892
3893 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
3894 safe_frame_unwind_memory instead of target_read_memory.
3895
3896 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3897 !NO_SYS_FILE.
3898 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
3899 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
3900 (_initialize_kernel_u_addr): Remove prototype and function.
3901 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3902 !NO_SYS_FILE.
3903 * xcoffread.c: Likewise.
3904
3905 2004-08-06 Mark Kettenis <kettenis@gnu.org>
3906
3907 * vax-nat.c: New file.
3908 * vaxbsd-nat.c: Tweak comment.
3909 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
3910 vaxnbsd-tdep.c.
3911 (vax-nat.o): New dependency.
3912 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
3913 (vax-*-ultrix2*): Remove.
3914 * config/vax/vax.mh: New file.
3915 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
3916 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
3917 (vax_register_u_addr): New prototype.
3918 (REGISTER_U_ADDR): Define using vax_register_u_addr.
3919 * config/vax/vaxult2.mh: Remove file.
3920 * config/vax/vaxult.mh: Remove file.
3921 * config/vax/vaxbsd.mh: Remove file.
3922 * config/vax/vax.mt (TM_FILE): Remove.
3923 * config/vax/tm-vaxbsd.h: Remove file.
3924
3925 2004-08-06 Joel Brobecker <brobecker@gnat.com>
3926
3927 * aix-thread.c (get_signaled_thread): New function.
3928 (iter_trap): Delete, no longer used.
3929 (iter_tid): New function.
3930 (pd_update): Find the thread that received the SIGTRAP signal
3931 by first locating the kernel thread, and then finding its
3932 associated thread.
3933
3934 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
3935
3936 * lin-lwp.c (child_wait): Continue inferior after processing
3937 PTRACE_EVENT_CLONE event.
3938
3939 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
3940
3941 * MAINTAINERS: Add self to Write-After-Approval.
3942
3943 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
3944
3945 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
3946 libunwind-xxxx.so" where xxxx is UNW_TARGET.
3947
3948 2004-08-05 Andrew Cagney <cagney@gnu.org>
3949
3950 * config/xm-sysv4.h: Delete file.
3951 * config/mips/xm-irix5.h: Delete file.
3952 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
3953 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
3954 * config/ia64/xm-aix.h: Delete file.
3955 * config/ia64/aix.mh (XM_FILE): Delete.
3956 * config/pa/xm-hppah.h: Delete file.
3957 * config/pa/hpux11w.mh (XM_FILE): Delete.
3958 * config/pa/hpux11.mh (XM_FILE): Delete.
3959 * config/pa/hpux1020.mh (XM_FILE): Delete.
3960 * config/pa/hppahpux.mh (XM_FILE): Delete.
3961
3962 * config/alpha/xm-alphalinux.h: Delete file.
3963 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
3964 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
3965 * config/alpha/xm-alphaosf.h: Delete file.
3966 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
3967 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
3968 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
3969 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
3970
3971 * config/i386/xm-i386v.h: Delete file.
3972 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
3973 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
3974 * config/i386/xm-i386sco.h: Delete file.
3975 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
3976 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
3977 * config/i386/xm-i386v4.h: Delete file.
3978 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
3979 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
3980 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
3981 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
3982
3983 * config/vax/xm-vax.h: Delete file.
3984 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
3985 * config/vax/xm-vaxult2.h: Delete file.
3986 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
3987 * config/vax/vaxult2.mh (XM_FILE): Delete.
3988 * config/vax/xm-vaxult.h: Delete file.
3989 * config/vax/vaxult.mh (XM_FILE): Delete.
3990 * config/vax/xm-vaxbsd.h: Delete file.
3991 * config/vax/vaxbsd.mh (XM_FILE): Delete.
3992
3993 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
3994 * gdbarch.h, gdbarch.c: Re-generate.
3995 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
3996 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
3997 * frame.h: Delete deprecated_read_fp from comments.
3998 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
3999 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
4000
4001 2004-08-04 Mark Kettenis <kettenis@gnu.org>
4002
4003 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
4004 trampoline in OpenBSD 3.5-current.
4005
4006 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
4007 SSE registers.
4008
4009 * Makefile.in: Remove embedded page breaks.
4010
4011 2004-08-04 Jim Blandy <jimb@redhat.com>
4012
4013 * regcache.c (regcache_raw_read): Assert that, after calling
4014 target_fetch_registers, the register we're reading is cached.
4015
4016 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
4017 a call to 'internal_error', with a more helpful error message.
4018 * rs6000-tdep.c (e500_pseudo_register_read,
4019 e500_pseudo_register_write, rs6000_store_return_value): Same.
4020
4021 2004-08-04 Andrew Cagney <cagney@gnu.org>
4022
4023 * Makefile.in: Update dependencies.
4024
4025 2004-08-04 Jim Blandy <jimb@redhat.com>
4026
4027 Change the layout of the PowerPC E500 raw register cache to allow
4028 the lower 32-bit halves of the GPRS to be their own raw registers,
4029 not pseudoregisters.
4030 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
4031 add ppc_ev0_upper_regnum flag.
4032 * rs6000-tdep.c: #include "reggroups.h".
4033 (spe_register_p): Recognize the ev upper half registers as SPE
4034 registers.
4035 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
4036 registers.
4037 (e500_move_ev_register): New function.
4038 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
4039 vector registers are the pseudo-registers now, formed by splicing
4040 together the gprs and the upper-half registers.
4041 (e500_register_reggroup_p): New function.
4042 (P): Macro deleted.
4043 (P8, A4): New macro.
4044 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
4045 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
4046 macros.
4047 (registers_e500): Rearrange register set so that the raw register
4048 set contains 32-bit GPRs and upper-half registers, and the SPE
4049 vector registers become pseudo-registers.
4050 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
4051 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
4052 register numbers are now the same for the E500 as they are for
4053 other PowerPC variants. Register e500_register_reggroup_p as the
4054 register group function for the E500.
4055 * Makefile.in (rs6000-tdep.o): Update dependencies.
4056
4057 Adapt PPC E500 native support to the new raw regcache layout.
4058 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
4059 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
4060 (fetch_spe_register, store_spe_register): Handle fetching/storing
4061 all the SPE registers at once, if regno == -1. These now take
4062 over the job of fetch_spe_registers and store_spe_registers.
4063 (fetch_spe_registers, store_spe_registers): Deleted.
4064 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
4065 unconditionally; they're always raw. Fetch/store SPE upper half
4066 registers, if present, instead of ev registers.
4067 (fetch_register, store_register): Remove sanity checks: gprs are
4068 never pseudo-registers now, so we never need to even mention any
4069 registers that are ever pseudoregisters.
4070
4071 Use a fixed register numbering when communicating with the PowerPC
4072 simulator.
4073 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
4074 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
4075 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
4076 New functions.
4077 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
4078 init_sim_regno_table.
4079 * Makefile.in (gdb_sim_ppc_h): New variable.
4080 (rs6000-tdep.o): Update dependencies.
4081
4082 2004-08-02 Andrew Cagney <cagney@gnu.org>
4083
4084 * cris-tdep.c (cris_register_size): Restore function, still used
4085 locally.
4086
4087 * gdbarch.sh (deprecated_target_read_fp)
4088 (deprecated_frame_locals_address, deprecated_frame_args_address)
4089 (deprecated_frame_chain_valid, deprecated_frame_chain)
4090 (deprecated_init_extra_frame_info, deprecated_pop_frame)
4091 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
4092 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
4093 * gdbarch.h, gdbarch.c: Re-generate.
4094 * regcache.c (deprecated_read_fp): Do not call
4095 DEPRECATED_TARGET_READ_FP_P.
4096 * infcmd.c (default_print_registers_info): Do not call
4097 DEPRECATED_DO_REGISTERS_INFO.
4098 * frame-base.c (default_frame_locals_address): Do not call
4099 DEPRECATED_FRAME_LOCALS_ADDRESS.
4100 (default_frame_args_address): Do not call
4101 DEPRECATED_FRAME_ARGS_ADDRESS.
4102
4103 * gdbarch.sh (deprecated_register_raw_size)
4104 (deprecated_register_virtual_size:int): Delete.
4105 * gdbarch.h, gdbarch.c: Re-generate.
4106 * cris-tdep.c (cris_register_size): Delete.
4107 (cris_gdbarch_init): Update.
4108 * alpha-tdep.c (alpha_register_raw_size)
4109 (alpha_register_virtual_size): Delete.
4110 (alpha_gdbarch_init): Update.
4111
4112 * gdbarch.sh (deprecated_register_virtual_type)
4113 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
4114 (deprecated_dummy_write_sp): Delete.
4115 * gdbarch.h, gdbarch.c: Re-generate.
4116
4117 * gdbarch.sh (deprecated_register_bytes): Delete.
4118 * gdbarch.h, gdbarch.c: Re-generate.
4119 * regcache.c (deprecated_register_bytes): New function.
4120 * regcache.h (deprecated_register_bytes): Declare.
4121 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4122 * v850-tdep.c (v850_gdbarch_init): Update.
4123 * sh64-tdep.c (sh64_gdbarch_init): Update.
4124 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4125 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4126 * mcore-tdep.c (mcore_gdbarch_init): Update.
4127 * cris-tdep.c (cris_gdbarch_init): Update.
4128 * arm-tdep.c (arm_gdbarch_init): Update.
4129 * remote.c (init_remote_state): Update.
4130 * remote-vx.c (vx_prepare_to_store): Update.
4131 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
4132 * irix5-nat.c (fetch_core_registers): Update.
4133 * cris-tdep.c (cris_register_bytes_ok): Update.
4134 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4135
4136 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
4137 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
4138 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
4139 (mips_insn16_frame_base_address, mips_insn16_frame_base)
4140 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
4141 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
4142 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
4143 (mips_insn32_frame_base_address, mips_insn32_frame_base)
4144 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
4145 with mips_insn16 and mips_insn32.
4146
4147 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
4148 * rs6000-tdep.c (rs6000_push_dummy_call)
4149 (rs6000_extract_return_value): Use register_size.
4150 * xstormy16-tdep.c (xstormy16_get_saved_register)
4151 (xstormy16_extract_return_value): Ditto.
4152 * valops.c (value_assign): Ditto.
4153 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
4154 * v850-tdep.c (v850_extract_return_value): Ditto.
4155 * tracepoint.c (collect_symbol): Ditto.
4156 * target.c (debug_print_register): Ditto.
4157 * stack.c (frame_info): Ditto.
4158 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
4159 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4160 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
4161 (store_register_using_P): Ditto.
4162 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4163 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
4164 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4165 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
4166 * regcache.c (deprecated_read_register_bytes)
4167 (deprecated_write_register_bytes, read_register)
4168 (write_register): Ditto.
4169 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
4170 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
4171 * monitor.c (monitor_supply_register, monitor_fetch_register)
4172 (monitor_store_register): Ditto.
4173 * mn10300-tdep.c (mn10300_pop_frame_regular)
4174 (mn10300_print_register): Ditto.
4175 * mipsv4-nat.c (fill_fpregset): Ditto.
4176 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
4177 (mips64_fill_fpregset): Ditto.
4178 * mi/mi-main.c (register_changed_p, get_register)
4179 (mi_cmd_data_write_register_values): Ditto.
4180 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
4181 * irix5-nat.c (fill_gregset, fetch_core_registers):
4182 * infrun.c (write_inferior_status_register): Ditto.
4183 * infptrace.c (fetch_register, store_register): Ditto.
4184 * infcmd.c (default_print_registers_info): Ditto.
4185 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
4186 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
4187 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
4188 * hpux-thread.c (hpux_thread_fetch_registers)
4189 (hpux_thread_store_registers): Ditto.
4190 * hppah-nat.c (store_inferior_registers, fetch_register):
4191 * findvar.c (value_from_register): Ditto.
4192 * dve3900-rom.c (fetch_bitmapped_register):
4193 * cris-tdep.c (cris_gdbarch_init): Ditto.
4194 * alpha-tdep.h: Ditto.
4195 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4196
4197 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4198 DEPRECATED_REGISTER_RAW_SIZE from comments.
4199 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4200 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4201 DEPRECATED_REGISTER_RAW_SIZE.
4202 * findvar.c (value_of_register): Simplify by assuming that the
4203 registers raw and virtual sizes are identical.
4204 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4205 comment.
4206 * arch-utils.c (generic_register_size): Simplify by assuming
4207 register_type.
4208
4209 * regcache.c (legacy_read_register_gen, real_register)
4210 (legacy_write_register_gen): Delete, not used.
4211
4212 * regcache.c (struct regcache_descr): Delete legacy_p.
4213 (init_legacy_regcache_descr): Delete function.
4214 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4215 Do not use deprecated register functions.
4216 (regcache_raw_read, deprecated_write_register_gen):
4217 (deprecated_read_register_gen, regcache_raw_write): Delete code
4218 predicated on legacy_p.
4219 (register_size): Delete check against register raw size.
4220
4221 * cris-tdep.c (cris_register_type): Replace
4222 cris_register_virtual_type.
4223 (cris_gdbarch_init): Update, set register_type.
4224
4225 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4226 * gdbarch.h, gdbarch.c: Re-generate.
4227 * arm-tdep.c (arm_frameless_function_invocation): Delete.
4228 (arm_gdbarch_init) Do not set frameless function invocation.
4229 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4230 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4231 * frv-tdep.c (frv_frameless_function_invocation): Delete.
4232 (frv_gdbarch_init): Do not set frameless function invocation.
4233 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4234 * sh-tdep.c (sh_gdbarch_init): Ditto.
4235 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4236 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4237 * avr-tdep.c (avr_gdbarch_init): Ditto.
4238
4239 * blockframe.c (legacy_frame_chain_valid): Delete function.
4240
4241 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4242 and pc. Update comments.
4243 (pc_in_dummy_frame): Delete function.
4244 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4245 use the "id".
4246 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4247 call_hi, top and pc, use the id.
4248 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4249
4250 * dummy-frame.c: Include "gdb_string.h".
4251 (generic_save_call_dummy_addr, generic_push_dummy_frame)
4252 (generic_save_dummy_frame_tos): Delete.
4253 (dummy_frame_push): New function, replaces above.
4254 * dummy-frame.h: Update copyright.
4255 (dummy_frame_push): Declare.
4256 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4257 (generic_save_call_dummy_addr): Delete declarations.
4258 * infcall.c: Include "dummy-frame.h".
4259 (call_function_by_hand): Add locals caller_regcache,
4260 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
4261 with call to frame_save_as_regcache plus cleanup. Delete calls to
4262 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4263 Move clear_proceed_status to just before the resume, add call to
4264 dummy_frame_push (discard cleanup).
4265 * Makefile.in (infcall.o): Add $(dummy_frame_h).
4266 (dummy-frame.o): Add $(gdb_string_h).
4267
4268 2004-08-01 Andrew Cagney <cagney@gnu.org>
4269
4270 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4271 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4272 * dummy-frame.c (find_dummy_frame): Delete.
4273 (struct dummy_frame_cache, dummy_frame_sniffer)
4274 (dummy_frame_prev_register, dummy_frame_this_id)
4275 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4276 frame unwinder using a dummy_frame_cache.
4277
4278 2004-08-01 Andrew Cagney <cagney@gnu.org>
4279
4280 * frame.h (frame_save_as_regcache): Declare.
4281 * frame.c (frame_save_as_regcache): New function.
4282 (do_frame_read_register): Replace do_frame_unwind_register.
4283 (frame_pop): Use frame_save_as_regcache.
4284 * dummy-frame.c (generic_push_dummy_frame): Use
4285 frame_save_as_regcache.
4286
4287 2004-08-01 Joel Brobecker <brobecker@gnat.com>
4288
4289 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4290 file as included until we record the first line in the linetable.
4291
4292 2004-08-01 Andrew Cagney <cagney@gnu.org>
4293
4294 * frame.h (deprecated_pop_dummy_frame)
4295 (deprecated_read_register_dummy)
4296 (deprecated_generic_find_dummy_frame): Delete.
4297 * dummy-frame.c (deprecated_generic_find_dummy_frame)
4298 (deprecated_read_register_dummy)
4299 (deprecated_find_dummy_frame_regcache)
4300 (discard_innermost_dummy)
4301 (deprecated_pop_dummy_frame): Delete.
4302 (dummy_frame_this_id): Simplify.
4303 (struct dummy_frame): Delete "fp" and "sp".
4304 (find_dummy_frame): Simplify.
4305 (generic_push_dummy_frame): Do not set "fp" or "sp".
4306 (fprint_dummy_frames): Do not print "fp" and "sp"
4307
4308 2004-08-01 Mark Kettenis <kettenis@gnu.org>
4309
4310 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4311 (struct i386_insn): New structure.
4312 (i386_match_insn): New function.
4313 (i386_frame_setup_skip_insns): New variable.
4314 (i386_analyze_frame_setup): Change to use i386_match_insn and the
4315 array i386_frame_setup_insns of instructions that should be
4316 skipped inside the frame setup sequence.
4317
4318 2004-08-01 Andrew Cagney <cagney@gnu.org>
4319
4320 * frame.h (deprecated_frame_xmalloc_with_cleanup)
4321 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4322 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4323 * stack.c (frame_info): Delete references to
4324 DEPRECATED_FRAME_INIT_SAVED_REGS and
4325 deprecated_get_frame_saved_regs.
4326 * frame.c (struct frame_info): Delete saved_regs and extra_info.
4327 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4328 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4329 (frame_unwind_register_signed)
4330 (frame_unwind_register_unsigned)
4331 (frame_unwind_unsigned_register): Use register_size.
4332 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4333 (deprecated_frame_xmalloc_with_cleanup)
4334 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4335 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4336
4337 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4338 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4339 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4340 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4341
4342 * infcall.c (call_function_by_hand): Do not use
4343 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4344 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4345 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4346 DEPRECATED_STACK_ALIGN.
4347
4348 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
4349
4350 Committed by Andrew Cagney.
4351 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4352
4353 2004-08-01 Andrew Cagney <cagney@gnu.org>
4354
4355 * mips-tdep.c (mips16_frame_cache)
4356 (mips16_frame_this_id, mips16_frame_prev_register)
4357 (mips16_frame_unwind, mips16_frame_sniffer)
4358 (mips16_frame_base_address, mips16_frame_base)
4359 (mips16_frame_base_sniffer, mips32_frame_cache)
4360 (mips32_frame_this_id, mips32_frame_prev_register)
4361 (mips32_frame_unwind, mips32_frame_sniffer)
4362 (mips32_frame_base_address, mips32_frame_base)
4363 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4364 separate heuristic mips16 and mips32 unwinders.
4365 (mips_stub_frame_cache, mips_stub_frame_this_id)
4366 (mips_stub_frame_prev_register)
4367 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4368 (mips_stub_frame_base_address, mips_stub_frame_base)
4369 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4370 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4371 match true mdebug frames.
4372 (non_heuristic_proc_desc): Add forward declaration.
4373
4374 2004-08-01 Andrew Cagney <cagney@gnu.org>
4375
4376 * config/mips/tm-irix6.h: Delete file.
4377 * config/mips/tm-irix5.h: Delete file.
4378 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4379 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4380
4381 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4382 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4383 * config/nm-gnu.h (NO_CORE_OPS): Delete.
4384 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4385 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4386 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4387 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4388 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4389 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4390 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4391 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4392 (TARGET_SIGNAL_RAW_VALUES): Delete.
4393 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4394 Delete.
4395 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
4396 (TARGET_HW_WATCH_LIMIT): Delete.
4397 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4398 * minimon.h: Delete file.
4399
4400 * trad-frame.c (trad_frame_get_this_base)
4401 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4402 functions.
4403 * trad-frame.h (trad_frame_set_this_base)
4404 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4405
4406 2004-07-31 Andrew Cagney <cagney@gnu.org>
4407
4408 * trad-frame.c (trad_frame_get_prev_register): Rename
4409 trad_frame_get_prev_register.
4410 * vax-tdep.c (vax_frame_prev_register): Update.
4411 * trad-frame.h: Update.
4412 * trad-frame.c (trad_frame_get_register): Update.
4413 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4414 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4415 Update.
4416 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4417 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4418 Update.
4419 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4420 Update.
4421 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4422 Update.
4423 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4424 Update.
4425 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4426 Update.
4427 * s390-tdep.c (s390_frame_prev_register)
4428 (s390_stub_frame_prev_register)
4429 (s390_sigtramp_frame_prev_register): Update.
4430 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4431 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4432 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4433 * m88k-tdep.c (m88k_frame_prev_register)
4434 * m68hc11-tdep.c (m68hc11_frame_prev_register)
4435 * m32r-tdep.c (m32r_frame_prev_register): Update.
4436 * hppa-tdep.c (hppa_frame_prev_register_helper)
4437 * frv-tdep.c (frv_frame_prev_register): Update.
4438 * d10v-tdep.c (d10v_frame_prev_register): Update.
4439 * cris-tdep.c (cris_frame_prev_register): Update.
4440 * avr-tdep.c (avr_frame_prev_register): Update.
4441 * arm-tdep.c (arm_prologue_prev_register)
4442 (arm_sigtramp_prev_register): Update.
4443
4444 2004-07-31 Andrew Cagney <cagney@gnu.org>
4445
4446 * frame.h (legacy_saved_regs_unwind)
4447 (legacy_frame_chain_valid, legacy_frame_p)
4448 (enum frame_type): Delete UNKNOWN_FRAME.
4449 * dummy-frame.c (dummy_frame_this_id): Simplify.
4450 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
4451 * frame.c (struct frame_info): Delete the field "type".
4452 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4453 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4454 (legacy_saved_regs_unwind, legacy_frame_p)
4455 (frame_type_from_pc): Delete.
4456 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4457 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4458
4459 2004-07-31 Mark Kettenis <kettenis@gnu.org>
4460
4461 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4462 indentation.
4463
4464 * mips-nat.c: Remove file.
4465 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4466 (mips-nat.o): Remove dependency.
4467
4468 * infptrace.c: Update copyright year.
4469 (fetch_register): Pass NULL in regcache_raw_supply call instead of
4470 explicitly setting the buffer to all zeroes.
4471
4472 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4473 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4474
4475 2004-07-30 Andrew Cagney <cagney@gnu.org>
4476
4477 * GDB 6.2 released from gdb_6_2-branch.
4478
4479 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4480
4481 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4482
4483 * exec.c (exec_file_attach):
4484 * nto-tdep.c (nto_find_and_open_solib):
4485 * pa64solib.c (pa64_solib_sizeof_symbol_table):
4486 * solib.c (solib_open):
4487 * somsolib.c (som_solib_sizeof_symbol_table):
4488 * source.c (is_regular_file, openp, open_source_file):
4489 * symfile.c (symfile_bfd_open):
4490 * wince.c (upload_to_device): Differentiate between the search for
4491 binary and source files.
4492
4493 2004-07-30 Andrew Cagney <cagney@gnu.org>
4494
4495 * complaints.c (_initialize_complaints): Pass NULL to
4496 add_setshow_zinteger_cmd for help_doc.
4497 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4498
4499 2004-07-30 Andrew Cagney <cagney@gnu.org>
4500
4501 Fix PR i18n/761.
4502 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4503 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4504 $(PACKAGE).pot and update-po.
4505 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4506 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4507 (update-po): New rules.
4508 (localedir): Define using autoconf.
4509 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4510 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4511 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4512 * configure.in: Generate CATALOGS and LINGUAS from contents of
4513 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4514 * configure: Re-generate.
4515 * po/gdbtext: New file
4516
4517 2004-07-30 Jerome Guitton <guitton@gnat.com>
4518
4519 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4520 order.
4521
4522 2004-07-30 David Lecomber <dsl@sources.redhat.com>
4523
4524 * dwarf2read.c (read_file_scope): Set producer if attribute
4525 present.
4526 (struct dwarf2_cu): Added new member producer.
4527
4528 2004-07-30 Jerome Guitton <guitton@gnat.com>
4529
4530 * inflow.c (kill_command): release file handles in BFD.
4531 * exec.c (exec_file_attach): Ditto.
4532 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4533
4534 2004-07-29 Andrew Cagney <cagney@gnu.org>
4535
4536 * PROBLEMS (mips-irix): Note that it is broken.
4537
4538 2004-07-29 Andrew Cagney <cagney@gnu.org>
4539
4540 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4541 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4542
4543 * config/xm-nbsd.h: Delete file.
4544 * config/arm/xm-nbsd.h: Delete file.
4545 * config/i386/xm-nbsd.h: Delete file.
4546 * config/ns32k/xm-nbsd.h: Delete file.
4547 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4548 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4549 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4550 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4551 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4552
4553 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4554 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4555 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4556 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4557 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4558 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4559
4560 * config/powerpc/xm-linux.h: Delete empty file.
4561 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4562 * config/powerpc/linux.mh (XM_FILE): Delete.
4563 * config/m68k/xm-linux.h: Delete empty file.
4564 * config/m68k/linux.mh (XM_FILE): Delete.
4565 * config/ia64/xm-linux.h: Delete empty file.
4566 * config/ia64/linux.mh (XM_FILE): Delete.
4567 * config/arm/xm-linux.h: Delete empty file.
4568 * config/arm/linux.mh (XM_FILE): Delete.
4569
4570 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4571 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4572 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4573 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4574 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4575 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4576 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4577 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4578
4579 * config/m68k/xm-m68k.h: Delete file.
4580 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4581 copyright.
4582 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4583 * config/pa/xm-linux.h: Delete empty file.
4584 * config/pa/linux.mh (XM_FILE): Delete.
4585 * config/i386/xm-i386.h: Delete empty file.
4586 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4587 "i386/xm-i386.h".
4588 * config/i386/obsdaout.mh (XM_FILE): Delete.
4589 * config/i386/obsd64.mh (XM_FILE): Delete.
4590 * config/i386/fbsd64.mh (XM_FILE): Delete.
4591 * config/i386/nto.mh (XM_FILE): Delete.
4592 * config/i386/obsd.mh (XM_FILE): Delete.
4593 * config/i386/linux64.mh (XM_FILE): Delete.
4594 * config/i386/linux.mh (XM_FILE): Delete.
4595 * config/i386/i386sol2.mh (XM_FILE): Delete.
4596 * config/i386/i386gnu.mh (XM_FILE): Delete.
4597 * config/i386/fbsd.mh (XM_FILE): Delete.
4598 * config/i386/nbsd64.mh (XM_FILE): Delete.
4599
4600 2004-07-29 Andrew Cagney <cagney@gnu.org>
4601
4602 * config/pa/xm-linux.h: Do not include "floatformat.h".
4603 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4604 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4605 * config/i386/xm-i386.h: Do not include "floatformat.h".
4606 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4607 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4608 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4609 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4610 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4611 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4612 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4613 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4614 * configure, config.in: Regenerate.
4615 * configure.host (gdb_host_float_format, gdb_host_double_format)
4616 (gdb_host_long_double_format): Set according to the host.
4617
4618 2004-07-29 Andrew Cagney <cagney@gnu.org>
4619
4620 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4621
4622 2004-07-28 Andrew Cagney <cagney@gnu.org>
4623
4624 * PROBLEMS: Mention threads/1650.
4625 * NEWS: Mention the NPTL fix.
4626
4627 2004-07-28 Andrew Cagney <cagney@gnu.org>
4628
4629 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4630 (add_setshow_cmd_full): Make static.
4631 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4632 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4633 * cli/cli-decode.c (add_setshow_filename_cmd)
4634 (add_setshow_string_cmd): New functions.
4635 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4636 * mips-tdep.c (_initialize_mips_tdep): Update.
4637 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4638 * cli/cli-logging.c (_initialize_cli_logging): Update.
4639 * complaints.c (_initialize_complaints): Update.
4640 * remote.c (_initialize_remote): Update.
4641
4642 2004-07-28 Andrew Cagney <cagney@gnu.org>
4643
4644 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4645 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4646 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4647 print parameters. Make string parameters constant.
4648 * command.h: Update. Update copyright.
4649 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4650 * observer.c (_initialize_observer): Ditto.
4651 * frame.c (_initialize_frame): Ditto.
4652 * complaints.c (_initialize_complaints): Ditto.
4653 * maint.c (_initialize_maint_cmds): Ditto.
4654 * target.c (initialize_targets): Ditto.
4655 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4656 * infcall.c (_initialize_infcall): Ditto.
4657 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4658 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4659 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4660 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4661 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4662
4663 2004-07-28 Andrew Cagney <cagney@gnu.org>
4664
4665 * gdbtypes.c (lookup_primitive_typename): Delete function.
4666 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4667 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4668 * gdbtypes.c (lookup_typename): Ditto.
4669 * f-exp.y (yylex): Ditto.
4670 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4671
4672 * scm-lang.c (c_builtin_types): Delete extern declaration.
4673 (scm_language_defn): Replace
4674 string_char_type and primitive_type_vector with
4675 la_language_arch_info.
4676 * jv-lang.c (java_language_defn): Replace
4677 string_char_type and primitive_type_vector with
4678 la_language_arch_info.
4679 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4680 c_builtin_types in comment.
4681 * c-lang.h (struct language_arch_info): Declare opaque.
4682 (c_language_arch_info): Declare.
4683 (c_builtin_types): Delete declaration.
4684 * c-lang.c (c_language_arch_info): Set string_char_type to
4685 builtin_char, not builtin_true_char. Make global.
4686 (c_builtin_types): Delete array.
4687 (asm_language_defn, minimal_language_defn): Replace
4688 string_char_type and primitive_type_vector with
4689 la_language_arch_info.
4690
4691 2004-07-28 Andrew Cagney <cagney@gnu.org>
4692
4693 * gdbtypes.h (struct builtin_type): Rename true_char to
4694 builtin_true_char.
4695 * gdbtypes.c (gdbtypes_post_init): Update.
4696 * c-lang.c (arch_info): New function.
4697 (enum c_primitive_types): New enum.
4698 (c_language_defn): Instead of string_char_type and
4699 primitive_type_vector set la_language_arch_info.
4700
4701 2004-07-28 Andrew Cagney <cagney@gnu.org>
4702
4703 * language.h (struct language_arch_info): Fix typo
4704 s/primative/primitive/.
4705 * gdbtypes.c (lookup_primitive_typename): Ditto.
4706 * language.c (language_lookup_primitive_type_by_name)
4707 (unknown_language_arch_info): Ditto.
4708
4709 2004-07-27 Andrew Cagney <cagney@gnu.org>
4710
4711 * defs.h (enum language): Add nr_languages.
4712 * language.h (struct language_arch_info): Define.
4713 (struct language_defn): Add la_language_arch_info.
4714 (language_lookup_primative_type_by_name): Declare.
4715 (language_string_char_type): Declare.
4716 * language.c (_initialize_language, language_gdbarch_post_init)
4717 (struct language_gdbarch, language_gdbarch_data): Implement
4718 per-architecture language information.
4719 (unknown_language_arch_info, language_string_char_type)
4720 (language_lookup_primative_type_by_name): New functions.
4721 (unknown_language_defn, auto_language_defn)
4722 (local_language_defn): Set la_language_arch_info to
4723 unknown_language_arch_info.
4724 (unknown_builtin_types): Delete.
4725 * gdbtypes.c (lookup_primitive_typename): Use
4726 language_lookup_primative_type_by_name.
4727 (create_string_type): Use language_string_char_type.
4728 * values.c (value_from_string): Use language_string_char_type.
4729 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
4730 * p-lang.c (pascal_language_defn): Ditto.
4731 * m2-lang.c (m2_language_defn): Ditto.
4732 * jv-lang.c (java_language_defn): Ditto.
4733 * objc-lang.c (objc_language_defn): Ditto.
4734 * f-lang.c (f_language_defn): Ditto.
4735 * c-lang.c (c_language_defn, cplus_language_defn)
4736 (asm_language_defn, minimal_language_defn): Ditto.
4737
4738 2004-07-27 Andrew Cagney <cagney@gnu.org>
4739
4740 * gdbtypes.h (struct builtin_type): Declare.
4741 (builtin_type): Declare.
4742 * d10v-tdep.c (d10v_register_type): Use builtin_type.
4743 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
4744 (gdbtypes_post_init): New function.
4745 (builtin_type): New function.
4746
4747 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
4748
4749 * remote-m32r-sdi.c: Fix breakpoint bug.
4750 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
4751 recv_char_data, recv_long_data): New functions to replace communication
4752 sequences.
4753
4754 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
4755
4756 Document PR threads/1650.
4757 * PROBLEMS (Threads): Document problem with many threads
4758
4759 2004-07-26 Andrew Cagney <cagney@gnu.org>
4760
4761 * gdb-mi.el: Move from here ...
4762 * mi/gdb-mi.el: ... to here.
4763
4764 2004-07-26 Andrew Cagney <cagney@gnu.org>
4765
4766 Problem reported by Ashley Pittman <ashley@quadrics.com>.
4767 * main.c (captured_main): When in batch mode always detach.
4768
4769 2004-07-26 Andrew Cagney <cagney@gnu.org>
4770
4771 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
4772 and h8300 as broken.
4773 * NEWS: END-OF-LIFE frame compatibility module.
4774 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
4775 specific comments.
4776
4777 2004-07-26 Andrew Cagney <cagney@gnu.org>
4778
4779 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
4780 * xcoffsolib.c (_initialize_xcoffsolib): Update.
4781 * wince.c (_initialize_wince): Update.
4782 * win32-nat.c (_initialize_win32_nat): Update.
4783 * varobj.c (_initialize_varobj): Update.
4784 * valops.c (_initialize_valops): Update.
4785 * utils.c (initialize_utils, initialize_utils): Update.
4786 * tui/tui-win.c (_initialize_tui_win): Update.
4787 * top.c (init_main): Update.
4788 * symfile.c (_initialize_symfile): Update.
4789 * source.c (_initialize_source): Update.
4790 * somsolib.c (_initialize_som_solib): Update.
4791 * solib.c (_initialize_solib): Update.
4792 * solib-frv.c (_initialize_frv_solib): Update.
4793 * serial.c (_initialize_serial): Update.
4794 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
4795 * remote.c (_initialize_remote, _initialize_remote): Update.
4796 * remote-vx.c (_initialize_vx): Update.
4797 * remote-utils.c (_initialize_sr_support): Update.
4798 * remote-sds.c (_initialize_remote_sds): Update.
4799 * remote-mips.c (_initialize_remote_mips): Update.
4800 * remote-e7000.c (_initialize_remote_e7000): Update.
4801 * proc-api.c (_initialize_proc_api): Update.
4802 * printcmd.c: Update.
4803 * parse.c (_initialize_parse): Update.
4804 * pa64solib.c (_initialize_pa64_solib): Update.
4805 * p-valprint.c (_initialize_pascal_valprint): Update.
4806 * monitor.c (_initialize_remote_monitors): Update.
4807 * mips-tdep.c (_initialize_mips_tdep): Update.
4808 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4809 * maint.c (_initialize_maint_cmds): Update.
4810 * lin-lwp.c (_initialize_lin_lwp): Update.
4811 * language.c (_initialize_language): Update.
4812 * kod.c (_initialize_kod): Update.
4813 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
4814 * i386-tdep.c (_initialize_i386_tdep): Update.
4815 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
4816 * gdbarch.sh: Update.
4817 * gdbarch.c: Re-generate.
4818 * gdb-events.sh: Update.
4819 * gdb-events.c: Re-generate.
4820 * frame.c (_initialize_frame): Update.
4821 * exec.c: Update.
4822 * demangle.c (_initialize_demangler): Update.
4823 * dcache.c (_initialize_dcache): Update.
4824 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
4825 * cp-valprint.c (_initialize_cp_valprint): Update.
4826 * corefile.c (_initialize_core): Update.
4827 * command.h: Update.
4828 * cli/cli-decode.h: Update.
4829 * cli/cli-cmds.c (init_cli_cmds): Update.
4830 * charset.c (_initialize_charset): Update.
4831 * breakpoint.c (_initialize_breakpoint): Update.
4832 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
4833 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4834 * aix-thread.c (_initialize_aix_thread): Update.
4835
4836 2004-07-24 Mark Kettenis <kettenis@gnu.org>
4837
4838 Partial fix for PR backtrace/1718.
4839 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
4840 that GCC migrates into the prolugue. Don't handle any
4841 instructions that clobber %ebx.
4842
4843 2004-07-23 Andrew Cagney <cagney@gnu.org>
4844
4845 Use regcache_raw_collect instead of regcache_collect.
4846 * regcache.h (regcache_collect): Delete declaration.
4847 * regcache.c (regcache_colect): Delete function.
4848 * win32-nat.c (do_child_store_inferior_registers): Update.
4849 * sol-thread.c (sol_thread_store_registers): Update.
4850 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
4851 * rs6000-nat.c (store_register): Update.
4852 * remote.c (store_register_using_P, remote_store_registers): Update.
4853 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
4854 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
4855 (fill_vrregset, store_spe_registers, fill_gregset)
4856 (fill_gregset): Update.
4857 * nto-procfs.c (procfs_store_registers): Update.
4858 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
4859 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
4860 * m68klinux-nat.c (store_register, fill_gregset): Update.
4861 * m68k-tdep.c (fill_gregset): Update.
4862 * infptrace.c (store_register): Update.
4863 * i386-nto-tdep.c (i386nto_regset_fill): Update.
4864 * i386-linux-nat.c (store_register, fill_gregset): Update.
4865 * hppa-linux-nat.c (fill_gregset): Update.
4866 * go32-nat.c (store_register): Update.
4867 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
4868 (store_fp_regs): Update.
4869 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
4870 (store_nwfpe_extended, store_fpregister, store_fpregs)
4871 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
4872 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
4873 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
4874 (store_regs_user_thread, store_regs_kernel_thread): Update.
4875
4876 2004-07-24 Mark Kettenis <kettenis@gnu.org>
4877
4878 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
4879 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
4880 encoding.
4881 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
4882 member of `struct comp_unit'.
4883
4884 2004-07-23 Andrew Cagney <cagney@gnu.org>
4885
4886 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
4887 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
4888
4889 2004-07-23 Martin Hunt <hunt@redhat.com>
4890 Kevin Buettner <kevinb@redhat.com>
4891
4892 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
4893 alignment was being added to the offset instead of multiplied.
4894
4895 2004-07-23 Mark Kettenis <kettenis@gnu.org>
4896
4897 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
4898 changed signal trampoline in OpenBSD 3.5-current.
4899
4900 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
4901 <machine/pcb.h> and "bsd-kvm.h".
4902 (sparc64nbsd_supply_pcb): New function.
4903 (_initialize_sparc64nbsd_nat): Renamed from
4904 _initialize_sparcnbsd_nat. Enable libkvm interface.
4905 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
4906 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
4907 (LOADLIBES): New variable.
4908
4909 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
4910
4911 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
4912
4913 2004-07-21 Andrew Cagney <cagney@gnu.org>
4914
4915 Use regcache_raw_supply instead of supply_register.
4916 * regcache.h (supply_register): Delete declaration.
4917 * regcache.c (supply_register): Delete function.
4918 * wince.c (do_child_fetch_inferior_registers): Update.
4919 * win32-nat.c (do_child_fetch_inferior_registers)
4920 (fetch_elf_core_registers): Update.
4921 * v850ice.c (v850ice_fetch_registers): Update.
4922 * thread-db.c (thread_db_store_registers): Update.
4923 * sol-thread.c (sol_thread_store_registers): Update.
4924 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
4925 * rs6000-nat.c (fetch_register): Update.
4926 * rom68k-rom.c (rom68k_supply_one_register): Update.
4927 * remote.c (remote_wait, remote_async_wait): Update.
4928 * remote-st.c (get_hex_regs): Update.
4929 * remote-sim.c (gdbsim_fetch_register): Update.
4930 * remote-sds.c (sds_fetch_registers): Update.
4931 * remote-rdp.c (remote_rdp_fetch_register): Update.
4932 * remote-rdi.c (arm_rdi_fetch_registers): Update.
4933 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
4934 * remote-m32r-sdi.c (m32r_fetch_register): Update.
4935 * remote-hms.c (init_hms_cmds): Update.
4936 * remote-est.c (init_est_cmds): Update.
4937 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
4938 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
4939 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
4940 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
4941 (fetch_register, supply_vrregset, supply_vrregset)
4942 (fetch_spe_registers): Update.
4943 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
4944 * monitor.c (monitor_supply_register): Update.
4945 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
4946 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
4947 (mipsnbsd_supply_fpreg): Update.
4948 * mips-nat.c (fetch_inferior_registers)
4949 (fetch_core_registers): Update.
4950 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
4951 (supply_fpregset, mips64_supply_gregset)
4952 (mips64_supply_fpregset): Update.
4953 * m68klinux-nat.c (fetch_register, supply_gregset)
4954 (supply_fpregset): Update.
4955 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
4956 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
4957 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
4958 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
4959 * infptrace.c (fetch_register): Update.
4960 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
4961 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
4962 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
4963 (gnu_fetch_registers, gnu_store_registers): Update.
4964 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
4965 * i386-linux-nat.c (fetch_register, supply_gregset)
4966 (dummy_sse_values): Update.
4967 * hpux-thread.c (hpux_thread_fetch_registers): Update.
4968 * hppah-nat.c (fetch_register): Update.
4969 * hppa-linux-nat.c (fetch_register, supply_gregset)
4970 (supply_fpregset): Update.
4971 * go32-nat.c (fetch_register): Update.
4972 * dve3900-rom.c (fetch_bitmapped_register)
4973 (_initialize_r3900_rom): Update.
4974 * cris-tdep.c (supply_gregset): Update.
4975 * abug-rom.c (init_abug_cmds): Update.
4976 * core-aout.c (fetch_core_registers): Update.
4977 * armnbsd-nat.c (supply_gregset, supply_fparegset)
4978 (fetch_register, fetch_fp_register): Update.
4979 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
4980 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
4981 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
4982 * alphanbsd-tdep.c (fetch_core_registers): Update.
4983 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
4984 * alpha-nat.c (fetch_osf_core_registers)
4985 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
4986 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
4987 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
4988
4989 2004-07-21 Andrew Cagney <cagney@gnu.org>
4990
4991 * PROBLEMS: Mention breakpoints/1702.
4992 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
4993 that is known to work.
4994
4995 2004-07-21 Andrew Cagney <cagney@gnu.org>
4996
4997 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
4998 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
4999 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
5000 (handle_inferior_event): Wrap call to deprecated
5001 IGNORE_HELPER_CALL in #ifdef.
5002 * config/mips/tm-nbsd.h: Update.
5003
5004 2004-07-20 Jim Blandy <jimb@redhat.com>
5005
5006 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
5007 bfd_mach_ppc has no segment registers.
5008
5009 Include PowerPC SPR numbers for special-purpose registers.
5010 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
5011 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
5012 new member in initializer.
5013 (S, S4, SN4, S64): New macros for defining special-purpose
5014 registers.
5015 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
5016 registers_403, registers_403GC, registers_505, registers_860,
5017 registers_601, registers_602, registers_603, registers_604,
5018 registers_750, registers_e500): Use them.
5019
5020 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
5021 replace references with expression used to initialize variable.
5022
5023 2004-07-20 Andrew Cagney <cagney@gnu.org>
5024
5025 * breakpoint.c (deprecated_read_memory_nobpt): Rename
5026 read_memory_nobpt.
5027 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
5028 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
5029 (s390_sigtramp_frame_sniffer): Update.
5030 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
5031 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
5032 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
5033 (mips32_fetch_instruction): Update.
5034 * mcore-tdep.c (get_insn): Update.
5035 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
5036 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
5037 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
5038 * i386-linux-tdep.c (i386_linux_sigtramp_start)
5039 (i386_linux_rt_sigtramp_start): Update.
5040 * i386-linux-nat.c (child_resume): Update.
5041 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
5042 * hppa-linux-tdep.c (insns_match_pattern): Update.
5043 * gdbcore.h: Update.
5044 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
5045 * frame.c (safe_frame_unwind_memory): Update.
5046 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
5047 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
5048 * alpha-tdep.c (alpha_read_insn): Update.
5049
5050 2004-07-20 Andrew Cagney <cagney@gnu.org>
5051
5052 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
5053 containing both bytes and mask. Add "frame_type".
5054 * tramp-frame.c (tramp_frame_start): Update.
5055 (tramp_frame_prepend_unwinder): Update.
5056 * mips-linux-tdep.c (mips_linux_o32_sigframe)
5057 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5058 (mips_linux_n64_rt_sigframe): Update. Make "static const".
5059 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
5060
5061 2004-07-19 Eli Zaretskii <eliz@gnu.org>
5062
5063 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
5064 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
5065 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
5066 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
5067
5068 2004-07-17 Andrew Cagney <cagney@gnu.org>
5069
5070 * NEWS, PROBLEMS: Update for 6.2.
5071
5072 * README: Update to 6.2.
5073
5074 * utils.c (xvasprintf): Call xstrvprintf.
5075
5076 * parse.c: Update copyright.
5077 (null_post_parser): Eliminate ARGSUSED.
5078
5079 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
5080 * tui/tui-win.c (tui_get_cmd_list): Ditto.
5081 * symfile-mem.c (_initialize_symfile_mem): Ditto.
5082
5083 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
5084 * ppc-linux-nat.c: Use "Linux kernel".
5085 * hppa-linux-tdep.c: Use GNU/Linux.
5086 * hppa-linux-nat.c: Use GNU/Linux.
5087 * dwarfread.c: Add [sic] to use of Linux.
5088
5089 * hppa-linux-nat.c: Do not include <string.h>.
5090 (supply_fpregset): Remove "register" attribute.
5091
5092 * solib-frv.c (fetch_loadmap): Use xfree, not free.
5093
5094 2004-07-17 Mark Kettenis <kettenis@gnu.org>
5095
5096 * configure.in: Define _MSE_INT_H on Solaris 9 too.
5097 * configure, config.in: Regenerated.
5098
5099 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5100 "bsd-kvm.h".
5101 (vaxbsd_supply_pcb): New function.
5102 (_initialize_vaxbsd_nat): New prototype and function.
5103 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
5104 solib-sunos.o.
5105 (LOADLIBES): New variable.
5106 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5107 (LOADLIBES): New variable.
5108 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5109 (LOADLIBES): New variable.
5110 * Makefile.in (vaxbsd-nat.o): Update dependencies.
5111
5112 2004-07-16 Andrew Cagney <cagney@gnu.org>
5113
5114 * defs.h (event_loop_p): Replace variable declaration with macro,
5115 always 1.
5116 * main.c (captured_main): Delete options "-async" and "-noasync".
5117 (event_loop_p): Delete variable.
5118 * NEWS: Mention that "-async" and "-noasync" were removed.
5119
5120 2004-07-16 Andrew Cagney <cagney@gnu.org>
5121
5122 * remote-m32r-sdi.c: Re-indent.
5123
5124 2004-07-16 Jim Blandy <jimb@redhat.com>
5125
5126 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
5127 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
5128 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
5129 missing MPC823 SPRs.
5130 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
5131 incorrect. (This was corrected in GDB's register name tables on
5132 2004-07-14.)
5133
5134 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
5135 should be "esasrr" ("ESA Save and Restore Register").
5136
5137 2004-07-16 Andrew Cagney <cagney@gnu.org>
5138
5139 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
5140 calls, no longer applicable. Update comments and rename parameter
5141 "step_frame" to "return_frame".
5142
5143 2004-07-16 Andrew Cagney <cagney@gnu.org>
5144
5145 * frame.c (fprint_field): New function.
5146 (fprint_frame_id): Use fprint_field.
5147
5148 2004-07-15 Joel Brobecker <brobecker@gnat.com>
5149
5150 * ada-lang.c (ada_language_defn): Remove commented out code.
5151
5152 2004-07-15 Jim Blandy <jimb@redhat.com>
5153
5154 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
5155 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5156
5157 2004-07-14 Jim Blandy <jimb@redhat.com>
5158
5159 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
5160
5161 * ppc-tdep.h (ppc_num_vrs): New enum constant.
5162
5163 * ppc-tdep.h (ppc_num_srs): New enum constant.
5164
5165 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
5166 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
5167 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
5168 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
5169 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
5170 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
5171 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
5172 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
5173 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
5174 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
5175 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
5176 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
5177 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
5178 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
5179 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
5180 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
5181 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
5182 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
5183 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
5184 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
5185 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
5186 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
5187 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
5188 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
5189 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
5190 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
5191 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
5192 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
5193 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5194 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5195 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5196 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5197 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5198 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5199 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5200 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5201 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5202 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5203 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5204 special-purpose register numbers.
5205
5206 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
5207 manual mentions 'md_twb', but many mention 'm_twb', and at that
5208 point in the register list.)
5209
5210 2004-07-14 Andrew Cagney <cagney@gnu.org>
5211
5212 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5213 instead of "internal-error".
5214
5215 2004-07-10 Joel Brobecker <brobecker@gnat.com>
5216
5217 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5218 that was inserted inside a comment.
5219
5220 2004-07-10 Randolph Chung <tausq@debian.org>
5221
5222 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
5223 function.
5224 (hppa_hpux_push_dummy_code): New function.
5225 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5226 Set find_global_pointer method.
5227
5228 2004-07-10 Mark Kettenis <kettenis@gnu.org>
5229
5230 * NEWS: Mention BSD libkvm interface.
5231
5232 2004-07-10 Michael Snyder <msnyder@redhat.com>
5233
5234 * symfile.c (generic_load): Comment typo.
5235 * stack.c (get_selected_block): Ditto.
5236 * regcache.c (regcache_cooked_read): Ditto.
5237 * monitor.c (monitor_debug): Ditto.
5238 * mips-tdep.c (mips_read_pc): Ditto.
5239 * i386-linux-nat.c (ps_get_thread_area): Ditto.
5240 * gdb_mbuild.sh: Ditto.
5241 * gdbarch.sh: Ditto.
5242 * gdbarch.h: Ditto.
5243
5244 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
5245
5246 * ada-tasks.c: Remove file.
5247
5248 Remove ARI problems:
5249
5250 * ada-exp.y (write_var_from_sym): Reformat to put operator at
5251 beginning of line.
5252
5253 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5254 Add comment.
5255 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5256 (MIN_OF_SIZE): Rename min_of_size. Add comment.
5257 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
5258 (UMIN_OF_SIZE): Remove.
5259 (max_of_type): New function to replace orphan macro in gdbtypes.h
5260 (min_of_type): Ditto.
5261 (discrete_type_high_bound): Use max_of_type.
5262 (discrete_type_low_bound): Use min_of_type.
5263 (possible_user_operator_p): Move operator to beginning of line.
5264 (ada_is_variant_part): Ditto.
5265 (ensure_lval): Rewrite to avoid deprecated operations.
5266 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5267 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5268 (ada_enum_name): Remove assignments in 'if' statements.
5269 (build_ada_types): Add gdbarch parameter.
5270 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5271 with gdbarch_data_register_post_init.
5272 Use add_setshow_uinteger_cmd rather than add_set_cmd and
5273 add_show_from_set.
5274
5275 * ada-valprint.c (inspect_it): Remove declaration.
5276 (repeat_count_threshold): Remove declaration.
5277 (ada_print_floating): Remove assignments in 'if' statements.
5278 (print_str): Move operator to beginning of line.
5279
5280 2004-07-08 Jim Blandy <jimb@redhat.com>
5281
5282 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5283
5284 2004-07-08 Bob Rossi <bob@brasko.net>
5285
5286 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5287
5288 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
5289
5290 * language.h (struct_language_defn): Add new function pointer:
5291 la_class_name_from_physname. Also add new prototype for
5292 language_class_name_from_physname.
5293 * language.c (language_class_name_from_physname): New function.
5294 (unk_lang_class_name): Ditto.
5295 (unknown_language_defn, auto_language_defn): Change
5296 to add unk_lang_class_name function pointer for
5297 la_class_name_from_physname.
5298 (local_language_defn): Ditto.
5299 * dwarf2read.c (guess_structure_name): Change to call
5300 language_class_name_from_physname.
5301 (determine_class_name): Ditto.
5302 * cp-support.c (class_name_from_physname): Renamed.
5303 (cp_class_name_from_physname): New name of function.
5304 * cp-support.h: Ditto.
5305 * c-lang.c (c_language_defn): Change to add NULL
5306 for class_name_from_physname function pointer.
5307 (cplus_language_defn): Change to add cp_class_name_from_physname.
5308 * jv-lang.c (java_class_name_physname): New function.
5309 (java_find_last_component): New static routine.
5310 (java_language_defn): Add java_class_name_from_physname pointer.
5311 * ada-lang.c (ada_language_defn): Change to add NULL
5312 for class_name_from_physname function pointer.
5313 * f-lang.c (f_language_defn): Ditto.
5314 * m2-lang.c (m2_language_defn): Ditto.
5315 * objc-lang.c (objc_language_defn): Ditto.
5316 * p-lang.c (pascal_language_defn): Ditto.
5317 * scm-lang.c (scm_language_defn): Ditto.
5318
5319 2004-07-06 Andrew Cagney <cagney@gnu.org>
5320
5321 Patch from Bart Robinson.
5322 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5323 (O_LARGEFILE): Define to 0, if not defined.
5324
5325 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5326
5327 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5328 <machine/pcb.h> and "bsd-kvm.h".
5329 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5330 (m68kbsd_supply_pcb): New function.
5331 (_initialize_m68kbsd_nat): New prototype and function.
5332 * Makefile.in (m68kbsd-nat.o): Update dependencies.
5333 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5334 (LOADLIBES): New variable.
5335 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5336 (LOADLIBES): New variable.
5337
5338 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5339
5340 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5341
5342 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5343 <sys/proc.h>.
5344 (bsd_kvm_cmdlist): New variable.
5345 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5346 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5347 command and "kvm proc" command.
5348 * Makefile.in (bsd-kvm.o): Update dependencies.
5349
5350 2004-07-02 Mark Kettenis <kettenis@gnu.org>
5351
5352 * osabi.c: Update copyright year.
5353 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
5354 notes if EI_OSABI is set to ELFOSABI_HPUX.
5355
5356 2004-07-01 Michael Snyder <msnyder@redhat.com>
5357
5358 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5359 that seems to have gotten whacked out of line.
5360
5361 2004-07-01 Mark Kettenis <kettenis@gnu.org>
5362
5363 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5364 code.
5365
5366 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5367
5368 * ada-lang.c (decode_packed_array): Minor change to comment.
5369 (ada_value_slice_ptr): New function.
5370 (ada_value_slice): New function.
5371 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5372 test. Don't know why it is there.
5373 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5374 to avoid dereferencing huge arrays from which one is slicing.
5375 (empty_array): Correct to return an array rather than
5376 a subrange value.
5377 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5378 on empty arrays (let'em use 'FIRST instead).
5379
5380 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5381
5382 Address complaints from gdb_ari.sh:
5383
5384 * ada-exp.y: Include gdb_string.h rather than string.h.
5385 (convert_char_literal): Reformat declaration.
5386 * ada-lang.h: Include opaque struct declaration for struct frame_info.
5387 * ada-lex.l: Change use of free to xfree (the macro would do so
5388 anyway, but this is harmless).
5389 Include gdb_string.h rather than string.h.
5390 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5391
5392 * ada-lang.c (parse): Remove K&Rism in parameter list.
5393 (is_name_suffix): Correct Linux => GNU/Linux in comment.
5394
5395 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5396
5397 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5398 dead code.
5399
5400 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5401
5402 * alphabsd-nat.c: Update copyright year.
5403 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5404
5405 2004-06-29 Joel Brobecker <brobecker@gnat.com>
5406
5407 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
5408 (i386_cygwin_in_solib_call_trampoline): New function.
5409 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5410 and skip_trampoline_code gdbarch methods.
5411
5412 2004-06-29 Jim Blandy <jimb@redhat.com>
5413
5414 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5415 name actually used in the dependency lists.
5416
5417 2004-06-29 Randolph Chung <tausq@debian.org>
5418
5419 * NEWS (New native configurations): Mention GNU/Linux/hppa.
5420
5421 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5422
5423 * win32-nat.c (child_pid_to_exec_file): New function.
5424 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
5425 functionality.
5426
5427 2004-06-28 Andrew Cagney <cagney@gnu.org>
5428
5429 * defs.h (xstrvprintf): Declare.
5430 * utils.c (xstrvprintf): New function.
5431 (internal_vproblem, xstrprintf, xasprintf)
5432 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5433 * serial.c (serial_printf): Ditto.
5434 * complaints.c (vcomplaint): Ditto.
5435
5436 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5437
5438 * infcmd.c (attach_command): Move call to target_terminal_inferior
5439 behind loading symbol table.
5440
5441 2004-06-28 Andrew Cagney <cagney@gnu.org>
5442
5443 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5444 change - add back extern deprecated_ui_loop_hook declaration.
5445
5446 2004-06-28 Andrew Cagney <cagney@gnu.org>
5447
5448 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5449 xstrprintf.
5450 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5451 (c_value_of_variable): Ditto.
5452 * utils.c (internal_vproblem): Ditto.
5453 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5454 * remote.c (add_packet_config_cmd): Ditto.
5455 * remote-rdp.c (rdp_set_command_line): Ditto.
5456 * regcache.c (regcache_dump): Ditto.
5457 * frv-tdep.c (new_variant, new_variant): Ditto.
5458 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5459 (fbsd_find_memory_regions): Ditto.
5460 * breakpoint.c (create_thread_event_breakpoint)
5461 (create_breakpoints): Ditto.
5462 * aix-thread.c (aix_thread_pid_to_str): Ditto.
5463 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
5464
5465 2004-06-28 Joel Brobecker <brobecker@gnat.com>
5466
5467 * ada-lang.c: Re-indent file, with some massaging to help indent
5468 a bit when the result is otherwise really too ugly.
5469
5470 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5471
5472 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
5473 code_addr_p and special_addr_p to 'unsigned int'.
5474
5475 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5476
5477 * i386v4-nat.c: Update copyright year and tweak comment.
5478 (regmap): Remove trailing comma.
5479 (supply_gregset): Rename local variable i to regnum. Call
5480 regcache_raw_supply instead of supply_register.
5481 (fill_gregset): Rename argument regno to regnum. Call
5482 regcache_raw_collect instead of regcache_collect.
5483
5484 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5485
5486 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5487 and special_addr_p.
5488 (frame_id_build, frame_id_build_special): Update comments.
5489 (frame_id_build_wild): New prototype.
5490 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5491 struct frame_id fields.
5492 (frame_id_build_wild): New function.
5493 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5494
5495 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5496
5497 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5498 hppabsd-tdep.c.
5499
5500 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5501
5502 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5503
5504 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5505
5506 * ada-lang.c: Re-indent file.
5507
5508 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5509
5510 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5511 (no_symtab_msg): Likewise.
5512
5513 2004-06-27 Andreas Schwab <schwab@suse.de>
5514
5515 * source.c: Fix whitespace.
5516
5517 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5518
5519 * configure.in: Include <sys/param.h> for td_pcb test.
5520 * configure: Regenerated.
5521
5522 * i386nbsd-nat.c: New file.
5523 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5524 i386obsd-nat.c and i386obsd-tdep.c.
5525 (i386nbsd-nat.o): New dependency.
5526 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5527 bsd-kvm.o.
5528 (LOADLIBES): New variable.
5529 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5530 bsd-kvm.o.
5531 (LOADLIBES): New variable.
5532
5533 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5534 (LOADLIBES): New variable.
5535
5536 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5537 fetching from BSD_KVM_PADDR. Correctly lookup address for
5538 "_thread0".
5539
5540 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5541 "bsd-kvm.h".
5542 (amd64fbsd_supply_pcb): New funcion.
5543 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5544
5545 2004-06-27 <david@streamline-computing.com>
5546
5547 Partial fix for PR cli/1056.
5548 * valarith.c: Check for zero in division and remainder
5549 evaluation.
5550
5551 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5552
5553 * i387-tdep.c: Remove excessive whitespace.
5554
5555 2004-06-26 Andrew Cagney <cagney@gnu.org>
5556
5557 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5558 * gdb-events.h, gdb-events.c: Re-generate.
5559 * tui/tui-hooks.c (tui_install_hooks): Update.
5560 (tui_remove_hooks): Update.
5561 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5562
5563 2004-06-26 Mark Kettenis <kettenis@gnu.org>
5564
5565 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5566 (gregset_t, fpregset_t): Remove typedefs.
5567 (REG_OFFSET): Rename argument.
5568 (amd64bsd_r_reg_offset): Rename from reg_offset.
5569 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5570 Remove functions.
5571 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5572 of reg_offset.
5573 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5574
5575 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5576
5577 * vax-tdep.c: Tweak comment.
5578
5579 Add OpenBSD/hppa support.
5580 * NEWS (New native configurations): Mention OpenBSD/hppa.
5581 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5582 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5583 files.
5584 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5585 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5586 * configure.host: Add hppa*-*-openbsd*.
5587 * configure.tgt: Add hppa*-*-openbsd*.
5588
5589 2004-06-25 Andrew Cagney <cagney@gnu.org>
5590
5591 * defs.h (deprecated_ui_loop_hook): Deprecated.
5592 * wince.c (child_wait): Update.
5593 * win32-nat.c (child_wait): Update.
5594 * v850ice.c (v850ice_wait): Update.
5595 * top.c (deprecated_ui_loop_hook): Update.
5596 * serial.h: Update.
5597 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5598 (do_unix_readchar): Update.
5599 * ser-tcp.c (net_open): Update.
5600 * remote-sim.c (gdb_os_poll_quit): Update.
5601 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5602
5603 2004-06-24 Andrew Cagney <cagney@gnu.org>
5604
5605 * defs.h (deprecated_pre_add_symbol_hook)
5606 (deprecated_post_add_symbol_hook): Deprecated.
5607 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5608 (symbol_file_add_with_addrs_or_offsets): Update references.
5609
5610 2004-06-24 Andrew Cagney <cagney@gnu.org>
5611
5612 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5613 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5614 * wince.c (ui_loop_hook): Delete extern declaration.
5615 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5616 * v850ice.c (ui_loop_hook): Delete extern declaration..
5617 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5618 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5619 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5620 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5621 ui_loop_hook declaration.
5622
5623 2004-06-24 Andrew Cagney <cagney@gnu.org>
5624
5625 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5626 entry_func_highpc fields.
5627 * objfiles.c (init_entry_point_info): Do not clear
5628 entry_func_lowpc and entry_func_highpc.
5629 (objfile_relocate): Do not relocate entry_func_lowpc and
5630 entry_func_highpc.
5631 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5632 entry_func_highpc.
5633 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5634 entry_func_highpc.
5635 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5636 entry_func_lowpc and entry_func_highpc with call to
5637 inside_entry_func.
5638
5639 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5640
5641 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5642 quad-precision floating point arguments in registers.
5643
5644 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5645
5646 From Michael Mueller <m.mueller99@kay-mueller.de>:
5647 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5648 account.
5649
5650 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5651
5652 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5653 to -1.
5654 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5655 untriggered watchpoints to a separate if clause. Update function
5656 comment regarding STOPPED_BY_WATCHPOINT argument.
5657
5658 2004-06-22 Jim Blandy <jimb@redhat.com>
5659
5660 * gdbarch.sh: Doc fix.
5661
5662 2004-06-21 Martin Hunt <hunt@redhat.com>
5663 Kevin Buettner <kevinb@redhat.com>
5664
5665 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5666 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5667 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5668 to set_gdbarch_sp_regnum(). Use cooked register number.
5669 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5670
5671 2004-06-21 Andrew Cagney <cagney@gnu.org>
5672
5673 * gdbarch.sh: When the macro field is empty, do not generate a
5674 macro definition. When the macro field is "=", generate the macro
5675 name from the upper-case function name.
5676 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5677 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5678 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5679 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5680 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5681 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5682 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5683 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5684 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5685 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5686 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5687 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5688 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5689 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5690 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5691 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5692 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5693 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5694 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5695 (DEPRECATED_USE_STRUCT_CONVENTION)
5696 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5697 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5698 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5699 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5700 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5701 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5702 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5703 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5704 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5705 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5706 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5707 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5708 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5709 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5710 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5711 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5712 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5713 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5714
5715 2004-06-21 Andrew Cagney <cagney@gnu.org>
5716
5717 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
5718 macro name, and the function rather than macro value. Only wrap
5719 macro print statements in #ifdef. Move format logic to where it
5720 is needed.
5721 * gdbarch.c: Re-generate.
5722
5723 * gdbarch.sh (read): Delete "print_p" and "description", add
5724 "garbage_at_eol". Check for non-empty garbage at end-of-line.
5725 Delete references to print_p.
5726 (TARGET_ARCHITECTURE): Delete print predicate.
5727 * gdbarch.c: Re-generate.
5728
5729 * gdbarch.sh: Check that multi-arch methods do not provide a
5730 macro.
5731 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
5732 (print_registers_info, print_float_info, print_vector_info)
5733 (adjust_breakpoint_address, remote_translate_xfer_address)
5734 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
5735 (address_class_type_flags_to_name, unwind_sp): Remove the macro
5736 name from the multi-arch definition.
5737
5738 2004-06-20 Andrew Cagney <cagney@gnu.org>
5739
5740 * gdbarch.sh: Sort by the function, instead of macro name.
5741 * gdbarch.c: Re-generate.
5742
5743 2004-06-20 Andrew Cagney <cagney@gnu.org>
5744
5745 * gdbarch.sh: Use the function, instead of macro name in
5746 errors and the log file.
5747 (return_value): Remove stray ":" in spec.
5748
5749 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
5750 * gdbarch.h, gdbarch.c: Re-generate.
5751 * Makefile.in (arch-utils.o): Update dependencies.
5752 * values.c (using_struct_return): Move code calling
5753 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
5754 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
5755 to legacy_return_value, simplify.
5756 * infcmd.c (print_return_value): Move code calling
5757 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
5758 to legacy_return_value, simplify.
5759 * infcall.c (call_function_by_hand): Move code calling
5760 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
5761 * arch-utils.c: Update copyright. Include "gdbcore.h".
5762 (legacy_return_value): New function.
5763 * arch-utils.h: Update copyright.
5764 (legacy_return_value): Declare.
5765
5766 2004-06-20 Andrew Cagney <cagney@gnu.org>
5767
5768 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
5769 * gdbarch.h, gdbarch.c: Re-generate.
5770 * values.c (using_struct_return): Update call.
5771 * mcore-tdep.c: Update comment.
5772 * infcall.c (call_function_by_hand): Update comment.
5773 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5774 * arch-utils.h (always_use_struct_convention): Update.
5775 * v850-tdep.c (v850_gdbarch_init): Update.
5776 * sh64-tdep.c (sh64_gdbarch_init): Update.
5777 * sh-tdep.c (sh_gdbarch_init): Update.
5778 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5779 * mips-tdep.c (mips_gdbarch_init): Update.
5780 * mcore-tdep.c (mcore_gdbarch_init): Update.
5781 * m32r-tdep.c (m32r_gdbarch_init): Update.
5782 * ia64-tdep.c (ia64_gdbarch_init): Update.
5783 * h8300-tdep.c (h8300_gdbarch_init): Update.
5784 * frv-tdep.c (frv_gdbarch_init): Update.
5785 * cris-tdep.c (cris_gdbarch_init): Update.
5786 * arm-tdep.c (arm_gdbarch_init): Update.
5787 * alpha-tdep.c (alpha_gdbarch_init): Update.
5788
5789 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
5790
5791 * PROBLEMS: Add more specific information, and a work-around,
5792 for PR gdb/1458.
5793
5794 2004-06-18 Andrew Cagney <cagney@gnu.org>
5795
5796 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
5797 * gdbarch.h, gdbarch.c: Re-generate.
5798 * ada-lang.c (ada_finish_decode_line_1): Update.
5799 * infrun.c (handle_inferior_event): Update.
5800 * infcall.c (find_function_addr): Update.
5801 * linespec.c (minsym_found): Update.
5802 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
5803 Update.
5804 * blockframe.c (legacy_frameless_look_for_prologue): Update.
5805 * cli/cli-cmds.c (disassemble_command): Update.
5806 * vax-tdep.c (vax_gdbarch_init): Update.
5807
5808 2004-06-18 Mark Kettenis <kettenis@gnu.org>
5809
5810 * i386-tdep.c (i386_collect_fpregset): Fix comment.
5811
5812 2004-06-17 Andrew Cagney <cagney@gnu.org>
5813
5814 GDB 6.1.1 released from the GDB 6.1 branch.
5815 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
5816 * PROBLEMS: Ditto.
5817
5818 2004-06-16 Daniel Jacobowitz <dan@debian.org>
5819
5820 PR gdb/1658
5821 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
5822 operation as a uleb128. Found by Michael Coulter.
5823
5824 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
5825
5826 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
5827 make it non-static.
5828 * ada-lang.h (task_control_block): declaration moved from ada-task.c
5829 to ada-lang.h; this is needed to be able to implement the kill command
5830 in multi-task mode.
5831 (task_ptid): Ditto.
5832 (task_entry): Ditto.
5833 (task_list): Ditto.
5834 (ada_build_task_list): Ditto.
5835
5836 * ada-lang.c: Conditionalize routines and data structures related
5837 to breakpoints, exceptions, completion, and symbol caching on
5838 GNAT_GDB, since these are not yet used in the submitted public sources.
5839 (ada_main_name): Editorial: Move definition out of exception-related
5840 code.
5841
5842 2004-06-15 Andrew Cagney <cagney@gnu.org>
5843
5844 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
5845 deprecated_pc_in_call_dummy.
5846
5847 2004-06-15 Alan Modra <amodra@bigpond.net.au>
5848
5849 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
5850 bfd_get_section_size_before_reloc or _raw_size.
5851 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
5852 * dwarf2read.c (dwarf2_locate_sections): Likewise.
5853 (dwarf2_read_section): Likewise.
5854 * elfread.c (elf_locate_sections): Likewise.
5855 * gcore.c (derive_heap_segment): Likewise.
5856 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
5857 * remote-e7000.c (e7000_load): Likewise.
5858 * remote-m32r-sdi.c (m32r_load): Likewise.
5859 * remote-mips.c (mips_load_srec): Likewise.
5860 (pmon_load_fast): Likewise.
5861 * remote.c (compare_sections_command): Likewise.
5862 * symfile.c (add_section_size_callback): Likewise.
5863 (load_section_callback): Likewise.
5864 (pc_in_unmapped_range): Likewise.
5865 (pc_in_mapped_range): Likewise.
5866 (sections_overlap): Likewise.
5867 (list_overlays_command): Likewise.
5868 (simple_overlay_update_1): Likewise.
5869 (simple_overlay_update): Likewise.
5870 * tracepoint.c (remote_set_transparent_ranges): Likewise.
5871 * win32-nat.c (core_section_load_dll_symbols): Likewise.
5872
5873 2004-06-14 Randolph Chung <tausq@debian.org>
5874
5875 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
5876 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
5877 static.
5878 (hppa_hpux_inferior_created): New function.
5879 (hppa_hpux_init_abi): Register observer.
5880 * symfile.c (hp_cxx_exception_support_initialized)
5881 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
5882 (symbol_file_add_main_1, symbol_file_clear): Likewise.
5883
5884 2004-06-14 Randolph Chung <tausq@debian.org>
5885
5886 * MAINTAINERS (Write After Approval): Alphabetize my entry
5887 correctly.
5888
5889 2004-06-14 Andrew Cagney <cagney@gnu.org>
5890
5891 * MAINTAINERS (testsuite): List Michael Chastain as the lead
5892 testsuite maintainer.
5893
5894 2004-06-13 Andrew Cagney <cagney@gnu.org>
5895
5896 * infcmd.c (print_return_value): Fix logic, allow
5897 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
5898
5899 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
5900 defining any macros.
5901 * gdbarch.h: Re-generate.
5902
5903 * gdbarch.sh: Delete "level" attribute. Only check for a macro
5904 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
5905 * gdbarch.h: Re-generate.
5906
5907 * values.c (generic_use_struct_convention): Don't check gcc_p.
5908
5909 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5910 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
5911 * gdbarch.h, gdbarch.c: Regenerate.
5912 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
5913 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
5914 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5915 deprecated_max_register_raw_size and
5916 deprecated_max_register_virtual_size.
5917 * v850-tdep.c (v850_gdbarch_init): Ditto.
5918 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5919 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5920 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5921 * cris-tdep.c (cris_gdbarch_init): Ditto.
5922
5923 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
5924 * gdbarch.h, gdbarch.c: Re-generate.
5925 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
5926 (m68hc11_use_struct_convention): Delete function.
5927 (m68hc11_extract_struct_value_address): Delete function.
5928 (m68hc11_return_value): New function.
5929 (m68hc11_gdbarch_init): Instead of store_return_value,
5930 extract_return_value, return_value_on_stack,
5931 deprecated_extract_struct_value_address and use_struct_convention,
5932 set return_value.
5933 * values.c (using_struct_return): Do not call
5934 RETURN_VALUE_ON_STACK.
5935 * arch-utils.h (generic_return_value_on_stack_not): Delete
5936 declaration.
5937 * arch-utils.c (generic_return_value_on_stack_not): Delete
5938 function.
5939
5940 2004-06-12 Andrew Cagney <cagney@gnu.org>
5941
5942 * values.c (register_value_being_returned): Delete function.
5943 * infcmd.c (legacy_return_value): Delete function.
5944 * infcall.c (call_function_by_hand): Inline
5945 "register_value_being_returned", simplify.
5946 * values.c (using_struct_return): Update comment, refer to
5947 print_return_value instead of register_value_being_returned.
5948 * infcmd.c (print_return_value): Inline calls to
5949 register_value_being_returned and legacy_return_value. Simplify.
5950
5951 2004-06-11 Randolph Chung <tausq@debian.org>
5952
5953 * somread.c (som_symtab_read): Exclude gcc local symbols.
5954
5955 2004-06-11 Randolph Chung <tausq@debian.org>
5956
5957 * infrun.c (handle_inferior_event): Handle the case when a
5958 trampoline ends up in the runtime resolver, and if the trampoline
5959 has no name. Rearrange the code so that all the trampoline
5960 processing happens before other step-out-of-range handling.
5961
5962 2004-06-11 Martin Hunt <hunt@redhat.com>
5963
5964 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
5965 has no fpu.
5966
5967 2004-06-10 Andrew Cagney <cagney@gnu.org>
5968
5969 * blockframe.c (legacy_inside_entry_func): Delete.
5970 (legacy_frame_chain_valid): Inline call to
5971 legacy_inside_entry_func, simplify.
5972
5973 2004-06-10 Bob Rossi <bob@brasko.net>
5974
5975 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
5976 * dwarf2read.c (partial_die_info): Add dirname field.
5977 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
5978 (read_partial_die): Save away DW_AT_comp_dir.
5979 * defs.h (symtab_to_filename): Removed.
5980 * source.c (find_and_open_source): Added.
5981 (open_source_file): Just calls find_and_open_source.
5982 (symtab_to_filename): Removed.
5983 (symtab_to_fullname, psymtab_to_fullname): Added.
5984 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
5985 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
5986 symtab_to_filename.
5987 * symtab.h (partial_symtab): Add dirname field.
5988 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
5989 (mi_cmd_file_list_exec_source_file): Call new function
5990 symtab_to_fullname to find fullname.
5991 (mi_cmd_file_list_exec_source_files): Added.
5992 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
5993 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
5994
5995 2004-06-10 Andrew Cagney <cagney@gnu.org>
5996
5997 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
5998 to generic_use_struct_convention, the default value.
5999
6000 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
6001 of abort.
6002
6003 * ns32k-tdep.c (ns32k_push_arguments): New function.
6004 (ns32k_gdbarch_init): Set deprecated_push_arguments.
6005 * infcall.c (call_function_by_hand): Call error instead of
6006 legacy_push_arguments.
6007 * value.h (legacy_push_arguments): Delete declaration.
6008 * valops.c (legacy_push_arguments): Delete function.
6009 (value_push): Delete function.
6010
6011 2004-06-10 Brian Ford <ford@vss.fsi.com>
6012
6013 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
6014 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
6015 info.
6016 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
6017
6018 2004-06-10 Andrew Cagney <cagney@gnu.org>
6019
6020 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
6021 * gdbarch.h, gdbarch.c: Re-generate.
6022 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
6023 parameters.
6024 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
6025 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
6026 deprecated_pc_in_call_dummy instead of
6027 DEPRECATED_PC_IN_CALL_DUMMY.
6028 (arm_skip_prologue): Ditto.
6029 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
6030 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
6031 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
6032 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
6033 Ditto.
6034 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
6035 (sh64_init_extra_frame_info, sh64_get_saved_register)
6036 (sh64_pop_frame): Ditto.
6037 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
6038 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
6039 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
6040 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
6041 (h8300_pop_frame): Ditto.
6042 * blockframe.c (legacy_inside_entry_func)
6043 (legacy_frame_chain_valid): Ditto.
6044 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
6045 to deprecated_pc_in_call_dummy.
6046
6047 2004-06-09 Andrew Cagney <cagney@gnu.org>
6048
6049 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
6050 provide a default value.
6051 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
6052 * gdbarch.h, gdbarch.c: Re-generate.
6053 * arch-utils.c (generic_convert_register_p): Rename
6054 legacy_convert_register_p
6055 (legacy_register_to_value, legacy_value_to_register): Delete
6056 functions.
6057 * arch-utils.h (generic_convert_register_p): Rename
6058 legacy_convert_register_p.
6059 (legacy_register_to_value, legacy_value_to_register): Delete
6060 declarations.
6061
6062 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
6063 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
6064 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
6065 * gdbarch.h, gdbarch.c: Re-generate.
6066 * infcmd.c (default_print_registers_info): Simplify.
6067 * findvar.c (value_of_register): Simplify.
6068 * mi/mi-main.c (get_register): Simplify.
6069 * arch-utils.c (legacy_convert_register_p): Always return 0.
6070 (legacy_register_to_value, legacy_value_to_register): Always call
6071 internal_error.
6072
6073 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
6074 #ifdef CLEAR_INSN_CACHE code.
6075 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
6076 Delete #ifdef CLEAR_DEFERRED_STORES code.
6077
6078 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
6079
6080 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
6081 copyright.
6082 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
6083
6084 * config/mips/mipsv4.mh: Delete file.
6085
6086 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
6087 unreferenced macro.
6088 (hpread_adjust_stack_address): Delete declaration.
6089
6090 2004-06-08 Andrew Cagney <cagney@gnu.org>
6091
6092 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6093 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
6094 PTRACE_ATTACH / PTRACE_DETACH available call error.
6095 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
6096 * infttrace.c (update_thread_state_after_attach, attach, detach):
6097 Remove #ifdef wrappers.
6098 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
6099 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6100 * config/nm-bsd.h (ATTACH_DETACH): Delete.
6101 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
6102 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
6103 * config/nm-linux.h (ATTACH_DETACH): Delete.
6104 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
6105 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
6106 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
6107 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
6108 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
6109
6110 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
6111
6112 * configure.in: Set $configdir to the right OS specific value.
6113 Use value when setting $tcldir and $tkdir.
6114 * configure: Regenerate.
6115
6116 2004-06-06 Paul Brook <paul@codesourcery.com>
6117
6118 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
6119 records.
6120
6121 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
6122
6123 * ada-lang.c (lookup_symbol_in_language): New function to allow
6124 re-use of another language's symbol lookup code. (Placed here
6125 temporarily while Ada support is being integrated into the public
6126 tree).
6127 (restore_language): New auxiliary function for
6128 lookup_symbol_in_language.
6129 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
6130 temporarily while Ada support is being integrated into the public
6131 tree).
6132
6133 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
6134
6135 * Makefile.in (check//%): New.
6136
6137 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
6138 (mn10300_store_return_value): Rewrite.
6139 (mn10300_type_align): New.
6140 (mn10300_use_struct_convention): Rewrite.
6141 (mn10300_return_value): New, using all of the above.
6142 (mn10300_pop_frame_regular): Add saved_regs_size.
6143 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
6144
6145 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
6146 regs if PC is on movm.
6147
6148 2004-06-07 Jim Blandy <jimb@redhat.com>
6149
6150 Add native Linux support for the PowerPC E500.
6151 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
6152 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
6153 all architectures except the E500.
6154 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
6155 #definitions.
6156 (struct gdb_evrregset_t): New type.
6157 (have_ptrace_getsetevrregs): New variable.
6158 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
6159 fetch_spe_registers): New functions.
6160 (fetch_register): Call fetch_spe_register as appropriate.
6161 Assert that we're only passed raw register numbers.
6162 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
6163 Don't fetch gprs if they're pseudoregisters.
6164 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
6165 store_spe_registers): New functions.
6166 (store_register): Call store_spe_register as appropriate.
6167 Assert that we're only passed raw register numbers.
6168 (store_ppc_registers): Call store_spe_registers as appropriate.
6169 Don't store gprs if they're pseudoregisters.
6170
6171 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
6172
6173 * thread-db.c (thread_get_info_callback): Fill in the thread_info
6174 struct if one exists, even if we are dealing with a zombie thread.
6175
6176 2004-06-07 Andrew Cagney <cagney@gnu.org>
6177
6178 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
6179 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
6180 Rename PC_REQUIRES_RUN_BEFORE_USE.
6181 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
6182 #ifdef.
6183
6184 2004-06-07 Randolph Chung <tausq@debian.org>
6185
6186 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
6187 unwinding after sp has been saved to the stack but before the end
6188 of the prologue, and after the fp has been modified but before it has
6189 been saved to the stack.
6190 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
6191 Remove superfluous definitions.
6192 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
6193
6194 2004-06-07 Guy Martin <gmsoft@gentoo.org>
6195
6196 Committed by Randolph Chung.
6197 * hppa-linux-nat.c: Include the correct version of the header file
6198 depending on the kernel version.
6199
6200 2004-06-06 Randolph Chung <tausq@debian.org>
6201
6202 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6203 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6204
6205 2004-06-06 Randolph Chung <tausq@debian.org>
6206
6207 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6208 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6209 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6210 * hppa-tdep.c (hppa_symbol_address): New function definition.
6211 * hppa-tdep.h (hppa_symbol_address): New function declaration.
6212
6213 2004-06-06 Randolph Chung <tausq@debian.org>
6214
6215 * hppa-tdep.h (struct value): Forward declaration.
6216 (gdbarch_tdep): Define tdep find_global_pointer method.
6217 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6218 associated with the function we are trying to call, and write it
6219 to the gp register.
6220 (hppa32_convert_from_funct_ptr_addr): New function.
6221 (hppa_find_global_pointer): New function.
6222 (hppa_gdbarch_init): Set default find_global_pointer method; set
6223 convert_from_func_ptr_addr method.
6224 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6225 (hppa_linux_init_abi): Set find_global_pointer method.
6226 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6227
6228 2004-06-06 Randolph Chung <tausq@debian.org>
6229
6230 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6231 to struct value *function.
6232 * gdbarch.c: Regenerate.
6233 * gdbarch.h: Likewise.
6234 * infcall.c (call_function_by_hand): Pass entire function value
6235 to push_dummy_call.
6236
6237 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6238 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6239 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6240 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6241 * arm-tdep.c (arm_push_dummy_call): Likewise.
6242 * avr-tdep.c (avr_push_dummy_call): Likewise.
6243 * cris-tdep.c (cris_push_dummy_call): Likewise.
6244 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6245 * frv-tdep.c (frv_push_dummy_call): Likewise.
6246 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6247 * hppa-tdep.c (hppa32_push_dummy_call)
6248 (hppa64_push_dummy_call): Likewise.
6249 * i386-tdep.c (i386_push_dummy_call): Likewise.
6250 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6251 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6252 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6253 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6254 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6255 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6256 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6257 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6258 (ppc64_sysv_abi_push_dummy_call): Likewise.
6259 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6260 (ppc64_sysv_abi_push_dummy_call): Likewise.
6261 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6262 * s390-tdep.c (s390_push_dummy_call): Likewise.
6263 * sh-tdep.c (sh_push_dummy_call_fpu)
6264 (sh_push_dummy_call_nofpu): Likewise.
6265 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6266 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6267 * vax-tdep.c (vax_push_dummy_call): Likewise.
6268
6269 2004-06-04 Jim Blandy <jimb@redhat.com>
6270
6271 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6272 gdbarch argument to register_size.
6273
6274 * rs6000-tdep.c (rs6000_store_return_value): Use
6275 regcache_cooked_write_part instead of
6276 deprecated_write_register_bytes.
6277 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6278 not gdbarch_deprecated_store_return_value.
6279
6280 * ppc-linux-nat.c (store_register, fetch_register): Remove
6281 incorrect assertions. Simplify and generalize handling of
6282 transfers whose sizes are not multiples of, or less than, sizeof
6283 (PTRACE_XFER_TYPE).
6284
6285 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
6286
6287 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6288 as a new thread event.
6289 * thread-db.c (thread_get_info_callback): If the thread is a
6290 zombie, return TD_THR_ZOMBIE.
6291 (thread_from_lwp): If thread_get_info_callback returns
6292 TD_THR_ZOMBIE, check if the thread is still on the thread list
6293 and return a -1 ptid if not found.
6294 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6295 change the status to TARGET_WAITKIND_SPURIOUS.
6296
6297 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
6298
6299 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6300 double values in little endian mode.
6301
6302 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
6303
6304 Committed by Andrew Cagney.
6305 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6306 after last enum constant to avoid error from IBM C
6307 compiler.
6308
6309 2004-06-02 Jim Blandy <jimb@redhat.com>
6310
6311 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6312 to 'message', and make it local to the lone block that uses it.
6313
6314 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6315
6316 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
6317
6318 * ada-exp.y: Update copyright notice.
6319 Include block.h.
6320
6321 Replace REGNAME, LAST, INTERNAL_VARIABLE with
6322 SPECIAL_VARIABLE and unify the treatment of these cases.
6323
6324 (write_attribute_call0): Remove.
6325 (write_attribute_call1): Remove.
6326 (write_attribute_calln): Remove.
6327 (save_qualifier): Add missing semicolon.
6328
6329 (simple_exp,exp): Decomment (i.e., reactivate) code that was
6330 temporarily disabled to allow compilation with FSF head version.
6331
6332 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
6333 use individual operators (OP_*) for all attributes.
6334 (exp syntax): Use write_int.
6335 Handle STRING literals with OP_STRING.
6336 (variable syntax): Add limit parameter to calls to
6337 write_object_renaming.
6338
6339 (temp_parse_space): New definition to hold entities that need
6340 only live until the next call to ada_parse.
6341 (string_to_operator): Rename fields of ada_opname_table entries.
6342
6343 (write_var_from_sym): Record block.
6344 (write_var_from_name): Minor reformatting.
6345 Make sure saved name is properly encoded in the case of multiple
6346 matches, and set its language to Ada.
6347 Update comment.
6348 Modify to indicate unresolved name as symbol in the UNRESOLVED
6349 namespace, allocated in temp_parse_space.
6350 (write_int): New function.
6351
6352 (write_object_renaming): Add max_depth parameter to limit
6353 chains of object renamings.
6354 Handle case where root of renaming expression is itself a renaming.
6355 Use temp_parse_space for temporary name buffer.
6356 Handle renamings to dereferenced pointers (___XEXA suffices).
6357
6358 (ada_parse, yyerror, string_to_operator,
6359 write_var_from_sym, write_var_from_name, write_attribute_call0,
6360 write_attribute_call1, write_attribute_calln,
6361 write_object_renaming): Protoize.
6362
6363 (_initialize_ada_exp): New function.
6364
6365 * ada-lang.c: Update copyright notice.
6366 General terminology change to conform to GNAT compiler usage:
6367 mangle => encode, demangle => decode
6368 Include gdb_obstack.h.
6369 Include gdb_regex.h
6370 Include frame.h
6371 Include hashtab.h
6372 Include completer.h
6373 Include gdb_stat.h
6374 Include block.h
6375 Include infcall.h
6376
6377 (ADA_RETAIN_DOTS): Make sure this is defined.
6378 (TRUNCATION_TOWARDS_ZERO): Define.
6379 (struct string_vector): Define.
6380 (unresolved_names): Remove definition.
6381 (xnew_string_vector): New function.
6382 (string_vector_append): New function.
6383 (extract_string): Make static.
6384 (ada_unqualified_name): New function.
6385 (add_angle_brackets): New function.
6386 (function_name_from_pc): New function.
6387 (place_on_stack): Rename to ensure_lval.
6388
6389 (ensure_lval): Renamed from place_on_stack.
6390 Make identity on lvals.
6391 Update comment.
6392 (is_nonfunction): New interface.
6393 Only symbols in LOC_CONST class can be enumerals.
6394 (fill_in_ada_prototype): Remove; now independent of language.
6395 (add_defn_to_vec): Add obstack and symtab arguments.
6396 Use obstack to hold collected definitions.
6397 (num_defns_collected): New function.
6398 (defns_collected): New function.
6399 (ada_resolve_subexp): Rename to resolve_subexp.
6400 (resolve_subexp): Renamed from ada_resolve_subexp.
6401 (ada_op_name): Return non-const result.
6402 (ada_decoded_op_name): Renamed from ada_op_name, now used for
6403 other purposes.
6404
6405 (to_fixed_array_type): Add declaration.
6406 (coerce_unspec_val_to_type): Remove offset parameter.
6407 (find_sal_from_funcs_and_line): New interface.
6408 (find_line_in_linetable): Ditto.
6409
6410 (all_sals_for_line): Rename to ada_sals_for_line and make
6411 global.
6412 Add new parameter. When set, do not ask the user to choose the
6413 instance, but use the first one found instead.
6414 Use given line number in returned sals.
6415 Fix comment.
6416 Skip the prologue if funfirstline is set.
6417 Correct for memory leak when 0 lines found.
6418
6419 (value_pos_atr): Use pos_atr.
6420 (pos_atr): New function.
6421 (standard_lookup): Add block parameter.
6422
6423 (makeTimeStart): Remove declaration and uses.
6424 (makeTimeStop): Remove declaration and uses.
6425
6426 (ada_completer_word_break_characters): Allow for VMS.
6427 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6428 (raise_sym_name): New constant.
6429 (raise_unhandled_sym_name): New constant.
6430 (raise_assert_sym_name): New constant.
6431 (process_raise_exception_name): New constant.
6432 (longest_exception_template): New constant.
6433 (warning_limit): New variable to limit warnings during expression
6434 evaluation.
6435 (warnings_issued): New variable to keep track of warnings issued.
6436 (known_runtime_file_name_patterns): New constant.
6437 (known_auxiliary_function_name_patterns): New constant.
6438 (symbol_list_obstack): New variable.
6439
6440 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6441 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6442 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6443 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
6444 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
6445 ada_variant_discrim_name, field_alignment, dynamic_template_type,
6446 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
6447 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
6448 and strcmp.
6449
6450 (ada_get_field_index): New function.
6451 (lim_warning): New function.
6452 (ada_translate_error_message): New function.
6453 (MAX_OF_SIZE): New function.
6454 (MIN_OF_SIZE): New function.
6455 (UMAX_OF_SIZE): New function.
6456 (UMIN_OF_SIZE): New function.
6457 (discrete_type_high_bound): New function.
6458 (discrete_type_low_bound): New function.
6459 (base_type): New function.
6460 (do_command): Remove.
6461
6462 (ada_update_initial_language): Use language_ada, not language_unknown.
6463 (ada_encode): Renamed from ada_mangle.
6464 Obey ADA_RETAIN_DOTS.
6465 (ada_decode): Renamed from ada_demangle.
6466 Update coding conventions.
6467 (decoded_names_store): New hash table.
6468 (ada_decode_symbol): New function.
6469 (ada_la_decode): New function.
6470
6471 (modify_general_field): Correct computations of offset and bit
6472 position.
6473 (desc_base_type): Handle ref types, too.
6474 (ada_is_direct_array_type): New function.
6475
6476 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6477 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6478 (ada_is_bogus_array_descriptor,ada_type_of_array,
6479 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6480 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
6481 ada_is_array_descriptor_type.
6482
6483 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6484 (ada_is_packed_array_type): Handle pointers or
6485 references to packed arrays as well.
6486 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6487 (decode_packed_array_type): Search for the packed array type
6488 symbol in the currently selected block and associated
6489 superblocks too.
6490 Use lookup_symbol again.
6491
6492 (decode_packed_array): Handle pointers and references.
6493 Update call to coerce_unspec_val_to_type.
6494 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6495 (ada_value_primitive_packed_val): Improve comment.
6496
6497 (ada_index_type): Substitute int type for "undefined".
6498 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6499 ada_array_langth, ada_is_string_type): Use renamed
6500 ada_is_simple_array_type.
6501 (empty_array): New function.
6502
6503 (ada_resolve): Rename to resolve.
6504 (resolve): Make static.
6505 Call renamed resolve_subexp.
6506 Update comment.
6507 (ada_resolve_subexp): Rename to resolve_subexp.
6508 (resolve_subexp): Update comment.
6509 Decomment disabled code.
6510 Add LOC_COMPUTED* cases.
6511 Modify to use temporary struct symbols (marked as being in
6512 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6513 OP_UNRESOLVED_VALUE.
6514 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6515 Add OP_STRING case.
6516 Remove OP_ARRAY.
6517 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6518 Use new ada_lookup_symbol_list interface.
6519 Use new ada_resolve_function interface.
6520 Remove OP_TYPE case.
6521
6522 (ada_args_match): Idiot proof against null actuals.
6523 Use intermediate variables to clarify.
6524 (ada_resolve_function): Update comment and interface.
6525 (mangled_ordered_before): Rename to encoded_ordered_before and
6526 update comment.
6527 (sort_choices): Update comment and interface.
6528 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6529 (user_select_syms): New interface.
6530 Use new sort_choices interface.
6531 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6532 (possible_user_operator_p): Idiot-proof against null values.
6533 (ada_simple_renamed_entity): Don't make cleanup; rely on
6534 caller to free result string.
6535 Remove const from return type.
6536 (make_array_descriptor): Rename uses of place_on_stack to
6537 ensure_lval.
6538 Make sure that arrays are on stack.
6539
6540 (HASH_SIZE): Define.
6541 (struct cache_entry): Define.
6542 (cache_space): Define.
6543 (cache): Define.
6544 (clear_ada_sym_cache): New function.
6545 (find_entry): New function.
6546 (lookup_cached_symbol): New function.
6547 (defn_vector_size): Define.
6548 (cache_symbol): New function.
6549 (defn_symbols): Remove.
6550
6551 (standard_lookup): Use lookup_symbol_in_language to get effect of
6552 C lookup.
6553 Cache results.
6554
6555 (symbol_completion_match): New function.
6556 (symbol_completion_add): New function.
6557 (ada_make_symbol_completion_list): New function.
6558
6559 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6560 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6561 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6562 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6563
6564 (ada_lookup_simple_minsym): New function.
6565 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6566
6567 (add_symbols_from_enclosing_procs): New interface.
6568 Conditionalize more helpfully.
6569 Don't bother if program isn't running.
6570 Use new interface to get_frame_block.
6571 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6572
6573 (remove_extra_symbols): New interface.
6574 (xget_renaming_scope): New function.
6575 (is_package_name): New function.
6576 (renaming_is_visible): New function.
6577 (remove_out_of_scope_renamings): New function.
6578
6579 (ada_lookup_symbol_list): New interface.
6580 Properly reinitialize the symbol list obstack.
6581 Don't call add_symbols_from_enclosing_procs if we start from a
6582 static or global block.
6583 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6584 add_symbols_from_enclosing_procs.
6585 Add symtab data to cached entries.
6586 Handle symbols prefixed with
6587 "standard__" specially; strip prefix and don't look in local symbols.
6588 Do not include out of scope renaming symbols in list of
6589 symbols returned.
6590 Add const to block parameter.
6591 Move check for non-local, non-global symbols earlier.
6592 Remove timing stuff.
6593 (ada_lookup_symbol): New interface.
6594 Find symtab as well.
6595 (ada_lookup_symbol_nonlocal): New function.
6596
6597 (is_name_suffix): Enhance suffix detection to recognize
6598 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6599 (is_dot_digits_suffix): New function.
6600 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6601
6602 (ada_add_block_symbols): New interface. Use obstack to return results
6603 in a vector of struct ada_symbol_infos. Add symtab argument.
6604 Use new interface to add_defn_to_vec.
6605 Remove calls to fill_in_ada_prototype.
6606 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6607
6608 (ada_finish_decode_line_1): Add const qualification to local to fix
6609 warning.
6610 Start looking in static block for functions to avoid attempts
6611 to search frame chain for up-level variables.
6612 Adapt to new ada_sals_for_line interface.
6613 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6614 Handle quoting of the function name inside the spec string.
6615 Skip prologue when funfirstline is set and update the
6616 function documentation to that effect.
6617
6618 (debug_print_lines, debug_print_block, debug_print_blocks,
6619 debug_print_symtab): Remove.
6620
6621 (ada_main_name): New function.
6622 (ada_exception_breakpoint_type): New function.
6623 (is_known_support_routine): New function.
6624 (ada_find_printable_frame): Renamed from find_printable_frame and made
6625 global.
6626 Remove level parameter.
6627 Use new interface to select_frame.
6628
6629 (begin_command): Remove.
6630 (ada_adjust_exception_stop): New function.
6631 (ada_print_exception_stop): New function.
6632 (exception_name_from_cond): New function.
6633 (ada_report_exception_break): Replace disabled code with
6634 conditionalization on GNAT_GDB.
6635 Get the exception name from the condition string.
6636 Remove and move functionality into new functions
6637 ada_print_exception_breakpoint_task and
6638 ada_print_exception_breakpoint_nontask.
6639 (error_breakpoint_runtime_sym_not_found): New function.
6640 (is_runtime_sym_defined): New function.
6641 (ada_breakpoint_rewrite): Uncomment suppressed code.
6642 Use symbolic error-message and runtime-symbol names.
6643 Surround runtime symbol names in quotes.
6644 Allow non-specific breakpoints on exceptions and assertions before
6645 program starts.
6646
6647 (ada_is_tagged_type): Add parameter.
6648 (ada_is_tag_type): New function.
6649 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6650 (ada_variant_discrim_type): Ditto.
6651 (value_tag_from_contents_and_address): New function.
6652 (type_from_tag): New function.
6653 (struct tag_args): New structure used to communicate with
6654 ada_tag_name_1.
6655 (ada_tag_name_1): New function.
6656 (ada_tag_name): New function.
6657
6658 (ada_scan_number): Update comment.
6659 (find_struct_field): New function.
6660 (ada_search_struct_field): Make static.
6661 (ada_value_struct_elt): New version that returns references when
6662 given pointers or references to structs.
6663 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6664 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6665 interface.
6666 (ada_value_ind): Use new ada_to_fixed_value interface.
6667 (ada_coerce_ref): Ditto.
6668 (field_offset): Remove.
6669
6670 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6671 (ada_find_renaming_symbol): New function.
6672 (ada_prefer_type): Prefer named types over unnamed ones.
6673 (variant_field_index): New function.
6674 (contains_variant_part): Removed: subsumed by variant_field_index.
6675 (ada_template_to_fixed_record_type): New function, mostly from
6676 template_to_fixed_record_type.
6677 (template_to_fixed_record_type):
6678 Do not scan the type fields beyond the last one; prevents a
6679 potential SEGV.
6680 Handle case where variant field is listed BEFORE discriminant it
6681 depends on.
6682 Fix calculation of record length when bit length is
6683 not evenly divisible by char length.
6684 Move code to ada_template_to_fixed_record_type and call it.
6685
6686 (template_to_static_fixed_type): Revise comment.
6687 Modify to work on ordinary record types as well as templates,
6688 so as to handle fields that use ___XVE or ___XVU encodings.
6689 (to_record_with_fixed_variant_part): Fill out comment.
6690 Initialize C++ stuff in right type.
6691 Allow case where DVAL is null.
6692 Handle case where variant field is not last.
6693 Fix typo concerning record length.
6694 (to_fixed_record_type): Decomment disabled code.
6695 (to_fixed_record_type): Use variant_field_index instead of
6696 contains_variant_part.
6697 (to_fixed_variant_branch_type): Ditto.
6698 (to_fixed_array_type): Decomment disabled code.
6699 (ada_to_fixed_type): Convert tagged types to the specific type.
6700 Deactivate the size-check for array types in order to avoid
6701 some false size alarms.
6702 (to_static_fixed_type): Decomment disabled code.
6703 Modify to call template_to_static_fixed_type
6704 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6705 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6706 Remove valaddr argument, as it is never really used.
6707 (ada_to_fixed_value): Change interface to act on single struct value*
6708 operand.
6709 (adjust_pc_past_prologue): New function.
6710 (ada_attribute_name): Modify to take enum exp_opcode argument.
6711
6712 (ada_enum_name): Recognize new homonym-distinguishing convention.
6713 Adjust local variable's type to remove compiler warning.
6714 Fix a small problem in the part that unqualifies the enumeration name.
6715 (ada_value_binop): New function.
6716 (ada_value_equal): New function.
6717
6718 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
6719 Don't give error message when not doing normal evaluation
6720 and a tagged type doesn't seem to contain a structure member.
6721 Give error message for packed arrays.
6722 For indexing arrays, handle pointers to packed arrays correctly.
6723 Handle case of 'first and 'last attributes of bare integral type
6724 without encoded subtype info.
6725 Remove some unnecessary casts.
6726 Fix uninitialized value of type in computing 'first, 'last, or 'length
6727 of array object.
6728 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
6729 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
6730 calls.
6731 Attributes are now exp_opcode values.
6732 Correct treatment of 'modulus.
6733 Better error message for taking 'length of wrong kind of type;
6734 improve comment.
6735 Change EVAL_NORMAL to noside for consistency.
6736 Use ada_value_binop for DIV, MOD, REM.
6737 Make special case out of array of length 0, since an argument
6738 of 0 upsets some platforms' malloc.
6739 Use OP_STRING instead of OP_ARRAY.
6740 For slice, add check that we have an array type before extracting
6741 a slice out of it. Avoids a SEGV.
6742 When evaluating an array slice, if the array type is a reference to
6743 an aligner type, then replace the aligner type by the actual type.
6744 Decomment disabled code.
6745 Remove some dead code.
6746 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
6747 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
6748 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
6749 and UNOP_MBR to UNOP_IN_RANGE.
6750 If an array type has a parallel ___XVE type, then use it.
6751 Turn arrays into pointers for lvalue arrays.
6752 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
6753 bounds error and handle 0-length slices.
6754 Use lim_warning.
6755 When selecting fields, apply ada_to_fixed_value (because the fields
6756 might have ___XVU or ___XVE encodings even if not dynamic.)
6757 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
6758 (ada_is_system_address_type): New function.
6759
6760 (get_var_value): Use new interface to ada_lookup_symbol_list.
6761 (get_int_var_value): New interface.
6762 (to_fixed_range_type): Allow unknown bound, with warning.
6763 (ada_is_modular_type): Decomment disabled code.
6764 (ADA_OPERATORS): New definition.
6765 (ada_operator_length): New function.
6766 (ada_expr_op_name): New function.
6767 (ada_forward_operator_length): New function.
6768 (ada_dump_subexp_body): New function.
6769 (ada_print_subexp): New function.
6770 (ada_exp_descriptor): New constant.
6771 (ada_op_print_tab): Add 'size. Remove FIXMEs.
6772 (ada_language_defn): Add ada_exp_descriptor entry.
6773 Change ada_parse => parse.
6774 Add post-parser entry.
6775 Use ada-specific non-local symbol lookup.
6776 Don't use C-style arrays.
6777 String lower-bound is 1.
6778 Decomment disabled code.
6779 (parse): New function.
6780 New fields ada_translate_error_message, ada_lookup_symbol,
6781 ada_lookup_minimal_symbol.
6782
6783 * ada-lang.h: Update copyright dates.
6784 Replace the mangle/demangle terminology throughout by the
6785 more appropriate encode/decode one.
6786 Include breakpoint.h.
6787 Forward declare struct partial_symbol, struct block.
6788 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
6789 (EXTRACT_ADDRESS): Remove.
6790 (EXTRACT_INT): Remove.
6791 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
6792 (MAX_ENCLOSING_FRAME_LEVELS): Define.
6793 (MAX_RENAMING_CHAIN_LENGTH): Define.
6794 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
6795
6796 (enum task_states): Remove.
6797 ada_task_states: Remove.
6798 (fat_string): Remove.
6799 (struct entry_call): Remove.
6800 (struct task_fields): Remove.
6801 (struct task_entry): Remove.
6802
6803 (struct ada_symbol_info): Define.
6804 (enum ada_attribute): Remove.
6805 (enum ada_operator): Define.
6806
6807 (ada_get_field_index): Declare.
6808 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
6809 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6810 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6811 (ada_lookup_symbol_list): New interface.
6812 (ada_decode_symbol): Declare.
6813 (ada_decode): Declare.
6814 (ada_lookup_symbol): New interface.
6815 (ada_update_initial_language): Declare.
6816 (ada_lookup_simple_minsym): Declare.
6817 (user_select_syms): New interface.
6818 (ada_sals_for_line): Declare.
6819 (ada_is_tagged_type): New interface.
6820 (ada_tag_name): Declare.
6821 (ada_lookup_struct_elt_type): Remove declaration.
6822 (ada_search_struct_field): Remove declaration.
6823 (ada_attribute_name): New interface.
6824 (ada_is_system_address_type): Declare.
6825 (ada_to_fixed_value): Remove declaration.
6826 (ada_template_to_fixed_record_type_1): Declare.
6827 (get_int_var_value): New interface.
6828 (ada_find_any_symbol): Declare.
6829 (ada_find_renaming_symbol): Declare.
6830 (ada_mangle): Rename to ada_encode.
6831 (ada_simple_renamed_entity): Remove const.
6832 (ada_main_name): Declare.
6833 (get_current_task): Rename to ada_get_current_task.
6834 (get_entry_number): Remove declaration.
6835 (ada_report_exception_break): Remove declaration.
6836 (ada_print_exception_breakpoint_nontask): Declare.
6837 (ada_print_exception_breakpoint_task): Declare.
6838 (ada_find_printable_frame): Declare.
6839
6840 * ada-lex.l: Update copyright notices.
6841 Use xmalloc and xfree instead of malloc and free.
6842 Use new interface to name_lookup.
6843 Use new interface to
6844 ada_mangle=>ada_encode.
6845 Redo handling of '$...' variable to parallel current treatment
6846 in c-exp.y.
6847 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
6848 digit_to_int, strtoulst, processInt, processReal, processId,
6849 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
6850 yywrap): Protoize.
6851
6852 (processInt): Use cast to remove harmless warning.
6853 (processReal): Modify to get rid of compiler warning on scan formats.
6854
6855 (processId): Replace xmalloc with obstack_alloc for name and remove
6856 call to ada_name_string_cleanup.
6857 Remove obsolete disabled code.
6858 (name_lookup): Ditto.
6859 New interface.
6860 Use obsavestring on temp_parse_space instead of savestring
6861 on name, and remove call to ada_name_string_cleanup.
6862 Free string returned from ada_simple_renamed_entity.
6863 Use new interface to ada_lookup_symbol_list.
6864 Decomment disabled code.
6865 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
6866 not types.
6867 When a type name lookup succeeds as a result of
6868 lookup_primitive_typename, check for regular type entry that has not
6869 yet been read in.
6870 Limit length of chain of renamed symbols we are willing to follow.
6871 Do not break names beginning with "standard__" into segments.
6872 (block_lookup): Use new interface to ada_lookup_symbol_list.
6873
6874 * ada-typeprint.c: Update copyright notice.
6875 (demangled_type_name): Rename to decoded_type_name.
6876 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
6877 (print_range_bound): Correct handling of negative
6878 bounds that make the index type looked unsigned under STABS.
6879 (print_dynamic_range_bound): Use new interface to get_int_var_value.
6880 (print_range_type_named): Use the builtin int type if no type
6881 corresponding to the given type name could be found.
6882 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
6883 Add some bullet-proofing.
6884 (print_variant_clauses): Allow for variant branches with ___XVU
6885 encodings that are not dynamic fields.
6886 Use new interface to ada_is_tagged_type.
6887 (print_record_type): Allow for fields with ___XVE encodings that
6888 are not dynamic fields.
6889 Use new interface to ada_is_tagged_type.
6890 (ada_print_type): ada_is_array_descriptor =>
6891 ada_is_array_descriptor_type.
6892
6893 * ada-valprint.c: Update copyright notice.
6894 Include gdb_string.h
6895 Include infcall.h
6896 (ui_memcpy): New function.
6897 (ada_print_floating): New function.
6898 (ada_print_str): Order arguments correctly.
6899 Correct handling of empty arrays and arrays of 0-length items.
6900 ada_is_array_descriptor => ada_is_array_descriptor_type
6901 Print values of type System.Address in hexadecimal format.
6902 Use ada_print_floating to print floating-point numbers in Ada format.
6903 Print class tag values with type names.
6904 No longer print the address of reference values. Avoids
6905 a potential confusion.
6906 (ada_value_print): Stop printing the object type for reference
6907 values, but preserve that behavior for access types. Avoids
6908 a potential confusion.
6909 Simplify one conditional expression, as the first part is now
6910 necessarily true.
6911 ada_is_array_descriptor => ada_is_array_descriptor_type
6912 Add check for arrays for null records, and print them by hand.
6913
6914 2004-06-01 Jim Blandy <jimb@redhat.com>
6915
6916 * ppc-tdep.h: Delete unused 'regoff' member.
6917 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
6918
6919 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
6920
6921 Fix PR symtab/1661.
6922 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
6923 (hpread_read_struct_type): Likewise.
6924
6925 2004-06-01 Andrew Cagney <cagney@gnu.org>
6926
6927 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
6928 instead of xasprintf.
6929 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
6930 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
6931 (mi_cmd_data_list_register_names)
6932 (mi_cmd_data_list_changed_registers)
6933 (mi_cmd_data_list_register_values)
6934 (get_register, mi_cmd_data_write_register_values)
6935 (mi_cmd_data_write_register_values)
6936 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
6937 (mi_cmd_target_download, mi_cmd_target_select)
6938 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
6939 (mi_execute_cli_command, mi_execute_async_cli_command)
6940 (mi_execute_async_cli_command): Ditto.
6941 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
6942 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
6943
6944 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
6945 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
6946 error_last_message instead of mi_error_last_message.
6947 * mi/mi-main.c (mi_error_last_message): Delete function.
6948
6949 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
6950 "invalid number of columns" error. Delete redundant "out of
6951 memory" check.
6952
6953 2004-05-31 Mark Kettenis <kettenis@gnu.org>
6954
6955 * i386bsd-nat.c: Don't include <sys/procfs.h>.
6956 (gregset_t, fpregset_t): Remove typedefs.
6957 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
6958 (REG_OFFSET): Rename argument.
6959 (i386bsd_r_reg_offset): Rename from reg_offset.
6960 (REG_ADDR): Remove macro.
6961 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
6962 functions.
6963 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
6964 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
6965 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
6966 instead of supply_gregset.
6967 (store_inferior_registers): Use `struct reg' and `struct fpreg'
6968 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
6969 instead of fill_gregset.
6970 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
6971
6972 * i386bsd-nat.c: Don't include "gregset.h".
6973 (supply_gregset, fill_gregset): Make static.
6974 (supply_fpregset, fill_fpregset): Remove.
6975 * Makefile.in (i386bsd-nat.o): Update dependencies.
6976
6977 2004-05-30 Mark Kettenis <kettenis@gnu.org>
6978
6979 * fbsd-proc.c: Include "regcache.h", "regset.h" and
6980 "gdb_assert.h". Con't include "gregset.h".
6981 (fbsd_make_corefile_notes): Use regset-based core file support
6982 instead off fill_gregset and fill_fpregset.
6983 * Makefile.in (fbsd-proc.o): Update dependencies.
6984
6985 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
6986 instructions.
6987 (m88k_frame_prev_register): Simplify code a bit.
6988
6989 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
6990 (amd64_collect_fpregset): New function.
6991 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
6992
6993 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
6994
6995 * i386-tdep.c (i386_supply_gregset): Adjust comment.
6996 (i386_collect_gregset): New function.
6997 (i386_supply_fpregset): Adjust comment.
6998 (i386_collect_fpregset): New function.
6999 (i386_regset_from_core_section): Use i386_collect_gregset and
7000 i386_collect_fpregset.
7001
7002 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
7003 handle VALUEP being null.
7004
7005 * regset.h (collect_regset_ftype): Unconstify fourth argument.
7006
7007 2004-05-29 Mark Kettenis <kettenis@gnu.org>
7008
7009 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
7010
7011 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
7012 assembler in OpenBSD 3.5-current.
7013 (amd64obsd_sigcontext_addr): Likewise.
7014
7015 2004-05-28 Jim Blandy <jimb@redhat.com>
7016
7017 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
7018 register set, so our regcache isn't declared "legacy" and our E500
7019 pseudoregister read and write functions aren't ignored.
7020 (rs6000_register_byte, rs6000_register_raw_size,
7021 rs6000_register_virtual_type, rs6000_register_convertible,
7022 rs6000_register_convert_to_virtual,
7023 rs6000_register_convert_to_raw): Deleted.
7024 (rs6000_register_type, rs6000_convert_register_p,
7025 rs6000_register_to_value, rs6000_value_to_register): New
7026 functions.
7027 (rs6000_gdbarch_init): Don't register
7028 gdbarch_deprecated_register_size,
7029 gdbarch_deprecated_register_bytes,
7030 gdbarch_deprecated_register_byte,
7031 gdbarch_deprecated_register_raw_size,
7032 gdbarch_deprecated_register_virtual_type,
7033 gdbarch_deprecated_register_convertible,
7034 gdbarch_deprecated_register_convert_to_virtual, or
7035 gdbarch_deprecated_register_convert_to_raw methods. Instead,
7036 register gdbarch_register_type, gdbarch_convert_register_p,
7037 gdbarch_register_to_value, and gdbarch_value_to_register methods.
7038
7039 2004-05-26 Jim Blandy <jimb@redhat.com>
7040
7041 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
7042 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
7043 functions, updated to match the register numberings used in GCC.
7044 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
7045 rs6000_dwarf2_reg_to_regnum as register number conversions
7046 functions for STABS and Dwarf2.
7047
7048 2004-05-26 Randolph Chung <tausq@debian.org>
7049
7050 * infttrace.h (target_waitkind): Forward declare type instead of pulling
7051 in header file.
7052
7053 2004-05-25 Joel Brobecker <brobecker@gnat.com>
7054
7055 * NEWS: Document new "start" command.
7056
7057 2004-05-25 Randolph Chung <tausq@debian.org>
7058
7059 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
7060 hppa-linux.
7061
7062 2004-05-25 Randolph Chung <tausq@debian.org>
7063
7064 * hppa-hpux-tdep.c (offsetof): Define.
7065 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
7066 (hppa32_hpux_frame_base_before_sigtramp)
7067 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7068 (hppa64_hpux_frame_saved_pc_in_sigtramp)
7069 (hppa64_hpux_frame_base_before_sigtramp)
7070 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
7071 functions.
7072 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
7073 (hppa_hpux_sigtramp_frame_unwind_cache)
7074 (hppa_hpux_sigtramp_frame_this_id)
7075 (hppa_hpux_sigtramp_frame_prev_register)
7076 (hppa_hpux_sigtramp_frame_unwind)
7077 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
7078 (hppa_hpux_init_abi): Register sigtramp unwinder.
7079 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
7080
7081 2004-05-25 Randolph Chung <tausq@debian.org>
7082
7083 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
7084 and multiple stack unwinds.
7085 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
7086
7087 2004-05-25 Andrew Cagney <cagney@gnu.org>
7088
7089 * symfile.h (symbol_file_add_from_memory): Delete declaration.
7090 * symfile-mem.h: Delete file.
7091 * symfile-mem.c: Do not include "symfile-mem.h".
7092 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
7093 "struct bfd_section". When an error do not bother returning NULL.
7094 (add_symbol_file_from_memory_command): Use "struct bfd" and
7095 "struct bfd_section".
7096 * Makefile.in (symfile_mem_h): Delete.
7097 (symfile-mem.o): Update dependencies.
7098
7099 2004-05-25 Nick Roberts <nickrob@gnu.org>
7100
7101 * gdb-mi.el: New file.
7102
7103 2004-05-25 Andrew Cagney <cagney@gnu.org>
7104
7105 * inftarg.c: Include "observer.h".
7106 (child_attach, child_create_inferior): Notify inferior_created.
7107 * corelow.c: Include "observer.h".
7108 (core_open): Notify inferior_created.
7109 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
7110
7111 2004-05-25 Andrew Cagney <cagney@gnu.org>
7112
7113 * target.h (struct target_ops): Add from_tty to
7114 to_create_inferior.
7115 (target_create_inferior, find_default_create_inferior): Update.
7116 * infcmd.c (run_command): Update.
7117 * wince.c (child_create_inferior): Update.
7118 * win32-nat.c (child_create_inferior): Update.
7119 * uw-thread.c (uw_thread_create_inferior): Update.
7120 * thread-db.c (thread_db_create_inferior): Update.
7121 * target.c (debug_to_create_inferior)
7122 (find_default_create_inferior): Update.
7123 (maybe_kill_then_create_inferior): Update.
7124 * sol-thread.c (sol_thread_create_inferior): Update.
7125 * remote.c (extended_remote_async_create_inferior)
7126 (extended_remote_create_inferior): Update.
7127 * remote-vx.c (vx_create_inferior): Update.
7128 * remote-st.c (st2000_create_inferior): Update.
7129 * remote-sim.c (gdbsim_create_inferior): Update.
7130 * remote-sds.c (sds_create_inferior): Update.
7131 * remote-rdp.c (remote_rdp_create_inferior): Update.
7132 * remote-rdi.c (arm_rdi_create_inferior): Update.
7133 * remote-m32r-sdi.c (m32r_create_inferior): Update.
7134 * remote-e7000.c (e7000_create_inferior): Update.
7135 * procfs.c (procfs_create_inferior): Update.
7136 * ocd.c (ocd_create_inferior): Update.
7137 * ocd.h (ocd_create_inferior): Update.
7138 * nto-procfs.c (procfs_create_inferior): Update.
7139 * monitor.c (monitor_create_inferior): Update.
7140 * lin-lwp.c (lin_lwp_create_inferior): Update.
7141 * inftarg.c (child_create_inferior): Update.
7142 * hpux-thread.c (hpux_thread_create_inferior): Update.
7143 * gnu-nat.c (gnu_create_inferior): Update.
7144
7145 2004-05-25 Andrew Cagney <cagney@gnu.com>
7146
7147 * MAINTAINERS: Update e-mail address.
7148
7149 2004-05-24 Randolph Chung <tausq@debian.org>
7150
7151 * thread.c (info_threads_command, thread_apply_all_command)
7152 (thread_apply_command, thread_command, do_captured_thread_select):
7153 Remove HPUXHPPA-specific code.
7154
7155 2004-05-24 Randolph Chung <tausq@debian.org>
7156
7157 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
7158 unused symbols.
7159 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
7160 references.
7161
7162 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7163
7164 * infcmd.c (kill_if_already_running): New function, extracted
7165 from run_command().
7166 (run_command): Replace extracted code by call to
7167 kill_if_already_running().
7168 (start_command): New function.
7169 (_initialize_infcmd): Add "start" command.
7170
7171 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7172
7173 Add OpenBSD/m88k support.
7174 * NEWS (New native configurations): Mention OpenBSD/m88k.
7175 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
7176 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
7177 * Makefile.in (m88k_tdep_h): New variable.
7178 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
7179 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
7180 * configure.host: Add m88*-*-openbsd*.
7181 * configure.tgt: Add m88*-*-openbsd*.
7182
7183 2004-05-24 Jim Blandy <jimb@redhat.com>
7184
7185 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
7186 to approve changes.
7187
7188 2004-05-24 Kevin Buettner <kevinb@redhat.com>
7189
7190 * symtab.c (fixup_section): Search section table when lookup by
7191 name fails.
7192
7193 2004-05-24 Randolph Chung <tausq@debian.org>
7194
7195 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
7196 be "small_struct".
7197
7198 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7199
7200 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7201 register number in regcache_raw_collect call.
7202 (m68kbsd_collect_fpregset): Likewise.
7203 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7204
7205 * regset.h (struct regset): Add back `regset' member.
7206
7207 2004-05-23 Mark Kettenis <kettenis@gnu.org>
7208
7209 * configure.in: Check for td_pcb in `struct thread'.
7210 * configure, config.in: Regenerated.
7211
7212 * dpx2-nat.c: Remove file.
7213 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7214 (dpx2-nat.o): Remove dependencies.
7215
7216 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7217 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7218 (amd64obsd_supply_pcb): New function.
7219 (_initialize_amd64obsd_nat): Enable libkvm interface.
7220 * Makefile.in (amd64obsd-nat.o): Update dependencies.
7221 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7222 (LOADLIBES): New variable.
7223
7224 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7225 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7226 (sparc32nbsd_supply_pcb): New function.
7227 (_initialize_sparcnbsd_nat): Enable libkvm interface.
7228 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7229 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7230 (LOADLIBES): New variable.
7231
7232 2004-05-22 Mark Kettenis <kettenis@gnu.org>
7233
7234 * bsd-kvm.c, bsd-kvm.h: New files.
7235 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7236 "bsd-kvm.h".
7237 (i386fbsd_supply_pcb): New function.
7238 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7239 (i386fbsd-nat.o): Update dependencies.
7240 (bsd_kvm_h): New variable.
7241 (bsd-kvm.o): New dependency.
7242 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7243 (LOADLIBES): New variable.
7244
7245 * regset.c: Tweak comment.
7246 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
7247 macro.
7248 * regset.h: Update copyright year.
7249 (struct regset): Remove `descr' member, add `gdbarch' member.
7250 (regset_alloc): Adjust prototype and comment.
7251 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7252 (i386_supply_fpregset): Likewise.
7253 (i386_regset_from_core_section): Update call to regset_alloc.
7254 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7255 REGSET->arch.
7256 (i386obsd_aout_regset_from_core_section): Update call to
7257 regset_alloc.
7258 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7259 REGSET->arch.
7260 (i386nbsd_aout_regset_from_core_section): Update call to
7261 regset_alloc.
7262 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7263 REGSET->arch.
7264 (amd64_regset_from_core_section): Update call to regset_alloc.
7265 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7266 REGSET->arch.
7267 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7268 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7269 &sparc32nbsd_gregset in sparc32_supply_gregset call.
7270 (sparc32nbsd_init_abi): Update call to regset_alloc.
7271 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7272 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7273 (sparc64obsd_init_abi): Update call to regset_alloc.
7274 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7275 &sparc64nbsd_gregset in sparc64_supply_gregset call.
7276 (sparc64nbsd_init_abi): Update call to regset_alloc.
7277 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7278 &sparc64fbsd_gregset in sparc64_supply_gregset call.
7279 (sparc64fbsd_init_abi): Update call to regset_alloc.
7280
7281 2004-05-22 Jim Blandy <jimb@redhat.com>
7282
7283 * ppc-tdep.h (spe_register_p): New declaration.
7284 (struct gdbarch_tdep): New members: ppc_acc_regnum and
7285 ppc_spefscr_regnum.
7286 * rs6000-tdep.c (spe_register_p): New function.
7287 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7288 spefscr.
7289 (rs6000_gdbarch_init): Initialize the new members of the tdep
7290 structure.
7291
7292 2004-05-21 Jim Blandy <jimb@redhat.com>
7293
7294 * ppc-linux-nat.c (fetch_register): Move code back to be next
7295 to the comment that describes it. (Moved code, instead of
7296 comment, for symmetry with store_register.)
7297
7298 Allocate regset structures in the gdbarch's obstack, not using
7299 xmalloc.
7300 * regset.c (regset_alloc): Renamed from regset_xmalloc.
7301 Add 'arch' argument. Allocate the regset on arch's obstack, not
7302 using xmalloc.
7303 * regset.h (regset_alloc): Update declaration.
7304 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7305 gdbarch argument.
7306 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7307 * i386-tdep.c (i386_regset_from_core_section): Same.
7308 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7309 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7310 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7311 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7312 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7313 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7314
7315 2004-05-21 Joel Brobecker <brobecker@gnat.com>
7316
7317 * config/djgpp/fnchange.lst: Undo previous change, was useless.
7318
7319 2004-05-21 Jim Blandy <jimb@redhat.com>
7320
7321 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7322 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
7323
7324 2004-05-20 Jim Blandy <jimb@redhat.com>
7325
7326 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7327
7328 2004-05-20 Mark Kettenis <kettenis@gnu.org>
7329
7330 * regset.h: Make prototype const-correct.
7331 * regset.c (regset_xmalloc): Make const-correct.
7332
7333 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
7334
7335 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7336 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7337 (symbol_search_name): Declare.
7338
7339 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7340 (iter_name_next_hashed): Ditto.
7341 (iter_name_next_linear): Ditto.
7342 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7343
7344 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
7345 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7346 (symbol_search_name): New function.
7347
7348 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7349
7350 * minsyms.c (build_minimal_symbol_hash_tables): Change
7351 test for adding to demangled hash table to check for difference
7352 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7353
7354 2004-05-19 Jim Blandy <jimb@redhat.com>
7355
7356 Use a constructor function to create regset structures.
7357 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7358 (struct regset): Use supply_regset_ftype. Add new
7359 'collect_regset' member.
7360 (regset_xmalloc): New declaration.
7361 * regset.c: New file.
7362 * am64-tdep.c (amd64_regset_from_core_section): Use
7363 regset_xmalloc to construct regset structures.
7364 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7365 * i386-tdep.c (i386_regset_from_core_section): Same.
7366 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7367 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7368 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7369 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7370 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7371 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7372 * Makefile.in (COMMON_OBS): Add regset.o.
7373 (regset.o): New rule.
7374
7375 2004-05-19 Joel Brobecker <brobecker@gnat.com>
7376
7377 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7378 and pthread_cond_wait.c.
7379
7380 2004-05-18 Jim Blandy <jimb@redhat.com>
7381
7382 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7383 before the mach-specific switch, and then let the individual cases
7384 override the defaults, rather than leaving them uninitialized
7385 until the switch and then setting them in each case.
7386
7387 2004-05-18 Randolph Chung <tausq@debian.org>
7388
7389 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7390 millicode functions.
7391
7392 2004-05-18 Randolph Chung <tausq@debian.org>
7393
7394 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7395 references to dld_flags_buffer consistent.
7396
7397 2004-05-18 Randolph Chung <tausq@debian.org>
7398
7399 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7400 it for unwinding the stack.
7401
7402 2004-05-18 Randolph Chung <tausq@debian.org>
7403
7404 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7405 Undefine these so we can overide them using gdbarch.
7406
7407 2004-05-18 Randolph Chung <tausq@debian.org>
7408
7409 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7410 handling for 64-bit HPUX (elf).
7411
7412 2004-05-18 Daniel Jacobowitz <dan@debian.org>
7413
7414 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7415 constants.
7416 * amd64-tdep.c (amd64_skip_prologue): Likewise.
7417 * ia64-tdep.c (examine_prologue): Likewise.
7418 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7419 * v850-tdep.c (v850_fix_call_dummy): Likewise.
7420
7421 2004-05-18 Mark Kettenis <kettenis@gnu.org>
7422
7423 * vax-tdep.c (vax_return_value): Implement
7424 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7425
7426 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7427
7428 * vax-tdep.c (vax_return_value): Fix typo.
7429
7430 2004-05-17 Andrew Cagney <cagney@redhat.com>
7431
7432 * MAINTAINERS: Mark Salter was also responsible for
7433 testsuite/config/
7434
7435 * NEWS: Mention signal fixes.
7436
7437 2004-05-17 Randolph Chung <tausq@debian.org>
7438
7439 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7440 check to see if we are unwinding an export stub. Export stubs clobber
7441 the %rp in the call path and stores the original rp in a stack slot.
7442
7443 2004-05-17 Jim Blandy <jimb@redhat.com>
7444
7445 * MAINTAINERS: Update address for J.T. Conklin.
7446
7447 2004-05-17 Randolph Chung <tausq@debian.org>
7448
7449 * hppa-tdep.c: Remove superfluous #include's.
7450 * Makefile.in (hppa-tdep.o): Update dependencies.
7451
7452 2004-05-17 Randolph Chung <tausq@debian.org>
7453
7454 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7455 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7456 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7457 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7458 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7459 Remove static function declarations.
7460
7461 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7462
7463 * alphabsd-nat.c: Update copyright year.
7464 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7465
7466 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7467 and M68K_A2_REGNUM.
7468
7469 * m68k-tdep.c (m68k_svr4_return_value): Implement
7470 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7471
7472 2004-05-16 Mark Kettenis <kettenis@gnu.org>
7473
7474 * sol-thread.c Update copyright year. Fix various coding
7475 standards violations. Tweak a few comments.
7476 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7477 Delete prototypes.
7478
7479 2004-05-15 Randolph Chung <tausq@debian.org>
7480
7481 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7482 as pointer instead of array reference since HPUX compiler does
7483 not accept unsized array arguments.
7484 * somsolib.c (dld_flags_buffer): Use constant array size.
7485
7486 2004-05-15 Mark Kettenis <kettenis@gnu.org>
7487
7488 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7489 offset with decimal offset.
7490 (amd64obsd_sigcontext_addr): Return correct address for entire
7491 signal trampoline.
7492
7493 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7494 instead of get_frame_base.
7495
7496 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7497 (fill_gregset): Use regcache_raw_collect.
7498
7499 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7500 ppcobsd-tdep.c.
7501
7502 * config/sparc/tm-nbsd64.h: Remove file.
7503 * config/tm-sunos.h: Remove file.
7504
7505 2004-05-15 Joel Brobecker <brobecker@gnat.com>
7506
7507 * rs6000-tdep.c (store_param_on_stack_p): New function,
7508 an improved version of some code extracted from skip_prologue().
7509 (skip_prologue): Use store_param_on_stack_p() to detect
7510 instructions saving a parameter on the stack. Detect when r0
7511 is used to save a parameter.
7512 Do not mark "li rx, SIMM" instructions as part of the prologue,
7513 unless the following instruction is also part of the prologue.
7514
7515 2004-05-14 Andrew Cagney <cagney@redhat.com>
7516
7517 * infrun.c (handle_inferior_event): Simplify
7518 STEP_OVER_UNDEBUGGABLE.
7519
7520 * infrun.c (handle_step_into_function): Delete function.
7521 (handle_inferior_event): Inline calls to
7522 handle_step_into_function.
7523
7524 2004-05-14 Jerome Guitton <guitton@gnat.com>
7525
7526 * rs6000-nat.c: Fix a comment.
7527
7528 2004-05-12 David Anderson <davea@sgi.com>
7529
7530 Committed by Jim Blandy <jimb@redhat.com>:
7531 * regcache.c (struct regcache_descr): fix comment spelling.
7532
7533 2004-05-13 J. Brobecker <brobecker@gnat.com>
7534
7535 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7536 Fixes a link link failure.
7537
7538 2004-05-13 J. Brobecker <brobecker@gnat.com>
7539
7540 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7541 error that was causing the build to fail.
7542
7543 2004-05-13 J. Brobecker <brobecker@gnat.com>
7544
7545 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7546 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7547
7548 2004-05-13 Andrew Cagney <cagney@redhat.com>
7549
7550 * infrun.c (handle_inferior_event): Check for
7551 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7552 calls. Update comments.
7553
7554 2004-05-13 Jim Blandy <jimb@redhat.com>
7555
7556 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7557 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7558 (store_regs_user_thread, store_regs_kernel_thread): Use
7559 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7560 * ppc-linux-nat.c (fill_gregset): Same.
7561 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7562 (ppc_linux_sigtramp_cache): Same.
7563 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7564 (ppcnbsd_sigtramp_cache_init): Same.
7565 * rs6000-nat.c (fetch_core_registers): Same.
7566 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7567 (rs6000_frame_cache): Same.
7568
7569 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7570 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7571 of assuming that the gprs are numbered starting with zero.
7572 * ppc-linux-nat.c (fill_gregset): Same.
7573 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7574 * ppcnbsd-nat.c (getregs_supplies): Same.
7575 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7576 * rs6000-nat.c (fetch_core_registers): Same.
7577 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7578
7579 2004-05-07 Michael Snyder <msnyder@redhat.com>
7580
7581 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7582 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7583
7584 2004-05-13 Andrew Cagney <cagney@redhat.com>
7585
7586 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7587
7588 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7589
7590 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7591 base_address for shared libraries.
7592
7593 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7594
7595 * MAINTAINERS (write after approval): Add myself.
7596
7597 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7598
7599 * breakpoint.c (bpstat_stop_status): Add new argument
7600 STOPPED_BY_WATCHPOINT. Use it instead of testing
7601 target_stopped_data_address agaist 0 to check whether
7602 or not we stopped due to a hardware watchpoint.
7603 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7604 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7605 with new argument.
7606
7607 2004-05-12 Jim Blandy <jimb@redhat.com>
7608
7609 * configure.in: When checking whether we should use the -bbigtoc
7610 option, don't forget to restore the original value of LDFLAGS.
7611 * configure: Regenerated.
7612
7613 2004-05-12 Andrew Cagney <cagney@redhat.com>
7614
7615 * thread.c (load_infrun_state): Delete step_sp.
7616 * infrun.c (context_switch): Ditto.
7617 * inferior.h (step_sp): Ditto.
7618 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7619 * gdbthread.h (struct thread_info, save_infrun_state)
7620 (restore_infrun_state): Ditto.
7621
7622 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
7623
7624 * MAINTAINERS (write after approval): Add myself.
7625
7626 2004-05-12 Andrew Cagney <cagney@redhat.com>
7627
7628 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7629 eliminate reference to step_sp.
7630 (struct execution_control_state, init_execution_control_state)
7631 (handle_inferior_event, keep_going): Delete update_step_sp and
7632 step_sp.
7633 * infcmd.c (step_sp): Note that variable is unused.
7634
7635 2004-05-11 Andrew Cagney <cagney@redhat.com>
7636
7637 * infrun.c (step_over_function): Delete function.
7638 (handle_step_into_function): Use insert_step_resume_breakpoint.
7639 (insert_step_resume_breakpoint): Fix assertion.
7640
7641 2004-05-11 Nick Roberts <nickrob@gnu.org>
7642
7643 * utils.c (defaulted_query): Just use the normal query input type
7644 when printing the annotations.
7645
7646 2004-05-11 Andrew Cagney <cagney@redhat.com>
7647
7648 * infrun.c (handle_inferior_event): Simplify code handling
7649 step-into or return-from a signal trampoline.
7650
7651 2004-05-11 Andrew Cagney <cagney@redhat.com>
7652
7653 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7654 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7655
7656 2004-05-10 Jim Blandy <jimb@redhat.com>
7657
7658 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7659 with a call to internal_error.
7660
7661 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7662 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7663 processor variant lacks those registers.
7664 (ppc_floating_point_unit_p): Change description to make it clear
7665 that this returns info about the ISA, not the ABI.
7666 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7667 return true or false by checking tdep->ppc_fp0_regnum and
7668 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7669 arch/mach switching done in rs6000_gdbarch_init; it's better to
7670 keep that logic there, and just check the results here.
7671 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7672 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7673 floating-point registers.
7674 (ppc_supply_fpregset, ppc_collect_fpregset)
7675 (rs6000_push_dummy_call, rs6000_extract_return_value)
7676 (rs6000_store_return_value): Assert that we have floating-point
7677 registers.
7678 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7679 (rs6000_frame_cache): Don't note the locations at which
7680 floating-point registers were saved if we have no fprs.
7681 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7682 registers.
7683 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7684 (store_regs_user_thread, store_regs_kernel_thread): Only call
7685 supply_fprs / fill_fprs if we actually have floating-point
7686 registers.
7687 (special_register_p): Check ppc_fpscr_regnum before matching
7688 against it.
7689 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7690 supply / collect fpscr if we don't have it.
7691 * ppc-bdm.c: #include "gdb_assert.h".
7692 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7693 have floating-point registers, since I can't test this code on
7694 FP-free systems to adapt it.
7695 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7696 fpscr and floating point register numbers if they don't exist.
7697 (fetch_register): Assert that we have floating-point registers
7698 before we reach the code that handles them.
7699 (store_register): Same. And use tdep instead of calling
7700 gdbarch_tdep again.
7701 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7702 don't have them.
7703 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7704 fprs and fpscr if we don't have them.
7705 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7706 don't have them.
7707 * ppcnbsd-nat.c: #include "gdb_assert.h".
7708 (getfpregs_supplies): Assert that we have floating-point registers.
7709 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7710 * ppcobsd-tdep.c: #include "gdb_assert.h".
7711 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7712 have floating-point registers.
7713 * rs6000-nat.c (regmap): Don't match against the fpscr and
7714 floating point register numbers if they don't exist.
7715 (fetch_inferior_registers, store_inferior_registers,
7716 fetch_core_registers): Only fetch / store / supply the
7717 floating-point registers and the fpscr if we have them.
7718 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
7719 (ppcobsd-tdep.o): Update dependencies.
7720
7721 2004-05-10 Andrew Cagney <cagney@redhat.com>
7722
7723 * infrun.c (through_sigtramp_breakpoint): Delete variable.
7724 (context_switch): Do not switch through_sigtramp_breakpoint.
7725 * gdbthread.h (save_infrun_state, load_infrun_state)
7726 (struct thread_info): Delete through_sigtramp_breakpoint parameter
7727 and structure member.
7728 * thread.c (load_infrun_state, save_infrun_state): Update.
7729
7730 2004-05-10 Mark Kettenis <kettenis@gnu.org>
7731
7732 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
7733
7734 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7735
7736 * acinclude.m4: Quote macro names being defined by AC_DEFUN
7737 throughout.
7738 * aclocal.m4: Regenerate.
7739
7740 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
7741
7742 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
7743
7744 2004-05-10 Andrew Cagney <cagney@redhat.com>
7745
7746 * infrun.c (check_sigtramp2): Delete function.
7747 (handle_inferior_event): When single stepping, and taking a
7748 signal, set a breakpoint at the signal return address. Delete
7749 redundant calls to check_sigtramp2.
7750 (insert_step_resume_breakpoint): New function.
7751 (through_sigtramp_breakpoint, handle_inferior_event)
7752 (follow_exec, wait_for_inferior, fetch_inferior_event)
7753 (currently_stepping, keep_going): Delete most uses of
7754 through_sigtramp_breakpoint, not that it should be deleted.
7755 (delete_breakpoint_current_contents): Delete function.
7756
7757 2004-05-10 Randolph Chung <tausq@debian.org>
7758
7759 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
7760 target.
7761 * config/pa/tm-linux.h: New file.
7762
7763 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
7764
7765 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
7766 of prefixes. Don't print the prefix twice in the CLI.
7767
7768 2004-05-10 Jim Blandy <jimb@redhat.com>
7769
7770 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
7771 collect all the gprs.
7772
7773 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
7774 loop collecting gprs.
7775
7776 2004-05-09 Andrew Cagney <cagney@redhat.com>
7777
7778 * remote-vx.c (net_step): Delete step-range code.
7779 * remote.c (remote_resume, init_all_packet_configs)
7780 (set_remote_protocol_E_packet_cmd)
7781 (show_remote_protocol_E_packet_cmd)
7782 (remote_protocol_E, show_remote_cmd, _initialize_remote)
7783 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
7784 (show_remote_protocol_e_packet_cmd): Ditto.
7785
7786 2004-05-09 Mark Kettenis <kettenis@gnu.org>
7787
7788 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
7789
7790 * hppa-tdep.h: Update copyright year.
7791 (struct trad_frame_saved_reg): Add opaque declaration.
7792
7793 * amd64-tdep.c (amd64_return_value): Implement
7794 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7795
7796 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
7797 (m68k_value_to_register): New functions.
7798 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
7799 value_to_register.
7800
7801 * defs.h (enum return_value_convention): Add
7802 RETURN_VALUE_ABI_RETURNS_ADDRESS and
7803 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7804 * infcmd.c (legacy_return_value): New function.
7805 (print_return_value): Rwerite to implement
7806 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7807 * values.c (using_struct_return): Check for inequality to
7808 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
7809 RETURN_VALUE_STRUCT_CONVENTION.
7810 * i386-tdep.c (i386_return_value): Implement
7811 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7812
7813 * vax-tdep.c: Tweak comments. Reorder include files. Don't
7814 include "symtab.h", "opcode/vax.h" and "inferior.h".
7815 (vax_skip_prologue): Replace calls to read_memory_integer by calls
7816 to read_memory_unsigned_integer.
7817 (vax_gdbarch_init): Reorder.
7818 (_initialize_vax_tdep): Spell out prototype.
7819 * Makefile.in (vax-tdep.o): Update dependencies.
7820
7821 2004-05-08 Andrew Cagney <cagney@redhat.com>
7822
7823 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
7824 * target.c (target_detach, target_disconnect): Ditto.
7825
7826 * infcall.c (call_function_by_hand): When no
7827 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
7828 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
7829 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
7830 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7831 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7832
7833 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
7834 * gdbarch.h, gdbarch.c: Re-generate.
7835 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7836 deprecated_fix_call_dummy.
7837 * v850-tdep.c (v850_gdbarch_init): Ditto.
7838 * infcall.c (call_function_by_hand): Do not call
7839 DEPRECATED_FIX_CALL_DUMMY.
7840
7841 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
7842 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
7843 * gdbarch.h, gdbarch.c: Re-generate.
7844 * arm-linux-tdep.c (arm_linux_call_dummy_words)
7845 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
7846 deprecated_sizeof_call_dummy_words.
7847 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
7848 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
7849 * v850-tdep.c (v850_gdbarch_init): Ditto.
7850 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7851 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
7852 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7853 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7854 * arch-utils.h (legacy_call_dummy_words)
7855 (legacy_sizeof_call_dummy_words): Delete declarations.
7856 * arch-utils.c (legacy_call_dummy_words)
7857 (legacy_sizeof_call_dummy_words): Delete variables.
7858
7859 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
7860 * gdbarch.h, gdbarch.c: Re-generate.
7861 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
7862 * infcall.c (call_function_by_hand): Eliminate call to
7863 DEPRECATED_PUSH_DUMMY_FRAME.
7864 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7865 push_dummy_frame.
7866 (ns32k_push_dummy_frame): Delete function.
7867
7868 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7869 deprecated_call_dummy_breakpoint_offset or
7870 deprecated_call_dummy_start_offset.
7871 * dummy-frame.c, arm-tdep.c: Update comments.
7872 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
7873 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
7874 * gdbarch.h, gdbarch.c: Re-generate.
7875
7876 * infcall.c (legacy_push_dummy_code): Delete function.
7877 (push_dummy_code): Delete call.
7878
7879 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
7880 * gdbarch.h, gdbarch.c: Re-generate.
7881 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
7882 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
7883 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
7884 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
7885
7886 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
7887 (struct frame_info): Delete opaque declaration.
7888 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
7889 * frame.c (get_frame_type): Delete call.
7890
7891 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7892 pc_in_call_dummy.
7893 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
7894 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
7895
7896 2004-05-08 Mark Kettenis <kettenis@gnu.org>
7897
7898 * alphanbsd-tdep.c: Include "gdb_string.h".
7899 * armnbsd-tdep.c: Update copyright year.
7900 Include "gdb_string.h".
7901 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
7902 dependencies.
7903
7904 * delta68-nat.c: Remove file.
7905 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
7906 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
7907 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
7908 (delta68-nat.o): Remove dependency.
7909
7910 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
7911 function.
7912 (m68k_gdbarch_init): Don't set
7913 deprecated_frameless_function_invocation.
7914
7915 2004-05-07 Randolph Chung <tausq@debian.org>
7916
7917 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
7918 read_memory_nobpt for code reading when doing frame unwinding.
7919 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
7920
7921 2004-05-07 Randolph Chung <tausq@debian.org>
7922
7923 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
7924 instead of sp, handle sigaltstack case.
7925 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
7926 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
7927 signal handler and not that of the caller.
7928 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
7929 hppa_linux_sigtramp_find_sigcontext.
7930
7931 2004-05-07 Randolph Chung <tausq@debian.org>
7932
7933 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
7934 hppa-linux-nat.c.
7935 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
7936 * hppa-linux-nat.c (fetch_register, store_register): Define.
7937 (fetch_inferior_registers, store_inferior_registers): Define.
7938 (supply_gregset): Add comment and clean up some unneeded code.
7939 (fill_gregset): Add comment and fix so that it saves registers in
7940 the right place in the gregset.
7941 (fill_fpregset): Fix buffer overrun problem.
7942 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
7943
7944 2004-05-07 Randolph Chung <tausq@debian.org>
7945
7946 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
7947 do common handling of the pcoqt register.
7948 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
7949 to use helper function.
7950 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
7951 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
7952 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
7953 generic fallback unwinder when all else fails.
7954 (hppa_gdbarch_init): Add fallback sniffer.
7955 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
7956 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
7957 to use helper function.
7958
7959 2004-05-08 Joel Brobecker <brobecker@gnat.com>
7960
7961 * config/djgpp/fnchange.lst: Add translation rules for
7962 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
7963
7964 2004-05-08 Mark Kettenis <kettenis@gnu.org>
7965
7966 * frame.c (get_prev_frame_1): Work around GCC bug.
7967 * frame.h: Add comment about GCC bug.
7968
7969 2004-05-07 Andrew Cagney <cagney@redhat.com>
7970
7971 * observer.c: Include "commands.h" and "gdbcmd.h".
7972 (observer_debug, _initialize_observer): Add the
7973 command "set/show debug observer".
7974 * observer.sh: When observer debugging, log notify calls.
7975 * Makefile.in (observer.o): Update dependencies.
7976
7977 2004-05-07 Jason Molenda (jmolenda@apple.com)
7978
7979 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
7980
7981 2004-05-07 Jim Blandy <jimb@redhat.com>
7982
7983 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
7984 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
7985 to recognize gpr regnums, instead of assuming that
7986 tdep->ppc_fp0_regnum marks the end of the general-purpose
7987 registers.
7988
7989 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
7990 the given architecture has floating-point registers.
7991
7992 2004-05-07 Andrew Cagney <cagney@redhat.com>
7993
7994 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
7995 macro defined to 1.
7996 * gdbarch.h, gdbarch.c: Re-generate.
7997 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7998 deprecated_use_generic_dummy_frames.
7999
8000 2004-05-07 Brian Ford <ford@vss.fsi.com>
8001
8002 * NEWS: Mention Cygwin DWARF 2 support.
8003
8004 2004-05-07 Andrew Cagney <cagney@redhat.com>
8005
8006 * objfiles.h (struct entry_info): Delete unused fields
8007 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
8008 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
8009 * mipsread.c (mipscoff_symfile_read): Update.
8010 * mdebugread.c (parse_partial_symbols): Update.
8011 * dwarfread.c (read_file_scope): Update.
8012 * dwarf2read.c (read_file_scope): Update.
8013 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
8014 * coffread.c (complete_symtab): Update.
8015
8016 2004-05-07 Mark Kettenis <kettenis@gnu.org>
8017
8018 * infcall.c (_initialize_infcall): Fix typo.
8019
8020 2004-05-07 Andrew Cagney <cagney@redhat.com>
8021
8022 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
8023 * command.h (add_setshow_zinteger_cmd): Declare.
8024
8025 2004-05-06 Randolph Chung <tausq@debian.org>
8026
8027 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
8028 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
8029 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
8030 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
8031 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
8032 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
8033 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
8034 definitions ...
8035 * hppa-tdep.h: ... to here, with HPPA_ prefix.
8036 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
8037 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
8038 (hppa64_hpux_frame_find_saved_regs_in_sig)
8039 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
8040 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
8041 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
8042 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
8043 (hppa_linux_sigtramp_frame_prev_register): Likewise.
8044 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
8045 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
8046 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
8047 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
8048 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
8049 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
8050 (hppa32_register_type, hppa_cannot_store_register)
8051 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
8052 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
8053 * hpread.c (hpread_process_one_debug_symbol): Likewise.
8054 * pa64solib.c (pa64_solib_have_load_event)
8055 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
8056 (pa64_solib_unloaded_library_pathname): Likewise.
8057 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
8058 (som_solib_library_pathname): Likewise.
8059
8060 2004-05-05 Jim Ingham <jingham@apple.com>
8061
8062 * breakpoint.c (create_breakpoints): Copy the ignore count and
8063 thread id over from the pended breakpoint to the actual
8064 breakpoint.
8065
8066 2004-05-05 Andrew Cagney <cagney@redhat.com>
8067
8068 * gdbarch.sh (PARM_BOUNDARY): Delete.
8069 gdbarch.h, gdbarch.c: Re-generate.
8070 * valops.c (PARM_BOUNDARY): Delete macro.
8071 (value_push): Delete PARM_BOUNDARY code.
8072 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
8073
8074 2004-05-04 Jim Blandy <jimb@redhat.com>
8075
8076 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
8077 Don't assume that the gprs, fprs, and UISA sprs are
8078 contiguous, start at register number zero, and end with fpscr.
8079 Instead, use the numbers from the tdep structure.
8080
8081 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
8082 should no longer be used in code specific to the RS6000 and its
8083 derivatives.
8084 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
8085 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
8086 tdep->ppc_fp0_regnum.
8087 (ppc_supply_fpregset, ppc_collect_fpregset)
8088 (rs6000_push_dummy_call, rs6000_extract_return_value)
8089 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
8090 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
8091 FP0_REGNUM.
8092 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
8093 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
8094 Same.
8095 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
8096 bdm_ppc_store_registers): Same.
8097 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
8098 (store_register, fill_fpregset): Same.
8099 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
8100 (ppc_linux_supply_fpregset): Same.
8101 * ppcnbsd-nat.c (getfpregs_supplies): Same.
8102 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
8103 Same.
8104 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
8105 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
8106 ppc64_sysv_abi_return_value): Same.
8107 * rs6000-nat.c (regmap, fetch_inferior_registers)
8108 (store_inferior_registers, fetch_core_registers): Same.
8109
8110 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8111
8112 * m68knbsd-nat.c: Remove file.
8113 * m68knbsd-tdep.c: Remove file.
8114 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
8115 dependencies.
8116 * configure.host: Add m68k-*-netbsdelf*.
8117 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
8118 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
8119 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
8120 (XM_FILE): Remove.
8121 * config/m68k/nbsdelf.mh: New file.
8122 * config/m68k/nbsd.mt: New file.
8123 * config/m68k/nbsdaout.mt: Remove file.
8124 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
8125 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
8126 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
8127 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
8128 (use_struct_convention): Remove prototype.
8129 (USE_STRUCT_CONVENTION): Remove define.
8130 * config/m68k/xm-nbsd.h: Remove file.
8131
8132 2004-05-04 Michael Snyder <msnyder@redhat.com>
8133
8134 * m68k-tdep.c (m68k_gdbarch_init): Default to using
8135 reg_struct_return method (as gcc usually does for cross targets).
8136
8137 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8138
8139 Committed by Andrew Cagney.
8140 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
8141 alignment padding when accessing ucontext struct members.
8142
8143 2004-05-04 Jim Blandy <jimb@redhat.com>
8144
8145 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
8146 'ppc_gplast_regnum' member.
8147 (ppc_num_gprs): New enum constant.
8148 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
8149 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
8150 * rs6000-nat.c (regmap, fetch_inferior_registers,
8151 store_inferior_registers): Same.
8152 * rs6000-tdep.c (e500_pseudo_register_read)
8153 (e500_pseudo_register_write): Same.
8154 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
8155
8156 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
8157 * ppc-tdep.h (ppc_num_fprs): New enum constant.
8158 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
8159 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
8160 FPLAST_REGNUM.
8161 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8162 Same.
8163 * ppc-linux-nat.c (ppc_register_u_addr): Same.
8164 * rs6000-nat.c (regmap, fetch_inferior_registers)
8165 (store_inferior_registers): Same.
8166
8167 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
8168 with FPLAST_REGNUM.
8169
8170 2004-05-03 Joel Brobecker <brobecker@gnat.com>
8171
8172 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
8173 failure detected by recent versions of GCC.
8174 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
8175 to be consistent with the usage in dwarf2_create_include_psymtab.
8176
8177 2004-05-03 Michael Snyder <msnyder@redhat.com>
8178
8179 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
8180 (heuristic_proc_start): Whitespace cleanup.
8181
8182 2004-05-04 Mark Kettenis <kettenis@gnu.org>
8183
8184 * sun3-nat.c: Remove file.
8185 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
8186 dependencies.
8187 (ALLDEPFILES): Remove sun3-nat.c.
8188 (sun3-nat.o): Remove dependencies.
8189
8190 * i386-interix-nat.c, i386-interix-tdep.c,
8191 config/i386/nm-interix.h, config/i386/interix.mh,
8192 config/i386/interix.mt: Remove files.
8193 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8194 dependencies.
8195
8196 2004-05-03 Mark Kettenis <kettenis@gnu.org>
8197
8198 * m68k-tdep.h (struct gdbarch_tdep): Add member
8199 struct_value_regnum.
8200 (m68k_svr4_init_abi): New prototype.
8201 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
8202 different calling conventions.
8203 (m68k_extract_return_value): Remove code dealing with single-field
8204 structs.
8205 (m68k_store_return_value): Remove code dealing with single-field
8206 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
8207 (m68k_extract_struct_value_address): Remove function.
8208 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8209 (m68k_reg_struct_return_p, m68k_return_value)
8210 (m68k_svr4_return_value): New functions.
8211 (m68k_use_struct_convention): Remove function.
8212 (m68k_push_dummy_call): Use new struct_value_regnum member of
8213 `struct gdbarch_tdep' instead of hardcoded register number to
8214 store STRUCT_ADDR.
8215 (m68k_svr4_init_abi): New function.
8216 (m68k_gdbarch_init): Don't set extract_return_value,
8217 store_return_values, deprecated_extract_struct_value_address and
8218 use_struct_convention. Set return_value instead. Initialize new
8219 struct_value_regnum member of `struct gdbarch_tdep'.
8220 * m68klinux-tdep.c: Update copyright year.
8221 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8222 (m68k_linux_extract_struct_value_address): Remove function.
8223 (m68k_linux_init_abi): Don't set extract_return_value,
8224 store_return_values, deprecated_extract_struct_value_address and
8225 use_struct_convention. Call m68k_svr4_init_abi but override the
8226 new struct_value_regnum member of `struct gdbarch_tdep'.
8227 * Makefile.in (m68k-tdep.o): Update dependencies.
8228
8229 2004-05-03 J. Brobecker <brobecker@gnat.com>
8230
8231 * dwarf2read.c (line_header): Add new included_p field in
8232 field file_names.
8233 (partial_die_info): New field has_stmt_list. New field line_offset.
8234 (dwarf2_create_include_psymtab): New function.
8235 (dwarf2_build_include_psymtabs): New function.
8236 (add_file_name): Add forward declaration. Initialize new field.
8237 (dwarf_decode_lines): Add new parameter. Enhance this procedure
8238 to be able to determine the list of files included by the
8239 given unit, and build their associated psymtabs.
8240 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8241 files as well.
8242 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8243 (read_file_scope): Update call to dwarf_decode_lines.
8244 (read_partial_die): Handle DW_AT_stmt_list attributes.
8245
8246 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
8247
8248 Unfix PR gdb/1626.
8249 * configure.in: Revert special case for osf5.*.
8250 * configure: Regenerate.
8251
8252 2004-05-02 Jim Blandy <jimb@redhat.com>
8253
8254 Move the symbol-file-from-memory functions into their own file.
8255 * symfile-mem.c, symfile-mem.h: New files.
8256 * symfile.c (symbol_file_add_from_bfd): New function.
8257 (symbol_file_add): Call symbol_file_add_from_bfd.
8258 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8259 Moved to symfile-mem.c.
8260 (_initialize_symfile): Move definition of
8261 add-symbol-file-from-memory command to symfile-mem.c.
8262 * symfile.h (symbol_file_add_from_bfd): New declaration.
8263 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8264 * config/powerpc/linux.mt (TDEPFILES): Same.
8265 * Makefile.in (SFILES): Add symfile-mem.c.
8266 (symfile_mem_h): New variable.
8267 (HFILES_NO_SRCDIR): Add symfile-mem.h.
8268 (symfile-mem.o): New rule.
8269
8270 2004-05-01 Andrew Cagney <cagney@redhat.com>
8271
8272 * breakpoint.c (insert_bp_location): Use get_frame_id, and
8273 frame_find_by_id instead of frame_relative_level.
8274 (do_enable_breakpoint): Ditto.
8275 * thread.c: Update copyright.
8276 (info_threads_command): Ditto, simplify.
8277
8278 * frame.c (deprecated_generic_get_saved_register): Delete
8279 function, moved to "xstormy16-tdep.c".
8280 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8281 deprecated_generic_get_saved_register from "frame.c".
8282 (xstormy16_frame_saved_register): Call
8283 xstormy16_get_saved_register.
8284 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8285 static.
8286 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8287 * frame.h (deprecated_generic_get_saved_register): Delete.
8288
8289 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
8290
8291 * dwarfread.c: Update documentation on the state of dwarf-1.
8292
8293 2004-05-01 Andrew Cagney <cagney@redhat.com>
8294
8295 * stack.c (select_frame_command): Delete call to
8296 frame_relative_level.
8297 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8298 Delete #if0 code.
8299 (frame_info): Do not print FRAMELESS.
8300 (print_block_frame_labels): Replace DEPRECATED_STREQ.
8301 (catch_info): Delete #if0 code.
8302
8303 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8304 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8305 of frame_relative_level.
8306 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8307 to SENTINEL_FRAME.
8308 * frame.h (enum frame_type): Add SENTINEL_FRAME.
8309 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8310 frame_relative_level.
8311
8312 * frame.h (deprecated_set_frame_type): Delete declaration.
8313 * frame.c (deprecated_set_frame_type): Delete function, update
8314 comments.
8315
8316 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8317 * gdbarch.h, gdbarch.c: Re-generate.
8318 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8319 (shnbsd_pc_in_sigtramp): Delete.
8320 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8321 pc_in_sigtramp.
8322 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8323 pc_in_sigtramp.
8324 * frame.h: Update comments.
8325 * ppc-linux-tdep.c: Update comments.
8326 * breakpoint.c (bpstat_what): Update comments.
8327
8328 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8329 m68klinux-tdep.o's dependencies, were previously added to
8330 m68klinux-nat.o.
8331
8332 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8333 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8334 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8335 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8336 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8337
8338 * Makefile.in (m68klinux-nat.o): Update dependencies.
8339 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8340 (m68k_linux_sigtramp_frame_cache)
8341 (m68k_linux_sigtramp_frame_this_id)
8342 (m68k_linux_sigtramp_frame_prev_register)
8343 (m68k_linux_sigtramp_frame_unwind)
8344 (m68k_linux_sigtramp_frame_sniffer)
8345 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8346 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8347 names, use trad-frame.h.
8348 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8349 (struct m68k_sigtramp_info): Delete.
8350 * m68k-tdep.c (m68k_sigtramp_frame_cache)
8351 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8352 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8353 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8354 "m68klinux-tdep.c".
8355
8356 * infrun.c (check_sigtramp2): Delete check for
8357 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8358
8359 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8360
8361 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8362
8363 2004-05-01 Andrew Cagney <cagney@redhat.com>
8364
8365 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8366 (frv_linux_sigtramp_frame_cache)
8367 (frv_linux_sigtramp_frame_this_id)
8368 (frv_linux_sigtramp_frame_prev_register)
8369 (frv_linux_sigtramp_frame_unwind)
8370 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8371 include "linux" in function and variable names, directly call
8372 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8373 the latest trad-frame code.
8374 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8375 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8376 * Makefile.in (frv-linux-tdep.o): Update dependencies.
8377 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8378 * frv-tdep.c (frv_sigtramp_frame_cache)
8379 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8380 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8381 frv-linux-tdep.c.
8382 (frv_gdbarch_init): Do not append a sigtramp sniffer.
8383 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8384 (frv_set_sigcontext_reg_addr): Delete function.
8385
8386 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8387 (DEPRECATED_SIGTRAMP_END): Delete.
8388 * gdbarch.h, gdbarch.c: Re-generate.
8389 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8390 * config/vax/tm-vaxbsd.h: Update copyright.
8391 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8392 (DEPRECATED_IN_SIGTRAMP): Define.
8393 * config/m68k/tm-nbsd.h: Update copyright.
8394 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8395 (DEPRECATED_IN_SIGTRAMP): Define.
8396
8397 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8398
8399 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8400 encondings. Fixes PR gdb/1628.
8401
8402 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8403 DW_CFA_restore state without a matching DW_CFA_remember_state
8404 instead of aborting. Fixes PR backtrace/1589.
8405
8406 2004-04-30 Joel Brobecker <brobecker@gnat.com>
8407
8408 * MAINTAINERS: Add self as AIX maintainer.
8409 Update my e-mail address in write-after-approval section.
8410
8411 2004-04-30 Andrew Cagney <cagney@redhat.com>
8412
8413 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8414 (legacy_get_prev_frame): Ditto.
8415
8416 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8417 (mips_gdbarch_init): Do not set pc_in_sigtramp.
8418 * mipsread.c (sigtramp_address): Delete extern variable.
8419 (mipscoff_new_init): Delete reference.
8420 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8421 (fixup_sigtramp): Delete function.
8422 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8423 (fixup_sigtramp): Delete declarations.
8424
8425 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8426 deprecated_pc_in_sigtramp.
8427 (ppcnbsd_pc_in_sigtramp): Delete function.
8428
8429 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8430
8431 * config/m68k/nm-nbsd.h: Tweak comments.
8432 * config/m68k/nm-nbsdaout.h: Likewise.
8433
8434 2004-04-30 Andrew Cagney <cagney@redhat.com>
8435
8436 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8437 legacy_pc_in_sigtramp.
8438 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8439
8440 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8441
8442 Add OpenBSD/m68k support.
8443 * NEWS (New native configurations): Mention OpenBSD/m68k.
8444 * m68kbsd-tdep.c: New file.
8445 * m68kbsd-nat.c: New file.
8446 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8447 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8448 * configure.host: Add m68k-*-openbsd.
8449 * configure.tgt: Add m68k-*-openbsd.
8450 * config/m68k/tm-obsd.h: New file.
8451 * config/m68k/obsd.mt: New file.
8452 * config/m68k/obsd.mh: New file.
8453 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8454 m68kbsd-tdep.c.
8455
8456 2004-04-30 Andrew Cagney <cagney@redhat.com>
8457
8458 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8459 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8460
8461 2004-04-30 Mark Kettenis <kettenis@gnu.org>
8462
8463 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8464 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8465
8466 2004-04-30 Brian Ford <ford@vss.fsi.com>
8467
8468 Revert 2004-04-16 change.
8469 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8470 (i386_coff_init_abi): Remove.
8471 * i386-tdep.h (i386_coff_init_abi): Remove.
8472 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8473
8474 2004-04-30 Andrew Cagney <cagney@redhat.com>
8475
8476 * blockframe.c (find_pc_partial_function): Delete use of
8477 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8478 DEPRECATED_SIGTRAMP_END.
8479
8480 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8481 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8482 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8483 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8484 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8485
8486 * defs.h (deprecated_inside_entry_file): Delete declaration.
8487 * blockframe.c (deprecated_inside_entry_file): Delete function.
8488 (legacy_frame_chain_valid): Delete call.
8489 * sh64-tdep.c (sh64_frame_chain): Delete call.
8490 * objfiles.h: Update comments.
8491 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8492 call.
8493 * frame.c (get_prev_frame): Delete call, update comments.
8494
8495 2004-04-30 Brian Ford <ford@vss.fsi.com>
8496
8497 * MAINTAINERS (Write After Approval): Add myself.
8498
8499 2004-04-30 Andrew Cagney <cagney@redhat.com>
8500
8501 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8502 * gdbarch.h, gdbarch.c: Re-generate.
8503 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8504 code.
8505
8506 2004-04-30 Andrew Cagney <cagney@redhat.com>
8507
8508 * gdb-events.sh (selected_thread_changed)
8509 (selected_frame_level_changed, target_changed): Delete.
8510 * gdb-events.h, gdb-events.c: Re-generate.
8511 * valops.c (value_assign): Update.
8512 * stack.c (select_frame_command, up_silently_base)
8513 (down_silently_base): Update.
8514
8515 2004-04-29 Andrew Cagney <cagney@redhat.com>
8516
8517 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8518 registers correctly.
8519 (print_gp_register_row, mips32_heuristic_proc_desc)
8520 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8521 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8522 references to mips_isa_regsize.
8523
8524 2004-04-29 Andrew Cagney <cagney@redhat.com>
8525
8526 * mips-tdep.c (struct gdbarch_tdep): Delete
8527 mips_fp_register_double.
8528 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8529 mips_abi_regsize.
8530 (mips_gdbarch_init): Do not set mips_fp_register_double.
8531 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8532
8533 2004-04-29 Joel Brobecker <brobecker@gnat.com>
8534
8535 Committed by Andrew Cagney.
8536 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8537 function calls.
8538
8539 2004-04-29 Andrew Cagney <cagney@redhat.com>
8540
8541 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8542 gdbarch, use mips_abi, update callers.
8543 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8544 mips_abi_regsize, update callers.
8545 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8546 mips_default_abi_regsize.
8547 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8548 mips_default_abi_regsize.
8549
8550 2004-04-29 Andrew Cagney <cagney@redhat.com>
8551
8552 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8553 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8554 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8555 mips_default_abi_regsize.
8556 (mips_isa_regsize): Rename mips_regisze.
8557 * mipsnbsd-tdep.c: Update.
8558 * mips-linux-tdep.c: Update.
8559 * irix5-nat.c: Update.
8560 * mips-tdep.h (mips_isa_regsize): Update.
8561
8562 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8563 Delete all disabled code.
8564 * gdb-events.h, gdb-events.c: Re-generate.
8565
8566 2004-04-19 Jerome Guitton <guitton@gnat.com>
8567 Mark Kettenis <kettenis@gnu.org>
8568
8569 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8570 the function begins with a branch instruction.
8571
8572 2004-04-29 Mark Kettenis <kettenis@gnu.org>
8573
8574 * i386-tdep.c: Fix spelling mistakes.
8575
8576 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8577 Andrew Cagney <cagney@redhat.com>
8578
8579 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8580 <sys/proc.h>.
8581 * acconfig.h: Provide default _KMEMUSER value.
8582 * config.in, configure: Re-generate.
8583 * NEWS: Mention fix.
8584
8585 2004-04-24 Randolph Chung <tausq@debian.org>
8586
8587 * configure.host (hppa*-*-linux*): New target.
8588 * configure.tgt (hppa*-*-linux*): Likewise.
8589 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8590 gdbarch_init_osabi() call earlier so that osabi-specific frame
8591 unwinders can be registered first.
8592 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8593 hppa-linux-nat.c.
8594 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8595 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8596 * config/pa/linux.mh: New file.
8597 * config/pa/linux.mt: New file.
8598 * config/pa/nm-linux.h: New file.
8599 * config/pa/xm-linux.h: New file.
8600 * hppa-linux-nat.c: New file.
8601 * hppa-linux-tdep.c: New file.
8602
8603 2004-04-28 Randolph Chung <tausq@debian.org>
8604
8605 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8606 return values.
8607 (hppa32_push_dummy_call): Fix small struct and floating point argument
8608 passing, and make sure the stack frame is properly aligned.
8609
8610 2004-04-28 Andrew Cagney <cagney@redhat.com>
8611
8612 * stack.c (print_stack_frame): Fix description.
8613
8614 * NEWS: Mention gdb/gdbserver/configure execute permission
8615 changed. PR server/519.
8616
8617 2004-04-28 Andrew Cagney <cagney@redhat.com>
8618
8619 * stack.c (print_stack_frame_stub): Delete declaration.
8620 (struct print_stack_frame_args, print_stack_frame)
8621 (print_frame_info, print_frame): Replace "source" with print what.
8622 Replace "print" with "print_level". Replace "args" with
8623 "print_args".
8624 * frame.h (show_and_print_stack_frame, print_stack_frame)
8625 (print_frame_info): Update declarations.
8626 * stack.c (select_and_print_frame, frame_command)
8627 (current_frame_command, up_command, down_command): Update calls -
8628 use get_selected_frame, pass "enum print_what" for source, do not
8629 call frame_relative_level.
8630 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8631 * remote-rdp.c (remote_rdp_open): Ditto.
8632 * remote-mips.c (common_open): Ditto.
8633 * remote-e7000.c (e7000_start_remote): Ditto.
8634 * ocd.c (ocd_start_remote): Ditto.
8635 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8636 * infrun.c (normal_stop): Ditto.
8637 * inflow.c (kill_command): Ditto.
8638 * infcmd.c (finish_command): Ditto.
8639 * corelow.c (core_open): Ditto.
8640 * tracepoint.c (finish_tfind_command): Ditto.
8641 * thread.c (info_threads_command, info_threads_command)
8642 (restore_current_thread, do_captured_thread_select): Ditto.
8643 * ada-tasks.c (task_command): Ditto.
8644
8645 2004-04-26 Orjan Friberg <orjanf@axis.com>
8646
8647 * frame.c: Include "observer.h".
8648 (frame_observer_target_changed): New function.
8649 (_initialize_frame): Attach target_changed observer.
8650 * regcache.c: Include "observer.h".
8651 (regcache_observer_target_changed): New function.
8652 (_initialize_regcache): Attach target_changed observer.
8653 * valops.c: Include "observer.h".
8654 (value_assign): Notify target_changed event when modifying register.
8655 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8656
8657 2004-04-26 Orjan Friberg <orjanf@axis.com>
8658
8659 From Paul Koning <pkoning@equallogic.com>:
8660 * breakpoint.c (free_valchain): New function.
8661 (insert_bp_location, delete_breakpoint): Use free_valchain.
8662 (remove_breakpoint): Do not remove the valchain.
8663 (bpstat_stop_status): If not stopped by watchpoint, skip
8664 watchpoints when generating stop status list.
8665 * infrun.c (handle_inferior_event): Make
8666 stepped_after_stopped_by_watchpoint a global variable.
8667 * remote.c (remote_stopped_data_address): Return watch data
8668 address rather than zero if stepped_after_stopped_by_watchpoint is
8669 set.
8670
8671 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8672
8673 Fix PR gdb/1626.
8674 * configure.in: Check for curses after termcap.
8675 On osf5.*, do not check for ncurses.
8676 * configure: Regenerate.
8677
8678 2004-04-25 Mark Kettenis <kettenis@gnu.org>
8679
8680 * ppcobsd-nat.c: Include "ppc-tdep.h".
8681 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8682
8683 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8684 Fixes PR tdep/1623 and PR tdep/1624.
8685
8686 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
8687
8688 * xmodem.h, xmodem.c: Remove files.
8689 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8690
8691 2004-04-23 Randolph Chung <tausq@debian.org>
8692
8693 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8694 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8695 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8696 for handling stackless frames.
8697 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8698
8699 2004-04-23 Randolph Chung <tausq@debian.org>
8700
8701 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8702 starts at a pc before the frame is created.
8703
8704 2004-04-23 Joel Brobecker <brobecker@gnat.com>
8705
8706 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8707
8708 2004-04-23 Jerome Guitton <guitton@gnat.com>
8709
8710 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8711 use convert_typed_floating to get the appropriate format.
8712
8713 2004-04-22 Randolph Chung <tausq@debian.org>
8714
8715 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
8716 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
8717 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
8718 (hppa_sign_extend): Add prototype.
8719 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
8720 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
8721 (sign_extend): Rename with hppa_ prefix and make non-static. Other
8722 hppa targets will also use these functions.
8723 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
8724 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
8725 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
8726 (hppa_gdbarch_init): Remove gdbarch setting of
8727 skip_trampoline_code, in_solib_call_trampoline and
8728 in_solib_return_trampoline.
8729 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
8730 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
8731 hppa_in_solib_call_trampoline.
8732 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
8733 Moved from hppa-tdep.c.
8734 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
8735 in_solib_call_trampoline and in_solib_return_trampoline.
8736
8737 2004-04-22 Randolph Chung <tausq@debian.org>
8738
8739 * hppa-tdep.c (hppa_debug): New variable.
8740 (find_unwind_entry, hppa_frame_cache): Add debug output.
8741 (_initialize_hppa_tdep): Add command to set debug flag.
8742
8743 2004-04-22 Andrew Cagney <cagney@redhat.com>
8744
8745 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
8746 "trad-frame.h".
8747 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
8748 signal trampoline unwinder.
8749 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
8750
8751 2004-04-22 Mark Kettenis <kettenis@gnu.org>
8752
8753 Add OpenBSD/powerpc support.
8754 * NEWS (New native configurations): Mention OpenBSD/powerpc.
8755 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
8756 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
8757 (ppc_collect_fpregset): New prototypes.
8758 * ppcobsd-nat.c: New file.
8759 * ppcobsd-tdep.c: New file.
8760 * ppcobsd-tdep.h: New file.
8761 * rs6000-tdep.c: Include "regset.h".
8762 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
8763 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
8764 New functions.
8765 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
8766 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
8767 (rs6000-tdep.o): Update dependencies.
8768 * configure.host: Add powerpc-*-openbsd.
8769 * configure.tgt: Add powerpc-*-openbsd.
8770 * config/powerpc/obsd.mh: New file.
8771 * config/powerpc/nm-obsd.h: New file.
8772 * config/powerpc/obsd.mt: New file.
8773
8774 2004-04-22 Andrew Cagney <cagney@redhat.com>
8775
8776 * frame.h (show_frame_info): Delete declaration.
8777
8778 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
8779 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
8780 * m32r-tdep.c (m32r_frame_this_id): Ditto.
8781 * frv-tdep.c (frv_frame_this_id): Ditto.
8782 * avr-tdep.c (avr_frame_this_id): Ditto.
8783
8784 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
8785
8786 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
8787
8788 2004-04-22 Jim Blandy <jimb@redhat.com>
8789
8790 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
8791 register number zero.
8792
8793 2004-04-21 Michael Snyder <msnyder@redhat.com>
8794
8795 * mips-tdep.c (heuristic_proc_start):
8796 Warning() already prefixes "Warning: ".
8797
8798 2004-04-21 Andrew Cagney <cagney@redhat.com>
8799
8800 * annotate.h (deprecated_annotate_starting_hook)
8801 (deprecated_annotate_stopped_hook)
8802 (deprecated_annotate_exited_hook)
8803 (deprecated_annotate_signal_hook)
8804 (deprecated_annotate_signalled_hook): Deprecate.
8805 * tracepoint.h (deprecated_create_tracepoint_hook)
8806 (deprecated_delete_tracepoint_hook)
8807 (deprecated_modify_tracepoint_hook)
8808 (deprecated_trace_find_hook)
8809 (deprecated_trace_start_stop_hook): Deprecate.
8810 * target.h (deprecated_target_new_objfile_hook): Deprecate.
8811 * remote.h (deprecated_target_resume_hook)
8812 (deprecated_target_wait_loop_hook): Deprecate.
8813 * gdbcore.h (deprecated_exec_file_display_hook)
8814 (deprecated_file_changed_hook): Deprecate.
8815 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
8816 * defs.h (deprecated_modify_breakpoint_hook)
8817 (deprecated_command_loop_hook, deprecated_show_load_progress)
8818 (deprecated_print_frame_info_listing_hook)
8819 (deprecated_query_hook, deprecated_warning_hook)
8820 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
8821 (deprecated_delete_breakpoint_hook)
8822 (deprecated_interactive_hook, deprecated_registers_changed_hook)
8823 (deprecated_readline_begin_hook, deprecated_readline_hook)
8824 (deprecated_readline_end_hook, deprecated_register_changed_hook)
8825 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
8826 (deprecated_context_hook, deprecated_target_wait_hook)
8827 (deprecated_attach_hook, deprecated_detach_hook)
8828 (deprecated_call_command_hook, deprecated_set_hook)
8829 (deprecated_error_hook, deprecated_error_begin_hook)
8830 (deprecated_ui_load_progress_hook): Deprecate.
8831 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
8832 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
8833 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
8834 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
8835 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
8836 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
8837 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
8838 * annotate.c, aix-thread.c: Update.
8839
8840 2004-04-21 Andrew Cagney <cagney@redhat.com>
8841
8842 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
8843 * vaxnbsd-tdep.c: Include "gdb_string.h".
8844
8845 * symfile.c (symbol_file_add_from_memory): #if 0 function.
8846 (add_symbol_file_from_memory_command): #if 0 function body, call
8847 error instead.
8848
8849 2004-04-21 Andrew Cagney <cagney@redhat.com>
8850
8851 * gdbcore.h: Update copyright.
8852 (deprecated_add_core_fns): Rename add_core_fns.
8853 * win32-nat.c (_initialize_core_win32): Update.
8854 * sun3-nat.c (_initialize_core_sun3): Update.
8855 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
8856 * rs6000-nat.c (_initialize_core_rs6000): Update.
8857 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
8858 * nto-tdep.c (_initialize_nto_tdep): Update.
8859 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
8860 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
8861 * mips-nat.c (_initialize_core_mips): Update.
8862 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8863 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
8864 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
8865 * lynx-nat.c (_initialize_core_lynx): Update.
8866 * irix5-nat.c (_initialize_core_irix5): Update.
8867 * i386-interix-nat.c (_initialize_core_interix): Update.
8868 * cris-tdep.c (_initialize_cris_tdep): Update.
8869 * corelow.c (deprecated_add_core_fns): Update.
8870 * core-regset.c (_initialize_core_regset): Update.
8871 * core-aout.c (_initialize_core_aout): Update.
8872 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
8873 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
8874 * alpha-nat.c (_initialize_core_alpha): Update.
8875
8876 2004-04-21 Jim Blandy <jimb@redhat.com>
8877
8878 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
8879
8880 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
8881
8882 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
8883 Delete.
8884 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
8885 (read_attribute_value): Update calls to dwarf_alloc_block.
8886 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
8887 dwarf2_tmp_obstack.
8888 (psymtab_to_symtab_1): Likewise. Clean up using
8889 free_stack_comp_unit.
8890 (add_to_cu_func_list): Use the comp_unit_obstack.
8891
8892 2004-04-19 Joel Brobecker <brobecker@gnat.com>
8893
8894 * dwarf2read.c (dwarf2_flag_true_p): New function.
8895 (die_is_declaration): Use the function above. Add some comments.
8896
8897 2004-04-19 Mark Kettenis <kettenis@gnu.org>
8898
8899 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
8900 architecture when registering sparcnbsd_core_osabi_sniffer.
8901 Adjust comment.
8902
8903 2004-04-18 Mark Kettenis <kettenis@gnu.org>
8904
8905 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
8906 return value.
8907
8908 Based on a patch from Brian Ford <ford@vss.fsi.com>:
8909 * i386-tdep.c: Correct register numbering scheme comments
8910 throughout.
8911 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
8912 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
8913 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
8914 (i386_gdb_arch_init): Likewise.
8915
8916 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
8917 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
8918 ppcnbsd-tdep.o.
8919
8920 * m68k-tdep.h: Tweak comments.
8921 * m68k-tdep.c: Tweak comment.
8922
8923 2004-04-17 Randolph Chung <tausq@debian.org>
8924
8925 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
8926 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
8927 (hppa_hpux_som_init_abi): Set is_elf to 0.
8928 (hppa_hpux_elf_init_abi): Set is_elf to 1.
8929 * hppa-tdep.c (low_text_segment_address): Remove global.
8930 (record_text_segment_lowaddr): Pass in low address as parameter. Use
8931 section offset to calculate segment address.
8932 (internalize_unwinds): Define low_text_segment_address as local and
8933 pass to record_text_segment_lowaddr for ELF targets.
8934 (hppa_gdbarch_init): Zero fill tdep structure.
8935 (hppa_dump_tdep): Print tdep structure.
8936 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
8937
8938 2004-04-17 Randolph Chung <tausq@debian.org>
8939
8940 * hppa-tdep.c (hppa_pseudo_register_read): Define.
8941 (hppa_gdbarch_init): Set pseudo_register_read.
8942 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
8943 * regcache.c (supply_register): Remove check for
8944 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
8945
8946 2004-04-17 Randolph Chung <tausq@debian.org>
8947
8948 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
8949 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
8950 (hpread_adjust_stack_address): Move to hpread.c.
8951 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8952 obj_private_struct): Move from tm-hppa.h.
8953 * hpread.c (hppa-tdep.h): Include.
8954 (hpread_adjust_stack_address): Move from hppa-tdep.c.
8955 (hpread_read_function_type, hpread_read_doc_function_type)
8956 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
8957 directly.
8958 * pa64solib.c (hppa-tdep.h): Include.
8959 * somsolib.c (hppa-tdep.h): Include.
8960 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
8961 inferior_status): Remove unused forward declarations.
8962 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
8963 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8964 obj_private_struct): Move to hppa-tdep.h.
8965 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
8966
8967 2004-04-17 Randolph Chung <tausq@debian.org>
8968
8969 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
8970 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
8971 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
8972 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
8973 Remove forward declaration and make static.
8974 (hppa_reg_struct_has_addr): Remove.
8975
8976 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8977
8978 * observer.sh: Move comments in sed command to first column.
8979
8980 2004-04-16 Jason Molenda (jmolenda@apple.com)
8981
8982 * frame.c: Minor typeo corrections in comments.
8983
8984 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8985
8986 * observer.c (observer_test_first_notification_function): Update
8987 function profile.
8988 (observer_test_second_notification_function): Likewise.
8989 (observer_test_third_notification_function): Likewise.
8990
8991 2004-04-16 Mark Kettenis <kettenis@gnu.org>
8992
8993 From Brian Ford <ford@vss.fsi.com>:
8994 * i386-tdep.c (i386_coff_init_abi): New function.
8995 * i386-tdep.h (i386_coff_init_abi): New prototype.
8996 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
8997 register number translation functions for DWARF and DWARF 2.
8998
8999 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9000
9001 * dwarf2read.c: Back out my previous change, it was incorrect.
9002
9003 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
9004
9005 * dwarf2read.c: Include "hashtab.h".
9006 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
9007 has_namespace_info.
9008 (struct partial_die_info): Add comments. Use bitfields to reduce
9009 memory footprint. Add scope, scope_set, has_specification,
9010 spec_offset, die_parent, die_child, and die_sibling.
9011 (peek_die_abbrev): Add prototype.
9012 (partial_read_comp_unit_head): New function, broken out from
9013 dwarf2_build_psymtabs_hard.
9014 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
9015 Use partial_read_comp_unit_head. Initialize the CU and
9016 comp_unit_obstack. Update calls to read_partial_die and
9017 scan_partial_symbols. Use free_stack_comp_unit and
9018 load_partial_dies.
9019 (scan_partial_symbols): Change PDI to a pointer. Use the child and
9020 sibling pointers to walk partial DIEs. Call fixup_partial_die.
9021 Update calls to helper functions. Remove NAMESPACE argument.
9022 Update comments.
9023 (partial_die_parent_scope, partial_die_full_name): New functions.
9024 (add_partial_symbol): Remove namespace argument. Update call to
9025 pdi_needs_namespace. Use partial_die_full_name. Handle
9026 DW_TAG_namespace. Check has_namespace_info flag.
9027 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
9028 tag. Handle namespaces.
9029 (add_partial_namespace, add_partial_enumeration): Simplify.
9030 (guess_structure_name): New function, derived from
9031 add_partial_structure.
9032 (add_partial_structure): Remove.
9033 (determine_class_name): Update comment.
9034 (dwarf2_read_abbrevs): Set has_namespace_info flag.
9035 (is_type_tag_for_partial, load_partial_dies): New functions.
9036 (read_partial_die): Pass abbrev and abbrev_len as arguments.
9037 Record specifications instead of following them immediately.
9038 (find_partial_die_in_comp_unit, find_partial_die)
9039 (fixup_partial_die, free_stack_comp_unit)
9040 (hashtab_obstack_allocate, dummy_obstack_deallocate)
9041 (partial_die_hash, partial_die_eq): New functions.
9042 * Makefile.in (hashtab_h): Define.
9043 (dwarf2read.o): Update dependencies.
9044 (observer_inc, observer_h): Move to the correct section.
9045
9046 2004-04-15 Joel Brobecker <brobecker@gnat.com>
9047
9048 * dwarf2read.c (dwarf2_attribute_true_p): New function.
9049 (die_is_declaration): Use the function above. Add comment.
9050
9051 2004-04-15 Joel Brobecker <brobecker@gnat.com>
9052
9053 * dwarf2read.c (read_structure_scope): Identify stub types
9054 using die_is_declaration() only.
9055
9056 2004-04-15 Roland McGrath <roland@redhat.com>
9057
9058 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
9059 argument instead of NAME.
9060 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
9061 in call to symbol_file_add_with_addrs_or_offsets.
9062 (build_addr_info): New function, helper for ...
9063 (symbol_file_add_from_memory): New function.
9064 (add_symbol_file_from_memory_command): New function using that.
9065 (_initialize_symfile): Register it for add-symbol-file-from-memory.
9066 (pre_add_symbol_hook): Add const to argument type.
9067 * symfile.h (symbol_file_add_from_memory): Declare it.
9068
9069 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9070
9071 * NEWS (New native configurations): Mention OpenBSD/vax.
9072 * configure.host: Add vax-*-openbsd*.
9073 * config/vax/obsd.mh: New file.
9074 * config/vax/nm-obsd.h: New file.
9075
9076 * vax-tdep.c: Include "regset.h".
9077 (vax_supply_gregset): New function.
9078 (vax_gregset): New variable.
9079 (vax_regset_from_core_section): New function.
9080 (vax_gdbarch_init): Set regset_from_core_section.
9081 * Makefile.in (vax-tdep.o): Update dependencies.
9082
9083 2004-04-15 Andrew Cagney <cagney@redhat.com>
9084
9085 * observer.c (normal_stop_subject, observer_notify_normal_stop)
9086 (observer_normal_stop_notification_stub)
9087 (observer_attach_normal_stop, observer_detach_normal_stop):
9088 Delete, replaced by #include "observer.inc".
9089 * infrun.c (normal_stop): Pass "stop_bpstat" to
9090 observer_notify_normal_stop.
9091 * Makefile.in (observer_inc): Define.
9092 (observer.o): Update dependencies.
9093 (observer.h, observer.inc): New rules.
9094 * observer.h: Delete file.
9095 * observer.sh: New file.
9096
9097 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9098
9099 * vax-tdep.c (vax_frame_cache): Fix typo.
9100
9101 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9102
9103 * NEWS (New native configurations): Mention NetBSD/vax.
9104 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
9105 * config/vax/nbsdelf.mh: New file.
9106 * config/vax/nbsdaout.mh: New file.
9107 * config/vax/nm-nbsd.h: New file.
9108 * config/vax/nm-nbsdaout.h: New file.
9109
9110 * vaxnbsd-tdep.c: New file.
9111 * Makefile.in (vaxnbsd-tdep.o): New dependency.
9112 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
9113 * config/vax/nbsd.mt: New file.
9114 * config/vax/tm-nbsd.h: New file.
9115
9116 * Makefile.in (vaxbsd-nat.o): New dependency.
9117
9118 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
9119 * vax-tdep.c (vax_store_arguments): Remove struct_return and
9120 struct_addr arguments. Don't push return value address.
9121 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
9122 arguments to vax_store_arguments. Store return value address in
9123 R1.
9124 (vax_store_struct_return, vax_extract_return_value)
9125 (vax_store_return_value): Remove functions.
9126 (vax_return_value): New function.
9127 (vax_gdbarch_init): Set return value. Don't set
9128 deprecated_store_struct_return, deprecated_extract_struct_return
9129 and deprecated_store_return_value.
9130
9131 2004-04-14 Andreas Schwab <schwab@suse.de>
9132
9133 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
9134 value buffer.
9135 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
9136
9137 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9138
9139 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
9140 (vax_unwind_dummy_id): New functions.
9141 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
9142 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
9143 variables.
9144 (vax_fix_call_dummy): Remove function.
9145 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
9146 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
9147 call_dummy_location, deprecated_call_dummy_words,
9148 deprecated_sizeof_call_dummy_words,
9149 deprecated_call_dummy_breakpoint_offset,
9150 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
9151 and deprecated_dummy_write_sp.
9152
9153 2004-04-13 David Carlton <carlton@kealia.com>
9154
9155 * MAINTAINERS: Move myself to "paper trail" section.
9156
9157 2004-04-12 Mark Kettenis <kettenis@gnu.org>
9158
9159 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
9160 "trad-frame.h".
9161 (vax_frame_init_saved_regs): Remove function.
9162 (vax_sigtramp_saved_pc): Remove function.
9163 (vax_frame_saved_pc): Remove function.
9164 (vax_frame_args_address): Remove function.
9165 (vax_frame_num_args): Rewrite.
9166 (vax_frame_chain): Remove function.
9167 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
9168 VAX_FP_REGNUM.
9169 (vax_pop_frame): Likewise.
9170 (vax_saved_pc_after_call): Remove function.
9171 (struct vax_frame_cache): New structure.
9172 (vax_frame_cache): New function.
9173 (vax_frame_this_id): New function.
9174 (vax_frame_prev_register): New function.
9175 (vax_frame_unwind): New variable.
9176 (vax_frame_sniffer): New function.
9177 (vax_frame_base_address): New function.
9178 (vax_frame_args_address): New function.
9179 (vax_frame_base): New variable.
9180 (vax_unwind_pc): New function.
9181 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
9182 deprecated_fp_regnum, deprecated_saved_pc_after_call,
9183 deprecated_frame_chain, deprecated_frame_saved_pc,
9184 deprecated_frame_args_address and
9185 deprecated_frame_init_saved_regs.
9186 * Makefile.in (vax-tdep.o): Update dependencies.
9187
9188 * vaxbsd-nat.c: New file.
9189
9190 * vax-tdep.h: Update copyright year. Adjust comments.
9191 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
9192 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
9193 (vax_regnum): New enum. Replacing...
9194 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9195 (VAX_PS_REGNUM): ... these removed macros.
9196 * vax-tdep.c (vax_register_name): Remove prototype.
9197 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
9198 (vax_register_byte, vax_register_raw_size,
9199 vax_register_virtual_size, vax_register_virtual_type): Remove
9200 functions.
9201 (vax_register_type): New function.
9202 (vax_breakpoint_from_pc): Reorganize.
9203 (vax_gdbarch_init): Set register_type. Don't set
9204 deprecated_register_size, deprecated_register_bytes,
9205 deprecated_register_byte, deprecated_register_raw_size,
9206 deprecated_max_register_raw_size,
9207 deprecated_register_virtual_size,
9208 deprecated_max_register_virtual_size and
9209 deprecated_register_virtual_type. Add comment on stack direction.
9210
9211 2004-04-11 Mark Kettenis <kettenis@gnu.org>
9212
9213 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9214 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
9215 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
9216
9217 2004-04-10 Randolph Chung <tausq@debian.org>
9218
9219 * MAINTAINERS (write after approval): Add myself.
9220
9221 2004-04-07 Randolph Chung <tausq@debian.org>
9222
9223 * hppa-tdep.c (hppa_inner_than): Remove.
9224 (is_pa_2): Remove unused static variable.
9225 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
9226
9227 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
9228
9229 * language.h (language_defn): Add new la_post_parser field.
9230 * parser-defs.h (null_post_parser): New declaration (default for
9231 la_post_parser).
9232
9233 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9234 insert call to that function.
9235 (parse_exp_in_context): New function, including code formerly in
9236 parse_exp_1. Calls language-dependent post-parser after
9237 prefixification.
9238 (parse_expression_in_context): New exported function.
9239 (null_post_parser): New definition.
9240 * expression.h (parse_expression_in_context): Add declaration.
9241
9242 * p-lang.c (pascal_language_defn): Add trivial post-parser.
9243 * c-lang.c (c_language_defn): Ditto.
9244 (cplus_language_defn): Ditto.
9245 (asm_language_defn): Ditto.
9246 (minimal_language_defn): Ditto.
9247 * f-lang.c (f_language_defn): Ditto.
9248 * jv-lang.c (java_language_defn): Ditto.
9249 * language.c (unknown_language_defn): Ditto.
9250 (auto_language_defn): Ditto.
9251 (local_language_defn): Ditto.
9252 * m2-lang.c (m2_language_defn): Ditto.
9253 * scm-lang.c (scm_language_defn): Ditto.
9254 * obj-lang.c (objc_language_defn): Ditto.
9255
9256 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9257
9258 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9259 (amd64nbsd_mcontext_addr): New function.
9260 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9261 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
9262 with amd64nbsd_r_reg_offset, instead of building it on the fly.
9263
9264 * corelow.c (core_xfer_partial): Fix coding standards violation.
9265 Add support for TARGET_OBJECT_WCOOKIE.
9266
9267 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9268 deprecated_pc_in_sigtramp.
9269 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9270 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9271 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9272 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9273 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9274 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9275 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9276
9277 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9278 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9279 Fix typo.
9280
9281 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9282 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9283 (amd64_collect_fxsave): Likewise.
9284
9285 * i386-sol2-tdep.c: Include "gdb_string.h".
9286 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9287 name.
9288 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9289
9290 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9291
9292 * i386-sol2-tdep.c: Include "solib-svr4.h".
9293 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9294 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9295 * config/i386/tm-i386sol2.h: Include :solib.h".
9296 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9297 solib-svr4.o and solib-legacy.o.
9298 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9299 solib-svr4.o.
9300
9301 2004-04-09 Mark Kettenis <kettenis@gnu.org>
9302
9303 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9304 whether a register is supplied by PTRACE_GETFPREGS.
9305 (store_inferior_registers): Likewise.
9306 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9307 whether a register is supplied by PT_GETFPREGS.
9308 (store_inferior_registers): Likewise.
9309
9310 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9311 * config/i386/linux64.mt (TDEPFILES): Likewise.
9312
9313 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
9314
9315 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9316 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9317 the program counter is in the range specified by `struct
9318 gdbarch_tdep'.
9319 * amd64-linux-tdep.c: Include "symtab.h".
9320 (amd64_linux_pc_in_sigtramp): Remove function.
9321 (amd64_linux_sigtramp_p): New function.
9322 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9323 deprecated_pc_in_sigtramp.
9324 * amd64nbsd-tdep.c: Include "symtab.h".
9325 (amd64nbsd_sigtramp_p): New function.
9326 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9327 deprecated_pc_in_sigtramp.
9328 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
9329 few comments.
9330 (amd64obsd_pc_in_sigtramp): Remove function.
9331 (amd64obsd_sigtramp_p): New function.
9332 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9333 deprecated_pc_in_sigtramp.
9334 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9335 (i386bsd_pc_ins_sigtramp): Remove prototype.
9336 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9337 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9338 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9339 the program counter is in the range specified by `struct
9340 gdbarch_tdep'.
9341 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9342 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9343 (i386_go32_pc_in_sigtramp): Remove function.
9344 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9345 Initialize TDEP->sigtramp_p.
9346 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9347 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
9348 deprecated_pc_in_sigtramp.
9349 * i386-linux-tdep.c: Adjust comments.
9350 (i386_linux_pc_in_sigtramp): Remove function.
9351 (i386_linux_sigtramp_p): New function.
9352 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9353 deprecated_pc_in_sigtramp.
9354 * i386-nto-tdep.c: Update copyright year.
9355 (i386nto_pc_in_sigtramp): Remove function.
9356 (i386nto_sigtramp_p): New function.
9357 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9358 SP_REGNUM.
9359 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
9360 deprecated_pc_in_sigtramp.
9361 * i386-sol2-tdep.c: Update copyright year.
9362 (i386_sol2_pc_in_sigtramp): Remove function.
9363 (i386_sol2_sigtramp_p): New function.
9364 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
9365 deprecated_pc_in_sigtramp.
9366 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9367 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9368 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9369 deprecated_sigtramp_start and deprecated_sigtramp_end.
9370 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9371 (i386nbsd_pc_in_sigtramp): Remove function.
9372 (i386nbsd_sigtramp_p): New function.
9373 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9374 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9375 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9376 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9377 (i386obsd_pc_in_sigtramp): Remove function.
9378 (i386obsd_sigtramp_p): New function.
9379 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9380 functions.
9381 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9382 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9383 TDEP->sigtramp_p.
9384 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9385 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9386 dependencies.
9387
9388 * config/i386/i386aout.mt: Remove file.
9389
9390 * configure.tgt: Remove i[34567]86-*-go32*,
9391 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9392 and i[34567]86-*-isc*. Set gdb_target to i386 for
9393 i[34567]86-*-netware* and i[34567]86-*-*.
9394 * config/i386/i386.mt: New file.
9395 * config/i386/embed.mt: Remove file.
9396 * config/i386/go32.mt: Remove file.
9397 * config/i386/i386nw.mt: Remove file.
9398 * config/i386/i386v.mt: Remove file.
9399 * config/i386/tm-go32.h: Remove file.
9400
9401 * tui/tui-hooks.c: Include "readline/readline.h" after
9402 "gdb_curses.h" instead of before.
9403 * tui/tui-io.c: Likewise.
9404
9405 * tui/tui.c: Fix typo in comment.
9406
9407 * sparc64-tdep.c (sparc_address_from_register): Remove function.
9408
9409 2004-04-08 Andrew Cagney <cagney@redhat.com>
9410
9411 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9412 (deprecated_exception_support_initialized): Declare.
9413 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
9414 (initialize_hp_cxx_exception_support)
9415 (child_enable_exception_callback): Update.
9416 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9417 (deprecated_exception_support_initialized): Rename
9418 deprecated_exception_catchpoints_are_fragile and
9419 deprecated_exception_support_initialized.
9420 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9421
9422 * symtab.c (deprecated_hp_som_som_object_present): Rename
9423 hp_som_som_object_present.
9424 * symtab.h (deprecated_hp_som_som_object_present): Declare.
9425 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9426 Update. Delete extern declaration.
9427 * valops.c (hp_som_som_object_present): Ditto.
9428 * parse.c (deprecated_hp_som_som_object_present)
9429 (parse_nested_classes_for_hpacc): Ditto.
9430 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
9431 * hppa-hpux-tdep.c (hp_som_som_object_present)
9432 (initialize_hp_cxx_exception_support): Ditto.
9433 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
9434 * cp-valprint.c (hp_som_som_object_present)
9435 (cp_print_class_method): Ditto.
9436 * c-typeprint.c (hp_som_som_object_present):
9437 (c_type_print_base): Ditto.
9438 * c-exp.y (hp_som_som_object_present): Ditto.
9439
9440 2004-04-08 Andrew Cagney <cagney@redhat.com>
9441
9442 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9443 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9444 (frame_unwind_find_by_frame): Re-implement the unwind code so
9445 that it can both prepend and append sniffers. Replace
9446 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9447 * tramp-frame.c (tramp_frame_append): Use
9448 frame_unwind_prepend_unwinder.
9449 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9450 frame_unwind_register_unwinder.
9451 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9452 tramp_frame_append.
9453 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
9454 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
9455 (mips_linux_init_abi): Update.
9456
9457 2004-04-08 Kevin Buettner <kevinb@redhat.com>
9458
9459 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9460 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
9461 file support.
9462
9463 2004-04-07 Kevin Buettner <kevinb@redhat.com>
9464
9465 * ia64-tdep.c (elf.h): Don't include.
9466 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9467
9468 2004-04-07 Jason Molenda (jmolenda@apple.com)
9469
9470 * frame.h: Typeo corrections in comments.
9471
9472 2004-04-07 Jim Blandy <jimb@redhat.com>
9473
9474 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9475 %esp and %ebp
9476
9477 2004-04-07 Mark Kettenis <kettenis@gnu.org>
9478
9479 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9480 * config/sparc/linux64.mt (TDEPFILES): Likewise.
9481 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9482 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9483 and solib-legacy.o.
9484 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9485 solib-svr4.o.
9486 * config/sparc/tm-sol2.h: Update copyright year. Include
9487 "solib.h".
9488
9489 * sparc-sol2-tdep.c: Update copyright year. Include
9490 "solib-svr4.h".
9491 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9492 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9493 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9494 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
9495 dependencies.
9496
9497 2004-04-06 Andrew Cagney <cagney@redhat.com>
9498
9499 * infttrace.c: Include "infttrace.h".
9500 * infttrace.h: Include "target.h".
9501 * Makefile.in (infttrace_h): Update.
9502 (infttrace.o): Update.
9503
9504 2004-04-06 Andrew Cagney <cagney@redhat.com>
9505
9506 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9507 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9508 move extern declarations from here ...
9509 * infttrace.h: ... to here.
9510 * Makefile.in (hppah-nat.o): Update dependencies.
9511
9512 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9513 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
9514 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
9515 (hppa_breakpoint_from_pc): Delete.
9516
9517 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9518
9519 2004-04-05 Andrew Cagney <cagney@redhat.com>
9520
9521 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9522 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9523 <sys/file.h>.
9524
9525 2004-04-06 Randolph Chung <tausq@debian.org>
9526
9527 Committed by Andrew Cagney (mechanical change).
9528 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9529 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9530 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9531 child_enable_exception_callback, current_ex_event,
9532 null_symtab_and_line, child_get_current_exception_event,
9533 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9534 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9535 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9536 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9537 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9538 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9539 Move hpux-specific definitions ...
9540 * hppa-hpux-tdep.c: ... to here.
9541
9542 2004-04-05 Andrew Cagney <cagney@redhat.com>
9543
9544 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9545 skip_prologue_using_sal.
9546
9547 2004-04-05 Andrew Cagney <cagney@redhat.com>
9548
9549 * config/i386/tm-i386.h: Delete file.
9550 * config/i386/tm-vxworks.h: Update copyright, do not include
9551 "tm-i386.h".
9552 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9553 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9554 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9555 * config/i386/ncr3000.mt (TM_FILE): Delete.
9556 * config/i386/interix.mt (TM_FILE): Delete.
9557 * config/i386/i386v.mt (TM_FILE): Delete.
9558 * config/i386/i386nw.mt (TM_FILE): Delete.
9559 * config/i386/i386gnu.mt (TM_FILE): Delete.
9560 * config/i386/i386aout.mt (TM_FILE): Delete.
9561 * config/i386/embed.mt (TM_FILE): Delete.
9562
9563 2004-04-05 Kevin Buettner <kevinb@redhat.com>
9564
9565 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9566 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9567 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9568 (accg7_regnum): New constants.
9569 (last_spr_regnum, last_pseudo_regnum): Update.
9570 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9571 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
9572 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9573 for accg registers.
9574 (frv_register_sim_regno): Update spr_map[].
9575
9576 2004-04-04 Andrew Cagney <cagney@redhat.com>
9577
9578 * config/mips/xm-riscos.h: Delete.
9579 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9580 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9581 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9582 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9583 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9584 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9585 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9586 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9587 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9588 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9589 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9590 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9591 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9592 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9593 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9594 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9595 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9596 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9597 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9598 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9599 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9600 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9601 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9602 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9603 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9604 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
9605
9606 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9607 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9608 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9609 * configure.host: Remove m680[01]0-sun-sunos3*,
9610 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9611 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9612 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9613 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9614 mips-*-riscos*.
9615 * NEWS: Mention removed systems.
9616
9617 2004-04-04 Andrew Cagney <cagney@redhat.com>
9618
9619 GDB 6.1 release created from 6.1 branch.
9620
9621 2004-04-04 Andrew Cagney <cagney@redhat.com>
9622
9623 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9624 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9625 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9626
9627 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9628 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9629 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9630
9631 2004-04-03 Jim Blandy <jimb@redhat.com>
9632
9633 * MAINTAINERS: Chris Faylor has changed employers; add him to
9634 "paper trail" section, and update his E-mail address.
9635
9636 2004-04-03 Andrew Cagney <cagney@redhat.com>
9637
9638 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9639 generic dummy frames.
9640 * dummy-frame.c: Update copyright.
9641 (dummy_frame_sniffer): Delete check for generic dummy frames.
9642
9643 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
9644 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
9645 (REG_PARM_STACK_SPACE): Delete.
9646 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9647 Inline reference to REG_PARM_STACK_SPACE.
9648
9649 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9650 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9651 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9652 (FRAME_BASE_BEFORE_SIGTRAMP)
9653 (hppa32_hpux_frame_base_before_sigtramp)
9654 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9655 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9656 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9657 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9658 (FRAME_BASE_BEFORE_SIGTRAMP)
9659 (hppa64_hpux_frame_base_before_sigtramp)
9660 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9661
9662 2004-04-03 Andrew Cagney <cagney@redhat.com>
9663
9664 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9665
9666 2004-04-02 Andrew Cagney <cagney@redhat.com>
9667
9668 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9669 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9670 * dummy-frame.h: Delete out-of-date comments.
9671 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9672 * gdbarch.h, gdbarch.c: Re-generate.
9673
9674 2004-04-02 Joel Brobecker <brobecker@gnat.com>
9675
9676 Committed by Andrew Cagney <cagney@redhat.com>.
9677 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9678 into account an instruction saving a register if we have already
9679 seen an earlier instruction saving that same register.
9680
9681 2004-04-02 Andrew Cagney <cagney@redhat.com>
9682
9683 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9684 * gdbarch.h, gdbarch.c: Re-generate.
9685 * frame.c (legacy_get_prev_frame): Delete references to
9686 DEPRECATED_INIT_FRAME_PC_FIRST.
9687
9688 * infrun.c (pc_in_sigtramp): Delete function.
9689 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9690 get_frame_type.
9691
9692 2004-04-02 Andrew Cagney <cagney@redhat.com>
9693
9694 * infrun.c (handle_step_into_function): Delete code conditional on
9695 legacy_frame_p.
9696 (handle_inferior_event, step_over_function): Ditto.
9697
9698 2004-04-02 Andrew Cagney <cagney@redhat.com>
9699
9700 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9701 "previous frame inner to this frame" test.
9702
9703 2004-04-02 Andrew Cagney <cagney@redhat.com>
9704
9705 * frame.c (safe_frame_unwind_memory): New function.
9706 * frame.h (safe_frame_unwind_memory): Declare. Update description
9707 of /safe_/ methods.
9708 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9709 "next_frame". Use safe_frame_unwind_memory.
9710 (tramp_frame_sniffer): Update call to tramp_frame_start.
9711
9712 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
9713
9714 * dwarf2read.c (dwarf2_objfile_data_key): New.
9715 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
9716 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
9717 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
9718 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
9719 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
9720 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
9721 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
9722 Remove variables.
9723 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
9724 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
9725 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
9726 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
9727 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
9728 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
9729 Remove macros.
9730 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
9731 data.
9732 (dwarf2_locate_sections, dwarf2_build_psymtabs)
9733 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
9734 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
9735 (read_partial_die, read_full_die, read_indirect_string)
9736 (dwarf_decode_line_header, dwarf_decode_macros)
9737 (dwarf2_symbol_mark_computed): Remove use of removed macros.
9738 Update uses of removed variables.
9739 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
9740 of removed macros.
9741 (_initialize_dwarf2_read): New function.
9742 * symfile.h (dwarf2_has_info): Update prototype.
9743 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
9744 * elfread.c (elf_symfile_read): Likewise.
9745
9746 2004-04-01 Jim Blandy <jimb@redhat.com>
9747
9748 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
9749 function for register numbers on all the rs6000-derived targets.
9750 (rs6000_gdbarch_init): Don't register a separate
9751 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
9752 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
9753 variants.
9754
9755 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
9756 numbering.
9757
9758 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
9759
9760 * valarith.c: Update copyright notice.
9761 (value_add): Handle range types.
9762 (value_sub): Ditto.
9763 (value_equal): Ditto.
9764 (value_less): Ditto.
9765 (value_neg): Ditto.
9766 (value_complement): Ditto.
9767 (value_binop): Simplify slightly by using is_integral_type and
9768 eliminiating unnecessary COERCE_ENUMs.
9769
9770 2004-03-31 Andrew Cagney <cagney@redhat.com>
9771
9772 * frame.h (frame_unwind_id): Declare.
9773 * frame.c (frame_unwind_id): New function.
9774 (get_prev_frame_1): New function.
9775 (frame_debug_got_null_frame): New function.
9776 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
9777 code proper to prev_frame, update description.
9778 * infrun.c (step_over_function): Use frame_unwind_id.
9779
9780 2004-04-31 J. Brobecker <brobecker@gnat.com>
9781
9782 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
9783 (hppa64_push_dummy_call): Likewise.
9784
9785 2004-03-30 Jim Blandy <jimb@redhat.com>
9786
9787 From Ulrich Weigand:
9788 * utils.c (query): Do not use a va_list variable multiple times.
9789
9790 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
9791
9792 * Makefile.in (linux_nat_h): Update dependencies.
9793 * configure.in: Check for <gnu/libc-version.h>.
9794 * configure: Regenerate.
9795 * config.in: Regenerate.
9796 * linux-nat.h: Include "target.h". Add waitstatus field to
9797 struct lwp_info.
9798 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
9799 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
9800 to.
9801 (lin_lwp_handle_extended): New function. Handle clone events.
9802 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
9803 thread exit events.
9804 (child_wait): Handle clone events.
9805 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
9806 * linux-nat.c (linux_enable_event_reporting): Turn on
9807 PTRACE_O_TRACECLONE.
9808 (linux_handle_extended_wait): Handle clone events.
9809 * thread-db.c: Include <gnu/libc-version.h>.
9810 (struct private_thread_info): Add dying flag.
9811 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
9812 higher.
9813 (attach_thread): Update comments. Handle dying threads.
9814 (detach_thread): Set the dying flag.
9815 (check_event): Always call attach_thread.
9816
9817 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
9818
9819 * mips-tdep.c (mips_pdr_data): New.
9820 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
9821 (_initialize_mips_tdep): Initialize mips_pdr_data.
9822
9823 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
9824
9825 * minsyms.c (install_minimal_symbols): Move dropping leading
9826 char from linkage name from here...
9827 (prim_record_minimal_symbol_and_info): ...to here. Simplify
9828 test for "__gnu_compiled*" symbols.
9829
9830 2004-03-28 Jim Blandy <jimb@redhat.com>
9831
9832 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
9833 registers to temp register r0 and byte stores as prologue
9834 instructions.
9835
9836 2004-03-28 Andrew Cagney <cagney@redhat.com>
9837
9838 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
9839 arm*-*-*.
9840
9841 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9842
9843 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
9844 and switch the layout to force a display of register window.
9845
9846 2004-02-26 J. Brobecker <brobecker@gnat.com>
9847
9848 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
9849 of the INTEGER class.
9850
9851 2004-03-26 Jim Blandy <jimb@redhat.com>
9852
9853 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
9854 bytes long on PPC GNU/Linux.
9855
9856 2004-03-26 David Carlton <carlton@kealia.com>
9857
9858 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
9859
9860 2004-03-25 Andrew Cagney <cagney@redhat.com>
9861
9862 * PROBLEMS: Add general section titles, remove references to
9863 specific releases.
9864
9865 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
9866
9867 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
9868 INT_REGISTER_SIZE.
9869 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
9870 FP_REGISTER_VIRTUAL_SIZE.
9871 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
9872 of DEPRECATED_REGISTER_RAW_SIZE.
9873 (arm_register_type): Add gdbarch argument.
9874 (arm_register_raw_size, arm_register_virtual_size): Delete.
9875 (arm_register_byte, arm_extract_return_value)
9876 (arm_store_return_value, arm_get_longjmp_target): Update references
9877 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
9878 (arm_gdbarch_init): Likewise. Don't set
9879 deprecated_register_raw_size, deprecated_register_virtual_size,
9880 deprecated_max_register_raw_size,
9881 deprecated_max_register_virtual_size, or
9882 deprecated_max_register_virtual_type. Do set register_type.
9883 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
9884 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
9885 (FP_REGISTER_VIRTUAL_SIZE): Delete.
9886 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
9887 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
9888 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
9889 INT_REGISTER_SIZE.
9890 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
9891 (remote_rdp_store_register): Likewise.
9892
9893 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
9894
9895 * Makefile.in (mips-linux-tdep.o): Update dependencies.
9896 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
9897 to after osabi initialization.
9898 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
9899 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
9900 functions.
9901 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
9902 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
9903 variables.
9904 (mips_linux_init_abi): Append signal trampoline unwinders.
9905
9906 2004-03-24 Andrew Cagney <cagney@redhat.com>
9907
9908 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
9909 * tramp-frame.c: Include "gdb_assert.h".
9910 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
9911 correct sizeof.
9912 (tramp_frame_append): Validate the tramp frame's instructions.
9913 * Makefile.in (tramp-frame.o): Update dependencies.
9914
9915 2004-03-23 Andrew Cagney <cagney@redhat.com>
9916
9917 * trad-frame.h (trad_frame_set_reg_addr): Declare.
9918
9919 2004-03-23 Andrew Cagney <cagney@redhat.com>
9920
9921 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
9922 Nasser as past testsuite/lib/ (and other) maintainers.
9923
9924 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
9925
9926 * infcmd.c (attach_command): Reread symbols if we already have
9927 an exec file.
9928
9929 2004-03-23 Andrew Cagney <cagney@redhat.com>
9930
9931 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
9932
9933 2004-03-23 Andrew Cagney <cagney@redhat.com>
9934
9935 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
9936 * gdbarch.h, gdbarch.c: Re-generate.
9937 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9938 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9939 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9940 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
9941 (DEPRECATED_SIGTRAMP_START): Update.
9942 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
9943 (DEPRECATED_SIGTRAMP_START): Update.
9944 * blockframe.c (find_pc_sect_partial_function): Update.
9945 * arch-utils.c (legacy_pc_in_sigtramp): Update.
9946
9947 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
9948
9949 * remote.c (remote_open_1): Reopen the exec file and reread symbols
9950 if necessary.
9951
9952 2004-03-23 Andrew Cagney <cagney@redhat.com>
9953
9954 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
9955 predicate, deprecate.
9956 * gdbarch.h, gdbarch.c: Re-generate.
9957 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
9958 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
9959 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
9960 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
9961 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
9962 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
9963 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
9964 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
9965 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
9966 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
9967 * blockframe.c (find_pc_partial_function): Update.
9968 * breakpoint.c (bpstat_what): Update.
9969 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
9970 * frv-linux-tdep.c (frv_linux_init_abi): Update.
9971 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
9972 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
9973 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9974 * i386-linux-tdep.c (i386_linux_init_abi): Update.
9975 * i386-nto-tdep.c (i386nto_init_abi): Update.
9976 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
9977 * i386-tdep.c (i386_sigtramp_frame_sniffer)
9978 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
9979 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9980 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9981 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9982 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
9983 * infrun.c (pc_in_sigtramp): Update.
9984 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
9985 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9986 * mips-tdep.c (mips_gdbarch_init): Update.
9987 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
9988 * ppc-linux-tdep.c: Update comment.
9989 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
9990 * shnbsd-tdep.c (shnbsd_init_abi): Update.
9991 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
9992 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
9993 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
9994 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
9995 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
9996 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
9997 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
9998 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
9999
10000 2004-03-23 Andrew Cagney <cagney@redhat.com>
10001
10002 * tramp-frame.h, tramp-frame.h: New files.
10003 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
10004 Update rules to include "tramp-frame.h" and "tramp-frame.c".
10005
10006 * Makefile.in: Update all dependencies.
10007
10008 2004-03-23 Andrew Cagney <cagney@redhat.com>
10009
10010 * Makefile.in (trad_frame_h): Add $(frame_h).
10011 * trad-frame.h: Update copyright. Include "frame.h".
10012 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
10013 (trad_frame_set_id, trad_frame_get_id): Declare.
10014 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
10015 * trad-frame.c: Update copyright.
10016 (struct trad_frame_cache): Define.
10017 (trad_frame_cache_zalloc): New function.
10018 (trad_frame_set_id, trad_frame_get_id): New functions.
10019 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
10020
10021 2004-03-22 Andrew Cagney <cagney@redhat.com>
10022
10023 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
10024 s390_pltstub_unwind_cache.
10025 (s390_stub_frame_unwind_cache): Rename
10026 s390_pltstub_frame_unwind_cache.
10027 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
10028 (s390_stub_frame_prev_register): Rename
10029 s390_pltstub_frame_prev_register.
10030 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
10031 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
10032
10033 From Ulrich Weigand:
10034 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
10035 pointer calls like PLT calls.
10036
10037 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
10038
10039 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
10040 PC rather than the partial function start address. Use the start
10041 address to sanity check the found PDR.
10042
10043 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
10044
10045 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
10046 linux_handle_extended_wait.
10047
10048 2004-03-22 Andrew Cagney <cagney@redhat.com>
10049
10050 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
10051 function.
10052
10053 * frame.h (generic_pop_current_frame): Delete declaration.
10054 (deprecate_pop_dummy_frame): Deprecate
10055 generic_pop_dummy_frame.
10056 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
10057 (generic_pop_current_frame): Delete function.
10058 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
10059 generic_pop_current_frame.
10060 * v850-tdep.c (v850_pop_frame): Update.
10061 * mcore-tdep.c (mcore_pop_frame): Update.
10062 * sh64-tdep.c (sh64_pop_frame): Update.
10063 * h8300-tdep.c (h8300_pop_frame): Update.
10064
10065 2004-03-22 Andrew Cagney <cagney@redhat.com>
10066
10067 * frame.h (deprecated_pc_in_call_dummy): Rename
10068 generic_pc_in_call_dummy.
10069 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
10070 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
10071 generic_pc_in_call_dummy.
10072 (pc_in_dummy_frame): Make static.
10073 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
10074 * gdbarch.h, gdbarch.c: Re-generate.
10075 * dummy-frame.c (dummy_frame_sniffer): Simplify.
10076 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
10077 (legacy_get_prev_frame): Ditto.
10078 * inferior.h: Delete reference to generic_pc_in_call_dummy in
10079 comment.
10080
10081 2004-03-21 Andrew Cagney <cagney@redhat.com>
10082
10083 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
10084 declaration and out-of-date comment.
10085 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10086 Delete function.
10087 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
10088 deprecated_pc_in_call_dummy.
10089
10090 * infrun.c (handle_inferior_event): For non legacy frames, use the
10091 frame ID and frame type to identify a signal trampoline. Update
10092 comments.
10093
10094 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
10095
10096 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
10097 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
10098
10099 2004-03-21 Andrew Cagney <cagney@redhat.com>
10100
10101 * frame-unwind.h: Update copyright.
10102 (struct frame_data): Add opaque declaration.
10103 (frame_sniffer_ftype): Declare.
10104 (struct frame_unwind): Add "unwind_data" and "sniffer".
10105 (frame_unwind_register_unwinder): Declare.
10106 (frame_unwind_find_by_frame): Add parameter "this_cache".
10107 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
10108 (legacy_get_prev_frame, legacy_get_prev_frame)
10109 (get_frame_type): Pass the prologue_cache to
10110 frame_unwind_find_by_frame.
10111 * frame-unwind.c (struct frame_unwind_table_entry): Add field
10112 "unwinder".
10113 (frame_unwind_register_unwinder): New function.
10114 (frame_unwind_find_by_frame): Handle an unwind sniffer.
10115
10116 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
10117
10118 * bcache.c (print_percentage): Use floating point to avoid
10119 incorrect results when portion*100 overflows.
10120
10121 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10122
10123 * ppc_tdep.h (ppc_linux_frame_saved_pc)
10124 (ppc_linux_init_extra_frame_info)
10125 (ppc_linux_frameless_function_invocation)
10126 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
10127 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
10128 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
10129 (rs6000_frame_chain): Delete declarations.
10130 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
10131 (ppc_linux_init_extra_frame_info)
10132 (ppc_linux_frameless_function_invocation)
10133 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
10134 (ppc_linux_init_abi): Remove registration of above deleted functions.
10135 * rs6000-tdep.c (rs6000_init_extra_frame_info)
10136 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
10137 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
10138 (rs6000_pop_frame, rs6000_frameless_function_invocation)
10139 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
10140 (rs6000_gdbarch_init): Remove registration of above deleted functions.
10141 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
10142 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
10143 frame management for all OSABIs.
10144
10145 2004-03-19 Andrew Cagney <cagney@redhat.com>
10146
10147 Committed by Kevin Buettner <kevinb@redhat.com>.
10148
10149 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
10150 Update copyright.
10151 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
10152 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
10153 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
10154 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
10155 unwinders. #ifdef legacy frame code.
10156 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10157 "frame-base.h".
10158 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
10159 (struct rs6000_frame_cache, rs6000_frame_cache)
10160 (rs6000_frame_this_id, rs6000_frame_prev_register)
10161 (rs6000_frame_sniffer, rs6000_frame_unwind)
10162 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
10163 (rs6000_frame_base): Implement a traditional frame unwinder.
10164 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
10165 frame unwinder.
10166
10167 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10168
10169 * breakpoint.c (adjust_breakpoint_address): Don't adjust
10170 breakpoint address for watchpoints or the catch eventpoints.
10171 Add new paramter ``bptype''. Adjust all callers.
10172
10173 2004-03-19 Andrew Cagney <cagney@redhat.com>
10174
10175 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
10176
10177 * PROBLEMS: Delete note that ARM does not use frame code, problem
10178 fixed.
10179
10180 2004-03-18 Andrew Cagney <cagney@redhat.com>
10181
10182 * stack.c (return_command): Delete code wrapped in #ifdef
10183 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
10184
10185 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
10186
10187 2004-03-18 Andrew Cagney <cagney@redhat.com>
10188
10189 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
10190 DEPRECATED_IN_SIGTRAMP.
10191 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10192 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
10193 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10194 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10195 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10196 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10197 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10198 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10199 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10200 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10201
10202 2004-03-18 Andrew Cagney <cagney@redhat.com>
10203
10204 * frame-base.c: Update copyright. Include "gdb_obstack.h".
10205 (struct frame_base_table_entry): Define.
10206 (struct frame_base_table): Re-implement as a linked list.
10207 (frame_base_init): Re-implement.
10208 (frame_base_table): Delete function.
10209 (append_predicate): Delete function.
10210 (frame_base_append_sniffer): Update.
10211 (frame_base_set_default): Update.
10212 (frame_base_find_by_frame): Update.
10213 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10214 * Makefile.in (frame-base.o): Update dependencies.
10215
10216 2004-03-17 Andrew Cagney <cagney@redhat.com>
10217
10218 * frame.c (legacy_get_prev_frame): Pass correct frame to
10219 frame_unwind_find_by_frame.
10220
10221 2004-03-17 David Carlton <carlton@kealia.com>
10222
10223 * NEWS: Mention C++ nested types and namespaces
10224
10225 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
10226
10227 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10228 and "Regressions since gdb 5.3.". Add known regressions since
10229 gdb 6.0.
10230
10231 2004-03-16 David Carlton <carlton@kealia.com>
10232
10233 * dwarf2read.c (process_structure_scope): Process children even
10234 when we're a declaration.
10235
10236 2004-03-16 Andrew Cagney <cagney@redhat.com>
10237
10238 * symtab.h (find_pc_sect_partial_function): Delete declaration.
10239 * blockframe.c (find_pc_partial_function)
10240 (find_pc_sect_partial_function): Merge into a single
10241 find_pc_partial_function.
10242
10243 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10244
10245 * i386bsd-nat.c: s/regno/regnum/g.
10246 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10247 FP0_REGNUM.
10248 (store_inferior_registers): Likewise.
10249
10250 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10251
10252 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10253 of i387_fill_fsave.
10254 (store_inferior_registers): Call i387_collect_fsave and
10255 i387_collect_fxsave instead of i387_fill_fsave and
10256 i387_fill_fxsave.
10257
10258 2004-03-15 Andrew Cagney <cagney@redhat.com>
10259
10260 * Makefile.in (frame-unwind.o): Update dependencies.
10261 * frame-unwind.c: Include "gdb_obstack.h".
10262 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10263 parameter.
10264 (append_predicate): Delete function.
10265 (struct frame_unwind_table_entry): New structure.
10266 (struct frame_unwind_table): Replace "sniffer" with "head" and
10267 "tail".
10268 (frame_unwind_append_sniffer): Update.
10269 (frame_unwind_find_by_frame): Update.
10270 (_initialize_frame_unwind): Registe frame_unwind_init using
10271 gdbarch_data_register_pre_init.
10272
10273 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10274
10275 * i386bsd-nat.c: Update copyright year.
10276 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10277 define unconditionally.
10278
10279 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10280
10281 * i387-tdep.h (i387_collect_fsave): New prototype.
10282 * i387-tdep.c (i387_collect_fsave): New function containing most
10283 of the code from i387_fill_fsave.
10284 (i387_fill_fsave): Call i387_collect_fsave.
10285
10286 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10287
10288 * i386-linux-tdep.c: Update copyright year.
10289 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10290 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10291 svr4_ilp32_link_map_offsets instead of
10292 i386_linux_svr4_fetch_link_map_offsets.
10293
10294 2004-03-15 David Carlton <carlton@kealia.com>
10295
10296 Fix for PR c++/1553:
10297 * dwarf2read.c (read_structure_type): Determine type name by
10298 calling determine_class_name.
10299 (determine_class_name): New.
10300 (determine_prefix): Look at TYPE_TAG_NAME and call
10301 determine_class_name when appropriate.
10302 (determine_prefix_aux, class_name): Delete.
10303 (read_namespace): Set die->type.
10304
10305 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10306
10307 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10308 unused macro definition. The definition in target.h (or perhaps
10309 elsewhere) takes precedence.
10310
10311 2004-03-15 Andrew Cagney <cagney@redhat.com>
10312
10313 * ppc-tdep.h: Update copyright.
10314 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10315 function signatures to match "regsets.h".
10316 * ppc-linux-tdep.c: Include "regset.h".
10317 (ELF_GREGSET_SIZE): Delete.
10318 (right_supply_register): New function.
10319 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10320 using right_supply_register.
10321 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10322 functions.
10323 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10324 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10325 (_initialize_ppc_linux_tdep): Do not register
10326 ppc_linux_regset_core_fns.
10327 (ppc_linux_regset_from_core_section): Replace
10328 fetch_core_registers.
10329 (ppc_linux_regset_core_fns): Delete.
10330 * ppc-linux-nat.c: (right_fill_reg): New function.
10331 (supply_gregset): Update call to ppc_linux_supply_gregset.
10332 (fill_gregset): Clear the register set, use right_fill_reg.
10333 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10334 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10335
10336 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10337 unsigned.
10338
10339 2004-03-15 Andrew Cagney <cagney@redhat.com>
10340
10341 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10342 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10343 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10344 and register_gdbarch_data.
10345 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10346 (struct gdbarch_data): Replace "init" by "pre_init" and
10347 "post_init".
10348 * gdbarch.h, gdbarch.c: Re-generate.
10349 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10350 with"obstack", use OBSTACK_ZALLOC.
10351 (dwarf2_frame_ops): Delete.
10352 (dwarf2_frame_set_init_reg): Use gdbarch_data.
10353 (dwarf2_frame_init_reg): Use gdbarch_data.
10354 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
10355 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
10356 (_initialize_svr4_solib): Update.
10357 * user-regs.c (_initialize_user_regs): Update.
10358 * reggroups.c (_initialize_reggroup): Update.
10359 * regcache.c (_initialize_regcache): Update.
10360 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10361 * libunwind-frame.c (_initialize_libunwind_frame): Update.
10362 * gnu-v3-abi.c (init_gnuv3_ops): Update.
10363 * frame-unwind.c (_initialize_frame_unwind): Update.
10364 * frame-base.c (_initialize_frame_base): Update.
10365 * user-regs.c (user_reg_add): Update.
10366 * reggroups.c (reggroup_add): Update.
10367 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10368 * libunwind-frame.c (libunwind_frame_set_descr): Update.
10369 * frame-unwind.c (frame_unwind_append_sniffer): Update.
10370 * frame-base.c (frame_base_table): Update.
10371 * remote.c (_initialize_remote): Update.
10372 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
10373
10374 2004-03-15 Andrew Cagney <cagney@redhat.com>
10375
10376 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10377
10378 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10379
10380 * Makefile.in (frv-linux-tdep.o): Add dependencies.
10381 * frv-linux-tdep.c: New file.
10382 * frv-tdep.c (struct gdbarch_tdep): Add new field
10383 ``sigcontext_reg_addr''.
10384 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10385 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10386 (frv_sigramp_frame_sniffer): New functions.
10387 (frv_sigtramp_frame_unwind): New static global.
10388 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
10389 sniffers.
10390 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10391 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10392
10393 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10394
10395 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10396 but not via a call to error(), when unable to read memory.
10397
10398 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10399
10400 * frv-tdep.c (frv_call_dummy_words): Delete.
10401 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10402
10403 2004-03-15 Andrew Cagney <cagney@redhat.com>
10404
10405 * infrun.c (handle_step_into_function, step_over_function): Only
10406 update and use STEP_FRAME_ID when the system is using legacy
10407 frames. Update comments.
10408
10409 2004-03-14 Mark Kettenis <kettenis@gnu.org>
10410
10411 * amd64-linux-tdep.h: Remove file.
10412 * amd64-linux-tdep.c: Don't include "inferior.h" and
10413 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
10414 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10415 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10416 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10417 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10418 macros.
10419 (user_to_gdb_regmap): Remove variable.
10420 (amd64_linux_gregset_reg_offset): New variable.
10421 (amd64_core_fns): Remove variable.
10422 (fetch_core_registers): Remove function.
10423 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10424 functions.
10425 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10426 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10427 * Makefile.in (amd64_linux_tdep_h): Remove.
10428 (amd64-linux-nat.o): Update dependencies.
10429 (amd64-linux-tdep.o): Update dependencies.
10430
10431 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10432 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10433 functions.
10434 (fetch_inferior_registers, store_inferior_registers): Rewrite.
10435
10436 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10437 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10438
10439 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
10440
10441 * dwarf2read.c (read_structure_type): Rename from
10442 read_structure_scope. Don't create a symbol or call process_die.
10443 Return immediately if die->type is set. Call read_type_die before
10444 dwarf2_add_member_fn.
10445 (process_structure_scope): New function.
10446 (read_enumeration_type, process_enumeration_scope): New functions,
10447 broken out from read_enumeration. Don't create the enumeration
10448 type if it has already been created.
10449 (read_enumeration): Removed.
10450 (process_die): Call read_structure_type, process_structure_scope,
10451 read_enumeration_type, and process_enumeration_scope. Just call
10452 new_symbol for base and subrange types. Add a comment about other
10453 type dies.
10454 (read_type_die): Call read_enumeration_type.
10455 (add_partial_structure, new_symbol): Update comments.
10456
10457 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10458
10459 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10460
10461 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10462
10463 * tui/tui-win.h (tui_get_cmd_list): Declare.
10464 * tui/tui-win.c (tui_command): New function.
10465 (tui_get_cmd_list): New function.
10466 (_initialize_tui_win): Moved initialization of tui command in
10467 tui_get_cmd_list.
10468
10469 * tui/tui-data.c (init_content_element): Setup new data members.
10470 (init_win_info): Likewise.
10471 (free_content_elements): Free it.
10472 * tui/tui-data.h (struct tui_data_element): Store the register
10473 content to print.
10474 (struct tui_data_info): Keep the current register group.
10475
10476 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10477
10478 * tui/tui-regs.h (tui_show_registers): Update prototype.
10479 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10480 (tui_resize_all): No need to calculate anything for register window.
10481 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10482 (tui_set_register_element, tui_set_general_regs_content): Remove.
10483 (tui_set_special_regs_content): Remove.
10484 (tui_set_general_and_special_regs_content): Remove.
10485 (tui_set_float_regs_content): Remove.
10486 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10487 (tui_set_regs_content): Remove.
10488 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10489 (tui_v_show_registers_command_support): Remove.
10490 (tui_show_registers): Use a reggroup to specify the registers to show.
10491 (tui_show_register_group): New function.
10492 (tui_display_registers_from): Compute the layout of register window
10493 and refresh with new API; be sure to delete old register windows.
10494 (tui_check_register_values): Update to use tui_get_register and
10495 tui_display_data.
10496 (tui_display_register): Just refresh the register window part.
10497 (tui_register_format): Format registers and save in tui_data_element.
10498 (tui_get_register): New to combine tui_reg_value_has_changed and
10499 tui_get_register_raw_value; fix to use the new gdb API.
10500 (tui_show_float_command): Renamed tui_reg_float_command.
10501 (tui_show_general_command): Renamed tui_reg_general_command.
10502 (tui_show_special_command): Renamed tui_reg_system_command.
10503 (_initialize_tui_regs): Remove unused commands.
10504
10505 2004-03-13 Mark Kettenis <kettenis@gnu.org>
10506
10507 * NEWS (New native configurations): Mention OpenBSD/amd64.
10508
10509 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10510 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10511 Remove defines.
10512 * config/i386/nm-fbsd64.h: Likewise.
10513 * config/i386/nm-obsd.h: Likewise.
10514 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10515 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10516
10517 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10518
10519 * frv-tdep.c (set_variant_scratch_registers): New function.
10520 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10521 New constants.
10522
10523 From Richard Sandiford <rsandifo@redhat.com>:
10524 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10525
10526 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10527
10528 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10529 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10530 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10531 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10532 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10533 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10534 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10535 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10536 definitions from frv-tdep.c to frv-tdep.h.
10537
10538 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10539
10540 Add shared library support for FR-V FDPIC ABI:
10541 * Makefile.in (solib-frv.o): Add dependencies.
10542 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10543 New functions.
10544 (frv_push_dummy_call): Add support for FDPIC ABI.
10545 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10546 for FDPIC ABI.
10547 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10548 (frv_fdpic_find_canonical_descriptor): Declare.
10549 * solib-frv.c: New file.
10550 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10551 * config/frv/tm-frv.h (solib.h): Include.
10552
10553 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10554
10555 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10556 (frv-tdep.o): Update dependencies.
10557 * frv-tdep.h: New file.
10558 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10559 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10560 constants.
10561 (struct gdbarch_tdep): Add new member ``frv_abi''.
10562 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10563 functions.
10564 (new_variant): Set ``frv_abi'' field.
10565 (gdb_arch_init): Detect FDPIC executables.
10566
10567 2004-03-12 Mark Kettenis <kettenis@gnu.org>
10568
10569 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10570 wrapper.
10571
10572 2004-03-11 Andrew Cagney <cagney@redhat.com>
10573
10574 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10575
10576 2004-03-11 Kevin Buettner <kevinb@redhat.com>
10577
10578 * solist.h (master_so_list): New function.
10579 * solib.c (master_so_list): Likewise.
10580 * solib-svr4.c (enable_break): Iterate over so_list entries
10581 obtained from master list instead of entries obtained directly
10582 via svr4_current_sos().
10583
10584 2004-03-10 Ben Elliston <bje@gnu.org>
10585
10586 * MAINTAINERS: Update my mail address.
10587
10588 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10589
10590 * remote-m32r-sdi.c: Support hardware watchpoint.
10591
10592 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10593
10594 * user-regs.c: Update copyright years.
10595 (struct user_regs): Rename to gdb_user_regs.
10596 (append_user_reg, builtin_user_regs, user_regs_init)
10597 (user_reg_add, user_reg_map_name_to_regnum)
10598 (usernum_to_user_reg): Update.
10599
10600 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10601
10602 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10603 (skip_children): New functions.
10604 (locate_pdi_sibling): Call skip_children.
10605
10606 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10607
10608 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10609 * gdbtypes.c (check_typedef): Update comments.
10610
10611 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10612
10613 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10614 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10615 pointer. Update comment about comp_unit_head.
10616 (struct abbrev_info): Shorten two int flags.
10617 (dwarf_alloc_abbrev): Take a CU argument.
10618 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10619 each time through the loop. Update cleanup argument.
10620 (psymtab_to_symtab_1): Update cleanup call.
10621 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10622 abbrev_obstack.
10623 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10624 Just call obstack_free and clear the pointer.
10625
10626 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10627
10628 * infrun.c (handle_inferior_event): Remove short-circuit code for
10629 events in a different thread.
10630
10631 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10632
10633 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10634 print the whole transfer.
10635 (initialize_targets): Update description of "set debug target".
10636
10637 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10638
10639 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10640
10641 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
10642
10643 * MAINTAINERS (write after approval): Add myself.
10644
10645 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10646
10647 * sh-tdep.c (sh_print_registers_info): Use for loop.
10648 Don't skip multiple registers when a float register is encountered.
10649
10650 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10651
10652 Fix PR tdep/1291.
10653 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10654 to official SH documentation.
10655
10656 2004-03-07 Andrew Cagney <cagney@redhat.com>
10657
10658 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10659 unused function.
10660
10661 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
10662
10663 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10664 (arm_get_next_pc): Handle BX and BLX.
10665
10666 2004-03-07 Andrew Cagney <cagney@redhat.com>
10667
10668 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10669 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10670 HPPA_SP_REGNUM.
10671 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10672 (hppa_target_read_fp): Delete.
10673 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10674 register_virtual_size, max_register_raw_size,
10675 max_register_virtual_size, register_byte, register_size,
10676 target_read_fp, fp_regnum, and register_bytes. Set register_type
10677 instead of register_virtual_type.
10678 (hppa32_register_type, hppa64_register_type): Replace
10679 hppa32_register_virtual_type and hppa64_register_virtual_type.
10680 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10681 (HPPA_FP_REGNUM): Define.
10682
10683 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10684
10685 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10686 (pa_do_registers_info): Delete.
10687 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
10688 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
10689 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
10690
10691 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10692 GDB_TARGET_IS_HPPA code.
10693 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
10694 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
10695 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10696 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
10697 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10698 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10699 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
10700 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
10701 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10702 (hppa_frameless_function_invocation, hppa64_store_return_value)
10703 (hppa_store_struct_return, hppa64_extract_return_value)
10704 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
10705 (hppa32_call_dummy_length, hppa64_call_dummy_length)
10706 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
10707 (find_proc_framesize, deposit_21, restore_pc_queue)
10708 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
10709 (rp_saved, pc_in_linker_stub): Delete.
10710
10711 Unconditionally enable 64-bit frame and ABI code.
10712 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10713 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10714 push_dummy_frame, fix_call_dummy, push_arguments,
10715 call_dummy_location, extract_return_value, use_struct_convention,
10716 store_return_value, store_struct_return, saved_pc_after_call,
10717 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
10718 frame_chain, frame_chain_valid, frameless_function_invocation,
10719 frame_saved_pc, and pop_frame.
10720
10721 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
10722 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
10723 (hppa_gdbarch_init): Do not set PC_REGNUM.
10724
10725 2004-03-06 Mark Kettenis <kettenis@gnu.org>
10726
10727 * config/alpha/tm-fbsd.h: Remove file.
10728 * config/alpha/fbsd.mt: Tweak comment.
10729 (TM_FILE): Set to tm-alpha.h.
10730
10731 2004-03-05 Andrew Cagney <cagney@redhat.com>
10732
10733 * infrun.c (step_over_function): When non-legacy code, and no
10734 step_frame_id, use the unwinder to get the caller's frame ID.
10735
10736 2004-03-05 Mark Kettenis <kettenis@gnu.org>
10737
10738 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
10739 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
10740 bfd_arch_unknown. Adjust comment.
10741
10742 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
10743 * i386obsd-tdep.c: Correct spelling in comment.
10744 * i386nbsd-tdep.c: Correct spelling in comment.
10745 * sparc-tdep.c: Correct spelling in comments.
10746
10747 2004-03-05 David Carlton <carlton@kealia.com>
10748
10749 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
10750 bug.
10751
10752 2004-03-05 Mark Kettenis <kettenis@gnu.org>
10753
10754 * sparc-tdep.c: Fix typo in comment.
10755
10756 2004-03-04 J. Brobecker <brobecker@gnat.com>
10757
10758 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
10759
10760 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
10761
10762 * dwarf2read.c: Add comment describing memory lifetimes.
10763 (struct dwarf2_pinfo): Update comment.
10764 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
10765 (read_enumeration, new_symbol): Don't use obsavestring.
10766
10767 2004-03-04 Mark Kettenis <kettenis@gnu.org>
10768
10769 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
10770 instead of amd64_fill_fxsave.
10771 * amd64bsd-nat.c (store_inferior_registers): Likewise.
10772 * amd64fbsd-nat.c (fill_fpregset): Likewise.
10773
10774 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
10775 Reorganize code a bit.
10776
10777 2004-03-04 Orjan Friberg <orjanf@axis.com>
10778
10779 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
10780 when the frame pointer is pushed. Don't set the frame pointer's
10781 address on the stack unless it's actually located there.
10782 Set the SRP's address on the stack correctly when the PC is still in
10783 the prologue.
10784 (cris_return_value): New function.
10785 (cris_gdbarch_init): Clear deprecated store_return_value,
10786 extract_return_value.
10787
10788 2004-03-02 Jim Blandy <jimb@redhat.com>
10789
10790 * stabsread.c (reg_value_complaint): The maximum register number
10791 is one less than the number of registers.
10792
10793 2004-03-02 Andrew Cagney <cagney@redhat.com>
10794
10795 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
10796 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
10797 trailing comma and redundant assignment of I386_ST0_REGNUM.
10798 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
10799 32-bit segment registers.
10800
10801 2004-03-01 Andrew Cagney <cagney@redhat.com>
10802
10803 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
10804 use frame_relative_level and get_next_frame.
10805
10806 2004-02-29 Andrew Cagney <cagney@redhat.com>
10807
10808 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
10809 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
10810 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
10811 Delete macro.
10812
10813 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10814
10815 * inflow.c (terminal_inferior): Don't give up the terminal if we
10816 previously couldn't get the inferior's terminal state.
10817
10818 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10819
10820 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
10821 PC_REGNUM.
10822
10823 2004-02-28 Andrew Cagney <cagney@redhat.com>
10824
10825 * NEWS: Refer to GDB 6.1.
10826 * README: Refer to GDB 6.1.
10827 * PROBLEMS: Refer to GDB 6.1.
10828
10829 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
10830
10831 * thread-db.c (disable_thread_signals): Remove unused function.
10832
10833 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10834
10835 * amd64-nat.c: Include "gdb_string.h".
10836 (amd64_collect_native_gregset): Zero-extend the 32-bit
10837 general-purpose registers and %eip.
10838
10839 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
10840 * amd64-tdep.c (amd64_collect_fxsave): New function.
10841 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
10842
10843 * i387-tdep.h: Update copyright year.
10844 (i387_collect_fxsave): New prototype.
10845 * i387-tdep.c: Update copyright year.
10846 (i387_collect_fxsave): New function containing most of the code
10847 from i387_fill_fxsave.
10848 (i387_fill_fxsave): Call i387_collect_fxsave.
10849
10850 2004-02-28 Andrew Cagney <cagney@redhat.com>
10851
10852 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
10853 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
10854
10855 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10856
10857 * amd64-tdep.c (amd64_frame_cache): Fix comment.
10858
10859 2004-02-28 Andrew Cagney <cagney@redhat.com>
10860
10861 * utils.c: Use "", instead of <>, to include readline.
10862 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
10863 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
10864 * source.c, solib.c, exec.c, event-top.c: Ditto.
10865 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
10866 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
10867 * Makefile.in: Update all dependencies.
10868 (readline_tilde_h, readline_history_h): Define.
10869 (readline_headers): Delete.
10870
10871 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10872
10873 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
10874 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
10875 "config/i386/tm-lx64.h".
10876
10877 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
10878 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
10879 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
10880
10881 2004-02-28 Andrew Cagney <cagney@redhat.com>
10882
10883 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
10884
10885 * breakpoint.c (_initialize_breakpoint): Use
10886 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
10887 Add help to show command.
10888
10889 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10890
10891 * i386-nat.c: Reformat to be closer to coding standards.
10892 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
10893 `retval'. Make variables `align' and `size' local to while-loop.
10894 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
10895 (_initialize_i386_nat): New prototype.
10896
10897 * tui/tui.c: Include <readline/readline.h> instead of
10898 "readline/readline.h". Include it after <term.h> and
10899 "gdb_curses.h".
10900
10901 2004-02-27 Andrew Cagney <cagney@redhat.com>
10902
10903 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
10904 the new frame unwind code.
10905 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
10906 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
10907 PCOQ_HEAD_REGNUM.
10908
10909 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
10910 "return_value" and "push_dummy_call".
10911 (hppa32_use_struct_convention): Delete unused function.
10912 (hppa32_store_return_value): Delete unused function.
10913 (hppa32_extract_return_value): Delete unused function.
10914 (hppa32_stack_align): Delete function.
10915
10916 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
10917
10918 * coffread.c (enter_linenos): Don't let rawptr reference memory
10919 outside linetab[]'s limits.
10920
10921 2004-02-27 Andrew Cagney <cagney@redhat.com>
10922
10923 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
10924 inferior stack space - the stack needs to grow upwards.
10925 (hppa32_frame_align): New function.
10926 (hppa64_frame_align): Replace hppa_frame_align.
10927 (hppa_gdbarch_init): Update.
10928
10929 2004-02-26 Orjan Friberg <orjanf@axis.com>
10930
10931 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
10932 (dwarf2-frame.h): Include.
10933 (enum cris_regnums): New enum CRIS_FP_REGNUM.
10934 Remove static variables related to ABI setting.
10935 (struct gdbarch_tdep): Remove cris_abi member.
10936 (struct frame_extra_info): Remove.
10937 (cris_unwind_cache, stack_item): New structs.
10938 (cris_frame_unwind, cris_frame_base): New variables.
10939 (push_stack_item, pop_stack_item)
10940 (cris_frame_unwind_cache, cris_frame_this_id)
10941 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
10942 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
10943 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
10944 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
10945 (cris_reg_struct_has_addr): New functions.
10946 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
10947 (cris_frame_saved_pc, cris_saved_pc_after_call,
10948 (cris_store_struct_return, cris_frameless_function_invocation)
10949 (cris_pop_frame, cris_skip_prologue_main)
10950 (cris_abi_original_store_return_value)
10951 (cris_abi_v2_store_return_value)
10952 (cris_abi_original_extract_return_value)
10953 (cris_abi_v2_extract_return_value)
10954 (cris_abi_original_reg_struct_has_addr)
10955 (cris_abi_v2_reg_struct_has_addr)
10956 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
10957 (cris_push_return_address, cris_abi_update): Remove.
10958 (_initialize_cris_tdep): Remove ABI command.
10959 (cris_dump_tdep): Ditto.
10960 (cris_gdbarch_init): Remove ABI command.
10961 Set store_return_value, extract_return_value, push_dummy_code,
10962 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
10963 frame_unwind_append_sniffer, frame_base_set_default.
10964 Clear deprecated init_frame_pc, push_arguments, store_return_value,
10965 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
10966 sizeof_call_dummy_words, get_saved_register, push_return_address,
10967 pop_frame, store_struct_return, frame_init_saved_regs,
10968 init_extra_frame_info, frameless_function_invocation, frame_chain,
10969 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
10970 dummy_write_sp.
10971
10972 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10973
10974 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
10975 * valprint.c (print_hex_chars): Change from static to external.
10976 (print_char_chars): New function.
10977 * printcmd.c (print_scalar_formatted): For integer and enum types
10978 that are longer than LONGEST, perform processing via appropriate
10979 print_*_chars routines.
10980
10981 2004-02-26 Andrew Cagney <cagney@redhat.com>
10982
10983 * Makefile.in: Update dependencies.
10984 Changes from Ulrich Weigand,
10985 * s390-tdep.c: Include "dwarf2-frame.h".
10986 (s390_dwarf2_frame_init_reg): New function.
10987 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
10988 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
10989
10990 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10991
10992 * breakpoint.c (pending_break_support): New setting variable.
10993 (break_command_1): Account for pending_break_support setting
10994 when creating pending breakpoints.
10995 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
10996 (_initialize_breakpoint): Add "set breakpoint pending" and
10997 "show breakpoint pending" commands.
10998
10999 2004-02-26 Andrew Cagney <cagney@redhat.com>
11000
11001 Fix PR i18n/1570.
11002 * charset.c (backslashable, backslashed, represented): Remove 'e'
11003 from list of escaped characters, not part of ISO-C.
11004
11005 2004-02-25 J. Brobecker <brobecker@gnat.com>
11006
11007 From Peter Schauer <schauer@pdf.de>:
11008 * tui/tui.c: Move system header includes after local includes.
11009 Fixes a build failure on solaris systems.
11010
11011 2004-02-25 J. Brobecker <brobecker@gnat.com>
11012
11013 * configure.in: Refine the previous change.
11014 * configure: Regenerate.
11015
11016 2004-02-25 Mark Kettenis <kettenis@gnu.org>
11017
11018 * amd64-tdep.h: Renamed from x86-64-tdep.h.
11019 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
11020 "amd64-tdep.h" instead of "x86-64-tdep.h".
11021 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11022 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
11023 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
11024 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11025 and "x86-64-tdep.c".
11026 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
11027 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11028 and "x86-64-tdep.c".
11029 * amd64bsd-nat.c: Update copyright year.
11030 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11031 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
11032 "x86-64-tdep.h".
11033 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
11034 "x86-64-tdep.h".
11035 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
11036 "x86-64-tdep.h".
11037 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
11038 "x86-64-tdep.h".
11039 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
11040 "x86-64-tdep.h".
11041 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
11042 "x86-64-tdep.h".
11043 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
11044 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
11045 * Makefile.in (amd64_linux_tdep_h): Renamed from
11046 x86_64_linux_tdep_h.
11047 (amd64_tdep_h): Renamed from x86_64_tdep_h.
11048 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
11049 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
11050 (amd64obsd-tdep.o): Update dependencies.
11051 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
11052 dependencies.
11053 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
11054 dependencies.
11055 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
11056 amd64-linux-nat.c amd64-linux-tdep.c.
11057 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
11058 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
11059 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
11060 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
11061 amd64-tdep.o and amd64-linux-tdep.o.
11062 (TM_FILE): Set to tm-linux64.h.
11063 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
11064 (NAT_FILE): Set to nm-linux64.h.
11065 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
11066 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11067 amd64-tdep.o.
11068 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11069 amd64-tdep.o.
11070 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11071 amd64-tdep.o.
11072
11073 2004-02-25 Roland McGrath <roland@redhat.com>
11074
11075 * remote.c (remote_protocol_qPart_auxv): New variable.
11076 (init_all_packet_configs): Initialize it.
11077 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
11078 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
11079 (show_remote_cmd): Call it.
11080 (_initialize_remote): Initialize commands.
11081 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
11082 service TARGET_OBJECT_AUXV requests.
11083
11084 2004-02-25 J. Brobecker <brobecker@gnat.com>
11085
11086 * configure.in: Make sure that the wborder function is available.
11087 Otherwise, search for it in the cur_colr library.
11088 * configure: Regenerate.
11089
11090 2004-02-25 Andrew Cagney <cagney@redhat.com>
11091
11092 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
11093
11094 2004-02-25 Mark Kettenis <kettenis@gnu.org>
11095
11096 * config/i386/tm-x86-64linux.h: Tweak comments.
11097
11098 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
11099
11100 * MAINTAINERS: Add self to write-after-approval list.
11101
11102 2004-02-25 Andrew Cagney <cagney@redhat.com>
11103
11104 PR cli/1566. Problem found, and fix suggested by David Allan.
11105 * cli/cli-script.c (execute_control_command): Unconditionally
11106 install a cleanup. Default "ret" to "invalid_control". Use
11107 "break" instead of "return" to escape from the switch.
11108
11109 2004-02-24 J. Brobecker <brobecker@gnat.com>
11110
11111 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
11112 with the lines macro defined in term.h on AiX.
11113 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
11114 a collision with the label_width macro defined in term.h on AiX.
11115
11116 2004-02-23 David Mosberger <davidm@hpl.hp.com>
11117
11118 Committed by Kevin Buettner <kevinb@redhat.com>.
11119
11120 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
11121 * ia64-tdep.c (ia64_write_pc): Make it a global function.
11122 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
11123 instead of ia64_write_pc().
11124 * ia64-linux-tdep.c (regcache.h): Include.
11125 (ia64_linux_write_pc): New function.
11126
11127 2004-02-23 Roland McGrath <roland@redhat.com>
11128
11129 * auxv.c (info_auxv_command): Fix typos in error messages.
11130
11131 2004-02-23 Mark Kettenis <kettenis@gnu.org>
11132
11133 * x86-64-tdep.h: Tweak comment.
11134 (enum amd64_regnum): New.
11135 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
11136 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
11137 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
11138 (X86_64_XMM1_REGNUM): Removed.
11139 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
11140 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
11141 prototypes for renamed functions.
11142 * x86-64-tdep.c: Fix typo.
11143 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
11144 register numbers.
11145 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
11146 Use constants from `enum amd64_regnum' for register numbers.
11147 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
11148 (amd64_analyze_prologue, amd64_frame_cache,
11149 amd64_sigtramp_frame_cache): Use constants from `enum
11150 amd64_regnum' for register numbers.
11151 (amd64_supply_fpregset): Adjust for renamed functions.
11152 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
11153 `enum amd64_regnum' for register numbers.
11154 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
11155 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
11156 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
11157 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
11158 (amd64_linux_fill_gregset): Adjust for renamed macros.
11159 (fetch_core_registers): Adjust for renamed functions.
11160 (amd64_linux_init_abi): Adjust for renamed functions.
11161 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
11162 renamed functions.
11163 * amd64-nat.c: Adjust for renamed macros.
11164 * amd64bsd-nat.c (fetch_inferior_registers)
11165 (store_inferior_registers): Use constants from `enum amd64_regnum'
11166 for register numbers. Adjust for renamed variables.
11167 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
11168 renamed variables.
11169 (_initialize_amd64fbsd_nat): Use constants from `enum
11170 amd64_regnum' for register numbers.
11171 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
11172 `enum amd64_regnum' for register numbers.
11173 (amd64fbsd_init_abi): Adjust for renamed functions.
11174 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
11175 `enum amd64_regnum' for register numbers.
11176 (amd64nbsd_init_abi): Adjust for renamed functions.
11177 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
11178 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
11179 `enum amd64_regnum' for register numbers.
11180 (amd64obsd_init_abi): Adjust for renamed functions.
11181 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
11182
11183 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11184
11185 * breakpoint.c (print_one_breakpoint): Do not output spaces
11186 after printing <PENDING> for a pending breakpoint.
11187
11188 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11189
11190 * printcmd.c (print_scalar_formatted): Initialize val_long
11191 to remove compiler warning message.
11192
11193 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11194
11195 * defs.h (nquery, yquery): New prototypes.
11196 * breakpoint.c (break_command_1): Use new nquery interface.
11197 * utils.c (defaulted_query, nquery, yquery): New functions.
11198
11199 2004-02-23 Andrew Cagney <cagney@redhat.com>
11200
11201 * hppa-tdep.c (hppa_frame_align): New function.
11202 (hppa32_push_dummy_call): New function.
11203 (hppa64_push_dummy_call): New function.
11204 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11205 disabled.
11206
11207 * infcall.c (legacy_push_dummy_code): Don't call deprecated
11208 FIX_CALL_DUMMY when push_dummy_call is available.
11209 (call_function_by_hand, push_dummy_code): Ditto.
11210
11211 2004-02-22 Andrew Cagney <cagney@redhat.com>
11212
11213 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11214 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11215 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11216 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11217 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11218 call_dummy_location to ON_STACK.
11219
11220 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11221
11222 * x86-64-linux-tdep.c: Tweak comment.
11223 (amd64_linux_supply_gregset): Renamed from
11224 x86_64_linux_supply_gresget.
11225 (amd64_linux_fill_gregset): Renamed from
11226 x86_64_linux_fill_gregset.
11227 (fetch_core_registers): Adjust for renamed functions.
11228 (amd64_core_fns): Renamed from x86_64_core_fns.
11229 (amd64_linux_sigtramp_start): Renamed from
11230 x86_64_linux_sigtramp_start.
11231 (amd64_linux_pc_in_sigtramp): Renamed from
11232 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
11233 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11234 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11235 (amd64_linux_sigcontext_addr): Renamed from
11236 x86_64_linux_sigcontext_addr.
11237 (amd64_linux_sc_reg_offset): Renamed from
11238 x86_64_linux_sc_reg_offset.
11239 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11240 Adjust for renamed functions and variables.
11241 (_initialize_amd64_linux_tdep): Renamed from
11242 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
11243 variables.
11244 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
11245 Adjust for renamed functions.
11246
11247 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11248 from x86_64_linux_gregset64_reg_offset.
11249 (amd64_linux_gregset32_reg_offset): Rename from
11250 x86_64_linux_gregset64_reg_offset.
11251 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11252 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11253 (amd64_linux_dr_set_control): Renamed from
11254 x86_64_linux_dr_set_control. Adjust for renamed functions.
11255 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11256 Adjust for renamed functions.
11257 (amd64_linux_dr_reset_addr): Renamed from
11258 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11259 (amd64_linux_dr_get_status): Renamed from
11260 x86_64_linux_dr_get_status. Adjust for renamed functions.
11261 (_initialize_amd64_linux_nat): Renamed from
11262 _initialize_x86_64_linux_nat. Adjust for renamed variables and
11263 functions.
11264 * config/i386/nm-x86-64linux.h: Update copyright year.
11265 Adjust for renamed functions.
11266
11267 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11268 amd64fbsd_sigtramp_start.
11269 (amd64fbsd_sigtramp_end_addr): Renamed from
11270 amd64fbsd_sigtramp_end.
11271 (amd64fbsd_init_abi): Adjust for renamed variables.
11272 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11273 variables.
11274 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11275 amd64fbsd_sigtramp_start.
11276 (amd64fbsd_sigtramp_end_addr): Renamed from
11277 amd64fbsd_sigtramp_end.
11278
11279 2004-02-22 Andrew Cagney <cagney@redhat.com>
11280
11281 * hppa-tdep.c (hppa32_return_value): New function.
11282 (hppa64_return_value): New function.
11283 (hppa_gdbarch_init): Set return_value; keep disabled.
11284
11285 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11286 struct-return and inferior function call methods.
11287
11288 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11289 "frame-base.h".
11290 (struct hppa_frame_cache): Define.
11291 (hppa_frame_cache, hppa_frame_this_id): New functions.
11292 (hppa_frame_prev_register): New function.
11293 (hppa_frame_unwind, hppa_frame_base): New variables.
11294 (hppa_frame_unwind_sniffer): New function.
11295 (hppa_frame_base_address, hppa_unwind_pc): New function.
11296 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11297 sniffer, and frame base sniffer; keep disabled.
11298 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11299 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11300
11301 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11302 to predicates for "seriously old code".
11303
11304 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11305 runtime if(0).
11306
11307 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11308 unsigned.
11309 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
11310
11311 * config/pa/tm-hppa.h: Update copyright.
11312 (DEPRECATED_INIT_FRAME_PC): Delete macro.
11313 (deprecated_init_frame_pc_default): Delete declaration.
11314 (hppa_frame_init_saved_regs): Delete declaration.
11315 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11316 * hppa-tdep.c: Include "arch-utils.h".
11317 (hppa_gdbarch_init): Set deprecated init_frame_pc
11318 and deprecated frame_init_saved_regs.
11319 (hppa_frame_init_saved_regs): Make static.
11320
11321 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11322
11323 Remove old 386BSD support.
11324 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
11325 * configure.host: Remove i[34567]86-*-bsd*.
11326 * configure.tgt: Remove i[34567]86-*-bsd*.
11327 * i386b-nat.c: Removed.
11328 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
11329 (i386b-nat.o): Remove dependencies.
11330
11331 * config/i386/i386bsd.mh: Removed.
11332 * config/i386/i386bsd.mt: Removed.
11333 * config/i386/nm-i386bsd.h: Removed.
11334 * config/i386/tm-i386bsd.h: Removed.
11335 * config/i386/xm-i386bsd.h: Removed.
11336
11337 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11338
11339 * amd64fbsd-tdep.c: Include "solib-svr4.h".
11340 (amd64fbsd_init_abi): Set link map offsets.
11341 * amd64nbsd-tdep.c: Include "slib-svr4.h".
11342 (amd64nbsd_init_abi): Set link map offsets.
11343 * amd64obsd-tdep.c: Include "solib-svr4.h".
11344 (amd64obsd_init_abi): Set link map offsets.
11345 * i386fbsd-tdep.c: Include "solib-svr4.h".
11346 (i386fbsd_init_abi): Set link map offsets.
11347 * i386nbsd-tdep.c: Include "solib-svr4.h".
11348 (i386nbsdelf_init_abi): Set link map offsets.
11349 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11350 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11351 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11352 solib-legacy.o and core-aout.o. Reformat.
11353 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11354 solib-svr4.o, solib-legacy.o. Reformat.
11355 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
11356 * config/i386/nbsdelf.mh: Reformat.
11357 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11358 solib-svr4.o, solib-legacy.o and corelow.o.
11359 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11360 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11361 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
11362 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11363 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11364 (TM_FILE): Set to tm-fbsd.h.
11365 * config/i386/nbsd.mt (TDEPFILES): Reformat.
11366 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11367 solib-svr4.o.
11368 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11369 solib-svr4.o.
11370 (TM_FILE): Set to nm-nbsd.h.
11371 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
11372 Simplify shared library support. Don't include "elf/common.h".
11373 (SVR4_SHARED_LIBS): Don't define.
11374 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
11375 "solib.h".
11376 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11377 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
11378 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
11379 Don't include "i386/tm-i386.h". Include "solib.h".
11380 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
11381 Don't include "i386/tm-i386.h".
11382 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
11383 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
11384 Include "i386/xm-i386.h".
11385 (HOST_LONG_DOUBLE_FORMAT): Remove.
11386
11387 Fix OpenBSD/i386 sigtramp recognition.
11388 * i386-tdep.h: Update copyright year.
11389 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11390 (i386bsd_sigtramp_end): New prototypes.
11391 (i386fbsd_sigtramp_start_addr): Renamed from
11392 i386fbsd_sigtramp_start.
11393 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11394 (i386obsd_sigtramp_start_addr): Renamed from
11395 i386obsd_sigtramp_start.
11396 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11397 * i386bsd-tdep.c: Update copyright year.
11398 (i386bsd_pc_in_sigtramp): Make public.
11399 * i386fbsd-nat.c: Update copyright year.
11400 (_initialize_i386fbsd_nat): Adjust for renamed variables.
11401 * i386fbsd-tdep.c: Update copyright year.
11402 (i386fbsd_sigtramp_start_addr): Renamed from
11403 i386fbsd_sigtramp_start.
11404 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11405 (i386fbsdaout_init_abi): Adjust for renamed variables.
11406 * i386obsd-nat.c: Update copyright year.
11407 (_initialize_i386obsd_nat): Adjust for renamed variables.
11408 * i386obsd-tdep.c: Include "target.h".
11409 (i386obsd_page_size): New variable.
11410 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11411 (i386obsd_sigtramp_end): New functions.
11412 (i386obsd_sigtramp_start_addr): Renamed from
11413 i386obsd_sigtramp_start.
11414 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11415 (i386obsd_init_abi): Adjust for renamed variables. Set
11416 pc_in_sigtramp, sigtramp_start and sigtramp_end.
11417 * Makefile.in (i386obsd-tdep.o): Update dependencies.
11418
11419 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11420 trampoline change in OpenBSD kernel.
11421
11422 * amd64-nat.c: Update copyright year.
11423 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11424 architecture from REGCACHE.
11425
11426 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11427 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11428
11429 2004-02-21 Mark Kettenis <kettenis@gnu.org>
11430
11431 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11432 i[34567]86-*-openbsd3.[0-3].
11433 * config/i386/obsdaout.mh: New file.
11434
11435 * config/i386/obsd.mh (MH_FLAGS): Remove.
11436
11437 Fix PR build/1549.
11438 * i386obsd-tdep.c: Update copyright years. Include
11439 "solib-svr4.h".
11440 (i386obsd_init_abi): Don't set regset_from_core_section here.
11441 (i386obsd_aout_init_abi): New function. Set
11442 regset_from_core_section here.
11443 (i386obsd_elf_init_abi): New function.
11444 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11445 * Makefile.in (i386obsd-tdep.o): Update dependecies.
11446 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11447 (TM_FILE): Set to tm-nbsd.h.
11448
11449 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11450 solib-sunos.o.
11451
11452 * solib-svr4.h: Update copyright year.
11453 (svr4_ilp32_fetch_link_map_offsets)
11454 (svr4_lp64_fetch_link_map_offsets): New prototype.
11455 * solib-svr4.c: Update copyright year.
11456 (svr4_ilp32_fetch_link_map_offsets)
11457 (svr4_lp64_fetch_link_map_offsets): New function.
11458
11459 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
11460
11461 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11462 to the partial symbol table.
11463
11464 2004-02-20 J. brobecker <brobecker@gnat.com>
11465
11466 * PROBLEMS: Add description of problem documented under gdb/1560.
11467
11468 2004-02-20 Mark Kettenis <kettenis@gnu.org>
11469
11470 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
11471 comments.
11472 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11473 functions.
11474 (amd64obsd_init_abi): Reorder initializations. Use
11475 amd64obsd_r_reg_offset to initialize the general-purpose register
11476 set details. Set regset_from_core_section.
11477 (_initialize_amd64obsd_tdep): Rename from
11478 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
11479 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11480 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11481
11482 * NEWS (New native configurations): Mention OpenBSD/alpha.
11483 * configure.tgt: Add alpha*-*-openbsd*.
11484 * configure.host: Add alpha*-*-openbsd*.
11485 * alphanbsd-tdep.c: Update copyright year.
11486 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11487
11488 2004-02-20 Andrew Cagney <cagney@redhat.com>
11489
11490 Fix PR tdep/1372.
11491 * configure.tgt: Delete target "none-*-*".
11492 * configure.host: Delete host "none-*-*".
11493 * config/none/none.mh: Delete file.
11494 * config/none/none.mt: Delete file.
11495 * config/none/xm-none.h: Delete file.
11496 * config/none/tm-none.h: Delete file.
11497 * config/none/nm-none.h: Delete file.
11498
11499 2004-02-19 Fred Fish <fnf@redhat.com>
11500
11501 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11502 cache->uses_fp prior to setting it.
11503
11504 2004-02-19 Fred Fish <fnf@redhat.com>
11505
11506 Fix for PR breakpoint/1558.
11507 * sh-tdep.c (IS_JSR): New macro.
11508 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11509
11510 2004-02-19 Jim Blandy <jimb@redhat.com>
11511
11512 * findvar.c (value_from_register): Doc fix.
11513
11514 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
11515
11516 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11517 type being greater than sizeof of host's LONGEST. Always use
11518 unpack_long() unless format 'f' chosen.
11519
11520 2004-02-19 Joel Brobecker <brobecker@gnat.com>
11521
11522 Committed by Elena Zannoni <ezannoni@redhat.com>
11523
11524 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11525 contains a symbol wich is the best, non-exact match for the given
11526 pc. Update comments.
11527
11528 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
11529
11530 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11531 macro, which was part of the now removed Mach 3 port.
11532 * utils.c (request_quit): Ditto.
11533
11534 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11535
11536 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11537 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11538
11539 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11540
11541 Committed by Mark Kettenis <kettenis@gnu.org>.
11542
11543 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11544 Define.
11545
11546 2004-02-18 Andrew Cagney <cagney@redhat.com>
11547
11548 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11549 CONFIG_INSTALL and CONFIG_UNINSTALL.
11550 * configure: Re-generate.
11551 * interps.h (INTERP_TUI): Define.
11552 * Makefile.in: Update dependencies.
11553 (TUI): New macro.
11554 (tui-main.o): Specify dependencies.
11555 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11556 * tui/tui-main.c: New file.
11557
11558 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11559
11560 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11561 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11562 dependencies.
11563 * configure.host: Add x86_64-*-openbsd*.
11564 * configure.tgt: Add x86_64-*-openbsd*.
11565 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11566
11567 * tui/tui.c: Don't include <malloc.h>.
11568
11569 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11570 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11571 amd64nbsd-tdep.c.
11572
11573 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
11574 static. Remove extraneous whitespace.
11575 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11576 static.
11577
11578 2004-02-17 Jim Blandy <jimb@redhat.com>
11579
11580 * findvar.c (value_from_register): Doc fix.
11581
11582 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11583
11584 Committed by Jim Blandy <jimb@redhat.com>.
11585
11586 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
11587 CORE_ADDR as type for selectors. Correct types for GNU run time
11588 message lookup function to use double indirection.
11589 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11590 * objc-lang.h (lookup_child_selector): Adapt prototype.
11591
11592 * s390-nat.c (SUBOFF): New macro.
11593 (supply_gregset, fill_gregset): Use it to handle debugging
11594 of 32-bit exectuables running under a 64-bit kernel.
11595 * s390-tdep.c: Include "solib-svr4.h".
11596 (s390_svr4_fetch_link_map_offset): New function.
11597 (s390x_svr_fetch_link_map_offset): Likewise.
11598 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11599 * Makefile.in (s390-tdep.o): Update dependencies.
11600
11601 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11602 "frame-unwind.h".
11603 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11604 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11605 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11606 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11607 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11608 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
11609 S390_SIGNAL_FRAMESIZE,
11610 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11611 (struct frame_extra_info): Remove.
11612 (s390_memset_extra_info): Remove.
11613 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11614 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11615 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
11616 (is_rse): Renamed to ...
11617 (is_rsy): ... this. Support long displacements.
11618 (is_rxe): Renamed to ...
11619 (is_rxy): ... this. Support long displacements.
11620 (compute_x_addr): Support long displacements.
11621 (struct s390_prologue_data): New data type.
11622 (s390_on_stack): Change API to use struct s390_prologue_data.
11623 (s390_store): Reimplement.
11624 (s390_load): New function.
11625 (s390_get_signal_frame_info): Remove.
11626 (s390_get_frame_info): Remove, replace by ...
11627 (s390_analyze_prolog): ... this new function.
11628 (s390_check_function_end): Remove.
11629 (s390_function_start): Remove.
11630 (s390_frameless_function_invokation): Remove.
11631 (s390_is_sigreturn): Remove.
11632 (s390_init_frame_pc_first): Remove.
11633 (s390_init_frame_extra_info): Remove.
11634 (s390_frame_init_saved_regs): Remove.
11635 (s390_frame_saved_pc_nofix): Remove.
11636 (s390_frame_saved_pc): Remove.
11637 (s390_frame_chain): Remove.
11638 (s390_fp_regnum, s390_read_fp): Remove.
11639 (s390_pop_frame_regular, s390_pop_frame): Remove.
11640 (s390_saved_pc_after_call): Remove.
11641 (s390_skip_prologue): Reimplement.
11642 (s390_in_function_epilogue_p): Support long displacements.
11643 (struct s390_unwind_cache): New data structure.
11644 (s390_frame_unwind_cache): New function.
11645 (s390_prologue_frame_unwind_cache): Likewise.
11646 (s390_backchain_frame_unwind_cache): Likewise.
11647 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11648 (s390_frame_unwind): Define.
11649 (s390_frame_sniffer): New function.
11650 (struct s390_pltstub_unwind_cache): New data structure.
11651 (s390_pltstub_frame_unwind_cache): New function.
11652 (s390_pltstub_frame_this_id): Likewise.
11653 (s390_pltstub_frame_prev_register): Likewise.
11654 (s390_pltstub_frame_unwind): Define.
11655 (s390_pltstub_frame_sniffer): New function.
11656 (struct s390_sigtramp_unwind_cache): New data structure.
11657 (s390_sigtramp_frame_unwind_cache): New function.
11658 (s390_sigtramp_frame_this_id): Likewise.
11659 (s390_sigtramp_frame_prev_register): Likewise.
11660 (s390_sigtramp_frame_unwind): Define.
11661 (s390_sigtramp_frame_sniffer): New function.
11662 (s390_frame_base_address, s390_local_base_address): New functions.
11663 (s390_frame_base): Define.
11664 (s390_unwind_pc, s390_unwind_sp): New function.
11665 (s390_push_dummy_call): Use new frame base location.
11666 (s390_unwind_dummy_id): Likewise.
11667 (s390_gdbarch_init): Remove calls to:
11668 set_gdbarch_frameless_function_invocation,
11669 set_gdbarch_deprecated_init_frame_pc,
11670 set_gdbarch_deprecated_frame_chain,
11671 set_gdbarch_deprecated_frame_init_saved_regs,
11672 set_gdbarch_deprecated_pop_frame,
11673 set_gdbarch_deprecated_init_extra_frame_info,
11674 set_gdbarch_deprecated_init_frame_pc_first,
11675 set_gdbarch_deprecated_target_read_fp,
11676 set_gdbarch_deprecated_frame_saved_pc,
11677 set_gdbarch_deprecated_saved_pc_after_call,
11678 set_gdbarch_deprecated_fp_regnum.
11679 Add calls to:
11680 set_gdbarch_in_solib_call_trampoline,
11681 frame_unwind_append_sniffer,
11682 frame_base_set_default,
11683 set_gdbarch_unwind_pc,
11684 set_gdbarch_unwind_sp.
11685 * Makefile.in (s390-tdep.o): Update dependencies.
11686
11687 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11688 (S390_STACK_FRAME_OVERHEAD): Remove.
11689 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11690 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11691 (s390_promote_integer_argument): Remove.
11692 (s390_cannot_extract_struct_value_address): Remove.
11693 (s390_use_struct_convention, s390_store_struct_return): Remove.
11694 (s390_extract_return_value, s390_store_return_value): Remove.
11695 (s390_return_value_convention, s390_return_value): New functions.
11696 (is_float_singleton): Handle typedefs.
11697 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
11698 Remove, replace by ...
11699 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11700 s390_function_arg_integer): ... these new functions.
11701 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11702 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11703 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11704 Fill in tdep->abi.
11705 Remove calls to:
11706 set_gdbarch_deprecated_store_struct_return,
11707 set_gdbarch_deprecated_extract_return_value,
11708 set_gdbarch_deprecated_store_return_value,
11709 set_gdbarch_use_struct_convention,
11710 set_gdbarch_extract_struct_value_address,
11711 set_gdbarch_deprecated_pc_in_call_dummy,
11712 set_gdbarch_deprecated_push_arguments,
11713 set_gdbarch_deprecated_save_dummy_frame_tos,
11714 set_gdbarch_deprecated_push_return_address,
11715 set_gdbarch_deprecated_sizeof_call_dummy_words,
11716 set_gdbarch_deprecated_call_dummy_words,
11717 set_gdbarch_deprecated_dummy_write_sp.
11718 Add calls to:
11719 set_gdbarch_push_dummy_call,
11720 set_gdbarch_unwind_dummy_id,
11721 set_gdbarch_return_value.
11722
11723 * config/s390/nm-linux.h: Update comments.
11724 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
11725 (STOPPED_BY_WATCHPOINT): Redefine.
11726 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
11727 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
11728 (s390_stopped_by_watchpoint): Likewise.
11729 (watch_area_cnt): Remove.
11730 * s390-nat.c: Update comments.
11731 (watch_area): Remove typedef.
11732 Global replace watch_area by struct watch_area.
11733 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
11734 (s390_stopped_by_watchpoint): Remove pid argument,
11735 use s390_inferior_tid. Add short-cut for the no watchpoint case.
11736 (s390_fix_watch_points): Remove pid argument,
11737 use s390_inferior_tid. Recompute area spanned by watchpoints.
11738 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
11739 argument. Reimplement.
11740
11741 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
11742 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
11743 (FETCH_INFERIOR_REGISTERS): Define.
11744 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
11745 core-regset.o.
11746 * config/s390/s390x.mt: Remove.
11747 * config/s390/tm-s390.h: Remove.
11748 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
11749 (TARGET_ELF64): Remove.
11750 (SKIP_TRAMPOLINE_CODE): Do not undefine.
11751 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
11752 s390*-*-* case; always set gdb_target to s390.
11753 * regformats/reg-s390.dat: Remove control registers.
11754 * regformats/reg-s390x.dat: Likewise.
11755 * s390-tdep.h: New file.
11756 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
11757 Include "inferior.h" and "s390-tdep.h".
11758 Remove private definition of offsetof.
11759 (s390_register_u_addr): Remove.
11760 (regmap_gregset, regmap_fpregset): Define.
11761 (supply_gregset, fill_gregset): Reimplement.
11762 (supply_fpregset, fill_fpregset): Likewise.
11763 (s390_inferior_tid): New function.
11764 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
11765 (fetch_inferior_registers, store_inferior_registers): Likewise.
11766 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
11767 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
11768 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
11769 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
11770 (struct gdbarch_tdep): Define.
11771 (struct s390_register_info): Define.
11772 (s390_register_info): New variable.
11773 (s390_register_name): Reimplement.
11774 (s390_register_type): New function.
11775 (s390_register_raw_size, s390x_register_raw_size): Remove.
11776 (s390_cannot_fetch_register): Remove.
11777 (s390_register_byte): Remove.
11778 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
11779 (s390_dwarf_regmap): New variable.
11780 (s390_dwarf_reg_to_regnum): New function.
11781 (s390_stab_reg_to_regnum): Remove.
11782 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
11783 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
11784 (s390_convert_register_p): Likewise.
11785 (s390_register_to_value, s390_value_to_register): Likewise.
11786 (s390_register_reggroup_p): Likewise.
11787 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
11788 s390_gregset, s390x_gregset, s390_fpregset): New variables.
11789 (s390_supply_regset, s390_regset_from_core_section): New functions.
11790 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
11791 (S390_FPR_SIZE): Likewise.
11792 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
11793 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
11794 (S390_NUM_GPRS): Move here from tm-s390.h.
11795 (S390_NUM_FPRS): Likewise.
11796 (s390_in_function_epilogue_p): New function.
11797 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
11798 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
11799 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
11800 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
11801 Replace S390_FP_REGNUM by S390_SP_REGNUM.
11802 Remove calls to:
11803 set_gdbarch_deprecated_max_register_raw_size,
11804 set_gdbarch_deprecated_max_register_virtual_size,
11805 set_gdbarch_deprecated_register_byte,
11806 set_gdbarch_cannot_fetch_register,
11807 set_gdbarch_cannot_store_register,
11808 set_gdbarch_deprecated_register_size,
11809 set_gdbarch_deprecated_register_raw_size,
11810 set_gdbarch_deprecated_register_virtual_size,
11811 set_gdbarch_deprecated_register_virtual_type,
11812 set_gdbarch_deprecated_register_bytes.
11813 Add calls to:
11814 set_gdbarch_num_pseudo_regs,
11815 set_gdbarch_register_type,
11816 set_gdbarch_convert_register_p,
11817 set_gdbarch_register_to_value,
11818 set_gdbarch_value_to_register,
11819 set_gdbarch_register_reggroup_p,
11820 set_gdbarch_regset_from_core_section,
11821 set_gdbarch_pseudo_register_read,
11822 set_gdbarch_pseudo_register_write,
11823 set_gdbarch_in_function_epilogue_p.
11824 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
11825 (s390_tdep_h): New variable.
11826
11827 2004-02-17 Jim Blandy <jimb@redhat.com>
11828
11829 * findvar.c (value_from_register): If the type has no length, just
11830 return an acceptable value --- don't report an internal error.
11831
11832 * stabsread.c (read_type): If we find any type numbers that are
11833 forward references, complain if the references aren't resolved by
11834 the time we're finished reading.
11835 (cleanup_undefined_types): Make error message more appropriate for
11836 a complaint.
11837
11838 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11839
11840 * Makefile.in (defs_h): Remove dependency on progress_h.
11841 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
11842 progress.h.
11843 * main.c (captured_main): Delete use of START_PROGRESS and
11844 END_PROGRESS.
11845
11846 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11847
11848 * objfiles.c (terminate_minimal_symbol_table): Add back
11849 initialization of MSYMBOL_TYPE.
11850
11851 2004-02-17 David Mosberger <davidm@hpl.hp.com>
11852
11853 Committed by Andrew Cagney.
11854 * Makefile.in (ia64_tdep_h): New macro.
11855 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
11856 (ia64-tdep.o): Likewise.
11857 * ia64-tdep.h: New file.
11858 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
11859 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
11860 (ia64_aix_sigcontext_register_address): Likewise.
11861 (ia64_linux_getunwind_table): Delete declaration.
11862 * ia64-linux-tdep.c: Likewise.
11863
11864 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
11865
11866 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
11867 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
11868 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
11869
11870 2004-02-17 Andrew Cagney <cagney@redhat.com>
11871
11872 * symtab.c (skip_prologue_using_sal): New function.
11873 * symtab.h (skip_prologue_using_sal): Declare.
11874 * frv-tdep.c: Include "symtab.h".
11875 (skip_prologue_using_sal): Delete function.
11876 * mips-tdep.c (skip_prologue_using_sal): Delete function.
11877 * rs6000-tdep.c (refine_prologue_limit): Mention
11878 skip_prologue_using_sal.
11879 * ia64-tdep.c (refine_prologue_limit): Ditto.
11880 * Makefile.in: Update dependencies.
11881
11882 2004-02-16 Andrew Cagney <cagney@redhat.com>
11883
11884 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
11885 START_INFERIOR_TRAPS_EXPECTED.
11886 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
11887 START_INFERIOR_TRAPS_EXPECTED.
11888 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
11889 Delete macro.
11890 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
11891 macro, moved to "nm-osf.h". Update copyright.
11892 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
11893 update copyright.
11894
11895 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
11896 and function replacing FRAMELESS_FUNCTION_INVOCATION.
11897 * blockframe.c (legacy_frameless_look_for_prologue): Rename
11898 frameless_look_for_prologue.
11899 * frame.h (legacy_frameless_look_for_prologue): Rename
11900 frameless_look_for_prologue.
11901 * gdbarch.h, gdbarch.c: Re-generate.
11902 * sh64-tdep.c (sh64_gdbarch_init): Update.
11903 * sh-tdep.c (sh_gdbarch_init): Update.
11904 * s390-tdep.c (s390_gdbarch_init): Update.
11905 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11906 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11907 * m68k-tdep.c (m68k_gdbarch_init): Update.
11908 (delta68_frame_args_address): Update.
11909 * m32r-tdep.c (m32r_gdbarch_init): Update.
11910 * hppa-tdep.c (hppa_gdbarch_init): Update.
11911 * h8300-tdep.c (h8300_gdbarch_init): Update.
11912 * frv-tdep.c (frv_gdbarch_init): Update.
11913 (frv_frameless_function_invocation): Update.
11914 * cris-tdep.c (cris_gdbarch_init): Update.
11915 (cris_frameless_function_invocation): Update.
11916 * avr-tdep.c (avr_gdbarch_init): Update.
11917 * arm-tdep.c (arm_gdbarch_init): Update.
11918 * stack.c (frame_info): Update, call predicate.
11919 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
11920 * frame.c (legacy_get_prev_frame): Update, call predicate..
11921 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
11922 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
11923 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
11924 invocation.
11925 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11926 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11927 * vax-tdep.c (vax_gdbarch_init): Ditto.
11928
11929 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
11930 function.
11931
11932 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
11933
11934 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
11935 initializations.
11936
11937 2004-02-16 Andrew Cagney <cagney@redhat.com>
11938
11939 * tui/tui-windata.c: Include "gdb_string.h".
11940 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
11941 * tui/tui-layout.c, tui/tui-command.c: Ditto.
11942 * Makefile.in: Update dependencies.
11943
11944 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
11945
11946 * Makefile.in (infrun.o): Add $(gdb_assert_h).
11947 * infrun.c: Include "gdb_assert.h".
11948 (singlestep_ptid, saved_singlestep_ptid)
11949 (stepping_past_singlestep_breakpoint): New variables.
11950 (resume): Set singlestep_ptid. Check for singlestep thread
11951 hop.
11952 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
11953 (handle_inferior_event): Handle singlestep thread hop.
11954
11955 2004-02-16 Andrew Cagney <cagney@redhat.com>
11956
11957 * dwarf2-frame.c (dwarf2_frame_ops): New function.
11958 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
11959 (dwarf2_frame_init_reg): Ditto.
11960
11961 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
11962 suggested by Joshua Neuheisel
11963
11964 * configure.in: Always check for curses, including pdcurses.
11965 Warn, instead of error, when no curses are found. Enable TUI when
11966 curses is available.
11967 * configure: Re-generate.
11968
11969 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
11970
11971 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
11972 sh_sh4_register_convert_to_virtual.
11973 (sh_register_convert_to_raw): Rename from
11974 sh_sh4_register_convert_to_raw.
11975 (sh_pseudo_register_read): Accomodate above name change.
11976 (sh_pseudo_register_write): Ditto.
11977
11978 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
11979
11980 * sh-tdep.c (sh_generic_register_name): Remove.
11981 (sh_gdbarch_init): Use sh_sh_register_name in default case.
11982
11983 2004-02-15 Andrew Cagney <cagney@redhat.com>
11984
11985 * configure.in (build_warnings): Add -Wunused-function.
11986 * configure: Re-generate.
11987
11988 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
11989 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
11990
11991 * procfs.c (procfs_init_inferior): Assume that
11992 START_INFERIOR_TRAPS_EXPECTED is defined.
11993 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
11994 * config/ns32k/tm-nbsd.h: Delete file,
11995 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
11996
11997 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
11998 * config/vax/tm-vax.h: Delete file.
11999
12000 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12001 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12002 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12003 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12004 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
12005 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12006 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
12007
12008 2004-02-15 Mark Kettenis <kettenis@gnu.org>
12009
12010 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
12011 * dwarf2-frame.c (dwarf2_frame_data): New variable.
12012 (struct dwarf2_frame_ops): New.
12013 (dwarf2_frame_default_init_reg): New function, based on
12014 dwarf2_frame_init_reg.
12015 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
12016 (dwarf2_frame_init_reg): Call architecture-specific function.
12017 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
12018 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
12019 instead of dwarf2_frame_data.
12020 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
12021 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
12022
12023 2004-02-15 Andrew Cagney <cagney@redhat.com>
12024
12025 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
12026 register_gdbarch_swap.
12027 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
12028 * f-lang.c (_initialize_f_language): Update, use
12029 DEPRECATED_REGISTER_GDBARCH_SWAP.
12030 * remote.c (_initialize_remote): Ditto.
12031 * regcache.c (_initialize_regcache): Ditto.
12032 * parse.c (_initialize_parse): Ditto.
12033 * infrun.c (_initialize_infrun): Ditto.
12034 * mi/mi-main.c (_initialize_mi_main): Ditto.
12035 * gdbtypes.c (_initialize_gdbtypes): Ditto.
12036
12037 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
12038 poking .cacheable directly.
12039 * symfile.c (symfile_bfd_open): Ditto.
12040
12041 * Makefile.in: Update all dependencies.
12042
12043 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
12044 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
12045 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
12046 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
12047 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
12048
12049 2004-02-14 Andrew Cagney <cagney@redhat.com>
12050
12051 * arch-utils.c (legacy_convert_register_p): Check
12052 DEPRECATED_REGISTER_CONVERTIBLE_P.
12053 * findvar.c (value_of_register): Ditto.
12054
12055 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
12056 * gdbarch.h, gdbarch.c: Re-generate.
12057 * arch-utils.c (deprecated_register_convertible_not): Delete.
12058 * arch-utils.h (deprecated_register_convertible_not): Delete.
12059 * mi/mi-main.c (get_register): Update. Update copyright.
12060 * infcmd.c (default_print_registers_info): Update.
12061
12062 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
12063 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
12064 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
12065 * gdbarch.h, gdbarch.c: Re-generate.
12066 * frame.c (deprecated_get_next_frame_hack): Delete function.
12067 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
12068 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
12069 Update.
12070 * infcall.c (call_function_by_hand): Update.
12071
12072 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
12073
12074 * symfile.c (init_entry_point_info, entry_point_address): Move
12075 from here...
12076 * objfiles.c (init_entry_point_info, entry_point_address):..to
12077 here.
12078 * symfile.h (init_entry_point_info, entry_point_address): Remove
12079 prototypes.
12080 * objfiles.h (init_entry_point_info, entry_point_address):Add
12081 prototypes.
12082 * cris-tdep.c: Remove include of symfile.h. Add include of
12083 objfiles.h.
12084 * infcall.c: Ditto.
12085 * mcore-tdep.c: Ditto.
12086 * mn10300-tdep.c: Ditto.
12087 * sh64-tdep.c: Ditto.
12088 * v850-tdep.c: Ditto.
12089 * arm-tdep.c: Remove include of symfile.h.
12090 * blockframe.c: Ditto.
12091 * coffread.c: Ditto.
12092 * dbxread.c: Ditto.
12093 * dwarf2read.c: Ditto.
12094 * dwarfread.c: Ditto.
12095 * frv-tdep.c: Ditto.
12096 * ia64-tdep.c: Ditto.
12097 * mdebugread.c: Ditto.
12098 * mipsread.c: Ditto.
12099 * rs6000-tdep.c: Ditto.
12100 * s390-tdep.c: Ditto.
12101 * sh-tdep.c: Ditto.
12102 * xstormy16-tdep.c: Ditto.
12103 * gdbarch.sh: Remove include of symfile.h.
12104 * gdbarch.c: Regenerate.
12105 * solib-irix.c (enable_break): Use entry_point_address().
12106 Add comment about include file.
12107 * xcoffread.c: Add comment about include file.
12108 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
12109 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
12110 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
12111 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
12112 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
12113
12114 2004-02-13 Andrew Cagney <cagney@redhat.com>
12115
12116 * corelow.c (core_xfer_partial): Use "struct bfd_section".
12117 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
12118 copyright.
12119 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
12120
12121 2004-02-12 Fred Fish <fnf@redhat.com>
12122
12123 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
12124 set_gdbarch_store_return_value.
12125
12126 2004-02-12 Andrew Cagney <cagney@redhat.com>
12127
12128 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
12129 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
12130 (interrupt_query): Ditto.
12131 (ofunc): Delete unused variable.
12132 * cris-tdep.c (cris_abi): Delete unused function.
12133 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
12134 (cris_get_wide_opcode, cris_get_short_size): Ditto.
12135 (cris_get_asr_quick_shift_steps): Ditto.
12136 (cris_skip_prologue_frameless_p): Ditto.
12137 * arm-tdep.c (arm_push_return_address): Delete unused function.
12138 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
12139 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
12140 * s390-tdep.c (s390_function_start): Delete unused function.
12141
12142 2004-02-12 Andrew Cagney <cagney@redhat.com>
12143
12144 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
12145 gdbarch.h, gdbarch.c: Re-generate.
12146 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
12147 to generic_prologue_frameless_p.
12148 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
12149 * arch-utils.c (generic_prologue_frameless_p): Delete function.
12150
12151 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
12152
12153 * mips-linux-tdep.c: Include "frame.h".
12154 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
12155 (mips_linux_skip_resolver): New functions.
12156 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
12157 and set_gdbarch_in_solib_call_trampoline.
12158 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
12159 to after set_gdbarch_in_solib_return_trampoline. Only set the
12160 solib hooks to mips16 functions if the OS ABI is unknown.
12161 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
12162 including "config/tm-linux.h".
12163 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
12164 * Makefile.in (mips-linux-tdep.o): Update.
12165
12166 2004-02-11 David Carlton <carlton@kealia.com>
12167
12168 * linespec.c (decode_compound): Only look for a class symbol when
12169 considering all but the rightmost component.
12170
12171 2004-02-11 Andrew Cagney <cagney@redhat.com>
12172
12173 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
12174 abi code are are separatly grouped.
12175
12176 2004-02-11 Andrew Cagney <cagney@redhat.com>
12177
12178 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
12179 * gdbarch.h, gdbarch.c: Re-generate.
12180 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12181 * v850-tdep.c (v850_gdbarch_init): Update.
12182 * sh64-tdep.c (sh64_gdbarch_init): Update.
12183 * sh-tdep.c (sh_gdbarch_init): Update.
12184 * s390-tdep.c (s390_gdbarch_init): Update.
12185 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12186 * mips-tdep.c (mips_gdbarch_init): Update.
12187 * mcore-tdep.c (mcore_gdbarch_init): Update.
12188 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12189 * m32r-tdep.c (m32r_gdbarch_init): Update.
12190 * ia64-tdep.c (ia64_gdbarch_init): Update.
12191 * hppa-tdep.c (hppa_gdbarch_init): Update.
12192 * h8300-tdep.c (h8300_gdbarch_init): Update.
12193 * frv-tdep.c (frv_gdbarch_init): Update.
12194 * d10v-tdep.c (d10v_gdbarch_init): Update.
12195 * cris-tdep.c (cris_gdbarch_init): Update.
12196 * avr-tdep.c (avr_gdbarch_init): Update.
12197 * arm-tdep.c (arm_gdbarch_init): Update.
12198 * alpha-tdep.c (alpha_gdbarch_init): Update.
12199
12200 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
12201
12202 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12203 comma.
12204 (sh_sh4al_dsp_register_name): Ditto.
12205
12206 2004-02-10 Andrew Cagney <cagney@redhat.com>
12207
12208 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12209 (mips_init_frame_pc_first): Delete function.
12210 (mips_frame_saved_pc): Delete function.
12211 (mips_frame_chain): Delete function.
12212 (mips_init_extra_frame_info): Delete function.
12213 (mips_xfer_register): Delete unused variable "reg".
12214 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12215 (mips_n32n64_return_value): Delete unused variable "reg".
12216 (mips_n32n64_return_value): Delete unused variable "pos".
12217 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12218 (mips_o32_return_value): Delete unused variable "pos".
12219 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12220 (mips_print_fp_register): Delete unused variable "namelen"
12221 (mips_print_fp_register): Delete unused variable "flt2"
12222 (get_frame_pointer): Delete function.
12223 (cached_proc_desc): Delete static variable.
12224 (mips_pop_frame): Delete function.
12225 (mips_find_saved_regs): Delete function.
12226 (mips_get_saved_register): Delete function.
12227 (mips_saved_pc_after_call): Delete function.
12228 (SIGFRAME_BASE): Delete macro.
12229 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12230 (SIGFRAME_PC_OFF): Delete macro.
12231 (SIGFRAME_REGSAVE_OFF): Delete macro.
12232 (mips_dump_tdep): Do not print deleted macro definitions.
12233
12234 2004-02-10 Andrew Cagney <cagney@redhat.com>
12235
12236 * Makefile.in (SFILES): Remove explictly listed tui files.
12237 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12238
12239 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
12240
12241 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12242 to use paddr functions to format ia64 addresses and long values.
12243 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12244 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12245 (get_kernel_table, ia64_find_proc_info_x): Ditto.
12246 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12247 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12248
12249 2004-02-10 Andrew Cagney <cagney@redhat.com>
12250
12251 * defs.h: Do not include "tui.h".
12252 * gdb_curses.h: New file.
12253 * tui/tui-hooks.h: New file.
12254 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12255 (tui_install_hooks, tui_remove_hooks): Delete declarations.
12256 (tui_initialize_io): Delete declaration.
12257 (tui_initialize_readline: Delete redundant declaration.
12258 (struct tui_point): Delete definition.
12259 * tui/tui-data.h (struct tui_point): Define.
12260 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12261 * utils.c: Include "tui/tui.h".
12262 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12263 * printcmd.c [TUI]: Include "tui/tui.h".
12264 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12265 * tui/tui-command.c: Include "gdb_curses.h".
12266 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12267 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12268 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12269 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12270 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12271 * Makefile.in: Update all dependencies.
12272 (tui_hooks_h, gdb_curses_h): Define.
12273 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12274
12275 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
12276
12277 * objfiles.h (struct objfile): Remove unused fields auxf1 and
12278 auxf2. Add comments about some other rarely used fields.
12279
12280 2004-02-10 Andrew Cagney <cagney@redhat.com>
12281
12282 * Makefile.in (init.c): Fix script removing duplicates. Problem
12283 reported by Peter Schauer.
12284
12285 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12286
12287 * bcache.c (bcache_xmalloc): Use obstack_init instead of
12288 obstack_specify_allocation.
12289 * objfiles.c (allocate_objfile): Ditto.
12290 * solib-sunos.c (solib_add_common_symbols)
12291 (allocate_rt_common_objfile): Ditto.
12292 * symfile.c (reread_symbols): Ditto.
12293 * gdb_obstack.h: Add comment.
12294
12295 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12296
12297 * linespec.c (decode_line_1, locate_first_half)
12298 (decode_compound, lookup_prefix_sym): Update comments. Delete old
12299 commented out code.
12300
12301 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12302
12303 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12304 obstack_free.
12305
12306 2004-02-09 Andrew Cagney <cagney@redhat.com>
12307
12308 * blockframe.c (find_pc_partial_function): If find_pc_overlay
12309 fails, try find_pc_section. Fix PR c++/1267.
12310 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12311 instead of find_pc_mapped_section.
12312 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12313 not default to the section containing PC. Fix PR symtab/1519.
12314
12315 2004-02-09 Andrew Cagney <cagney@redhat.com>
12316
12317 * Makefile.in (mips-tdep.o): Update dependencies.
12318 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12319 "trad-frame.h".
12320 (mips_unwind_pc): Return the pseudo PC register.
12321 (mips_unwind_dummy_id): New function.
12322 (mips16_fetch_instruction): New function.
12323 (mips32_fetch_instruction): New function.
12324 (struct mips_frame_cache): Define.
12325 (mips_mdebug_frame_cache): New function.
12326 (mips_mdebug_frame_this_id): New function.
12327 (mips_mdebug_frame_prev_register): New function.
12328 (mips_mdebug_frame_unwind): Define.
12329 (mips_mdebug_frame_sniffer): New function.
12330 (mips_mdebug_frame_base_address): New function.
12331 (mips_mdebug_frame_base): Define.
12332 (mips_mdebug_frame_base_sniffer): New function.
12333 (mips_gdbarch_init): Append unwind and base sniffers. Set
12334 unwind_dummy_id.
12335
12336 2004-02-08 Andrew Cagney <cagney@redhat.com>
12337
12338 * frame.c: Print both the register number and name.
12339
12340 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
12341 and a sed into a single sed. Make .c and .o patterns more robust.
12342 (OBS): Delete.
12343 (INIT_FILES): Replace OBS with COMMON_OBS.
12344 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12345
12346 2004-02-08 Mark Kettenis <kettenis@gnu.org>
12347
12348 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12349 the PT_WCOOKIE request.
12350
12351 2004-02-08 Andrew Cagney <cagney@redhat.com>
12352
12353 * mips-tdep.c (mips_unwind_pc): New function.
12354 (mips_gdbarch_init): Set mips_unwind_pc.
12355
12356 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12357 (get_frame_id): Allow the UNKNOWN_FRAME.
12358 (frame_register_unwind, get_frame_type): Ditto.
12359
12360 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12361 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
12362 unwind_dummy_id indicates a legacy frame.
12363
12364 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12365 * configure: Re-generate.
12366
12367 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12368 methods.
12369
12370 2004-02-08 Andrew Cagney <cagney@redhat.com>
12371
12372 * configure.in (CONFIG_ALL): Set to Makefile target, and not
12373 makefile macro.
12374 * configure: Re-generate.
12375 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12376 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12377 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12378 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12379 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12380 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12381 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12382 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12383 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12384 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12385
12386 2004-02-07 Andrew Cagney <cagney@redhat.com>
12387
12388 * Makefile.in: Update all dependencies.
12389
12390 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12391 * configure: Re-generate.
12392 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12393 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12394 (COMMON_OBS): Add "main.o" and "annotate.o".
12395 (ANNOTATE_OBS): Delete.
12396 (OBS): Remove ANNOTATE_OBS.
12397 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12398 CONFIG_INITS.
12399 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12400 against CONFIG_OBS and "main.o".
12401 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12402 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12403
12404 * tui/tui-command.c: Include "gdb_string.h", delete register
12405 attribute, use ISO-C function signatures.
12406 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12407 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12408 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12409 * tui/tui.c: Ditto.
12410
12411 * tui/tui-command.c: Change variable and function names to lower
12412 case.
12413 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12414 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12415 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12416 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12417 * tui/tui-winsource.c, tui/tui.c: Ditto.
12418
12419 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12420
12421 * buildsym.c (free_pending_blocks, finish_block)
12422 (record_pending_block, make_blockvector, end_symtab): Replace
12423 symbol_obstack with objfile_obstack.
12424 * coffread.c (process_coff_symbol, coff_read_struct_type)
12425 (coff_read_enum_type): Ditto.
12426 * cp-namespace.c (initialize_namespace_symtab)
12427 (check_one_possible_namespace_symbol): Ditto.
12428 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
12429 (dwarf2_symbol_mark_computed): Ditto.
12430 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12431 * elfread.c (elf_symtab_read): Ditto.
12432 * hpread.c (hpread_symfile_init, hpread_symfile_init)
12433 (hpread_read_enum_type, hpread_read_function_type)
12434 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12435 Ditto.
12436 * jv-lang.c (get_java_class_symtab, add_class_symbol)
12437 (java_link_class_type): Ditto.
12438 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
12439 (new_symbol): Ditto.
12440 * minsyms.c (install_minimal_symbols): Ditto.
12441 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12442 (terminate_minimal_symbol_table): Replace symbol_obstack with
12443 objfile_obstack.
12444 (free_objfile): Remove freeing of symbol_obstack.
12445 * objfiles.h: Remove symbol_obstack field.
12446 * pa64solib.c (add_to_solist): Replace symbol_obstack with
12447 objfile_obstack.
12448 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12449 symbol_obstack.
12450 (solib_add_common_symbols): Replace symbol_obstack with
12451 objfile_obstack.
12452 * somsolib.c (som_solib_add): Ditto.
12453 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12454 (common_block_start, common_block_end): Ditto.
12455 * symfile.c (reread_symbols): Remove freeing and init of
12456 symbol_obstack.
12457 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12458 * symfile.h: Update comment.
12459 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12460 stats printing.
12461 * symtab.c (symbol_set_names): Replace symbol_obstack with
12462 objfile_obstack.
12463 * symtab.h (struct general_symbol_info, struct minimal_symbol):
12464 Update comments.
12465 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12466 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12467 objfile_obstack.
12468
12469 2004-02-07 Andrew Cagney <cagney@redhat.com>
12470
12471 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12472 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
12473 fields and variables.
12474 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12475 (m_beInvisible): Delete macro.
12476 * tui/tui-data.h: Fix case case fields and variables.
12477 (m_genWinPtrIsNull): Delete macro.
12478 (tui_win_list): Rename winList.
12479 (TUI_SRC_WIN): Rename srcWin.
12480 (TUI_DISASM_WIN): Rename disassemWin.
12481 (TUI_DATA_WIN): Rename dataWin.
12482 (TUI_CMD_WIN): Rename cmdWin.
12483 (m_genWinPtrNotNull): Delete macro.
12484 (m_winPtrIsNull): Delete macro.
12485 (m_winPtrNotNull): Delete macro.
12486 (tui_win_is_source_type): Replace m_winIsSourceType
12487 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12488 (tui_win_has_locator): Replace m_hasLocator.
12489 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12490 m_setWinHighlightOff.
12491 * tui/tui-data.c: Update references.
12492 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12493 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12494 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12495 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12496 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12497 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12498 * tui/tui-winsource.c, tui/tui.c: Ditto.
12499
12500 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12501
12502 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12503 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12504 StackGhost.
12505
12506 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12507 variable `i6' to `i7'.
12508 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12509
12510 2004-02-07 Andrew Cagney <cagney@redhat.com>
12511
12512 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12513 (TuiPoint, TuiPointPtr): Ditto.
12514 (TuiStatus, TuiStatusPtr): Ditto.
12515 (TuiWinType, TuiWinTypePtr): Ditto.
12516 (struct tui_point): Rename _TuiPoint.
12517 (tui_get_low_disassembly_address): Rename
12518 tuiGetLowDisassemblyAddress.
12519 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12520 (tuiFree): Delete declaration.
12521 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12522 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12523 * tui/tui.c (tuiFree): Delete function.
12524 * cli/cli-cmds.c (disassemble_command): Update references.
12525 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12526 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12527 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12528 * tui/tui-winsource.c: Ditto.
12529
12530 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12531
12532 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12533 coffstab_build_psymtabs, elfstab_build_psymtabs)
12534 (stabsect_build_psymtabs): Replace psymbol_obstack with
12535 objfile_obstack.
12536 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12537 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12538 Ditto.
12539 * dwarfread.c (scan_compilation_units): Ditto.
12540 * elfread.c (elfstab_offset_sections): Ditto.
12541 * hppa-tdep.c (read_unwind_info): Ditto.
12542 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12543 (hpread_end_psymtab): Ditto.
12544 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12545 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12546 Ditto.
12547 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
12548 * objfiles.c (add_to_objfile_sections)
12549 (build_objfile_section_table): Ditto.
12550 (allocate_objfile): Remove init of psymbol_obstack.
12551 (free_objfile): Remove freeing of psymbol_obstack.
12552 * objfiles.h (struct objfile): Remove field
12553 psymbol_obstack. Update comments.
12554 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12555 psymbol_obstack with objfile_obstack.
12556 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12557 psymbol_obstack.
12558 * somread.c (som_symfile_offsets, init_import_symbols)
12559 (init_export_symbols): Replace psymbol_obstack with
12560 objfile_obstack.
12561 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12562 * symfile.c (default_symfile_offsets, syms_from_objfile)
12563 (reread_symbols): Remove freeing and init of psymbol_obstack.
12564 (cashier_psymtab): Update comment.
12565 * symmisc.c (print_objfile_statistics): Don't report stats for
12566 psymbol obstack.
12567 * symtab.h (struct general_symbol_info, struct partial_symtab):
12568 Update comments.
12569 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12570 (xcoff_symfile_offsets): Replace psymbol_obstack with
12571 objfile_obstack.
12572
12573 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12574
12575 * objfiles.h (struct objfile): Add objfile_obstack field.
12576 Remove type_obstack field.
12577
12578 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12579 read_structure_scope read_enumeration, new_symbol): Replace
12580 type_obstack with objfile_obstack.
12581 * dwarfread.c (struct_type, enum_type): Ditto.
12582 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
12583 (lookup_fundamental_type): Ditto.
12584 * gdbtypes.h (TYPE_ALLOC): Ditto.
12585 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12586 (hpread_read_doc_function_type, hpread_read_struct_type)
12587 (fix_static_member_physnames, hpread_read_array_type)
12588 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
12589 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
12590 (java_link_class_type): Ditto.
12591 * mdebugread.c (parse_type): Ditto.
12592 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12593 * solib-sunos.c (solib_add_common_symbols): Ditto.
12594 * stabsread.c (define_symbol, read_type, read_member_functions,
12595 read_cpp_abbrev, read_one_struct_field): Ditto.
12596 * symfile.c (reread_symbols): Ditto.
12597 * symmisc.c (print_objfile_statistics): Ditto.
12598
12599 2004-02-07 Andrew Cagney <cagney@redhat.com>
12600
12601 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12602 (tui_exec_info_content): Rename TuiExecInfoContent.
12603 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12604 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12605 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12606 (TuiList, TuiListPtr): Ditto.
12607 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12608 (TuiDataType, TuiDataTypePtr): Ditto.
12609 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12610 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12611 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12612 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12613 (TuiDataElement, TuiDataElementPtr): Ditto.
12614 (TuiWinElement, TuiWinElementPtr): Ditto.
12615 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12616 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12617 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12618 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12619 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12620 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12621 * tui/tui-command.c, tui/tui-data.c: Update references.
12622 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12623 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12624 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12625 * tui/tui-winsource.c, tui/tui.c: Ditto.
12626
12627 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12628
12629 * dwarf2-frame.h: Update copyright.
12630 (enum dwarf2_frame_reg_rule): New.
12631 (struct dwarf2_frame_state_reg): New.
12632 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12633 * dwarf2-frame.c: Update copyright.
12634 (enum dwarf2_reg_rule): Remove.
12635 (struct dwarf2_frame_state): Remove defenition of `struct
12636 dwarf2_frame_state_reg'.
12637 (read_reg): Call get_frame_arch to get the architecture instead of
12638 using CURRENT_GDBARCH.
12639 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12640 DWARF2_FRAME_.
12641 (dwarf2_frame_init_reg): New function.
12642 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12643 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12644 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12645 tags with DWARF2_FRAME_.
12646 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12647 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12648 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12649
12650 2004-02-06 Andrew Cagney <cagney@redhat.com>
12651
12652 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12653 (enum tui_data_type): Rename _TuiDataType.
12654 (struct tui_layout_def): Rename _TuiLayoutDef.
12655 (struct tui_source_element): Rename _TuiSourceElement.
12656 (struct tui_data_element): Rename _TuiDataElement.
12657 (struct tui_command_element): Rename _TuiCommandElement.
12658 (struct tui_locator_element): Rename _TuiLocatorElement.
12659 (union tui_which_element): Define.
12660 (struct tui_win_element): Rename _TuiWinElement.
12661 (struct tui_data_info): Rename _TuiDataInfo.
12662 (struct tui_source_info): Rename _TuiSourceInfo.
12663 (struct tui_command_info): Rename _TuiCommandInfo.
12664 (tui_initialize_static_data): Rename initializeStaticData.
12665 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12666 (tui_alloc_win_info): Rename allocWinInfo.
12667 (tui_init_generic_part): Rename initGenericPart.
12668 (tui_init_win_info): Rename initWinInfo.
12669 (tui_alloc_content): Rename allocContent.
12670 (tui_add_content_elements): Rename addContentElements.
12671 (tui_init_content_element): Rename initContentElement.
12672 (tui_free_window): Rename freeWindow.
12673 (tui_free_win_content): Rename freeWinContent.
12674 (tui_free_data_content): Rename freeDataContent.
12675 (tui_free_all_source_wins_content): Rename
12676 freeAllSourceWinsContent.
12677 (tui_del_window): Rename tuiDelWindow.
12678 (tui_del_data_windows): Rename tuiDelDataWindows.
12679 (tui_partial_win_by_name): Rename partialWinByName.
12680 (tui_win_name): Rename winName.
12681 (tui_current_layout): Rename currentLayout.
12682 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12683 (tui_term_height): Rename termHeight.
12684 (tui_set_term_height_to): Rename setTermHeightTo.
12685 (tui_term_width): Rename termWidth.
12686 (tui_set_term_width_to): Rename setTermWidthTo.
12687 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12688 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12689 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12690 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12691 (tui_source_windows): Rename sourceWindows.
12692 (tui_clear_source_windows): Rename clearSourceWindows.
12693 (tui_clear_source_windows_detail): Rename
12694 clearSourceWindowsDetail.
12695 (tui_clear_win_detail): Rename clearWinDetail.
12696 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12697 (tui_default_tab_len): Rename tuiDefaultTabLen.
12698 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12699 (tui_win_with_focus): Rename tuiWinWithFocus.
12700 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12701 (tui_layout_def): Rename tuiLayoutDef.
12702 (tui_win_resized): Rename tuiWinResized.
12703 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12704 (tui_next_win): Rename tuiNextWin.
12705 (tui_prev_win): Rename tuiPrevWin.
12706 (tui_add_to_source_windows): Rename addToSourceWindows.
12707 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12708 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12709 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12710 * tui/tui.c, tui/tui-data.c: Ditto.
12711 * tui/tui-interp.c, tui/tui-data.c: Ditto.
12712 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12713
12714 * tui/tui-source.h: Update copyright. Include "tui-data.h".
12715 (struct symtab): Declare.
12716 (tui_set_source_content): Rename tuiSetSourceContent.
12717 (tui_show_symtab_source): Rename tuiShowSource.
12718 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
12719 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
12720 * tui/tui-source.c: Update copyright. Update references.
12721 * tui/tui-win.c, tui/tui-winsource.c: Update references.
12722 * tui/tui-stack.c: Update references.
12723
12724 * tui/tui-win.h: Update copyright. Include "tui-data.h".
12725 (struct tui_win_info): Declare.
12726 (tui_scroll_forward): Rename tuiScrollForward.
12727 (tui_scroll_backward): Rename tuiScrollBackward.
12728 (tui_scroll_left): Rename tuiScrollLeft.
12729 (tui_scroll_right): Rename tuiScrollRight.
12730 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
12731 (tui_resize_all): Rename tuiResizeAll.
12732 (tui_refresh_all_win): Rename tuiRefreshAll.
12733 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
12734 * tui/tui-layout.c, * tui/tui-io.c: Update references.
12735 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
12736 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
12737
12738 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
12739 (tui_erase_data_content): Rename tuiEraseDataContent.
12740 (tui_display_all_data): Rename tuiDisplayAllData.
12741 (tui_check_data_values): Rename tuiCheckDataValues.
12742 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
12743 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
12744 (tui_first_data_element_no_in_line): Rename
12745 tuiFirstDataElementNoInLine.
12746 (tui_delete_data_content_windows): Rename
12747 tuiDeleteDataContentWindows.
12748 (tui_refresh_data_win): Rename tuiRefreshDataWin.
12749 (tui_display_data_from): Rename tuiDisplayDataFrom.
12750 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
12751 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
12752 * tui/tui-win.c, tui/tui-regs.c: Update references.
12753 * tui/tui-layout.c, tui/tui.c: Update references.
12754
12755 * tui/tui-wingeneral.h: Update copyright.
12756 (m_allBeVisible): Delete macro.
12757 (m_allBeInvisible): Delete macro.
12758 (struct tui_gen_win_info): Declare.
12759 (struct tui_win_info): Declare.
12760 (tui_unhighlight_win): Rename unhighlightWin.
12761 (tui_make_visible, tui_make_invisible): Replace makeVisible.
12762 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
12763 (tui_make_window): Rename makeWindow.
12764 (tui_copy_win): Rename copyWin.
12765 (tui_box_win): Rename boxWin.
12766 (tui_highlight_win): Rename highlightWin.
12767 (tui_check_and_display_highlight_if_needed): Rename
12768 checkAndDisplayHighlightIfNeeded.
12769 (tui_refresh_all): Rename refreshAll.
12770 (tui_delete_win): Rename tuiDelwin.
12771 (tui_refresh_win): Rename tuiRefreshWin.
12772 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
12773 (tui_make_visible, tui_make_invisible): New functions.
12774 (tui_make_all_visible, tui_make_all_invisible): New functions.
12775 (make_all_visible): Rename makeAllVisible.
12776 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
12777 * tui/tui-data.c, tui/tui-winsource.c: Update references.
12778 * tui/tui-windata.c, tui/tui-win.c: Update references.
12779 * tui/tui-regs.c, tui/tui-layout.c: Update references.
12780 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
12781
12782 2004-02-06 Mark Kettenis <kettenis@gnu.org>
12783
12784 * proc-api.c (write_with_trace): Initialize local variable to
12785 silence compiler warning.
12786
12787 2004-02-06 Andrew Cagney <cagney@redhat.com>
12788
12789 * tui/tui-source.h: Do not include "defs.h".
12790 (struct tui_win_info): Declare.
12791 (tui_set_source_content_nil): Declare.
12792 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
12793 (union tui_line_or_address): Rename _TuiLineOrAddress.
12794 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
12795 (tui_update_source_window): Rename tuiUpdateSourceWindow.
12796 (tui_update_source_window_as_is): Rename
12797 tuiUpdateSourceWindowAsIs.
12798 (tui_update_source_windows_with_addr): Rename
12799 tuiUpdateSourceWindowsWithAddr.
12800 (tui_update_source_windows_with_line): Rename
12801 tuiUpdateSourceWindowsWithLine.
12802 (tui_clear_source_content): Rename tuiClearSourceContent.
12803 (tui_erase_source_content): Rename tuiEraseSourceContent.
12804 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
12805 (tui_show_source_content): Rename tuiShowSourceContent.
12806 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
12807 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
12808 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
12809 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
12810 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
12811 (tui_update_exec_info): Rename tuiUpdateExecInfo.
12812 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
12813 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
12814 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
12815 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
12816 (struct tui_win_info): Declare.
12817 * tui/tui-stack.c: Update references.
12818 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
12819 * tui/tui-win.c, tui/tui-source.c: Ditto.
12820 * tui/tui.c, tui/tui-disasm.c: Ditto.
12821
12822 2004-02-06 Mark Kettenis <kettenis@gnu.org>
12823
12824 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
12825 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
12826
12827 2004-02-05 Mark Kettenis <kettenis@gnu.org>
12828
12829 * infrun.c (handle_inferior_event): Allow for breakpoint
12830 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
12831 and SIGEMT. Update comments.
12832 * NEWS (Revised SPARC target): Mention support for non-executable
12833 stack.
12834
12835 2004-02-04 Mark Kettenis <kettenis@gnu.org>
12836
12837 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
12838 * inftarg.c: Update copyright year.
12839 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
12840 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
12841 (sparc_xfer_wcookie): New function.
12842 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12843 * Makefile.in (sparc-nat.o): Update dependencies.
12844 * config/sparc/nm-nbsd.h: Include "target.h".
12845 (NATIVE_XFER_WCOOKIE): New define.
12846 (sparc_xfer_wcookie): New prototype.
12847
12848 2004-02-04 Andrew Cagney <cagney@redhat.com>
12849
12850 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
12851 SYSCALL_TRAP function.
12852 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
12853
12854 2004-02-04 Andrew Cagney <cagney@redhat.com>
12855 Daniel Jacobowitz <drow@mvista.com>
12856
12857 * objfiles.h: Delete comments refering to inside_entry_func and
12858 DEPRECATED_FRAME_CHAIN_VALID.
12859 * defs.h (inside_entry_func): Update prototype..
12860 * blockframe.c (inside_entry_func): Rename to
12861 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
12862 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
12863
12864 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
12865
12866 * breakpoint.c (struct captured_parse_breakpoint_args): Move
12867 outside of #ifdef SOLIB_ADD region.
12868 (do_restore_lang_radix_cleanup): Ditto.
12869 (resolve_pending_breakpoint): Ditto.
12870
12871 2004-02-03 Andrew Cagney <cagney@redhat.com>
12872
12873 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
12874 (process_note_abi_tag_sections): Delete unused function.
12875 (ia64_read_fp): Delete unused function.
12876 (gdbarch_extract_struct_value_address): Delete declaration.
12877
12878 2004-02-02 Andrew Cagney <cagney@redhat.com>
12879
12880 * vax-tdep.c (vax_frame_chain): Delete call to
12881 deprecated_inside_entry_file.
12882 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
12883
12884 2004-02-02 Mark Kettenis <kettenis@gnu.org>
12885
12886 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
12887 column that's "empty" or "same value" when eliminating REG_RA
12888 rules.
12889
12890 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12891
12892 * NEWS: Add information about new pending breakpoint support.
12893
12894 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12895
12896 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
12897 and pending fields for pending breakpoint support.
12898 * breakpoint.c (breakpoint_enabled): Add check for not pending.
12899 (condition_command): Only parse condition if not a pending
12900 breakpoint.
12901 (print_one_breakpoint): Add support for pending breakpoints.
12902 (describe_other_breakpoints): Add checks to verify we are not
12903 dealing with pending breakpoints.
12904 (check_duplicates): Don't check pending breakpoints.
12905 (set_raw_breakpoint): Initialize pending flag.
12906 (do_restore_lang_radix_cleanup): New cleanup routine.
12907 (resolve_pending_breakpoint): New function.
12908 (re_enable_breakpoints_in_shlibs): Try and resolve any
12909 pending breakpoints via resolve_pending_breakpoint.
12910 (mention): Add pending breakpoint support.
12911 (parse_breakpoint_sals): Add new parameter to pass to
12912 decode_line_1 to indicate silent errors when files or functions
12913 are not found. Change all callers.
12914 (do_captured_parse_breakpoint): New function.
12915 (break_command_1): Change prototype to return an rc value and to
12916 take an optional pending breakpoint pointer. Support creating
12917 a pending breakpoint if a "not found" form of error occurs when
12918 parsing the breakpoint. Also support resolving an existing pending
12919 breakpoint and be silent if the resolution fails.
12920 (create_breakpoints): Change prototype to take pending breakpoint
12921 pointer. When resolving a pending breakpoint, use the new pointer
12922 to provide a conditional or commands added by the end-user.
12923 (delete_breakpoint): Add appropriate check for pending.
12924 (breakpoint_re_set_one): Ditto.
12925 (do_enable_breakpoint): Ditto.
12926
12927 2004-02-02 David Carlton <carlton@kealia.com>
12928
12929 * valops.c (enum oload_classification): New.
12930 (find_overload_match): Break implementation into separate
12931 functions; delete #if 0'd code; look for symbols within
12932 namespaces.
12933 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
12934 (find_oload_champ,oload_method_static,classify_oload_match): New.
12935 * cp-support.h: Add declaration for cp_func_name; update
12936 declaration for make_symbol_overload_list.
12937 * cp-support.c (cp_func_name): New.
12938 (overload_list_add_symbol): Fix comment, use
12939 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
12940 (make_symbol_overload_list): Take a function name and a namespace
12941 instead of a symbol; change implementation.
12942 (make_symbol_overload_list_using): New.
12943 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
12944
12945 2004-02-02 Fred Fish <fnf@redhat.com>
12946
12947 * main.c (gdb_stdtarg): Move definition to group with other
12948 gdb_stdtarg definitions and update copyright years.
12949 * remote-sim.c (gdb_os_write_stderr): Write output to
12950 gdb_stdtargerr stream instead of gdb_stdtarg stream.
12951 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
12952 gdb_stderr stream and update copyright years.
12953
12954 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12955
12956 * Makefile.in (mips-linux-nat.o): Update dependencies.
12957 * mips-linux-nat.c: Include mips-tdep.h.
12958
12959 2004-02-01 Roland McGrath <roland@redhat.com>
12960
12961 * sol-thread.c (sol_thread_xfer_partial): New function.
12962 (init_sol_thread_ops): Use that for to_xfer_partial hook.
12963 (init_sol_core_ops): Likewise.
12964
12965 * procfs.c (procfs_xfer_partial): New function.
12966 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
12967 * Makefile.in (procfs.o): Add $(auxv_h) dep.
12968
12969 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
12970 procfs_xfer_auxv function.
12971
12972 * procfs.c (procfs_make_note_section): If we can read
12973 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
12974 * linux-proc.c (linux_make_note_section): Likewise.
12975
12976 * auxv.h: New file.
12977 * auxv.c: New file.
12978 * Makefile.in (auxv_h): New variable.
12979 (COMMON_OBS): Add auxv.o here.
12980 (auxv.o): New target.
12981
12982 * corelow.c (core_xfer_partial): New function.
12983 (init_core_ops): Use it for core_ops.to_xfer_partial.
12984
12985 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
12986 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
12987 macro if that is defined.
12988
12989 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12990
12991 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
12992 and check the specified thread for each breakpoint.
12993 * breakpoint.h (bpstat_stop_status): Update prototype.
12994 * infrun.c (handle_inferior_event): Update calls to
12995 bpstat_stop_status.
12996
12997 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12998
12999 * Makefile.in (cli-cmds.o): Add $(readline_h).
13000
13001 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13002
13003 * cli/cli-cmds.c: Include readline.h.
13004 (complete_command): Pass the start of the last word to
13005 complete_line.
13006
13007 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13008
13009 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
13010 argument, and change first argument to a CORE_ADDR.
13011 * breakpoint.h (bpstat_stop_status): Update prototype.
13012 * infrun.c (adjust_pc_after_break): Add a new comment.
13013 (handle_inferior_event): Update calls to bpstat_stop_status.
13014
13015 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13016
13017 * breakpoint.h: Update copyright years.
13018
13019 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13020
13021 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
13022 (bpstat_stop_status): Don't decrement PC.
13023 * breakpoint.h (software_breakpoint_inserted_here_p): Add
13024 prototype.
13025 * infrun.c (adjust_pc_after_break): New function.
13026 (handle_inferior_event): Call it, early. Remove later references
13027 to DECR_PC_AFTER_BREAK.
13028 (normal_stop): Add commentary.
13029
13030 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13031
13032 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
13033 2004-01-27 double-free fix.
13034
13035 2004-01-31 Mark Kettenis <kettenis@gnu.org>
13036
13037 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13038 (sparc32_frame_prev_register): Handle StackGhost.
13039 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13040
13041 2004-01-29 Roland McGrath <roland@redhat.com>
13042
13043 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
13044 * configure: Regenerated.
13045
13046 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
13047 * Makefile.in (procfs.o): Add dep.
13048
13049 2004-01-28 Andrew Cagney <cagney@redhat.com>
13050
13051 * tui/tui-stack.h: Update copyright.
13052 (struct frame_info): Add opaque declaration.
13053 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
13054 (tui_show_locator_content): Rename tuiShowLocatorContent.
13055 (tui_show_frame_info): Rename tuiShowFrameInfo.
13056 * tui/tui-stack.c: Update copyright. Update references.
13057 * tui/tui-winsource.c: Update references.
13058 * tui/tui-win.c: Update references.
13059 * tui/tui-layout.c: Update references.
13060 * tui/tui-hooks.c: Update copyright, update references.
13061 * tui/tui.c: Update copyright, update references.
13062 * tui/tui-disasm.c: Update references.
13063
13064 2004-01-28 David Carlton <carlton@kealia.com>
13065
13066 * dwarf2read.c (add_partial_structure): Use demangled name if
13067 namespace equals "".
13068
13069 2004-01-27 Jim Blandy <jimb@redhat.com>
13070
13071 Clean up misapplied patch:
13072 * dwarf2read.c (determine_prefix): Change one of the two forward
13073 declarations for 'determine_prefix_aux' to a declaration for this.
13074 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
13075 argument to 'die_specification'.
13076
13077 * dwarf2read.c (read_func_scope): Re-indent comment.
13078
13079 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
13080
13081 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
13082 b->exp to NULL after freeing so that error during re-parsing or
13083 evaluation of expressions associated with breakpoint don't
13084 eventually lead to re-freeing of storage.
13085 Committed by Andrew Cagney.
13086
13087 2004-01-27 Andrew Cagney <cagney@redhat.com>
13088
13089 * source.c (ambiguous_line_spec): Delete undefined declaration.
13090 * m32r-rom.c (m32r_set_board_address): Delete unused function.
13091 (m32r_set_server_address, m32r_set_download_path): Ditto.
13092 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
13093
13094 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
13095
13096 * dwarf2read.c: Update calls to changed and renamed functions, and
13097 references to moved variables.
13098
13099 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
13100 language, language_defn, list_in_scope, and ftypes members.
13101 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
13102 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
13103 (baseaddr): Remove globals.
13104
13105 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
13106 (set_cu_language, die_is_declaration, die_specification)
13107 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
13108 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
13109 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
13110 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
13111
13112 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
13113 cu.list_in_scope. Don't initialize cu_header_offset.
13114 (add_partial_symbol): Add local baseaddr.
13115 (psymtab_to_symtab_1): Add local baseaddr. Use
13116 objfile->section_offsets for consistency. Don't initialize
13117 cu_header_offset; do initialize cu.header.offset and
13118 cu.list_in_scope.
13119 (read_file_scope, read_func_scope, read_lexical_block_scope)
13120 (dwarf_decode_lines, new_symbol): Add local baseaddr.
13121
13122 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
13123
13124 * PROBLEMS: Add gdb/1516.
13125
13126 2003-12-29 Robert Millan <robertmh@gnu.org>
13127
13128 Patch committed by Andrw Cagney.
13129 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
13130 * configure.tgt: Match knetbsd*-gnu.
13131
13132 2004-01-26 Andrew Cagney <cagney@redhat.com>
13133
13134 * breakpoint.c (catch_command_1): Delete #ifdef code.
13135 (catch_fork_command_1): Delete #ifdef wrapper.
13136 (catch_exec_command_1): Ditto.
13137 (catch_load_command_1): Ditto.
13138 (catch_unload_command_1): Ditto.
13139
13140 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
13141 (catch_breakpoint): Delete #if0ed function.
13142 (disable_catch_breakpoint): Ditto.
13143 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
13144 (disable_catch, enable_catch, delete_catch): Ditto.
13145
13146 2004-01-26 Andrew Cagney <cagney@redhat.com>
13147
13148 * remote.c (echo_check, quit_flag): Delete variables.
13149 (cisco_kernel_mode): Delete variable.
13150 (minitelnet_return, tty_input, escape_count): Delete variables.
13151 (remote_cisco_mode): Delete variable.
13152 (remote_cisco_open, remote_cisco_close): Delete function.
13153 (remote_cisco_mourn, remote_cisco_wait): Delete function.
13154 (init_remote_cisco_ops): Delete function.
13155 (_initialize_remote): Do not install "remote cisco" code.
13156 (read_frame): Delete cisco specific code.
13157 (remote_info_process): Delete function.
13158 (remote_wait): Delete cisco specific code.
13159 (remote_cisco_section_offsets): Delete function.
13160 (remote_cisco_objfile_relocate): Delete function.
13161 (remote_async_wait): Delete cisco specific code.
13162 (minitelnet, readtty, readsocket): Delete function.
13163
13164 2004-01-26 Andrew Cagney <cagney@redhat.com>
13165
13166 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
13167 comments mentioning extract_returned_value_address.
13168 * infcmd.c (print_return_value): Update. Add comments on
13169 extract_returned_value_address.
13170 * stack.c (return_command): Add comments on
13171 extract_returned_value_address.
13172 * values.c: Update comment.
13173 * m32r-tdep.c: Update comment.
13174 * sparc-tdep.c: Update comment.
13175 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
13176 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
13177 * sh64-tdep.c (sh64_gdbarch_init): Update.
13178 * sh-tdep.c (sh_gdbarch_init): Update.
13179 * s390-tdep.c (s390_gdbarch_init): Update.
13180 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13181 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
13182 * m68k-tdep.c (m68k_gdbarch_init): Update.
13183 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
13184 * m32r-tdep.c (m32r_gdbarch_init): Update.
13185 * ia64-tdep.c (ia64_gdbarch_init): Update.
13186 * h8300-tdep.c (h8300_gdbarch_init): Update.
13187 * frv-tdep.c (frv_gdbarch_init): Update.
13188 * arm-tdep.c (arm_gdbarch_init): Update.
13189 * alpha-tdep.c (alpha_gdbarch_init): Update.
13190
13191 2004-01-26 Andrew Cagney <cagney@redhat.com>
13192
13193 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13194 SYMBOL_LOCATION_FUNCS
13195 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13196 "struct symbol_ops".
13197 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13198 type to "struct symbol_ops".
13199 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13200 (struct symbol): Replace ".aux_value.loc.funcs" and
13201 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13202 (SYMBOL_OBJFILE): Delete macro.
13203 (SYMBOL_LOCATION_FUNCS): Delete macro.
13204 (SYMBOL_LOCATION_BATON): Update.
13205 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13206 intead of SYMBOL_LOCATION_FUNCS.
13207 * ax-gdb.c (gen_var_ref): Ditto.
13208 * printcmd.c (address_info): Ditto.
13209 * findvar.c (read_var_value): Ditto.
13210 (symbol_read_needs_frame): Ditto.
13211
13212 2004-01-26 Andrew Cagney <cagney@redhat.com>
13213
13214 * dwarf2read.c (read_func_scope): Document frame-base hack.
13215
13216 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13217
13218 * infcmd.c (print_return_value): Plug memory leak; delete
13219 ui_stream object. Rename argument `structure_return' to
13220 `struct_return'.
13221
13222 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13223
13224 * infcmd.c (print_return_value): Wrap long lines.
13225 (finish_command_continuation, finish_command): Remove unused
13226 variable `funcaddr'. Fix some coding-standards problems.
13227
13228 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
13229 SECT_SIZE is large enough, not whether it's exactly the right size.
13230 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13231 TDEP->fpregset to zero.
13232
13233 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
13234 floating-point registers for traditional NetBSD core files.
13235 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13236 TDEP->sizeof_fpregset here.
13237
13238 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13239
13240 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13241 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13242 function with code split out from
13243 sparc32nbsd_sigcontext_frame_cache.
13244 (sparc32nbsd_sigcontext_frame_cache): Use
13245 sparc32nbsd_sigcontext_saved_regs.
13246 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13247 OpenBSD.
13248 * sparcobsd-tdep.c: New file.
13249 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13250 (sparcobsd-tdep.o): New dependency.
13251 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13252 * config/sparc/obsd.mt: New file.
13253
13254 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13255 TDEP->fpregset to be initialized to enable core file register
13256 sets.
13257
13258 2004-01-24 Mark Kettenis <kettenis@gnu.org>
13259
13260 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
13261 Add opaque declarations.
13262 (sparc64nbsd_sigcontext_saved_regs): New prototype.
13263 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13264 function with code split out from
13265 sparc64nbsd_sigcontext_frame_cache.
13266 (sparc64nbsd_sigcontext_frame_cache): Use
13267 sparc64nbsd_sigcontext_saved_regs.
13268 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13269 OpenBSD.
13270 * sparc64obsd-tdep.c: New file.
13271 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13272 (sparc64obsd-tdep.o): New dependency.
13273 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13274 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13275 * config/sparc/obsd64.mt: New file.
13276
13277 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13278 read the instruction at PC.
13279
13280 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13281 value of GDB_OSABI_DEFAULT.
13282 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13283 instead of GDB_OSABI_NETBSD_AOUT.
13284
13285 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
13286
13287 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13288 copyright.
13289
13290 2004-01-23 Andrew Cagney <cagney@redhat.com>
13291
13292 * printcmd.c (display_command): Replace tui_set_display call with
13293 tui_set_layout_for_display_command.
13294 * tui/tui.h (enum tui_win_type): Define.
13295 (tui_set_layout): Delete declaration.
13296 (tui_set_layout_for_display_command): Rename set_tui_layout.
13297 * tui/tui-data.h (enum tui_layout_type): Define.
13298 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
13299 "tui.h".
13300 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13301 (tui_default_win_height): Rename tuiDefaultWinHeight.
13302 (tui_default_win_viewport_height): Rename
13303 tuiDefaultWinViewportHeight.
13304 (tui_set_layout): RenametuiSetLayout.
13305 * tui/tui-layout.c: Update references.
13306 * tui/tui.c: Update references.
13307 * tui/tui-disasm.c: Update references.
13308
13309 2004-01-23 David Carlton <carlton@kealia.com>
13310
13311 Partial workaround for PR c++/1511:
13312 * cp-namespace.c: Include frame.h.
13313 (cp_lookup_transparent_type): New
13314 (cp_lookup_transparent_type_loop): New.
13315 * cp-support.h: Declare cp_lookup_transparent_type.
13316 * symtab.c (basic_lookup_transparent_type): Renamed from
13317 lookup_transparent_type.
13318 (lookup_transparent_type): Replace old body by a call to
13319 current_language->la_lookup_transparent_type.
13320 * symtab.h: Update copyright. Declare
13321 basic_lookup_transparent_type.
13322 * language.h: Update copyright.
13323 (struct language_defn): Add la_lookup_transparent_type.
13324 * language.c: Update copyright.
13325 (unknown_language_defn): Add basic_lookup_transparent_type.
13326 (auto_language_defn): Add basic_lookup_transparent_type.
13327 (local_language_defn): Add basic_lookup_transparent_type.
13328 * ada-lang.c: Update copyright.
13329 (ada_language_defn): Add basic_lookup_transparent_type.
13330 * c-lang.c: Update copyright.
13331 (c_language_defn): Add basic_lookup_transparent_type.
13332 (cplus_language_defn): Add basic_lookup_transparent_type.
13333 (asm_language_defn): Add basic_lookup_transparent_type.
13334 (minimal_language_defn): Add basic_lookup_transparent_type.
13335 * f-lang.c: Update copyright.
13336 (f_language_defn): Add basic_lookup_transparent_type.
13337 * jv-lang.c: Update copyright.
13338 (java_language_defn): Add basic_lookup_transparent_type.
13339 * m2-lang.c: Update copyright.
13340 (m2_language_defn): Add basic_lookup_transparent_type.
13341 * objc-lang.c: Update copyright.
13342 (objc_language_defn): Add basic_lookup_transparent_type.
13343 * p-lang.c: Update copyright.
13344 (p_language_defn): Add basic_lookup_transparent_type.
13345 * scm-lang.c: Update copyright.
13346 (scm_language_defn): Add basic_lookup_transparent_type.
13347 * Makefile.in (cp-namespace.o): Depend on frame.h.
13348
13349 2004-01-23 David Carlton <carlton@kealia.com>
13350
13351 Patch for PR c++/1520:
13352 * dwarf2read.c (read_func_scope): Set processing_current_prefix
13353 properly if we have a specification die.
13354 (determine_prefix_aux): Rename from determine_prefix.
13355 (determine_prefix): Like the old determine_prefix, but never
13356 returns NULL.
13357
13358 2004-01-23 Theodore A. Roth <troth@openavr.org>
13359
13360 * avr-tdep.c: Update copyright.
13361 (avr_iaddr_p): Delete unused function.
13362 (avr_saddr_p): Delete unused function.
13363
13364 2004-01-23 David Carlton <carlton@kealia.com>
13365
13366 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13367 Fix for PR symtab/1534.
13368
13369 2004-01-23 Mark Kettenis <kettenis@gnu.org>
13370
13371 * NEWS (New native configurations): Mention OpenBSD/sparc and
13372 OpenBSD/sparc64.
13373 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13374 * configure.host: Likewise.
13375 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13376 handler for OpenBSD.
13377 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13378
13379 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13380
13381 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13382 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13383
13384 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13385 * cli/cli-cmds.c (shell_escape): Likewise.
13386
13387 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13388 OpenBSD .note.openbsd.ident sections.
13389
13390 2004-01-22 David Carlton <carlton@kealia.com>
13391
13392 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13393 get_scope_pc_bounds.
13394 (read_file_scope): Ditto.
13395 (get_scope_pc_bounds): New function, produced by extracting code
13396 from the above two functions, consolidating it, and adding support
13397 for DW_TAG_namespace.
13398
13399 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13400
13401 * osabi.c (MAX_NOTESZ): New define.
13402 (check_note): New function.
13403 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13404 check_note.
13405
13406 2004-01-21 Roland McGrath <roland@redhat.com>
13407
13408 * MAINTAINERS (write after approval): Add myself.
13409
13410 2004-01-21 Eli Zaretskii <eliz@gnu.org>
13411
13412 * utils.c (init_page_info): Move declarations of `rows' and
13413 `cols' before the __GO32__-specific code. Move the closing brace
13414 outside the #ifdef __GO32__..#endif block.
13415 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13416
13417 2004-01-21 Paul Brook <paul@codesourcery.com>
13418
13419 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13420 BPSTAT_WHAT_CHECK_SHLIBS.
13421
13422 2004-01-21 Paul Brook <paul@codesourcery.com>
13423
13424 * MAINTAINERS: Add myself to write-after-approval.
13425
13426 2004-01-20 Andrew Cagney <cagney@redhat.com>
13427
13428 * ax-gdb.c (print_axs_value): Delete unused function.
13429 * jv-lang.c (java_lookup_type): Delete unused function.
13430 * cli/cli-dump.c (dump_filetype): Delete unused function.
13431 * remote-mips.c (remote_mips_insert_hw_breakpoint)
13432 (remote_mips_remove_hw_breakpoint): Delete unused functions.
13433 (mips_getstring): Delete unused function.
13434 (pmon_insert_breakpoint): Delete #if0ed function.
13435 (PMON_MAX_BP): Delete #if0ed MACRO.
13436 (mips_pmon_bp_info): Delete #if0ed variable.
13437 (pmon_remove_breakpoint): Delete #if0ed function.
13438 * monitor.c (monitor_write_even_block): Delete unused function.
13439 (monitor_write_memory_block): Delete #if0ed code.
13440 * dink32-rom.c (dink32_load): Delete unused function.
13441 (_initialize_dink32_rom): Delete #if0ed code.
13442 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13443
13444 * tui/tui-command.c: Update references.
13445 * tui/tui-io.c: Update references.
13446 * tui/tui-command.h: Update copyright.
13447 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13448
13449 * source.c (ambiguous_line_spec): Delete never-defined function.
13450 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13451 * gdbtypes.c (add_name, add_mangled_type): Ditto.
13452 * cli/cli-cmds.c (validate_comname): Ditto.
13453
13454 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
13455 "tui-data.h".
13456 (tui_set_disassem_content): Rename tuiSetDisassemContent.
13457 (tui_show_disassem): Rename tuiShowDisassem.
13458 (tui_show_disassem_and_update_source): Rename
13459 tuiVerticalDisassemScroll.
13460 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13461 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13462 * tui/tui.h: Update copyright.
13463 (enum tui_status): Define.
13464 * tui/tui-data.h (enum tui_scroll_direction): Define.
13465 * tui/tui-disasm.c: Update copyright. Update references.
13466 * tui/tui-winsource.c: Update copyright. Update references.
13467 * tui/tui-win.c: Update references.
13468 * tui/tui-layout.c: Update references.
13469
13470 2004-01-20 Andrew Cagney <cagney@redhat.com>
13471
13472 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13473 sym2 to start of block.
13474
13475 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
13476
13477 * MAINTAINERS: Delete mmalloc.
13478 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13479 * NEWS: Mention removal of --with-malloc.
13480 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13481 * config.in: Regenerate.
13482 * configure: Regenerate.
13483 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13484 USE_MMALLOC, MMCHECK_FORCE.
13485 * gdbinit.in: Remove mmalloc.
13486 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13487 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13488 * config/i386/go32.mh: Likewise.
13489 * config/i386/interix.mh: Likewise.
13490 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13491
13492 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
13493
13494 * linespec.c (decode_variable, symtab_from_filename): Call
13495 error_silent with error message instead of throwing an exception
13496 directly.
13497 * defs.h (error_silent, error_output_message): Add prototypes.
13498 (catch_exceptions_with_msg): Ditto.
13499 * utils.c (error_silent, error_output_message): New functions.
13500 * top.c (catch_exceptions_with_msg): New function.
13501
13502 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
13503
13504 * mi/mi-cmds.h (enum print_values): Add definition.
13505
13506 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13507 type and value for simple data types and just the name and type
13508 for complex ones, if required.
13509
13510 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13511 children, if required.
13512
13513 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13514
13515 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13516 unused declarations.
13517
13518 2004-01-19 Andrew Cagney <cagney@redhat.com>
13519
13520 * top.h (mapped_symbol_files): Delete declaration.
13521 * main.c (captured_main): Delete option "m" and "mapped".
13522 * objfiles.c (mapped_symbol_files): Delete variable.
13523 * symfile.c (symbol_file_command): Delete mmap code.
13524 (symbol_file_add_with_addrs_or_offsets): Ditto.
13525 (add_symbol_file_command, reread_separate_symbols): Ditto.
13526 * objfiles.h (OBJF_MAPPED): Delete.
13527 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13528 (free_objfile) [USE_MMALLOC]: Ditto.
13529 (open_existing_mapped_file): Delete function.
13530 (open_mapped_file): Delete function.
13531 (map_to_file): Delete function.
13532
13533 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13534
13535 * infrun.c (step_into_function): Account for possible breakpoint
13536 adjustment when computing ``stop_func_start''.
13537
13538 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13539
13540 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13541 the region size against the size of a pointer, not the size of
13542 a register as given by DEPRECATED_REGISTER_SIZE.
13543
13544 2004-01-19 Andrew Cagney <cagney@redhat.com>
13545
13546 * tui/tui-regs.h: Include "tui-data.h".
13547 (tuiFirstRegElementNoInLine): Delete declaration.
13548 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13549 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13550 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13551 (tui_calculate_regs_column_count): Rename
13552 tuiCalculateRegsColumnCount.
13553 (tui_check_register_values): Rename tuiCheckRegisterValues.
13554 (tui_show_registers): Rename tuiShowRegisters.
13555 (tui_display_registers_from_line): Rename
13556 tuiDisplayRegistersFromLine.
13557 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13558 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13559 (tui_first_reg_element_no_inline): Rename
13560 tuiFirstRegElementNoInLine.
13561 * tui/tui-data.h: Update copyright.
13562 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13563 * tui/tui-windata.c: Update copyright, update references.
13564 * tui/tui-regs.c: Update copyright, update references.
13565 * tui/tui-win.c: Update copyright, update references.
13566 * tui/tui-layout.c: Update copyright, update references.
13567
13568 2004-01-18 Andrew Cagney <cagney@redhat.com>
13569
13570 * tui/tui-io.c: Update copyright.
13571 (key_is_end_sequence, key_is_backspace): New functions.
13572 (key_is_command_char, key_is_start_sequence): New function.
13573 (tui_getc): Update references.
13574 * tui/tui-io.h: Update copyright.
13575 (m_tuiStartNewLine): Delete macro.
13576 (m_isBackspace, m_isDeleteChar): Delete macros.
13577 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13578 (m_isNextPage, m_isPrevPage): Delete macros.
13579 (m_isLeftArrow, m_isRightArrow): Delete macros.
13580 (m_isXdbStyleCommandChar): Delete macro.
13581 (key_is_start_sequence): Declare, replace m_isStartSequence.
13582 (key_is_end_sequence): Declare, replace m_isEndSequence.
13583 (key_is_backspace): Declare ,replace m_isBackspace.
13584 (key_is_command_char): Declare, replace m_isCommandChar.
13585 * tui/tui-command.c: Update copyright.
13586 (tuiDispatchCtrlChar): Update references.
13587
13588 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13589 tuiSourceWin.h.
13590
13591 * tui/tui-command.c: Rename tui/tuiCommand.c.
13592 * tui/tui-command.h: Rename tui/tuiCommand.h.
13593 * tui/tui-data.c: Rename tui/tuiData.c.
13594 * tui/tui-data.h: Rename tui/tuiData.h.
13595 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13596 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13597 * tui/tui-io.c: Rename tui/tuiIO.c.
13598 * tui/tui-io.h: Rename tui/tuiIO.h.
13599 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13600 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13601 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13602 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13603 * tui/tui-source.c: Rename tui/tuiSource.c.
13604 * tui/tui-source.h: Rename tui/tuiSource.h.
13605 * tui/tui-stack.c: Rename tui/tuiStack.c.
13606 * tui/tui-stack.h: Rename tui/tuiStack.h.
13607 * tui/tui-win.c: Rename tui/tuiWin.c.
13608 * tui/tui-win.h: Rename tui/tuiWin.h.
13609 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13610 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13611 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13612 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13613 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13614 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13615 * tui/tui-file.c: Update includes.
13616 * tui/tui-hooks.c: Update includes.
13617 * tui/tui-interp.c: Update includes.
13618 * tui/tui.c: Update includes.
13619 * Makefile.in: Update all tui/ dependencies.
13620 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13621
13622 * Makefile.in: Update copyright. Update dependencies.
13623
13624 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13625 problem.
13626
13627 2004-01-18 Andrew Cagney <cagney@redhat.com>
13628
13629 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13630 instead of register_gdbarch_init.
13631
13632 * remote-sds.c (tohex): Delete unused function. Update copyright.
13633 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13634 * v850-tdep.c (v850_register_virtual_size): Ditto.
13635 * target.c (normal_target_post_startup_inferior): Ditto.
13636 * source.c (ambiguous_line_spec): Ditto.
13637 * remote.c (adapt_remote_get_threadinfo): Ditto.
13638 * mi/mi-out.c (out_field_fmt): Ditto.
13639 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13640 (output_control_change_notification): Ditto.
13641 * m68k-tdep.c (m68k_register_byte): Ditto.
13642 (m68k_remote_breakpoint_from_pc): Ditto.
13643 * ui-out.c (init_ui_out_state): Delete unused declaration.
13644 * stabsread.c (search_value): Ditto.
13645 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13646 * maint.c (print_section_table): Ditto.
13647 * infrun.c (set_follow_fork_mode_command): Ditto.
13648
13649 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13650
13651 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13652 DW_CFA_def_cfa_exporession. Add support for
13653 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13654 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13655
13656 2004-01-18 Andrew Cagney <cagney@redhat.com>
13657
13658 * ocd.c: Update copyright.
13659 (bdm_read_register_command): Delete unused function.
13660 (_initialize_remote_ocd): Delete commented out reference.
13661 (get_quoted_char, reset_packet): Delete #if0ed function.
13662 (output_packet, put_quoted_char): Delete #if0ed function.
13663 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13664 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13665 (BDM_BREAKPOINT): Delete #if0ed macro.
13666 (remote_timeout): Delete #if0ed variable.
13667
13668 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13669
13670 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13671 (core-sol2.o): Remove dependency.
13672 * core-sol2.c: Remove file.
13673
13674 2004-01-17 Andrew Cagney <cagney@redhat.com>
13675
13676 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13677 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13678 enums.
13679
13680 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13681
13682 * remote.c: Update copyright years.
13683
13684 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13685
13686 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13687
13688 2004-01-17 Andrew Cagney <cagney@redhat.com>
13689
13690 * mdebugread.c: Update copyright.
13691 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13692 (parse_type, parse_procedure): Ditto.
13693 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13694
13695 * cris-tdep.c (cris_store_struct_return): Put back accidently
13696 deleted function.
13697
13698 * gdbarch.sh: Update copyright year.
13699 * gdbarch.h, gdbarch.c: Re-generate.
13700
13701 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13702
13703 Suggested by George Anzinger.
13704 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13705 correct stack offset. Include unknown opcode numbers in the error
13706 message.
13707
13708 2004-01-17 Andrew Cagney <cagney@redhat.com>
13709
13710 * x86-64-tdep.c (x86_64_init_abi): No need to clear
13711 extract_struct_value_address, i386 does not set it.
13712 * sparc64-tdep.c (sparc64_init_abi): Do not set
13713 extract_struct_value_address, never called.
13714 (sparc64_extract_struct_value_address): Delete function.
13715 * m68hc11-tdep.c: Update copyright.
13716 (m68hc11_gdbarch_init): Delete redundant assignment of
13717 extract_struct_value_address.
13718 * i386-tdep.c: Update copyright.
13719 (i386_gdbarch_init): Do not set extract_struct_value_address,
13720 never called.
13721 (i386_extract_struct_value_address): Delete function.
13722 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
13723 extract_struct_value_address, never called.
13724 (sparc32_extract_struct_value_address): #if 0 function. Add
13725 comments explaining its future.
13726
13727 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13728
13729 * arm-tdep.c (arm_write_pc): New function.
13730 (arm_gdbarch_init): Call set_gdbarch_write_pc.
13731
13732 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13733
13734 * breakpoint.c (must_shift_inst_regs): Delete.
13735 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
13736 and SHIFT_INST_REGS.
13737 * infcmd.c (step_1, step_1_continuation): Delete references to
13738 SHIFT_INST_REGS.
13739 * infrun.c (keep_going): Likewise.
13740 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
13741 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
13742
13743 2004-01-17 Andrew Cagney <cagney@redhat.com>
13744
13745 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
13746 * gdbarch.h, gdbarch.c: Re-generate.
13747 * infcmd.c (print_return_value): Delete reference to
13748 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
13749
13750 * cris-tdep.c (cris_gdbarch_init): Do not set
13751 deprecated_extract_struct_value_address.
13752
13753 * xstormy16-tdep.c: Update copyright.
13754 (xstormy16_extract_struct_value_address): Update to current
13755 extract struct value address interface.
13756 (xstormy16_gdbarch_init): Set extract_struct_value_address.
13757 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
13758 current extract struct value address interface.
13759 (sh64_gdbarch_init): Set extract_struct_value_address.
13760
13761 * cris-tdep.c: Update copyright.
13762 (cris_extract_struct_value_address): Delete function.
13763 (struct_return_address): Delete variable.
13764 (cris_store_struct_return): Do not set struct_return_address.
13765
13766 * mcore-tdep.c: Update copyright.
13767 (mcore_extract_struct_value_address): Delete function. Update
13768 comments.
13769 (mcore_gdbarch_init): Update.
13770 * mn10300-tdep.c: Update copyright.
13771 (mn10300_extract_struct_value_address): Delete function.
13772 (mn10300_gdbarch_init): Update.
13773 * v850-tdep.c: Update copyright.
13774 (v850_extract_struct_value_address): Delete.
13775 (v850_gdbarch_init): Update.
13776 * ns32k-tdep.c: Update copyright.
13777 (ns32k_extract_struct_value_address): Delete.
13778 (ns32k_gdbarch_init): Update.
13779 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
13780 (hppa_gdbarch_init): Update.
13781 * vax-tdep.c: Update copyright.
13782 (vax_extract_struct_value_address): Delete.
13783 (vax_gdbarch_init): Update.
13784
13785 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
13786 * gdbarch.h, gdbarch.c: Re-generate.
13787 * procfs.c (procfs_fetch_registers): Delete reference to
13788 DEPRECATED_NPC_REGNUM.
13789 (procfs_store_registers): Ditto.
13790 * regcache.c (generic_target_write_pc): Simplify.
13791 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
13792
13793 * core-sol2.c (fetch_core_registers): Replace
13794 DEPRECATED_NPC_REGNUM with equivalent tdep value.
13795
13796 * hppa-tdep.c: Update copyright year.
13797 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
13798 NPC_REGNUM.
13799 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
13800
13801 * mips-tdep.c (mips_write_pc): New function.
13802 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
13803 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
13804 (mips_find_saved_regs, mips_software_single_step: Ditto.
13805 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
13806 mips_init_extra_frame_info, mips_pop_frame): Ditto.
13807
13808 2004-01-17 Andrew Cagney <cagney@redhat.com>
13809
13810 * mips-tdep.c: Re-indent. Group functions by ABI.
13811
13812 2004-01-17 Andrew Cagney <cagney@redhat.com>
13813
13814 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
13815 * gdbarch.c: Re-generate.
13816 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13817 DECR_PC_AFTER_BREAK to zero.
13818 * vax-tdep.c (vax_gdbarch_init): Ditto.
13819 * v850-tdep.c (v850_gdbarch_init): Ditto.
13820 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13821 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13822 * sh-tdep.c (sh_gdbarch_init): Ditto.
13823 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13824 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13825 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13826 * mips-tdep.c (mips_gdbarch_init): Ditto.
13827 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13828 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13829 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13830 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13831 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
13832 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13833 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13834 * frv-tdep.c (frv_gdbarch_init): Ditto.
13835 * cris-tdep.c (cris_gdbarch_init): Ditto.
13836 * avr-tdep.c (avr_gdbarch_init): Ditto.
13837 * arm-tdep.c (arm_gdbarch_init): Ditto.
13838 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
13839
13840 2004-01-17 J. Brobecker <brobecker@gnat.com>
13841
13842 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
13843 Delete, no longer used.
13844 (read_subrange_type): New function, mostly extracted from
13845 read_array_type().
13846 (read_array_type): Replace extracted code by call to
13847 read_subrange_type().
13848 (dwarf2_get_attr_constant_value): New function.
13849 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
13850 (add_partial_symbol): Likewise.
13851 (process_die): Likewise.
13852 (new_symbol): Likewise.
13853 (read_type_die): Likewise.
13854
13855 2004-01-16 Andrew Cagney <cagney@redhat.com>
13856
13857 * symfile.c: Update copyright year.
13858 (compare_symbols): Delete unused function.
13859 * stabsread.c: Update copyright year.
13860 (lrs_general_complaint): Delete unused function.
13861 (ref_search_value): Ditto.
13862 (get_substring): Delete declaration.
13863 * sh64-tdep.c: Update copyright year.
13864 (sh64_get_gdb_regnum): Delete unused function.
13865 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
13866 Delete unused function.
13867
13868 2004-01-17 Mark Kettenis <kettenis@gnu.org>
13869
13870 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
13871 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
13872
13873 2004-01-16 Andrew Cagney <cagney@redhat.com>
13874
13875 Changes from Peter Schauer.
13876 * rs6000-tdep.c: Update copyright year.
13877 (rs6000_push_dummy_call): Update the stack pointer before
13878 accessing the corresponding stack region.
13879 * rs6000-nat.c: Update copyright year.
13880 (set_host_arch): Set "info.abfd" to "exec_bfd".
13881
13882 2004-01-15 Mark Kettenis <kettenis@gnu.org>
13883
13884 * blockframe.c: Update copyright year.
13885 (inside_entry_func): Don't treat a zero PC specially.
13886
13887 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
13888
13889 * gcore.c (gcore_copy_callback): Use paddr_d to print size
13890 variable.
13891 (gcore_create_callback): Ditto. Skip any memory segment that has
13892 no permissions set.
13893
13894 2004-01-14 David Carlton <carlton@kealia.com>
13895
13896 Change symbols for C++ nested types to contain the fully qualified
13897 name, if possible. (At least in the DWARF-2 case.) Partial fix
13898 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
13899 c++/895.
13900 * c-exp.y (qualified_type): Handle types nested within classes.
13901 * cp-namespace.c: Update comments.
13902 (cp_set_block_scope): Delete #if 0.
13903 (cp_lookup_nested_type): Handle types nested within classes.
13904 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
13905 when appropriate.
13906 (add_partial_symbol): Add the name of the enclosing namespace to
13907 types.
13908 (pdi_needs_namespace): New.
13909 (add_partial_namespace): Tweak comment.
13910 (add_partial_structure): New.
13911 (psymtab_to_symtab_1): Initialize processing_current_prefix
13912 here...
13913 (process_die): instead of here.
13914 (read_structure_scope): Try to figure out the name of the class or
13915 namespace that the structure might be defined within.
13916 (read_enumeration): Generate fully-qualified names, if possible.
13917 (read_namespace): Don't set name to NULL.
13918 (die_specification): New.
13919 (new_symbol): Generate fully-qualified names for types.
13920 (read_type_die): Determine appropriate prefix.
13921 (determine_prefix): New.
13922 (typename_concat): New.
13923 (class_name): New.
13924 * valops.c (value_aggregate_elt): Pass NOSIDE to
13925 value_struct_elt_for_reference.
13926 (value_struct_elt_for_reference): Make static, add NOSIDE
13927 parameter, call value_maybe_namespace_elt as a last resort.
13928 (value_namespace_elt): Break out code into
13929 value_maybe_namespace_elt.
13930 (value_maybe_namespace_elt): New.
13931
13932 2004-01-12 Andrew Cagney <cagney@redhat.com>
13933
13934 * mips-tdep.c (mips_convert_register_p): Handle both raw and
13935 cooked floating-point registers.
13936 (mips_gdbarch_init): Set convert_register_p, register_to_value,
13937 and value_to_register.
13938
13939 2004-01-13 Andrew Cagney <cagney@redhat.com>
13940
13941 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
13942 * gdbarch.c: Re-generate.
13943 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13944 FUNCTION_START_OFFSET.
13945 * v850-tdep.c (v850_gdbarch_init): Ditto.
13946 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13947 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13948 * sh-tdep.c (sh_gdbarch_init): Ditto.
13949 * s390-tdep.c (s390_gdbarch_init): Ditto.
13950 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13951 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13952 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13953 * mips-tdep.c (mips_gdbarch_init): Ditto.
13954 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13955 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
13956 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13957 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13958 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13959 * i386-tdep.c (i386_gdbarch_init): Ditto.
13960 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13961 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13962 * frv-tdep.c (frv_gdbarch_init): Ditto.
13963 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
13964 * cris-tdep.c (cris_gdbarch_init): Ditto.
13965 * avr-tdep.c (avr_gdbarch_init): Ditto.
13966 * arm-tdep.c (arm_gdbarch_init): Ditto.
13967 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
13968
13969 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
13970
13971 * infrun.c (follow_fork_mode_ask): Remove.
13972 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
13973 (follow_fork): Simplify and remove internal error for
13974 follow_fork_mode_ask.
13975 (_initialize_infrun): Update "set follow-fork-mode" help text.
13976
13977 2004-01-13 Andrew Cagney <cagney@redhat.com>
13978
13979 * configure.in: Update copyright year.
13980 (build_warnings): Add -Wunused-label.
13981 * configure: Re-generate.
13982
13983 2004-01-12 Andrew Cagney <cagney@redhat.com>
13984
13985 * exec.h (exec_ops): Make "extern".
13986
13987 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
13988 the function is void.
13989 (mips_pseudo_register_write): Ditto.
13990
13991 2004-01-12 Andrew Cagney <cagney@redhat.com>
13992
13993 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
13994 call. Never defined.
13995 * sparc-tdep.h (struct frame_info): Add opaque declaration.
13996 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
13997 (struct sparc_gregset, struct regcache): Ditto.
13998 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
13999
14000 2004-01-12 Andrew Cagney <cagney@redhat.com>
14001
14002 * mi/ChangeLog: Delete file. Renamed to ...
14003 * mi/ChangeLog-1999-2003: New file.
14004 * tui/ChangeLog: Delete file. Renamed to ...
14005 * tui/ChangeLog-1998-2003: New file.
14006
14007 2004-01-11 Mark Kettenis <kettenis@gnu.org>
14008
14009 * sparc64nbsd-tdep.c: Include "regset.h".
14010 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
14011 Remove variables.
14012 (fetch_core_registers): Remove function.
14013 (sparc64nbsd_core_fns): Remove variable.
14014 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
14015 functions.
14016 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
14017 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14018 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
14019
14020 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
14021 sparc_extract_struct_value_address.
14022 (sparc32_gdbarch_init): Set extract_struct_value_address.
14023 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
14024 function.
14025 (sparc64_init_abi): Set extract_struct_value_address. Don't set
14026 return_value_on_stack.
14027
14028 * NEWS: Mention that %cs and %ss have been added to the AMD64
14029 configurations
14030
14031 * frame.c: Update copyright year.
14032 (get_prev_frame): Improve comment.
14033
14034 * sparc64fbsd-tdep.c: Include "regset.h".
14035 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14036 Remove variables.
14037 (fetch_core_registers): Remove function.
14038 (sparc64fbsd_core_fns): Remove variable.
14039 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
14040 functions.
14041 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
14042 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14043 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
14044
14045 * sparcnbsd-tdep.c: Include "regset.h".
14046 (fetch_core_registers): Remove function.
14047 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
14048 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
14049 functions.
14050 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
14051 TDEP->fpregset.
14052 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
14053
14054 * sparc-tdep.h (struct regset): Provide opaque declaration.
14055 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
14056 fpregset and sizeof_fpregset members.
14057 * sparc-tdep.c (struct regset): Provide opaque declaration.
14058 (sparc_regset_from_core_section): New function.
14059 (sparc32_gdbarch_init): Initialize TDEP->gregset,
14060 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
14061 Set regset_from_core_section when appropriate.
14062
14063 2004-01-10 Mark Kettenis <kettenis@gnu.org>
14064
14065 * x86-64-tdep.c (amd64_non_pod_p): New function.
14066 (amd64_classify_aggregate): Return class memory for non-POD
14067 C++ structure types.
14068
14069 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
14070 argument. Use it to reserve a register if necessary.
14071 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
14072 amd64_push_arguments.
14073
14074 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
14075
14076 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
14077 register numbers in comments.
14078 * x86-64-tdep.h: Update copyright year.
14079 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
14080 Adjust for addition of %cs and %ss.
14081 * amd64fbsd-nat.c: Update copyright year.
14082 (reg_offset): Add register offsets for %cs and %ss.
14083 * amd64fbsd-tdep.c: Update copyright year.
14084 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
14085 (amd64fbsd_sc_reg_offset): Likewise.
14086 * x86-64-linux-nat.c: Update copyright year.
14087 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
14088 and %ss.
14089 * amd64nbsd-nat.c: Update copyright year.
14090 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
14091 * amd64nbsd-tdep.c: Update copyright year.
14092 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
14093 * x86-64-linux-tdep.c: Update copyright year.
14094 (user_to_gdb_regmap): Add mapping for %cs and %ss.
14095 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
14096 * regformats/reg-x86-64.dat: Add %cs and %ss.
14097
14098 * blockframe.c (inside_entry_func): Reformat. Introduce new local
14099 variables to prevent long lines. Update comments to reflect
14100 reality.
14101
14102 2004-01-09 David Carlton <carlton@kealia.com>
14103
14104 Checked in by Elena Zannoni <ezannoni@redhat.com>.
14105 * dwarf2read.c (read_namespace): Pull out name-generating code
14106 into namespace_name. Rename previous_namespace to previous_prefix
14107 and processing_current_namespace to processing_current_prefix..
14108 (namespace_name): New function.
14109 (add_partial_symbol): Substitute uses of pdi->name with
14110 actual_name.
14111 * cp-support.h: Rename processing_current_namespace to
14112 processing_current_prefix.
14113 Update copyright year.
14114 * cp-namespace.c: Rename processing_current_namespace to
14115 processing_current_prefix.
14116 Update copyright year.
14117
14118 2004-01-09 Andrew Cagney <cagney@redhat.com>
14119
14120 * jv-valprint.c, ser-unix.c: Add missing copyright years.
14121
14122 2004-01-09 Mark Kettenis <kettenis@gnu.org>
14123
14124 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
14125 complaining.
14126 (process_one_symbol): Deal with N_PATCH stabs.
14127
14128 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
14129
14130 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
14131 ifdeffed code.
14132 Update copyright year.
14133
14134 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14135
14136 * config/pa/tm-hppa.h: Update extern declarations for
14137 hppa32_hpux_frame_saved_pc_in_sigtramp,
14138 hppa32_hpux_frame_base_before_sigtramp, and
14139 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
14140
14141 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14142
14143 * config/pa/tm-hppah.h: Update copyright years.
14144
14145 2004-01-08 Andrew Cagney <cagney@redhat.com>
14146
14147 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
14148 (mips_o32_reg_struct_has_addr): Delete function.
14149 (mips_gdbarch_init): Update.
14150 (mips_extract_struct_value_address): Delete function.
14151
14152 2004-01-08 David Mosberger <davidm@hpl.hp.com>
14153
14154 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
14155 reality.
14156
14157 2004-01-07 Andrew Cagney <cagney@redhat.com>
14158
14159 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
14160 architecture's elf flags (when available).
14161
14162 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
14163 FPU to the start, check the MIPS FPU when looking for an old
14164 architecture.
14165 (set_mipsfpu_single_command): Update the architecture.
14166 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
14167
14168 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
14169 (mips_mask_address_p): Add "tdep" parameter.
14170 (show_mask_address, mips_addr_bits_remove): Update.
14171 (mips_dump_tdep): Update.
14172 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
14173 (MIPS_STACK_ARGSIZE): Delete macro.
14174 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
14175 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
14176 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
14177 (mips_dump_tdep): Update.
14178 (MIPS_SAVED_REGSIZE): Delete macro.
14179 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
14180 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
14181 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
14182 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
14183 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
14184 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
14185 (mips_pop_frame, return_value_location): Update.
14186 (mips_n32n64_return_value, mips_dump_tdep): Update.
14187
14188 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
14189 MIPS ABI.
14190
14191 * mips-tdep.c: Update copyright.
14192 (mips_gdbarch_init): Merge two code blocks handling the register
14193 name and number layout.
14194
14195 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
14196
14197 * tracepoint.c (validate_actionline): Fix segv at EOF
14198
14199 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14200
14201 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14202 properly for static fields.
14203
14204 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
14205 Jason Molenda <jmolenda@apple.com>
14206
14207 * disasm.c: Update copyright to include 2004.
14208 (do_mixed_source_and_assembly): For uiout asm list
14209 and tuple cleanups, initialize to null_cleanup instead of
14210 NULL and do so prior to loop. Only reset when we close off
14211 the tuple/list. Move check for whether to close off the
14212 asm tuple/list to after dump_insns call where it will be run
14213 on each loop iteration.
14214
14215 2004-01-05 Andrew Cagney <cagney@redhat.com>
14216
14217 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14218 should be a switch case and not a label.
14219 * mips-tdep.c (mips32_next_pc): Delete unused labels
14220 "greater_equal_branch" and "less_zero_branch".
14221 * jv-valprint.c (java_print_value_fields): Delete unused label
14222 "flush_it".
14223
14224 * target.c (unpush_target): Only close a target that is in the
14225 target stack.
14226
14227 2004-01-05 Mark Kettenis <kettenis@gnu.org>
14228
14229 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14230 address from [sp + 64] instead of %o2.
14231
14232 * frame.c (get_prev_frame): Don't try to unwind the PC. This
14233 fixes PR backtrace/1476.
14234
14235 2004-01-05 Andrew Cagney <cagney@redhat.com>
14236
14237 * libunwind-frame.h (struct frame_id): Add opaque declaration,
14238 move to start of file.
14239 * i386-tdep.h (struct regcache): Add opaque declaration.
14240 * config/ia64/nm-linux.h (struct target_ops): Add opaque
14241 declaration.
14242 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14243 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14244 * win32-nat.c (fake_create_process): Use ISO C style definition.
14245 * stabsread.c (define_symbol): Delete #ifndef
14246 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14247 stabs_argument_has_addr call, macro never defined.
14248
14249 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
14250
14251 * op50-rom.c: Delete.
14252 * w89k-rom.c: Delete.
14253 * Makefile.in: Remove references.
14254
14255 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14256
14257 * x86-64-tdep.c: Update copyright year.
14258 (struct amd64_register_info): Rename from x86_64_register_info.
14259 (amd64_register_info): Rename from x86_64_register_info.
14260 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14261 (amd64_register_name): Rename from x86_64_register_name.
14262 (amd64_register_type): Rename from x86_64_register_type.
14263 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14264 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14265 (amd64_dwarf_reg_to_regnum): Rename from
14266 x86_64_dwarf_reg_to_regnum.
14267 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14268 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14269 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14270 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14271 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14272 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14273 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14274 (amd64_frame_cache): Rename from x86_64_frame_cache.
14275 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14276 (amd64_frame_prev_register): Rename from
14277 x86_64_frame_prev_register.
14278 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14279 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14280 (amd64_sigtramp_frame_cache): Rename from
14281 x86_64_sigtramp_frame_cache.
14282 (amd64_sigtramp_frame_prev_register): Rename from
14283 x86_64_sigtramp_frame_prev_register.
14284 (amd64_sigtramp_frame_unwind): Rename from
14285 x86_64_sigtramp_frame_unwind.
14286 (amd64_sigtramp_frame_sniffer): Rename from
14287 x86_64_sigtramp_frame_sniffer.
14288 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14289 (amd64_frame_base): Rename from x86_64_frame_base.
14290 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14291 (amd64_frame_align): Rename from x86_64_frame_align.
14292 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14293 (amd64_regset_from_core_section): Rename from
14294 x86_64_regset_from_core_section.
14295 (x86_64_init_abi): Update comments.
14296
14297 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
14298
14299 * MAINTAINERS (write after approval): Add myself.
14300
14301 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14302
14303 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14304 `float' arguments.
14305
14306 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14307
14308 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14309 such that it mentions a specific version of GCC that exhibits this
14310 bug.
14311
14312 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14313
14314 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14315 structure that has a single `float' member, store it in %f1 in
14316 addition to %f0.
14317
14318 * sparc-sol2-nat.c: Add missing '\'.
14319
14320 * sparc-tdep.c (sparc32_return_value): New function.
14321 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14322 Remove functions.
14323 (sparc32_gdbarch_init): Set return_value, don't set
14324 extract_return_value, store_return_value, use_struct_convention
14325 and return_value_on_stack.
14326
14327 * sparc-sol2-nat.c: Add missing ')'.
14328
14329 2004-01-03 J. Brobecker <brobecker@gnat.com>
14330
14331 * infrun.c (handle_step_into_function): New function.
14332 (handle_inferior_event): Extract out some code into the new
14333 function above.
14334
14335 2004-01-03 J. Brobecker <brobecker@gnat.com>
14336
14337 * infrun.c (handle_inferior_event): Move the declaration of
14338 real_stop_pc inside the if blocks where it is used.
14339
14340 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14341
14342 * sparc64-tdep.c (sparc64_16_byte_align_p)
14343 (sparc64_store_floating_fields, sparc64_store_floating_fields):
14344 Use check_typedef to get subtypes of structures and unions.
14345 (sparc64_store_return_value): Fix calculation of the appropriate
14346 offset into VALBUF when storing a structure or union.
14347 (sparc64_return_value): New function.
14348 (sparc64_use_struct_convention): Remove function.
14349 (sparc64_init_abi): Set return_value, don't set
14350 extract_return_value, store_return_value and
14351 use_struct_convention.
14352
14353 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
14354
14355 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14356 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14357 gdb/config/alpha/xm-alphaosf.h,
14358 gdb/config/powerpc/tm-ppcle-eabi.h,
14359 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14360 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14361 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14362 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14363 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14364 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14365 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14366 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14367 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14368 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14369 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14370 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14371 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14372 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14373 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14374 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14375 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14376 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14377 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14378 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14379 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14380 Remove lines for .cvsignore files.
14381
14382 2004-01-03 J. Brobecker <brobecker@gnat.com>
14383
14384 * infrun.c: Back out the previous change.
14385
14386 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14387
14388 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
14389 sparc-*-sunos4* to the list of REMOVED configurations.
14390
14391 * configure.tgt: Add back sparc-*-vxworks*.
14392 * remote-vxsparc.c: Remove all includes except for "defs.h",
14393 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14394 Include "sparc-tdep.h".
14395 (SPARC_R_G1): New define.
14396 (vxsparc_gregset): New variable.
14397 (ext_format_sparc): Remove extern declaration.
14398 (vx_read_register): Rewrite to use sparc32_supply_gregset and
14399 sparc32_supply_fpregset.
14400 (vx_write_register): Rewrite to use sparc32_collect_gregset,
14401 sparc_collect_rwindow and sparc32_collect_fpregset.
14402 * config/sparc/tm-vxworks.h: New file, based on recently removed
14403 tm-vxsparc.h.
14404 * config/sparc/vxworks.mt: New file, based on recently removed
14405 vxworks.mt.
14406
14407 2004-01-03 J. Brobecker <brobecker@gnat.com>
14408
14409 * infrun.c (handle_step_into_function): New function.
14410 (handle_inferior_event): Extract out some code into the new
14411 function above.
14412
14413 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14414
14415 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14416 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14417 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14418 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14419 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14420 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14421 (sparc_nat_h): New variable.
14422 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14423 (tm-sun4os4.h): Remove dependency.
14424 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14425 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14426 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14427 sparc-tdep.o): Update dependencies.
14428 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14429 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14430 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14431 dependencies.
14432 * configure.host: Remove existing sparc-*-lynxos*,
14433 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14434 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14435 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
14436 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14437 triplets.
14438 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14439 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14440 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14441 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
14442 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14443 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14444 sparc64-*-solaris2* and sparc64-*-* triplets.
14445 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
14446 "symtab.h" and "objfiles.h".
14447 (BIAS): Remove define.
14448 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14449 (X_DISP19): Remove macros.
14450 (sparc_fetch_instruction): Remove function.
14451 (struct gdbarch_tdep): Remove definition.
14452 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14453 (sparc_breakpoint_from_pc): Remove function.
14454 (struct sparc64_frame_cache): Remove definition.
14455 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14456 sparc64_unwind_pc): Remove functions.
14457 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14458 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
14459 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
14460 (sparc64_frame_cache): Change return type to `struct
14461 sparc_frame_cache *'. Simply call sparc_frame_cache.
14462 (sparc64_frame_this_id, sparc64_frame_prev_register,
14463 sparc64_frame_base_address): Use `struct sparc_frame_cache'
14464 instead of `struct sparc64_frame_cache.
14465 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14466 sparc_analyze_control_transfer, sparc_software_single_step,
14467 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14468 _initialize_sparc64_tdep): Remove functions.
14469 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14470 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14471 macros.
14472 (sparc64_supply_gregset, sparc64_collect_gregset,
14473 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14474 (sparc64_init_abi): New function.
14475 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
14476 inclusion guard. Include "sparc-tdep.h".
14477 (BIAS): Define.
14478 (r_tstate_offset, r_fprs_offset): New defines.
14479 (enum sparc_regnum): Remove defenition.
14480 (enum sparc64_regnum): Reformat.
14481 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14482 (sparc64_init_abi, sparc64_supply_gregset,
14483 sparc64_collect_gregset, sparc64_supply_fpregset,
14484 sparc64_collect_fpregset): New prototypes.
14485 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14486 Add extern declarations.
14487 (sparc64_sol2_init_abi): New prototype.
14488 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14489 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14490 prototypes.
14491 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14492 "sparnbsd-nat.h".
14493 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14494 functions.
14495 (_initialize_sparc64fbsd_nat): Remove initialization of
14496 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14497 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
14498 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
14499 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14500 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14501 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14502 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14503 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14504 (sparc64fbsd_r_y_offset): Remove variables.
14505 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14506 Make static and const.
14507 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14508 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14509 functions.
14510 (sparc64fbsd_gregset): New variable.
14511 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14512 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14513 and sparc64_supply_fpregset.
14514 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14515 (sparc64fbsd_sigtramp_frame_this_id)
14516 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14517 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14518 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14519 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14520 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14521 * sparcnbsd-tdep.c: Update copyright year. Include
14522 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14523 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14524 "value.h" and "sparcnbsd-tdep.h".
14525 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14526 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14527 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14528 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14529 defines.
14530 (sparcnbsd_gregset): New variable.
14531 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14532 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14533 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14534 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14535 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14536 variables.
14537 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14538 (sparc32nbsd_sigcontext_frame_this_id)
14539 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14540 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14541 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14542 (sparcnbsd_get_longjmp_target_32,
14543 sparcnbsd_get_longjmp_target_64): Remove functions.
14544 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14545 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14546 sparcnbsd_init_elf): Remove.
14547 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14548 (sparcnbsd_elf_init_abi): New functions.
14549 (_initialize_sparcnbsd_tdep): New prototype.
14550 (_initialize_sparnbsd_tdep): Update.
14551 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14552 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14553 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14554 * config/sparc/linux.mh: Update comment.
14555 (XM_FILE, HOST_IPC): Remove variables.
14556 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14557 sparc-linux-nat.o.
14558 * config/sparc/linux.mt: Update comment.
14559 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14560 * config/sparc/nbsd.mt: Reformat.
14561 * config/sparc/nbsd64.mh: Update comment.
14562 (NATDEPFILES): Add sparc-nat.o.
14563 * config/sparc/nbsd64.mt: Update comment.
14564 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14565 (TM_FILE): Set to tm-nbsd.h.
14566 * config/sparc/nbsdelf.mh: Update comment.
14567 (NATDEPFILES): Add sparc-nat.o.
14568 (XM_FILE): Delete.
14569 * config/sparc/nbsdaout.mh: Update comment.
14570 (NATDEPFILES): Add sparc-nat.o
14571 (XM_FILE): Delete.
14572 * config/sparc/nm-linux.h: Update copyright year. Don't include
14573 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14574 inclusion.
14575 (KERNEL_U_SIZE): Remove define.
14576 (kernel_u_size): Remove prototype.
14577 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14578 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14579 "regcache.h".
14580 (CHILD_PREPARE_TO_STORE): Remove define.
14581 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14582 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14583 sparcnbsd-nat.c: Rewrite files.
14584 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14585 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14586 sparcnbsd-tdep.h: Remove files.
14587 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14588 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14589 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14590 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14591 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14592 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14593 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14594 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14595 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14596 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14597 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14598 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14599 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14600 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14601 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14602 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14603 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14604 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14605 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14606
14607 2004-01-02 Andrew Cagney <cagney@redhat.com>
14608
14609 From 2003-12-18 Kazuhiro Inaoka:
14610 * configure.host: Add m32r-linux target.
14611
14612 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14613
14614 * top.c (print_gdb_version): Update year to 2004.
14615
14616 2004-01-02 Mark Mitchell <mark@codesourcery.com>
14617
14618 * MAINTAINERS: Add myself to the write-after-approval category.
14619
14620 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
14621
14622 From Bernardo Innocenti <bernie@develer.com>:
14623 * configure.tgt: Add uClinux target.
14624
14625 2004-01-02 Andrew Cagney <cagney@redhat.com>
14626
14627 * utils.c (do_my_cleanups): Make static, add forward declaration.
14628 * defs.h (do_my_cleanups): Delete declaration.
14629
14630 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
14631
14632 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14633 bfd/ChangeLog-0203.
14634
14635 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14636
14637 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14638 in <machine/reg.h>.
14639 * configure, config.in: Regenerate.
14640
14641 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14642 tui/ChangeLog-1998-2003.
14643 \f
14644 Local Variables:
14645 mode: change-log
14646 left-margin: 8
14647 fill-column: 74
14648 version-control: never
14649 End: