* gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
a7289609
MK
12004-11-20 Mark Kettenis <kettenis@gnu.org>
2
f1bc22da
MK
3 * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
4 * infptrace.c (call_ptrace): Simply call ptrace with four
5 arguments.
6
e31272c3
MK
7 * dbxread.c (process_one_symbol): Fix a few coding standard
8 issues. Improve code formatting.
9
91f54576
MK
10 * dbxread.c: Include "gdb_string.h".
11 (record_minimal_symbol, read_ofile_symtab): Replace
12 DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
13 * Makefile.in (dbxread.o): Update dependencies.
14
a7289609
MK
15 * dwarf2-frame.c (read_encoded_value): Correctly calculate number
16 of bytes read for aligned LEB128 encodings.
17
57ac95b8
MK
182004-11-19 Mark Kettenis <kettenis@gnu.org>
19
20 * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
21 parse_and_eval_address to u_long before converting it to a pointer
22 type.
23 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
24 ps_strings from int to u_long.
25 * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
26 u_long instead of CORE_ADDR.
27
ceddaf06
MK
282004-11-18 Mark Kettenis <kettenis@gnu.org>
29
30 * dbxread.c (process_one_symbol): Do not adjust address of first
31 N_SLINE stab for a function for code generated by non-GCC
32 compilers.
33
915a2d21
KB
342004-11-18 Kevin Buettner <kevinb@redhat.com>
35
36 * solib-null.c: New file.
37
92790ee7
AC
382004-11-17 Andrew Cagney <cagney@gnu.org>
39
40 * MAINTAINERS: Drop MIPS and remote.
41
0c16dd26
AC
422004-11-15 Andrew Cagney <cagney@gnu.org>
43
44 * findvar.c (value_of_register): Set the frame ID.
45 * value.c (value_primitive_field): Copy the frame ID.
46 * valops.c (value_assign): Simplify lval_register case, there's
47 always a frame.
48
2fdf551c
DJ
492004-11-14 Daniel Jacobowitz <dan@debian.org>
50
51 * Makefile.in (mips-linux-tdep.o): Update dependencies.
52 * mips-linux-tdep.c: Include "regcache.h".
53 (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
54
98754800
DJ
552004-11-14 Daniel Jacobowitz <dan@debian.org>
56
57 * Makefile.in (linux-thread-db.o): Fix typo in last change.
58
ed89d175
DJ
592004-11-14 Daniel Jacobowitz <dan@debian.org>
60
61 * linux-thread-db.c: New file, renamed from thread-db.c.
62 * thread-db.c: Remove.
63 * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
64 * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
65 to linux-thread-db.o.
66 * config/arm/linux.mh (NATDEPFILES): Likewise.
67 * config/i386/linux.mh (NATDEPFILES): Likewise.
68 * config/i386/linux64.mh (NATDEPFILES): Likewise.
69 * config/ia64/linux.mh (NATDEPFILES): Likewise.
70 * config/m32r/linux.mh (NATDEPFILES): Likewise.
71 * config/m68k/linux.mh (NATDEPFILES): Likewise.
72 * config/mips/linux.mh (NATDEPFILES): Likewise.
73 * config/pa/linux.mh (NATDEPFILES): Likewise.
74 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
75 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
76 * config/s390/s390.mh (NATDEPFILES): Likewise.
77 * config/sparc/linux.mh (NATDEPFILES): Likewise.
78 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
79
8851ec7a
AC
802004-11-13 Andrew Cagney <cagney@gnu.org>
81
f97fe8ff
AC
82 * config/i386/i386lynx.mh: Delete file.
83 * config/i386/i386lynx.mt: Delete file.
84 * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
85 * i386ly-tdep.c: Delete.
86
5873946b
AC
87 * config/tm-lynx.h: Delete, inline contents ...
88 * config/rs6000/tm-rs6000ly.h: ... here.
89
a69637bd
AC
90 * config/tm-sysv4.h: Delete file, inlining contents.
91 * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
92 * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
93 * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
94
8851ec7a
AC
95 * regcache.h (deprecated_register_valid): Delete.
96 (deprecated_registers): Delete.
97 * regcache.c (deprecated_register_valid): Delete.
98 (deprecated_registers): Delete.
99 (deprecated_read_register_byte, _initialize_regcache)
100 (deprecated_write_register_bytes, build_regcache): Update.
101 * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
102 remote-sds.o.
103 * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
104 * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
105
9445aa30
AC
106 * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
107 v850-*-* under removed.
108 * configure.host: Delete ns32k-*-netbsd*.
109 * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
110 ns32k-*-netbsd*, and v850*-*-*.
111 * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
112 "Deleted"
113 * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
114 * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
115 * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
116 * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
117 * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
118 * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
119 * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
120 * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
121 * v850-tdep.c: Delete.
122
f6e1bffc
JB
1232004-11-13 Joel Brobecker <brobecker@gnat.com>
124
125 * irix5-nat.c (fetch_core_registers): Replace use of
126 deprecated_registers by equivalent code.
127
44ed547b
JB
1282004-11-13 Joel Brobecker <brobecker@gnat.com>
129
130 * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
131 with equivalent code.
132 (fill_fpregset): Likewise.
133
e84ecc99
AC
1342004-11-13 Andrew Cagney <cagney@gnu.org>
135
ca1a823a
AC
136 * MAINTAINERS: Do not list "Deleted" architectures.
137
e84ecc99
AC
138 * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
139 m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
140 sparc-*-vxworks*.
141 * NEWS: Mention that vxworks was deleted.
142 * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
143 * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
144 * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
145 * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
146 * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
147 * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
148 * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
149 * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
150 * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
151 * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
152 * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
153 * remote-vxmips.c, remote-vx.c: Delete.
154 * remote-vx68.c: Delete.
155 * config/m68k/tm-os68k.h: Remove reference to VxWorks.
156 * config/m68k/os68k.mt, ada-lang.h: Ditto.
157 * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
158 (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
159
01e937bc
EZ
1602004-11-13 Eli Zaretskii <eliz@gnu.org>
161
29247324
EZ
162 * config/i386/xm-go32.h: Don't include fopen-bin.h.
163 Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
164
165 * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
166 branch that doesn't define CRLF_SOURCE_FILES; always use
167 binary-mode open.
168 (print_source_lines_base, forward_search_command)
169 (reverse_search_command): Enable the code that accepts DOS-style
170 CRLF line endings on all platforms (this removes the need for
171 CRLF_SOURCE_FILES).
172
f8f0d88a 173 * defs.h: Fix wording of the comment before FOPEN_RB.
29247324 174 (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
f8f0d88a 175
01e937bc
EZ
176 * config/djgpp/fnchange.lst: Group renames for opcode directory
177 together.
178
179 * config/djgpp/djconfig.sh: Replace file names that don't exist
180 anymore with existing files, for checking the unpacked
181 distribution.
182
183 * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
184 Export pre-cooked values in configure-* targets that begin with
185 "@test -f stage_last".
186
25ae5d16
AC
1872004-11-12 Andrew Cagney <cagney@gnu.org>
188
189 * defs.h (enum lval_type): Delete lval_reg_frame_relative.
190 * value.h (struct value): Update comment.
191 * valops.c (value_assign): Fold lval_reg_fame_relative into
192 lval_register.
193 * findvar.c (value_from_register, locate_var_value): Ditto.
194
d7318818
RC
1952004-11-12 Randolph Chung <tausq@debian.org>
196
197 * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
198 * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
199 (write_exp_msymbol): Remove conditional check for symbols starting
200 with $. Update comments.
201
89676665
RC
2022004-11-12 Randolph Chung <tausq@debian.org>
203
204 * pa64solib.c (pa64_solib_thread_start_addr): Rename from
205 so_lib_thread_start_addr.
206 * pa64solib.h (so_list): Forward declare.
207 (pa64_solib_thread_start_addr): Prototype.
208 * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
209 (no_shared_libraries): Remove.
210 (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
211 * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
212 * hpread.c (hpread_process_one_debug_symbol): Use either the som or
213 the elf solib handler to find the start address.
214
215 * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support
216 files to the target makefile.
217 * config/pa/hpux1020.mh (NATDEPFILES): Likewise.
218 * config/pa/hpux11.mh (NATDEPFILES): Likewise.
219 * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
220
221 * config/pa/hppa64.mt (TDEPFILES): Put target-specific support
b82f24bf 222 files for symbol reading and shared library handling here.
89676665 223 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
b82f24bf
RC
224 (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target
225 without bringing in 64-bit support.
89676665 226
df407dfe
AC
2272004-11-12 Andrew Cagney <cagney@gnu.org>
228
4991999e
AC
229 * sparc-tdep.c: Replace VALUE_TYPE with value_type.
230 * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
231 * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
232 * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
233 * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
234 * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
235 * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
236
9ee8fc9d
AC
237 Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
238 * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
239 (VALUE_REGNUM): Define.
240 (struct value): Delete location.regnum, rename "regno" to
241 "regnum".
242 * value.c, valops.c, valarith.c, findvar.c: Update.
243
df407dfe
AC
244 * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
245 (VALUE_BITPOS): Delete.
246 (value_type, value_offset, value_bitsize, value_bitpos): Declare.
247 * value.c (value_type, value_offset, value_bitpos)
248 (value_bitsize): New functions. Update references.
249 * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
250 * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
251 * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
252 * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
253 * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
254 * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
255 * valops.c, eval.c, findvar.c, breakpoint.c: Update.
256 * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
257 * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
258
61c82a3b
AC
2592004-11-12 Andrew Cagney <cagney@gnu.org>
260
261 * cris-tdep.c (cris_register_offset): Delete, never called.
262 (cris_spec_reg_applicable): Delete cris_ver_sim.
263 * MAINTAINERS: List d10v as OBSOLETE.
264 * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
265 FOPEN_WB et.al., defined by "fopen-bin.h".
266
5aac166f
RC
2672004-11-12 Randolph Chung <tausq@debian.org>
268
269 * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
270 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
271 * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
272 * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
273
4fab48b9
MK
2742004-11-12 Mark Kettenis <kettenis@jive.nl>
275
276 * tui/tui-io.c: Don't include "terminal.h".
277 * Makefile.in (tui-io.o): Update dependencies.
278
9b098f24
KI
2792004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>
280
281 * Makefile.in (m32r-linux-tdep.o): Update dependencies.
282 * m32r-linux-tdep.c (m32r_linux_init_abi): Call
283 set_gdbarch_regset_from_core_section for core file support.
284 (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
285 New functions.
286
a71f8c30
RC
2872004-11-11 Randolph Chung <tausq@debian.org>
288
289 * hppa-tdep.c (skip_prologue_hard_way): Make static, add
290 stop_after_branch parameter and use it to determine if we should look
291 at the delay slot of the first branch insn to find prologue insns.
292 (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
293 (hppa_frame_cache): Likewise.
294
50b2f48a
RC
2952004-11-11 Randolph Chung <tausq@debian.org>
296
297 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
298 register so that it can be unwound from anywhere in the prologue.
299
be723e22
MS
3002004-11-10 msnyder <msnyder@redhat.com>
301
302 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
303 must invalidate lr_reg (so we don't try to save it again).
304 Ditto for cr_offset and cr_reg.
305
d6f7abdf
AC
3062004-11-05 Jon Beniston <jon@beniston.com>
307
216c5547 308 Committed by Andrew Cagney.
d6f7abdf
AC
309 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
310 when an unexpected packet is received, as the target stubs
311 continually retransmit the same packet until ACKed.
312
1d225535
RC
3132004-11-10 Randolph Chung <tausq@debian.org>
314
315 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
d6f7abdf 316 frame's type.
1d225535 317
2315ffec
RC
3182004-11-10 Randolph Chung <tausq@debian.org>
319
320 * blockframe.c (inside_entry_func): Move to .....
321 * frame.c (inside_entry_func): ... here, and make static.
322 (backtrace_past_entry): New flag.
323 (get_prev_frame): Stop backtrace at the entry function if enabled
324 by flag. Update comments.
325 (_initialize_frame): Add command to set backtrace_past_entry flag.
326 * defs.h (inside_entry_func): Remove prototype.
327
917c78fc
MK
3282004-11-10 Mark Kettenis <kettenis@gnu.org>
329
330 * dwarf2read.c: Fix formatting.
331
994b9211
AC
3322004-11-10 Andrew Cagney <cagney@gnu.org>
333
334 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
335 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
336 macros with function declarations.
337 * value.c (coerce_ref, coerce_array, coerce_number)
338 (coerce_enum): New functions.
339 (value_as_long, value_as_address): Update.
340 * ada-lang.c (ada_coerce_ref, ada_value_binop)
341 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
342 * jv-lang.c (evaluate_subexp_java): Update.
343 * valarith.c (value_less, value_neg, value_complement)
344 (value_binop, value_add, value_subscript, value_x_binop)
345 (value_logical_not, value_sub): Update.
346 * valops.c (check_field, value_struct_elt, value_ind)
347 (value_find_oload_method_list, value_cast, value_assign): Update.
348 * eval.c (evaluate_subexp_standard): Update.
349
06987e64
MK
3502004-11-10 Mark Kettenis <kettenis@gnu.org>
351
352 * mips-tdep.c (mips32_relative_offset): Change return type to
353 LONGEST, change argument type to ULONGEST. Fix sign-extension.
354
4a302917
RC
3552004-11-10 Randolph Chung <tausq@debian.org>
356
357 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
358 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
359 (hppa_fetch_pointer_argument): Likewise.
360 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
361 deprecated_read_memory_nobpt.
362 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
363 add_set_cmd sequence with add_setshow_boolean_cmd.
364
390e974f
AC
3652004-11-09 Andrew Cagney <cagney@gnu.org>
366
367 GDB 6.3 released from GDB 6.3 branch.
368
92e023d6
AC
3692004-11-09 Andrew Cagney <cagney@gnu.org>
370
371 * values.c: Rename to ...
372 * value.c: ..., new file.
373 * Makefile.in: Update.
374
d10891d4
DJ
3752004-11-09 Daniel Jacobowitz <dan@debian.org>
376
377 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
378 size.
379
00a4c844
AC
3802004-11-09 Andrew Cagney <cagney@gnu.org>
381
c44523e7
AC
382 * TODO: Delete.
383
00a4c844
AC
384 * value.h (struct value): Delete field bfd_section.
385 (VALUE_BFD_SECTION): Delete macro.
386 (COERCE_REF): Update.
387 (value_at, value_at_lazy): Delete asection parameter.
388 * printcmd.c (print_formatted, x_command): Update.
389 (do_examine): Delete asection parameter.
390 (next_section): Delete variable.
391 * valops.c (value_cast, value_at, value_at_lazy)
392 (value_coerce_function, value_addr, value_ind, value_string)
393 (find_rt_vbase_offset, value_full_object): Update.
394 * hpacc-abi.c (hpacc_virtual_fn_field)
395 (hpacc_value_rtti_type): Update.
396 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
397 (gnuv3_baseclass_offset): Update.
398 * f-valprint.c (f_val_print): Update.
399 * c-valprint.c (c_val_print): Update.
400 * p-valprint.c (pascal_val_print): Update.
401 * jv-valprint.c (java_value_print): Update.
402 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
403 * ada-lang.c (ada_value_primitive_packed_val)
404 (ada_evaluate_subexp): Update.
405 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
406 * expprint.c (print_subexp_standard): Update.
407 * infcall.c (call_function_by_hand): Update.
408 * valarith.c (value_add): Update.
409 * eval.c (evaluate_subexp_standard): Update.
410 * values.c (allocate_value, value_copy, value_static_field): Update.
411 * findvar.c (read_var_value, locate_var_value): Update.
412
5cb2fe25
AC
4132004-11-09 Andrew Cagney <cagney@gnu.org>
414
415 * i386-linux-tdep.c: Include "dwarf2-frame.h".
416 * Makefile.in: Update all dependencies.
417
cbafadeb
AC
4182004-11-08 Andrew Cagney <cagney@gnu.org>
419
420 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
421 (sentinel_frame_unwinder): Add the prev_pc method.
422 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
423 available. Do not handle the sentinel-frame case.
424 * frame-unwind.h (frame_prev_register_ftype): Define.
425 (struct frame_unwind): Add prev_pc;
426
3b78cdbb
DA
4272004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
428
429 * configure.in: Check for ncurses/term.h.
430 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
431 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
432 * tui/tui.c: Don't include term.h.
433 * configure, config.in: Rebuilt.
434
bcfca652
MK
4352004-11-08 Mark Kettenis <kettenis@gnu.org>
436
437 * m68kbsd-nat.c: Include "inf-ptrace.h".
438 (_initialize_m68kbsd_nat): Fix pasto.
439 * Makefile.in (m68kbsd-nat.o): Update dependencies.
440
527159b7
RC
4412004-11-08 Randolph Chung <tausq@debian.org>
442
443 * infrun.c (debug_infrun): New variable.
444 (resume, proceed, wait_for_inferior): Annotate with debug messages.
445 (handle_inferior_event, keep_going): Likewise.
446 (_initialize_infrun): Register "set debug infrun" command.
447
c874c7fc
AS
4482004-11-08 Andreas Schwab <schwab@suse.de>
449
450 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
451 PTRACE_EVENT_VFORKDONE.
452 (child_follow_fork): Adjust.
453
3c8fa307
AC
4542004-11-08 Andrew Cagney <cagney@gnu.org>
455
5c26072a
AC
456 * README: Refer to 6.3, not 6.2, update directory listing droppng
457 references to intl/ and mmalloc/.
458 * PROBLEMS: Refer to 6.3 not 6.2.
459
3c8fa307
AC
460 * PROBLEMS: Delete no-longer applicable problems.
461
12b8a2cb
DJ
4622004-11-07 Andrew Cagney <cagney@redhat.com>
463 Daniel Jacobowitz <dan@debian.org>
464 Roland McGrath <roland@redhat.com>
465
466 * Makefile.in (symfile-mem.o): Update dependencies.
467 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
468 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
469 * inf-ptrace.c (inf_ptrace_attach): Call
470 observer_notify_inferior_created.
471 * inftarg.c (child_attach): Likewise.
472 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
473 (symbol_file_add_from_memory): Take NAME argument. Use it for
474 the new BFD's filename.
475 (add_symbol_file_from_memory_command): Update call to
476 symbol_file_add_from_memory.
477 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
478 (symbol_file_add_from_memory_wrapper): New.
479 (_initialize_symfile_mem): Register add_vsyscall_page as an
480 inferior_created observer.
481
abbc6945
MK
4822004-11-07 Mark Kettenis <kettenis@gnu.org>
483
484 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
485 fetch_inferior_registers. Make static.
486 (m68kbsd_store_inferior_registers): Rename from
487 store_inferior_registers. Make static.
488 (_initialize_m68kbsd_nat): Construct and add target vector.
489 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
490 inftarg.o. Add inf-ptrace.o.
491 (NAT_FILE): Set to tm-solib.h.
492 (LOADLIBES): New variable.
493 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
494 inftarg.o. Add inf-ptrace.o.
495 (NAT_FILE): Delete variable.
496 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
497 inftarg.o. Add inf-ptrace.o.
498 (NAT_FILE): Set to tm-solib.h.
499 * config/m68k/nm-nbsdaout.h: Remove file.
500
3ed09a32
DJ
5012004-11-07 Daniel Jacobowitz <dan@debian.org>
502
503 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
504 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
505 (dwarf2_signal_frame_unwind): New.
506 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
507 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
508
8e763687
MK
5092004-11-07 Mark Kettenis <kettenis@gnu.org>
510
4fb31ed0
MK
511 * Makefile.in (mips64obsd-tdep.o): Fix typo.
512
fabe86c8
MK
513 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
514 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
515 to only include the structure members we actually need.
516 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
517 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
518 only include the structure members we actually need.
519 (mipsnbsd_init_abi): Update.
520
366e93e8
MK
521 * mips64obsd-nat.c: Include "mips-tdep.h".
522 (MIPS64OBSD_NUM_REGS): Remove define.
523 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
524 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
525 floating-point registers correctly.
526 * Makefile.in (mips64obsd-nat.o): Update dependencies.
527
8e763687
MK
528 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
529 "gdb_assert.h".
530 (mips64obsd_sigframe_init): New function.
531 (mips64obsd_sigframe): New variable.
532 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
533 unwinder.
534 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
535
5f6a2351
JB
5362004-11-06 Joel Brobecker <brobecker@gnat.com>
537
538 * alpha-mdebug-tdep.c: #include mdebugread.h.
539 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
540 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
541
f059bf6f
AC
5422004-11-05 Andrew Cagney <cagney@gnu.org>
543
544 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
545 CFI and the init_reg method leave the register unspecified.
546 Include the register name in the "Incomplete CFI data" complaint.
547 Supress leading zeros in the address.
548
1234d960
MK
5492004-11-05 Mark Kettenis <kettenis@gnu.org>
550
551 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
552 skipping a personality routine in a CIE augmentation.
553
d75e3c94
JJ
5542004-11-05 Jeff Johnston <jjohnstn@redhat.com>
555
556 * defs.h (fatal, vfatal): New function prototypes.
557 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
558 via catch_errors.
559 (backtrace_command): Change to call backtrace_command_stub via
560 catch_errors instead of calling backtrace_command_1 directly.
561 (backtrace_full_command): Ditto.
562 * utils.c (error_stream_1): New static function.
563 (verror): Change to call error_stream_1 instead of error_stream.
564 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
565 (vfatal, fatal): New functions.
566
98f276a0
AC
5672004-11-05 Andrew Cagney <cagney@gnu.org>
568
569 * stack.c (parse_frame_specification_1): Clear selected_frame_p
570 when not using selected frame.
571
f724bf08
MK
5722004-11-05 Mark Kettenis <kettenis@jive.nl>
573
574 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
575 personality routine in a CIE augmentation.
576
c789492a
FL
5772004-11-05 Felix Lee <felix+log1@specifixinc.com>
578
579 * stack.c (set_current_sal_from_frame): New function.
580 (print_args_stub): Use it.
581 (print_frame_info): Don't set sal here.
582
a81b10ae
MK
5832004-11-04 Mark Kettenis <kettenis@gnu.org>
584
585 * dwarf2-frame.c (read_encoded_value): Change type of third
586 argument to `unsigned char *'. Add support for LEB128 encodings.
587
ad766c0a
JB
5882004-11-04 Jim Blandy <jimb@redhat.com>
589
590 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
591 prevent cross-objfile references.
592 (make_cv_type): Doc fix. Don't create cross-objfile references,
593 even for stub types.
594 (replace_type): Add assertion to prevent cross-objfile references.
595 (check_typedef): Never resolve a stub type by copying over a type
596 from another file.
597
c46b0409 5982004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
f16d97c9 599
c46b0409
KI
600 * Makefile.in (m32r-tdep.o): Update dependencies.
601 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
602 ABI-specific overrides.
603
9f0b0322 6042004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
f16d97c9 605
9f0b0322
KI
606 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
607 unnecessary parallel execution bit.
608 (m32r_memory_remove_breakpoint): Ditto.
609 (m32r_breakpoint_from_pc): Update.
610
d5c27f81
RC
6112004-11-03 Randolph Chung <tausq@debian.org>
612
613 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
9f0b0322 614 frame_func_unwind to locate the unwind entry.
d5c27f81
RC
615 (hppa_frame_this_id): Likewise.
616
4577593c
AC
6172004-11-03 Andrew Cagney <cagney@gnu.org>
618
619 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
620 packet, obsolete configurations, end-of-life deprecated_registers.
621
b04de778
MK
6222004-11-02 Mark Kettenis <kettenis@gnu.org>
623
624 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
625 encodings as well as unsigned encodings.
626
9f2feefc
AC
6272004-11-02 Andrew Cagney <cagney@gnu.org>
628
629 * value.h (COERCE_VARYING_ARRAY): Delete.
630 * valops.c (value_cast, value_slice): Delete use.
631 * valarith.c (value_subscript, value_concat): Delete use.
632
117ea3cf
PH
6332004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
634
635 * NEWS: GDB understands GNAT Ada.
636
0bbc026e
JM
6372004-11-01 Joseph S. Myers <joseph@codesourcery.com>
638
639 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
640 (amd64-sol2-tdep.o): Add dependencies.
641 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
642 config/i386/sol2-64.mt: New files.
643 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
644 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
645 (supply_gregset): Correct order of arguments to
646 amd64_supply_native_gregset.
647 (fill_gregset): Correct order of arguments to
648 amd64_collect_native_gregset.
649 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
650 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
651 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
652 for definition of NEW_PROC_API.
653 * configure: Regenerate.
654
3d38a0a5
JM
6552004-11-01 Joseph S. Myers <joseph@codesourcery.com>
656
657 * MAINTAINERS (Write After Approval): Add myself.
658
f81cd1cf
AC
6592004-11-01 Andrew Cagney <cagney@gnu.org>
660
661 * configure.tgt: Mark d10v-*-* as obsolete.
662 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
663
f4e88c8e
PH
6642004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
665
666 * values.c (modify_field): Correct handling of bit-fields that
667 don't fit in 32 bits. Use unsigned operations throughout and
668 simplify the code a bit. Document preconditions.
669
84674fe1
AC
6702004-10-31 Andrew Cagney <cagney@gnu.org>
671
96693b3a
AC
672 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
673 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
674 (in_plt_section): Delete.
675
6f296f8f
AC
676 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
677 (mips_gdbarch_init): Do not set same.
678
618501c0
AC
679 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
680 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
681
b22e8f02
AC
682 * gdbarch.sh (in_solib_call_trampoline): Delete.
683 * gdbarch.h, gdbarch.c: Re-generate.
684
84674fe1
AC
685 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
686 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
687 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
688 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
689 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
690
c6d1029f
MK
6912004-10-31 Mark Kettenis <kettenis@gnu.org>
692
693 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
694 (mipsnbsd_fetch_inferior_registers): Rename from
695 fetch_inferior_registers. Make static.
696 (mipsnbsd_store_inferior_registers): Rename from
697 store_inferior_registers. Make static.
698 (_initialize_mipsnbsd_nat): New function and prototype.
699 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
700 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
701 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
702 inf-ptrace.o.
703
bd9ca83f
AC
7042004-10-31 Andrew Cagney <cagney@gnu.org>
705
19d718a3
AC
706 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
707 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
708 delete corresponding unused function.
709 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
710 in_solib_call_trampoline.
711 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
712 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
713 * config/mips/tm-nbsd.h: Ditto.
714 * config/arm/tm-linux.h: Ditto.
715 * config/mips/tm-linux.h: Ditto.
716
e8ce19c0
AC
717 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
718 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
719 in_solib_call_trampoline, delete corresponding unused function.
720 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
721 (vaxnbsd_aout_init_abi): Ditto.
722 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
723 (sparc32nbsd_aout_init_abi): Ditto.
724 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
725 (ppc_linux_init_abi): Ditto.
726 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
727 (ns32knbsd_init_abi_aout): Ditto.
728 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
729 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
730 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
731 (m68kbsd_aout_init_abi): Ditto.
732 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
733 (i386_cygwin_init_abi): Ditto.
734 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
735 (i386bsd_init_abi): Ditto.
736
af380d61
AC
737 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
738 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
739 isn't used by this architecture.
740 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
741 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
742 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
743 * s390-tdep.c (s390_gdbarch_init): Ditto.
744 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
745 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
746 * i386-tdep.c (i386_svr4_init_abi): Ditto.
747 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
748 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
749 * amd64-tdep.c (amd64_init_abi): Ditto.
750
0528d9f7
AC
751 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
752 in_solib_call_trampoline to its default value of
753 generic_in_solib_call_trampoline.
754 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
755 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
756 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
757 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
758 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
759 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
760
f9f9eacb
AC
761 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
762
a4ffd1e7
AC
763 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
764
82e34d2f
AC
765 * config/mips/tm-mips.h: Delete file.
766 * remote-mips.c: Delete tm-mips.h from comment.
767 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
768 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
769 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
770 * config/mips/tm-linux.h: Don't include tm-mips.h.
771 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
772 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
773 * config/mips/tm-wince.h: Don't include.
774
75dec9cf
AC
775 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
776 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
777 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
778 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
779
bd9ca83f
AC
780 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
781 * mdebugread.c (ecoff_relocate_efi): Delete function.
782 * objfiles.c (objfile_relocate): Delete #ifdef
783 MDEBUG_EFI_SYMBOL_NAME code.
784
3352ef37
AC
7852004-10-31 Orjan Friberg <organ.friberg@axis.com>
786 Andrew Cagney <cagney@gnu.org>
787
788 * gdbarch.sh (single_step_through_delay): Add.
789 * gdbarch.h, gdbarch.c: Re-generate.
790 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
791 (mips_step_skips_delay): Delete.
792 * mips-tdep.c (mips_single_step_through_delay): Replace
793 mips_step_skips_delay.
794 (mips_gdbarch_init): Set single_step_through_delay.
795 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
796
2440b685
MK
7972004-10-31 Mark Kettenis <kettenis@gnu.org>
798
799 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
800 from TRAMP_FRAME frame type.
801
56a2fed5
AC
8022004-10-31 Andrew Cagney <cagney@gnu.org>
803
9b792b1d
AC
804 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
805
0a5e8d98
AC
806 * mips-tdep.c (mips_ignore_helper): Delete.
807 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
808 * infrun.c (handle_inferior_event): Delete #ifdef
809 DEPRECATED_IGNORE_HELPER_CALL code.
810
56a2fed5
AC
811 * config/mips/tm-mips.h (RA_REGNUM): Delete.
812
f69c55b2
MK
8132004-10-31 Mark Kettenis <kettenis@gnu.org>
814
815 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
816 (fill_fpregset): Do not compile for 64-bit systems.
817 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
818 * Makefile.in (i386-sol2-nat.o): Update dependencies.
819 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
820
d37cca3d
AC
8212004-10-30 Andrew Cagney <cagney@gnu.org>
822
36b8628e
AC
823 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
824 (struct mdebug_extra_func_info): Define.
825 * config/alpha/tm-alpha.h: Delete same.
826 * config/mips/tm-mips.h: Delete same.
827 * mdebugread.c: Delete same.
828 * Makefile.in: Update dependencies.
829 * mips-mdebug-tdep.c: Include "mdebugread.h".
830
5b123146
AC
831 * objfiles.c: Include "mdebugread.h".
832 * mdebugread.c: Include "mdebugread.h".
833 (ecoff_relocate_cfi): Delete.
834 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
835 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
836 * mdebugread.h (ecoff_relocate_efi): New file.
837 * Makefile.in: Update dependencies.
838
b9c3a7de
AC
839 * mips-tdep.c (struct frame_extra_info): Delete.
840 (temp_proc_desc): Delete.
841
f92761ec
AC
842 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
843 MIPS_EFI_SYMBOL_NAME.
844 (mips_extra_func_info_t, mips_extra_func_info): Delete.
845 (struct mdebug_extra_func_info): Replace struct
846 alpha_extra_func_info and alpha_extra_func_info_t.
847 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
848 MIPS_EFI_SYMBOL_NAME.
849 (struct mdebug_extra_func_info): Replace struct
850 alpha_extra_func_info and alpha_extra_func_info_t.
851 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
852 * mdebugread.c, alpha-mdebug-tdep.c:
853
0bb57b31
AC
854 Suggested by Mark Kettenis.
855 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
856 fields frame_adjust and high_addr.
857 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
858 (non_heuristic_proc_desc): Delete references.
859
a5c9623c
AC
860 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
861 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
862 * mips-tdep.c: Update.
863
607fc93c
AC
864 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
865 (MIPS_LAST_EMBED_REGNUM): Add.
866 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
867 (LAST_EMBED_REGNUM): Delete.
868 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
869
24e05951
AC
870 * config/mips/tm-mips.h (PS_REGNUM): Delete.
871 * mips-tdep.h (MIPS_PS_REGNUM): Add.
872 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
873 * mips-linux-nat.c: Update.
874
613e114f
AC
875 * mips-tdep.h: Add comments on registers.
876 (MIPS_UNUSED_REGNUM): Define.
877 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
878 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
879 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
880 * mips-linux-nat.c, remote-mips.c: Update.
881
d37cca3d
AC
882 * config/mips/tm-mips.h (t_insn): Delete.
883 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
884 Replace t_insn with ULONGEST.
885
ceb41096
MK
8862004-10-30 Mark Kettenis <kettenis@gnu.org>
887
d1180b0f
MK
888 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
889 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
890 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
891 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
892 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
893 (mipsnbsd_core_osabi_sniffer): New function.
894 (mipsnbsd_init_abi): Set regset_from_core_section.
895 (_initialize_mipsnbsd_tdep): Remove calls to
896 deprecated_add_core_fns.
897 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
898 (mipsnbsd_regset_from_core_section): New functions.
899 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
900 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
901
ceb41096
MK
902 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
903 Remove optimization for DEPRECATED_FP_REGNUM.
904
ec4045ea
AC
9052004-10-30 Andrew Cagney <cagney@gnu.org>
906
cd65c8f6
AC
907 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
908 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
909 (alpha_setup_arbitrary_frame): Delete.
910 * mips-tdep.c (setup_arbitrary_frame): Delete.
911 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
912 (setup_arbitrary_frame): Delete.
913 * stack.c (parse_frame_specification_1): When specified, call
914 create_new_frame with two parameters. Delete #ifdef
915 SETUP_ARBITRARY_FRAME.
916
95ac2dcf
AC
917 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
918 (MIPS_INSTLEN): Delete.
919 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
920 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
921 * remote-mips.c, mips-tdep.c: Update.
922
1a8da44d
AC
923 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
924 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
925 * mips-tdep.c (mips_mdebug_frame_cache)
926 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
927 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
928 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
929 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
930 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
931 (mips_gdbarch_init): Do not append mdebug sniffers.
932 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
933 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
934 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
935 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
936 * Makefile.in: Update dependencies.
937
e6bc2e8a
AC
938 * mips-tdep.h (mips_abi_regsize): Declare.
939 * mips-tdep.c (mips_abi_regsize): Make non-static.
940
ec4045ea
AC
941 * mips-tdep.c (gdb_print_insn_mips): Simplify.
942 (make_mips16_addr): Delete.
e6bc2e8a 943
6b16acab
MK
9442004-10-30 Mark Kettenis <kettenis@gnu.org>
945
946 * i386-sol2-nat.c: New file.
947 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
948 i386-sol2-tdep.c.
949 (i386-sol2-nat.o): Update dependencies.
950 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
951 i386-sol2-nat.o.
952
8b622e6a
AC
9532004-10-30 Andrew Cagney <cagney@gnu.org>
954
955 Total breakage identified by Joel Brobecker.
956 * mips-tdep.c (after_prologue): Delete.
957 (mips_skip_prologue): Use skip_prologue_using_sal.
958 (heuristic_proc_desc): Delete, unused.
959
772cf8be
MK
9602004-10-30 Mark Kettenis <kettenis@gnu.org>
961
962 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
963 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
964 Cleanup coding style.
965
9c8fdbfa
AC
9662004-10-30 Andrew Cagney <cagney@gnu.org>
967
0fe7e7c8
AC
968 * mips-tdep.h (mips_pc_is_mips16): Declare.
969 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
970 non-static. Update calls.
971
1b295c3d
AC
972 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
973 * command.h (add_setshow_enum_cmd): Declare.
974 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
975
6bcadd06
AC
976 * mips-tdep.c (_initialize_mips_tdep): Use
977 add_setshow_zinteger_cmd.
978
9c8fdbfa
AC
979 * mips-tdep.c (mips_eabi_extract_return_value)
980 (mips_o64_extract_return_value, mips_o64_store_return_value)
981 (return_value_location, mips_eabi_reg_struct_has_addr)
982 (mips_eabi_use_struct_convention)
983 (mips_eabi_store_return_value): Delete.
984 (mips_eabi_store_return_value): New function.
985 (mips_eabi_return_value): New function.
986 (mips_gdbarch_init): For O64 and EABI, delete
987 extract_return_value, store_return_value, use_struct_convention
988 and reg_struct_has_addr, add return_value.
989
1d93fe1a
AC
990 * mips-tdep.c (read_signed_register): Use
991 regcache_cooked_read_signed.
992
303d2914
MK
9932004-10-30 Mark Kettenis <kettenis@gnu.org>
994
995 * mipsread.c: Cleanup coding style.
996 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
997 (mipscoff_symfile_finish): Remove prototypes.
998
9992004-10-29 Mark Kettenis <kettenis@gnu.org>
1000
1001 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1002 (mips_mdebug_frame_cache, mips16_scan_prologue)
1003 (mips32_scan_prologue, mips_stub_frame_cache)
1004 (heuristic_proc_start, heuristic_proc_desc)
1005 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1006 (mips_n32n64_return_value, mips_o32_push_dummy_call)
1007 (mips_o32_return_value, mips_o64_push_dummy_call)
1008 (mips_step_skips_delay, mips_skip_trampoline_code)
1009 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1010 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1011 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1012 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1013 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1014 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1015 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1016 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
1017 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1018 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1019 ZERO_REGNUM.
1020 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1021 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1022 ZERO_REGNUM.
1023 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1024 A0_REGNUM.
1025 * mipsnbsd-nat.c: Include "mips-tdep.h".
1026 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1027 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1028
1c8831c5
AC
10292004-10-29 Andrew Cagney <cagney@gnu.org>
1030
1031 * stack.c (parse_frame_specification_1): New function based on
1032 parse_frame_specification. Add message and selected_frame_p
1033 paramters. Truely always return non-NULL.
1034 (parse_frame_specification): Call parse_frame_specification_1.
1035 (frame_info): Update. Eliminate target_has_stack check.
1036 (select_frame_command): Update.
1037
b04f3ab4
AC
10382004-10-29 Andrew Cagney <cagney@gnu.org>
1039
1040 * frame.h (get_selected_frame): Add message parameter.
1041 * frame.c (get_selected_frame): Add and use message parameter.
1042 * stack.c (current_frame_command, return_command, locals_info)
1043 (catch_info, args_info, up_silently_base, down_silently_base): Use
1044 get_selected_frame with an explicit message.
1045 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1046 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1047 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1048 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1049 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1050 * breakpoint.c: Update.
1051
10522004-10-29 Andrew Cagney <cagney@gnu.org>
00b25ff3
AC
1053
1054 * trad-frame.c (trad_frame_get_prev_register): Use
1055 frame_unwind_register instead of frame_register_unwind, do not
1056 recurse the register's location.
1057 * xstormy16-tdep.c (xstormy16_frame_prev_register):
1058 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1059 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1060 * sh-tdep.c (sh_frame_prev_register): Ditto.
1061 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1062 * i386-tdep.c (i386_frame_prev_register): Ditto.
1063 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1064 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1065
7a952542
MK
10662004-10-28 Mark Kettenis <kettenis@jive.nl>
1067
c18c06be
MK
1068 * proc-events.c: Fix several coding-style issues. Consistently
1069 use #ifdef instead of #if defined().
1070 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1071 ARRAY_SIZE.
1072 (_initialize_proc_events): New prototype.
1073
7a952542
MK
1074 * proc-why.c: Fix several coding-style issues.
1075 (proc_prettyfprint_why): Use ARRAY_SIZE.
1076
fcad0fa4
JB
10772004-10-27 Jim Blandy <jimb@redhat.com>
1078
1079 * remote.c (fetch_register_using_p): Construct 'p' packet in a
1080 manner independent of the host byte order.
1081
c163184f
MK
10822004-10-27 Mark Kettenis <kettenis@gnu.org>
1083
1084 * mips-tdep.c (id_delayed): Remove prototype.
1085
9c46b6f0
MK
10862004-10-26 Mark Kettenis <kettenis@gnu.org>
1087
1088 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1089 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1090 to enum with register numbers.
1091 (enum mips_insn_size): New enum.
1092
0d0266c6
AC
10932004-10-26 Andrew Cagney <cagney@gnu.org>
1094
e7d6a6d2
AC
1095 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1096 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1097 (mips_gdbarch_init): Update.
1098 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1099
c5115f39
AC
1100 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1101 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1102 IN_SOLIB_RETURN_TRAMPOLINE.
1103 * mips-tdep.c (mips_dump_tdep): Do not print
1104 IN_SOLIB_RETURN_TRAMPOLINE.
1105 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1106 (mips_gdbarch_init): Update.
1107
0d0266c6
AC
1108 * mips-tdep.h (mips_software_single_step): Move to here ...
1109 * config/mips/tm-mips.h: ... from here.
1110 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
1111 (SOFTWARE_SINGLE_STEP): Delete.
1112 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1113
156a53ca
AC
11142004-10-25 Andrew Cagney <cagney@gnu.org>
1115
1116 * NEWS: Add Changes since GDB 6.3 section.
1117
f27cf670
AS
11182004-10-23 Andreas Schwab <schwab@suse.de>
1119
156a53ca
AC
1120 * ada-lang.c (grow_vect): Return the new array instead of
1121 expecting pointer to pointer to avoid violation of aliasing rules.
f27cf670
AS
1122 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1123
121d8485
UW
11242004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
1125
1126 * s390-tdep.c (enum pv_boolean): Remove.
1127 (pv_is_array_ref): Remove.
1128 (s390_on_stack): Remove.
1129 (S390_NUM_SPILL_SLOTS): Remove.
1130 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1131 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1132 (s390_store): Track all stores of orginal incoming registers to the
1133 stack constant offsets relative to the CFA, instead of only tracking
1134 stores into specific spill slots.
1135 (s390_load): Likewise.
1136 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1137 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
1138 defined as call-saved by the ABI.
1139 (s390_push_dummy_call): Use bottom of dummy call argument save area
1140 as return value, not the top. Do not store to the called function's
1141 register save area.
1142 (s390_unwind_dummy_id): Adapt accordingly.
1143
0a6ddd08
AC
11442004-10-23 Andrew Cagney <cagney@gnu.org>
1145
1146 * objfiles.h (struct objfile): Rename obj_private to
1147 deprecated_obj_private, sym_private to deprecated_sym_private, and
1148 sym_stab_info to deprecated_sym_stab_info.
1149 * gdb-stabs.h: Update.
1150 * elfread.c: Update.
1151 * dbxread.c: Update.
1152 * coffread.c: Update.
1153 * xcoffread.c: Update.
1154 * symfile.c: Update.
1155 * somread.c: Update.
1156 * nlmread.c: Update.
1157 * mdebugread.c: Update.
1158 * hpread.c: Update.
1159 * coffread.c: Update.
1160
abc08782
MK
11612004-10-23 Mark Kettenis <kettenis@gnu.org>
1162
1163 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1164 * configure.host: Add mips64*-*-openbsd*.
1165 * configure.tgt: Add mips64*-*-openbsd*.
1166 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1167 mips64obsd-tdep.c.
1168 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1169 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1170
fc062ac6
JB
11712004-10-21 Joel Brobecker <brobecker@gnat.com>
1172
1173 * symtab.c (symbol_search_name): Minor reformatting.
1174
5bccb4d1
JB
11752004-10-20 Joel Brobecker <brobecker@gnat.com>
1176
1177 * symtab.h: Fix typo in comment.
1178
a738430d
MK
11792004-10-19 Mark Kettenis <kettenis@gnu.org>
1180
1181 * dwarf2read.c (struct comp_unit_head): Fix coding style.
1182 (dwarf_decode_line_header): Likewise.
1183
f2cb65ca
MC
11842004-10-19 Michael Chastain <mec.gnu@mindspring.com>
1185
1186 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1187
09e55376
AC
11882004-10-19 Andrew Cagney <cagney@gnu.org>
1189
1190 GDB 6.3 branch created.
1191 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1192
bc5f45f8
JB
11932004-10-15 Joel Brobecker <brobecker@gnat.com>
1194
1195 * dwarf2read.c (set_cu_language): Set language to Ada for
1196 DW_LANG_Ada83 and DW_LANG_Ada95.
1197
2941da8c
MC
11982004-10-15 Michael Chastain <mec.gnu@mindspring.com>
1199
1200 From Andreas Schwab <schwab@suse.de>:
1201 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1202 for xmalloc and xrealloc.
1203
34a17005
AC
12042004-10-15 Andrew Cagney <cagney@gnu.org>
1205
1206 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1207 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1208 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1209 Update dependencies.
1210
714e53ab
PH
12112004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
1212
1213 * ada-lang.c (ada_lookup_symbol): Correct comment.
1214 (ada_evaluate_subexp): Change error message for
1215 OP_FUNCALL case so as not to indicate an internal error.
1216
12172004-10-15 Joel Brobecker <brobecker@gnat.com>
1218
1219 Committed by Paul Hilfinger.
1220 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1221 type sizes in XVE/XVU types, and emit a warning when that happens,
1222 instead of rounding up the size of the resulting type.
1223 Some minor reformatting.
1224 (ada_is_aligner_type): Do not consider a type as an aligner type
1225 if there is a corresponding XVS type as well.
1226 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
1227 have several levels of pointer indirection to the array.
1228
12292004-10-15 Jerome Guitton <guitton@gnat.com>
1230
1231 Committed by Paul Hilfinger.
1232 * ada-lang.c (check_size): New function.
1233 (coerce_unspec_val_to_type): call check_size to make sure
1234 that the object size is reasonable.
1235 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1236 Implements the case when we get a reference when we evaluate
1237 the expression of one of the bounds of the slice.
1238 (ada_value_struct_elt): when a packed array field is
1239 a reference, use ada_coerce_ref to dereference it; use
1240 ada_value_ind only if it is a pointer.
1241
29639122
JB
12422004-10-15 Joel Brobecker <brobecker@gnat.com>
1243
1244 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1245 a bit to avoid the necessity of an advance declaration. Remove
1246 declaration.
1247 (set_reg_offset): Move implemenation up.
1248 (mips16_get_imm): Likewise.
1249 (mips16_scan_prologue): Likewise.
1250 (reset_saved_regs): Likewise.
1251 (mips32_scan_prologue): Likewise.
1252
a65bbe44
JB
12532004-10-14 Joel Brobecker <brobecker@gnat.com>
1254
1255 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1256 Remove sp as a parameter, compute it internally instead. Move
1257 prologue scanning limit from heuristic_proc_desc to here.
1258 (mips16_scan_prologue): Likewise.
1259 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1260 by call to mips16_scan_prologue.
1261 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1262 by call to mips32_scan_prologue.
1263 (heuristic_proc_desc): Remove code that's no longer necessary.
1264 Update calls to mips16_scan_prologue and mips32_scan_prologue.
1265 (mips_skip_prologue): Update calls to mips16_scan_prologue
1266 and mips32_scan_prologue.
1267
1c645fec
JB
12682004-10-14 Joel Brobecker <brobecker@gnat.com>
1269
1270 * mips-tdep.c (mips16_scan_prologue): Merge code from
1271 mips16_skip_prologue. Now return the address of the first
1272 instruction past the function prologue.
1273 (mips16_skip_prologue): Remove, no longer necessary.
1274 (mips_skip_prologue): Replace call to mips16_skip_prologue
1275 by call to mips16_scan_prologue.
1276
98b4dd94
JB
12772004-10-14 Joel Brobecker <brobecker@gnat.com>
1278
1279 * mips-tdep.c (mips32_scan_prologue): Merge code from
1280 mips32_skip_prologue. Now return the address of the first
1281 instruction past the function prologue.
1282 (mips32_skip_prologue): Remove. No longer necessary.
1283 (mips16_skip_prologue): Add parameter end_pc instead of
1284 computing it.
1285 (mips_skip_prologue): Compute the upper limit for the
1286 prologue scanning. Update call to mips16_skip_prologue.
1287 Replace call to mips32_skip_prologue by call to
1288 mips32_scan_prologue.
1289
ad4c72d2
MK
12902004-10-14 Mark Kettenis <kettenis@gnu.org>
1291
dfaf8edb
MK
1292 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1293 NetBSD system call stubs that store %rp in the ERP slot of the
1294 stack frame.
1295
3e3a28f1
MK
1296 * source.c: Always define O_BINARY to 0 if not defined already.
1297 (openp): Unconditionally use O_BINARY.
1298
ad4c72d2
MK
1299 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1300 * event-top.c (gdb_readline2): Likewise.
1301
52bd1401
OF
13022004-10-14 Orjan Friberg <orjanf@axis.com>
1303
1304 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1305 deprecated_add_core_fns which was removed by mistake.
1306
e0e25c6c
KB
13072004-10-13 Kevin Buettner <kevinb@redhat.com>
1308
1309 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1310 references to deprecated_registers[] with equivalent code.
1311
9f335945
KB
13122004-10-13 Kevin Buettner <kevinb@redhat.com>
1313
1314 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1315 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1316 instead of explicit test and print statement.
1317
06c2338d
MK
13182004-10-12 Mark Kettenis <kettenis@gnu.org>
1319
1b9445c2
MK
1320 * sparc-nat.c: Include "inf-ptrace.h".
1321 (sparc_target): New function.
1322 * sparc-nat.h: Update copyright year.
1323 (sparc_target): New prototype.
1324 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1325 (_initialize_sparcnbsd_nat): Construct and add target vector.
1326 * sparc64nbsd-nat.c: Include "target.h".
1327 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1328 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1329 Update dependencies.
1330 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1331 inftarg.o, add inf-ptrace.o.
1332 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1333 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1334 (NAT_FILE): Set to nm-bsd.h.
1335 (LOADLIBES): New variable.
1336 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1337 infarg.o, add inf-ptrace.o.
1338 * config/sparc/nm-nbsdaout.h: Remove file.
1339 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1340 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1341 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1342
06c2338d
MK
1343 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1344 "fopen-same.h". Update comment.
1345
3303a276
MK
13462004-10-11 Mark Kettenis <kettenis@gnu.org>
1347
1348 * i386gnu-nat.c: Include "gdb_string.h".
1349 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1350 registers when the floating-point state isn't initialized.
1351 * Makefile.in (i386gnu-nat.o): Update dependencies.
1352
04c663e3
DA
13532004-10-11 David Anderson <davea@sgi.com>
1354
1355 * regcache.c (regcache_raw_read): Comment was missing "to".
1356 Extraneous ' removed.
1357 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1358 comment now describes use.
1359
a5f6c8f5
OF
13602004-10-11 Orjan Friberg <orjanf@axis.com>
1361
1362 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1363 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1364 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1365 (cris_sigtramp_frame_sniffer): New functions.
1366 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1367 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1368 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1369 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1370 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1371 command.
1372 (cris_version_update): Remove, replace with ...
1373 (set_cris_version): New function.
1374 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1375 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1376 (_initialize_cris_tdep): Remove CRIS mode command.
1377 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1378 cris-fpless-backtrace command.
1379 (cris_scan_prologue): Fix prologue scanning limit.
1380 (cris_register_type): Update to reflect actual registers.
1381 (cris_register_bytes_ok) Remove.
1382 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1383 Remove set_gdbarch_deprecated_register_size,
1384 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1385
77109804
AC
13862004-10-10 Andrew Cagney <cagney@gnu.org>
1387
1388 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1389 comment.
1390
25652d4f
JB
13912004-10-10 Joel Brobecker <brobecker@gnat.com>
1392
1393 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1394
1e05a7bf
JB
13952004-10-10 Joel Brobecker <brobecker@gnat.com>
1396
1397 * mips-tdep.c (mips16_scan_prologue): Renames
1398 mips16_heuristic_proc_desc. Update comment.
1399 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1400 (heuristic_proc_desc): Update calls to the 2 functions above.
1401
c68a4142
JB
14022004-10-10 Joel Brobecker <brobecker@gnat.com>
1403
1404 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1405 Update comments. Also immediately return empty cache when the start
1406 address of our function could not be found.
1407 (mips_insn32_frame_cache): Likewise.
1408
0fce0821
JB
14092004-10-10 Joel Brobecker <brobecker@gnat.com>
1410
1411 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1412 (mips_insn16_frame_cache): Pass frame cache in call to
1413 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1414 Remove code that became redundant as a consequence.
1415 (mips32_heuristic_proc_desc): No longer compute a fake
1416 procedure descriptor. Compute the full frame cache instead.
1417 Some minor comment reformatting.
1418
b672553e
JB
14192004-10-10 Jim Blandy <jimb@redhat.com>
1420
1421 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1422 reader, tracing bytecode stuff): Remove self.
1423
9cc52bde
MK
14242004-10-10 Mark Kettenis <kettenis@gnu.org>
1425
cc9784b6
MK
1426 * sparc64-linux-tdep.c: Update copyright year. Don't include
1427 "solib-svr4.h".
1428 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1429 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1430 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1431
ee8aef23
MK
1432 * sparc-linux-tdep.c: Update copyright year.
1433 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1434 to struct frame_info *. Use safe_frame_unwind_memory instead of
1435 deprecated_read_memory_nobpt.
1436 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1437 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1438 changed signature of sparc_linux_sigtramp_start.
1439 (sparc32_linux_pc_in_sigtramp): Remove function.
1440 (sparc32_linux_sigtramp_p): New function.
1441 (sparc32_linux_sigtramp_frame_sniffer): Use
1442 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1443
bc73f8cc
MK
1444 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1445 Remove function.
1446 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1447
a2249542
MK
1448 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1449 (decode_packed_array_type, value_subscript_packed)
1450 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1451 argument in call to lim_warning.
1452
9cc52bde
MK
1453 * configure.in: Really disable the TUI if an enhanced curses
1454 library isn't found.
1455 * configure: Regenerate.
1456
151fc45b
MK
14572004-10-09 Mark Kettenis <kettenis@gnu.org>
1458
1459 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1460 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1461 * config/i386/nm-nbsdaout.h: Remove file.
1462 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1463 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1464 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1465 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1466 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1467 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1468 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1469 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1470 (ldd, ld_un, ld_2): Remove defines.
1471 * config/i386/nm-obsd.h: Likewise.
1472
375c0479
PH
14732004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1474
1475 * ada-lex.l: Remove useless rule whose right-context clause
1476 causes unreferenced static function warning for yyrealloc.
1477 (ada_flex_use): Remove the artificial reference to yyrealloc.
1478
c8e73a31
AC
14792004-10-08 Andrew Cagney <cagney@gnu.org>
1480
1481 * target.h (struct target_ops): Rename to_xfer_memory to
1482 deprecated_xfer_memory.
1483 * target.c: Update.
1484 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1485 * wince.c: Update.
1486 * win32-nat.c: Update.
1487 * v850ice.c: Update.
1488 * uw-thread.c: Update.
1489 * thread-db.c: Update.
1490 * sol-thread.c: Update.
1491 * remote.c: Update.
1492 * remote-vx.c: Update.
1493 * remote-st.c: Update.
1494 * remote-sim.c: Update.
1495 * remote-sds.c: Update.
1496 * remote-rdp.c: Update.
1497 * remote-rdi.c: Update.
1498 * remote-mips.c: Update.
1499 * remote-m32r-sdi.c: Update.
1500 * remote-e7000.c: Update.
1501 * procfs.c: Update.
1502 * ppc-bdm.c: Update.
1503 * nto-procfs.c: Update.
1504 * monitor.c: Update.
1505 * linux-nat.c: Update.
1506 * inftarg.c: Update.
1507 * hpux-thread.c: Update.
1508 * go32-nat.c: Update.
1509 * gnu-nat.c: Update.
1510 * exec.c: Update.
1511 * corelow.c: Update.
1512 * bsd-kvm.c: Update.
1513 * aix-thread.c: Update.
1514
aa869812
AC
15152004-10-08 Andrew Cagney <cagney@gnu.org>
1516
1517 * target.c (debug_target): Move to near start of file.
1518 (target_stopped_data_address_p): Re-org logic, add casts.
1519
8dcef9cf
MK
15202004-10-02 Mark Kettenis <kettenis@gnu.org>
1521
1522 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
1523 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
1524 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
1525 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
1526 New defines.
1527
4aa7a7f5
JJ
15282004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1529
1530 * target.h (to_stopped_data_address): Change prototype to
1531 take a CORE_ADDR pointer and return an int.
1532 * target.c (update_current_target): Change to_stopped_data_address
1533 to match new prototype.
1534 (debug_to_stopped_data_address): Change appropriately.
1535 * breakpoint.c (bpstat_stop_status): Change call to
1536 target_stopped_data_address to use new prototype.
1537 * frv-tdep.c (frv_have_stopped_data_address): New function.
1538 (frv_stopped_data_address): Change to new prototype and
1539 functionality.
1540 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
1541 prototype and functionality.
1542 (ia64_stopped_by_watchpoint): New function.
1543 * i386-nat.c (i386_stopped_data_address): Change to new
1544 prototype and functionality.
1545 (i386_stopped_by_watchpoint): New function.
1546 * remote.c (remote_stopped_data_address): Change to new prototype
1547 and functionality.
1548 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
1549 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
1550 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
1551 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
1552 new i386_stopped_by_watchpoint function.
1553 (i386_stopped_by_watchpoint): New prototype.
1554 (i386_stoppped_data_address): Change to new prototype.
1555 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
1556 new ia64_stopped_by_watchpoint function.
1557 (ia64_stopped_by_watchpoint): New prototype.
1558 (ia64_stopped_data_address): Ditto.
1559
61ee279c
PH
15602004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
1561
1562 * ada-typeprint.c (ada_print_type): Use int_string for printing
1563 modulus of modular type.
1564 * ada-lang.h (ada_modulus): Change return type to unsigned.
1565 * ada-lang.c (ada_language_arch_info): Correct type of
1566 string_char_type.
1567 (ada_modulus): Return unsigned result.
1568 (ada_lookup_symbol): Remove user disambiguation and modify comment
1569 accordingly.
1570
15712004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
1572
1573 Committed by Paul Hilfinger.
1574 * ada-lang.c (decode_packed_array): On big-endian targets,
1575 left-justify the value if it comes with a modular type.
1576
15772004-10-08 Joel Brobecker <brobecker@gnat.com>
1578
1579 Committed by Paul Hilfinger.
1580 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
1581 (is_name_suffix): Add support for "___JM" suffixes.
1582 (ada_check_typedef): Renames ada_completed_type.
1583 Update all users of CHECK_TYPEDEF, check_typedef, and
1584 ada_complete_type to call ada_check_typedef.
1585 * ada-typeprint.c: Likewise.
1586 * ada-valprint.c: Likewise.
1587
b6c25a56
CV
15882004-10-08 Corinna Vinschen <vinschen@redhat.com>
1589
1590 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
1591
83ca6a46
NR
15922004-10-08 Nick Roberts <nickrob@snap.net.nz>
1593
1594 * MAINTAINERS: Update e-mail address.
1595
1fd8cd20
DJ
15962004-10-07 Daniel Jacobowitz <dan@debian.org>
1597
1598 From Maciej W. Rozycki <macro@mips.com>:
1599 * mips-tdep.c (mips32_next_pc): Check the register's contents,
1600 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
1601
cea15572
KI
16022004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
1603
1604 * m32r-tdep.c (decode_prologue): Support functions written
1605 in assembler language. Recognize trap instructions as the
1606 end of prologue.
1607 (m32r_frame_unwind_cache): Ditto.
1608 (m32r_skip_prologue): Extend search limit. Quit analyzing
1609 prologue if pc's location is not readable.
1610
23485554
PH
16112004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
1612
1613 * Makefile.in (.l.c): Do conversions of names of alloc and free
1614 functions that are done for .y.c files, plus special one
1615 for yy_flex_realloc. Also, correct missing-file tests here.
1616 * ada-lex.l (malloc, free): Remove macros.
1617 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
1618 xrealloc.
1619 (ada_flex_use): Dummy definition to remove warnings about unused
1620 functions.
1621 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
1622 to suppress warning.
1623
c0409442
CV
16242004-10-06 Corinna Vinschen <vinschen@redhat.com>
1625
1626 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
1627 RETURN_VALUE.
1628 (sh_return_value_fpu): Ditto for CPUs with FPU.
1629 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1630 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
1631 Install sh_return_value_nofpu resp. sh_return_value_fpu as
1632 RETURN_VALUE functions.
1633
9bed62d7
CV
16342004-10-06 Corinna Vinschen <vinschen@redhat.com>
1635
1636 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
1637 (sh_pseudo_register_write): Ditto.
1638
03131d99
CV
16392004-10-06 Corinna Vinschen <vinschen@redhat.com>
1640
1641 * sh-tdep.c (IS_MACL_STS): New define.
1642 (IS_MOVI20): Ditto.
1643 (IS_MACL_LDS): Ditto.
1644 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
1645 instructions in prologue.
1646 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
1647 instructions in epilogue.
1648
da962468
CV
16492004-10-06 Corinna Vinschen <vinschen@redhat.com>
1650
1651 * sh-tdep.c (SH_NUM_REGS): Define as 67.
1652 (sh_sh_register_name): Add eight empty register names.
1653 (sh_sh3_register_name): Ditto.
1654 (sh_sh3e_register_name): Ditto.
1655 (sh_sh2e_register_name): Ditto.
1656 (sh_sh2a_register_name): New function, defining SH2A register set.
1657 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
1658 in nofpu case.
1659 (sh_sh_dsp_register_name): Add eight empty register names.
1660 (sh_sh3_dsp_register_name): Ditto.
1661 (sh_sh4_register_name): Ditto.
1662 (sh_sh4_nofpu_register_name): Ditto.
1663 (sh_sh4al_dsp_register_name): Ditto.
1664 (sh2a_show_regs): New function.
1665 (sh2a_nofpu_show_regs): New function.
1666 (sh_sh2a_register_type): New function.
1667 (do_bank_register_info): New function.
1668 (sh_print_pseudo_register): Call do_bank_register_info.
1669 Call sh_print_pseudo_register for valid "bank" register.
1670 (sh_sh2a_register_sim_regno): New function.
1671 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
1672 Increment pseudo register count by one for all sh variants with
1673 pseudo registers to accomodate pseudo bank register.
1674 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
1675 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
1676 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
1677 Increment pseudo register numbers.
1678
1326e61b
CV
16792004-10-06 Corinna Vinschen <vinschen@redhat.com>
1680
1681 * dwarf2read.c (read_subroutine_type): Call make_function_type
1682 instead of lookup_function_type.
1683
146c42e3
JB
16842004-10-05 Jim Blandy <jimb@redhat.com>
1685
1686 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
1687 (Previous change missed some uses.)
1688
1df84f13
AC
16892004-10-05 Andrew Cagney <cagney@gnu.org>
1690
1691 * target.h (deprecated_child_ops): Rename child_ops.
1692 * wince.c: Update copyright. Rename child_ops.
1693 * win32-nat.c: Rename child_ops.
1694 * target.c: Rename child_ops.
1695 * rs6000-nat.c: Rename child_ops.
1696 * linux-nat.c: Rename child_ops.
1697 * infttrace.c: Rename child_ops.
1698 * inftarg.c: Rename child_ops.
1699 * infptrace.c: Rename child_ops.
1700 * hppah-nat.c: Update copyright. Rename child_ops.
1701 * hpux-thread.c: Update copyright. Rename child_ops.
1702
21e3b9b9
DJ
17032004-10-05 Daniel Jacobowitz <dan@debian.org>
1704
1705 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
1706
de83afe7
AC
17072004-10-05 Andrew Cagney <cagney@gnu.org>
1708
1709 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
1710
10b3939b
DJ
17112004-10-05 Daniel Jacobowitz <dan@debian.org>
1712
1713 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
1714 (die_ref_table): Remove.
1715 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
1716 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
1717 the usage of this type.
1718 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
1719 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
1720 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
1721 (dwarf2_create_include_psymtab): Update comment.
1722 (find_partial_die): Remove third argument. Remove unreachable call
1723 to error ().
1724 (dwarf2_find_containing_comp_unit): Update comments. Change one
1725 assertion to an error. Remove an unreachable error.
1726 (dwarf2_find_comp_unit): Update comments.
1727 (type_at_offset): Remove dead code.
1728 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
1729 (store_in_ref_table): Add CU argument.
1730 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
1731 inter-compilation-unit references.
1732 (load_full_comp_unit, process_full_comp_unit): New functions, based
1733 on psymtab_to_symtab_1.
1734 (psymtab_to_symtab_1): Use them.
1735 (dwarf2_add_dependence): New function.
1736 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
1737 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
1738 (partial_die_parent_scope, guess_structure_name): Update for changes
1739 to find_partial_die.
1740 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
1741 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
1742 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
1743 (read_die_and_children): Update call to store_in_ref_table.
1744 (do_free_die_list_cleanup): Remove.
1745 (fixup_partial_die): Update for changes to find_partial_die.
1746 (read_full_die): Handle queueing absolute references.
1747 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
1748 (dwarf2_attr, die_specification, die_type)
1749 (die_containing_type, dwarf2_extension): Update calls to
1750 follow_die_ref.
1751 (dump_die): Update DW_FORM_ref* handling.
1752 (dwarf2_get_ref_die_offset): Likewise.
1753 (free_one_comp_unit): Release the dies list.
1754 (dwarf2_mark_helper): New function.
1755 (dwarf2_mark): Use it.
1756
998bdd68
MK
17572004-10-05 Mark Kettenis <kettenis@jive.nl>
1758
1759 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
1760 when writing to memory.
1761
14588880
KI
17622004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
1763
1764 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
1765 (m32r_extract_struct_value_address): Delete function.
1766 (m32r_return_value): New function.
1767 (m32r_gdbarch_init): Instead of store_return_value,
1768 extract_return_value, deprecated_extract_struct_value_address
1769 and deprecated_use_struct_convention, set return_value.
1770
dd5e6932
DJ
17712004-10-03 Daniel Jacobowitz <dan@debian.org>
1772
1773 * dwarf2read.c (read_subrange_type): Add comment for variable
1774 sized arrays.
1775
7dc1ef8d
PH
17762004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
1777
1778 * Makefile.in (.l.c): Modify rule for compatibility with recent
1779 versions of flex, and remove most command-line options.
1780 * ada-lex.l: Add %options line in place of -I -i and -s command-line
1781 options.
1782
1f8173e6
PH
17832004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
1784
1785 Turn on initial Ada support (mainly expression evaluation).
1786
1787 * Makefile.in (SFILES): Remove ada-tasks.c.
1788 (HFILES_NO_SRCDIR): Add ada-lang.h.
1789 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
1790 (YYOBJ): Add ada-exp.o.
1791 (rule .l.c): Generalize to not mention ada.
1792 * symtab.c: Include ada-lang.h.
1793 (symbol_natural_name, symbol_demangled_name)
1794 (symbol_search_name): Add Ada case.
1795
cb85a953
AC
17962004-10-01 Andrew Cagney <cagney@gnu.org>
1797
3f3db248
AC
1798 * Makefile.in (COMMON_OBS): Add inf-child.o.
1799 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
1800 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1801 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1802 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
1803 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
1804 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
1805 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
1806 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
1807 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1808 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1809 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
1810 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
1811 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
1812
cb85a953
AC
1813 * target.c (xfer_using_stratum): Change return type to LONGEST.
1814 On each iteration offset, readbuf and writebuf.
1815 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
1816 partial_length, and read/modify/write predicate, update comments.
1817 Pass buffer.word to ptrace write.
1818
963a6417
PH
18192004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1820
1821 * symfile.c (init_filename_language_table): Add extensions for
1822 Ada.
1823 * defs.h (enum language): Add language_ada.
1824 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
1825 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
1826 (add_symbols_from_enclosing_procs): Make a no-op for now.
1827 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
1828 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
1829 (find_line_in_linetable, find_next_line_in_linetable)
1830 (read_all_symtabs, is_plausible_func_for_line)
1831 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
1832 (is_runtime_sym_defined, check_size): Remove declaration.
1833 (function_name_from_pc, ada_translate_error_message)
1834 (ada_lookup_minimal_symbol): Remove definition.
1835 (ada_add_block_symbols): Remove useless label.
1836 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
1837 useless declaration.
1838 (ada_is_exception_sym): Likewise.
1839
9b32d526
KI
18402004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
1841
1842 Add m32r-linux support.
1843 * configure.tgt: Add m32r*-*-linux*.
1844 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
1845 and m32r-linux-tdep.c.
1846 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
1847 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
1848 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
1849 m32r-linux-tdep.c.
1850 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
1851 config/m32r/linux.mh, config/m32r/linux.mt,
1852 config/m32r/nm-linux.h: New files.
1853
2de118d3
JB
18542004-09-30 Joel Brobecker <brobecker@gnat.com>
1855
1856 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
1857 (mips32_fetch_instruction): Remove, unused.
1858
a9fe69d1
JB
18592004-09-30 Joel Brobecker <brobecker@gnat.com>
1860
1861 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
1862 conditions that will always be true.
1863
bc8ffc12
MK
18642004-09-30 Mark Kettenis <kettenis@gnu.org>
1865
ba0cd111
MK
1866 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
1867 (vaxbsd_fetch_inferior_registers): Rename from
1868 fetch_inferior_registers. Make static.
1869 (vaxbsd_store_inferior_registers): Rename from
1870 store_inferior_registers. Make static.
1871 (_initialize_vaxbsd_nat): Construct and add target vector.
1872 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1873 inftarg.o. Add inf-child.o and inf-ptrace.o.
1874 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1875 inftarg.o. Add inf-child.o and inf-ptrace.o.
1876 (NAT_FILE): Remove.
1877 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
1878 inftarg.o. Add inf-child.o and inf-ptrace.o.
1879 (NAT_FILE): Remove.
1880 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1881
bc8ffc12
MK
1882 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1883 (m88kbsd_fetch_inferior_registers): Rename from
1884 fetch_inferior_registers. Make static.
1885 (m88kbsd_store_inferior_registers): Rename from
1886 store_inferior_registers. Make static.
1887 (_initialize_m88kbsd_nat): New prototype and function.
1888 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1889 inftarg.o. Add inf-child.o and inf-ptrace.o.
1890 (NAT_FILE): Remove.
1891 * Makefile.in (m88kbsd-nat.o): Update dependencies.
1892
27394598
AC
18932004-09-30 Andrew Cagney <cagney@gnu.org>
1894
1895 * target.c (target_xfer_partial): New function.
1896 (target_read_memory_partial, target_write_memory_partial)
1897 (default_xfer_partial, target_read_partial, target_write_partial)
1898 (xfer_using_stratum): Use.
1899 (debug_to_xfer_partial): Delete function.
1900 (setup_target_debug): Do not override to_xfer_partial.
1901
74a4fe32
MK
19022004-09-30 Mark Kettenis <kettenis@chello.nl>
1903
1904 * fork-child.c: Update copyright year. Fix coding style.
1905
982526a1
MK
19062004-09-29 Mark Kettenis <kettenis@gnu.org>
1907
1908 * defs.h (msavestring, mstrsave): Remove prototypes.
1909 * utils.c (msavestring, mstrsave): Remove functions.
1910 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
1911 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
1912 of mstrsave.
1913 * source.c (find_and_open_source): Use xstrdup instead of
1914 mstrsave.
1915
b8eb5af0
AC
19162004-09-30 Andrew Cagney <cagney@gnu.org>
1917
0779438d
AC
1918 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
1919 (inf_ptrace_xfer_memory): Delete.
1920 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
1921 (target_read_memory, target_write_memory): Use xfer_using_stratum
1922 when target_xfer_partial_p.
1923 (debug_target): Move to start of file.
1924 (target_read_memory_partial, target_write_memory_partial): Use
1925 to_xfer_partial when target_xfer_partial_p.
1926
f929a579
AC
1927 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
1928 inf_ptrace_xfer_memory with equivalent code.
1929 * inftarg.c (child_xfer_partial): When performing a write, pass
1930 writebuf to child_xfer_memory.
1931
b8eb5af0
AC
1932 * target.c (target_read_string): Use target_read_memory instead of
1933 target_xfer_memory.
1934
ee21b650
AC
19352004-09-29 Andrew Cagney <cagney@gnu.org>
1936
d3e05d0d
AC
1937 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
1938 the address of status.
1939
ee21b650
AC
1940 * infptrace.c (ptrace_wait): Mention problem with HPUX.
1941 (kill_inferior): Inline ptrace_wait call.
1942 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
1943 * inftarg.c (child_wait): Inline ptrace_wait call.
1944
a182eed6
AC
1945 * target.h (struct target_ops): Delete field to_post_wait.
1946 (target_post_wait): Delete macro.
1947 (child_post_wait): Delete declaration.
1948 * target.c (update_current_target, update_current_target)
1949 (debug_to_post_wait, setup_target_debug): Delete functions and
1950 references.
1951 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
1952 * inftarg.c (child_post_wait): Delete.
1953 (init_child_ops): Do not set to_post_wait.
1954 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
1955 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
1956 * inf-child.c (inf_child_post_wait): Delete.
1957 (inf_child_target): Do not set to_post_wait.
1958 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
1959 (inf_ptrace_target): Do not set to_post_wait.
1960
ba0c540b
AC
1961 * wince.c (child_ops): Delete.
1962 * win32-nat.c (child_ops): Delete.
1963
81977402
AC
1964 * inftarg.c (inftarg_set_find_memory_regions)
1965 (inftarg_set_make_corefile_notes): Delete functions.
1966 (_initialize_linux_nat): Inline calls.
1967
5ac10fd1
AC
1968 * target.h (child_ops): Declare.
1969 * inftarg.c (child_ops): Move from here ...
1970 * target.c (child_ops): ... to here.
1971 * wince.c (child_ops): Delete extern declaration.
1972 * win32-nat.c (child_ops): Delete extern declaration.
1973 * linux-nat.c (child_ops): Delete extern declaration.
1974 * hpux-thread.c (child_ops): Delete extern declaration.
1975
663408c2 19762004-09-28 Mark Kettenis <kettenis@gnu.org>
890c8f4d
MK
1977
1978 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
1979
0dad8a66
MK
19802004-09-28 Mark Kettenis <kettenis@gnu.org>
1981
1982 * configure.in: Only set host_makefile_frag when building a native
1983 debugger.
1984 * configure: Regenerate.
e8d74ed3
MK
1985
1986 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
1987 for OpenBSD ELF.
1988
dba24537
AC
19892004-09-28 Andrew Cagney <cagney@gnu.org>
1990
e979516b
AC
1991 Problem identified by Paul Hilfinger.
1992 * Makefile.in (ada_lex_c): Define.
1993 (ada-lex.o): Delete rule.
1994
dba24537
AC
1995 * linux-proc.c: Delete file.
1996 * Makefile.in: Update.
1997 * config/sparc/linux64.mh (NATDEPFILES):
1998 * config/sparc/linux.mh (NATDEPFILES): Update.
1999 * config/s390/s390.mh (NATDEPFILES): Update.
2000 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2001 * config/powerpc/linux.mh (NATDEPFILES): Update.
2002 * config/pa/linux.mh (NATDEPFILES): Update.
2003 * config/mips/linux.mh (NATDEPFILES): Update.
2004 * config/m68k/linux.mh (NATDEPFILES): Update.
2005 * config/ia64/linux.mh (NATDEPFILES): Update.
2006 * config/i386/linux64.mh (NATDEPFILES): Update.
2007 * config/i386/linux.mh (NATDEPFILES): Update.
2008 * config/arm/linux.mh (NATDEPFILES): Update.
2009 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2010 * linux-nat.c: Update copyright. Include <sys/param.h>,
2011 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2012 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2013 (O_LARGEFILE): Possibly define.
2014 (_initialize_linux_nat, linux_proc_pending_signals)
2015 (add_line_to_sigset, linux_proc_xfer_memory)
2016 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2017 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2018 (struct linux_corefile_thread_data)
2019 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2020 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2021
d6b0e80f
AC
20222004-09-16 Andrew Cagney <cagney@gnu.org>
2023
2024 * lin-lwp.c: Delete file.
2025 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2026 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2027 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2028 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2029 (linux_nat_attach, detach_callback, linux_nat_detach)
2030 (resume_callback, resume_clear_callback, linux_nat_resume)
2031 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2032 (stop_wait_callback, linux_nat_has_pending, flush_callback)
2033 (status_callback, running_callback, count_events_callback)
2034 (select_singlestep_lwp_callback, select_event_lwp_callback)
2035 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2036 (child_wait, stop_and_resume_callback, linux_nat_wait)
2037 (kill_callback, kill_wait_callback, linux_nat_kill)
2038 (linux_nat_create_inferior, linux_nat_mourn_inferior)
2039 (linux_nat_xfer_memory, linux_nat_thread_alive)
2040 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2041 (_initialize_linux_nat): New functions.
2042 * Makefile.in: Update all dependencies.
2043 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2044 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2045 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2046 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2047 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2048 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2049 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2050 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2051 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2052 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2053 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2054 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2055 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2056
5a174d79
MK
20572004-09-27 Mark Kettenis <kettenis@gnu.org>
2058
2f604c28
MK
2059 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2060 config/i386/obsd64.mh (NAT_FILE): Remove variable.
2061
5a174d79
MK
2062 * configure.in: Don't comment out NATDEPFILES in the generated
2063 Makefile if NAT_FILE is unset.
2064 * configure: Regenerate.
2065
b2ed1746
AC
20662004-09-27 Andrew Cagney <cagney@gnu.org>
2067
44cbf7b5
AC
2068 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2069 (insert_step_resume_breakpoint): Delete.
2070 (insert_step_resume_breakpoint_at_frame): New function.
2071 (insert_step_resume_breakpoint_at_sal): New function.
2072 (handle_inferior_event, step_into_function)
2073 (insert_step_resume_breakpoint): Simplify by using same.
2074
b2ed1746
AC
2075 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2076
3691b3be
MK
20772004-09-26 Mark Kettenis <kettenis@gnu.org>
2078
36f391e8
MK
2079 * fbsd-proc.c: Remove file.
2080 * Makefile.in (fbsd-proc.o): Remove dependency.
2081
771e236c
MK
2082 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2083 code together.
2084
3691b3be
MK
2085 * config/i386/nm-fbsd64.h: Remove file.
2086 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2087
6a5c78a3
MK
20882004-09-26 Mark Kettenis <kettenis@gnu.org>
2089
2090 * amd64-nat.h: Update copyright year.
2091 (amd64bsd_target): New prototype.
2092 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2093 (amd64bsd_target): New function.
2094 (amd64bsd_fetch_inferior_registers): Rename from
2095 fetch_inferior_registers. Make static.
2096 (amd64bsd_store_inferior_registers): Rename from
2097 store_inferior_registers. Make static.
2098 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2099 (_initialize_amd64fbsd_nat): Construct and add target vector.
2100 * amd64nbsd-nat.o: Include "target.h".
2101 (_initialize_amd64nbsd_nat): Construct and add target vector.
2102 * amd64obsd-nat.c: Include "target.h".
2103 (_initialize_amd64obsd_nat): Construct and add target vector.
2104 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2105 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2106 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
2107 fbsd-nat.o.
2108 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2109 Remove infptrace.o and inftarg.o. Add inf-child.o and
2110 inf-ptrace.o.
2111 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2112 (amd64obsd-nat.o): Update dependencies.
2113
27acbe61
MK
21142004-09-25 Mark Kettenis <kettenis@gnu.org>
2115
509a5e7d
MK
2116 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2117 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2118 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2119 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2120 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2121
6e1e94ea
MK
2122 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2123 Inline attach call.
2124 (inf_ptrace_detach): Inline detach call.
2125
8b9cf735
MK
2126 * configure.in: Check for waddstr instead of mvwaddstr when
2127 searching for curses library. Check for wborder.
2128 * configure, config.in: Regenerate.
2129 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2130 available.
2131
27acbe61
MK
2132 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2133
b96ec7ac
AC
21342004-09-24 Robert Picco <Robert.Picco@hp.com>
2135
2136 Committed by Andrew Cagney.
2137 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2138 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
2139 configuration.
2140 (fetch_register_using_p): Implement 'p' packet. Based on code by
2141 Fernando Nasser.
2142 (remote_fetch_registers): Call fetch_register_using_p.
2143 (init_all_packet_configs, show_remote_cmd)
2144 (_initialize_remote): Add p-packet.
2145
62ece330
MK
21462004-09-24 Mark Kettenis <kettenis@gnu.org>
2147
2148 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2149 instead of call_ptrace. Call wait directly instead of
2150 ptrace_wait.
2151 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2152 (inf_ptrace_wait): Inline ptrace_wait call.
2153
00937274
PH
21542004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2155
2156 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
2157 rolled back instead.
2158
3f2c7a45
PH
21592004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2160
2161 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2162 the new argument order.
2163
b6fcb393
CV
21642004-09-23 Corinna Vinschen <vinschen@redhat.com>
2165
2166 * MAINTAINERS: Remove "broken" from XStormy16 entry.
2167 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2168 (struct gdbarch_tdep): Remove.
2169 (struct xstormy16_frame_cache): New frame cache structure.
2170 (xstormy16_register_byte, xstormy16_register_raw_size)
2171 (xstormy16_reg_virtual_type, xstormy16_register_type)
2172 (xstormy16_push_arguments, xstormy16_push_return_address)
2173 (xstormy16_pop_frame, xstormy16_store_struct_return)
2174 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2175 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2176 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2177 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2178 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2179 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2180 (xstormy16_use_struct_convention): Drop gcc_p parameter.
2181 (xstormy16_extract_return_value, xstormy16_store_return_value):
2182 Regcachify. Drop useless struct convention handling.
2183 (xstormy16_register_type, xstormy16_return_value)
2184 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2185 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2186 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2187 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2188 (xstormy16_unwind_sp, xstormy16_unwind_pc)
2189 (xstormy16_unwind_dummy_id) : New functions.
2190 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2191 of xstormy16_scan_prologue.
2192 (xstormy16_frame_unwind): New frame_unwind structure.
2193 (xstormy16_frame_base): New frame_base structure.
2194 (xstormy16_gdbarch_init): Accomodate all of the above changes.
2195 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
2196
1285b746
MK
21972004-09-22 Mark Kettenis <kettenis@gnu.org>
2198
2199 * language.c (language_gdbarch_post_init): Fix off-by one error.
2200
1c379e20
DJ
22012004-09-21 Daniel Jacobowitz <dan@debian.org>
2202
2203 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2204 (struct dwarf2_offset_and_type): New.
2205 (set_die_type, reset_die_and_siblings_types, get_die_type)
2206 (offset_and_type_hash, offset_and_type_eq): New functions.
2207 (read_structure_type, read_enumeration_type, read_array_type)
2208 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2209 (read_tag_reference_type, read_tag_const_type)
2210 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2211 (read_typedef, read_base_type, read_subrange_type): Use
2212 set_die_type.
2213
ae038cb0
DJ
22142004-09-20 Daniel Jacobowitz <dan@debian.org>
2215
2216 * Makefile.in (dwarf2read.o): Update dependencies.
2217 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2218 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2219 and read_in_chain.
2220 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2221 mark, and has_form_ref_addr.
2222 (struct dwarf2_per_cu_data): New.
2223 (dwarf2_max_cache_age): New.
2224 (dwarf2_build_psymtabs_hard): Free cached compilation units
2225 after loading. Create and manage the list of compilation units.
2226 Remove unnecessary NULL initialization. Fix indentation.
2227 (psymtab_to_symtab_1): Initialize all of CU.
2228 (dwarf2_read_abbrevs): Set has_form_ref_addr.
2229 (find_partial_die): Use dwarf2_find_containing_comp_unit
2230 and load_comp_unit.
2231 (free_stack_comp_unit): Update comments. Clear the per-cu
2232 pointer. Handle aging.
2233 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2234 (age_cached_comp_units, free_one_cached_comp_unit)
2235 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2236 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2237 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2238 (show_dwarf2_cmd): New.
2239 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2240 and "maint show dwarf2 max-cache-age".
2241 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2242 externs.
2243 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2244 global.
2245
987504bb
JJ
22462004-09-20 Jeff Johnston <jjohnstn@redhat.com>
2247
2248 * dwarf2read.c (typename_concat): Change prototype to accept obstack
2249 and dwarf2_cu struct pointer as arguments. Change function to use
2250 obstack if provided and use dwarf2_cu to determine language-specific
2251 separator.
2252 (partial_die_parent_scope): Change comment to include java. Use
2253 new version of typename_concat instead of obconcat.
2254 (partial_die_full_name): Use typename_concat.
2255 (read_namespace): Ditto.
2256 (read_enumeration_type): Use typename_concat instead of obconcat.
2257 (new_symbol): Ditto.
2258 (add_partial_symbol): Enhance tests for C++ to also test for Java.
2259 (guess_structure_name): Ditto.
2260 (read_subroutine_type): Ditto.
2261 (read_structure_type): Ditto.
2262 (is_vtable_name): Add Java support.
2263 (determine_class_name): Switch to new typename_concat call.
2264 (determine_prefix): Switch to new typename_concat call.
2265 * jv-exp.y (FuncStart): New pattern.
2266 (MethodInvocation): Add support for simple function calls. Change
2267 warning message for other forms of inferior call currently not
2268 supported.
2269 * valarith.c (value_subscript): Treat an array with upper-bound
2270 of -1 as unknown size.
2271
d9c8471e
DJ
22722004-09-20 Daniel Jacobowitz <dan@debian.org>
2273
2274 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2275 (lookup_partial_symtab): Use symtab_to_fullname.
2276
d73f140a
JB
22772004-09-19 Jim Blandy <jimb@redhat.com>
2278
2279 * minsyms.c (lookup_minimal_symbol): Doc fix.
2280
adbef1f0
AC
22812004-09-20 Andrew Cagney <cagney@gnu.org>
2282
2283 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2284 CHILD_RESUME.
2285 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2286 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2287 KILL_INFERIOR.
2288 * infptrace.c: Update.
2289
d092d1a2
DJ
22902004-09-19 Daniel Jacobowitz <dan@debian.org>
2291
2292 * symtab.c (output_source_filename): Mark first argument as const.
2293 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2294 for "info sources" output.
2295
86d9e1d7
MK
22962004-09-20 Mark Kettenis <kettenis@gnu.org>
2297
2298 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2299 <machine/vmparam.h>.
2300 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2301 (register_u_addr): Remove prototype.
2302
9a6c8ef4
MK
23032004-09-19 Mark Kettenis <kettenis@gnu.org>
2304
9692934b
MK
2305 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2306 (i386bsd_fetch_inferior_registers): Rename from
2307 fetch_inferior_registers. Make static.
2308 (i386bsd_store_inferior_registers): Rename from
2309 store_inferior_registers. Make static.
2310 (i386bsd_target): New function.
2311 * i386bsd-nat.h: New file.
2312 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2313 "i386bsd-nat.h".
2314 (i386fbsd_resume): Rename from child_resume. Make static.
2315 (_initialize_i386fbsd_nat): Construct and add target vector.
2316 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2317 (_initialize_i386nbsd_nat): Construct and add target vector.
2318 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2319 Remove defines.
2320 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2321 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2322 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2323 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2324 (LOADLIBES): New variable.
2325 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2326 inf-ptrace.o. Remove inftarg.o.
2327 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2328 inf-ptrace.o. Remove inftarg.o.
2329 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2330 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2331 (LOADLIBES): New variable.
2332 * Makefile.in (i386bsd_nat_h): New variable.
2333 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2334 dependencies.
2335
3510d1f2
MK
2336 * sparc64nbsd-tdep.c: Include "objfiles.h".
2337 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2338 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2339 svr4_lp64_fetch_link_map_offsets.
2340 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2341 "nbsd-tdep.h".
2342 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2343 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2344 svr4_lp64_fetch_link_map_offsets.
2345 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2346 dependencies.
2347
578c1c03
MK
2348 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2349 * fbsd-nat.h: New file.
2350 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2351 (fbsd_nat_h): New variable.
2352 (fbsd-nat.o): New dependency.
2353
7a7b73b7
MK
2354 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2355 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2356
9a6c8ef4
MK
2357 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2358 comment.
2359
72d5681a
PH
23602004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2361
2362 * ada-exp.y (type_int): New function to add layer of abstraction
2363 around references to expression types.
2364 (type_long): Ditto.
2365 (type_long_long): Ditto.
2366 (type_float): Ditto.
2367 (type_double): Ditto.
2368 (type_long_double): Ditto.
2369 (type_char): Ditto.
2370 (type_system_address): Ditto.
2371 (simple_exp): Use type_* functions in place of builtin_*
2372 variables.
2373 (exp): Ditto.
2374 (write_var_from_name): Ditto.
2375 (write_object_renaming): Ditto.
2376 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2377 declaration.
2378 (build_ada_types): Remove, replacing with...
2379 (ada_language_arch_info): New function to initialize primitive
2380 type vector in language_arch_info.
2381 (ada_array_length): Remove use of builtin_type_ada_int.
2382 (value_pos_atr): Ditto.
2383 (ada_evaluate_subexp): Ditto.
2384 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2385 builtin_type_ada_long_long, builtin_type_ada_char,
2386 builtin_type_ada_float, builtin_type_ada_double,
2387 builtin_type_ada_long_double, builtin_type_ada_natural,
2388 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2389 (ada_builtin_types): Remove.
2390 (ada_language_defn): Remove entries for la_builtin_type_vector and
2391 string_char_type and use ada_language_arch_info.
2392 (_initialize_ada_language): Do type-vector initialization along
2393 the lines of c-lang.c.
2394 (ada_create_fundamental_type): Break up line.
2395 (ada_dump_symtab): Remove unused function.
2396 (enum ada_primitive_types): Define.
2397 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2398 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2399 builtin_type_ada_float, builtin_type_ada_double,
2400 builtin_type_ada_long_double, builtin_type_ada_natural,
2401 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2402 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2403 (processInt): Ditto.
2404 (processReal): Ditto.
2405 (name_lookup): Ditto.
2406 * ada-typeprint.c (print_range): Use builtin_type_int, not
2407 builtin_type_ada_int.
2408
4f0be353
MK
24092004-09-18 Mark Kettenis <kettenis@gnu.org>
2410
30b0e2d8
MK
2411 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2412
4f0be353
MK
2413 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2414 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2415 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2416 * configure.in: Improve checks for curses library by checking for
2417 mvwaddstr instead of initscr. Drop HP curses in favour of
2418 standard curses on HP-UX.
2419 * configure: Regenerated.
2420
72d5681a 24212004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
6c038f32
PH
2422
2423 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2424 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2425 Minor formatting changes.
2426 (empty_array): Slight rewrite for formatting.
2427 (emit_char,parse,ada_language_defn,build_ada_types,
2428 ada_is_exception_sym, _initialize_ada_language): Move
2429 definitions around.
2430 (ada_dump_symtab): Remove unused definition.
2431 (ada_maybe_exception_partial_symbol): Remove unused definition.
2432
1c8c7407
AC
24332004-09-16 Andrew Cagney <cagney@gnu.org>
2434
7681f339
AC
2435 * inf-child.c: Include "gdb_string.h".
2436 (inf_child_core_file_to_sym_file): Delete.
2437 (inf_child_target): Set to_fetch_registers and to_store_registers.
2438 * inf-ptrace.c: Include "gdb_string.h".
2439 * Makefile.in: Update all dependencies.
2440
1c8c7407
AC
2441 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2442 problem.
2443
65596487
JB
24442004-09-14 Joel Brobecker <brobecker@gnat.com>
2445
2446 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2447 call to heuristic_proc_desc. Remove code that became redundant
2448 as a consequence.
2449 (read_next_frame_reg): Remove special case for SP_REGNUM.
2450 (set_reg_offset): Fix small typo.
2451 (reset_saved_regs): New procedure.
2452 (mips32_heuristic_proc_desc): No longer compute a fake
2453 procedure descriptor. Compute the full frame cache instead.
2454 Some minor comment reformatting.
2455
95575b2e
AC
24562004-09-14 Andrew Cagney <cagney@gnu.org>
2457
f200c492
AC
2458 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2459 maintainer.
2460
95575b2e
AC
2461 * thread-db.c (thread_db_new_objfile): Assume that there is a
2462 child process.
2463
69657671
JB
24642004-09-13 Jim Blandy <jimb@redhat.com>
2465
2466 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2467 so that its storage isn't referenced after its lifetime ends.
2468
6c4182dd
JB
2469 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2470 and never assigned to. Delete it, and the 'if (use_buffer)'
2471 clauses. Delete 'raw_buffer', since it is now unused.
2472
ee31a58d
AC
24732004-09-13 Andrew Cagney <cagney@gnu.org>
2474
2c0fc042
AC
2475 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2476 * configure: Re-generate.
2477 * nlm/Makefile.in (TAGS): Update.
2478 * Makefile.in (TAGS): Update.
2479 * config/vax/nbsd.mt (TM_FILE): Update.
2480 * config/sparc/vxworks.mt (TM_FILE): Update.
2481 * config/sparc/sol2.mt (TM_FILE): Update.
2482 * config/sparc/sol2-64.mt (TM_FILE): Update.
2483 * config/sparc/obsd64.mt (TM_FILE): Update.
2484 * config/sparc/obsd.mt (TM_FILE): Update.
2485 * config/sparc/nbsd64.mt (TM_FILE): Update.
2486 * config/sparc/nbsd.mt (TM_FILE): Update.
2487 * config/sparc/linux64.mt (TM_FILE): Update.
2488 * config/sparc/linux.mt (TM_FILE): Update.
2489 * config/sparc/fbsd.mt (TM_FILE): Update.
2490 * config/sh/wince.mt (TM_FILE): Update.
2491 * config/sh/nbsd.mt (TM_FILE): Update.
2492 * config/sh/linux.mt (TM_FILE): Update.
2493 * config/sh/embed.mt (TM_FILE): Update.
2494 * config/s390/s390.mt (TM_FILE): Update.
2495 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2496 * config/rs6000/rs6000.mt (TM_FILE): Update.
2497 * config/rs6000/aix4.mt (TM_FILE): Update.
2498 * config/powerpc/vxworks.mt (TM_FILE): Update.
2499 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2500 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2501 * config/powerpc/obsd.mt (TM_FILE): Update.
2502 * config/powerpc/nbsd.mt (TM_FILE): Update.
2503 * config/powerpc/linux.mt (TM_FILE): Update.
2504 * config/powerpc/aix.mt (TM_FILE): Update.
2505 * config/pa/obsd.mt (TM_FILE): Update.
2506 * config/pa/linux.mt (TM_FILE): Update.
2507 * config/pa/hppahpux.mt (TM_FILE): Update.
2508 * config/pa/hppa64.mt (TM_FILE): Update.
2509 * config/pa/hppa.mt (TM_FILE): Update.
2510 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2511 * config/mips/wince.mt (TM_FILE): Update.
2512 * config/mips/vxmips.mt (TM_FILE): Update.
2513 * config/mips/nbsd.mt (TM_FILE): Update.
2514 * config/mips/linux.mt (TM_FILE): Update.
2515 * config/mips/irix6.mt (TM_FILE): Update.
2516 * config/mips/irix5.mt (TM_FILE): Update.
2517 * config/mips/embed.mt (TM_FILE): Update.
2518 * config/m68k/vxworks68.mt (TM_FILE): Update.
2519 * config/m68k/st2000.mt (TM_FILE): Update.
2520 * config/m68k/os68k.mt (TM_FILE): Update.
2521 * config/m68k/obsd.mt (TM_FILE): Update.
2522 * config/m68k/nbsd.mt (TM_FILE): Update.
2523 * config/m68k/monitor.mt (TM_FILE): Update.
2524 * config/m68k/linux.mt (TM_FILE): Update.
2525 * config/m68k/cisco.mt (TM_FILE): Update.
2526 * config/ia64/linux.mt (TM_FILE): Update.
2527 * config/ia64/aix.mt (TM_FILE): Update.
2528 * config/ia64/ia64.mt (TM_FILE): Update.
2529 * config/i386/vxworks.mt (TM_FILE): Update.
2530 * config/i386/obsd64.mt (TM_FILE): Update.
2531 * config/i386/obsd.mt (TM_FILE): Update.
2532 * config/i386/nto.mt (TM_FILE): Update.
2533 * config/i386/nbsd64.mt (TM_FILE): Update.
2534 * config/i386/nbsd.mt (TM_FILE): Update.
2535 * config/i386/linux64.mt (TM_FILE): Update.
2536 * config/i386/linux.mt (TM_FILE): Update.
2537 * config/i386/i386sol2.mt (TM_FILE): Update.
2538 * config/i386/i386lynx.mt (TM_FILE): Update.
2539 * config/i386/fbsd64.mt (TM_FILE): Update.
2540 * config/i386/fbsd.mt (TM_FILE): Update.
2541 * config/i386/cygwin.mt (TM_FILE): Update.
2542 * config/h8300/h8300.mt (TM_FILE): Update.
2543 * config/frv/frv.mt (TM_FILE): Update.
2544 * config/cris/cris.mt (TM_FILE): Update.
2545 * config/arm/wince.mt (TM_FILE): Update.
2546 * config/arm/nbsd.mt (TM_FILE): Update.
2547 * config/arm/linux.mt (TM_FILE): Update.
2548 * config/arm/embed.mt (TM_FILE): Update.
2549 * config/alpha/nbsd.mt (TM_FILE): Update.
2550 * config/alpha/fbsd.mt (TM_FILE): Update.
2551 * config/alpha/alpha.mt (TM_FILE): Update.
2552 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
2553 * config/alpha/alpha-linux.mt (TM_FILE): Update.
2554
362646f5
AC
2555 Eliminate event_loop_p, always has the value 1.
2556 * defs.h (event_loop_p): Delete macro.
2557 * breakpoint.c (until_break_command): Simplify.
2558 * utils.c (prompt_for_continue): Simplify.
2559 * tracepoint.c (read_actions): Simplify.
2560 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
2561 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
2562 (set_prompt, init_main): Simplify.
2563 (init_signals, disconnect): Delete, unused.
2564 * remote.c (remote_async_resume)
2565 (extended_remote_async_create_inferior): Simplify.
2566 * mi/mi-interp.c (mi_input): Delete, unused.
2567 (mi_interpreter_resume, mi_command_loop): Simplify.
2568 * interps.c (current_interp_command_loop): Simplify.
2569 * infrun.c (proceed): Simplify.
2570 * infcmd.c (run_command, continue_command, step_1, jump_command)
2571 (until_command, advance_command, finish_command)
2572 (interrupt_target_command): Simplify.
2573 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
2574
ee31a58d
AC
2575 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2576 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2577 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2578 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2579 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2580 * mips-tdep.c (mips_dump_tdep): Do not print same.
2581
b7ffc4a8
AC
25822004-09-12 Andrew Cagney <cagney@gnu.org>
2583
2bfb72ee
AC
2584 * valprint.c (print_longest): Use fputs_filtered. Make "val"
2585 const.
2586 * Makefile.in (valprint.o): Delete explict rule.
2587
4f17c3c1
AC
2588 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
2589 reported by Dave Anderson.
2590
f810308b
AC
2591 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
2592
b7ffc4a8
AC
2593 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
2594
28b41c52
AC
25952004-09-12 Salvador E. Tropea <set@users.sf.net>
2596 Andrew Cagney <cagney@gnu.org>
2597
2598 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
2599 (mi_cmd_data_list_register_values)
2600 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
2601 the register number computation.
2602
5bf970f9
AC
26032004-09-12 Andrew Cagney <cagney@gnu.org>
2604
2605 * ppcnbsd-nat.c: Include "inf-ptrace.h".
2606 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
2607 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
2608 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
2609 target.
2610 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
2611 inf-ptrace.o and inf-child.o.
2612 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
2613 * Makefile.in: Update dependencies.
2614
0759e0bf
AC
26152004-09-11 Andrew Cagney <cagney@gnu.org>
2616
2617 * language.c (hex_string, hex_string_custom): Move from here ...
2618 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
2619 (CELLSIZE): Increase to 50.
2620 * language.h (hex_string, hex_string_custom): Move from here ...
2621 * defs.h: ... to here.
2622 * Makefile.in: Update all dependencies.
2623
bb599908
PH
26242004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
2625
2626 * language.c (local_hex_format_custom): Remove.
2627 (local_hex_string): Rename to hex_string, use C format, and move to
2628 utils.c
2629 (local_hex_string_custom): Rename to hex_string_custom and change
2630 interface. Now uses C format. Move to utils.c
2631 (local_octal_format_custom): Remove.
2632 (local_decimal_format_custom): Remove.
2633 (unknown_language_defn): Remove language-specific number
2634 formatting entries.
2635 (auto_language_defn): Ditto.
2636 (local_language_defn): Ditto.
2637 * language.h (struct language_format_info): Delete declaration.
2638 (struct language_defn): Remove language_format_info fields
2639 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
2640 (local_binary_format): Remove macro.
2641 (local_binary_format_prefix): Remove macro.
2642 (local_binary_format_specifier): Remove macro.
2643 (local_binary_format_suffix): Remove macro.
2644 (local_octal_format): Remove macro.
2645 (local_octal_format_prefix): Remove macro.
2646 (local_octal_format_specifier): Remove macro.
2647 (local_octal_format_suffix): Remove macro.
2648 (local_decimal_format): Remove macro.
2649 (local_decimal_format_prefix): Remove macro.
2650 (local_decimal_format_specifier): Remove macro.
2651 (local_decimal_format_suffix): Remove macro.
2652 (local_hex_format): Remove macro.
2653 (local_hex_format_prefix): Remove macro.
2654 (local_hex_format_specifier): Remove macro.
2655 (local_hex_format_suffix): Remove macro.
2656 (local_decimal_format_custom): Remove.
2657 (local_octal_format_custom): Remove.
2658 (local_hex_format_custom): Remove.
2659 (local_hex_string): Rename to hex_string and move to defs.h.
2660 (local_hex_string_custom): Rename to hex_string_custom, change
2661 interface, and move to defs.h.
2662 * utils.c: (int_string): New function.
2663 (hex_string): New function (from language.c).
2664 (hex_string_custom): New function (from language.c).
2665 (octal2str): New function.
2666 (decimal2str): Add width parameter.
2667 (paddr_u): Use new decimal2str interface.
2668 (paddr_d): Ditto.
2669 * defs.h (hex_string): Declare.
2670 (hex_string_custom): Declare.
2671 (int_string): Declare.
2672 * printcmd.c (print_scalar_formatted): Remove localized binary
2673 formatting.
2674 * valprint.c (print_longest): Use int_string.
2675 (print_floating): Use C hex format.
2676 (print_hex_chars): Ditto.
2677 (print_binary_chars): Remove language-specific formatting.
2678 (print_octal_chars): Use C octal format.
2679 (print_decimal_chars): Delocalize format.
2680 (print_decimal): Remove.
2681 * ada-lang.c (ada_language_defn): Remove language-specific number
2682 formatting entries.
2683 * p-lang.c (pascal_language_defn): Ditto.
2684 * c-lang.c (c_language_defn): Ditto.
2685 (cplus_language_defn): Ditto.
2686 (asm_language_defn): Ditto.
2687 (minimal_language_defn): Ditto.
2688 * f-lang.c (f_language_defn): Ditto.
2689 * jv-lang.c (java_language_defn): Ditto.
2690 * m2-lang.c (m2_language_defn): Ditto.
2691 * scm-lang.c (scm_language_defn): Ditto.
2692 * objc-lang.c (objc_language_defn): Ditto.
2693 * memattr.c (mem_info_command): Use renamed hex_string_custom with
2694 new interface.
2695 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
2696 * ui-out.c (ui_out_field_core_addr): Ditto.
2697 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
2698 * exec.c (print_section_info): Ditto.
2699 * i387-tdep.c (print_i387_status_word): Ditto.
2700 (print_i387_control_word): Ditto.
2701 (i387_print_float_info): Ditto.
2702 * maint.c (maint_print_section_info): Ditto.
2703 * solib.c (info_sharedlibrary_command): Ditto.
2704 * somsolib.c (som_sharedlibrary_info_command): Ditto.
2705 * symtab.c (print_msymbol_info): Ditto.
2706 * tracepoint.c (tracepoints_info): Ditto.
2707 * solib-frv.c (lm_base): Ditto.
2708 (frv_current_sos): Ditto.
2709 (enable_break2): Ditto.
2710 (enable_break): Ditto.
2711 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
2712 (process_one_symbol): Ditto.
2713 * infcmd.c (program_info): Ditto.
2714 * mdebugread.c (parse_partial_symbols): Ditto.
2715 * symfile.c (add_symbol_file_command): Ditto.
2716 * cli/cli-cmds.c (edit_command): Ditto.
2717 (list_command): Ditto.
2718 * infcall.c (call_function_by_hand): Ditto.
2719 * remote-vx.c (vx_run_files_info): Ditto.
2720 (vx_wait): Ditto.
2721 (vx_attach): Ditto.
2722 (vx_detach): Ditto.
2723 (vx_kill): Ditto.
2724 * aix-thread.c (pdc_symbol_addrs): Ditto.
2725 (pdc_read_regs): Ditto.
2726 (pdc_write_regs): Ditto.
2727 (pdc_read_data): Ditto.
2728 (pdc_write_data): Ditto.
2729 * d10v-tdep.c (display_trace): Ditto.
2730 * rs6000-nat.c (find_toc_address): Ditto.
2731 * aix-thread.c: Don't include language.h.
2732 * buildsym.c: Ditto.
2733 * dbxread.c: Ditto.
2734 * mdebugread.c: Ditto.
2735 * rs6000-nat.c: Ditto.
2736 * buildsym.c (make_blockvector): Use renamed hex_string.
2737
33f2d567
JM
27382004-09-10 Jason Molenda (jmolenda@apple.com)
2739
2740 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
2741 chars after 'if' or 'while' commands in user-defined commands.
2742
7b90c3f9
JB
27432004-09-08 Jim Blandy <jimb@redhat.com>
2744
2745 Fix bug reported and analyzed by Olivier Crete:
2746 * symfile.c (copy_section_addr_info): New function.
2747 (symbol_file_add_with_addrs_or_offsets): Use it to save the
2748 original set of address arguments, instead of handwritten code
2749 that uses one length to allocate and a different length to
2750 initialize. Use make_cleanup_free_section_addr_info.
2751 * symfile.h (copy_section_addr_info): New declaration.
2752 * utils.c: #include "symfile.h".
2753 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
2754 New functions.
2755 * defs.h (make_cleanup_free_section_addr_info): New declaration.
2756 * Makefile.in (utils.o): Update dependencies.
2757
b26a6851
AC
27582004-09-08 Andrew Cagney <cagney@gnu.org>
2759
2760 * thread-db.c (keep_thread_db): Delete.
2761 (thread_db_new_objfile, thread_db_create_inferior)
2762 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
2763
be24b061
MK
27642004-09-08 Mark Kettenis <kettenis@gnu.org>
2765
f6792ef4
MK
2766 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
2767 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
2768 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
2769 (i386_frameless_signal_p): Remove prototype.
2770 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
2771 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
2772 I386_SSE_NUM_REGS.
2773 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
2774 instead of FP0_REGNUM.
2775 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
2776 of FP0_REGNUM and FPC_REGNUM.
2777
eeefdaa7
MK
2778 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
2779 (sunos_solib_create_inferior_hook): Don't call
2780 sunos_relocate_main_executable.
2781
be24b061
MK
2782 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
2783 solib_svr4_fetch_link_map_offsets to
2784 svr4_ilp32_fetch_link_map_offsets.
2785 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
2786 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
2787 svr4_ilp32_fetch_link_map_offsets.
2788 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
2789
7c679d16
JB
27902004-09-07 Jim Blandy <jimb@redhat.com>
2791
2792 * frame.h (frame_register): Doc fix.
2793
1f04aa62
AC
27942004-09-07 Andrew Cagney <cagney@gnu.org>
2795
2796 * vx-share/wait.h: Delete #ifdef USG.
2797 * utils.c (request_quit): Ditto.
2798 * tui/tui.c (tui_reset): Ditto.
2799 * remote.c: Ditto.
2800 * remote-sds.c: Ditto.
2801 * remote-rdi.c: Ditto.
2802 * mdebugread.c: Ditto.
2803 * m68klinux-nat.c: Ditto.
2804 * infttrace.c: Ditto.
2805 * infptrace.c: Ditto.
2806 * i386v-nat.c: Ditto.
2807 * exec.c: Ditto.
2808 * dbxread.c: Ditto.
2809 * core-aout.c: Ditto.
2810
90edbfbc
JB
28112004-09-05 Joel Brobecker <brobecker@gnat.com>
2812
2813 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
2814 heuristic_proc_desc.
2815 (mips_insn32_frame_cache): Likewise.
2816
01f4bf2b
JB
28172004-09-04 Joel Brobecker <brobecker@gnat.com>
2818
2819 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
2820 left behind by error.
2821
8511a048
JB
28222004-09-04 Joel Brobecker <brobecker@gnat.com>
2823
2824 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
2825 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
2826
649dfe9f
JB
28272004-09-04 Joel Brobecker <brobecker@gnat.com>
2828
2829 * config/rs6000/xm-aix4.h: Remove this file.
2830 * config/rs6000/aix4.mh (XM_FILE): Delete.
2831
6e50f889
JB
28322004-09-04 Joel Brobecker <brobecker@gnat.com>
2833
2834 * config/rs6000/xm-rs6000.h: Remove this file.
2835 * config/rs6000/rs6000.mh (XM_FILE): Remove.
2836
b8c4aece
AC
28372004-09-03 Andrew Cagney <cagney@gnu.org>
2838
fb603883
AC
2839 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
2840 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
2841 only use.
2842
c9343fd1
AC
2843 * mips-tdep.c (temp_saved_regs): Delete.
2844 (set_reg_offset): Replace saved_regs parameter with this_cache.
2845 (heuristic_proc_desc, mips16_heuristic_proc_desc)
2846 (mips32_heuristic_proc_desc): Add this_cache parameter.
2847 (mips_insn32_frame_cache, mips_insn16_frame_cache)
2848 (after_prologue): Pass a NULL this_cache.
2849
9733cfe1
AC
2850 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
2851 non-kernel trap prologues.
2852
0d5febcc
AC
2853 * mips-tdep.c (find_proc_desc): Delete function.
2854 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
2855 simplify.
2856 (mips_insn16_frame_cache): Replace find_proc_desc with code from
2857 mips_insn32_frame_cache.
2858
9733cfe1 2859 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
283be873
AC
2860 Simplify as NEXT_FRAME is NULL.
2861 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
2862
177f84a3
AC
2863 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
2864 local variable.
2865 (mips_skip_prologue): Update.
2866
465f7520
AC
2867 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
2868 "cur_frame" parameter.
177f84a3
AC
2869 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
2870 (mips_insn32_frame_cache, find_proc_desc): Update
465f7520 2871
e38b8658
AC
2872 * config/vax/nm-obsd.h: Delete file.
2873 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2874 * config/vax/nm-nbsd.h: Delete file.
2875 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
2876 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2877 * config/sh/nm-nbsd.h: Delete file.
2878 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2879 * config/rs6000/nm-rs6000ly.h: Delete file.
2880 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
2881 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2882 * config/powerpc/nm-obsd.h: Delete file.
2883 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2884 * config/powerpc/nm-nbsd.h: Delete file.
2885 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2886 * config/pa/nm-obsd.h: Delete file.
2887 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2888 * config/mips/nm-nbsd.h: Delete file.
2889 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2890 * config/m88k/nm-obsd.h: Delete file.
2891 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2892 * config/m68k/nm-nbsd.h: Delete file.
2893 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
2894 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2895 * config/i386/nm-nbsd.h: Delete file.
2896 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
2897 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2898 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2899 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2900 * config/i386/nm-i386lynx.h: Delete file.
2901 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2902 * config/arm/nm-nbsd.h: Delete file.
2903 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
2904 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2905
be1ed680
AC
2906 * config/i386/tm-fbsd.h: Delete file.
2907 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
2908 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
2909
4b392b26
AC
2910 * config/rs6000/tm-rs6000-aix4.h: Delete file.
2911 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
2912 * config/rs6000/aix4.mt (TM_FILE): Set to
2913 config/rs6000/tm-rs6000.h.
2914 * config/powerpc/tm-ppc-aix.h: Delete file.
2915 * config/powerpc/aix.mt (TM_FILE): Set to
2916 config/rs6000/tm-rs6000.h.
2917 * config/m68k/tm-linux.h: Delete file.
2918 * config/m68k/linux.mt (TM_FILE): Set to solib.h
2919 * config/i386/tm-linux64.h: Delete file.
2920 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
2921 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
2922
f3219c75
AC
2923 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2924 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
2925 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
2926 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2927 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
2928 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
2929 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
2930 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2931 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2932
b8c4aece
AC
2933 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
2934 gdb_host_cpu.
2935
8ac2e020
JB
29362004-09-02 Joel Brobecker <brobecker@gnat.com>
2937
2938 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
2939 Minor reformatting. Some code factoring.
2940
c185a355
AC
29412004-09-02 Andrew Cagney <cagney@gnu.org>
2942
63f22f0d
AC
2943 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
2944 * config/vax/tm-nbsd.h: Delete file.
2945 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2946 * config/sparc/tm-vxworks.h: Delete file.
2947 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
2948 * config/sparc/tm-nbsd.h: Delete file.
2949 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
2950 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
2951 * config/sparc/tm-linux.h: Delete file.
2952 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
2953 * config/s390/tm-linux.h: Delete file.
2954 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
2955 * config/pa/tm-bsd.h: Delete file.
2956 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
2957 * config/m68k/tm-obsd.h: Delete file.
2958 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
2959 * config/m68k/tm-nbsd.h: Delete file.
2960 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2961 * config/i386/tm-vxworks.h: Delete file.
2962 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
2963 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
2964 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
2965 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
2966 * config/i386/tm-nbsd.h: Delete file.
2967 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
2968 * config/i386/tm-i386lynx.h: Delete file.
2969 * config/cris/cris.mt (TM_FILE): Set to solib.h.
2970 * config/cris/tm-cris.h: Delete file.
2971
0f475e27
AC
2972 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
2973 * configure: Re-generate.
2974 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
2975 * config/arm/tm-nbsd.h: Delete file.
2976
458ed000
AC
2977 * config/powerpc/tm-ppcle-sim.h: Delete.
2978 * config/powerpc/tm-ppcle-eabi.h: Delete.
2979 * config/powerpc/tm-nbsd.h: Delete.
2980 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
2981 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
2982 tm-ppcle-eabi.h.
2983
f14375f3
AC
2984 * config/i386/nto.mh (NAT_FILE): Delete.
2985 * config/i386/nm-nto.h: Delete.
2986
c34d127c
AC
2987 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
2988 * config/m68k/tm-os68k.h: Ditto.
2989 * config/m68k/tm-monitor.h: Ditto.
2990 * config/m68k/tm-cisco.h: Ditto.
2991 * config/m68k/st2000.mt (TM_FILE): Delete.
2992 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
2993 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
2994 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
2995 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
2996
f7f0fe03
AC
2997 * config/m68k/tm-st2000.h: Delete.
2998 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
2999 * config/sparc/fbsd.mt (TM_FILE): Delete.
3000 * config/sparc/tm-fbsd.h: Delete.
3001
a2558533
AC
3002 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3003 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
3004 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3005
b78960be
AC
3006 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3007 GDB_TM_FILE and GDB_XM_FILE.
3008 * gdbarch.c: Re-generate.
3009 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3010 quotes in macro definition.
3011 * configure.in: Re-generate.
3012
4d60522e
AC
3013 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3014 validating architecture methods.
3015 * gdbarch.c: Re-generate.
3016
5010d38b
AC
3017 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3018 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
3019 GDB_MULTI_ARCH_PARTIAL.
3020 * gdbarch.h: Re-generate.
3021
c185a355
AC
3022 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3023 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3024 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3025 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3026 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3027 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3028 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3029 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3030 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3031 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3032 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3033 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3034
14aaa6ab
AC
30352004-09-01 Andrew Cagney <cagney@gnu.org>
3036
3037 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3038 and main_func_highpc.
3039 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3040 * objfiles.c (init_entry_point_info, objfile_relocate): Update
3041 * nlmread.c (nlm_symfile_read): Update.
3042
a343eb3c
JB
30432004-09-01 Joel Brobecker <brobecker@gnat.com>
3044
3045 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3046 (mips_insn32_frame_cache): Inline call to find_proc_desc.
3047 (find_proc_desc): Remove dead code.
3048
4fbbbd07
JB
30492004-09-01 Joel Brobecker <brobecker@gnat.com>
3050
3051 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3052
84acb35a
JJ
30532004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3054
3055 * observer.sh: Add struct so_list declaration.
3056 * Makefile.in: Add dependencies on observer.h for solib.c and
3057 breakpoint.c.
3058 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3059 function.
3060 (_initialize_breakpoint): Register
3061 disable_breakpoints_in_unloaded_shlib as an observer of the
3062 "solib unloaded" observation event.
3063 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3064 call decode_line_1 so unfound breakpoint errors are silent.
3065 * solib.c (update_solib_list): When a solib is discovered to have
3066 been unloaded by the program, notify all observers of the
3067 "solib unloaded" observation event.
3068
c8cd9f6c
AC
30692004-09-01 Andrew Cagney <cagney@gnu.org>
3070
3071 * frame.c: Include "objfiles.h".
3072 (inside_main_func): New function.
3073 (get_prev_frame): Use new inside_main_func.
3074 * Makefile.in (frame.o): Update dependencies.
3075 * defs.h (inside_main_func): Delete declaration.
3076 * blockframe.c (inside_main_func): Delete function.
3077
1168df01
JB
30782004-08-31 Jim Blandy <jimb@redhat.com>
3079
3080 * dwarf2read.c (is_vtable_name): New function, based on logic from
3081 read_structure_type, but passing the correct length to strncmp,
3082 and using 'sizeof' instead of 'strlen'.
3083 (read_structure_type): Call it.
3084
f14f9744
JB
30852004-08-31 Joel Brobecker <brobecker@gnat.com>
3086
3087 * config/powerpc/aix.mh: Add comment.
3088
386d4518
PG
30892004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
3090
3091 * MAINTAINERS: Add self to Write-After-Approval.
3092
7d97d5e2
MI
30932004-08-30 Manoj Iyer <manjo@austin.ibm.com>
3094
3095 * MAINTAINERS: Add self to Write-After-Approval.
3096
68f53502
AC
30972004-08-30 Andrew Cagney <cagney@gnu.org>
3098
3099 Fix PR breakpoints/1757.
3100 * infrun.c (struct execution_control_state): Replace
3101 remove_breakpoints_on_following_step with
3102 step_after_step_resume_breakpoint.
3103 (init_execution_control_state): Update.
3104 (handle_inferior_event): For signals, when stepping off a
3105 breakpoint, set step_after_step_resume_breakpoint. When
3106 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3107 (keep_going): Delete code handling
3108 remove_breakpoints_on_following_step.
3109
7ca2d3a3
DL
31102004-08-29 David Lecomber <david@streamline-computing.com>
3111
3112 Fix PR gdb/648
3113 * language.h (enum array_ordering): New enum.
3114 * language.h (struct language_defn): New la_array_ordering
3115 attribute.
3116 * language.c (unknown_language_defn, auto_language_defn)
3117 (local_language_defn): Ditto.
3118 * ada-lang.c (ada_language_defn): Ditto.
3119 * c-lang.c (c_language_defn, cplus_language_defn)
3120 (asm_language_defn, minimal_language_defn): Ditto.
3121 * f-lang.c (f_language_defn): Ditto.
3122 * jv-lang.c (java_language_defn): Ditto.
3123 * m2-lang.c (f_language_defn): Ditto.
3124 * objc-lang.c (objc_language_defn): Ditto.
3125 * p-lang.c (pascal_language_defn): Ditto.
3126 * scm-lang.c (scm_language_defn): Ditto.
3127 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3128 oriented large to small in type structure.
3129 * dwarf2read.c (read_array_order): New function.
3130 (read_array_type): Use read_array_order to check row/column
3131 major ordering.
3132
e354df01
NW
31332004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
3134
3135 * target.c (target_resize_to_sections): Check
3136 current_target.to_sections for an old value when updating.
3137
9185ddce
JB
31382004-08-27 Joel Brobecker <brobecker@gnat.com>
3139
3140 * procfs.c (dbx_link_bpt_addr): New static global variable.
3141 (dbx_link_shadow_contents): New static global variable.
3142 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3143 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3144 if we just hit it.
3145 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3146 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3147 from run to run.
3148 (procfs_create_inferior): Remove syssgi syscall-exit notifications
3149 after the inferior has been forked.
3150 (remove_dbx_link_breakpoint): New function.
3151 (dbx_link_addr): New function.
3152 (insert_dbx_link_bpt_in_file): New function.
3153 (insert_dbx_link_bpt_in_region): New function.
3154 (insert_dbx_link_breakpoint): New function.
3155 (proc_trace_syscalls_1): New function, extracted from
3156 proc_trace_syscalls.
3157 (proc_trace_syscalls): Replace extract code by call to
3158 proc_trace_syscalls_1.
3159 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3160 is no longer valid.
3161
e6742ace
JB
31622004-08-25 Jim Blandy <jimb@redhat.com>
3163
3164 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3165
8fb3e588
AC
31662004-08-25 Andrew Cagney <cagney@gnu.org>
3167
629a41ee
AC
3168 * infrun.c (struct execution_control_state): Delete field
3169 "stepping_through_sigtramp".
3170 (init_execution_control_state): Do not set same.
3171 (context_switch): Do not pass same to save_infrun_state and
3172 load_infrun_state.
3173 * gdbthread.h (struct thread_info): Delete field
3174 stepping_through_sigtramp.
3175 (save_infrun_state, load_infrun_state): Delete parameter
3176 stepping_through_sigtramp.
3177 * thread.c (load_infrun_state, save_infrun_state): Update.
3178
8fb3e588
AC
3179 * infrun.c: Re-indent. Move expression operators to the beginning
3180 of the line. Remove long disabled #if 0 code.
3181
49c54768
AC
31822004-08-24 Andrew Cagney <cagney@gnu.org>
3183
3184 * doublest.h (floatformat_ieee_quad): Rename
3185 floatformat_ia64_quad.
3186 * doublest.c (floatformat_ieee_quad): Rename
3187 floatformat_ia64_quad.
3188 (_initialize_doublest): Update.
3189
5ca2e327
JB
31902004-08-24 Jim Blandy <jimb@redhat.com>
3191
87808bd6
JB
3192 * dwarf2expr.h (struct dwarf_expr_context): New members
3193 'num_pieces' and 'pieces', for returning the result of an
3194 expression that uses DW_OP_piece.
3195 (struct dwarf_expr_piece): New struct type.
3196 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3197 pieces.
3198 (free_dwarf_expr_context): Free pieces, if any.
3199 (add_piece): New function.
3200 (execute_stack_op): Implement DW_OP_piece.
3201 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3202 expression is a list of pieces, print an error message.
3203 (dwarf2_loc_desc_needs_frame): If the expression yields
3204 pieces, and any piece is in a register, then we need a frame.
3205
5ca2e327
JB
3206 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3207 the stack until we've decided what sort of result the evaluation
3208 has produced. Use separate variables, with more specific names.
3209
2afeb6b8
RE
32102004-08-23 Richard Earnshaw <rearnsha@arm.com>
3211
3212 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3213 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3214 (arm_netbsd_init_abi_common): Register them.
3215
5885ab49
MK
32162004-08-22 Mark Kettenis <kettenis@gnu.org>
3217
fda820a6
MK
3218 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3219
1c5bf419
MK
3220 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3221 safe_frame_unwind_memory instead of target_read_memory.
3222
8cbba7c8
MK
3223 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3224 Reorder includes.
3225 (fetch_register, store_register): Remove prototypes.
3226 (child_resume): Reorganize code and comments such that it is
3227 grouped a bit more logically.
3228 (attach): Explicitly compare errno against 0.
3229 (detach): Likewise. Use perror_with_name instead of
3230 print_sys_errmsg.
3231 * Makefile.in (infptrace.o): Update dependencies.
3232
c5fa4245
MK
3233 * ia64-linux-nat.c: Update copyright year.
3234 (fetch_debug_register, store_debug_register)
3235 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3236 PTRACE_TYPE_ARG3.
3237 * config/ia64/nm-linux.h: Update copyright year.
3238 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3239
387c058c
MK
3240 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3241 from CORE_ADDR to struct frame_info *. Use
3242 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3243 (amd64_linux_sigtramp_p): Adjust for changed signature of
3244 and64_linux_sigtramp_start
3245
277215a6
MK
3246 * gdb_ptrace.h: GNU/Linux.
3247
25f6178e
MK
3248 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3249 Remove defines.
3250
652fc137
MK
3251 * infptrace.c: Include "gdb_assert.h".
3252 (PTRACE_XFER_TYPE): Remove define.
3253 (offsetof): Only define if U_REGS_OFFSET isn't defined.
3254 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3255 Tweak comment.
3256 (fetch_inferior_registers, store_inferior_registers): Remove
3257 redundant culry braces. Tweak comment. s/regno/regnum.
3258 * Makefile.in (infptrace.o): Update dependencies.
3259
5885ab49
MK
3260 * configure.in: Change test for return type of ptrace to default
3261 to `long' instead of `int'.
3262 * configure: Regenerate.
3263
11003ae3
MK
32642004-08-21 Mark Kettenis <kettenis@gnu.org>
3265
6b95110c
MK
3266 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3267
bcb3dc3d
MK
3268 * configure.in: Check for ttrace function.
3269 * configure, config.in: Regenerate.
3270
11003ae3
MK
3271 * gdb_ptrace.h: New file.
3272 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3273 <sys/ptrace.h>.
3274 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3275 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3276 (attach): Don't define PT_ATTACH.
3277 (detach): Don't define PT_DETACH.
3278 * Makefile.in (gdb_ptrace_h): New variable.
3279 (infptrace.o): Update dependencies.
3280
f8707cac
MK
32812004-08-16 Mark Kettenis <kettenis@gnu.org>
3282
3283 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3284 instead of `int' if not already defined.
3285 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3286 PTRACE_TYPE_ARG3.
3287 * infptrace.c (call_ptrace): Revert change that replaced
3288 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3289
655c5466
MK
32902004-08-15 Mark Kettenis <kettenis@gnu.org>
3291
156e5ba7
MK
3292 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3293 Remove defines.
3294
de9a9e51
MK
3295 * linux-nat.c (kill_inferior): Add missing third and fourth
3296 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3297
88800403
MK
3298 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3299 PTRACE_TYPE_RET.
3300
849a1d7c
MK
3301 * proc-why.c (proc_prettyfprint_why): Fix format string.
3302
61ad16d1
MK
3303 * solib-osf.c (osf_current_sos): Remove unsused label.
3304
a6ed5501
MK
3305 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3306 curses headers.
3307 * configure, config.in: Regenerate.
3308 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3309 <ncurses/ncurses.h>.
3310
016ddeca
MK
3311 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3312 * config/nm-nbsd.h: Update copyright year.
3313 (PTRACE_ARG3_TYPE): Remove define.
3314
49ec097f
MK
3315 * sparc-nat.c (fetch_inferior_registers)
3316 (store_inferior_registers, sparc_xfer_wcookie):
3317 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3318
9f8e0089
MK
3319 * alphabsd-nat.c (fetch_inferior_registers):
3320 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3321 PTRACE_TYPE_ARG3.
3322 * amd64bsd-nat.c (fetch_inferior_registers)
3323 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3324 PTRACE_TYPE_ARG3.
3325 * armnbsd-nat.c: Update copyright year.
3326 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3327 (store_register, store_regs, store_fp_register, store_fp_regs):
3328 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3329 * hppabsd-nat.c (fetch_inferior_registers)
3330 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3331 PTRACE_TYPE_ARG3.
3332 * i386bsd-nat.c (fetch_inferior_registers)
3333 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3334 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3335 * m68kbsd-nat.c (fetch_inferior_registers)
3336 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3337 PTRACE_TYPE_ARG3.
3338 * m88kbsd-nat.c (fetch_inferior_registers)
3339 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3340 PTRACE_TYPE_ARG3.
3341 * mipsnbsd-nat.c: Update copyright year.
3342 (fetch_inferior_registers, store_inferior_registers):
3343 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3344 * ns32knbsd-nat.c: Update copyright year.
3345 (fetch_inferior_registers, store_inferior_registers):
3346 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3347 * ppcnbsd-nat.c (fetch_inferior_registers):
3348 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3349 PTRACE_TYPE_ARG3.
3350 * ppcobsd-nat.c (fetch_inferior_registers):
3351 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3352 PTRACE_TYPE_ARG3.
3353 * shnbsd-nat.c: Update copyright year.
3354 (fetch_inferior_registers, store_inferior_registers):
3355 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3356 * vaxbsd-nat.c (fetch_inferior_registers)
3357 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3358 PTRACE_TYPE_ARG3.
3359
655c5466
MK
3360 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3361 PTRACE_TYPE_ARG3.
3362 * infptrace.c (call_ptrace, child_resume, attach, detach)
3363 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3364 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3365 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3366 PTRACE_TYPE_ARG3.
3367
c40d0d10
MK
33682004-08-14 Mark Kettenis <kettenis@gnu.org>
3369
5cb0ff31
MK
3370 * defs.h: Remove out-of-date comment.
3371 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3372 [!GETENV_PROVIDED] (getenv): Remove prototype.
3373
5f0f34cb
MK
3374 * standalone.c: Remove file.
3375 * Makefile.in (standalone.o): Remove dependency.
3376
7532965f
MK
3377 * i386-linux-nat.c (dummy_sse_values): Remove function and
3378 prototype.
3379 (i386_linux_dr_get): Fix typo in comment.
3380 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3381
1bdc6c53
MK
3382 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3383
c40d0d10
MK
3384 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3385 from declaration.
3386 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3387 from definition.
3388
64218d3e
MK
33892004-08-13 Mark Kettenis <kettenis@gnu.org>
3390
3391 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3392 parenthesis in definition.
3393 * configure: Regenerated.
3394
926c94e7
MC
33952004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3396
3397 * PROBLEMS: Mention build/1411.
3398
69489883
NN
33992004-08-09 Robert Millan <robertmh@gnu.org>
3400
3401 Committed by Nathanael Nerode.
3402 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3403 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3404
ebb7c577
AC
34052004-08-12 Andrew Cagney <cagney@gnu.org>
3406
3407 * NEWS: Mention fixes in GDB 6.2.1.
3408 * PROBLEMS: Remove mention of mips-irix.
3409
232d697c
JB
34102004-08-11 Joel Brobecker <brobecker@gnat.com>
3411
3412 * config/powerpc/xm-aix.h: Delete.
3413 * config/powerpc/aix.mh (MH_FILE): Remove.
3414 * config/powerpc/aix432.mh (MH_FILE): Remove.
3415
72f4e82b
JB
34162004-08-11 Joel Brobecker <brobecker@gnat.com>
3417
3418 * config/powerpc/aix.mh: Remove obsolete comment.
3419 * config/powerpc/aix432.mh: Likewise.
3420
0687ccb2
JB
34212004-08-11 Joel Brobecker <brobecker@gnat.com>
3422
3423 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3424
dbf3ada7
JB
34252004-08-11 Joel Brobecker <brobecker@gnat.com>
3426
e08e1886
JB
3427 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3428 this file is now empty.
3429 * config/xm-aix4.h: Remove, this file is no longer included
3430 anywhere.
3431
34322004-08-11 Joel Brobecker <brobecker@gnat.com>
3433
3434 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3435 that file is now empty.
dbf3ada7
JB
3436 (termdef): Remove prototype, function no longer used.
3437
4c525ef6
JB
34382004-08-11 Joel Brobecker <brobecker@gnat.com>
3439
3440 * doc/gdbint.texinfo (Host Definition): Remove documentation
3441 for USE_O_NOCTTY, no longer used.
3442 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3443 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3444
82e0b968
JB
34452004-08-11 Joel Brobecker <brobecker@gnat.com>
3446
3447 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3448 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3449 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3450
f2acbe1c
MK
34512004-08-11 Mark Kettenis <kettenis@gnu.org>
3452
daa98270
MK
3453 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3454 instead of FIVE_ARG_PTRACE.
3455
f2acbe1c
MK
3456 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3457 (new_tty): Use O_NOCTTY unconditionally.
3458
cc377e6b
MK
34592004-08-10 Mark Kettenis <kettenis@gnu.org>
3460
3461 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3462 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3463 fflush on stdout.
3464
3bcc18fa
JB
34652004-08-10 Joel Brobecker <brobecker@gnat.com>
3466
3467 * xcoff_symfile_finish: Replace last call to xmfree by call
3468 to xfree.
3469
7936743b
AC
34702004-08-10 Andrew Cagney <cagney@gnu.org>
3471
cc503c8a
AC
3472 * main.c (captured_main): Delete call to init_malloc.
3473 * defs.h (init_malloc): Delete declaration.
3474 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3475 (init_malloc): Delete functions.
3476
2dc74dc1
AC
3477 * defs.h (xmfree): Delete.
3478 * utils.c (xmfree): Delete function.
3479 (xfree): Inline calls to xmfree and mfree.
3480 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3481 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3482 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3483 * somread.c (som_symfile_finish): Ditto.
3484 * objfiles.c (allocate_objfile, free_objfile):
3485 * nlmread.c (nlm_symfile_finish): Ditto.
3486 * hpread.c (hpread_symfile_finish): Ditto.
3487 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3488 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3489 * coffread.c (coff_symfile_finish): Ditto.
3490
aa2ee5f6
AC
3491 * defs.h (xmcalloc): Delete declaration.
3492 * utils.c (xmcalloc): Delete.
3493 (xcalloc): Inline calls to xmcalloc and mcalloc.
3494 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3495 xcalloc and xfree.
3496 * symtab.c (create_demangled_names_hash): Ditto.
3497
0efffb96
AC
3498 * defs.h (xmrealloc): Delete.
3499 * utils.c (xmrealloc): Delete.
3500 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3501 * symmisc.c (extend_psymbol_list): Use xrealloc.
3502 * source.c (find_source_lines): Ditto.
3503 * hpread.c (hpread_lookup_type): Ditto.
3504 * dbxread.c (add_bincl_to_list): Ditto.
3505
7936743b
AC
3506 * utils.c (xmmalloc): Delete.
3507 (xmalloc): Inline xmmalloc and mmalloc calls.
3508 (msavestring): Use xmalloc.
3509 * defs.h (xmmalloc): Delete declaration.
3510 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3511 xmmalloc.
3512 * symmisc.c (extend_psymbol_list): Ditto.
3513 * symfile.c (init_psymbol_list): Ditto.
3514 * source.c (find_source_lines): Ditto.
3515 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3516 * elfread.c (elf_symtab_read): Ditto.
3517 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3518 * coffread.c (coff_symfile_init): Ditto.
3519
252ab814
DC
35202004-08-10 David Carlton <carlton@bactrian.org>
3521
3522 * MAINTAINERS: Remove David Carlton from c++ testsuite
3523 maintainers.
3524
8f5ba92b
JG
35252004-08-10 Jerome Guitton <guitton@gnat.com>
3526
3527 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
3528 print a line feed before the prompt.
3529
21749010
MK
35302004-08-10 Mark Kettenis <kettenis@gnu.org>
3531
3532 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
3533
1f011ce2
JB
35342004-08-09 Joel Brobecker <brobecker@gnat.com>
3535
3536 General cleanup of the AIX xm include file:
3537 * config/xm-aix4.h (fd_set): Remove undefine.
3538 Remove include of <sys/select.h>.
3539 (HAVE_TERMIO): Remove define.
3540 (USG): Likewise.
3541 (NULL): Remove redefine.
3542 (alloca): Remove #pragma.
3543 (vfork): Remove define.
3544 (termdef): Remove.
3545 (SIGWINCH_HANDLER): Remove.
3546 (SIGWINCH_HANDLER_BODY): Remove.
3547
cf4e7692
MK
35482004-08-09 Mark Kettenis <kettenis@gnu.org>
3549
3550 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
3551 GDB_OSABI_OPENBSD_ELF.
3552
ac5754fa
MK
35532004-08-07 Robert Millan <robertmh@gnu.org>
3554
3555 * bsd-kvm.c: Check for nlist.h before including it.
3556
086ec9eb
MK
35572004-08-09 Mark Kettenis <kettenis@gnu.org>
3558
bbe06c74
MK
3559 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
3560 sigcontext' offset consistency checks for ancient BSD.
3561
3aa7b3b3
MK
3562 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
3563
086ec9eb
MK
3564 * configure.in: Check for <sys/types.h>. Check return and
3565 argument types of ptrace.
3566 * configure, config.in: Regenerate.
3567
09991fa0
JB
35682004-08-09 Jim Blandy <jimb@redhat.com>
3569
3570 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
3571 rs6000_register_sim_regno): Doc fixes.
3572
fed7ba43
JB
35732004-08-08 Joel Brobecker <brobecker@gnat.com>
3574
3575 * mips-tdep.c: Include "floatformat.h".
3576 (n32n64_floatformat_always_valid): New function.
3577 (floatformat_n32n64_long_double_big): New constant.
3578 (mips_gdbarch_init): Set size and format of long double
3579 for N32 and N64 ABIs.
3580 * Makefile.in (mips-tdep.o): Update dependencies.
3581
456fcf94
AC
35822004-08-08 Andrew Cagney <cagney@gnu.org>
3583
2f9b146e
AC
3584 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
3585 print. Improve script's error messages.
3586 * gdbarch.h: Re-generate.
3587
456fcf94
AC
3588 * gdbarch.sh (pformat): New function.
3589 (float_format, double_format, long_double_format): List with bit
3590 members. Use pformat when printing.
3591 * gdbarch.c, gdbarch.h: Re-generate.
3592
69e9e646
NW
35932004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
3594
3595 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
3596 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
3597 (ppcnbsd_supply_pcb): New function.
3598 (_initialize_ppcnbsd_nat): New prototype and function.
3599 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3600 (LOADLIBES): New variable.
3601 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
3602
5ef2d0aa
AC
36032004-08-08 Andrew Cagney <cagney@gnu.org>
3604
3605 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
3606 (builtin_type_ieee_double, builtin_type_ia64_quad)
3607 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
3608 BE/LE floating-point types.
3609 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
3610 (builtin_type_ieee_double, builtin_type_ia64_quad)
3611 (builtin_type_ia64_spill): Declare.
3612 * doublest.c (_initialize_doublest, floatformat_ieee_single)
3613 (floatformat_ieee_double, floatformat_arm_ext)
3614 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
3615 of LE/BE floatformats.
3616 * doublest.h: (struct floatformat, floatformat_ieee_single)
3617 (floatformat_ieee_double, floatformat_arm_ext)
3618 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
3619
5c7f2947
MK
36202004-08-08 Mark Kettenis <kettenis@gnu.org>
3621
ecac404d
MK
3622 * i386gnu-nat.c (gnu_store_registers): Fix typo.
3623
9b8607ce
MK
3624 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
3625 instead of regcache_raw_supply when storing the registers.
3626
f6052080
MK
3627 * i386gnu-nat.c: Update copyright year.
3628 (gnu_store_registers): Don't use deprecated_registers and
3629 deprecated_registers_valid. Use regcache_valid_p and
3630 regcache_raw_supply instead.
3631
17777823
MK
3632 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
3633 frame_pc_unwind.
3634
5240ceac
MK
3635 * procfs.c (procfs_pid_to_str): Remove redundant and unused
3636 variables. Incapitalized "process".
3637
5c7f2947
MK
3638 * configure.in: Add cursesX to the list of possible curses libs.
3639 Add cursesX.h to the list of possible curses headers.
3640 * configure, config.in: Regenerate.
3641
da7d81e3
NW
36422004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3643
3644 * configure.in: Test for struct lwp in <sys/lwp.h>.
3645 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
3646 the offset of l_addr in struct lwp.
3647
7f245d65
NW
36482004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3649
3650 * bsd-kvm.c: Include "gdbcore.h"
3651 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
3652
47b3f456
AC
36532004-08-07 Andrew Cagney <cagney@gnu.org>
3654
70bd8e24
AC
3655 * gdbtypes.c (build_flt, build_complex): New functions.
3656 (gdbtypes_post_init): Use.
3657
9b0dea39
AC
3658 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
3659
5cf7abac
AC
3660 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
3661 through to builtin_type_uint128.
3662
64d2b26d
AC
3663 * c-exp.y: Use builtin_type function to obtain builtin types.
3664
7ad6570d
AC
3665 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
3666 builtin_uint128.
3667 * gdbtypes.c (gdbtypes_post_init): Update.
3668 (build_gdbtypes): Move initialization of builtin_type_int0
3669 through to builtin_type_uint128 from here ...
3670 (_initialize_gdbtypes): ... to here.
3671 * d10v-tdep.c (d10v_register_type): Update.
3672
47b3f456
AC
3673 * doublest.c: Update copyright.
3674 (floatformat_from_length): Call error when floatformat is NULL.
3675 (extract_floating_by_length): Remove NULL fmt check.
3676 (store_floating_by_length): Ditto.
3677
0a8146bf
AC
36782004-08-07 Andrew Cagney <cagney@gnu.org>
3679
3680 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
3681 that the register is valid.
3682
c0ccb908
MK
36832004-08-05 Mark Kettenis <kettenis@chello.nl>
3684
8e6bed05
MK
3685 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3686 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
3687 struct frame_info *. Use safe_frame_unwind_memory instead of
3688 deprecated_read_memory_nobpt.
3689 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
3690 changed signature of i386_linux_sigtramp_start and
3691 i386_linux_rt_sigtramp_start.
3692
24f9f5e3
MK
3693 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
3694 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
3695 instead of deprecated_read_memory_nobpt.
3696 (i386nbsd_sigtramp_p): Adjust for changed signature of
3697 i386nbsd_sigtramp_offset.
3698
c822af0c
MK
3699 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
3700 safe_frame_unwind_memory instead of target_read_memory.
3701
c0ccb908
MK
3702 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3703 !NO_SYS_FILE.
3704 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
3705 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
3706 (_initialize_kernel_u_addr): Remove prototype and function.
3707 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3708 !NO_SYS_FILE.
3709 * xcoffread.c: Likewise.
3710
b9e1c0d6
MK
37112004-08-06 Mark Kettenis <kettenis@gnu.org>
3712
3713 * vax-nat.c: New file.
3714 * vaxbsd-nat.c: Tweak comment.
3715 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
3716 vaxnbsd-tdep.c.
3717 (vax-nat.o): New dependency.
3718 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
3719 (vax-*-ultrix2*): Remove.
3720 * config/vax/vax.mh: New file.
3721 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
3722 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
3723 (vax_register_u_addr): New prototype.
3724 (REGISTER_U_ADDR): Define using vax_register_u_addr.
3725 * config/vax/vaxult2.mh: Remove file.
3726 * config/vax/vaxult.mh: Remove file.
3727 * config/vax/vaxbsd.mh: Remove file.
3728 * config/vax/vax.mt (TM_FILE): Remove.
3729 * config/vax/tm-vaxbsd.h: Remove file.
3730
9ad7bec7
JB
37312004-08-06 Joel Brobecker <brobecker@gnat.com>
3732
3733 * aix-thread.c (get_signaled_thread): New function.
3734 (iter_trap): Delete, no longer used.
3735 (iter_tid): New function.
3736 (pd_update): Find the thread that received the SIGTRAP signal
3737 by first locating the kernel thread, and then finding its
3738 associated thread.
3739
bf0d233d
UW
37402004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
3741
3742 * lin-lwp.c (child_wait): Continue inferior after processing
3743 PTRACE_EVENT_CLONE event.
3744
d0f853e1
NN
37452004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
3746
3747 * MAINTAINERS: Add self to Write-After-Approval.
3748
ab14aeb0
JJ
37492004-08-05 Jeff Johnston <jjohnstn@redhat.com>
3750
3751 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
3752 libunwind-xxxx.so" where xxxx is UNW_TARGET.
3753
9c8dbfa9
AC
37542004-08-05 Andrew Cagney <cagney@gnu.org>
3755
c8f3ca46
AC
3756 * config/xm-sysv4.h: Delete file.
3757 * config/mips/xm-irix5.h: Delete file.
3758 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
3759 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
3760 * config/ia64/xm-aix.h: Delete file.
3761 * config/ia64/aix.mh (XM_FILE): Delete.
3762 * config/pa/xm-hppah.h: Delete file.
3763 * config/pa/hpux11w.mh (XM_FILE): Delete.
3764 * config/pa/hpux11.mh (XM_FILE): Delete.
3765 * config/pa/hpux1020.mh (XM_FILE): Delete.
3766 * config/pa/hppahpux.mh (XM_FILE): Delete.
3767
5f7daaff
AC
3768 * config/alpha/xm-alphalinux.h: Delete file.
3769 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
3770 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
3771 * config/alpha/xm-alphaosf.h: Delete file.
3772 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
3773 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
3774 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
3775 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
3776
69babf95
AC
3777 * config/i386/xm-i386v.h: Delete file.
3778 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
3779 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
3780 * config/i386/xm-i386sco.h: Delete file.
3781 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
3782 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
3783 * config/i386/xm-i386v4.h: Delete file.
3784 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
3785 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
3786 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
3787 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
3788
6f009c8a
AC
3789 * config/vax/xm-vax.h: Delete file.
3790 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
3791 * config/vax/xm-vaxult2.h: Delete file.
3792 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
3793 * config/vax/vaxult2.mh (XM_FILE): Delete.
3794 * config/vax/xm-vaxult.h: Delete file.
3795 * config/vax/vaxult.mh (XM_FILE): Delete.
3796 * config/vax/xm-vaxbsd.h: Delete file.
3797 * config/vax/vaxbsd.mh (XM_FILE): Delete.
3798
9c8dbfa9
AC
3799 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
3800 * gdbarch.h, gdbarch.c: Re-generate.
3801 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
3802 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
3803 * frame.h: Delete deprecated_read_fp from comments.
3804 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
3805 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
3806
84367a3e
MK
38072004-08-04 Mark Kettenis <kettenis@gnu.org>
3808
9c8e3411
MK
3809 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
3810 trampoline in OpenBSD 3.5-current.
3811
b87bc0d8
MK
3812 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
3813 SSE registers.
3814
84367a3e
MK
3815 * Makefile.in: Remove embedded page breaks.
3816
a44bddec
JB
38172004-08-04 Jim Blandy <jimb@redhat.com>
3818
7ab3286f
JB
3819 * regcache.c (regcache_raw_read): Assert that, after calling
3820 target_fetch_registers, the register we're reading is cached.
3821
a44bddec
JB
3822 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
3823 a call to 'internal_error', with a more helpful error message.
3824 * rs6000-tdep.c (e500_pseudo_register_read,
870d65d5 3825 e500_pseudo_register_write, rs6000_store_return_value): Same.
a44bddec 3826
35124113
AC
38272004-08-04 Andrew Cagney <cagney@gnu.org>
3828
3829 * Makefile.in: Update dependencies.
3830
9f643768
JB
38312004-08-04 Jim Blandy <jimb@redhat.com>
3832
6ced10dd
JB
3833 Change the layout of the PowerPC E500 raw register cache to allow
3834 the lower 32-bit halves of the GPRS to be their own raw registers,
3835 not pseudoregisters.
3836 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
3837 add ppc_ev0_upper_regnum flag.
3838 * rs6000-tdep.c: #include "reggroups.h".
3839 (spe_register_p): Recognize the ev upper half registers as SPE
3840 registers.
3841 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
3842 registers.
3843 (e500_move_ev_register): New function.
3844 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
3845 vector registers are the pseudo-registers now, formed by splicing
3846 together the gprs and the upper-half registers.
3847 (e500_register_reggroup_p): New function.
3848 (P): Macro deleted.
3849 (P8, A4): New macro.
3850 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
3851 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
3852 macros.
3853 (registers_e500): Rearrange register set so that the raw register
3854 set contains 32-bit GPRs and upper-half registers, and the SPE
3855 vector registers become pseudo-registers.
3856 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
3857 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
3858 register numbers are now the same for the E500 as they are for
3859 other PowerPC variants. Register e500_register_reggroup_p as the
3860 register group function for the E500.
3861 * Makefile.in (rs6000-tdep.o): Update dependencies.
3862
3863 Adapt PPC E500 native support to the new raw regcache layout.
3864 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
3865 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
3866 (fetch_spe_register, store_spe_register): Handle fetching/storing
3867 all the SPE registers at once, if regno == -1. These now take
3868 over the job of fetch_spe_registers and store_spe_registers.
3869 (fetch_spe_registers, store_spe_registers): Deleted.
3870 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
3871 unconditionally; they're always raw. Fetch/store SPE upper half
3872 registers, if present, instead of ev registers.
3873 (fetch_register, store_register): Remove sanity checks: gprs are
3874 never pseudo-registers now, so we never need to even mention any
3875 registers that are ever pseudoregisters.
3876
9f643768
JB
3877 Use a fixed register numbering when communicating with the PowerPC
3878 simulator.
3879 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
3880 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
3881 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
3882 New functions.
3883 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
3884 init_sim_regno_table.
3885 * Makefile.in (gdb_sim_ppc_h): New variable.
3886 (rs6000-tdep.o): Update dependencies.
3887
1e2279c8
AC
38882004-08-02 Andrew Cagney <cagney@gnu.org>
3889
1d94326f
AC
3890 * cris-tdep.c (cris_register_size): Restore function, still used
3891 locally.
3892
331ae7ed
AC
3893 * gdbarch.sh (deprecated_target_read_fp)
3894 (deprecated_frame_locals_address, deprecated_frame_args_address)
3895 (deprecated_frame_chain_valid, deprecated_frame_chain)
3896 (deprecated_init_extra_frame_info, deprecated_pop_frame)
3897 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
3898 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
3899 * gdbarch.h, gdbarch.c: Re-generate.
3900 * regcache.c (deprecated_read_fp): Do not call
3901 DEPRECATED_TARGET_READ_FP_P.
3902 * infcmd.c (default_print_registers_info): Do not call
3903 DEPRECATED_DO_REGISTERS_INFO.
3904 * frame-base.c (default_frame_locals_address): Do not call
3905 DEPRECATED_FRAME_LOCALS_ADDRESS.
3906 (default_frame_args_address): Do not call
3907 DEPRECATED_FRAME_ARGS_ADDRESS.
3908
1e2279c8
AC
3909 * gdbarch.sh (deprecated_register_raw_size)
3910 (deprecated_register_virtual_size:int): Delete.
3911 * gdbarch.h, gdbarch.c: Re-generate.
3912 * cris-tdep.c (cris_register_size): Delete.
3913 (cris_gdbarch_init): Update.
3914 * alpha-tdep.c (alpha_register_raw_size)
3915 (alpha_register_virtual_size): Delete.
3916 (alpha_gdbarch_init): Update.
3917
a90c06b4
AC
3918 * gdbarch.sh (deprecated_register_virtual_type)
3919 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
3920 (deprecated_dummy_write_sp): Delete.
3921 * gdbarch.h, gdbarch.c: Re-generate.
3922
f42accbe
AC
3923 * gdbarch.sh (deprecated_register_bytes): Delete.
3924 * gdbarch.h, gdbarch.c: Re-generate.
3925 * regcache.c (deprecated_register_bytes): New function.
3926 * regcache.h (deprecated_register_bytes): Declare.
3927 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3928 * v850-tdep.c (v850_gdbarch_init): Update.
3929 * sh64-tdep.c (sh64_gdbarch_init): Update.
3930 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
3931 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3932 * mcore-tdep.c (mcore_gdbarch_init): Update.
3933 * cris-tdep.c (cris_gdbarch_init): Update.
3934 * arm-tdep.c (arm_gdbarch_init): Update.
3935 * remote.c (init_remote_state): Update.
3936 * remote-vx.c (vx_prepare_to_store): Update.
3937 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
3938 * irix5-nat.c (fetch_core_registers): Update.
3939 * cris-tdep.c (cris_register_bytes_ok): Update.
3940 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
3941
45c9dd44
AC
3942 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
3943 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
3944 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
3945 (mips_insn16_frame_base_address, mips_insn16_frame_base)
3946 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
3947 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
3948 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
3949 (mips_insn32_frame_base_address, mips_insn32_frame_base)
3950 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
3951 with mips_insn16 and mips_insn32.
3952
3acba339
AC
3953 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
3954 * rs6000-tdep.c (rs6000_push_dummy_call)
3955 (rs6000_extract_return_value): Use register_size.
3956 * xstormy16-tdep.c (xstormy16_get_saved_register)
3957 (xstormy16_extract_return_value): Ditto.
3958 * valops.c (value_assign): Ditto.
3959 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
3960 * v850-tdep.c (v850_extract_return_value): Ditto.
3961 * tracepoint.c (collect_symbol): Ditto.
3962 * target.c (debug_print_register): Ditto.
3963 * stack.c (frame_info): Ditto.
3964 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
3965 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
3966 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
3967 (store_register_using_P): Ditto.
3968 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
3969 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
3970 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3971 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
3972 * regcache.c (deprecated_read_register_bytes)
3973 (deprecated_write_register_bytes, read_register)
3974 (write_register): Ditto.
3975 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
3976 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
3977 * monitor.c (monitor_supply_register, monitor_fetch_register)
3978 (monitor_store_register): Ditto.
3979 * mn10300-tdep.c (mn10300_pop_frame_regular)
3980 (mn10300_print_register): Ditto.
3981 * mipsv4-nat.c (fill_fpregset): Ditto.
3982 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
3983 (mips64_fill_fpregset): Ditto.
3984 * mi/mi-main.c (register_changed_p, get_register)
3985 (mi_cmd_data_write_register_values): Ditto.
3986 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
3987 * irix5-nat.c (fill_gregset, fetch_core_registers):
3988 * infrun.c (write_inferior_status_register): Ditto.
3989 * infptrace.c (fetch_register, store_register): Ditto.
3990 * infcmd.c (default_print_registers_info): Ditto.
3991 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
3992 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
3993 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
3994 * hpux-thread.c (hpux_thread_fetch_registers)
3995 (hpux_thread_store_registers): Ditto.
3996 * hppah-nat.c (store_inferior_registers, fetch_register):
3997 * findvar.c (value_from_register): Ditto.
3998 * dve3900-rom.c (fetch_bitmapped_register):
3999 * cris-tdep.c (cris_gdbarch_init): Ditto.
4000 * alpha-tdep.h: Ditto.
4001 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4002
01e1877c
AC
4003 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4004 DEPRECATED_REGISTER_RAW_SIZE from comments.
4005 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4006 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4007 DEPRECATED_REGISTER_RAW_SIZE.
4008 * findvar.c (value_of_register): Simplify by assuming that the
4009 registers raw and virtual sizes are identical.
4010 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4011 comment.
4012 * arch-utils.c (generic_register_size): Simplify by assuming
4013 register_type.
4014
73f458fb
AC
4015 * regcache.c (legacy_read_register_gen, real_register)
4016 (legacy_write_register_gen): Delete, not used.
4017
336a3131
AC
4018 * regcache.c (struct regcache_descr): Delete legacy_p.
4019 (init_legacy_regcache_descr): Delete function.
4020 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4021 Do not use deprecated register functions.
4022 (regcache_raw_read, deprecated_write_register_gen):
4023 (deprecated_read_register_gen, regcache_raw_write): Delete code
4024 predicated on legacy_p.
4025 (register_size): Delete check against register raw size.
4026
c1d546cd
AC
4027 * cris-tdep.c (cris_register_type): Replace
4028 cris_register_virtual_type.
4029 (cris_gdbarch_init): Update, set register_type.
4030
48c2c0a6
AC
4031 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4032 * gdbarch.h, gdbarch.c: Re-generate.
4033 * arm-tdep.c (arm_frameless_function_invocation): Delete.
4034 (arm_gdbarch_init) Do not set frameless function invocation.
4035 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4036 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4037 * frv-tdep.c (frv_frameless_function_invocation): Delete.
4038 (frv_gdbarch_init): Do not set frameless function invocation.
4039 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4040 * sh-tdep.c (sh_gdbarch_init): Ditto.
4041 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4042 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4043 * avr-tdep.c (avr_gdbarch_init): Ditto.
4044
474093a6
AC
4045 * blockframe.c (legacy_frame_chain_valid): Delete function.
4046
3c109c8b
AC
4047 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4048 and pc. Update comments.
4049 (pc_in_dummy_frame): Delete function.
4050 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4051 use the "id".
4052 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4053 call_hi, top and pc, use the id.
4054 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4055
96860204
AC
4056 * dummy-frame.c: Include "gdb_string.h".
4057 (generic_save_call_dummy_addr, generic_push_dummy_frame)
4058 (generic_save_dummy_frame_tos): Delete.
4059 (dummy_frame_push): New function, replaces above.
4060 * dummy-frame.h: Update copyright.
4061 (dummy_frame_push): Declare.
4062 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4063 (generic_save_call_dummy_addr): Delete declarations.
4064 * infcall.c: Include "dummy-frame.h".
4065 (call_function_by_hand): Add locals caller_regcache,
4066 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
4067 with call to frame_save_as_regcache plus cleanup. Delete calls to
4068 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4069 Move clear_proceed_status to just before the resume, add call to
4070 dummy_frame_push (discard cleanup).
4071 * Makefile.in (infcall.o): Add $(dummy_frame_h).
4072 (dummy-frame.o): Add $(gdb_string_h).
4073
d67ec5db
AC
40742004-08-01 Andrew Cagney <cagney@gnu.org>
4075
4076 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4077 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4078 * dummy-frame.c (find_dummy_frame): Delete.
4079 (struct dummy_frame_cache, dummy_frame_sniffer)
4080 (dummy_frame_prev_register, dummy_frame_this_id)
4081 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4082 frame unwinder using a dummy_frame_cache.
4083
a81dcb05
AC
40842004-08-01 Andrew Cagney <cagney@gnu.org>
4085
4086 * frame.h (frame_save_as_regcache): Declare.
4087 * frame.c (frame_save_as_regcache): New function.
4088 (do_frame_read_register): Replace do_frame_unwind_register.
4089 (frame_pop): Use frame_save_as_regcache.
4090 * dummy-frame.c (generic_push_dummy_frame): Use
4091 frame_save_as_regcache.
4092
aa495d11
JB
40932004-08-01 Joel Brobecker <brobecker@gnat.com>
4094
4095 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4096 file as included until we record the first line in the linetable.
4097
ff65ac78
AC
40982004-08-01 Andrew Cagney <cagney@gnu.org>
4099
4100 * frame.h (deprecated_pop_dummy_frame)
4101 (deprecated_read_register_dummy)
4102 (deprecated_generic_find_dummy_frame): Delete.
4103 * dummy-frame.c (deprecated_generic_find_dummy_frame)
4104 (deprecated_read_register_dummy)
4105 (deprecated_find_dummy_frame_regcache)
4106 (discard_innermost_dummy)
4107 (deprecated_pop_dummy_frame): Delete.
4108 (dummy_frame_this_id): Simplify.
4109 (struct dummy_frame): Delete "fp" and "sp".
4110 (find_dummy_frame): Simplify.
4111 (generic_push_dummy_frame): Do not set "fp" or "sp".
4112 (fprint_dummy_frames): Do not print "fp" and "sp"
4113
37bdc87e
MK
41142004-08-01 Mark Kettenis <kettenis@gnu.org>
4115
4116 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4117 (struct i386_insn): New structure.
4118 (i386_match_insn): New function.
4119 (i386_frame_setup_skip_insns): New variable.
4120 (i386_analyze_frame_setup): Change to use i386_match_insn and the
4121 array i386_frame_setup_insns of instructions that should be
4122 skipped inside the frame setup sequence.
4123
8241eaa6
AC
41242004-08-01 Andrew Cagney <cagney@gnu.org>
4125
5bc602c7
AC
4126 * frame.h (deprecated_frame_xmalloc_with_cleanup)
4127 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4128 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4129 * stack.c (frame_info): Delete references to
4130 DEPRECATED_FRAME_INIT_SAVED_REGS and
4131 deprecated_get_frame_saved_regs.
4132 * frame.c (struct frame_info): Delete saved_regs and extra_info.
4133 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4134 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4135 (frame_unwind_register_signed)
4136 (frame_unwind_register_unsigned)
4137 (frame_unwind_unsigned_register): Use register_size.
4138 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4139 (deprecated_frame_xmalloc_with_cleanup)
4140 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4141 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4142
03d363a1
AC
4143 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4144 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4145 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4146 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4147
8241eaa6
AC
4148 * infcall.c (call_function_by_hand): Do not use
4149 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4150 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4151 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4152 DEPRECATED_STACK_ALIGN.
4153
f00df8b7
AC
41542004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
4155
4156 Committed by Andrew Cagney.
4157 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4158
eec63939
AC
41592004-08-01 Andrew Cagney <cagney@gnu.org>
4160
4161 * mips-tdep.c (mips16_frame_cache)
4162 (mips16_frame_this_id, mips16_frame_prev_register)
4163 (mips16_frame_unwind, mips16_frame_sniffer)
4164 (mips16_frame_base_address, mips16_frame_base)
4165 (mips16_frame_base_sniffer, mips32_frame_cache)
4166 (mips32_frame_this_id, mips32_frame_prev_register)
4167 (mips32_frame_unwind, mips32_frame_sniffer)
4168 (mips32_frame_base_address, mips32_frame_base)
4169 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4170 separate heuristic mips16 and mips32 unwinders.
4171 (mips_stub_frame_cache, mips_stub_frame_this_id)
4172 (mips_stub_frame_prev_register)
4173 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4174 (mips_stub_frame_base_address, mips_stub_frame_base)
4175 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4176 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4177 match true mdebug frames.
4178 (non_heuristic_proc_desc): Add forward declaration.
4179
e66299b3
AC
41802004-08-01 Andrew Cagney <cagney@gnu.org>
4181
83cbbf3e
AC
4182 * config/mips/tm-irix6.h: Delete file.
4183 * config/mips/tm-irix5.h: Delete file.
4184 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4185 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4186
22d41b37
AC
4187 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4188 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4189 * config/nm-gnu.h (NO_CORE_OPS): Delete.
4190 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4191 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4192 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4193 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4194 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4195 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4196 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4197 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4198 (TARGET_SIGNAL_RAW_VALUES): Delete.
4199 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4200 Delete.
4201 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
4202 (TARGET_HW_WATCH_LIMIT): Delete.
4203 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4204 * minimon.h: Delete file.
4205
e66299b3
AC
4206 * trad-frame.c (trad_frame_get_this_base)
4207 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4208 functions.
4209 * trad-frame.h (trad_frame_set_this_base)
4210 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4211
1f67027d
AC
42122004-07-31 Andrew Cagney <cagney@gnu.org>
4213
4214 * trad-frame.c (trad_frame_get_prev_register): Rename
4215 trad_frame_get_prev_register.
4216 * vax-tdep.c (vax_frame_prev_register): Update.
4217 * trad-frame.h: Update.
4218 * trad-frame.c (trad_frame_get_register): Update.
4219 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4220 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4221 Update.
4222 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4223 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4224 Update.
4225 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4226 Update.
4227 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4228 Update.
4229 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4230 Update.
4231 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4232 Update.
4233 * s390-tdep.c (s390_frame_prev_register)
4234 (s390_stub_frame_prev_register)
4235 (s390_sigtramp_frame_prev_register): Update.
4236 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4237 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4238 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4239 * m88k-tdep.c (m88k_frame_prev_register)
4240 * m68hc11-tdep.c (m68hc11_frame_prev_register)
4241 * m32r-tdep.c (m32r_frame_prev_register): Update.
4242 * hppa-tdep.c (hppa_frame_prev_register_helper)
4243 * frv-tdep.c (frv_frame_prev_register): Update.
4244 * d10v-tdep.c (d10v_frame_prev_register): Update.
4245 * cris-tdep.c (cris_frame_prev_register): Update.
4246 * avr-tdep.c (avr_frame_prev_register): Update.
4247 * arm-tdep.c (arm_prologue_prev_register)
4248 (arm_sigtramp_prev_register): Update.
4249
c1bf6f65
AC
42502004-07-31 Andrew Cagney <cagney@gnu.org>
4251
4252 * frame.h (legacy_saved_regs_unwind)
4253 (legacy_frame_chain_valid, legacy_frame_p)
4254 (enum frame_type): Delete UNKNOWN_FRAME.
01fbbd97
AC
4255 * dummy-frame.c (dummy_frame_this_id): Simplify.
4256 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
c1bf6f65
AC
4257 * frame.c (struct frame_info): Delete the field "type".
4258 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4259 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4260 (legacy_saved_regs_unwind, legacy_frame_p)
4261 (frame_type_from_pc): Delete.
4262 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4263 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4264
dc856692
MK
42652004-07-31 Mark Kettenis <kettenis@gnu.org>
4266
5a5effe1
MK
4267 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4268 indentation.
4269
d4fd50a6
MK
4270 * mips-nat.c: Remove file.
4271 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4272 (mips-nat.o): Remove dependency.
4273
2689df5a
MK
4274 * infptrace.c: Update copyright year.
4275 (fetch_register): Pass NULL in regcache_raw_supply call instead of
4276 explicitly setting the buffer to all zeroes.
4277
dc856692
MK
4278 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4279 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4280
763910e0
AC
42812004-07-30 Andrew Cagney <cagney@gnu.org>
4282
4283 * GDB 6.2 released from gdb_6_2-branch.
4284
0b66e38c
EZ
42852004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4286
4287 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4288
4289 * exec.c (exec_file_attach):
4290 * nto-tdep.c (nto_find_and_open_solib):
4291 * pa64solib.c (pa64_solib_sizeof_symbol_table):
4292 * solib.c (solib_open):
4293 * somsolib.c (som_solib_sizeof_symbol_table):
4294 * source.c (is_regular_file, openp, open_source_file):
4295 * symfile.c (symfile_bfd_open):
4296 * wince.c (upload_to_device): Differentiate between the search for
4297 binary and source files.
4298
be7d7357
AC
42992004-07-30 Andrew Cagney <cagney@gnu.org>
4300
4301 * complaints.c (_initialize_complaints): Pass NULL to
4302 add_setshow_zinteger_cmd for help_doc.
4303 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4304
ddc9cd0f
AC
43052004-07-30 Andrew Cagney <cagney@gnu.org>
4306
4307 Fix PR i18n/761.
4308 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4309 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4310 $(PACKAGE).pot and update-po.
4311 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4312 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4313 (update-po): New rules.
4314 (localedir): Define using autoconf.
4315 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4316 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4317 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4318 * configure.in: Generate CATALOGS and LINGUAS from contents of
4319 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4320 * configure: Re-generate.
4321 * po/gdbtext: New file
4322
e92f3704
JG
43232004-07-30 Jerome Guitton <guitton@gnat.com>
4324
4325 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4326 order.
4327
b0f35d58
DL
43282004-07-30 David Lecomber <dsl@sources.redhat.com>
4329
4330 * dwarf2read.c (read_file_scope): Set producer if attribute
4331 present.
4332 (struct dwarf2_cu): Added new member producer.
4333
ce7d4522
JG
43342004-07-30 Jerome Guitton <guitton@gnat.com>
4335
4336 * inflow.c (kill_command): release file handles in BFD.
4337 * exec.c (exec_file_attach): Ditto.
4338 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4339
05ee07c7
AC
43402004-07-29 Andrew Cagney <cagney@gnu.org>
4341
4342 * PROBLEMS (mips-irix): Note that it is broken.
4343
62eceb47
AC
43442004-07-29 Andrew Cagney <cagney@gnu.org>
4345
e57b8d41
AC
4346 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4347 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4348
d334389b
AC
4349 * config/xm-nbsd.h: Delete file.
4350 * config/arm/xm-nbsd.h: Delete file.
4351 * config/i386/xm-nbsd.h: Delete file.
4352 * config/ns32k/xm-nbsd.h: Delete file.
4353 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4354 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4355 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4356 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4357 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4358
e910f676
AC
4359 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4360 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4361 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4362 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4363 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4364 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4365
6fa856b9
AC
4366 * config/powerpc/xm-linux.h: Delete empty file.
4367 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4368 * config/powerpc/linux.mh (XM_FILE): Delete.
4369 * config/m68k/xm-linux.h: Delete empty file.
4370 * config/m68k/linux.mh (XM_FILE): Delete.
4371 * config/ia64/xm-linux.h: Delete empty file.
4372 * config/ia64/linux.mh (XM_FILE): Delete.
4373 * config/arm/xm-linux.h: Delete empty file.
4374 * config/arm/linux.mh (XM_FILE): Delete.
4375
471ae5ae
AC
4376 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4377 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4378 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4379 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4380 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4381 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4382 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4383 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4384
62eceb47
AC
4385 * config/m68k/xm-m68k.h: Delete file.
4386 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4387 copyright.
4388 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4389 * config/pa/xm-linux.h: Delete empty file.
4390 * config/pa/linux.mh (XM_FILE): Delete.
4391 * config/i386/xm-i386.h: Delete empty file.
4392 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4393 "i386/xm-i386.h".
4394 * config/i386/obsdaout.mh (XM_FILE): Delete.
4395 * config/i386/obsd64.mh (XM_FILE): Delete.
4396 * config/i386/fbsd64.mh (XM_FILE): Delete.
4397 * config/i386/nto.mh (XM_FILE): Delete.
4398 * config/i386/obsd.mh (XM_FILE): Delete.
4399 * config/i386/linux64.mh (XM_FILE): Delete.
4400 * config/i386/linux.mh (XM_FILE): Delete.
4401 * config/i386/i386sol2.mh (XM_FILE): Delete.
4402 * config/i386/i386gnu.mh (XM_FILE): Delete.
4403 * config/i386/fbsd.mh (XM_FILE): Delete.
4404 * config/i386/nbsd64.mh (XM_FILE): Delete.
4405
c35f4ffc
AC
44062004-07-29 Andrew Cagney <cagney@gnu.org>
4407
4408 * config/pa/xm-linux.h: Do not include "floatformat.h".
4409 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4410 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4411 * config/i386/xm-i386.h: Do not include "floatformat.h".
4412 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4413 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4414 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4415 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4416 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4417 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4418 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4419 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4420 * configure, config.in: Regenerate.
4421 * configure.host (gdb_host_float_format, gdb_host_double_format)
4422 (gdb_host_long_double_format): Set according to the host.
4423
624a44a3
AC
44242004-07-29 Andrew Cagney <cagney@gnu.org>
4425
4426 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4427
0dea2468
AC
44282004-07-28 Andrew Cagney <cagney@gnu.org>
4429
4430 * PROBLEMS: Mention threads/1650.
4431 * NEWS: Mention the NPTL fix.
4432
b3f42336
AC
44332004-07-28 Andrew Cagney <cagney@gnu.org>
4434
4435 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4436 (add_setshow_cmd_full): Make static.
4437 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4438 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4439 * cli/cli-decode.c (add_setshow_filename_cmd)
4440 (add_setshow_string_cmd): New functions.
4441 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4442 * mips-tdep.c (_initialize_mips_tdep): Update.
4443 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4444 * cli/cli-logging.c (_initialize_cli_logging): Update.
4445 * complaints.c (_initialize_complaints): Update.
4446 * remote.c (_initialize_remote): Update.
4447
3b64bf98
AC
44482004-07-28 Andrew Cagney <cagney@gnu.org>
4449
4450 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4451 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4452 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4453 print parameters. Make string parameters constant.
4454 * command.h: Update. Update copyright.
4455 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4456 * observer.c (_initialize_observer): Ditto.
4457 * frame.c (_initialize_frame): Ditto.
4458 * complaints.c (_initialize_complaints): Ditto.
4459 * maint.c (_initialize_maint_cmds): Ditto.
4460 * target.c (initialize_targets): Ditto.
4461 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4462 * infcall.c (_initialize_infcall): Ditto.
4463 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4464 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4465 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4466 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4467 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4468
e9667a65
AC
44692004-07-28 Andrew Cagney <cagney@gnu.org>
4470
54a5b07d
AC
4471 * gdbtypes.c (lookup_primitive_typename): Delete function.
4472 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4473 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4474 * gdbtypes.c (lookup_typename): Ditto.
4475 * f-exp.y (yylex): Ditto.
4476 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4477
e9667a65
AC
4478 * scm-lang.c (c_builtin_types): Delete extern declaration.
4479 (scm_language_defn): Replace
4480 string_char_type and primitive_type_vector with
4481 la_language_arch_info.
4482 * jv-lang.c (java_language_defn): Replace
4483 string_char_type and primitive_type_vector with
4484 la_language_arch_info.
4485 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4486 c_builtin_types in comment.
4487 * c-lang.h (struct language_arch_info): Declare opaque.
4488 (c_language_arch_info): Declare.
4489 (c_builtin_types): Delete declaration.
4490 * c-lang.c (c_language_arch_info): Set string_char_type to
4491 builtin_char, not builtin_true_char. Make global.
4492 (c_builtin_types): Delete array.
4493 (asm_language_defn, minimal_language_defn): Replace
4494 string_char_type and primitive_type_vector with
4495 la_language_arch_info.
4496
685419e2
AC
44972004-07-28 Andrew Cagney <cagney@gnu.org>
4498
4499 * gdbtypes.h (struct builtin_type): Rename true_char to
4500 builtin_true_char.
4501 * gdbtypes.c (gdbtypes_post_init): Update.
4502 * c-lang.c (arch_info): New function.
4503 (enum c_primitive_types): New enum.
4504 (c_language_defn): Instead of string_char_type and
4505 primitive_type_vector set la_language_arch_info.
4506
5a44ea29
AC
45072004-07-28 Andrew Cagney <cagney@gnu.org>
4508
4509 * language.h (struct language_arch_info): Fix typo
4510 s/primative/primitive/.
4511 * gdbtypes.c (lookup_primitive_typename): Ditto.
4512 * language.c (language_lookup_primitive_type_by_name)
4513 (unknown_language_arch_info): Ditto.
4514
f290d38e
AC
45152004-07-27 Andrew Cagney <cagney@gnu.org>
4516
4517 * defs.h (enum language): Add nr_languages.
4518 * language.h (struct language_arch_info): Define.
4519 (struct language_defn): Add la_language_arch_info.
4520 (language_lookup_primative_type_by_name): Declare.
4521 (language_string_char_type): Declare.
4522 * language.c (_initialize_language, language_gdbarch_post_init)
4523 (struct language_gdbarch, language_gdbarch_data): Implement
4524 per-architecture language information.
4525 (unknown_language_arch_info, language_string_char_type)
4526 (language_lookup_primative_type_by_name): New functions.
4527 (unknown_language_defn, auto_language_defn)
4528 (local_language_defn): Set la_language_arch_info to
4529 unknown_language_arch_info.
4530 (unknown_builtin_types): Delete.
4531 * gdbtypes.c (lookup_primitive_typename): Use
4532 language_lookup_primative_type_by_name.
4533 (create_string_type): Use language_string_char_type.
4534 * values.c (value_from_string): Use language_string_char_type.
4535 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
4536 * p-lang.c (pascal_language_defn): Ditto.
4537 * m2-lang.c (m2_language_defn): Ditto.
4538 * jv-lang.c (java_language_defn): Ditto.
4539 * objc-lang.c (objc_language_defn): Ditto.
4540 * f-lang.c (f_language_defn): Ditto.
4541 * c-lang.c (c_language_defn, cplus_language_defn)
4542 (asm_language_defn, minimal_language_defn): Ditto.
4543
000177f0
AC
45442004-07-27 Andrew Cagney <cagney@gnu.org>
4545
4546 * gdbtypes.h (struct builtin_type): Declare.
4547 (builtin_type): Declare.
4548 * d10v-tdep.c (d10v_register_type): Use builtin_type.
4549 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
4550 (gdbtypes_post_init): New function.
4551 (builtin_type): New function.
4552
e22f895c
KI
45532004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
4554
4555 * remote-m32r-sdi.c: Fix breakpoint bug.
4556 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
4557 recv_char_data, recv_long_data): New functions to replace communication
4558 sequences.
4559
536517dd
MC
45602004-07-26 Michael Chastain <mec.gnu@mindspring.com>
4561
4562 Document PR threads/1650.
4563 * PROBLEMS (Threads): Document problem with many threads
4564
a0a44d18
AC
45652004-07-26 Andrew Cagney <cagney@gnu.org>
4566
4567 * gdb-mi.el: Move from here ...
4568 * mi/gdb-mi.el: ... to here.
4569
7ac4ac06
AC
45702004-07-26 Andrew Cagney <cagney@gnu.org>
4571
4572 Problem reported by Ashley Pittman <ashley@quadrics.com>.
4573 * main.c (captured_main): When in batch mode always detach.
4574
a1b461bf
AC
45752004-07-26 Andrew Cagney <cagney@gnu.org>
4576
4577 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
4578 and h8300 as broken.
4579 * NEWS: END-OF-LIFE frame compatibility module.
4580 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
4581 specific comments.
4582
cb1a6d5f
AC
45832004-07-26 Andrew Cagney <cagney@gnu.org>
4584
4585 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
4586 * xcoffsolib.c (_initialize_xcoffsolib): Update.
4587 * wince.c (_initialize_wince): Update.
4588 * win32-nat.c (_initialize_win32_nat): Update.
4589 * varobj.c (_initialize_varobj): Update.
4590 * valops.c (_initialize_valops): Update.
4591 * utils.c (initialize_utils, initialize_utils): Update.
4592 * tui/tui-win.c (_initialize_tui_win): Update.
4593 * top.c (init_main): Update.
4594 * symfile.c (_initialize_symfile): Update.
4595 * source.c (_initialize_source): Update.
4596 * somsolib.c (_initialize_som_solib): Update.
4597 * solib.c (_initialize_solib): Update.
4598 * solib-frv.c (_initialize_frv_solib): Update.
4599 * serial.c (_initialize_serial): Update.
4600 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
4601 * remote.c (_initialize_remote, _initialize_remote): Update.
4602 * remote-vx.c (_initialize_vx): Update.
4603 * remote-utils.c (_initialize_sr_support): Update.
4604 * remote-sds.c (_initialize_remote_sds): Update.
4605 * remote-mips.c (_initialize_remote_mips): Update.
4606 * remote-e7000.c (_initialize_remote_e7000): Update.
4607 * proc-api.c (_initialize_proc_api): Update.
4608 * printcmd.c: Update.
4609 * parse.c (_initialize_parse): Update.
4610 * pa64solib.c (_initialize_pa64_solib): Update.
4611 * p-valprint.c (_initialize_pascal_valprint): Update.
4612 * monitor.c (_initialize_remote_monitors): Update.
4613 * mips-tdep.c (_initialize_mips_tdep): Update.
4614 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4615 * maint.c (_initialize_maint_cmds): Update.
4616 * lin-lwp.c (_initialize_lin_lwp): Update.
4617 * language.c (_initialize_language): Update.
4618 * kod.c (_initialize_kod): Update.
4619 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
4620 * i386-tdep.c (_initialize_i386_tdep): Update.
4621 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
4622 * gdbarch.sh: Update.
4623 * gdbarch.c: Re-generate.
4624 * gdb-events.sh: Update.
4625 * gdb-events.c: Re-generate.
4626 * frame.c (_initialize_frame): Update.
4627 * exec.c: Update.
4628 * demangle.c (_initialize_demangler): Update.
4629 * dcache.c (_initialize_dcache): Update.
4630 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
4631 * cp-valprint.c (_initialize_cp_valprint): Update.
4632 * corefile.c (_initialize_core): Update.
4633 * command.h: Update.
4634 * cli/cli-decode.h: Update.
4635 * cli/cli-cmds.c (init_cli_cmds): Update.
4636 * charset.c (_initialize_charset): Update.
4637 * breakpoint.c (_initialize_breakpoint): Update.
4638 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
4639 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4640 * aix-thread.c (_initialize_aix_thread): Update.
4641
b4632131
MK
46422004-07-24 Mark Kettenis <kettenis@gnu.org>
4643
4644 Partial fix for PR backtrace/1718.
4645 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
4646 that GCC migrates into the prolugue. Don't handle any
4647 instructions that clobber %ebx.
4648
822c9732
AC
46492004-07-23 Andrew Cagney <cagney@gnu.org>
4650
4651 Use regcache_raw_collect instead of regcache_collect.
4652 * regcache.h (regcache_collect): Delete declaration.
4653 * regcache.c (regcache_colect): Delete function.
4654 * win32-nat.c (do_child_store_inferior_registers): Update.
4655 * sol-thread.c (sol_thread_store_registers): Update.
4656 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
4657 * rs6000-nat.c (store_register): Update.
4658 * remote.c (store_register_using_P, remote_store_registers): Update.
4659 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
4660 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
4661 (fill_vrregset, store_spe_registers, fill_gregset)
4662 (fill_gregset): Update.
4663 * nto-procfs.c (procfs_store_registers): Update.
4664 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
4665 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
4666 * m68klinux-nat.c (store_register, fill_gregset): Update.
4667 * m68k-tdep.c (fill_gregset): Update.
4668 * infptrace.c (store_register): Update.
4669 * i386-nto-tdep.c (i386nto_regset_fill): Update.
4670 * i386-linux-nat.c (store_register, fill_gregset): Update.
4671 * hppa-linux-nat.c (fill_gregset): Update.
4672 * go32-nat.c (store_register): Update.
4673 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
4674 (store_fp_regs): Update.
4675 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
4676 (store_nwfpe_extended, store_fpregister, store_fpregs)
4677 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
4678 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
4679 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
4680 (store_regs_user_thread, store_regs_kernel_thread): Update.
4681
32b05c07
MK
46822004-07-24 Mark Kettenis <kettenis@gnu.org>
4683
4684 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
4685 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
4686 encoding.
4687 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
4688 member of `struct comp_unit'.
4689
8567c30f
AC
46902004-07-23 Andrew Cagney <cagney@gnu.org>
4691
4692 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
4693 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
4694
f6da8dd8
MH
46952004-07-23 Martin Hunt <hunt@redhat.com>
4696 Kevin Buettner <kevinb@redhat.com>
4697
4698 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
4699 alignment was being added to the offset instead of multiplied.
4700
bd921882
MK
47012004-07-23 Mark Kettenis <kettenis@gnu.org>
4702
24f033e8
MK
4703 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
4704 changed signal trampoline in OpenBSD 3.5-current.
4705
90f3cecd
MK
4706 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
4707 <machine/pcb.h> and "bsd-kvm.h".
4708 (sparc64nbsd_supply_pcb): New function.
4709 (_initialize_sparc64nbsd_nat): Renamed from
4710 _initialize_sparcnbsd_nat. Enable libkvm interface.
4711 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
4712 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
4713 (LOADLIBES): New variable.
4714
a4954a62
MK
4715 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
4716
bd921882
MK
4717 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
4718
23a6d369
AC
47192004-07-21 Andrew Cagney <cagney@gnu.org>
4720
4721 Use regcache_raw_supply instead of supply_register.
4722 * regcache.h (supply_register): Delete declaration.
4723 * regcache.c (supply_register): Delete function.
4724 * wince.c (do_child_fetch_inferior_registers): Update.
4725 * win32-nat.c (do_child_fetch_inferior_registers)
4726 (fetch_elf_core_registers): Update.
4727 * v850ice.c (v850ice_fetch_registers): Update.
4728 * thread-db.c (thread_db_store_registers): Update.
4729 * sol-thread.c (sol_thread_store_registers): Update.
4730 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
4731 * rs6000-nat.c (fetch_register): Update.
4732 * rom68k-rom.c (rom68k_supply_one_register): Update.
4733 * remote.c (remote_wait, remote_async_wait): Update.
4734 * remote-st.c (get_hex_regs): Update.
4735 * remote-sim.c (gdbsim_fetch_register): Update.
4736 * remote-sds.c (sds_fetch_registers): Update.
4737 * remote-rdp.c (remote_rdp_fetch_register): Update.
4738 * remote-rdi.c (arm_rdi_fetch_registers): Update.
4739 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
4740 * remote-m32r-sdi.c (m32r_fetch_register): Update.
4741 * remote-hms.c (init_hms_cmds): Update.
4742 * remote-est.c (init_est_cmds): Update.
4743 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
4744 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
4745 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
4746 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
4747 (fetch_register, supply_vrregset, supply_vrregset)
4748 (fetch_spe_registers): Update.
4749 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
4750 * monitor.c (monitor_supply_register): Update.
4751 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
4752 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
4753 (mipsnbsd_supply_fpreg): Update.
4754 * mips-nat.c (fetch_inferior_registers)
4755 (fetch_core_registers): Update.
4756 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
4757 (supply_fpregset, mips64_supply_gregset)
4758 (mips64_supply_fpregset): Update.
4759 * m68klinux-nat.c (fetch_register, supply_gregset)
4760 (supply_fpregset): Update.
4761 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
4762 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
4763 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
4764 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
4765 * infptrace.c (fetch_register): Update.
4766 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
4767 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
4768 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
4769 (gnu_fetch_registers, gnu_store_registers): Update.
4770 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
4771 * i386-linux-nat.c (fetch_register, supply_gregset)
4772 (dummy_sse_values): Update.
4773 * hpux-thread.c (hpux_thread_fetch_registers): Update.
4774 * hppah-nat.c (fetch_register): Update.
4775 * hppa-linux-nat.c (fetch_register, supply_gregset)
4776 (supply_fpregset): Update.
4777 * go32-nat.c (fetch_register): Update.
4778 * dve3900-rom.c (fetch_bitmapped_register)
4779 (_initialize_r3900_rom): Update.
4780 * cris-tdep.c (supply_gregset): Update.
4781 * abug-rom.c (init_abug_cmds): Update.
4782 * core-aout.c (fetch_core_registers): Update.
4783 * armnbsd-nat.c (supply_gregset, supply_fparegset)
4784 (fetch_register, fetch_fp_register): Update.
4785 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
4786 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
4787 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
4788 * alphanbsd-tdep.c (fetch_core_registers): Update.
4789 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
4790 * alpha-nat.c (fetch_osf_core_registers)
4791 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
4792 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
4793 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
4794
73cc75f3
AC
47952004-07-21 Andrew Cagney <cagney@gnu.org>
4796
4797 * PROBLEMS: Mention breakpoints/1702.
4798 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
4799 that is known to work.
4800
a53c66de
AC
48012004-07-21 Andrew Cagney <cagney@gnu.org>
4802
4803 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
4804 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
4805 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
4806 (handle_inferior_event): Wrap call to deprecated
4807 IGNORE_HELPER_CALL in #ifdef.
4808 * config/mips/tm-nbsd.h: Update.
4809
708ff411
JB
48102004-07-20 Jim Blandy <jimb@redhat.com>
4811
412b3060
JB
4812 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
4813 bfd_mach_ppc has no segment registers.
4814
13ac140c
JB
4815 Include PowerPC SPR numbers for special-purpose registers.
4816 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
4817 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
4818 new member in initializer.
4819 (S, S4, SN4, S64): New macros for defining special-purpose
4820 registers.
4821 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
4822 registers_403, registers_403GC, registers_505, registers_860,
4823 registers_601, registers_602, registers_603, registers_604,
4824 registers_750, registers_e500): Use them.
4825
708ff411
JB
4826 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
4827 replace references with expression used to initialize variable.
4828
1f602b35
AC
48292004-07-20 Andrew Cagney <cagney@gnu.org>
4830
4831 * breakpoint.c (deprecated_read_memory_nobpt): Rename
4832 read_memory_nobpt.
4833 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
4834 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
4835 (s390_sigtramp_frame_sniffer): Update.
4836 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
4837 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
4838 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
4839 (mips32_fetch_instruction): Update.
4840 * mcore-tdep.c (get_insn): Update.
4841 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
4842 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
4843 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
4844 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4845 (i386_linux_rt_sigtramp_start): Update.
4846 * i386-linux-nat.c (child_resume): Update.
4847 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
4848 * hppa-linux-tdep.c (insns_match_pattern): Update.
4849 * gdbcore.h: Update.
4850 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
4851 * frame.c (safe_frame_unwind_memory): Update.
4852 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
4853 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
4854 * alpha-tdep.c (alpha_read_insn): Update.
4855
2cd8546d
AC
48562004-07-20 Andrew Cagney <cagney@gnu.org>
4857
4858 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
4859 containing both bytes and mask. Add "frame_type".
4860 * tramp-frame.c (tramp_frame_start): Update.
4861 (tramp_frame_prepend_unwinder): Update.
4862 * mips-linux-tdep.c (mips_linux_o32_sigframe)
4863 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
4864 (mips_linux_n64_rt_sigframe): Update. Make "static const".
4865 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
4866
f928dd62
EZ
48672004-07-19 Eli Zaretskii <eliz@gnu.org>
4868
4869 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
4870 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
4871 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
4872 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
4873
d5c560f7
AC
48742004-07-17 Andrew Cagney <cagney@gnu.org>
4875
860660cb
AC
4876 * NEWS, PROBLEMS: Update for 6.2.
4877
8c266f54
AC
4878 * README: Update to 6.2.
4879
a552edd9
AC
4880 * utils.c (xvasprintf): Call xstrvprintf.
4881
c4a172b5
AC
4882 * parse.c: Update copyright.
4883 (null_post_parser): Eliminate ARGSUSED.
4884
da745b36
AC
4885 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
4886 * tui/tui-win.c (tui_get_cmd_list): Ditto.
4887 * symfile-mem.c (_initialize_symfile_mem): Ditto.
4888
9cbc6ef0
AC
4889 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
4890 * ppc-linux-nat.c: Use "Linux kernel".
4891 * hppa-linux-tdep.c: Use GNU/Linux.
4892 * hppa-linux-nat.c: Use GNU/Linux.
4893 * dwarfread.c: Add [sic] to use of Linux.
4894
1b89295f
AC
4895 * hppa-linux-nat.c: Do not include <string.h>.
4896 (supply_fpregset): Remove "register" attribute.
4897
d5c560f7
AC
4898 * solib-frv.c (fetch_loadmap): Use xfree, not free.
4899
7ddd7709
MK
49002004-07-17 Mark Kettenis <kettenis@gnu.org>
4901
b1d19a62
MK
4902 * configure.in: Define _MSE_INT_H on Solaris 9 too.
4903 * configure, config.in: Regenerated.
4904
7ddd7709
MK
4905 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4906 "bsd-kvm.h".
4907 (vaxbsd_supply_pcb): New function.
4908 (_initialize_vaxbsd_nat): New prototype and function.
4909 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
4910 solib-sunos.o.
4911 (LOADLIBES): New variable.
4912 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4913 (LOADLIBES): New variable.
4914 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4915 (LOADLIBES): New variable.
4916 * Makefile.in (vaxbsd-nat.o): Update dependencies.
4917
2c07db7a
AC
49182004-07-16 Andrew Cagney <cagney@gnu.org>
4919
4920 * defs.h (event_loop_p): Replace variable declaration with macro,
4921 always 1.
4922 * main.c (captured_main): Delete options "-async" and "-noasync".
4923 (event_loop_p): Delete variable.
4924 * NEWS: Mention that "-async" and "-noasync" were removed.
4925
717eb1cf
AC
49262004-07-16 Andrew Cagney <cagney@gnu.org>
4927
4928 * remote-m32r-sdi.c: Re-indent.
4929
c101bc14
JB
49302004-07-16 Jim Blandy <jimb@redhat.com>
4931
5109a438
JB
4932 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
4933 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
4934 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
4935 missing MPC823 SPRs.
4936 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
4937 incorrect. (This was corrected in GDB's register name tables on
4938 2004-07-14.)
4939
c101bc14
JB
4940 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
4941 should be "esasrr" ("ESA Save and Restore Register").
4942
7ce450bd
AC
49432004-07-16 Andrew Cagney <cagney@gnu.org>
4944
4945 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
4946 calls, no longer applicable. Update comments and rename parameter
4947 "step_frame" to "return_frame".
4948
ca73dd9d
AC
49492004-07-16 Andrew Cagney <cagney@gnu.org>
4950
4951 * frame.c (fprint_field): New function.
4952 (fprint_frame_id): Use fprint_field.
4953
31941f6d
JB
49542004-07-15 Joel Brobecker <brobecker@gnat.com>
4955
4956 * ada-lang.c (ada_language_defn): Remove commented out code.
4957
f86a7158
JB
49582004-07-15 Jim Blandy <jimb@redhat.com>
4959
4960 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
4961 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
4962
c24791ec
JB
49632004-07-14 Jim Blandy <jimb@redhat.com>
4964
29bb1356
JB
4965 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
4966
cc98b5cc
JB
4967 * ppc-tdep.h (ppc_num_vrs): New enum constant.
4968
8f088af7
JB
4969 * ppc-tdep.h (ppc_num_srs): New enum constant.
4970
0ea0ec5f
JB
4971 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
4972 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
4973 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
4974 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
4975 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
4976 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
4977 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
4978 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
4979 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
4980 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
4981 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
4982 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
4983 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
4984 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
4985 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
4986 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
4987 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
4988 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
4989 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
4990 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
4991 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
4992 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
4993 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
4994 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
4995 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
4996 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
4997 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
4998 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
4999 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5000 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5001 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5002 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5003 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5004 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5005 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5006 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5007 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5008 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5009 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5010 special-purpose register numbers.
5011
c24791ec
JB
5012 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
5013 manual mentions 'md_twb', but many mention 'm_twb', and at that
5014 point in the register list.)
5015
d833db3b
AC
50162004-07-14 Andrew Cagney <cagney@gnu.org>
5017
5018 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5019 instead of "internal-error".
5020
080228b2
JB
50212004-07-10 Joel Brobecker <brobecker@gnat.com>
5022
5023 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5024 that was inserted inside a comment.
5025
c268433a
RC
50262004-07-10 Randolph Chung <tausq@debian.org>
5027
5028 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
5029 function.
5030 (hppa_hpux_push_dummy_code): New function.
5031 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5032 Set find_global_pointer method.
5033
71009278
MK
50342004-07-10 Mark Kettenis <kettenis@gnu.org>
5035
5036 * NEWS: Mention BSD libkvm interface.
5037
b2fa5097
MS
50382004-07-10 Michael Snyder <msnyder@redhat.com>
5039
5040 * symfile.c (generic_load): Comment typo.
5041 * stack.c (get_selected_block): Ditto.
5042 * regcache.c (regcache_cooked_read): Ditto.
5043 * monitor.c (monitor_debug): Ditto.
5044 * mips-tdep.c (mips_read_pc): Ditto.
5045 * i386-linux-nat.c (ps_get_thread_area): Ditto.
5046 * gdb_mbuild.sh: Ditto.
5047 * gdbarch.sh: Ditto.
5048 * gdbarch.h: Ditto.
5049
c3e5cd34
PH
50502004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
5051
8a2225b2
PH
5052 * ada-tasks.c: Remove file.
5053
c3e5cd34
PH
5054 Remove ARI problems:
5055
5056 * ada-exp.y (write_var_from_sym): Reformat to put operator at
5057 beginning of line.
5058
5059 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5060 Add comment.
5061 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5062 (MIN_OF_SIZE): Rename min_of_size. Add comment.
5063 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
5064 (UMIN_OF_SIZE): Remove.
5065 (max_of_type): New function to replace orphan macro in gdbtypes.h
5066 (min_of_type): Ditto.
5067 (discrete_type_high_bound): Use max_of_type.
5068 (discrete_type_low_bound): Use min_of_type.
5069 (possible_user_operator_p): Move operator to beginning of line.
5070 (ada_is_variant_part): Ditto.
5071 (ensure_lval): Rewrite to avoid deprecated operations.
5072 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5073 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5074 (ada_enum_name): Remove assignments in 'if' statements.
5075 (build_ada_types): Add gdbarch parameter.
5076 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5077 with gdbarch_data_register_post_init.
5078 Use add_setshow_uinteger_cmd rather than add_set_cmd and
5079 add_show_from_set.
5080
5081 * ada-valprint.c (inspect_it): Remove declaration.
5082 (repeat_count_threshold): Remove declaration.
5083 (ada_print_floating): Remove assignments in 'if' statements.
5084 (print_str): Move operator to beginning of line.
5085
61ce229a
JB
50862004-07-08 Jim Blandy <jimb@redhat.com>
5087
5088 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5089
09bcec80
BR
50902004-07-08 Bob Rossi <bob@brasko.net>
5091
5092 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5093
31c27f77
JJ
50942004-07-06 Jeff Johnston <jjohnstn@redhat.com>
5095
5096 * language.h (struct_language_defn): Add new function pointer:
5097 la_class_name_from_physname. Also add new prototype for
5098 language_class_name_from_physname.
5099 * language.c (language_class_name_from_physname): New function.
5100 (unk_lang_class_name): Ditto.
5101 (unknown_language_defn, auto_language_defn): Change
5102 to add unk_lang_class_name function pointer for
5103 la_class_name_from_physname.
5104 (local_language_defn): Ditto.
5105 * dwarf2read.c (guess_structure_name): Change to call
5106 language_class_name_from_physname.
5107 (determine_class_name): Ditto.
5108 * cp-support.c (class_name_from_physname): Renamed.
5109 (cp_class_name_from_physname): New name of function.
5110 * cp-support.h: Ditto.
5111 * c-lang.c (c_language_defn): Change to add NULL
5112 for class_name_from_physname function pointer.
5113 (cplus_language_defn): Change to add cp_class_name_from_physname.
5114 * jv-lang.c (java_class_name_physname): New function.
5115 (java_find_last_component): New static routine.
5116 (java_language_defn): Add java_class_name_from_physname pointer.
5117 * ada-lang.c (ada_language_defn): Change to add NULL
5118 for class_name_from_physname function pointer.
5119 * f-lang.c (f_language_defn): Ditto.
5120 * m2-lang.c (m2_language_defn): Ditto.
5121 * objc-lang.c (objc_language_defn): Ditto.
5122 * p-lang.c (pascal_language_defn): Ditto.
5123 * scm-lang.c (scm_language_defn): Ditto.
5124
ee28ca0f
AC
51252004-07-06 Andrew Cagney <cagney@gnu.org>
5126
5127 Patch from Bart Robinson.
5128 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5129 (O_LARGEFILE): Define to 0, if not defined.
5130
fdb1bf9d
MK
51312004-07-03 Mark Kettenis <kettenis@gnu.org>
5132
cb162ff6
MK
5133 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5134 <machine/pcb.h> and "bsd-kvm.h".
5135 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5136 (m68kbsd_supply_pcb): New function.
5137 (_initialize_m68kbsd_nat): New prototype and function.
5138 * Makefile.in (m68kbsd-nat.o): Update dependencies.
5139 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5140 (LOADLIBES): New variable.
5141 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5142 (LOADLIBES): New variable.
5143
fdb1bf9d
MK
5144 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5145
963c4174
MK
51462004-07-03 Mark Kettenis <kettenis@gnu.org>
5147
5148 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5149 <sys/proc.h>.
5150 (bsd_kvm_cmdlist): New variable.
5151 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5152 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5153 command and "kvm proc" command.
5154 * Makefile.in (bsd-kvm.o): Update dependencies.
5155
533f1d8f
MK
51562004-07-02 Mark Kettenis <kettenis@gnu.org>
5157
5158 * osabi.c: Update copyright year.
5159 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
5160 notes if EI_OSABI is set to ELFOSABI_HPUX.
5161
6780dcde
MS
51622004-07-01 Michael Snyder <msnyder@redhat.com>
5163
5164 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5165 that seems to have gotten whacked out of line.
5166
67bebe79
MK
51672004-07-01 Mark Kettenis <kettenis@gnu.org>
5168
5169 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5170 code.
5171
0b5d8877
PH
51722004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5173
5174 * ada-lang.c (decode_packed_array): Minor change to comment.
5175 (ada_value_slice_ptr): New function.
5176 (ada_value_slice): New function.
5177 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5178 test. Don't know why it is there.
5179 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5180 to avoid dereferencing huge arrays from which one is slicing.
5181 (empty_array): Correct to return an array rather than
5182 a subrange value.
5183 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5184 on empty arrays (let'em use 'FIRST instead).
5185
19c1ef65
PH
51862004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5187
5188 Address complaints from gdb_ari.sh:
5189
5190 * ada-exp.y: Include gdb_string.h rather than string.h.
5191 (convert_char_literal): Reformat declaration.
5192 * ada-lang.h: Include opaque struct declaration for struct frame_info.
5193 * ada-lex.l: Change use of free to xfree (the macro would do so
5194 anyway, but this is harmless).
5195 Include gdb_string.h rather than string.h.
5196 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5197
5198 * ada-lang.c (parse): Remove K&Rism in parameter list.
5199 (is_name_suffix): Correct Linux => GNU/Linux in comment.
5200
d81cbc94
MK
52012004-06-30 Mark Kettenis <kettenis@gnu.org>
5202
5203 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5204 dead code.
5205
07681759
MK
52062004-06-30 Mark Kettenis <kettenis@gnu.org>
5207
5208 * alphabsd-nat.c: Update copyright year.
5209 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5210
f7948b5f
JB
52112004-06-29 Joel Brobecker <brobecker@gnat.com>
5212
6e0cdd28 5213 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
f7948b5f
JB
5214 (i386_cygwin_in_solib_call_trampoline): New function.
5215 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5216 and skip_trampoline_code gdbarch methods.
5217
8f113c9a
JB
52182004-06-29 Jim Blandy <jimb@redhat.com>
5219
5220 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5221 name actually used in the dependency lists.
5222
97dc871c
RC
52232004-06-29 Randolph Chung <tausq@debian.org>
5224
5225 * NEWS (New native configurations): Mention GNU/Linux/hppa.
5226
47216e51
CV
52272004-06-29 Corinna Vinschen <vinschen@redhat.com>
5228
5229 * win32-nat.c (child_pid_to_exec_file): New function.
6780dcde 5230 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
47216e51
CV
5231 functionality.
5232
e623b504
AC
52332004-06-28 Andrew Cagney <cagney@gnu.org>
5234
5235 * defs.h (xstrvprintf): Declare.
5236 * utils.c (xstrvprintf): New function.
5237 (internal_vproblem, xstrprintf, xasprintf)
5238 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5239 * serial.c (serial_printf): Ditto.
5240 * complaints.c (vcomplaint): Ditto.
5241
79acc9b3
CV
52422004-06-29 Corinna Vinschen <vinschen@redhat.com>
5243
5244 * infcmd.c (attach_command): Move call to target_terminal_inferior
5245 behind loading symbol table.
5246
1daf35d9
AC
52472004-06-28 Andrew Cagney <cagney@gnu.org>
5248
5249 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5250 change - add back extern deprecated_ui_loop_hook declaration.
5251
b435e160
AC
52522004-06-28 Andrew Cagney <cagney@gnu.org>
5253
5254 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5255 xstrprintf.
5256 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5257 (c_value_of_variable): Ditto.
5258 * utils.c (internal_vproblem): Ditto.
5259 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5260 * remote.c (add_packet_config_cmd): Ditto.
5261 * remote-rdp.c (rdp_set_command_line): Ditto.
5262 * regcache.c (regcache_dump): Ditto.
5263 * frv-tdep.c (new_variant, new_variant): Ditto.
5264 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5265 (fbsd_find_memory_regions): Ditto.
5266 * breakpoint.c (create_thread_event_breakpoint)
5267 (create_breakpoints): Ditto.
5268 * aix-thread.c (aix_thread_pid_to_str): Ditto.
5269 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
5270
06d5cf63
JB
52712004-06-28 Joel Brobecker <brobecker@gnat.com>
5272
5273 * ada-lang.c: Re-indent file, with some massaging to help indent
5274 a bit when the result is otherwise really too ugly.
5275
35809fad
UW
52762004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5277
5278 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
5279 code_addr_p and special_addr_p to 'unsigned int'.
5280
40e20472
MK
52812004-06-27 Mark Kettenis <kettenis@gnu.org>
5282
5283 * i386v4-nat.c: Update copyright year and tweak comment.
5284 (regmap): Remove trailing comma.
5285 (supply_gregset): Rename local variable i to regnum. Call
5286 regcache_raw_supply instead of supply_register.
5287 (fill_gregset): Rename argument regno to regnum. Call
5288 regcache_raw_collect instead of regcache_collect.
5289
12b0b6de
UW
52902004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5291
5292 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5293 and special_addr_p.
5294 (frame_id_build, frame_id_build_special): Update comments.
5295 (frame_id_build_wild): New prototype.
5296 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5297 struct frame_id fields.
5298 (frame_id_build_wild): New function.
5299 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5300
47b42a3e
MK
53012004-06-27 Mark Kettenis <kettenis@gnu.org>
5302
5303 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5304 hppabsd-tdep.c.
5305
1265e4aa
JB
53062004-06-27 Joel Brobecker <brobecker@gnat.com>
5307
5308 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5309
76a01679
JB
53102004-06-27 Joel Brobecker <brobecker@gnat.com>
5311
5312 * ada-lang.c: Re-indent file.
5313
7aca490a
JB
53142004-06-27 Joel Brobecker <brobecker@gnat.com>
5315
5316 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5317 (no_symtab_msg): Likewise.
5318
5e987968
AS
53192004-06-27 Andreas Schwab <schwab@suse.de>
5320
5321 * source.c: Fix whitespace.
5322
315c4276
MK
53232004-06-27 Mark Kettenis <kettenis@gnu.org>
5324
d15be926
MK
5325 * configure.in: Include <sys/param.h> for td_pcb test.
5326 * configure: Regenerated.
5327
9062529b
MK
5328 * i386nbsd-nat.c: New file.
5329 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5330 i386obsd-nat.c and i386obsd-tdep.c.
5331 (i386nbsd-nat.o): New dependency.
5332 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5333 bsd-kvm.o.
5334 (LOADLIBES): New variable.
5335 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5336 bsd-kvm.o.
5337 (LOADLIBES): New variable.
5338
8010310e
MK
5339 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5340 (LOADLIBES): New variable.
5341
efe1d7b9
MK
5342 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5343 fetching from BSD_KVM_PADDR. Correctly lookup address for
5344 "_thread0".
5345
315c4276
MK
5346 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5347 "bsd-kvm.h".
5348 (amd64fbsd_supply_pcb): New funcion.
5349 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5350
399cfac6
DL
53512004-06-27 <david@streamline-computing.com>
5352
5353 Partial fix for PR cli/1056.
5354 * valarith.c: Check for zero in division and remainder
5355 evaluation.
5356
6235f9c8
MK
53572004-06-27 Mark Kettenis <kettenis@gnu.org>
5358
5359 * i387-tdep.c: Remove excessive whitespace.
5360
2726dafc
AC
53612004-06-26 Andrew Cagney <cagney@gnu.org>
5362
5363 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5364 * gdb-events.h, gdb-events.c: Re-generate.
5365 * tui/tui-hooks.c (tui_install_hooks): Update.
5366 (tui_remove_hooks): Update.
5367 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5368
0e56aeaf
MK
53692004-06-26 Mark Kettenis <kettenis@gnu.org>
5370
cb461069
MK
5371 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5372 (gregset_t, fpregset_t): Remove typedefs.
5373 (REG_OFFSET): Rename argument.
5374 (amd64bsd_r_reg_offset): Rename from reg_offset.
5375 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5376 Remove functions.
5377 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5378 of reg_offset.
5379 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5380
ecba89de
MK
5381 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5382
4cd80476
MK
5383 * vax-tdep.c: Tweak comment.
5384
0e56aeaf
MK
5385 Add OpenBSD/hppa support.
5386 * NEWS (New native configurations): Mention OpenBSD/hppa.
5387 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5388 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5389 files.
5390 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5391 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5392 * configure.host: Add hppa*-*-openbsd*.
5393 * configure.tgt: Add hppa*-*-openbsd*.
5394
98bbd631
AC
53952004-06-25 Andrew Cagney <cagney@gnu.org>
5396
5397 * defs.h (deprecated_ui_loop_hook): Deprecated.
5398 * wince.c (child_wait): Update.
5399 * win32-nat.c (child_wait): Update.
5400 * v850ice.c (v850ice_wait): Update.
5401 * top.c (deprecated_ui_loop_hook): Update.
5402 * serial.h: Update.
5403 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5404 (do_unix_readchar): Update.
5405 * ser-tcp.c (net_open): Update.
5406 * remote-sim.c (gdb_os_poll_quit): Update.
5407 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5408
769d7dc4
AC
54092004-06-24 Andrew Cagney <cagney@gnu.org>
5410
5411 * defs.h (deprecated_pre_add_symbol_hook)
5412 (deprecated_post_add_symbol_hook): Deprecated.
5413 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5414 (symbol_file_add_with_addrs_or_offsets): Update references.
5415
11c949aa
AC
54162004-06-24 Andrew Cagney <cagney@gnu.org>
5417
5418 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5419 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5420 * wince.c (ui_loop_hook): Delete extern declaration.
5421 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5422 * v850ice.c (ui_loop_hook): Delete extern declaration..
5423 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5424 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5425 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5426 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5427 ui_loop_hook declaration.
5428
eedc19af
AC
54292004-06-24 Andrew Cagney <cagney@gnu.org>
5430
5431 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5432 entry_func_highpc fields.
5433 * objfiles.c (init_entry_point_info): Do not clear
5434 entry_func_lowpc and entry_func_highpc.
5435 (objfile_relocate): Do not relocate entry_func_lowpc and
5436 entry_func_highpc.
5437 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5438 entry_func_highpc.
5439 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5440 entry_func_highpc.
5441 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5442 entry_func_lowpc and entry_func_highpc with call to
5443 inside_entry_func.
5444
d47079be
MK
54452004-06-24 Mark Kettenis <kettenis@gnu.org>
5446
5447 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5448 quad-precision floating point arguments in registers.
5449
2107e348
MK
54502004-06-24 Mark Kettenis <kettenis@gnu.org>
5451
5452 From Michael Mueller <m.mueller99@kay-mueller.de>:
5453 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5454 account.
5455
46587c42
JJ
54562004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5457
5458 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5459 to -1.
5460 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5461 untriggered watchpoints to a separate if clause. Update function
5462 comment regarding STOPPED_BY_WATCHPOINT argument.
5463
226f5cf4
JB
54642004-06-22 Jim Blandy <jimb@redhat.com>
5465
5466 * gdbarch.sh: Doc fix.
5467
f10683bb
MH
54682004-06-21 Martin Hunt <hunt@redhat.com>
5469 Kevin Buettner <kevinb@redhat.com>
5470
5471 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5472 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5473 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5474 to set_gdbarch_sp_regnum(). Use cooked register number.
5475 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5476
412d5987
AC
54772004-06-21 Andrew Cagney <cagney@gnu.org>
5478
5479 * gdbarch.sh: When the macro field is empty, do not generate a
5480 macro definition. When the macro field is "=", generate the macro
5481 name from the upper-case function name.
5482 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5483 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5484 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5485 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5486 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5487 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5488 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5489 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5490 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5491 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5492 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5493 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5494 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5495 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5496 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5497 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5498 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5499 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5500 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5501 (DEPRECATED_USE_STRUCT_CONVENTION)
5502 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5503 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5504 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5505 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5506 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5507 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5508 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5509 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5510 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5511 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5512 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5513 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5514 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5515 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5516 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5517 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5518 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5519 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5520
68908a3e
AC
55212004-06-21 Andrew Cagney <cagney@gnu.org>
5522
48f7351b
AC
5523 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
5524 macro name, and the function rather than macro value. Only wrap
5525 macro print statements in #ifdef. Move format logic to where it
5526 is needed.
5527 * gdbarch.c: Re-generate.
5528
283354d8
AC
5529 * gdbarch.sh (read): Delete "print_p" and "description", add
5530 "garbage_at_eol". Check for non-empty garbage at end-of-line.
5531 Delete references to print_p.
5532 (TARGET_ARCHITECTURE): Delete print predicate.
5533 * gdbarch.c: Re-generate.
5534
68908a3e
AC
5535 * gdbarch.sh: Check that multi-arch methods do not provide a
5536 macro.
5537 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
5538 (print_registers_info, print_float_info, print_vector_info)
5539 (adjust_breakpoint_address, remote_translate_xfer_address)
5540 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
5541 (address_class_type_flags_to_name, unwind_sp): Remove the macro
5542 name from the multi-arch definition.
5543
a2428dbe
AC
55442004-06-20 Andrew Cagney <cagney@gnu.org>
5545
5546 * gdbarch.sh: Sort by the function, instead of macro name.
5547 * gdbarch.c: Re-generate.
5548
750eb019
AC
55492004-06-20 Andrew Cagney <cagney@gnu.org>
5550
66d659b1
AC
5551 * gdbarch.sh: Use the function, instead of macro name in
5552 errors and the log file.
5553 (return_value): Remove stray ":" in spec.
5554
750eb019
AC
5555 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
5556 * gdbarch.h, gdbarch.c: Re-generate.
5557 * Makefile.in (arch-utils.o): Update dependencies.
5558 * values.c (using_struct_return): Move code calling
5559 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
5560 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
5561 to legacy_return_value, simplify.
5562 * infcmd.c (print_return_value): Move code calling
5563 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
5564 to legacy_return_value, simplify.
5565 * infcall.c (call_function_by_hand): Move code calling
5566 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
5567 * arch-utils.c: Update copyright. Include "gdbcore.h".
5568 (legacy_return_value): New function.
5569 * arch-utils.h: Update copyright.
5570 (legacy_return_value): Declare.
5571
b5622e8d
AC
55722004-06-20 Andrew Cagney <cagney@gnu.org>
5573
5574 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
5575 * gdbarch.h, gdbarch.c: Re-generate.
5576 * values.c (using_struct_return): Update call.
5577 * mcore-tdep.c: Update comment.
5578 * infcall.c (call_function_by_hand): Update comment.
5579 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5580 * arch-utils.h (always_use_struct_convention): Update.
5581 * v850-tdep.c (v850_gdbarch_init): Update.
5582 * sh64-tdep.c (sh64_gdbarch_init): Update.
5583 * sh-tdep.c (sh_gdbarch_init): Update.
5584 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5585 * mips-tdep.c (mips_gdbarch_init): Update.
5586 * mcore-tdep.c (mcore_gdbarch_init): Update.
5587 * m32r-tdep.c (m32r_gdbarch_init): Update.
5588 * ia64-tdep.c (ia64_gdbarch_init): Update.
5589 * h8300-tdep.c (h8300_gdbarch_init): Update.
5590 * frv-tdep.c (frv_gdbarch_init): Update.
5591 * cris-tdep.c (cris_gdbarch_init): Update.
5592 * arm-tdep.c (arm_gdbarch_init): Update.
5593 * alpha-tdep.c (alpha_gdbarch_init): Update.
5594
5191de37
MC
55952004-06-18 Michael Chastain <mec.gnu@mindspring.com>
5596
5597 * PROBLEMS: Add more specific information, and a work-around,
5598 for PR gdb/1458.
5599
782263ab
AC
56002004-06-18 Andrew Cagney <cagney@gnu.org>
5601
5602 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
5603 * gdbarch.h, gdbarch.c: Re-generate.
5604 * ada-lang.c (ada_finish_decode_line_1): Update.
5605 * infrun.c (handle_inferior_event): Update.
5606 * infcall.c (find_function_addr): Update.
5607 * linespec.c (minsym_found): Update.
5608 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
5609 Update.
5610 * blockframe.c (legacy_frameless_look_for_prologue): Update.
5611 * cli/cli-cmds.c (disassemble_command): Update.
5612 * vax-tdep.c (vax_gdbarch_init): Update.
5613
2f305df1
MK
56142004-06-18 Mark Kettenis <kettenis@gnu.org>
5615
5616 * i386-tdep.c (i386_collect_fpregset): Fix comment.
5617
e5fe55f7
AC
56182004-06-17 Andrew Cagney <cagney@gnu.org>
5619
5620 GDB 6.1.1 released from the GDB 6.1 branch.
5621 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
5622 * PROBLEMS: Ditto.
5623
473b7be6
DJ
56242004-06-16 Daniel Jacobowitz <dan@debian.org>
5625
5626 PR gdb/1658
5627 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
5628 operation as a uleb128. Found by Michael Coulter.
5629
96d887e8
PH
56302004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
5631
5632 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
5633 make it non-static.
5634 * ada-lang.h (task_control_block): declaration moved from ada-task.c
5635 to ada-lang.h; this is needed to be able to implement the kill command
5636 in multi-task mode.
5637 (task_ptid): Ditto.
5638 (task_entry): Ditto.
5639 (task_list): Ditto.
5640 (ada_build_task_list): Ditto.
5641
5642 * ada-lang.c: Conditionalize routines and data structures related
5643 to breakpoints, exceptions, completion, and symbol caching on
5644 GNAT_GDB, since these are not yet used in the submitted public sources.
5645 (ada_main_name): Editorial: Move definition out of exception-related
5646 code.
5647
31eef181
AC
56482004-06-15 Andrew Cagney <cagney@gnu.org>
5649
5650 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
5651 deprecated_pc_in_call_dummy.
5652
2c500098
AM
56532004-06-15 Alan Modra <amodra@bigpond.net.au>
5654
5655 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
5656 bfd_get_section_size_before_reloc or _raw_size.
5657 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
5658 * dwarf2read.c (dwarf2_locate_sections): Likewise.
5659 (dwarf2_read_section): Likewise.
5660 * elfread.c (elf_locate_sections): Likewise.
5661 * gcore.c (derive_heap_segment): Likewise.
5662 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
5663 * remote-e7000.c (e7000_load): Likewise.
5664 * remote-m32r-sdi.c (m32r_load): Likewise.
5665 * remote-mips.c (mips_load_srec): Likewise.
5666 (pmon_load_fast): Likewise.
5667 * remote.c (compare_sections_command): Likewise.
5668 * symfile.c (add_section_size_callback): Likewise.
5669 (load_section_callback): Likewise.
5670 (pc_in_unmapped_range): Likewise.
5671 (pc_in_mapped_range): Likewise.
5672 (sections_overlap): Likewise.
5673 (list_overlays_command): Likewise.
5674 (simple_overlay_update_1): Likewise.
5675 (simple_overlay_update): Likewise.
5676 * tracepoint.c (remote_set_transparent_ranges): Likewise.
5677 * win32-nat.c (core_section_load_dll_symbols): Likewise.
5678
90f943f1
RC
56792004-06-14 Randolph Chung <tausq@debian.org>
5680
5681 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
5682 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
5683 static.
5684 (hppa_hpux_inferior_created): New function.
5685 (hppa_hpux_init_abi): Register observer.
5686 * symfile.c (hp_cxx_exception_support_initialized)
5687 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
5688 (symbol_file_add_main_1, symbol_file_clear): Likewise.
5689
700c15aa
RC
56902004-06-14 Randolph Chung <tausq@debian.org>
5691
3973a7d3
AC
5692 * MAINTAINERS (Write After Approval): Alphabetize my entry
5693 correctly.
700c15aa 5694
cea4838c
AC
56952004-06-14 Andrew Cagney <cagney@gnu.org>
5696
5697 * MAINTAINERS (testsuite): List Michael Chastain as the lead
5698 testsuite maintainer.
5699
97092415
AC
57002004-06-13 Andrew Cagney <cagney@gnu.org>
5701
e8c3165b
AC
5702 * infcmd.c (print_return_value): Fix logic, allow
5703 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
5704
bceabdd8
AC
5705 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
5706 defining any macros.
5707 * gdbarch.h: Re-generate.
5708
57010b1c
AC
5709 * gdbarch.sh: Delete "level" attribute. Only check for a macro
5710 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
5711 * gdbarch.h: Re-generate.
5712
bc87dfa0
AC
5713 * values.c (generic_use_struct_convention): Don't check gcc_p.
5714
15ac804d
AC
5715 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5716 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
5717 * gdbarch.h, gdbarch.c: Regenerate.
5718 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
5719 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
5720 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5721 deprecated_max_register_raw_size and
5722 deprecated_max_register_virtual_size.
5723 * v850-tdep.c (v850_gdbarch_init): Ditto.
5724 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5725 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5726 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5727 * cris-tdep.c (cris_gdbarch_init): Ditto.
5728
97092415
AC
5729 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
5730 * gdbarch.h, gdbarch.c: Re-generate.
5731 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
5732 (m68hc11_use_struct_convention): Delete function.
5733 (m68hc11_extract_struct_value_address): Delete function.
5734 (m68hc11_return_value): New function.
5735 (m68hc11_gdbarch_init): Instead of store_return_value,
5736 extract_return_value, return_value_on_stack,
5737 deprecated_extract_struct_value_address and use_struct_convention,
5738 set return_value.
5739 * values.c (using_struct_return): Do not call
5740 RETURN_VALUE_ON_STACK.
5741 * arch-utils.h (generic_return_value_on_stack_not): Delete
5742 declaration.
5743 * arch-utils.c (generic_return_value_on_stack_not): Delete
5744 function.
5745
44e5158b
AC
57462004-06-12 Andrew Cagney <cagney@gnu.org>
5747
5748 * values.c (register_value_being_returned): Delete function.
5749 * infcmd.c (legacy_return_value): Delete function.
5750 * infcall.c (call_function_by_hand): Inline
5751 "register_value_being_returned", simplify.
5752 * values.c (using_struct_return): Update comment, refer to
5753 print_return_value instead of register_value_being_returned.
5754 * infcmd.c (print_return_value): Inline calls to
5755 register_value_being_returned and legacy_return_value. Simplify.
5756
b887c273
RC
57572004-06-11 Randolph Chung <tausq@debian.org>
5758
5759 * somread.c (som_symtab_read): Exclude gcc local symbols.
5760
1b2bfbb9
RC
57612004-06-11 Randolph Chung <tausq@debian.org>
5762
3973a7d3
AC
5763 * infrun.c (handle_inferior_event): Handle the case when a
5764 trampoline ends up in the runtime resolver, and if the trampoline
5765 has no name. Rearrange the code so that all the trampoline
5766 processing happens before other step-out-of-range handling.
1b2bfbb9 5767
a9d61c86
MH
57682004-06-11 Martin Hunt <hunt@redhat.com>
5769
5770 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
5771 has no fpu.
5772
2c87cf5a
AC
57732004-06-10 Andrew Cagney <cagney@gnu.org>
5774
5775 * blockframe.c (legacy_inside_entry_func): Delete.
5776 (legacy_frame_chain_valid): Inline call to
5777 legacy_inside_entry_func, simplify.
5778
0b67b468 57792004-06-10 Bob Rossi <bob@brasko.net>
57c22c6c
BR
5780
5781 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3973a7d3
AC
5782 * dwarf2read.c (partial_die_info): Add dirname field.
5783 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
5784 (read_partial_die): Save away DW_AT_comp_dir.
5785 * defs.h (symtab_to_filename): Removed.
5786 * source.c (find_and_open_source): Added.
57c22c6c 5787 (open_source_file): Just calls find_and_open_source.
3973a7d3
AC
5788 (symtab_to_filename): Removed.
5789 (symtab_to_fullname, psymtab_to_fullname): Added.
57c22c6c
BR
5790 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
5791 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
5792 symtab_to_filename.
5793 * symtab.h (partial_symtab): Add dirname field.
5794 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3973a7d3
AC
5795 (mi_cmd_file_list_exec_source_file): Call new function
5796 symtab_to_fullname to find fullname.
57c22c6c 5797 (mi_cmd_file_list_exec_source_files): Added.
3973a7d3 5798 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
57c22c6c
BR
5799 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
5800
9a1dd1ad
AC
58012004-06-10 Andrew Cagney <cagney@gnu.org>
5802
239ae8c7
AC
5803 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
5804 to generic_use_struct_convention, the default value.
5805
fc720350
AC
5806 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
5807 of abort.
5808
9a1dd1ad
AC
5809 * ns32k-tdep.c (ns32k_push_arguments): New function.
5810 (ns32k_gdbarch_init): Set deprecated_push_arguments.
5811 * infcall.c (call_function_by_hand): Call error instead of
5812 legacy_push_arguments.
5813 * value.h (legacy_push_arguments): Delete declaration.
5814 * valops.c (legacy_push_arguments): Delete function.
5815 (value_push): Delete function.
5816
fea25152
BF
58172004-06-10 Brian Ford <ford@vss.fsi.com>
5818
5819 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
5820 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
5821 info.
5822 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
5823
30a4a8e0
AC
58242004-06-10 Andrew Cagney <cagney@gnu.org>
5825
5826 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
5827 * gdbarch.h, gdbarch.c: Re-generate.
5828 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
5829 parameters.
5830 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
5831 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
5832 deprecated_pc_in_call_dummy instead of
5833 DEPRECATED_PC_IN_CALL_DUMMY.
5834 (arm_skip_prologue): Ditto.
5835 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
5836 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
5837 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
5838 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
5839 Ditto.
5840 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
5841 (sh64_init_extra_frame_info, sh64_get_saved_register)
5842 (sh64_pop_frame): Ditto.
5843 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
5844 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
5845 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
5846 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
5847 (h8300_pop_frame): Ditto.
5848 * blockframe.c (legacy_inside_entry_func)
5849 (legacy_frame_chain_valid): Ditto.
5850 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
5851 to deprecated_pc_in_call_dummy.
5852
81cfbe54
AC
58532004-06-09 Andrew Cagney <cagney@gnu.org>
5854
a1f4a1b6
AC
5855 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
5856 provide a default value.
5857 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
5858 * gdbarch.h, gdbarch.c: Re-generate.
5859 * arch-utils.c (generic_convert_register_p): Rename
5860 legacy_convert_register_p
5861 (legacy_register_to_value, legacy_value_to_register): Delete
5862 functions.
5863 * arch-utils.h (generic_convert_register_p): Rename
5864 legacy_convert_register_p.
5865 (legacy_register_to_value, legacy_value_to_register): Delete
5866 declarations.
5867
9730f241
AC
5868 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
5869 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
5870 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
5871 * gdbarch.h, gdbarch.c: Re-generate.
5872 * infcmd.c (default_print_registers_info): Simplify.
5873 * findvar.c (value_of_register): Simplify.
5874 * mi/mi-main.c (get_register): Simplify.
5875 * arch-utils.c (legacy_convert_register_p): Always return 0.
5876 (legacy_register_to_value, legacy_value_to_register): Always call
5877 internal_error.
5878
8a1bf479
AC
5879 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
5880 #ifdef CLEAR_INSN_CACHE code.
5881 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
5882 Delete #ifdef CLEAR_DEFERRED_STORES code.
5883
4b38d6f1
AC
5884 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
5885
2d62ecc7
AC
5886 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
5887 copyright.
5888 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
5889
be4f7469
AC
5890 * config/mips/mipsv4.mh: Delete file.
5891
81cfbe54
AC
5892 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
5893 unreferenced macro.
5894 (hpread_adjust_stack_address): Delete declaration.
5895
d966f0cb
AC
58962004-06-08 Andrew Cagney <cagney@gnu.org>
5897
5898 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5899 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
5900 PTRACE_ATTACH / PTRACE_DETACH available call error.
5901 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
5902 * infttrace.c (update_thread_state_after_attach, attach, detach):
5903 Remove #ifdef wrappers.
5904 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
5905 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5906 * config/nm-bsd.h (ATTACH_DETACH): Delete.
5907 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
5908 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
5909 * config/nm-linux.h (ATTACH_DETACH): Delete.
5910 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
5911 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
5912 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
5913 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
5914 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
5915
d91670b9
CV
59162004-06-08 Corinna Vinschen <vinschen@redhat.com>
5917
5918 * configure.in: Set $configdir to the right OS specific value.
5919 Use value when setting $tcldir and $tkdir.
5920 * configure: Regenerate.
5921
28ba0b33
PB
59222004-06-06 Paul Brook <paul@codesourcery.com>
5923
5924 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
5925 records.
5926
f26caa11
PH
59272004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
5928
5929 * ada-lang.c (lookup_symbol_in_language): New function to allow
5930 re-use of another language's symbol lookup code. (Placed here
5931 temporarily while Ada support is being integrated into the public
5932 tree).
5933 (restore_language): New auxiliary function for
5934 lookup_symbol_in_language.
5935 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
5936 temporarily while Ada support is being integrated into the public
5937 tree).
5938
d560a54b
AO
59392004-06-08 Alexandre Oliva <aoliva@redhat.com>
5940
e75d110c
AO
5941 * Makefile.in (check//%): New.
5942
d560a54b
AO
5943 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
5944 (mn10300_store_return_value): Rewrite.
5945 (mn10300_type_align): New.
5946 (mn10300_use_struct_convention): Rewrite.
5947 (mn10300_return_value): New, using all of the above.
5948 (mn10300_pop_frame_regular): Add saved_regs_size.
5949 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
5950
a72fbdb7
AO
5951 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
5952 regs if PC is on movm.
5953
01904826
JB
59542004-06-07 Jim Blandy <jimb@redhat.com>
5955
5956 Add native Linux support for the PowerPC E500.
5957 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
5958 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
5959 all architectures except the E500.
5960 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
5961 #definitions.
5962 (struct gdb_evrregset_t): New type.
5963 (have_ptrace_getsetevrregs): New variable.
5964 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
5965 fetch_spe_registers): New functions.
5966 (fetch_register): Call fetch_spe_register as appropriate.
5967 Assert that we're only passed raw register numbers.
5968 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
5969 Don't fetch gprs if they're pseudoregisters.
5970 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
5971 store_spe_registers): New functions.
5972 (store_register): Call store_spe_register as appropriate.
5973 Assert that we're only passed raw register numbers.
5974 (store_ppc_registers): Call store_spe_registers as appropriate.
5975 Don't store gprs if they're pseudoregisters.
5976
f90ef764
JJ
59772004-06-07 Jeff Johnston <jjohnstn@redhat.com>
5978
5979 * thread-db.c (thread_get_info_callback): Fill in the thread_info
5980 struct if one exists, even if we are dealing with a zombie thread.
5981
45b75230
AC
59822004-06-07 Andrew Cagney <cagney@gnu.org>
5983
5984 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
5985 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
5986 Rename PC_REQUIRES_RUN_BEFORE_USE.
5987 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
5988 #ifdef.
5989
1658da49
RC
59902004-06-07 Randolph Chung <tausq@debian.org>
5991
5992 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
5993 unwinding after sp has been saved to the stack but before the end
5994 of the prologue, and after the fp has been modified but before it has
5995 been saved to the stack.
5996 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
5997 Remove superfluous definitions.
5998 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
5999
9a727a3c
RC
60002004-06-07 Guy Martin <gmsoft@gentoo.org>
6001
6002 Committed by Randolph Chung.
6003 * hppa-linux-nat.c: Include the correct version of the header file
6004 depending on the kernel version.
6005
9e500012
RC
60062004-06-06 Randolph Chung <tausq@debian.org>
6007
6008 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6009 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6010
3388d7ff
RC
60112004-06-06 Randolph Chung <tausq@debian.org>
6012
6013 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6014 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6015 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6016 * hppa-tdep.c (hppa_symbol_address): New function definition.
6017 * hppa-tdep.h (hppa_symbol_address): New function declaration.
6018
d49771ef
RC
60192004-06-06 Randolph Chung <tausq@debian.org>
6020
6021 * hppa-tdep.h (struct value): Forward declaration.
6022 (gdbarch_tdep): Define tdep find_global_pointer method.
6023 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6024 associated with the function we are trying to call, and write it
6025 to the gp register.
6026 (hppa32_convert_from_funct_ptr_addr): New function.
6027 (hppa_find_global_pointer): New function.
6028 (hppa_gdbarch_init): Set default find_global_pointer method; set
6029 convert_from_func_ptr_addr method.
6030 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6031 (hppa_linux_init_abi): Set find_global_pointer method.
6032 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6033
7d9b040b
RC
60342004-06-06 Randolph Chung <tausq@debian.org>
6035
6036 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6037 to struct value *function.
6038 * gdbarch.c: Regenerate.
6039 * gdbarch.h: Likewise.
6040 * infcall.c (call_function_by_hand): Pass entire function value
6041 to push_dummy_call.
6042
6043 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6044 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6045 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6046 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6047 * arm-tdep.c (arm_push_dummy_call): Likewise.
6048 * avr-tdep.c (avr_push_dummy_call): Likewise.
6049 * cris-tdep.c (cris_push_dummy_call): Likewise.
6050 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6051 * frv-tdep.c (frv_push_dummy_call): Likewise.
6052 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6053 * hppa-tdep.c (hppa32_push_dummy_call)
6054 (hppa64_push_dummy_call): Likewise.
6055 * i386-tdep.c (i386_push_dummy_call): Likewise.
6056 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6057 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6058 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6059 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6060 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6061 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6062 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6063 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6064 (ppc64_sysv_abi_push_dummy_call): Likewise.
6065 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6066 (ppc64_sysv_abi_push_dummy_call): Likewise.
6067 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6068 * s390-tdep.c (s390_push_dummy_call): Likewise.
6069 * sh-tdep.c (sh_push_dummy_call_fpu)
6070 (sh_push_dummy_call_nofpu): Likewise.
6071 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6072 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6073 * vax-tdep.c (vax_push_dummy_call): Likewise.
6074
4a19ea35
JB
60752004-06-04 Jim Blandy <jimb@redhat.com>
6076
8327ccee
JB
6077 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6078 gdbarch argument to register_size.
6079
a3c001ce
JB
6080 * rs6000-tdep.c (rs6000_store_return_value): Use
6081 regcache_cooked_write_part instead of
6082 deprecated_write_register_bytes.
6083 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6084 not gdbarch_deprecated_store_return_value.
6085
4a19ea35
JB
6086 * ppc-linux-nat.c (store_register, fetch_register): Remove
6087 incorrect assertions. Simplify and generalize handling of
6088 transfers whose sizes are not multiples of, or less than, sizeof
6089 (PTRACE_XFER_TYPE).
6090
b9b5d7ea
JJ
60912004-06-04 Jeff Johnston <jjohnstn@redhat.com>
6092
6093 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6094 as a new thread event.
720c7d64 6095 * thread-db.c (thread_get_info_callback): If the thread is a
b9b5d7ea 6096 zombie, return TD_THR_ZOMBIE.
720c7d64 6097 (thread_from_lwp): If thread_get_info_callback returns
b9b5d7ea
JJ
6098 TD_THR_ZOMBIE, check if the thread is still on the thread list
6099 and return a -1 ptid if not found.
6100 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6101 change the status to TARGET_WAITKIND_SPURIOUS.
6102
c8a3b559
CV
61032004-06-03 Corinna Vinschen <vinschen@redhat.com>
6104
6105 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6106 double values in little endian mode.
6107
20605361
AC
61082004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
6109
6110 Committed by Andrew Cagney.
6111 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6112 after last enum constant to avoid error from IBM C
6113 compiler.
6114
bc97b3ba
JB
61152004-06-02 Jim Blandy <jimb@redhat.com>
6116
6117 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6118 to 'message', and make it local to the lone block that uses it.
6119
1da28ab0
JB
6120 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6121
4c4b4cd2
PH
61222004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
6123
8a2225b2
PH
6124 * ada-exp.y: Update copyright notice.
6125 Include block.h.
6126
6127 Replace REGNAME, LAST, INTERNAL_VARIABLE with
6128 SPECIAL_VARIABLE and unify the treatment of these cases.
6129
6130 (write_attribute_call0): Remove.
6131 (write_attribute_call1): Remove.
6132 (write_attribute_calln): Remove.
6133 (save_qualifier): Add missing semicolon.
6134
6135 (simple_exp,exp): Decomment (i.e., reactivate) code that was
6136 temporarily disabled to allow compilation with FSF head version.
6137
6138 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
6139 use individual operators (OP_*) for all attributes.
6140 (exp syntax): Use write_int.
6141 Handle STRING literals with OP_STRING.
6142 (variable syntax): Add limit parameter to calls to
6143 write_object_renaming.
6144
6145 (temp_parse_space): New definition to hold entities that need
6146 only live until the next call to ada_parse.
6147 (string_to_operator): Rename fields of ada_opname_table entries.
6148
6149 (write_var_from_sym): Record block.
6150 (write_var_from_name): Minor reformatting.
6151 Make sure saved name is properly encoded in the case of multiple
6152 matches, and set its language to Ada.
6153 Update comment.
6154 Modify to indicate unresolved name as symbol in the UNRESOLVED
6155 namespace, allocated in temp_parse_space.
6156 (write_int): New function.
6157
6158 (write_object_renaming): Add max_depth parameter to limit
6159 chains of object renamings.
6160 Handle case where root of renaming expression is itself a renaming.
6161 Use temp_parse_space for temporary name buffer.
6162 Handle renamings to dereferenced pointers (___XEXA suffices).
6163
6164 (ada_parse, yyerror, string_to_operator,
6165 write_var_from_sym, write_var_from_name, write_attribute_call0,
6166 write_attribute_call1, write_attribute_calln,
6167 write_object_renaming): Protoize.
6168
6169 (_initialize_ada_exp): New function.
6170
6171 * ada-lang.c: Update copyright notice.
6172 General terminology change to conform to GNAT compiler usage:
6173 mangle => encode, demangle => decode
6174 Include gdb_obstack.h.
6175 Include gdb_regex.h
6176 Include frame.h
6177 Include hashtab.h
6178 Include completer.h
6179 Include gdb_stat.h
6180 Include block.h
6181 Include infcall.h
6182
6183 (ADA_RETAIN_DOTS): Make sure this is defined.
6184 (TRUNCATION_TOWARDS_ZERO): Define.
6185 (struct string_vector): Define.
6186 (unresolved_names): Remove definition.
6187 (xnew_string_vector): New function.
6188 (string_vector_append): New function.
6189 (extract_string): Make static.
6190 (ada_unqualified_name): New function.
6191 (add_angle_brackets): New function.
6192 (function_name_from_pc): New function.
6193 (place_on_stack): Rename to ensure_lval.
6194
6195 (ensure_lval): Renamed from place_on_stack.
6196 Make identity on lvals.
6197 Update comment.
6198 (is_nonfunction): New interface.
6199 Only symbols in LOC_CONST class can be enumerals.
6200 (fill_in_ada_prototype): Remove; now independent of language.
6201 (add_defn_to_vec): Add obstack and symtab arguments.
6202 Use obstack to hold collected definitions.
6203 (num_defns_collected): New function.
6204 (defns_collected): New function.
6205 (ada_resolve_subexp): Rename to resolve_subexp.
6206 (resolve_subexp): Renamed from ada_resolve_subexp.
6207 (ada_op_name): Return non-const result.
6208 (ada_decoded_op_name): Renamed from ada_op_name, now used for
6209 other purposes.
6210
6211 (to_fixed_array_type): Add declaration.
6212 (coerce_unspec_val_to_type): Remove offset parameter.
6213 (find_sal_from_funcs_and_line): New interface.
6214 (find_line_in_linetable): Ditto.
6215
6216 (all_sals_for_line): Rename to ada_sals_for_line and make
6217 global.
6218 Add new parameter. When set, do not ask the user to choose the
6219 instance, but use the first one found instead.
6220 Use given line number in returned sals.
6221 Fix comment.
6222 Skip the prologue if funfirstline is set.
6223 Correct for memory leak when 0 lines found.
6224
6225 (value_pos_atr): Use pos_atr.
6226 (pos_atr): New function.
6227 (standard_lookup): Add block parameter.
6228
6229 (makeTimeStart): Remove declaration and uses.
6230 (makeTimeStop): Remove declaration and uses.
6231
6232 (ada_completer_word_break_characters): Allow for VMS.
6233 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6234 (raise_sym_name): New constant.
6235 (raise_unhandled_sym_name): New constant.
6236 (raise_assert_sym_name): New constant.
6237 (process_raise_exception_name): New constant.
6238 (longest_exception_template): New constant.
6239 (warning_limit): New variable to limit warnings during expression
6240 evaluation.
6241 (warnings_issued): New variable to keep track of warnings issued.
6242 (known_runtime_file_name_patterns): New constant.
6243 (known_auxiliary_function_name_patterns): New constant.
6244 (symbol_list_obstack): New variable.
6245
6246 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6247 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6248 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6249 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
6250 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
6251 ada_variant_discrim_name, field_alignment, dynamic_template_type,
6252 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
6253 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
6254 and strcmp.
6255
6256 (ada_get_field_index): New function.
6257 (lim_warning): New function.
6258 (ada_translate_error_message): New function.
6259 (MAX_OF_SIZE): New function.
6260 (MIN_OF_SIZE): New function.
6261 (UMAX_OF_SIZE): New function.
6262 (UMIN_OF_SIZE): New function.
6263 (discrete_type_high_bound): New function.
6264 (discrete_type_low_bound): New function.
6265 (base_type): New function.
6266 (do_command): Remove.
6267
6268 (ada_update_initial_language): Use language_ada, not language_unknown.
6269 (ada_encode): Renamed from ada_mangle.
6270 Obey ADA_RETAIN_DOTS.
6271 (ada_decode): Renamed from ada_demangle.
6272 Update coding conventions.
6273 (decoded_names_store): New hash table.
6274 (ada_decode_symbol): New function.
6275 (ada_la_decode): New function.
6276
6277 (modify_general_field): Correct computations of offset and bit
6278 position.
6279 (desc_base_type): Handle ref types, too.
6280 (ada_is_direct_array_type): New function.
6281
6282 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6283 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6284 (ada_is_bogus_array_descriptor,ada_type_of_array,
6285 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6286 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
6287 ada_is_array_descriptor_type.
6288
6289 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6290 (ada_is_packed_array_type): Handle pointers or
6291 references to packed arrays as well.
6292 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6293 (decode_packed_array_type): Search for the packed array type
6294 symbol in the currently selected block and associated
6295 superblocks too.
6296 Use lookup_symbol again.
6297
6298 (decode_packed_array): Handle pointers and references.
6299 Update call to coerce_unspec_val_to_type.
6300 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6301 (ada_value_primitive_packed_val): Improve comment.
6302
6303 (ada_index_type): Substitute int type for "undefined".
6304 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6305 ada_array_langth, ada_is_string_type): Use renamed
6306 ada_is_simple_array_type.
6307 (empty_array): New function.
6308
6309 (ada_resolve): Rename to resolve.
6310 (resolve): Make static.
6311 Call renamed resolve_subexp.
6312 Update comment.
6313 (ada_resolve_subexp): Rename to resolve_subexp.
6314 (resolve_subexp): Update comment.
6315 Decomment disabled code.
6316 Add LOC_COMPUTED* cases.
6317 Modify to use temporary struct symbols (marked as being in
6318 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6319 OP_UNRESOLVED_VALUE.
6320 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6321 Add OP_STRING case.
6322 Remove OP_ARRAY.
6323 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6324 Use new ada_lookup_symbol_list interface.
6325 Use new ada_resolve_function interface.
6326 Remove OP_TYPE case.
6327
6328 (ada_args_match): Idiot proof against null actuals.
6329 Use intermediate variables to clarify.
6330 (ada_resolve_function): Update comment and interface.
6331 (mangled_ordered_before): Rename to encoded_ordered_before and
6332 update comment.
6333 (sort_choices): Update comment and interface.
6334 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6335 (user_select_syms): New interface.
6336 Use new sort_choices interface.
6337 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6338 (possible_user_operator_p): Idiot-proof against null values.
6339 (ada_simple_renamed_entity): Don't make cleanup; rely on
6340 caller to free result string.
6341 Remove const from return type.
6342 (make_array_descriptor): Rename uses of place_on_stack to
6343 ensure_lval.
6344 Make sure that arrays are on stack.
6345
6346 (HASH_SIZE): Define.
6347 (struct cache_entry): Define.
6348 (cache_space): Define.
6349 (cache): Define.
6350 (clear_ada_sym_cache): New function.
6351 (find_entry): New function.
6352 (lookup_cached_symbol): New function.
6353 (defn_vector_size): Define.
6354 (cache_symbol): New function.
6355 (defn_symbols): Remove.
6356
6357 (standard_lookup): Use lookup_symbol_in_language to get effect of
6358 C lookup.
6359 Cache results.
6360
6361 (symbol_completion_match): New function.
6362 (symbol_completion_add): New function.
6363 (ada_make_symbol_completion_list): New function.
6364
6365 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6366 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6367 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6368 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6369
6370 (ada_lookup_simple_minsym): New function.
6371 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6372
6373 (add_symbols_from_enclosing_procs): New interface.
6374 Conditionalize more helpfully.
6375 Don't bother if program isn't running.
6376 Use new interface to get_frame_block.
6377 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6378
6379 (remove_extra_symbols): New interface.
6380 (xget_renaming_scope): New function.
6381 (is_package_name): New function.
6382 (renaming_is_visible): New function.
6383 (remove_out_of_scope_renamings): New function.
6384
6385 (ada_lookup_symbol_list): New interface.
6386 Properly reinitialize the symbol list obstack.
6387 Don't call add_symbols_from_enclosing_procs if we start from a
6388 static or global block.
6389 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6390 add_symbols_from_enclosing_procs.
6391 Add symtab data to cached entries.
6392 Handle symbols prefixed with
6393 "standard__" specially; strip prefix and don't look in local symbols.
6394 Do not include out of scope renaming symbols in list of
6395 symbols returned.
6396 Add const to block parameter.
6397 Move check for non-local, non-global symbols earlier.
6398 Remove timing stuff.
6399 (ada_lookup_symbol): New interface.
6400 Find symtab as well.
6401 (ada_lookup_symbol_nonlocal): New function.
6402
6403 (is_name_suffix): Enhance suffix detection to recognize
6404 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6405 (is_dot_digits_suffix): New function.
6406 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6407
6408 (ada_add_block_symbols): New interface. Use obstack to return results
6409 in a vector of struct ada_symbol_infos. Add symtab argument.
6410 Use new interface to add_defn_to_vec.
6411 Remove calls to fill_in_ada_prototype.
6412 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6413
6414 (ada_finish_decode_line_1): Add const qualification to local to fix
6415 warning.
6416 Start looking in static block for functions to avoid attempts
6417 to search frame chain for up-level variables.
6418 Adapt to new ada_sals_for_line interface.
6419 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6420 Handle quoting of the function name inside the spec string.
6421 Skip prologue when funfirstline is set and update the
6422 function documentation to that effect.
6423
6424 (debug_print_lines, debug_print_block, debug_print_blocks,
6425 debug_print_symtab): Remove.
6426
6427 (ada_main_name): New function.
6428 (ada_exception_breakpoint_type): New function.
6429 (is_known_support_routine): New function.
6430 (ada_find_printable_frame): Renamed from find_printable_frame and made
6431 global.
6432 Remove level parameter.
6433 Use new interface to select_frame.
6434
6435 (begin_command): Remove.
6436 (ada_adjust_exception_stop): New function.
6437 (ada_print_exception_stop): New function.
6438 (exception_name_from_cond): New function.
6439 (ada_report_exception_break): Replace disabled code with
6440 conditionalization on GNAT_GDB.
6441 Get the exception name from the condition string.
6442 Remove and move functionality into new functions
6443 ada_print_exception_breakpoint_task and
6444 ada_print_exception_breakpoint_nontask.
6445 (error_breakpoint_runtime_sym_not_found): New function.
6446 (is_runtime_sym_defined): New function.
6447 (ada_breakpoint_rewrite): Uncomment suppressed code.
6448 Use symbolic error-message and runtime-symbol names.
6449 Surround runtime symbol names in quotes.
6450 Allow non-specific breakpoints on exceptions and assertions before
6451 program starts.
6452
6453 (ada_is_tagged_type): Add parameter.
6454 (ada_is_tag_type): New function.
6455 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6456 (ada_variant_discrim_type): Ditto.
6457 (value_tag_from_contents_and_address): New function.
6458 (type_from_tag): New function.
6459 (struct tag_args): New structure used to communicate with
6460 ada_tag_name_1.
6461 (ada_tag_name_1): New function.
6462 (ada_tag_name): New function.
6463
6464 (ada_scan_number): Update comment.
6465 (find_struct_field): New function.
6466 (ada_search_struct_field): Make static.
6467 (ada_value_struct_elt): New version that returns references when
6468 given pointers or references to structs.
6469 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6470 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6471 interface.
6472 (ada_value_ind): Use new ada_to_fixed_value interface.
6473 (ada_coerce_ref): Ditto.
6474 (field_offset): Remove.
6475
6476 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6477 (ada_find_renaming_symbol): New function.
6478 (ada_prefer_type): Prefer named types over unnamed ones.
6479 (variant_field_index): New function.
6480 (contains_variant_part): Removed: subsumed by variant_field_index.
6481 (ada_template_to_fixed_record_type): New function, mostly from
6482 template_to_fixed_record_type.
6483 (template_to_fixed_record_type):
6484 Do not scan the type fields beyond the last one; prevents a
6485 potential SEGV.
6486 Handle case where variant field is listed BEFORE discriminant it
6487 depends on.
6488 Fix calculation of record length when bit length is
6489 not evenly divisible by char length.
6490 Move code to ada_template_to_fixed_record_type and call it.
6491
6492 (template_to_static_fixed_type): Revise comment.
6493 Modify to work on ordinary record types as well as templates,
6494 so as to handle fields that use ___XVE or ___XVU encodings.
6495 (to_record_with_fixed_variant_part): Fill out comment.
6496 Initialize C++ stuff in right type.
6497 Allow case where DVAL is null.
6498 Handle case where variant field is not last.
6499 Fix typo concerning record length.
6500 (to_fixed_record_type): Decomment disabled code.
6501 (to_fixed_record_type): Use variant_field_index instead of
6502 contains_variant_part.
6503 (to_fixed_variant_branch_type): Ditto.
6504 (to_fixed_array_type): Decomment disabled code.
6505 (ada_to_fixed_type): Convert tagged types to the specific type.
6506 Deactivate the size-check for array types in order to avoid
6507 some false size alarms.
6508 (to_static_fixed_type): Decomment disabled code.
6509 Modify to call template_to_static_fixed_type
6510 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6511 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6512 Remove valaddr argument, as it is never really used.
6513 (ada_to_fixed_value): Change interface to act on single struct value*
6514 operand.
6515 (adjust_pc_past_prologue): New function.
6516 (ada_attribute_name): Modify to take enum exp_opcode argument.
6517
6518 (ada_enum_name): Recognize new homonym-distinguishing convention.
6519 Adjust local variable's type to remove compiler warning.
6520 Fix a small problem in the part that unqualifies the enumeration name.
6521 (ada_value_binop): New function.
6522 (ada_value_equal): New function.
6523
6524 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
6525 Don't give error message when not doing normal evaluation
6526 and a tagged type doesn't seem to contain a structure member.
6527 Give error message for packed arrays.
6528 For indexing arrays, handle pointers to packed arrays correctly.
6529 Handle case of 'first and 'last attributes of bare integral type
6530 without encoded subtype info.
6531 Remove some unnecessary casts.
6532 Fix uninitialized value of type in computing 'first, 'last, or 'length
6533 of array object.
6534 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
6535 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
6536 calls.
6537 Attributes are now exp_opcode values.
6538 Correct treatment of 'modulus.
6539 Better error message for taking 'length of wrong kind of type;
6540 improve comment.
6541 Change EVAL_NORMAL to noside for consistency.
6542 Use ada_value_binop for DIV, MOD, REM.
6543 Make special case out of array of length 0, since an argument
6544 of 0 upsets some platforms' malloc.
6545 Use OP_STRING instead of OP_ARRAY.
6546 For slice, add check that we have an array type before extracting
6547 a slice out of it. Avoids a SEGV.
6548 When evaluating an array slice, if the array type is a reference to
6549 an aligner type, then replace the aligner type by the actual type.
6550 Decomment disabled code.
6551 Remove some dead code.
6552 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
6553 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
6554 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
6555 and UNOP_MBR to UNOP_IN_RANGE.
6556 If an array type has a parallel ___XVE type, then use it.
6557 Turn arrays into pointers for lvalue arrays.
6558 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
6559 bounds error and handle 0-length slices.
6560 Use lim_warning.
6561 When selecting fields, apply ada_to_fixed_value (because the fields
6562 might have ___XVU or ___XVE encodings even if not dynamic.)
6563 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
6564 (ada_is_system_address_type): New function.
6565
6566 (get_var_value): Use new interface to ada_lookup_symbol_list.
6567 (get_int_var_value): New interface.
6568 (to_fixed_range_type): Allow unknown bound, with warning.
6569 (ada_is_modular_type): Decomment disabled code.
6570 (ADA_OPERATORS): New definition.
6571 (ada_operator_length): New function.
6572 (ada_expr_op_name): New function.
6573 (ada_forward_operator_length): New function.
6574 (ada_dump_subexp_body): New function.
6575 (ada_print_subexp): New function.
6576 (ada_exp_descriptor): New constant.
6577 (ada_op_print_tab): Add 'size. Remove FIXMEs.
6578 (ada_language_defn): Add ada_exp_descriptor entry.
6579 Change ada_parse => parse.
6580 Add post-parser entry.
6581 Use ada-specific non-local symbol lookup.
6582 Don't use C-style arrays.
6583 String lower-bound is 1.
6584 Decomment disabled code.
6585 (parse): New function.
6586 New fields ada_translate_error_message, ada_lookup_symbol,
6587 ada_lookup_minimal_symbol.
6588
6589 * ada-lang.h: Update copyright dates.
6590 Replace the mangle/demangle terminology throughout by the
6591 more appropriate encode/decode one.
6592 Include breakpoint.h.
6593 Forward declare struct partial_symbol, struct block.
6594 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
6595 (EXTRACT_ADDRESS): Remove.
6596 (EXTRACT_INT): Remove.
6597 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
6598 (MAX_ENCLOSING_FRAME_LEVELS): Define.
6599 (MAX_RENAMING_CHAIN_LENGTH): Define.
6600 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
6601
6602 (enum task_states): Remove.
6603 ada_task_states: Remove.
6604 (fat_string): Remove.
6605 (struct entry_call): Remove.
6606 (struct task_fields): Remove.
6607 (struct task_entry): Remove.
6608
6609 (struct ada_symbol_info): Define.
6610 (enum ada_attribute): Remove.
6611 (enum ada_operator): Define.
6612
6613 (ada_get_field_index): Declare.
6614 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
6615 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6616 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6617 (ada_lookup_symbol_list): New interface.
6618 (ada_decode_symbol): Declare.
6619 (ada_decode): Declare.
6620 (ada_lookup_symbol): New interface.
6621 (ada_update_initial_language): Declare.
6622 (ada_lookup_simple_minsym): Declare.
6623 (user_select_syms): New interface.
6624 (ada_sals_for_line): Declare.
6625 (ada_is_tagged_type): New interface.
6626 (ada_tag_name): Declare.
6627 (ada_lookup_struct_elt_type): Remove declaration.
6628 (ada_search_struct_field): Remove declaration.
6629 (ada_attribute_name): New interface.
6630 (ada_is_system_address_type): Declare.
6631 (ada_to_fixed_value): Remove declaration.
6632 (ada_template_to_fixed_record_type_1): Declare.
6633 (get_int_var_value): New interface.
6634 (ada_find_any_symbol): Declare.
6635 (ada_find_renaming_symbol): Declare.
6636 (ada_mangle): Rename to ada_encode.
6637 (ada_simple_renamed_entity): Remove const.
6638 (ada_main_name): Declare.
6639 (get_current_task): Rename to ada_get_current_task.
6640 (get_entry_number): Remove declaration.
6641 (ada_report_exception_break): Remove declaration.
6642 (ada_print_exception_breakpoint_nontask): Declare.
6643 (ada_print_exception_breakpoint_task): Declare.
6644 (ada_find_printable_frame): Declare.
6645
6646 * ada-lex.l: Update copyright notices.
6647 Use xmalloc and xfree instead of malloc and free.
6648 Use new interface to name_lookup.
6649 Use new interface to
6650 ada_mangle=>ada_encode.
6651 Redo handling of '$...' variable to parallel current treatment
6652 in c-exp.y.
6653 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
6654 digit_to_int, strtoulst, processInt, processReal, processId,
6655 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
6656 yywrap): Protoize.
6657
6658 (processInt): Use cast to remove harmless warning.
6659 (processReal): Modify to get rid of compiler warning on scan formats.
6660
6661 (processId): Replace xmalloc with obstack_alloc for name and remove
6662 call to ada_name_string_cleanup.
6663 Remove obsolete disabled code.
6664 (name_lookup): Ditto.
6665 New interface.
6666 Use obsavestring on temp_parse_space instead of savestring
6667 on name, and remove call to ada_name_string_cleanup.
6668 Free string returned from ada_simple_renamed_entity.
6669 Use new interface to ada_lookup_symbol_list.
6670 Decomment disabled code.
6671 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
6672 not types.
6673 When a type name lookup succeeds as a result of
6674 lookup_primitive_typename, check for regular type entry that has not
6675 yet been read in.
6676 Limit length of chain of renamed symbols we are willing to follow.
6677 Do not break names beginning with "standard__" into segments.
6678 (block_lookup): Use new interface to ada_lookup_symbol_list.
6679
6680 * ada-typeprint.c: Update copyright notice.
6681 (demangled_type_name): Rename to decoded_type_name.
6682 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
6683 (print_range_bound): Correct handling of negative
6684 bounds that make the index type looked unsigned under STABS.
6685 (print_dynamic_range_bound): Use new interface to get_int_var_value.
6686 (print_range_type_named): Use the builtin int type if no type
6687 corresponding to the given type name could be found.
6688 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
6689 Add some bullet-proofing.
6690 (print_variant_clauses): Allow for variant branches with ___XVU
6691 encodings that are not dynamic fields.
6692 Use new interface to ada_is_tagged_type.
6693 (print_record_type): Allow for fields with ___XVE encodings that
6694 are not dynamic fields.
6695 Use new interface to ada_is_tagged_type.
6696 (ada_print_type): ada_is_array_descriptor =>
6697 ada_is_array_descriptor_type.
6698
6699 * ada-valprint.c: Update copyright notice.
6700 Include gdb_string.h
6701 Include infcall.h
6702 (ui_memcpy): New function.
6703 (ada_print_floating): New function.
6704 (ada_print_str): Order arguments correctly.
6705 Correct handling of empty arrays and arrays of 0-length items.
6706 ada_is_array_descriptor => ada_is_array_descriptor_type
6707 Print values of type System.Address in hexadecimal format.
6708 Use ada_print_floating to print floating-point numbers in Ada format.
6709 Print class tag values with type names.
6710 No longer print the address of reference values. Avoids
6711 a potential confusion.
6712 (ada_value_print): Stop printing the object type for reference
6713 values, but preserve that behavior for access types. Avoids
6714 a potential confusion.
6715 Simplify one conditional expression, as the first part is now
6716 necessarily true.
6717 ada_is_array_descriptor => ada_is_array_descriptor_type
6718 Add check for arrays for null records, and print them by hand.
4c4b4cd2 6719
f65f91b5
JB
67202004-06-01 Jim Blandy <jimb@redhat.com>
6721
6722 * ppc-tdep.h: Delete unused 'regoff' member.
6723 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
6724
d4687fa0
MC
67252004-06-01 Michael Chastain <mec.gnu@mindspring.com>
6726
6727 Fix PR symtab/1661.
6728 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
6729 (hpread_read_struct_type): Likewise.
6730
de169ec9
AC
67312004-06-01 Andrew Cagney <cagney@gnu.org>
6732
c6902d46
AC
6733 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
6734 instead of xasprintf.
6735 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
6736 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
6737 (mi_cmd_data_list_register_names)
6738 (mi_cmd_data_list_changed_registers)
6739 (mi_cmd_data_list_register_values)
6740 (get_register, mi_cmd_data_write_register_values)
6741 (mi_cmd_data_write_register_values)
6742 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
6743 (mi_cmd_target_download, mi_cmd_target_select)
6744 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
6745 (mi_execute_cli_command, mi_execute_async_cli_command)
6746 (mi_execute_async_cli_command): Ditto.
6747 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
6748 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
6749
6085fc2d
AC
6750 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
6751 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
6752 error_last_message instead of mi_error_last_message.
6753 * mi/mi-main.c (mi_error_last_message): Delete function.
6754
de169ec9
AC
6755 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
6756 "invalid number of columns" error. Delete redundant "out of
6757 memory" check.
6758
1fc7d519
MK
67592004-05-31 Mark Kettenis <kettenis@gnu.org>
6760
6cfb2041
MK
6761 * i386bsd-nat.c: Don't include <sys/procfs.h>.
6762 (gregset_t, fpregset_t): Remove typedefs.
6763 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
6764 (REG_OFFSET): Rename argument.
6765 (i386bsd_r_reg_offset): Rename from reg_offset.
6766 (REG_ADDR): Remove macro.
6767 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
6768 functions.
6769 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
6770 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
6771 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
6772 instead of supply_gregset.
6773 (store_inferior_registers): Use `struct reg' and `struct fpreg'
6774 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
6775 instead of fill_gregset.
6776 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
6777
1fc7d519
MK
6778 * i386bsd-nat.c: Don't include "gregset.h".
6779 (supply_gregset, fill_gregset): Make static.
6780 (supply_fpregset, fill_fpregset): Remove.
6781 * Makefile.in (i386bsd-nat.o): Update dependencies.
6782
2c34abbe
MK
67832004-05-30 Mark Kettenis <kettenis@gnu.org>
6784
448724fb
MK
6785 * fbsd-proc.c: Include "regcache.h", "regset.h" and
6786 "gdb_assert.h". Con't include "gregset.h".
6787 (fbsd_make_corefile_notes): Use regset-based core file support
6788 instead off fill_gregset and fill_fpregset.
6789 * Makefile.in (fbsd-proc.o): Update dependencies.
6790
5ca8ca7c
MK
6791 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
6792 instructions.
6793 (m88k_frame_prev_register): Simplify code a bit.
6794
593adc23
MK
6795 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
6796 (amd64_collect_fpregset): New function.
6797 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
6798
8d1b517b
MK
6799 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
6800
7fdafb5a
MK
6801 * i386-tdep.c (i386_supply_gregset): Adjust comment.
6802 (i386_collect_gregset): New function.
6803 (i386_supply_fpregset): Adjust comment.
6804 (i386_collect_fpregset): New function.
6805 (i386_regset_from_core_section): Use i386_collect_gregset and
6806 i386_collect_fpregset.
6807
8693c419
MK
6808 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
6809 handle VALUEP being null.
6810
2c34abbe
MK
6811 * regset.h (collect_regset_ftype): Unconstify fourth argument.
6812
45d134d8
MK
68132004-05-29 Mark Kettenis <kettenis@gnu.org>
6814
1698f4e7
MK
6815 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
6816
45d134d8
MK
6817 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
6818 assembler in OpenBSD 3.5-current.
6819 (amd64obsd_sigcontext_addr): Likewise.
6820
691d145a
JB
68212004-05-28 Jim Blandy <jimb@redhat.com>
6822
6823 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
6824 register set, so our regcache isn't declared "legacy" and our E500
6825 pseudoregister read and write functions aren't ignored.
6826 (rs6000_register_byte, rs6000_register_raw_size,
6827 rs6000_register_virtual_type, rs6000_register_convertible,
6828 rs6000_register_convert_to_virtual,
6829 rs6000_register_convert_to_raw): Deleted.
6830 (rs6000_register_type, rs6000_convert_register_p,
6831 rs6000_register_to_value, rs6000_value_to_register): New
6832 functions.
6833 (rs6000_gdbarch_init): Don't register
6834 gdbarch_deprecated_register_size,
6835 gdbarch_deprecated_register_bytes,
6836 gdbarch_deprecated_register_byte,
6837 gdbarch_deprecated_register_raw_size,
6838 gdbarch_deprecated_register_virtual_type,
6839 gdbarch_deprecated_register_convertible,
6840 gdbarch_deprecated_register_convert_to_virtual, or
6841 gdbarch_deprecated_register_convert_to_raw methods. Instead,
6842 register gdbarch_register_type, gdbarch_convert_register_p,
6843 gdbarch_register_to_value, and gdbarch_value_to_register methods.
6844
18ed0c4e
JB
68452004-05-26 Jim Blandy <jimb@redhat.com>
6846
6847 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
6848 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
6849 functions, updated to match the register numberings used in GCC.
6850 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
6851 rs6000_dwarf2_reg_to_regnum as register number conversions
6852 functions for STABS and Dwarf2.
6853
779af9e3
RC
68542004-05-26 Randolph Chung <tausq@debian.org>
6855
6856 * infttrace.h (target_waitkind): Forward declare type instead of pulling
6857 in header file.
6858
c23968a2
JB
68592004-05-25 Joel Brobecker <brobecker@gnat.com>
6860
6861 * NEWS: Document new "start" command.
6862
3a7d1c27
RC
68632004-05-25 Randolph Chung <tausq@debian.org>
6864
6865 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
6866 hppa-linux.
6867
43613416
RC
68682004-05-25 Randolph Chung <tausq@debian.org>
6869
6870 * hppa-hpux-tdep.c (offsetof): Define.
6871 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
6872 (hppa32_hpux_frame_base_before_sigtramp)
6873 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6874 (hppa64_hpux_frame_saved_pc_in_sigtramp)
6875 (hppa64_hpux_frame_base_before_sigtramp)
6876 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
6877 functions.
6878 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
6879 (hppa_hpux_sigtramp_frame_unwind_cache)
6880 (hppa_hpux_sigtramp_frame_this_id)
6881 (hppa_hpux_sigtramp_frame_prev_register)
6882 (hppa_hpux_sigtramp_frame_unwind)
6883 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
6884 (hppa_hpux_init_abi): Register sigtramp unwinder.
6885 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
6886
6d1be3f1
RC
68872004-05-25 Randolph Chung <tausq@debian.org>
6888
6889 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
6890 and multiple stack unwinds.
6891 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
6892
97c34f65
AC
68932004-05-25 Andrew Cagney <cagney@gnu.org>
6894
6895 * symfile.h (symbol_file_add_from_memory): Delete declaration.
6896 * symfile-mem.h: Delete file.
6897 * symfile-mem.c: Do not include "symfile-mem.h".
6898 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
6899 "struct bfd_section". When an error do not bother returning NULL.
6900 (add_symbol_file_from_memory_command): Use "struct bfd" and
6901 "struct bfd_section".
6902 * Makefile.in (symfile_mem_h): Delete.
6903 (symfile-mem.o): Update dependencies.
6904
e23cbd82
NR
69052004-05-25 Nick Roberts <nickrob@gnu.org>
6906
6907 * gdb-mi.el: New file.
6908
20d2ca3e
AC
69092004-05-25 Andrew Cagney <cagney@gnu.org>
6910
6911 * inftarg.c: Include "observer.h".
6912 (child_attach, child_create_inferior): Notify inferior_created.
6913 * corelow.c: Include "observer.h".
6914 (core_open): Notify inferior_created.
6915 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
6916
c27cda74
AC
69172004-05-25 Andrew Cagney <cagney@gnu.org>
6918
6919 * target.h (struct target_ops): Add from_tty to
6920 to_create_inferior.
6921 (target_create_inferior, find_default_create_inferior): Update.
6922 * infcmd.c (run_command): Update.
6923 * wince.c (child_create_inferior): Update.
6924 * win32-nat.c (child_create_inferior): Update.
6925 * uw-thread.c (uw_thread_create_inferior): Update.
6926 * thread-db.c (thread_db_create_inferior): Update.
6927 * target.c (debug_to_create_inferior)
6928 (find_default_create_inferior): Update.
6929 (maybe_kill_then_create_inferior): Update.
6930 * sol-thread.c (sol_thread_create_inferior): Update.
6931 * remote.c (extended_remote_async_create_inferior)
6932 (extended_remote_create_inferior): Update.
6933 * remote-vx.c (vx_create_inferior): Update.
6934 * remote-st.c (st2000_create_inferior): Update.
6935 * remote-sim.c (gdbsim_create_inferior): Update.
6936 * remote-sds.c (sds_create_inferior): Update.
6937 * remote-rdp.c (remote_rdp_create_inferior): Update.
6938 * remote-rdi.c (arm_rdi_create_inferior): Update.
6939 * remote-m32r-sdi.c (m32r_create_inferior): Update.
6940 * remote-e7000.c (e7000_create_inferior): Update.
6941 * procfs.c (procfs_create_inferior): Update.
6942 * ocd.c (ocd_create_inferior): Update.
6943 * ocd.h (ocd_create_inferior): Update.
6944 * nto-procfs.c (procfs_create_inferior): Update.
6945 * monitor.c (monitor_create_inferior): Update.
6946 * lin-lwp.c (lin_lwp_create_inferior): Update.
6947 * inftarg.c (child_create_inferior): Update.
6948 * hpux-thread.c (hpux_thread_create_inferior): Update.
6949 * gnu-nat.c (gnu_create_inferior): Update.
6950
1db2a798
AC
69512004-05-25 Andrew Cagney <cagney@gnu.com>
6952
6953 * MAINTAINERS: Update e-mail address.
6954
007d08bb
RC
69552004-05-24 Randolph Chung <tausq@debian.org>
6956
6957 * thread.c (info_threads_command, thread_apply_all_command)
6958 (thread_apply_command, thread_command, do_captured_thread_select):
6959 Remove HPUXHPPA-specific code.
6960
69e7b95e
RC
69612004-05-24 Randolph Chung <tausq@debian.org>
6962
6963 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
6964 unused symbols.
6965 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
6966 references.
6967
a4d5f2e0
JB
69682004-05-24 Joel Brobecker <brobecker@gnat.com>
6969
6970 * infcmd.c (kill_if_already_running): New function, extracted
6971 from run_command().
6972 (run_command): Replace extracted code by call to
6973 kill_if_already_running().
6974 (start_command): New function.
6975 (_initialize_infcmd): Add "start" command.
6976
bf2ca189
MK
69772004-05-24 Mark Kettenis <kettenis@gnu.org>
6978
6979 Add OpenBSD/m88k support.
6980 * NEWS (New native configurations): Mention OpenBSD/m88k.
6981 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
6982 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
6983 * Makefile.in (m88k_tdep_h): New variable.
6984 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
6985 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
6986 * configure.host: Add m88*-*-openbsd*.
6987 * configure.tgt: Add m88*-*-openbsd*.
6988
80fadb11
JB
69892004-05-24 Jim Blandy <jimb@redhat.com>
6990
6991 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
6992 to approve changes.
6993
19e2d14b
KB
69942004-05-24 Kevin Buettner <kevinb@redhat.com>
6995
6996 * symtab.c (fixup_section): Search section table when lookup by
6997 name fails.
6998
1b07b470
RC
69992004-05-24 Randolph Chung <tausq@debian.org>
7000
7001 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
7002 be "small_struct".
7003
368702b1
MK
70042004-05-24 Mark Kettenis <kettenis@gnu.org>
7005
5df97fde
MK
7006 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7007 register number in regcache_raw_collect call.
7008 (m68kbsd_collect_fpregset): Likewise.
7009 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7010
368702b1
MK
7011 * regset.h (struct regset): Add back `regset' member.
7012
a770d4ec
MK
70132004-05-23 Mark Kettenis <kettenis@gnu.org>
7014
70f9f479
MK
7015 * configure.in: Check for td_pcb in `struct thread'.
7016 * configure, config.in: Regenerated.
7017
2e16d79e
MK
7018 * dpx2-nat.c: Remove file.
7019 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7020 (dpx2-nat.o): Remove dependencies.
7021
492cf391
MK
7022 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7023 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7024 (amd64obsd_supply_pcb): New function.
7025 (_initialize_amd64obsd_nat): Enable libkvm interface.
7026 * Makefile.in (amd64obsd-nat.o): Update dependencies.
7027 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7028 (LOADLIBES): New variable.
7029
a770d4ec
MK
7030 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7031 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7032 (sparc32nbsd_supply_pcb): New function.
7033 (_initialize_sparcnbsd_nat): Enable libkvm interface.
7034 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7035 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7036 (LOADLIBES): New variable.
7037
9ea75c57
MK
70382004-05-22 Mark Kettenis <kettenis@gnu.org>
7039
2e0c3539
MK
7040 * bsd-kvm.c, bsd-kvm.h: New files.
7041 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7042 "bsd-kvm.h".
7043 (i386fbsd_supply_pcb): New function.
7044 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7045 (i386fbsd-nat.o): Update dependencies.
7046 (bsd_kvm_h): New variable.
7047 (bsd-kvm.o): New dependency.
7048 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7049 (LOADLIBES): New variable.
7050
9ea75c57
MK
7051 * regset.c: Tweak comment.
7052 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
7053 macro.
7054 * regset.h: Update copyright year.
7055 (struct regset): Remove `descr' member, add `gdbarch' member.
7056 (regset_alloc): Adjust prototype and comment.
7057 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7058 (i386_supply_fpregset): Likewise.
7059 (i386_regset_from_core_section): Update call to regset_alloc.
7060 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7061 REGSET->arch.
7062 (i386obsd_aout_regset_from_core_section): Update call to
7063 regset_alloc.
7064 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7065 REGSET->arch.
7066 (i386nbsd_aout_regset_from_core_section): Update call to
7067 regset_alloc.
7068 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7069 REGSET->arch.
7070 (amd64_regset_from_core_section): Update call to regset_alloc.
7071 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7072 REGSET->arch.
7073 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7074 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7075 &sparc32nbsd_gregset in sparc32_supply_gregset call.
7076 (sparc32nbsd_init_abi): Update call to regset_alloc.
7077 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7078 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7079 (sparc64obsd_init_abi): Update call to regset_alloc.
7080 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7081 &sparc64nbsd_gregset in sparc64_supply_gregset call.
7082 (sparc64nbsd_init_abi): Update call to regset_alloc.
7083 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7084 &sparc64fbsd_gregset in sparc64_supply_gregset call.
7085 (sparc64fbsd_init_abi): Update call to regset_alloc.
7086
867e2dc5
JB
70872004-05-22 Jim Blandy <jimb@redhat.com>
7088
7089 * ppc-tdep.h (spe_register_p): New declaration.
7090 (struct gdbarch_tdep): New members: ppc_acc_regnum and
7091 ppc_spefscr_regnum.
7092 * rs6000-tdep.c (spe_register_p): New function.
7093 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7094 spefscr.
7095 (rs6000_gdbarch_init): Initialize the new members of the tdep
7096 structure.
7097
617a4cba
JB
70982004-05-21 Jim Blandy <jimb@redhat.com>
7099
0397dee1
JB
7100 * ppc-linux-nat.c (fetch_register): Move code back to be next
7101 to the comment that describes it. (Moved code, instead of
7102 comment, for symmetry with store_register.)
7103
617a4cba
JB
7104 Allocate regset structures in the gdbarch's obstack, not using
7105 xmalloc.
7106 * regset.c (regset_alloc): Renamed from regset_xmalloc.
7107 Add 'arch' argument. Allocate the regset on arch's obstack, not
7108 using xmalloc.
7109 * regset.h (regset_alloc): Update declaration.
7110 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7111 gdbarch argument.
7112 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7113 * i386-tdep.c (i386_regset_from_core_section): Same.
7114 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7115 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7116 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7117 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7118 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7119 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7120
9aa3914d
JB
71212004-05-21 Joel Brobecker <brobecker@gnat.com>
7122
7123 * config/djgpp/fnchange.lst: Undo previous change, was useless.
7124
99c87dab
JB
71252004-05-21 Jim Blandy <jimb@redhat.com>
7126
7127 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7128 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
7129
c2b6b4aa
JB
71302004-05-20 Jim Blandy <jimb@redhat.com>
7131
7132 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7133
144529d0
MK
71342004-05-20 Mark Kettenis <kettenis@gnu.org>
7135
7136 * regset.h: Make prototype const-correct.
7137 * regset.c (regset_xmalloc): Make const-correct.
7138
4725b721
PH
71392004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
7140
7141 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7142 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7143 (symbol_search_name): Declare.
7144
7145 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7146 (iter_name_next_hashed): Ditto.
7147 (iter_name_next_linear): Ditto.
7148 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7149
7150 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
7151 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7152 (symbol_search_name): New function.
7153
7154 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7155
7156 * minsyms.c (build_minimal_symbol_hash_tables): Change
7157 test for adding to demangled hash table to check for difference
7158 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7159
be07a590
JB
71602004-05-19 Jim Blandy <jimb@redhat.com>
7161
7162 Use a constructor function to create regset structures.
7163 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7164 (struct regset): Use supply_regset_ftype. Add new
7165 'collect_regset' member.
7166 (regset_xmalloc): New declaration.
7167 * regset.c: New file.
7168 * am64-tdep.c (amd64_regset_from_core_section): Use
7169 regset_xmalloc to construct regset structures.
7170 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7171 * i386-tdep.c (i386_regset_from_core_section): Same.
7172 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7173 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7174 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7175 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7176 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7177 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7178 * Makefile.in (COMMON_OBS): Add regset.o.
7179 (regset.o): New rule.
7180
604368f5
JB
71812004-05-19 Joel Brobecker <brobecker@gnat.com>
7182
7183 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7184 and pthread_cond_wait.c.
7185
82d69f8b
JB
71862004-05-18 Jim Blandy <jimb@redhat.com>
7187
7188 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7189 before the mach-specific switch, and then let the individual cases
7190 override the defaults, rather than leaving them uninitialized
7191 until the switch and then setting them in each case.
7192
5859efe5
RC
71932004-05-18 Randolph Chung <tausq@debian.org>
7194
7195 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7196 millicode functions.
7197
9ca80cf8
RC
71982004-05-18 Randolph Chung <tausq@debian.org>
7199
7200 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7201 references to dld_flags_buffer consistent.
7202
ed70ba00
RC
72032004-05-18 Randolph Chung <tausq@debian.org>
7204
7205 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7206 it for unwinding the stack.
7207
63100632
RC
72082004-05-18 Randolph Chung <tausq@debian.org>
7209
7210 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7211 Undefine these so we can overide them using gdbarch.
7212
090ccbb7
RC
72132004-05-18 Randolph Chung <tausq@debian.org>
7214
7215 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7216 handling for 64-bit HPUX (elf).
7217
594706e6
DJ
72182004-05-18 Daniel Jacobowitz <dan@debian.org>
7219
7220 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7221 constants.
7222 * amd64-tdep.c (amd64_skip_prologue): Likewise.
7223 * ia64-tdep.c (examine_prologue): Likewise.
7224 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7225 * v850-tdep.c (v850_fix_call_dummy): Likewise.
7226
e5483145
MK
72272004-05-18 Mark Kettenis <kettenis@gnu.org>
7228
7229 * vax-tdep.c (vax_return_value): Implement
7230 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7231
caed1a45
MK
72322004-05-17 Mark Kettenis <kettenis@gnu.org>
7233
7234 * vax-tdep.c (vax_return_value): Fix typo.
7235
3c0b7db2
AC
72362004-05-17 Andrew Cagney <cagney@redhat.com>
7237
5aae53e5
AC
7238 * MAINTAINERS: Mark Salter was also responsible for
7239 testsuite/config/
7240
3c0b7db2
AC
7241 * NEWS: Mention signal fixes.
7242
22b0923d
RC
72432004-05-17 Randolph Chung <tausq@debian.org>
7244
7245 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7246 check to see if we are unwinding an export stub. Export stubs clobber
7247 the %rp in the call path and stores the original rp in a stack slot.
7248
22f2b2f3
JB
72492004-05-17 Jim Blandy <jimb@redhat.com>
7250
7251 * MAINTAINERS: Update address for J.T. Conklin.
7252
cea96d64
RC
72532004-05-17 Randolph Chung <tausq@debian.org>
7254
7255 * hppa-tdep.c: Remove superfluous #include's.
7256 * Makefile.in (hppa-tdep.o): Update dependencies.
7257
f08f6a4a
RC
72582004-05-17 Randolph Chung <tausq@debian.org>
7259
7260 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7261 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7262 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7263 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7264 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7265 Remove static function declarations.
7266
51da707a
MK
72672004-05-17 Mark Kettenis <kettenis@gnu.org>
7268
caed1a45
MK
7269 * alphabsd-nat.c: Update copyright year.
7270 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7271
c0c2b0db
MK
7272 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7273 and M68K_A2_REGNUM.
7274
51da707a
MK
7275 * m68k-tdep.c (m68k_svr4_return_value): Implement
7276 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7277
8d027a04
MK
72782004-05-16 Mark Kettenis <kettenis@gnu.org>
7279
7280 * sol-thread.c Update copyright year. Fix various coding
7281 standards violations. Tweak a few comments.
7282 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7283 Delete prototypes.
7284
0d99fdb9
RC
72852004-05-15 Randolph Chung <tausq@debian.org>
7286
7287 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7288 as pointer instead of array reference since HPUX compiler does
7289 not accept unsized array arguments.
7290 * somsolib.c (dld_flags_buffer): Use constant array size.
7291
f7e3843a
MK
72922004-05-15 Mark Kettenis <kettenis@gnu.org>
7293
0fe85704
MK
7294 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7295 offset with decimal offset.
7296 (amd64obsd_sigcontext_addr): Return correct address for entire
7297 signal trampoline.
7298
a54f9a00
MK
7299 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7300 instead of get_frame_base.
7301
feae6502
MK
7302 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7303 (fill_gregset): Use regcache_raw_collect.
7304
0382d099
MK
7305 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7306 ppcobsd-tdep.c.
7307
f7e3843a
MK
7308 * config/sparc/tm-nbsd64.h: Remove file.
7309 * config/tm-sunos.h: Remove file.
7310
773df3e5
JB
73112004-05-15 Joel Brobecker <brobecker@gnat.com>
7312
7313 * rs6000-tdep.c (store_param_on_stack_p): New function,
7314 an improved version of some code extracted from skip_prologue().
7315 (skip_prologue): Use store_param_on_stack_p() to detect
7316 instructions saving a parameter on the stack. Detect when r0
7317 is used to save a parameter.
7318 Do not mark "li rx, SIMM" instructions as part of the prologue,
7319 unless the following instruction is also part of the prologue.
7320
95918acb
AC
73212004-05-14 Andrew Cagney <cagney@redhat.com>
7322
06f32659
AC
7323 * infrun.c (handle_inferior_event): Simplify
7324 STEP_OVER_UNDEBUGGABLE.
7325
95918acb
AC
7326 * infrun.c (handle_step_into_function): Delete function.
7327 (handle_inferior_event): Inline calls to
7328 handle_step_into_function.
7329
40711ff1 73302004-05-14 Jerome Guitton <guitton@gnat.com>
42203e46
JG
7331
7332 * rs6000-nat.c: Fix a comment.
7333
02f60eae
JB
73342004-05-12 David Anderson <davea@sgi.com>
7335
7336 Committed by Jim Blandy <jimb@redhat.com>:
7337 * regcache.c (struct regcache_descr): fix comment spelling.
7338
552e377b
JB
73392004-05-13 J. Brobecker <brobecker@gnat.com>
7340
7341 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7342 Fixes a link link failure.
7343
349766b2
JB
73442004-05-13 J. Brobecker <brobecker@gnat.com>
7345
7346 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7347 error that was causing the build to fail.
7348
0d4d5484
JB
73492004-05-13 J. Brobecker <brobecker@gnat.com>
7350
7351 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7352 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7353
0b30808c
AC
73542004-05-13 Andrew Cagney <cagney@redhat.com>
7355
7356 * infrun.c (handle_inferior_event): Check for
7357 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7358 calls. Update comments.
7359
cdf2c5f5
JB
73602004-05-13 Jim Blandy <jimb@redhat.com>
7361
063715bf
JB
7362 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7363 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7364 (store_regs_user_thread, store_regs_kernel_thread): Use
7365 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7366 * ppc-linux-nat.c (fill_gregset): Same.
7367 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7368 (ppc_linux_sigtramp_cache): Same.
7369 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7370 (ppcnbsd_sigtramp_cache_init): Same.
7371 * rs6000-nat.c (fetch_core_registers): Same.
7372 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7373 (rs6000_frame_cache): Same.
7374
cdf2c5f5
JB
7375 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7376 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7377 of assuming that the gprs are numbered starting with zero.
7378 * ppc-linux-nat.c (fill_gregset): Same.
7379 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7380 * ppcnbsd-nat.c (getregs_supplies): Same.
7381 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7382 * rs6000-nat.c (fetch_core_registers): Same.
7383 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7384
450bd37b
MS
73852004-05-07 Michael Snyder <msnyder@redhat.com>
7386
7387 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7388 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7389
4a72a2a6
AC
73902004-05-13 Andrew Cagney <cagney@redhat.com>
7391
7392 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7393
8edfa926
BM
73942004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7395
7396 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7397 base_address for shared libraries.
7398
723e0e3d
BM
73992004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7400
7401 * MAINTAINERS (write after approval): Add myself.
7402
00d4360e
UW
74032004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7404
7405 * breakpoint.c (bpstat_stop_status): Add new argument
7406 STOPPED_BY_WATCHPOINT. Use it instead of testing
7407 target_stopped_data_address agaist 0 to check whether
7408 or not we stopped due to a hardware watchpoint.
7409 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7410 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7411 with new argument.
7412
ec76baa5
JB
74132004-05-12 Jim Blandy <jimb@redhat.com>
7414
7415 * configure.in: When checking whether we should use the -bbigtoc
7416 option, don't forget to restore the original value of LDFLAGS.
7417 * configure: Regenerated.
7418
f2c9ca08
AC
74192004-05-12 Andrew Cagney <cagney@redhat.com>
7420
7421 * thread.c (load_infrun_state): Delete step_sp.
7422 * infrun.c (context_switch): Ditto.
7423 * inferior.h (step_sp): Ditto.
7424 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7425 * gdbthread.h (struct thread_info, save_infrun_state)
7426 (restore_infrun_state): Ditto.
7427
090ddb2a
UW
74282004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
7429
7430 * MAINTAINERS (write after approval): Add myself.
7431
8aad930b
AC
74322004-05-12 Andrew Cagney <cagney@redhat.com>
7433
7434 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7435 eliminate reference to step_sp.
7436 (struct execution_control_state, init_execution_control_state)
7437 (handle_inferior_event, keep_going): Delete update_step_sp and
7438 step_sp.
7439 * infcmd.c (step_sp): Note that variable is unused.
7440
922d5ae0
AC
74412004-05-11 Andrew Cagney <cagney@redhat.com>
7442
7443 * infrun.c (step_over_function): Delete function.
7444 (handle_step_into_function): Use insert_step_resume_breakpoint.
7445 (insert_step_resume_breakpoint): Fix assertion.
7446
017c5ca5
NR
74472004-05-11 Nick Roberts <nickrob@gnu.org>
7448
7449 * utils.c (defaulted_query): Just use the normal query input type
7450 when printing the annotations.
7451
42edda50
AC
74522004-05-11 Andrew Cagney <cagney@redhat.com>
7453
7454 * infrun.c (handle_inferior_event): Simplify code handling
7455 step-into or return-from a signal trampoline.
7456
d28b44a7
AC
74572004-05-11 Andrew Cagney <cagney@redhat.com>
7458
7459 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7460 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7461
383f0f5b
JB
74622004-05-10 Jim Blandy <jimb@redhat.com>
7463
d0b57c3a
JB
7464 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7465 with a call to internal_error.
7466
383f0f5b
JB
7467 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7468 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7469 processor variant lacks those registers.
7470 (ppc_floating_point_unit_p): Change description to make it clear
7471 that this returns info about the ISA, not the ABI.
7472 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7473 return true or false by checking tdep->ppc_fp0_regnum and
7474 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7475 arch/mach switching done in rs6000_gdbarch_init; it's better to
7476 keep that logic there, and just check the results here.
7477 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7478 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7479 floating-point registers.
7480 (ppc_supply_fpregset, ppc_collect_fpregset)
7481 (rs6000_push_dummy_call, rs6000_extract_return_value)
7482 (rs6000_store_return_value): Assert that we have floating-point
7483 registers.
7484 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7485 (rs6000_frame_cache): Don't note the locations at which
7486 floating-point registers were saved if we have no fprs.
7487 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7488 registers.
7489 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7490 (store_regs_user_thread, store_regs_kernel_thread): Only call
7491 supply_fprs / fill_fprs if we actually have floating-point
7492 registers.
7493 (special_register_p): Check ppc_fpscr_regnum before matching
7494 against it.
7495 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7496 supply / collect fpscr if we don't have it.
7497 * ppc-bdm.c: #include "gdb_assert.h".
7498 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7499 have floating-point registers, since I can't test this code on
7500 FP-free systems to adapt it.
7501 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7502 fpscr and floating point register numbers if they don't exist.
7503 (fetch_register): Assert that we have floating-point registers
7504 before we reach the code that handles them.
7505 (store_register): Same. And use tdep instead of calling
7506 gdbarch_tdep again.
7507 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7508 don't have them.
7509 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7510 fprs and fpscr if we don't have them.
7511 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7512 don't have them.
7513 * ppcnbsd-nat.c: #include "gdb_assert.h".
7514 (getfpregs_supplies): Assert that we have floating-point registers.
7515 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7516 * ppcobsd-tdep.c: #include "gdb_assert.h".
7517 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7518 have floating-point registers.
7519 * rs6000-nat.c (regmap): Don't match against the fpscr and
7520 floating point register numbers if they don't exist.
7521 (fetch_inferior_registers, store_inferior_registers,
7522 fetch_core_registers): Only fetch / store / supply the
7523 floating-point registers and the fpscr if we have them.
7524 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
7525 (ppcobsd-tdep.o): Update dependencies.
7526
15960608
AC
75272004-05-10 Andrew Cagney <cagney@redhat.com>
7528
7529 * infrun.c (through_sigtramp_breakpoint): Delete variable.
7530 (context_switch): Do not switch through_sigtramp_breakpoint.
7531 * gdbthread.h (save_infrun_state, load_infrun_state)
7532 (struct thread_info): Delete through_sigtramp_breakpoint parameter
7533 and structure member.
7534 * thread.c (load_infrun_state, save_infrun_state): Update.
7535
5ab5aa0f
MK
75362004-05-10 Mark Kettenis <kettenis@gnu.org>
7537
7538 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
7539
da78b0e7
DJ
75402004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7541
7542 * acinclude.m4: Quote macro names being defined by AC_DEFUN
7543 throughout.
7544 * aclocal.m4: Regenerate.
7545
cca0d3b0
NW
75462004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
7547
7548 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
7549
d303a6c7
AC
75502004-05-10 Andrew Cagney <cagney@redhat.com>
7551
7552 * infrun.c (check_sigtramp2): Delete function.
7553 (handle_inferior_event): When single stepping, and taking a
7554 signal, set a breakpoint at the signal return address. Delete
7555 redundant calls to check_sigtramp2.
7556 (insert_step_resume_breakpoint): New function.
7557 (through_sigtramp_breakpoint, handle_inferior_event)
7558 (follow_exec, wait_for_inferior, fetch_inferior_event)
7559 (currently_stepping, keep_going): Delete most uses of
7560 through_sigtramp_breakpoint, not that it should be deleted.
7561 (delete_breakpoint_current_contents): Delete function.
7562
03f4cc20
RC
75632004-05-10 Randolph Chung <tausq@debian.org>
7564
7565 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
7566 target.
7567 * config/pa/tm-linux.h: New file.
7568
37fc812e
DJ
75692004-05-10 Daniel Jacobowitz <drow@mvista.com>
7570
7571 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
7572 of prefixes. Don't print the prefix twice in the CLI.
7573
26c0b942
JB
75742004-05-10 Jim Blandy <jimb@redhat.com>
7575
2e56e9c1
JB
7576 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
7577 collect all the gprs.
7578
26c0b942
JB
7579 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
7580 loop collecting gprs.
7581
dc497459
AC
75822004-05-09 Andrew Cagney <cagney@redhat.com>
7583
7584 * remote-vx.c (net_step): Delete step-range code.
7585 * remote.c (remote_resume, init_all_packet_configs)
7586 (set_remote_protocol_E_packet_cmd)
7587 (show_remote_protocol_E_packet_cmd)
7588 (remote_protocol_E, show_remote_cmd, _initialize_remote)
7589 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
7590 (show_remote_protocol_e_packet_cmd): Ditto.
7591
0543f387
MK
75922004-05-09 Mark Kettenis <kettenis@gnu.org>
7593
c481d1ca
MK
7594 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
7595
f626a069
MK
7596 * hppa-tdep.h: Update copyright year.
7597 (struct trad_frame_saved_reg): Add opaque declaration.
7598
6fa57a7d
MK
7599 * amd64-tdep.c (amd64_return_value): Implement
7600 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7601
e47577ab
MK
7602 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
7603 (m68k_value_to_register): New functions.
7604 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
7605 value_to_register.
7606
31db7b6c
MK
7607 * defs.h (enum return_value_convention): Add
7608 RETURN_VALUE_ABI_RETURNS_ADDRESS and
7609 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7610 * infcmd.c (legacy_return_value): New function.
7611 (print_return_value): Rwerite to implement
7612 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7613 * values.c (using_struct_return): Check for inequality to
7614 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
7615 RETURN_VALUE_STRUCT_CONVENTION.
7616 * i386-tdep.c (i386_return_value): Implement
7617 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7618
0543f387
MK
7619 * vax-tdep.c: Tweak comments. Reorder include files. Don't
7620 include "symtab.h", "opcode/vax.h" and "inferior.h".
7621 (vax_skip_prologue): Replace calls to read_memory_integer by calls
7622 to read_memory_unsigned_integer.
7623 (vax_gdbarch_init): Reorder.
7624 (_initialize_vax_tdep): Spell out prototype.
7625 * Makefile.in (vax-tdep.o): Update dependencies.
7626
0c93b7b6
AC
76272004-05-08 Andrew Cagney <cagney@redhat.com>
7628
e6b55ae2
AC
7629 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
7630 * target.c (target_detach, target_disconnect): Ditto.
7631
1ac839b8
AC
7632 * infcall.c (call_function_by_hand): When no
7633 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
7634 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
7635 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
7636 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7637 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7638
28954179
AC
7639 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
7640 * gdbarch.h, gdbarch.c: Re-generate.
7641 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7642 deprecated_fix_call_dummy.
7643 * v850-tdep.c (v850_gdbarch_init): Ditto.
7644 * infcall.c (call_function_by_hand): Do not call
7645 DEPRECATED_FIX_CALL_DUMMY.
7646
434b87dd
AC
7647 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
7648 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
7649 * gdbarch.h, gdbarch.c: Re-generate.
7650 * arm-linux-tdep.c (arm_linux_call_dummy_words)
7651 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
7652 deprecated_sizeof_call_dummy_words.
7653 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
7654 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
7655 * v850-tdep.c (v850_gdbarch_init): Ditto.
7656 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7657 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
7658 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7659 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7660 * arch-utils.h (legacy_call_dummy_words)
7661 (legacy_sizeof_call_dummy_words): Delete declarations.
7662 * arch-utils.c (legacy_call_dummy_words)
7663 (legacy_sizeof_call_dummy_words): Delete variables.
7664
58d28df8
AC
7665 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
7666 * gdbarch.h, gdbarch.c: Re-generate.
7667 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
7668 * infcall.c (call_function_by_hand): Eliminate call to
7669 DEPRECATED_PUSH_DUMMY_FRAME.
7670 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7671 push_dummy_frame.
7672 (ns32k_push_dummy_frame): Delete function.
7673
e4a2df64
AC
7674 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7675 deprecated_call_dummy_breakpoint_offset or
7676 deprecated_call_dummy_start_offset.
7677 * dummy-frame.c, arm-tdep.c: Update comments.
7678 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
7679 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
7680 * gdbarch.h, gdbarch.c: Re-generate.
7681
d3712828
AC
7682 * infcall.c (legacy_push_dummy_code): Delete function.
7683 (push_dummy_code): Delete call.
7684
7a882905
AC
7685 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
7686 * gdbarch.h, gdbarch.c: Re-generate.
7687 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
7688 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
7689 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
7690 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
7691
0ec5872b
AC
7692 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
7693 (struct frame_info): Delete opaque declaration.
7694 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
7695 * frame.c (get_frame_type): Delete call.
7696
0c93b7b6
AC
7697 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7698 pc_in_call_dummy.
7699 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
7700 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
7701
75536971
MK
77022004-05-08 Mark Kettenis <kettenis@gnu.org>
7703
527ca6bb
MK
7704 * alphanbsd-tdep.c: Include "gdb_string.h".
7705 * armnbsd-tdep.c: Update copyright year.
7706 Include "gdb_string.h".
7707 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
7708 dependencies.
7709
d39fdc61
MK
7710 * delta68-nat.c: Remove file.
7711 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
7712 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
7713 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
7714 (delta68-nat.o): Remove dependency.
7715
75536971
MK
7716 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
7717 function.
7718 (m68k_gdbarch_init): Don't set
7719 deprecated_frameless_function_invocation.
7720
f4ca1d1f
RC
77212004-05-07 Randolph Chung <tausq@debian.org>
7722
7723 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
7724 read_memory_nobpt for code reading when doing frame unwinding.
7725 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
7726
2f0e8c7a
RC
77272004-05-07 Randolph Chung <tausq@debian.org>
7728
7729 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
7730 instead of sp, handle sigaltstack case.
7731 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
7732 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
7733 signal handler and not that of the caller.
7734 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
7735 hppa_linux_sigtramp_find_sigcontext.
7736
959464ff
RC
77372004-05-07 Randolph Chung <tausq@debian.org>
7738
7739 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
7740 hppa-linux-nat.c.
7741 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
7742 * hppa-linux-nat.c (fetch_register, store_register): Define.
7743 (fetch_inferior_registers, store_inferior_registers): Define.
7744 (supply_gregset): Add comment and clean up some unneeded code.
7745 (fill_gregset): Add comment and fix so that it saves registers in
7746 the right place in the gregset.
7747 (fill_fpregset): Fix buffer overrun problem.
7748 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
7749
0da28f8a
RC
77502004-05-07 Randolph Chung <tausq@debian.org>
7751
7752 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
7753 do common handling of the pcoqt register.
7754 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
7755 to use helper function.
7756 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
7757 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
7758 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
7759 generic fallback unwinder when all else fails.
7760 (hppa_gdbarch_init): Add fallback sniffer.
7761 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
7762 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
7763 to use helper function.
7764
b9ec757a
JB
77652004-05-08 Joel Brobecker <brobecker@gnat.com>
7766
7767 * config/djgpp/fnchange.lst: Add translation rules for
7768 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
7769
756e95f1
MK
77702004-05-08 Mark Kettenis <kettenis@gnu.org>
7771
7772 * frame.c (get_prev_frame_1): Work around GCC bug.
7773 * frame.h: Add comment about GCC bug.
7774
2b4855ab
AC
77752004-05-07 Andrew Cagney <cagney@redhat.com>
7776
7777 * observer.c: Include "commands.h" and "gdbcmd.h".
7778 (observer_debug, _initialize_observer): Add the
7779 command "set/show debug observer".
7780 * observer.sh: When observer debugging, log notify calls.
7781 * Makefile.in (observer.o): Update dependencies.
7782
ba3e8e46
JM
77832004-05-07 Jason Molenda (jmolenda@apple.com)
7784
7785 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
7786
16796152
JB
77872004-05-07 Jim Blandy <jimb@redhat.com>
7788
daf6dc85
JB
7789 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
7790 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
7791 to recognize gpr regnums, instead of assuming that
7792 tdep->ppc_fp0_regnum marks the end of the general-purpose
7793 registers.
7794
16796152
JB
7795 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
7796 the given architecture has floating-point registers.
7797
c69b8bfc
AC
77982004-05-07 Andrew Cagney <cagney@redhat.com>
7799
7800 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
7801 macro defined to 1.
7802 * gdbarch.h, gdbarch.c: Re-generate.
7803 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7804 deprecated_use_generic_dummy_frames.
7805
7243600a
BF
78062004-05-07 Brian Ford <ford@vss.fsi.com>
7807
7808 * NEWS: Mention Cygwin DWARF 2 support.
7809
73c1e0a1
AC
78102004-05-07 Andrew Cagney <cagney@redhat.com>
7811
7812 * objfiles.h (struct entry_info): Delete unused fields
7813 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
7814 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
7815 * mipsread.c (mipscoff_symfile_read): Update.
7816 * mdebugread.c (parse_partial_symbols): Update.
7817 * dwarfread.c (read_file_scope): Update.
7818 * dwarf2read.c (read_file_scope): Update.
7819 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
7820 * coffread.c (complete_symtab): Update.
7821
1d3056ac
MK
78222004-05-07 Mark Kettenis <kettenis@gnu.org>
7823
7824 * infcall.c (_initialize_infcall): Fix typo.
7825
15170568
AC
78262004-05-07 Andrew Cagney <cagney@redhat.com>
7827
7828 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
7829 * command.h (add_setshow_zinteger_cmd): Declare.
7830
34f75cc1
RC
78312004-05-06 Randolph Chung <tausq@debian.org>
7832
7833 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
7834 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
7835 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
7836 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
7837 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
7838 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
7839 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
7840 definitions ...
7841 * hppa-tdep.h: ... to here, with HPPA_ prefix.
7842 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
7843 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
7844 (hppa64_hpux_frame_find_saved_regs_in_sig)
7845 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
7846 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
7847 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
7848 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
7849 (hppa_linux_sigtramp_frame_prev_register): Likewise.
7850 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
7851 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
7852 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
7853 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
7854 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
7855 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
7856 (hppa32_register_type, hppa_cannot_store_register)
7857 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
7858 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
7859 * hpread.c (hpread_process_one_debug_symbol): Likewise.
7860 * pa64solib.c (pa64_solib_have_load_event)
7861 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
7862 (pa64_solib_unloaded_library_pathname): Likewise.
7863 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
7864 (som_solib_library_pathname): Likewise.
7865
0a5e7efe
JI
78662004-05-05 Jim Ingham <jingham@apple.com>
7867
7868 * breakpoint.c (create_breakpoints): Copy the ignore count and
7869 thread id over from the pended breakpoint to the actual
7870 breakpoint.
7871
10a4b113
AC
78722004-05-05 Andrew Cagney <cagney@redhat.com>
7873
7874 * gdbarch.sh (PARM_BOUNDARY): Delete.
7875 gdbarch.h, gdbarch.c: Re-generate.
7876 * valops.c (PARM_BOUNDARY): Delete macro.
7877 (value_push): Delete PARM_BOUNDARY code.
7878 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
7879
366f009f
JB
78802004-05-04 Jim Blandy <jimb@redhat.com>
7881
32b99774
JB
7882 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
7883 Don't assume that the gprs, fprs, and UISA sprs are
7884 contiguous, start at register number zero, and end with fpscr.
7885 Instead, use the numbers from the tdep structure.
7886
366f009f
JB
7887 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
7888 should no longer be used in code specific to the RS6000 and its
7889 derivatives.
7890 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
7891 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
7892 tdep->ppc_fp0_regnum.
7893 (ppc_supply_fpregset, ppc_collect_fpregset)
7894 (rs6000_push_dummy_call, rs6000_extract_return_value)
7895 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
7896 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
7897 FP0_REGNUM.
7898 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
7899 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
7900 Same.
7901 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
7902 bdm_ppc_store_registers): Same.
7903 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
7904 (store_register, fill_fpregset): Same.
7905 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
7906 (ppc_linux_supply_fpregset): Same.
7907 * ppcnbsd-nat.c (getfpregs_supplies): Same.
7908 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
7909 Same.
7910 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
7911 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
7912 ppc64_sysv_abi_return_value): Same.
7913 * rs6000-nat.c (regmap, fetch_inferior_registers)
7914 (store_inferior_registers, fetch_core_registers): Same.
7915
827f338d
MK
79162004-05-01 Mark Kettenis <kettenis@gnu.org>
7917
7918 * m68knbsd-nat.c: Remove file.
7919 * m68knbsd-tdep.c: Remove file.
7920 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
7921 dependencies.
7922 * configure.host: Add m68k-*-netbsdelf*.
7923 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
7924 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
7925 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
7926 (XM_FILE): Remove.
7927 * config/m68k/nbsdelf.mh: New file.
7928 * config/m68k/nbsd.mt: New file.
7929 * config/m68k/nbsdaout.mt: Remove file.
7930 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
7931 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
7932 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
7933 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
7934 (use_struct_convention): Remove prototype.
7935 (USE_STRUCT_CONVENTION): Remove define.
7936 * config/m68k/xm-nbsd.h: Remove file.
7937
66894781
MS
79382004-05-04 Michael Snyder <msnyder@redhat.com>
7939
7940 * m68k-tdep.c (m68k_gdbarch_init): Default to using
7941 reg_struct_return method (as gcc usually does for cross targets).
7942
f0f63663
AC
79432004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7944
7945 Committed by Andrew Cagney.
7946 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
7947 alignment padding when accessing ucontext struct members.
7948
edf61169
JB
79492004-05-04 Jim Blandy <jimb@redhat.com>
7950
8bf659e8
JB
7951 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
7952 'ppc_gplast_regnum' member.
7953 (ppc_num_gprs): New enum constant.
7954 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
7955 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
7956 * rs6000-nat.c (regmap, fetch_inferior_registers,
7957 store_inferior_registers): Same.
7958 * rs6000-tdep.c (e500_pseudo_register_read)
7959 (e500_pseudo_register_write): Same.
7960 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
7961
b967e06f
JB
7962 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
7963 * ppc-tdep.h (ppc_num_fprs): New enum constant.
7964 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
7965 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
7966 FPLAST_REGNUM.
7967 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7968 Same.
7969 * ppc-linux-nat.c (ppc_register_u_addr): Same.
7970 * rs6000-nat.c (regmap, fetch_inferior_registers)
7971 (store_inferior_registers): Same.
7972
edf61169
JB
7973 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
7974 with FPLAST_REGNUM.
7975
58a9656e
JB
79762004-05-03 Joel Brobecker <brobecker@gnat.com>
7977
7978 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
7979 failure detected by recent versions of GCC.
7980 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
7981 to be consistent with the usage in dwarf2_create_include_psymtab.
7982
dc305454
MS
79832004-05-03 Michael Snyder <msnyder@redhat.com>
7984
7985 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
7986 (heuristic_proc_start): Whitespace cleanup.
7987
29972665
MK
79882004-05-04 Mark Kettenis <kettenis@gnu.org>
7989
6b57680d
MK
7990 * sun3-nat.c: Remove file.
7991 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
7992 dependencies.
7993 (ALLDEPFILES): Remove sun3-nat.c.
7994 (sun3-nat.o): Remove dependencies.
7995
29972665
MK
7996 * i386-interix-nat.c, i386-interix-tdep.c,
7997 config/i386/nm-interix.h, config/i386/interix.mh,
7998 config/i386/interix.mt: Remove files.
7999 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8000 dependencies.
8001
f595cb19
MK
80022004-05-03 Mark Kettenis <kettenis@gnu.org>
8003
8004 * m68k-tdep.h (struct gdbarch_tdep): Add member
8005 struct_value_regnum.
8006 (m68k_svr4_init_abi): New prototype.
8007 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
8008 different calling conventions.
8009 (m68k_extract_return_value): Remove code dealing with single-field
8010 structs.
8011 (m68k_store_return_value): Remove code dealing with single-field
8012 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
8013 (m68k_extract_struct_value_address): Remove function.
8014 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8015 (m68k_reg_struct_return_p, m68k_return_value)
8016 (m68k_svr4_return_value): New functions.
8017 (m68k_use_struct_convention): Remove function.
8018 (m68k_push_dummy_call): Use new struct_value_regnum member of
8019 `struct gdbarch_tdep' instead of hardcoded register number to
8020 store STRUCT_ADDR.
8021 (m68k_svr4_init_abi): New function.
8022 (m68k_gdbarch_init): Don't set extract_return_value,
8023 store_return_values, deprecated_extract_struct_value_address and
8024 use_struct_convention. Set return_value instead. Initialize new
8025 struct_value_regnum member of `struct gdbarch_tdep'.
8026 * m68klinux-tdep.c: Update copyright year.
8027 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8028 (m68k_linux_extract_struct_value_address): Remove function.
8029 (m68k_linux_init_abi): Don't set extract_return_value,
8030 store_return_values, deprecated_extract_struct_value_address and
8031 use_struct_convention. Call m68k_svr4_init_abi but override the
8032 new struct_value_regnum member of `struct gdbarch_tdep'.
8033 * Makefile.in (m68k-tdep.o): Update dependencies.
8034
aaa75496
JB
80352004-05-03 J. Brobecker <brobecker@gnat.com>
8036
8037 * dwarf2read.c (line_header): Add new included_p field in
8038 field file_names.
8039 (partial_die_info): New field has_stmt_list. New field line_offset.
8040 (dwarf2_create_include_psymtab): New function.
8041 (dwarf2_build_include_psymtabs): New function.
8042 (add_file_name): Add forward declaration. Initialize new field.
8043 (dwarf_decode_lines): Add new parameter. Enhance this procedure
8044 to be able to determine the list of files included by the
8045 given unit, and build their associated psymtabs.
8046 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8047 files as well.
8048 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8049 (read_file_scope): Update call to dwarf_decode_lines.
8050 (read_partial_die): Handle DW_AT_stmt_list attributes.
8051
c848556f
MC
80522004-05-02 Michael Chastain <mec.gnu@mindspring.com>
8053
8054 Unfix PR gdb/1626.
8055 * configure.in: Revert special case for osf5.*.
8056 * configure: Regenerate.
8057
eb4556d7
JB
80582004-05-02 Jim Blandy <jimb@redhat.com>
8059
8060 Move the symbol-file-from-memory functions into their own file.
8061 * symfile-mem.c, symfile-mem.h: New files.
8062 * symfile.c (symbol_file_add_from_bfd): New function.
8063 (symbol_file_add): Call symbol_file_add_from_bfd.
8064 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8065 Moved to symfile-mem.c.
8066 (_initialize_symfile): Move definition of
8067 add-symbol-file-from-memory command to symfile-mem.c.
8068 * symfile.h (symbol_file_add_from_bfd): New declaration.
8069 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8070 * config/powerpc/linux.mt (TDEPFILES): Same.
8071 * Makefile.in (SFILES): Add symfile-mem.c.
8072 (symfile_mem_h): New variable.
8073 (HFILES_NO_SRCDIR): Add symfile-mem.h.
8074 (symfile-mem.o): New rule.
8075
80bb239e
AC
80762004-05-01 Andrew Cagney <cagney@redhat.com>
8077
7789d0fa
AC
8078 * breakpoint.c (insert_bp_location): Use get_frame_id, and
8079 frame_find_by_id instead of frame_relative_level.
8080 (do_enable_breakpoint): Ditto.
8081 * thread.c: Update copyright.
8082 (info_threads_command): Ditto, simplify.
8083
80bb239e
AC
8084 * frame.c (deprecated_generic_get_saved_register): Delete
8085 function, moved to "xstormy16-tdep.c".
8086 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8087 deprecated_generic_get_saved_register from "frame.c".
8088 (xstormy16_frame_saved_register): Call
8089 xstormy16_get_saved_register.
8090 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8091 static.
8092 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8093 * frame.h (deprecated_generic_get_saved_register): Delete.
8094
b2a871dd
MC
80952004-05-01 Michael Chastain <mec.gnu@mindspring.com>
8096
8097 * dwarfread.c: Update documentation on the state of dwarf-1.
8098
0e100dab
AC
80992004-05-01 Andrew Cagney <cagney@redhat.com>
8100
acd8056e
AC
8101 * stack.c (select_frame_command): Delete call to
8102 frame_relative_level.
8103 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8104 Delete #if0 code.
8105 (frame_info): Do not print FRAMELESS.
8106 (print_block_frame_labels): Replace DEPRECATED_STREQ.
8107 (catch_info): Delete #if0 code.
8108
0e100dab
AC
8109 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8110 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8111 of frame_relative_level.
8112 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8113 to SENTINEL_FRAME.
8114 * frame.h (enum frame_type): Add SENTINEL_FRAME.
8115 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8116 frame_relative_level.
8117
55699d59
AC
8118 * frame.h (deprecated_set_frame_type): Delete declaration.
8119 * frame.c (deprecated_set_frame_type): Delete function, update
8120 comments.
8121
fcf70625
AC
8122 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8123 * gdbarch.h, gdbarch.c: Re-generate.
8124 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8125 (shnbsd_pc_in_sigtramp): Delete.
8126 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8127 pc_in_sigtramp.
8128 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8129 pc_in_sigtramp.
8130 * frame.h: Update comments.
8131 * ppc-linux-tdep.c: Update comments.
8132 * breakpoint.c (bpstat_what): Update comments.
8133
ac5eccb7
AC
8134 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8135 m68klinux-tdep.o's dependencies, were previously added to
8136 m68klinux-nat.o.
8137
f2524b93
AC
8138 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8139 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8140 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8141 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8142 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8143
17e20bce
AC
8144 * Makefile.in (m68klinux-nat.o): Update dependencies.
8145 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8146 (m68k_linux_sigtramp_frame_cache)
8147 (m68k_linux_sigtramp_frame_this_id)
8148 (m68k_linux_sigtramp_frame_prev_register)
8149 (m68k_linux_sigtramp_frame_unwind)
8150 (m68k_linux_sigtramp_frame_sniffer)
8151 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8152 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8153 names, use trad-frame.h.
8154 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8155 (struct m68k_sigtramp_info): Delete.
8156 * m68k-tdep.c (m68k_sigtramp_frame_cache)
8157 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8158 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8159 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8160 "m68klinux-tdep.c".
8161
c8864fa2
AC
8162 * infrun.c (check_sigtramp2): Delete check for
8163 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8164
511dd2cd
MK
81652004-05-01 Mark Kettenis <kettenis@gnu.org>
8166
8167 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8168
8c6b0e06
AC
81692004-05-01 Andrew Cagney <cagney@redhat.com>
8170
9df0bb3f
AC
8171 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8172 (frv_linux_sigtramp_frame_cache)
8173 (frv_linux_sigtramp_frame_this_id)
8174 (frv_linux_sigtramp_frame_prev_register)
8175 (frv_linux_sigtramp_frame_unwind)
8176 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8177 include "linux" in function and variable names, directly call
8178 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8179 the latest trad-frame code.
8180 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8181 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8182 * Makefile.in (frv-linux-tdep.o): Update dependencies.
8183 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8184 * frv-tdep.c (frv_sigtramp_frame_cache)
8185 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8186 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8187 frv-linux-tdep.c.
8188 (frv_gdbarch_init): Do not append a sigtramp sniffer.
8189 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8190 (frv_set_sigcontext_reg_addr): Delete function.
8191
8c6b0e06
AC
8192 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8193 (DEPRECATED_SIGTRAMP_END): Delete.
8194 * gdbarch.h, gdbarch.c: Re-generate.
8195 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8196 * config/vax/tm-vaxbsd.h: Update copyright.
8197 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8198 (DEPRECATED_IN_SIGTRAMP): Define.
8199 * config/m68k/tm-nbsd.h: Update copyright.
8200 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8201 (DEPRECATED_IN_SIGTRAMP): Define.
8202
50ea7769
MK
82032004-05-01 Mark Kettenis <kettenis@gnu.org>
8204
03ac2a74
MK
8205 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8206 encondings. Fixes PR gdb/1628.
8207
50ea7769
MK
8208 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8209 DW_CFA_restore state without a matching DW_CFA_remember_state
8210 instead of aborting. Fixes PR backtrace/1589.
8211
9a5d7be1
JB
82122004-04-30 Joel Brobecker <brobecker@gnat.com>
8213
8214 * MAINTAINERS: Add self as AIX maintainer.
8215 Update my e-mail address in write-after-approval section.
8216
2593d1cd
AC
82172004-04-30 Andrew Cagney <cagney@redhat.com>
8218
ce12bbf9
AC
8219 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8220 (legacy_get_prev_frame): Ditto.
8221
36710c63
AC
8222 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8223 (mips_gdbarch_init): Do not set pc_in_sigtramp.
8224 * mipsread.c (sigtramp_address): Delete extern variable.
8225 (mipscoff_new_init): Delete reference.
8226 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8227 (fixup_sigtramp): Delete function.
8228 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8229 (fixup_sigtramp): Delete declarations.
8230
2593d1cd
AC
8231 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8232 deprecated_pc_in_sigtramp.
8233 (ppcnbsd_pc_in_sigtramp): Delete function.
8234
2a25f91c
MK
82352004-05-01 Mark Kettenis <kettenis@gnu.org>
8236
8237 * config/m68k/nm-nbsd.h: Tweak comments.
8238 * config/m68k/nm-nbsdaout.h: Likewise.
8239
0b281939
AC
82402004-04-30 Andrew Cagney <cagney@redhat.com>
8241
8242 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8243 legacy_pc_in_sigtramp.
8244 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8245
8f2d3ea0
MK
82462004-05-01 Mark Kettenis <kettenis@gnu.org>
8247
8248 Add OpenBSD/m68k support.
8249 * NEWS (New native configurations): Mention OpenBSD/m68k.
8250 * m68kbsd-tdep.c: New file.
8251 * m68kbsd-nat.c: New file.
8252 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8253 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8254 * configure.host: Add m68k-*-openbsd.
8255 * configure.tgt: Add m68k-*-openbsd.
8256 * config/m68k/tm-obsd.h: New file.
8257 * config/m68k/obsd.mt: New file.
8258 * config/m68k/obsd.mh: New file.
8259 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8260 m68kbsd-tdep.c.
8261
c40f49a4
AC
82622004-04-30 Andrew Cagney <cagney@redhat.com>
8263
8264 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8265 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8266
e81554cd
MK
82672004-04-30 Mark Kettenis <kettenis@gnu.org>
8268
8269 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8270 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8271
d4dc1a91
BF
82722004-04-30 Brian Ford <ford@vss.fsi.com>
8273
8274 Revert 2004-04-16 change.
8275 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8276 (i386_coff_init_abi): Remove.
8277 * i386-tdep.h (i386_coff_init_abi): Remove.
8278 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8279
2f72f850
AC
82802004-04-30 Andrew Cagney <cagney@redhat.com>
8281
e492f9d6
AC
8282 * blockframe.c (find_pc_partial_function): Delete use of
8283 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8284 DEPRECATED_SIGTRAMP_END.
8285
7b7adad0
AC
8286 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8287 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8288 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8289 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8290 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8291
2f72f850
AC
8292 * defs.h (deprecated_inside_entry_file): Delete declaration.
8293 * blockframe.c (deprecated_inside_entry_file): Delete function.
8294 (legacy_frame_chain_valid): Delete call.
8295 * sh64-tdep.c (sh64_frame_chain): Delete call.
8296 * objfiles.h: Update comments.
8297 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8298 call.
8299 * frame.c (get_prev_frame): Delete call, update comments.
8300
283f90a7
BF
83012004-04-30 Brian Ford <ford@vss.fsi.com>
8302
8303 * MAINTAINERS (Write After Approval): Add myself.
8304
8ee56bcf
AC
83052004-04-30 Andrew Cagney <cagney@redhat.com>
8306
8307 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8308 * gdbarch.h, gdbarch.c: Re-generate.
8309 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8310 code.
8311
ee27e1b6
AC
83122004-04-30 Andrew Cagney <cagney@redhat.com>
8313
8314 * gdb-events.sh (selected_thread_changed)
8315 (selected_frame_level_changed, target_changed): Delete.
8316 * gdb-events.h, gdb-events.c: Re-generate.
8317 * valops.c (value_assign): Update.
8318 * stack.c (select_frame_command, up_silently_base)
8319 (down_silently_base): Update.
8320
d5ac5a39
AC
83212004-04-29 Andrew Cagney <cagney@redhat.com>
8322
8323 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8324 registers correctly.
8325 (print_gp_register_row, mips32_heuristic_proc_desc)
8326 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8327 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8328 references to mips_isa_regsize.
8329
ceae6e75
AC
83302004-04-29 Andrew Cagney <cagney@redhat.com>
8331
8332 * mips-tdep.c (struct gdbarch_tdep): Delete
8333 mips_fp_register_double.
8334 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8335 mips_abi_regsize.
8336 (mips_gdbarch_init): Do not set mips_fp_register_double.
8337 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8338
a587af0b
AC
83392004-04-29 Joel Brobecker <brobecker@gnat.com>
8340
8341 Committed by Andrew Cagney.
8342 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8343 function calls.
8344
13326b4e
AC
83452004-04-29 Andrew Cagney <cagney@redhat.com>
8346
8347 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8348 gdbarch, use mips_abi, update callers.
8349 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8350 mips_abi_regsize, update callers.
8351 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8352 mips_default_abi_regsize.
8353 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8354 mips_default_abi_regsize.
8355
711cc5cd
AC
83562004-04-29 Andrew Cagney <cagney@redhat.com>
8357
1b13c4f6
AC
8358 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8359 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8360 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8361 mips_default_abi_regsize.
8362 (mips_isa_regsize): Rename mips_regisze.
8363 * mipsnbsd-tdep.c: Update.
8364 * mips-linux-tdep.c: Update.
8365 * irix5-nat.c: Update.
8366 * mips-tdep.h (mips_isa_regsize): Update.
8367
711cc5cd
AC
8368 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8369 Delete all disabled code.
8370 * gdb-events.h, gdb-events.c: Re-generate.
8371
e63bbc88
MK
83722004-04-19 Jerome Guitton <guitton@gnat.com>
8373 Mark Kettenis <kettenis@gnu.org>
8374
8375 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8376 the function begins with a branch instruction.
8377
fd35795f
MK
83782004-04-29 Mark Kettenis <kettenis@gnu.org>
8379
8380 * i386-tdep.c: Fix spelling mistakes.
8381
c960c18f
AC
83822004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8383 Andrew Cagney <cagney@redhat.com>
8384
8385 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8386 <sys/proc.h>.
8387 * acconfig.h: Provide default _KMEMUSER value.
8388 * config.in, configure: Re-generate.
8389 * NEWS: Mention fix.
8390
50306a9d
RC
83912004-04-24 Randolph Chung <tausq@debian.org>
8392
8393 * configure.host (hppa*-*-linux*): New target.
8394 * configure.tgt (hppa*-*-linux*): Likewise.
8395 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8396 gdbarch_init_osabi() call earlier so that osabi-specific frame
8397 unwinders can be registered first.
8398 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8399 hppa-linux-nat.c.
8400 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8401 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8402 * config/pa/linux.mh: New file.
8403 * config/pa/linux.mt: New file.
8404 * config/pa/nm-linux.h: New file.
8405 * config/pa/xm-linux.h: New file.
8406 * hppa-linux-nat.c: New file.
8407 * hppa-linux-tdep.c: New file.
8408
2a6228ef
RC
84092004-04-28 Randolph Chung <tausq@debian.org>
8410
8411 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8412 return values.
8413 (hppa32_push_dummy_call): Fix small struct and floating point argument
8414 passing, and make sure the stack frame is properly aligned.
8415
82c10df6
AC
84162004-04-28 Andrew Cagney <cagney@redhat.com>
8417
d762c46a
AC
8418 * stack.c (print_stack_frame): Fix description.
8419
82c10df6
AC
8420 * NEWS: Mention gdb/gdbserver/configure execute permission
8421 changed. PR server/519.
8422
0faf0076
AC
84232004-04-28 Andrew Cagney <cagney@redhat.com>
8424
8425 * stack.c (print_stack_frame_stub): Delete declaration.
8426 (struct print_stack_frame_args, print_stack_frame)
8427 (print_frame_info, print_frame): Replace "source" with print what.
8428 Replace "print" with "print_level". Replace "args" with
8429 "print_args".
8430 * frame.h (show_and_print_stack_frame, print_stack_frame)
8431 (print_frame_info): Update declarations.
8432 * stack.c (select_and_print_frame, frame_command)
8433 (current_frame_command, up_command, down_command): Update calls -
8434 use get_selected_frame, pass "enum print_what" for source, do not
8435 call frame_relative_level.
8436 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8437 * remote-rdp.c (remote_rdp_open): Ditto.
8438 * remote-mips.c (common_open): Ditto.
8439 * remote-e7000.c (e7000_start_remote): Ditto.
8440 * ocd.c (ocd_start_remote): Ditto.
8441 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8442 * infrun.c (normal_stop): Ditto.
8443 * inflow.c (kill_command): Ditto.
8444 * infcmd.c (finish_command): Ditto.
8445 * corelow.c (core_open): Ditto.
8446 * tracepoint.c (finish_tfind_command): Ditto.
8447 * thread.c (info_threads_command, info_threads_command)
8448 (restore_current_thread, do_captured_thread_select): Ditto.
8449 * ada-tasks.c (task_command): Ditto.
8450
f4c5303c
OF
84512004-04-26 Orjan Friberg <orjanf@axis.com>
8452
8453 * frame.c: Include "observer.h".
8454 (frame_observer_target_changed): New function.
8455 (_initialize_frame): Attach target_changed observer.
8456 * regcache.c: Include "observer.h".
8457 (regcache_observer_target_changed): New function.
8458 (_initialize_regcache): Attach target_changed observer.
8459 * valops.c: Include "observer.h".
8460 (value_assign): Notify target_changed event when modifying register.
8461 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8462
7270d8f2
OF
84632004-04-26 Orjan Friberg <orjanf@axis.com>
8464
8465 From Paul Koning <pkoning@equallogic.com>:
8466 * breakpoint.c (free_valchain): New function.
8467 (insert_bp_location, delete_breakpoint): Use free_valchain.
8468 (remove_breakpoint): Do not remove the valchain.
8469 (bpstat_stop_status): If not stopped by watchpoint, skip
8470 watchpoints when generating stop status list.
8471 * infrun.c (handle_inferior_event): Make
8472 stepped_after_stopped_by_watchpoint a global variable.
8473 * remote.c (remote_stopped_data_address): Return watch data
8474 address rather than zero if stepped_after_stopped_by_watchpoint is
8475 set.
8476
02d62932
MC
84772004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8478
8479 Fix PR gdb/1626.
8480 * configure.in: Check for curses after termcap.
8481 On osf5.*, do not check for ncurses.
8482 * configure: Regenerate.
8483
3e9a183c
MK
84842004-04-25 Mark Kettenis <kettenis@gnu.org>
8485
c79ac407
MK
8486 * ppcobsd-nat.c: Include "ppc-tdep.h".
8487 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8488
3e9a183c
MK
8489 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8490 Fixes PR tdep/1623 and PR tdep/1624.
8491
38cc9c28
MC
84922004-04-24 Michael Chastain <mec.gnu@mindspring.com>
8493
8494 * xmodem.h, xmodem.c: Remove files.
8495 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8496
7f07c5b6
RC
84972004-04-23 Randolph Chung <tausq@debian.org>
8498
8499 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8500 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8501 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8502 for handling stackless frames.
8503 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8504
9f7194c3
RC
85052004-04-23 Randolph Chung <tausq@debian.org>
8506
8507 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8508 starts at a pc before the frame is created.
8509
dcff6009
JB
85102004-04-23 Joel Brobecker <brobecker@gnat.com>
8511
8512 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8513
40711ff1 85142004-04-23 Jerome Guitton <guitton@gnat.com>
65951cd9
JG
8515
8516 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8517 use convert_typed_floating to get the appropriate format.
8518
abc485a1
RC
85192004-04-22 Randolph Chung <tausq@debian.org>
8520
8521 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
8522 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
8523 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
8524 (hppa_sign_extend): Add prototype.
8525 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
8526 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
8527 (sign_extend): Rename with hppa_ prefix and make non-static. Other
8528 hppa targets will also use these functions.
8529 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
8530 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
8531 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
8532 (hppa_gdbarch_init): Remove gdbarch setting of
8533 skip_trampoline_code, in_solib_call_trampoline and
8534 in_solib_return_trampoline.
8535 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
8536 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
8537 hppa_in_solib_call_trampoline.
8538 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
8539 Moved from hppa-tdep.c.
8540 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
8541 in_solib_call_trampoline and in_solib_return_trampoline.
8542
369aa520
RC
85432004-04-22 Randolph Chung <tausq@debian.org>
8544
8545 * hppa-tdep.c (hppa_debug): New variable.
8546 (find_unwind_entry, hppa_frame_cache): Add debug output.
8547 (_initialize_hppa_tdep): Add command to set debug flag.
8548
476be15e
AC
85492004-04-22 Andrew Cagney <cagney@redhat.com>
8550
8551 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
8552 "trad-frame.h".
8553 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
8554 signal trampoline unwinder.
8555 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
8556
d195bc9f
MK
85572004-04-22 Mark Kettenis <kettenis@gnu.org>
8558
8559 Add OpenBSD/powerpc support.
8560 * NEWS (New native configurations): Mention OpenBSD/powerpc.
8561 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
8562 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
8563 (ppc_collect_fpregset): New prototypes.
8564 * ppcobsd-nat.c: New file.
8565 * ppcobsd-tdep.c: New file.
8566 * ppcobsd-tdep.h: New file.
8567 * rs6000-tdep.c: Include "regset.h".
8568 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
8569 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
8570 New functions.
8571 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
8572 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
8573 (rs6000-tdep.o): Update dependencies.
8574 * configure.host: Add powerpc-*-openbsd.
8575 * configure.tgt: Add powerpc-*-openbsd.
8576 * config/powerpc/obsd.mh: New file.
8577 * config/powerpc/nm-obsd.h: New file.
8578 * config/powerpc/obsd.mt: New file.
8579
6f14cc33
AC
85802004-04-22 Andrew Cagney <cagney@redhat.com>
8581
fcf29e5f
AC
8582 * frame.h (show_frame_info): Delete declaration.
8583
6f14cc33
AC
8584 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
8585 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
8586 * m32r-tdep.c (m32r_frame_this_id): Ditto.
8587 * frv-tdep.c (frv_frame_this_id): Ditto.
8588 * avr-tdep.c (avr_frame_this_id): Ditto.
8589
e5786a5c
EZ
85902004-04-22 Elena Zannoni <ezannoni@redhat.com>
8591
8592 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
8593
26e75e5c
JB
85942004-04-22 Jim Blandy <jimb@redhat.com>
8595
8596 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
8597 register number zero.
8598
d8d65dd3
MS
85992004-04-21 Michael Snyder <msnyder@redhat.com>
8600
8601 * mips-tdep.c (heuristic_proc_start):
8602 Warning() already prefixes "Warning: ".
8603
9a4105ab
AC
86042004-04-21 Andrew Cagney <cagney@redhat.com>
8605
8606 * annotate.h (deprecated_annotate_starting_hook)
8607 (deprecated_annotate_stopped_hook)
8608 (deprecated_annotate_exited_hook)
8609 (deprecated_annotate_signal_hook)
8610 (deprecated_annotate_signalled_hook): Deprecate.
8611 * tracepoint.h (deprecated_create_tracepoint_hook)
8612 (deprecated_delete_tracepoint_hook)
8613 (deprecated_modify_tracepoint_hook)
8614 (deprecated_trace_find_hook)
8615 (deprecated_trace_start_stop_hook): Deprecate.
8616 * target.h (deprecated_target_new_objfile_hook): Deprecate.
8617 * remote.h (deprecated_target_resume_hook)
8618 (deprecated_target_wait_loop_hook): Deprecate.
8619 * gdbcore.h (deprecated_exec_file_display_hook)
8620 (deprecated_file_changed_hook): Deprecate.
8621 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
8622 * defs.h (deprecated_modify_breakpoint_hook)
8623 (deprecated_command_loop_hook, deprecated_show_load_progress)
8624 (deprecated_print_frame_info_listing_hook)
8625 (deprecated_query_hook, deprecated_warning_hook)
8626 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
8627 (deprecated_delete_breakpoint_hook)
8628 (deprecated_interactive_hook, deprecated_registers_changed_hook)
8629 (deprecated_readline_begin_hook, deprecated_readline_hook)
8630 (deprecated_readline_end_hook, deprecated_register_changed_hook)
8631 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
8632 (deprecated_context_hook, deprecated_target_wait_hook)
8633 (deprecated_attach_hook, deprecated_detach_hook)
8634 (deprecated_call_command_hook, deprecated_set_hook)
8635 (deprecated_error_hook, deprecated_error_begin_hook)
8636 (deprecated_ui_load_progress_hook): Deprecate.
8637 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
8638 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
8639 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
8640 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
8641 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
8642 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
8643 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
8644 * annotate.c, aix-thread.c: Update.
8645
62cf13cc
AC
86462004-04-21 Andrew Cagney <cagney@redhat.com>
8647
b2e31a62
AC
8648 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
8649 * vaxnbsd-tdep.c: Include "gdb_string.h".
8650
62cf13cc
AC
8651 * symfile.c (symbol_file_add_from_memory): #if 0 function.
8652 (add_symbol_file_from_memory_command): #if 0 function body, call
8653 error instead.
8654
00e32a35
AC
86552004-04-21 Andrew Cagney <cagney@redhat.com>
8656
8657 * gdbcore.h: Update copyright.
8658 (deprecated_add_core_fns): Rename add_core_fns.
8659 * win32-nat.c (_initialize_core_win32): Update.
8660 * sun3-nat.c (_initialize_core_sun3): Update.
8661 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
8662 * rs6000-nat.c (_initialize_core_rs6000): Update.
8663 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
8664 * nto-tdep.c (_initialize_nto_tdep): Update.
8665 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
8666 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
8667 * mips-nat.c (_initialize_core_mips): Update.
8668 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8669 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
8670 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
8671 * lynx-nat.c (_initialize_core_lynx): Update.
8672 * irix5-nat.c (_initialize_core_irix5): Update.
8673 * i386-interix-nat.c (_initialize_core_interix): Update.
8674 * cris-tdep.c (_initialize_cris_tdep): Update.
8675 * corelow.c (deprecated_add_core_fns): Update.
8676 * core-regset.c (_initialize_core_regset): Update.
8677 * core-aout.c (_initialize_core_aout): Update.
8678 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
8679 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
8680 * alpha-nat.c (_initialize_core_alpha): Update.
8681
13c7b1ca
JB
86822004-04-21 Jim Blandy <jimb@redhat.com>
8683
8684 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
8685
7b5a2f43
DJ
86862004-04-19 Daniel Jacobowitz <drow@mvista.com>
8687
8688 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
8689 Delete.
8690 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
8691 (read_attribute_value): Update calls to dwarf_alloc_block.
8692 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
8693 dwarf2_tmp_obstack.
8694 (psymtab_to_symtab_1): Likewise. Clean up using
8695 free_stack_comp_unit.
8696 (add_to_cu_func_list): Use the comp_unit_obstack.
8697
05cf31d1
JB
86982004-04-19 Joel Brobecker <brobecker@gnat.com>
8699
8700 * dwarf2read.c (dwarf2_flag_true_p): New function.
8701 (die_is_declaration): Use the function above. Add some comments.
8702
adf93a2f
MK
87032004-04-19 Mark Kettenis <kettenis@gnu.org>
8704
8705 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
8706 architecture when registering sparcnbsd_core_osabi_sniffer.
8707 Adjust comment.
8708
748894bf
MK
87092004-04-18 Mark Kettenis <kettenis@gnu.org>
8710
f622ad42
MK
8711 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
8712 return value.
8713
c4fc7f1b
MK
8714 Based on a patch from Brian Ford <ford@vss.fsi.com>:
8715 * i386-tdep.c: Correct register numbering scheme comments
8716 throughout.
8717 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
8718 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
8719 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
8720 (i386_gdb_arch_init): Likewise.
8721
b4ead1bd
MK
8722 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
8723 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
8724 ppcnbsd-tdep.o.
8725
748894bf
MK
8726 * m68k-tdep.h: Tweak comments.
8727 * m68k-tdep.c: Tweak comment.
8728
fdd72f95
RC
87292004-04-17 Randolph Chung <tausq@debian.org>
8730
8731 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
8732 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
8733 (hppa_hpux_som_init_abi): Set is_elf to 0.
8734 (hppa_hpux_elf_init_abi): Set is_elf to 1.
8735 * hppa-tdep.c (low_text_segment_address): Remove global.
8736 (record_text_segment_lowaddr): Pass in low address as parameter. Use
8737 section offset to calculate segment address.
8738 (internalize_unwinds): Define low_text_segment_address as local and
8739 pass to record_text_segment_lowaddr for ELF targets.
8740 (hppa_gdbarch_init): Zero fill tdep structure.
8741 (hppa_dump_tdep): Print tdep structure.
8742 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
8743
0f8d9d59
RC
87442004-04-17 Randolph Chung <tausq@debian.org>
8745
8746 * hppa-tdep.c (hppa_pseudo_register_read): Define.
8747 (hppa_gdbarch_init): Set pseudo_register_read.
8748 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
8749 * regcache.c (supply_register): Remove check for
8750 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
8751
7c46b9fb
RC
87522004-04-17 Randolph Chung <tausq@debian.org>
8753
8754 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
8755 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
8756 (hpread_adjust_stack_address): Move to hpread.c.
8757 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8758 obj_private_struct): Move from tm-hppa.h.
8759 * hpread.c (hppa-tdep.h): Include.
8760 (hpread_adjust_stack_address): Move from hppa-tdep.c.
8761 (hpread_read_function_type, hpread_read_doc_function_type)
8762 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
8763 directly.
8764 * pa64solib.c (hppa-tdep.h): Include.
8765 * somsolib.c (hppa-tdep.h): Include.
8766 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
8767 inferior_status): Remove unused forward declarations.
8768 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
8769 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8770 obj_private_struct): Move to hppa-tdep.h.
8771 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
8772
8d153463
RC
87732004-04-17 Randolph Chung <tausq@debian.org>
8774
8775 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
8776 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
8777 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
8778 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
8779 Remove forward declaration and make static.
8780 (hppa_reg_struct_has_addr): Remove.
8781
350c2e5b
JB
87822004-04-16 Joel Brobecker <brobecker@gnat.com>
8783
8784 * observer.sh: Move comments in sed command to first column.
8785
bbde78fa
JM
87862004-04-16 Jason Molenda (jmolenda@apple.com)
8787
8788 * frame.c: Minor typeo corrections in comments.
8789
e0270fd9
JB
87902004-04-16 Joel Brobecker <brobecker@gnat.com>
8791
8792 * observer.c (observer_test_first_notification_function): Update
8793 function profile.
8794 (observer_test_second_notification_function): Likewise.
8795 (observer_test_third_notification_function): Likewise.
8796
3d049254
MK
87972004-04-16 Mark Kettenis <kettenis@gnu.org>
8798
8799 From Brian Ford <ford@vss.fsi.com>:
8800 * i386-tdep.c (i386_coff_init_abi): New function.
8801 * i386-tdep.h (i386_coff_init_abi): New prototype.
8802 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
8803 register number translation functions for DWARF and DWARF 2.
8804
7867684d
JB
88052004-04-16 Joel Brobecker <brobecker@gnat.com>
8806
8807 * dwarf2read.c: Back out my previous change, it was incorrect.
8808
72bf9492
DJ
88092004-04-16 Daniel Jacobowitz <drow@mvista.com>
8810
8811 * dwarf2read.c: Include "hashtab.h".
8812 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
8813 has_namespace_info.
8814 (struct partial_die_info): Add comments. Use bitfields to reduce
8815 memory footprint. Add scope, scope_set, has_specification,
8816 spec_offset, die_parent, die_child, and die_sibling.
8817 (peek_die_abbrev): Add prototype.
8818 (partial_read_comp_unit_head): New function, broken out from
8819 dwarf2_build_psymtabs_hard.
8820 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
8821 Use partial_read_comp_unit_head. Initialize the CU and
8822 comp_unit_obstack. Update calls to read_partial_die and
8823 scan_partial_symbols. Use free_stack_comp_unit and
8824 load_partial_dies.
8825 (scan_partial_symbols): Change PDI to a pointer. Use the child and
8826 sibling pointers to walk partial DIEs. Call fixup_partial_die.
8827 Update calls to helper functions. Remove NAMESPACE argument.
8828 Update comments.
8829 (partial_die_parent_scope, partial_die_full_name): New functions.
8830 (add_partial_symbol): Remove namespace argument. Update call to
8831 pdi_needs_namespace. Use partial_die_full_name. Handle
8832 DW_TAG_namespace. Check has_namespace_info flag.
8833 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
8834 tag. Handle namespaces.
8835 (add_partial_namespace, add_partial_enumeration): Simplify.
8836 (guess_structure_name): New function, derived from
8837 add_partial_structure.
8838 (add_partial_structure): Remove.
8839 (determine_class_name): Update comment.
8840 (dwarf2_read_abbrevs): Set has_namespace_info flag.
8841 (is_type_tag_for_partial, load_partial_dies): New functions.
8842 (read_partial_die): Pass abbrev and abbrev_len as arguments.
8843 Record specifications instead of following them immediately.
8844 (find_partial_die_in_comp_unit, find_partial_die)
8845 (fixup_partial_die, free_stack_comp_unit)
8846 (hashtab_obstack_allocate, dummy_obstack_deallocate)
8847 (partial_die_hash, partial_die_eq): New functions.
8848 * Makefile.in (hashtab_h): Define.
8849 (dwarf2read.o): Update dependencies.
8850 (observer_inc, observer_h): Move to the correct section.
8851
fdc860a3
JB
88522004-04-15 Joel Brobecker <brobecker@gnat.com>
8853
8854 * dwarf2read.c (dwarf2_attribute_true_p): New function.
8855 (die_is_declaration): Use the function above. Add comment.
8856
dc718098
JB
88572004-04-15 Joel Brobecker <brobecker@gnat.com>
8858
8859 * dwarf2read.c (read_structure_scope): Identify stub types
8860 using die_is_declaration() only.
8861
8718a420
RM
88622004-04-15 Roland McGrath <roland@redhat.com>
8863
8864 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
8865 argument instead of NAME.
8866 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
8867 in call to symbol_file_add_with_addrs_or_offsets.
8868 (build_addr_info): New function, helper for ...
8869 (symbol_file_add_from_memory): New function.
8870 (add_symbol_file_from_memory_command): New function using that.
8871 (_initialize_symfile): Register it for add-symbol-file-from-memory.
8872 (pre_add_symbol_hook): Add const to argument type.
8873 * symfile.h (symbol_file_add_from_memory): Declare it.
8874
8b910bab
MK
88752004-04-15 Mark Kettenis <kettenis@gnu.org>
8876
9f076e7a
MK
8877 * NEWS (New native configurations): Mention OpenBSD/vax.
8878 * configure.host: Add vax-*-openbsd*.
8879 * config/vax/obsd.mh: New file.
8880 * config/vax/nm-obsd.h: New file.
8881
8b910bab
MK
8882 * vax-tdep.c: Include "regset.h".
8883 (vax_supply_gregset): New function.
8884 (vax_gregset): New variable.
8885 (vax_regset_from_core_section): New function.
8886 (vax_gdbarch_init): Set regset_from_core_section.
8887 * Makefile.in (vax-tdep.o): Update dependencies.
8888
7a464420
AC
88892004-04-15 Andrew Cagney <cagney@redhat.com>
8890
8891 * observer.c (normal_stop_subject, observer_notify_normal_stop)
8892 (observer_normal_stop_notification_stub)
8893 (observer_attach_normal_stop, observer_detach_normal_stop):
8894 Delete, replaced by #include "observer.inc".
8895 * infrun.c (normal_stop): Pass "stop_bpstat" to
8896 observer_notify_normal_stop.
8897 * Makefile.in (observer_inc): Define.
8898 (observer.o): Update dependencies.
8899 (observer.h, observer.inc): New rules.
8900 * observer.h: Delete file.
8901 * observer.sh: New file.
8902
e36ad527
MK
89032004-04-15 Mark Kettenis <kettenis@gnu.org>
8904
8905 * vax-tdep.c (vax_frame_cache): Fix typo.
8906
67b441e1
MK
89072004-04-14 Mark Kettenis <kettenis@gnu.org>
8908
6f606e1c
MK
8909 * NEWS (New native configurations): Mention NetBSD/vax.
8910 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
8911 * config/vax/nbsdelf.mh: New file.
8912 * config/vax/nbsdaout.mh: New file.
8913 * config/vax/nm-nbsd.h: New file.
8914 * config/vax/nm-nbsdaout.h: New file.
8915
9c5519a5
MK
8916 * vaxnbsd-tdep.c: New file.
8917 * Makefile.in (vaxnbsd-tdep.o): New dependency.
8918 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
8919 * config/vax/nbsd.mt: New file.
8920 * config/vax/tm-nbsd.h: New file.
8921
4844a614
MK
8922 * Makefile.in (vaxbsd-nat.o): New dependency.
8923
67b441e1
MK
8924 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
8925 * vax-tdep.c (vax_store_arguments): Remove struct_return and
8926 struct_addr arguments. Don't push return value address.
8927 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
8928 arguments to vax_store_arguments. Store return value address in
8929 R1.
8930 (vax_store_struct_return, vax_extract_return_value)
8931 (vax_store_return_value): Remove functions.
8932 (vax_return_value): New function.
8933 (vax_gdbarch_init): Set return value. Don't set
8934 deprecated_store_struct_return, deprecated_extract_struct_return
8935 and deprecated_store_return_value.
8936
6672f2ae
AS
89372004-04-14 Andreas Schwab <schwab@suse.de>
8938
8939 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
8940 value buffer.
8941 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
8942
7346c184
MK
89432004-04-14 Mark Kettenis <kettenis@gnu.org>
8944
8945 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
8946 (vax_unwind_dummy_id): New functions.
8947 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
8948 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
8949 variables.
8950 (vax_fix_call_dummy): Remove function.
8951 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
8952 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
8953 call_dummy_location, deprecated_call_dummy_words,
8954 deprecated_sizeof_call_dummy_words,
8955 deprecated_call_dummy_breakpoint_offset,
8956 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
8957 and deprecated_dummy_write_sp.
8958
58e23df4
DC
89592004-04-13 David Carlton <carlton@kealia.com>
8960
8961 * MAINTAINERS: Move myself to "paper trail" section.
8962
5e6b39ff
MK
89632004-04-12 Mark Kettenis <kettenis@gnu.org>
8964
7def7fef
MK
8965 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
8966 "trad-frame.h".
8967 (vax_frame_init_saved_regs): Remove function.
8968 (vax_sigtramp_saved_pc): Remove function.
8969 (vax_frame_saved_pc): Remove function.
8970 (vax_frame_args_address): Remove function.
8971 (vax_frame_num_args): Rewrite.
8972 (vax_frame_chain): Remove function.
8973 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
8974 VAX_FP_REGNUM.
8975 (vax_pop_frame): Likewise.
8976 (vax_saved_pc_after_call): Remove function.
8977 (struct vax_frame_cache): New structure.
8978 (vax_frame_cache): New function.
8979 (vax_frame_this_id): New function.
8980 (vax_frame_prev_register): New function.
8981 (vax_frame_unwind): New variable.
8982 (vax_frame_sniffer): New function.
8983 (vax_frame_base_address): New function.
8984 (vax_frame_args_address): New function.
8985 (vax_frame_base): New variable.
8986 (vax_unwind_pc): New function.
8987 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
8988 deprecated_fp_regnum, deprecated_saved_pc_after_call,
8989 deprecated_frame_chain, deprecated_frame_saved_pc,
8990 deprecated_frame_args_address and
8991 deprecated_frame_init_saved_regs.
8992 * Makefile.in (vax-tdep.o): Update dependencies.
8993
53284fc1
MK
8994 * vaxbsd-nat.c: New file.
8995
5e6b39ff
MK
8996 * vax-tdep.h: Update copyright year. Adjust comments.
8997 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
8998 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
8999 (vax_regnum): New enum. Replacing...
9000 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9001 (VAX_PS_REGNUM): ... these removed macros.
9002 * vax-tdep.c (vax_register_name): Remove prototype.
9003 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
9004 (vax_register_byte, vax_register_raw_size,
9005 vax_register_virtual_size, vax_register_virtual_type): Remove
9006 functions.
9007 (vax_register_type): New function.
9008 (vax_breakpoint_from_pc): Reorganize.
9009 (vax_gdbarch_init): Set register_type. Don't set
9010 deprecated_register_size, deprecated_register_bytes,
9011 deprecated_register_byte, deprecated_register_raw_size,
9012 deprecated_max_register_raw_size,
9013 deprecated_register_virtual_size,
9014 deprecated_max_register_virtual_size and
9015 deprecated_register_virtual_type. Add comment on stack direction.
9016
e9c71e9f
MK
90172004-04-11 Mark Kettenis <kettenis@gnu.org>
9018
9019 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9020 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 9021 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 9022
d46f1176 90232004-04-10 Randolph Chung <tausq@debian.org>
8718a420 9024
d46f1176
RC
9025 * MAINTAINERS (write after approval): Add myself.
9026
a2a84a72
RC
90272004-04-07 Randolph Chung <tausq@debian.org>
9028
9029 * hppa-tdep.c (hppa_inner_than): Remove.
9030 (is_pa_2): Remove unused static variable.
8718a420 9031 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 9032
e85c3284
PH
90332004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
9034
9035 * language.h (language_defn): Add new la_post_parser field.
9036 * parser-defs.h (null_post_parser): New declaration (default for
9037 la_post_parser).
8718a420 9038
e85c3284
PH
9039 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9040 insert call to that function.
9041 (parse_exp_in_context): New function, including code formerly in
8718a420 9042 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
9043 prefixification.
9044 (parse_expression_in_context): New exported function.
9045 (null_post_parser): New definition.
9046 * expression.h (parse_expression_in_context): Add declaration.
8718a420 9047
e85c3284
PH
9048 * p-lang.c (pascal_language_defn): Add trivial post-parser.
9049 * c-lang.c (c_language_defn): Ditto.
9050 (cplus_language_defn): Ditto.
9051 (asm_language_defn): Ditto.
9052 (minimal_language_defn): Ditto.
9053 * f-lang.c (f_language_defn): Ditto.
9054 * jv-lang.c (java_language_defn): Ditto.
9055 * language.c (unknown_language_defn): Ditto.
9056 (auto_language_defn): Ditto.
9057 (local_language_defn): Ditto.
9058 * m2-lang.c (m2_language_defn): Ditto.
9059 * scm-lang.c (scm_language_defn): Ditto.
9060 * obj-lang.c (objc_language_defn): Ditto.
8718a420 9061
d9f8c85b
MK
90622004-04-10 Mark Kettenis <kettenis@gnu.org>
9063
fa34704a
MK
9064 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9065 (amd64nbsd_mcontext_addr): New function.
9066 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9067 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
9068 with amd64nbsd_r_reg_offset, instead of building it on the fly.
9069
403e1656
MK
9070 * corelow.c (core_xfer_partial): Fix coding standards violation.
9071 Add support for TARGET_OBJECT_WCOOKIE.
9072
a57e5a95
MK
9073 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9074 deprecated_pc_in_sigtramp.
9075 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9076 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9077 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9078 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9079 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9080 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9081 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9082
377d9ebd
MK
9083 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9084 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9085 Fix typo.
9086
f0ef85a5
MK
9087 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9088 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9089 (amd64_collect_fxsave): Likewise.
9090
d9f8c85b
MK
9091 * i386-sol2-tdep.c: Include "gdb_string.h".
9092 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9093 name.
9094 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9095
75f501b5
MK
90962004-04-10 Mark Kettenis <kettenis@gnu.org>
9097
9098 * i386-sol2-tdep.c: Include "solib-svr4.h".
9099 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9100 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9101 * config/i386/tm-i386sol2.h: Include :solib.h".
9102 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9103 solib-svr4.o and solib-legacy.o.
9104 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9105 solib-svr4.o.
9106
b31bc724
MK
91072004-04-09 Mark Kettenis <kettenis@gnu.org>
9108
18bbbd9e
MK
9109 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9110 whether a register is supplied by PTRACE_GETFPREGS.
9111 (store_inferior_registers): Likewise.
9112 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9113 whether a register is supplied by PT_GETFPREGS.
9114 (store_inferior_registers): Likewise.
9115
3c30bf1b
MK
9116 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9117 * config/i386/linux64.mt (TDEPFILES): Likewise.
9118
a4194092
MK
9119 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
9120
911bc6ee
MK
9121 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9122 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9123 the program counter is in the range specified by `struct
9124 gdbarch_tdep'.
9125 * amd64-linux-tdep.c: Include "symtab.h".
9126 (amd64_linux_pc_in_sigtramp): Remove function.
9127 (amd64_linux_sigtramp_p): New function.
9128 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9129 deprecated_pc_in_sigtramp.
9130 * amd64nbsd-tdep.c: Include "symtab.h".
9131 (amd64nbsd_sigtramp_p): New function.
9132 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9133 deprecated_pc_in_sigtramp.
9134 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
9135 few comments.
9136 (amd64obsd_pc_in_sigtramp): Remove function.
9137 (amd64obsd_sigtramp_p): New function.
9138 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9139 deprecated_pc_in_sigtramp.
9140 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9141 (i386bsd_pc_ins_sigtramp): Remove prototype.
9142 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9143 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9144 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9145 the program counter is in the range specified by `struct
9146 gdbarch_tdep'.
9147 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9148 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9149 (i386_go32_pc_in_sigtramp): Remove function.
9150 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9151 Initialize TDEP->sigtramp_p.
9152 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9153 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
9154 deprecated_pc_in_sigtramp.
9155 * i386-linux-tdep.c: Adjust comments.
9156 (i386_linux_pc_in_sigtramp): Remove function.
9157 (i386_linux_sigtramp_p): New function.
9158 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9159 deprecated_pc_in_sigtramp.
9160 * i386-nto-tdep.c: Update copyright year.
9161 (i386nto_pc_in_sigtramp): Remove function.
9162 (i386nto_sigtramp_p): New function.
9163 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9164 SP_REGNUM.
9165 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
9166 deprecated_pc_in_sigtramp.
9167 * i386-sol2-tdep.c: Update copyright year.
9168 (i386_sol2_pc_in_sigtramp): Remove function.
9169 (i386_sol2_sigtramp_p): New function.
9170 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
9171 deprecated_pc_in_sigtramp.
9172 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9173 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9174 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9175 deprecated_sigtramp_start and deprecated_sigtramp_end.
9176 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9177 (i386nbsd_pc_in_sigtramp): Remove function.
9178 (i386nbsd_sigtramp_p): New function.
9179 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9180 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9181 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9182 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9183 (i386obsd_pc_in_sigtramp): Remove function.
9184 (i386obsd_sigtramp_p): New function.
9185 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9186 functions.
9187 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9188 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9189 TDEP->sigtramp_p.
9190 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9191 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9192 dependencies.
9193
e083e6ec
MK
9194 * config/i386/i386aout.mt: Remove file.
9195
bd153b94
MK
9196 * configure.tgt: Remove i[34567]86-*-go32*,
9197 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9198 and i[34567]86-*-isc*. Set gdb_target to i386 for
9199 i[34567]86-*-netware* and i[34567]86-*-*.
9200 * config/i386/i386.mt: New file.
9201 * config/i386/embed.mt: Remove file.
9202 * config/i386/go32.mt: Remove file.
9203 * config/i386/i386nw.mt: Remove file.
9204 * config/i386/i386v.mt: Remove file.
9205 * config/i386/tm-go32.h: Remove file.
9206
4a1bcc8c
MK
9207 * tui/tui-hooks.c: Include "readline/readline.h" after
9208 "gdb_curses.h" instead of before.
9209 * tui/tui-io.c: Likewise.
9210
f9a79064
MK
9211 * tui/tui.c: Fix typo in comment.
9212
b31bc724
MK
9213 * sparc64-tdep.c (sparc_address_from_register): Remove function.
9214
f83f82bc
AC
92152004-04-08 Andrew Cagney <cagney@redhat.com>
9216
9217 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9218 (deprecated_exception_support_initialized): Declare.
8718a420 9219 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
9220 (initialize_hp_cxx_exception_support)
9221 (child_enable_exception_callback): Update.
9222 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9223 (deprecated_exception_support_initialized): Rename
9224 deprecated_exception_catchpoints_are_fragile and
9225 deprecated_exception_support_initialized.
9226 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9227
9228 * symtab.c (deprecated_hp_som_som_object_present): Rename
9229 hp_som_som_object_present.
9230 * symtab.h (deprecated_hp_som_som_object_present): Declare.
9231 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9232 Update. Delete extern declaration.
9233 * valops.c (hp_som_som_object_present): Ditto.
8718a420 9234 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
9235 (parse_nested_classes_for_hpacc): Ditto.
9236 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 9237 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
9238 (initialize_hp_cxx_exception_support): Ditto.
9239 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 9240 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 9241 (cp_print_class_method): Ditto.
8718a420 9242 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
9243 (c_type_print_base): Ditto.
9244 * c-exp.y (hp_som_som_object_present): Ditto.
9245
fb2be677
AC
92462004-04-08 Andrew Cagney <cagney@redhat.com>
9247
9248 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9249 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9250 (frame_unwind_find_by_frame): Re-implement the unwind code so
9251 that it can both prepend and append sniffers. Replace
9252 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9253 * tramp-frame.c (tramp_frame_append): Use
9254 frame_unwind_prepend_unwinder.
9255 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9256 frame_unwind_register_unwinder.
9257 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9258 tramp_frame_append.
9259 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 9260 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
9261 (mips_linux_init_abi): Update.
9262
67faf007
KB
92632004-04-08 Kevin Buettner <kevinb@redhat.com>
9264
9265 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9266 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
9267 file support.
9268
8973ff21
KB
92692004-04-07 Kevin Buettner <kevinb@redhat.com>
9270
9271 * ia64-tdep.c (elf.h): Don't include.
9272 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9273
4a0e2f88
JM
92742004-04-07 Jason Molenda (jmolenda@apple.com)
9275
9276 * frame.h: Typeo corrections in comments.
9277
9872ad24
JB
92782004-04-07 Jim Blandy <jimb@redhat.com>
9279
9280 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9281 %esp and %ebp
9282
70b216c8
MK
92832004-04-07 Mark Kettenis <kettenis@gnu.org>
9284
11d5789c
MK
9285 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9286 * config/sparc/linux64.mt (TDEPFILES): Likewise.
9287 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9288 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9289 and solib-legacy.o.
9290 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9291 solib-svr4.o.
9292 * config/sparc/tm-sol2.h: Update copyright year. Include
9293 "solib.h".
9294
70b216c8
MK
9295 * sparc-sol2-tdep.c: Update copyright year. Include
9296 "solib-svr4.h".
9297 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9298 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9299 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 9300 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
9301 dependencies.
9302
6339dc9e
AC
93032004-04-06 Andrew Cagney <cagney@redhat.com>
9304
9305 * infttrace.c: Include "infttrace.h".
9306 * infttrace.h: Include "target.h".
9307 * Makefile.in (infttrace_h): Update.
9308 (infttrace.o): Update.
8718a420 9309
93449403
AC
93102004-04-06 Andrew Cagney <cagney@redhat.com>
9311
6d518969
AC
9312 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9313 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9314 move extern declarations from here ...
9315 * infttrace.h: ... to here.
9316 * Makefile.in (hppah-nat.o): Update dependencies.
9317
85f4f2d8
AC
9318 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9319 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 9320 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
9321 (hppa_breakpoint_from_pc): Delete.
9322
93449403
AC
9323 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9324
71456ec6
AC
93252004-04-05 Andrew Cagney <cagney@redhat.com>
9326
9327 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9328 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9329 <sys/file.h>.
8718a420 9330
4c02c60c
AC
93312004-04-06 Randolph Chung <tausq@debian.org>
9332
9333 Committed by Andrew Cagney (mechanical change).
9334 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9335 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9336 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9337 child_enable_exception_callback, current_ex_event,
9338 null_symtab_and_line, child_get_current_exception_event,
9339 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9340 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9341 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9342 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9343 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9344 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9345 Move hpux-specific definitions ...
9346 * hppa-hpux-tdep.c: ... to here.
9347
3a515653
AC
93482004-04-05 Andrew Cagney <cagney@redhat.com>
9349
9350 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9351 skip_prologue_using_sal.
9352
c1730d02
AC
93532004-04-05 Andrew Cagney <cagney@redhat.com>
9354
9355 * config/i386/tm-i386.h: Delete file.
9356 * config/i386/tm-vxworks.h: Update copyright, do not include
9357 "tm-i386.h".
9358 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9359 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9360 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9361 * config/i386/ncr3000.mt (TM_FILE): Delete.
9362 * config/i386/interix.mt (TM_FILE): Delete.
9363 * config/i386/i386v.mt (TM_FILE): Delete.
9364 * config/i386/i386nw.mt (TM_FILE): Delete.
9365 * config/i386/i386gnu.mt (TM_FILE): Delete.
9366 * config/i386/i386aout.mt (TM_FILE): Delete.
9367 * config/i386/embed.mt (TM_FILE): Delete.
9368
8b67aa36
KB
93692004-04-05 Kevin Buettner <kevinb@redhat.com>
9370
9371 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9372 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9373 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9374 (accg7_regnum): New constants.
9375 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
9376 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9377 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
9378 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9379 for accg registers.
9380 (frv_register_sim_regno): Update spr_map[].
9381
3c7012f5
AC
93822004-04-04 Andrew Cagney <cagney@redhat.com>
9383
9384 * config/mips/xm-riscos.h: Delete.
9385 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9386 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9387 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9388 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9389 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9390 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9391 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9392 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9393 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9394 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9395 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9396 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9397 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9398 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9399 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9400 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9401 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9402 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9403 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9404 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9405 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9406 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9407 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9408 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9409 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9410 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 9411
3c7012f5
AC
9412 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9413 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9414 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9415 * configure.host: Remove m680[01]0-sun-sunos3*,
9416 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9417 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9418 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9419 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9420 mips-*-riscos*.
9421 * NEWS: Mention removed systems.
9422
99d16a21
AC
94232004-04-04 Andrew Cagney <cagney@redhat.com>
9424
9425 GDB 6.1 release created from 6.1 branch.
9426
6cdf9d98
AC
94272004-04-04 Andrew Cagney <cagney@redhat.com>
9428
98d346c3
AC
9429 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9430 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9431 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9432
6cdf9d98
AC
9433 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9434 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9435 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9436
859a326d
JB
94372004-04-03 Jim Blandy <jimb@redhat.com>
9438
9439 * MAINTAINERS: Chris Faylor has changed employers; add him to
9440 "paper trail" section, and update his E-mail address.
9441
b87178c3
AC
94422004-04-03 Andrew Cagney <cagney@redhat.com>
9443
4ea2acf0
AC
9444 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9445 generic dummy frames.
9446 * dummy-frame.c: Update copyright.
9447 (dummy_frame_sniffer): Delete check for generic dummy frames.
9448
d0bd2d18 9449 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 9450 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
9451 (REG_PARM_STACK_SPACE): Delete.
9452 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9453 Inline reference to REG_PARM_STACK_SPACE.
9454
b87178c3
AC
9455 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9456 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9457 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9458 (FRAME_BASE_BEFORE_SIGTRAMP)
9459 (hppa32_hpux_frame_base_before_sigtramp)
9460 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9461 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9462 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9463 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9464 (FRAME_BASE_BEFORE_SIGTRAMP)
9465 (hppa64_hpux_frame_base_before_sigtramp)
9466 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9467
43e2e1a0
AC
94682004-04-03 Andrew Cagney <cagney@redhat.com>
9469
9470 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9471
ddc135a4
AC
94722004-04-02 Andrew Cagney <cagney@redhat.com>
9473
9474 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9475 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9476 * dummy-frame.h: Delete out-of-date comments.
9477 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9478 * gdbarch.h, gdbarch.c: Re-generate.
9479
d15bfd3a 94802004-04-02 Joel Brobecker <brobecker@gnat.com>
8718a420 9481
d15bfd3a
AC
9482 Committed by Andrew Cagney <cagney@redhat.com>.
9483 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9484 into account an instruction saving a register if we have already
9485 seen an earlier instruction saving that same register.
9486
f04ceafa
AC
94872004-04-02 Andrew Cagney <cagney@redhat.com>
9488
08be3abd
AC
9489 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9490 * gdbarch.h, gdbarch.c: Re-generate.
9491 * frame.c (legacy_get_prev_frame): Delete references to
9492 DEPRECATED_INIT_FRAME_PC_FIRST.
9493
f04ceafa
AC
9494 * infrun.c (pc_in_sigtramp): Delete function.
9495 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9496 get_frame_type.
9497
08e69816
AC
94982004-04-02 Andrew Cagney <cagney@redhat.com>
9499
9500 * infrun.c (handle_step_into_function): Delete code conditional on
9501 legacy_frame_p.
9502 (handle_inferior_event, step_over_function): Ditto.
9503
adb54772
AC
95042004-04-02 Andrew Cagney <cagney@redhat.com>
9505
9506 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9507 "previous frame inner to this frame" test.
9508
304396fb
AC
95092004-04-02 Andrew Cagney <cagney@redhat.com>
9510
9511 * frame.c (safe_frame_unwind_memory): New function.
9512 * frame.h (safe_frame_unwind_memory): Declare. Update description
9513 of /safe_/ methods.
9514 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9515 "next_frame". Use safe_frame_unwind_memory.
9516 (tramp_frame_sniffer): Update call to tramp_frame_start.
9517
6502dd73
DJ
95182004-04-01 Daniel Jacobowitz <drow@mvista.com>
9519
9520 * dwarf2read.c (dwarf2_objfile_data_key): New.
9521 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
9522 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
9523 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
9524 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
9525 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
9526 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
9527 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
9528 Remove variables.
9529 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
9530 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
9531 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
9532 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
9533 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
9534 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
9535 Remove macros.
9536 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
9537 data.
9538 (dwarf2_locate_sections, dwarf2_build_psymtabs)
9539 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
9540 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
9541 (read_partial_die, read_full_die, read_indirect_string)
9542 (dwarf_decode_line_header, dwarf_decode_macros)
9543 (dwarf2_symbol_mark_computed): Remove use of removed macros.
9544 Update uses of removed variables.
9545 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
9546 of removed macros.
9547 (_initialize_dwarf2_read): New function.
9548 * symfile.h (dwarf2_has_info): Update prototype.
9549 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
9550 * elfread.c (elf_symfile_read): Likewise.
9551
408752b0
JB
95522004-04-01 Jim Blandy <jimb@redhat.com>
9553
9f744501
JB
9554 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
9555 function for register numbers on all the rs6000-derived targets.
9556 (rs6000_gdbarch_init): Don't register a separate
9557 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
9558 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
9559 variants.
9560
408752b0
JB
9561 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
9562 numbering.
9563
2de41bce
PH
95642004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
9565
9566 * valarith.c: Update copyright notice.
9567 (value_add): Handle range types.
9568 (value_sub): Ditto.
9569 (value_equal): Ditto.
9570 (value_less): Ditto.
9571 (value_neg): Ditto.
9572 (value_complement): Ditto.
8718a420 9573 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 9574 eliminiating unnecessary COERCE_ENUMs.
8718a420 9575
5613d8d3
AC
95762004-03-31 Andrew Cagney <cagney@redhat.com>
9577
9578 * frame.h (frame_unwind_id): Declare.
9579 * frame.c (frame_unwind_id): New function.
9580 (get_prev_frame_1): New function.
9581 (frame_debug_got_null_frame): New function.
9582 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
9583 code proper to prev_frame, update description.
9584 * infrun.c (step_over_function): Use frame_unwind_id.
9585
c4557624
JB
95862004-04-31 J. Brobecker <brobecker@gnat.com>
9587
9588 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
9589 (hppa64_push_dummy_call): Likewise.
9590
3e6bb910
JB
95912004-03-30 Jim Blandy <jimb@redhat.com>
9592
9593 From Ulrich Weigand:
9594 * utils.c (query): Do not use a va_list variable multiple times.
9595
a2f23071
DJ
95962004-03-29 Daniel Jacobowitz <drow@mvista.com>
9597
9598 * Makefile.in (linux_nat_h): Update dependencies.
9599 * configure.in: Check for <gnu/libc-version.h>.
9600 * configure: Regenerate.
9601 * config.in: Regenerate.
9602 * linux-nat.h: Include "target.h". Add waitstatus field to
9603 struct lwp_info.
9604 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
9605 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
9606 to.
9607 (lin_lwp_handle_extended): New function. Handle clone events.
9608 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
9609 thread exit events.
9610 (child_wait): Handle clone events.
9611 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
9612 * linux-nat.c (linux_enable_event_reporting): Turn on
9613 PTRACE_O_TRACECLONE.
9614 (linux_handle_extended_wait): Handle clone events.
9615 * thread-db.c: Include <gnu/libc-version.h>.
9616 (struct private_thread_info): Add dying flag.
9617 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
9618 higher.
9619 (attach_thread): Update comments. Handle dying threads.
9620 (detach_thread): Set the dying flag.
9621 (check_event): Always call attach_thread.
9622
8d5f9dcb
DJ
96232004-03-29 Daniel Jacobowitz <drow@mvista.com>
9624
9625 * mips-tdep.c (mips_pdr_data): New.
9626 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
9627 (_initialize_mips_tdep): Initialize mips_pdr_data.
9628
66337bb1
CV
96292004-03-29 Corinna Vinschen <vinschen@redhat.com>
9630
9631 * minsyms.c (install_minimal_symbols): Move dropping leading
9632 char from linkage name from here...
9633 (prim_record_minimal_symbol_and_info): ...to here. Simplify
9634 test for "__gnu_compiled*" symbols.
9635
e802b915
JB
96362004-03-28 Jim Blandy <jimb@redhat.com>
9637
9638 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
9639 registers to temp register r0 and byte stores as prologue
9640 instructions.
9641
72b56458
AC
96422004-03-28 Andrew Cagney <cagney@redhat.com>
9643
9644 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
9645 arm*-*-*.
9646
0bfbda3b
SC
96472004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9648
9649 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
9650 and switch the layout to force a display of register window.
9651
5a7225ed
JB
96522004-02-26 J. Brobecker <brobecker@gnat.com>
9653
9654 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
9655 of the INTEGER class.
9656
81a07a45
JB
96572004-03-26 Jim Blandy <jimb@redhat.com>
9658
9659 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
9660 bytes long on PPC GNU/Linux.
9661
8c691c7a
DC
96622004-03-26 David Carlton <carlton@kealia.com>
9663
9664 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
9665
103a0089
AC
96662004-03-25 Andrew Cagney <cagney@redhat.com>
9667
9668 * PROBLEMS: Add general section titles, remove references to
9669 specific releases.
9670
7a5ea0d4
DJ
96712004-03-25 Daniel Jacobowitz <drow@mvista.com>
9672
9673 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
9674 INT_REGISTER_SIZE.
9675 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
9676 FP_REGISTER_VIRTUAL_SIZE.
9677 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
9678 of DEPRECATED_REGISTER_RAW_SIZE.
9679 (arm_register_type): Add gdbarch argument.
9680 (arm_register_raw_size, arm_register_virtual_size): Delete.
9681 (arm_register_byte, arm_extract_return_value)
9682 (arm_store_return_value, arm_get_longjmp_target): Update references
9683 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
9684 (arm_gdbarch_init): Likewise. Don't set
9685 deprecated_register_raw_size, deprecated_register_virtual_size,
9686 deprecated_max_register_raw_size,
9687 deprecated_max_register_virtual_size, or
9688 deprecated_max_register_virtual_type. Do set register_type.
9689 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
9690 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
9691 (FP_REGISTER_VIRTUAL_SIZE): Delete.
9692 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
9693 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
9694 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
9695 INT_REGISTER_SIZE.
9696 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
9697 (remote_rdp_store_register): Likewise.
9698
5792a79b
DJ
96992004-03-24 Daniel Jacobowitz <drow@mvista.com>
9700
9701 * Makefile.in (mips-linux-tdep.o): Update dependencies.
9702 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
9703 to after osabi initialization.
9704 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
9705 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
9706 functions.
9707 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
9708 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
9709 variables.
9710 (mips_linux_init_abi): Append signal trampoline unwinders.
9711
1196bfda
AC
97122004-03-24 Andrew Cagney <cagney@redhat.com>
9713
9714 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
9715 * tramp-frame.c: Include "gdb_assert.h".
9716 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
9717 correct sizeof.
9718 (tramp_frame_append): Validate the tramp frame's instructions.
9719 * Makefile.in (tramp-frame.o): Update dependencies.
9720
4be282b4
AC
97212004-03-23 Andrew Cagney <cagney@redhat.com>
9722
9723 * trad-frame.h (trad_frame_set_reg_addr): Declare.
9724
69aec09b
AC
97252004-03-23 Andrew Cagney <cagney@redhat.com>
9726
9727 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
9728 Nasser as past testsuite/lib/ (and other) maintainers.
9729
63ed89b4
DJ
97302004-03-23 Daniel Jacobowitz <drow@mvista.com>
9731
9732 * infcmd.c (attach_command): Reread symbols if we already have
9733 an exec file.
9734
f3b36427
AC
97352004-03-23 Andrew Cagney <cagney@redhat.com>
9736
9737 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
9738
aa2a3f87
AC
97392004-03-23 Andrew Cagney <cagney@redhat.com>
9740
9741 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
9742 * gdbarch.h, gdbarch.c: Re-generate.
9743 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9744 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9745 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 9746 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 9747 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 9748 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
9749 (DEPRECATED_SIGTRAMP_START): Update.
9750 * blockframe.c (find_pc_sect_partial_function): Update.
9751 * arch-utils.c (legacy_pc_in_sigtramp): Update.
9752
00cac895
DJ
97532004-03-23 Daniel Jacobowitz <drow@mvista.com>
9754
9755 * remote.c (remote_open_1): Reopen the exec file and reread symbols
9756 if necessary.
9757
f561f026
AC
97582004-03-23 Andrew Cagney <cagney@redhat.com>
9759
9760 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
9761 predicate, deprecate.
9762 * gdbarch.h, gdbarch.c: Re-generate.
9763 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
9764 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
9765 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
9766 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
9767 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
9768 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
9769 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
9770 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
9771 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
9772 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
9773 * blockframe.c (find_pc_partial_function): Update.
9774 * breakpoint.c (bpstat_what): Update.
9775 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
9776 * frv-linux-tdep.c (frv_linux_init_abi): Update.
9777 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
9778 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
9779 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9780 * i386-linux-tdep.c (i386_linux_init_abi): Update.
9781 * i386-nto-tdep.c (i386nto_init_abi): Update.
9782 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
9783 * i386-tdep.c (i386_sigtramp_frame_sniffer)
9784 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
9785 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9786 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9787 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9788 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
9789 * infrun.c (pc_in_sigtramp): Update.
9790 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
9791 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9792 * mips-tdep.c (mips_gdbarch_init): Update.
9793 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
9794 * ppc-linux-tdep.c: Update comment.
9795 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
9796 * shnbsd-tdep.c (shnbsd_init_abi): Update.
9797 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
9798 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
9799 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
9800 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
9801 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
9802 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
9803 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
9804 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 9805
8050c72f
AC
98062004-03-23 Andrew Cagney <cagney@redhat.com>
9807
d2259dd3
AC
9808 * tramp-frame.h, tramp-frame.h: New files.
9809 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
9810 Update rules to include "tramp-frame.h" and "tramp-frame.c".
9811
8050c72f
AC
9812 * Makefile.in: Update all dependencies.
9813
0db9b4b7
AC
98142004-03-23 Andrew Cagney <cagney@redhat.com>
9815
9816 * Makefile.in (trad_frame_h): Add $(frame_h).
9817 * trad-frame.h: Update copyright. Include "frame.h".
9818 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
9819 (trad_frame_set_id, trad_frame_get_id): Declare.
9820 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
9821 * trad-frame.c: Update copyright.
9822 (struct trad_frame_cache): Define.
9823 (trad_frame_cache_zalloc): New function.
9824 (trad_frame_set_id, trad_frame_get_id): New functions.
9825 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 9826
8e645ae7
AC
98272004-03-22 Andrew Cagney <cagney@redhat.com>
9828
9829 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
9830 s390_pltstub_unwind_cache.
9831 (s390_stub_frame_unwind_cache): Rename
9832 s390_pltstub_frame_unwind_cache.
9833 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
9834 (s390_stub_frame_prev_register): Rename
9835 s390_pltstub_frame_prev_register.
9836 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
9837 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
9838
9839 From Ulrich Weigand:
9840 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
9841 pointer calls like PLT calls.
9842
34fcf120
DJ
98432004-03-22 Daniel Jacobowitz <drow@mvista.com>
9844
9845 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
9846 PC rather than the partial function start address. Use the start
9847 address to sanity check the found PDR.
9848
5b917078
DJ
98492004-03-22 Daniel Jacobowitz <drow@mvista.com>
9850
9851 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
9852 linux_handle_extended_wait.
9853
8adf9e78
AC
98542004-03-22 Andrew Cagney <cagney@redhat.com>
9855
c3122434
AC
9856 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
9857 function.
9858
8adf9e78
AC
9859 * frame.h (generic_pop_current_frame): Delete declaration.
9860 (deprecate_pop_dummy_frame): Deprecate
9861 generic_pop_dummy_frame.
9862 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
9863 (generic_pop_current_frame): Delete function.
9864 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
9865 generic_pop_current_frame.
9866 * v850-tdep.c (v850_pop_frame): Update.
9867 * mcore-tdep.c (mcore_pop_frame): Update.
9868 * sh64-tdep.c (sh64_pop_frame): Update.
9869 * h8300-tdep.c (h8300_pop_frame): Update.
9870
90ba813f
AC
98712004-03-22 Andrew Cagney <cagney@redhat.com>
9872
9873 * frame.h (deprecated_pc_in_call_dummy): Rename
9874 generic_pc_in_call_dummy.
9875 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
9876 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
9877 generic_pc_in_call_dummy.
9878 (pc_in_dummy_frame): Make static.
9879 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
9880 * gdbarch.h, gdbarch.c: Re-generate.
9881 * dummy-frame.c (dummy_frame_sniffer): Simplify.
9882 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
9883 (legacy_get_prev_frame): Ditto.
9884 * inferior.h: Delete reference to generic_pc_in_call_dummy in
9885 comment.
8718a420 9886
ca4bb888
AC
98872004-03-21 Andrew Cagney <cagney@redhat.com>
9888
244675f9
AC
9889 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
9890 declaration and out-of-date comment.
9891 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9892 Delete function.
9893 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
9894 deprecated_pc_in_call_dummy.
9895
ca4bb888
AC
9896 * infrun.c (handle_inferior_event): For non legacy frames, use the
9897 frame ID and frame type to identify a signal trampoline. Update
9898 comments.
9899
1777c7b4
NW
99002004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
9901
9902 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
9903 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
9904
82417da5
AC
99052004-03-21 Andrew Cagney <cagney@redhat.com>
9906
9907 * frame-unwind.h: Update copyright.
9908 (struct frame_data): Add opaque declaration.
9909 (frame_sniffer_ftype): Declare.
9910 (struct frame_unwind): Add "unwind_data" and "sniffer".
9911 (frame_unwind_register_unwinder): Declare.
9912 (frame_unwind_find_by_frame): Add parameter "this_cache".
9913 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
9914 (legacy_get_prev_frame, legacy_get_prev_frame)
9915 (get_frame_type): Pass the prologue_cache to
9916 frame_unwind_find_by_frame.
9917 * frame-unwind.c (struct frame_unwind_table_entry): Add field
9918 "unwinder".
9919 (frame_unwind_register_unwinder): New function.
9920 (frame_unwind_find_by_frame): Handle an unwind sniffer.
9921
b2ba182e
PH
99222004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
9923
9924 * bcache.c (print_percentage): Use floating point to avoid
9925 incorrect results when portion*100 overflows.
9926
81332287
KB
99272004-03-19 Kevin Buettner <kevinb@redhat.com>
9928
9929 * ppc_tdep.h (ppc_linux_frame_saved_pc)
9930 (ppc_linux_init_extra_frame_info)
9931 (ppc_linux_frameless_function_invocation)
9932 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
9933 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
9934 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
9935 (rs6000_frame_chain): Delete declarations.
9936 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
9937 (ppc_linux_init_extra_frame_info)
9938 (ppc_linux_frameless_function_invocation)
9939 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
9940 (ppc_linux_init_abi): Remove registration of above deleted functions.
9941 * rs6000-tdep.c (rs6000_init_extra_frame_info)
9942 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
9943 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
9944 (rs6000_pop_frame, rs6000_frameless_function_invocation)
9945 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
9946 (rs6000_gdbarch_init): Remove registration of above deleted functions.
9947 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
9948 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
9949 frame management for all OSABIs.
9950
61a65099
KB
99512004-03-19 Andrew Cagney <cagney@redhat.com>
9952
9953 Committed by Kevin Buettner <kevinb@redhat.com>.
9954
9955 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
9956 Update copyright.
9957 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
9958 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
9959 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
9960 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
9961 unwinders. #ifdef legacy frame code.
9962 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9963 "frame-base.h".
9964 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
9965 (struct rs6000_frame_cache, rs6000_frame_cache)
9966 (rs6000_frame_this_id, rs6000_frame_prev_register)
9967 (rs6000_frame_sniffer, rs6000_frame_unwind)
9968 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
9969 (rs6000_frame_base): Implement a traditional frame unwinder.
9970 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
9971 frame unwinder.
9972
88f7da05
KB
99732004-03-19 Kevin Buettner <kevinb@redhat.com>
9974
9975 * breakpoint.c (adjust_breakpoint_address): Don't adjust
9976 breakpoint address for watchpoints or the catch eventpoints.
9977 Add new paramter ``bptype''. Adjust all callers.
9978
f826dce1
AC
99792004-03-19 Andrew Cagney <cagney@redhat.com>
9980
33cb8b0f
AC
9981 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
9982
f826dce1
AC
9983 * PROBLEMS: Delete note that ARM does not use frame code, problem
9984 fixed.
9985
43b1ab88
AC
99862004-03-18 Andrew Cagney <cagney@redhat.com>
9987
292ab034
AC
9988 * stack.c (return_command): Delete code wrapped in #ifdef
9989 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
9990
43b1ab88
AC
9991 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
9992
dbfe4626
AC
99932004-03-18 Andrew Cagney <cagney@redhat.com>
9994
9995 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
9996 DEPRECATED_IN_SIGTRAMP.
9997 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9998 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
9999 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10000 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10001 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10002 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10003 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10004 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10005 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10006 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10007
0cad6aec
AC
100082004-03-18 Andrew Cagney <cagney@redhat.com>
10009
10010 * frame-base.c: Update copyright. Include "gdb_obstack.h".
10011 (struct frame_base_table_entry): Define.
10012 (struct frame_base_table): Re-implement as a linked list.
10013 (frame_base_init): Re-implement.
10014 (frame_base_table): Delete function.
10015 (append_predicate): Delete function.
10016 (frame_base_append_sniffer): Update.
10017 (frame_base_set_default): Update.
10018 (frame_base_find_by_frame): Update.
10019 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10020 * Makefile.in (frame-base.o): Update dependencies.
10021
9982c2e7
AC
100222004-03-17 Andrew Cagney <cagney@redhat.com>
10023
10024 * frame.c (legacy_get_prev_frame): Pass correct frame to
10025 frame_unwind_find_by_frame.
10026
8dfe8985
DC
100272004-03-17 David Carlton <carlton@kealia.com>
10028
10029 * NEWS: Mention C++ nested types and namespaces
10030
ed47347a
MC
100312004-03-16 Michael Chastain <mec.gnu@mindspring.com>
10032
10033 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10034 and "Regressions since gdb 5.3.". Add known regressions since
10035 gdb 6.0.
10036
90aeadfc
DC
100372004-03-16 David Carlton <carlton@kealia.com>
10038
10039 * dwarf2read.c (process_structure_scope): Process children even
10040 when we're a declaration.
10041
73912b9b
AC
100422004-03-16 Andrew Cagney <cagney@redhat.com>
10043
10044 * symtab.h (find_pc_sect_partial_function): Delete declaration.
10045 * blockframe.c (find_pc_partial_function)
10046 (find_pc_sect_partial_function): Merge into a single
10047 find_pc_partial_function.
10048
283accbc
MK
100492004-03-16 Mark Kettenis <kettenis@gnu.org>
10050
10051 * i386bsd-nat.c: s/regno/regnum/g.
10052 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10053 FP0_REGNUM.
10054 (store_inferior_registers): Likewise.
10055
f5b1afdf
MK
100562004-03-16 Mark Kettenis <kettenis@gnu.org>
10057
10058 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10059 of i387_fill_fsave.
10060 (store_inferior_registers): Call i387_collect_fsave and
10061 i387_collect_fxsave instead of i387_fill_fsave and
10062 i387_fill_fxsave.
10063
41fe5eb3
AC
100642004-03-15 Andrew Cagney <cagney@redhat.com>
10065
10066 * Makefile.in (frame-unwind.o): Update dependencies.
10067 * frame-unwind.c: Include "gdb_obstack.h".
10068 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10069 parameter.
10070 (append_predicate): Delete function.
10071 (struct frame_unwind_table_entry): New structure.
10072 (struct frame_unwind_table): Replace "sniffer" with "head" and
10073 "tail".
10074 (frame_unwind_append_sniffer): Update.
10075 (frame_unwind_find_by_frame): Update.
10076 (_initialize_frame_unwind): Registe frame_unwind_init using
10077 gdbarch_data_register_pre_init.
10078
3f63813d
MK
100792004-03-15 Mark Kettenis <kettenis@gnu.org>
10080
10081 * i386bsd-nat.c: Update copyright year.
10082 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10083 define unconditionally.
10084
3248c325 100852004-03-15 Mark Kettenis <kettenis@gnu.org>
63b6c53f
MK
10086
10087 * i387-tdep.h (i387_collect_fsave): New prototype.
10088 * i387-tdep.c (i387_collect_fsave): New function containing most
10089 of the code from i387_fill_fsave.
3248c325 10090 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 10091
871fbe6a
MK
100922004-03-15 Mark Kettenis <kettenis@gnu.org>
10093
10094 * i386-linux-tdep.c: Update copyright year.
10095 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10096 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10097 svr4_ilp32_link_map_offsets instead of
10098 i386_linux_svr4_fetch_link_map_offsets.
10099
8176b9b8
DC
101002004-03-15 David Carlton <carlton@kealia.com>
10101
10102 Fix for PR c++/1553:
10103 * dwarf2read.c (read_structure_type): Determine type name by
10104 calling determine_class_name.
10105 (determine_class_name): New.
10106 (determine_prefix): Look at TYPE_TAG_NAME and call
10107 determine_class_name when appropriate.
10108 (determine_prefix_aux, class_name): Delete.
9d58e29d 10109 (read_namespace): Set die->type.
8176b9b8 10110
fe8bf7d7
KB
101112004-03-15 Kevin Buettner <kevinb@redhat.com>
10112
10113 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10114 unused macro definition. The definition in target.h (or perhaps
10115 elsewhere) takes precedence.
10116
ed6edd9b
AC
101172004-03-15 Andrew Cagney <cagney@redhat.com>
10118
f9be684a
AC
10119 * ppc-tdep.h: Update copyright.
10120 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10121 function signatures to match "regsets.h".
10122 * ppc-linux-tdep.c: Include "regset.h".
10123 (ELF_GREGSET_SIZE): Delete.
10124 (right_supply_register): New function.
10125 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10126 using right_supply_register.
10127 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10128 functions.
10129 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10130 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10131 (_initialize_ppc_linux_tdep): Do not register
10132 ppc_linux_regset_core_fns.
10133 (ppc_linux_regset_from_core_section): Replace
10134 fetch_core_registers.
10135 (ppc_linux_regset_core_fns): Delete.
10136 * ppc-linux-nat.c: (right_fill_reg): New function.
10137 (supply_gregset): Update call to ppc_linux_supply_gregset.
10138 (fill_gregset): Clear the register set, use right_fill_reg.
10139 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10140 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10141
ed6edd9b
AC
10142 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10143 unsigned.
10144
030f20e1
AC
101452004-03-15 Andrew Cagney <cagney@redhat.com>
10146
10147 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10148 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10149 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10150 and register_gdbarch_data.
10151 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10152 (struct gdbarch_data): Replace "init" by "pre_init" and
10153 "post_init".
10154 * gdbarch.h, gdbarch.c: Re-generate.
10155 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10156 with"obstack", use OBSTACK_ZALLOC.
10157 (dwarf2_frame_ops): Delete.
10158 (dwarf2_frame_set_init_reg): Use gdbarch_data.
10159 (dwarf2_frame_init_reg): Use gdbarch_data.
10160 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 10161 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
10162 (_initialize_svr4_solib): Update.
10163 * user-regs.c (_initialize_user_regs): Update.
10164 * reggroups.c (_initialize_reggroup): Update.
10165 * regcache.c (_initialize_regcache): Update.
10166 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10167 * libunwind-frame.c (_initialize_libunwind_frame): Update.
10168 * gnu-v3-abi.c (init_gnuv3_ops): Update.
10169 * frame-unwind.c (_initialize_frame_unwind): Update.
10170 * frame-base.c (_initialize_frame_base): Update.
10171 * user-regs.c (user_reg_add): Update.
10172 * reggroups.c (reggroup_add): Update.
10173 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10174 * libunwind-frame.c (libunwind_frame_set_descr): Update.
10175 * frame-unwind.c (frame_unwind_append_sniffer): Update.
10176 * frame-base.c (frame_base_table): Update.
10177 * remote.c (_initialize_remote): Update.
10178 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 10179
3111a3fc
AC
101802004-03-15 Andrew Cagney <cagney@redhat.com>
10181
10182 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10183
5ecb7103
KB
101842004-03-15 Kevin Buettner <kevinb@redhat.com>
10185
10186 * Makefile.in (frv-linux-tdep.o): Add dependencies.
10187 * frv-linux-tdep.c: New file.
10188 * frv-tdep.c (struct gdbarch_tdep): Add new field
10189 ``sigcontext_reg_addr''.
10190 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10191 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10192 (frv_sigramp_frame_sniffer): New functions.
10193 (frv_sigtramp_frame_unwind): New static global.
10194 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
10195 sniffers.
10196 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10197 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10198
1ccda5e9
KB
101992004-03-15 Kevin Buettner <kevinb@redhat.com>
10200
10201 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10202 but not via a call to error(), when unable to read memory.
10203
b375a0a5
KB
102042004-03-15 Kevin Buettner <kevinb@redhat.com>
10205
10206 * frv-tdep.c (frv_call_dummy_words): Delete.
10207 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10208
4fdf6121
AC
102092004-03-15 Andrew Cagney <cagney@redhat.com>
10210
10211 * infrun.c (handle_step_into_function, step_over_function): Only
10212 update and use STEP_FRAME_ID when the system is using legacy
10213 frames. Update comments.
10214
34021503
MK
102152004-03-14 Mark Kettenis <kettenis@gnu.org>
10216
187e21d1
MK
10217 * amd64-linux-tdep.h: Remove file.
10218 * amd64-linux-tdep.c: Don't include "inferior.h" and
10219 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
10220 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10221 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10222 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10223 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10224 macros.
10225 (user_to_gdb_regmap): Remove variable.
10226 (amd64_linux_gregset_reg_offset): New variable.
10227 (amd64_core_fns): Remove variable.
10228 (fetch_core_registers): Remove function.
10229 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10230 functions.
10231 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10232 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10233 * Makefile.in (amd64_linux_tdep_h): Remove.
10234 (amd64-linux-nat.o): Update dependencies.
10235 (amd64-linux-tdep.o): Update dependencies.
10236
99679982
MK
10237 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10238 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10239 functions.
10240 (fetch_inferior_registers, store_inferior_registers): Rewrite.
10241
34021503
MK
10242 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10243 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10244
134d01f1
DJ
102452004-03-14 Daniel Jacobowitz <drow@mvista.com>
10246
10247 * dwarf2read.c (read_structure_type): Rename from
8718a420 10248 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
10249 Return immediately if die->type is set. Call read_type_die before
10250 dwarf2_add_member_fn.
10251 (process_structure_scope): New function.
10252 (read_enumeration_type, process_enumeration_scope): New functions,
10253 broken out from read_enumeration. Don't create the enumeration
10254 type if it has already been created.
10255 (read_enumeration): Removed.
10256 (process_die): Call read_structure_type, process_structure_scope,
10257 read_enumeration_type, and process_enumeration_scope. Just call
10258 new_symbol for base and subrange types. Add a comment about other
10259 type dies.
10260 (read_type_die): Call read_enumeration_type.
10261 (add_partial_structure, new_symbol): Update comments.
10262
65760afb
SC
102632004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10264
10265 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10266
10f59415
SC
102672004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10268
10269 * tui/tui-win.h (tui_get_cmd_list): Declare.
10270 * tui/tui-win.c (tui_command): New function.
10271 (tui_get_cmd_list): New function.
10272 (_initialize_tui_win): Moved initialization of tui command in
10273 tui_get_cmd_list.
10274
10275 * tui/tui-data.c (init_content_element): Setup new data members.
10276 (init_win_info): Likewise.
10277 (free_content_elements): Free it.
10278 * tui/tui-data.h (struct tui_data_element): Store the register
10279 content to print.
10280 (struct tui_data_info): Keep the current register group.
10281
10282 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10283
10284 * tui/tui-regs.h (tui_show_registers): Update prototype.
10285 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10286 (tui_resize_all): No need to calculate anything for register window.
10287 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10288 (tui_set_register_element, tui_set_general_regs_content): Remove.
10289 (tui_set_special_regs_content): Remove.
10290 (tui_set_general_and_special_regs_content): Remove.
10291 (tui_set_float_regs_content): Remove.
10292 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10293 (tui_set_regs_content): Remove.
10294 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10295 (tui_v_show_registers_command_support): Remove.
10296 (tui_show_registers): Use a reggroup to specify the registers to show.
10297 (tui_show_register_group): New function.
10298 (tui_display_registers_from): Compute the layout of register window
10299 and refresh with new API; be sure to delete old register windows.
10300 (tui_check_register_values): Update to use tui_get_register and
10301 tui_display_data.
10302 (tui_display_register): Just refresh the register window part.
10303 (tui_register_format): Format registers and save in tui_data_element.
10304 (tui_get_register): New to combine tui_reg_value_has_changed and
10305 tui_get_register_raw_value; fix to use the new gdb API.
10306 (tui_show_float_command): Renamed tui_reg_float_command.
10307 (tui_show_general_command): Renamed tui_reg_general_command.
10308 (tui_show_special_command): Renamed tui_reg_system_command.
10309 (_initialize_tui_regs): Remove unused commands.
10310
c3364ea4
MK
103112004-03-13 Mark Kettenis <kettenis@gnu.org>
10312
27d1e716
MK
10313 * NEWS (New native configurations): Mention OpenBSD/amd64.
10314
c3364ea4
MK
10315 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10316 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10317 Remove defines.
10318 * config/i386/nm-fbsd64.h: Likewise.
10319 * config/i386/nm-obsd.h: Likewise.
10320 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10321 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10322
b2d6d697
KB
103232004-03-12 Kevin Buettner <kevinb@redhat.com>
10324
10325 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
10326 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10327 New constants.
10328
76e43199
KB
10329 From Richard Sandiford <rsandifo@redhat.com>:
10330 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10331
34ce532e
KB
103322004-03-12 Kevin Buettner <kevinb@redhat.com>
10333
10334 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10335 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10336 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10337 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10338 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10339 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10340 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10341 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10342 definitions from frv-tdep.c to frv-tdep.h.
10343
c4d10515
KB
103442004-03-12 Kevin Buettner <kevinb@redhat.com>
10345
10346 Add shared library support for FR-V FDPIC ABI:
10347 * Makefile.in (solib-frv.o): Add dependencies.
10348 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10349 New functions.
10350 (frv_push_dummy_call): Add support for FDPIC ABI.
10351 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10352 for FDPIC ABI.
10353 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10354 (frv_fdpic_find_canonical_descriptor): Declare.
10355 * solib-frv.c: New file.
10356 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10357 * config/frv/tm-frv.h (solib.h): Include.
10358
ed1bd989
KB
103592004-03-12 Kevin Buettner <kevinb@redhat.com>
10360
10361 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10362 (frv-tdep.o): Update dependencies.
10363 * frv-tdep.h: New file.
10364 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10365 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10366 constants.
10367 (struct gdbarch_tdep): Add new member ``frv_abi''.
10368 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10369 functions.
10370 (new_variant): Set ``frv_abi'' field.
10371 (gdb_arch_init): Detect FDPIC executables.
10372
82b38f72
MK
103732004-03-12 Mark Kettenis <kettenis@gnu.org>
10374
10375 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10376 wrapper.
10377
db1ea9ba
AC
103782004-03-11 Andrew Cagney <cagney@redhat.com>
10379
10380 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10381
f8766ec1
KB
103822004-03-11 Kevin Buettner <kevinb@redhat.com>
10383
10384 * solist.h (master_so_list): New function.
10385 * solib.c (master_so_list): Likewise.
10386 * solib-svr4.c (enable_break): Iterate over so_list entries
10387 obtained from master list instead of entries obtained directly
10388 via svr4_current_sos().
10389
523f6a27
BE
103902004-03-10 Ben Elliston <bje@gnu.org>
10391
10392 * MAINTAINERS: Update my mail address.
10393
37814c18
KI
103942004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10395
10396 * remote-m32r-sdi.c: Support hardware watchpoint.
10397
8b9740d8
DJ
103982004-03-09 Daniel Jacobowitz <drow@mvista.com>
10399
10400 * user-regs.c: Update copyright years.
10401 (struct user_regs): Rename to gdb_user_regs.
10402 (append_user_reg, builtin_user_regs, user_regs_init)
10403 (user_reg_add, user_reg_map_name_to_regnum)
10404 (usernum_to_user_reg): Update.
10405
4bb7a0a7
DJ
104062004-03-09 Daniel Jacobowitz <drow@mvista.com>
10407
10408 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10409 (skip_children): New functions.
10410 (locate_pdi_sibling): Call skip_children.
10411
44e1a9eb
DJ
104122004-03-09 Daniel Jacobowitz <drow@mvista.com>
10413
10414 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10415 * gdbtypes.c (check_typedef): Update comments.
10416
f3dd6933
DJ
104172004-03-09 Daniel Jacobowitz <drow@mvista.com>
10418
10419 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10420 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10421 pointer. Update comment about comp_unit_head.
10422 (struct abbrev_info): Shorten two int flags.
10423 (dwarf_alloc_abbrev): Take a CU argument.
10424 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10425 each time through the loop. Update cleanup argument.
10426 (psymtab_to_symtab_1): Update cleanup call.
10427 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10428 abbrev_obstack.
10429 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10430 Just call obstack_free and clear the pointer.
10431
b40c7d58
DJ
104322004-03-09 Daniel Jacobowitz <drow@mvista.com>
10433
10434 * infrun.c (handle_inferior_event): Remove short-circuit code for
10435 events in a different thread.
10436
333dabeb
DJ
104372004-03-09 Daniel Jacobowitz <drow@mvista.com>
10438
10439 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10440 print the whole transfer.
10441 (initialize_targets): Update description of "set debug target".
10442
aa17d93e
DJ
104432004-03-09 Daniel Jacobowitz <drow@mvista.com>
10444
10445 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10446
0b71f08f
NW
104472004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
10448
10449 * MAINTAINERS (write after approval): Add myself.
10450
3930f270
CV
104512004-03-08 Corinna Vinschen <vinschen@redhat.com>
10452
10453 * sh-tdep.c (sh_print_registers_info): Use for loop.
10454 Don't skip multiple registers when a float register is encountered.
10455
a2b4a96c
CV
104562004-03-08 Corinna Vinschen <vinschen@redhat.com>
10457
10458 Fix PR tdep/1291.
10459 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10460 to official SH documentation.
10461
f15a4bc0
AC
104622004-03-07 Andrew Cagney <cagney@redhat.com>
10463
10464 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10465 unused function.
10466
9498281f
DJ
104672004-03-07 Daniel Jacobowitz <drow@mvista.com>
10468
10469 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10470 (arm_get_next_pc): Handle BX and BLX.
10471
449e1137
AC
104722004-03-07 Andrew Cagney <cagney@redhat.com>
10473
eded0a31
AC
10474 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10475 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10476 HPPA_SP_REGNUM.
10477 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10478 (hppa_target_read_fp): Delete.
10479 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10480 register_virtual_size, max_register_raw_size,
10481 max_register_virtual_size, register_byte, register_size,
10482 target_read_fp, fp_regnum, and register_bytes. Set register_type
10483 instead of register_virtual_type.
10484 (hppa32_register_type, hppa64_register_type): Replace
10485 hppa32_register_virtual_type and hppa64_register_virtual_type.
10486 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10487 (HPPA_FP_REGNUM): Define.
10488
f5f907e2
AC
10489 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10490
69b4bbe4
AC
10491 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10492 (pa_do_registers_info): Delete.
10493 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 10494 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 10495 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 10496
78161e48
AC
10497 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10498 GDB_TARGET_IS_HPPA code.
10499 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 10500 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
10501 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10502 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
10503 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10504 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10505 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 10506 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
10507 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10508 (hppa_frameless_function_invocation, hppa64_store_return_value)
10509 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 10510 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 10511 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 10512 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
10513 (find_proc_framesize, deposit_21, restore_pc_queue)
10514 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 10515 (rp_saved, pc_in_linker_stub): Delete.
78161e48 10516
782eae8b
AC
10517 Unconditionally enable 64-bit frame and ABI code.
10518 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10519 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10520 push_dummy_frame, fix_call_dummy, push_arguments,
10521 call_dummy_location, extract_return_value, use_struct_convention,
10522 store_return_value, store_struct_return, saved_pc_after_call,
10523 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
10524 frame_chain, frame_chain_valid, frameless_function_invocation,
10525 frame_saved_pc, and pop_frame.
78161e48 10526
449e1137
AC
10527 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
10528 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
10529 (hppa_gdbarch_init): Do not set PC_REGNUM.
10530
12507572
MK
105312004-03-06 Mark Kettenis <kettenis@gnu.org>
10532
10533 * config/alpha/tm-fbsd.h: Remove file.
10534 * config/alpha/fbsd.mt: Tweak comment.
10535 (TM_FILE): Set to tm-alpha.h.
10536
c107cc1b
AC
105372004-03-05 Andrew Cagney <cagney@redhat.com>
10538
10539 * infrun.c (step_over_function): When non-legacy code, and no
10540 step_frame_id, use the unwinder to get the caller's frame ID.
10541
f2e7c15d
MK
105422004-03-05 Mark Kettenis <kettenis@gnu.org>
10543
8b0c3633
MK
10544 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
10545 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
10546 bfd_arch_unknown. Adjust comment.
10547
f2e7c15d
MK
10548 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
10549 * i386obsd-tdep.c: Correct spelling in comment.
10550 * i386nbsd-tdep.c: Correct spelling in comment.
10551 * sparc-tdep.c: Correct spelling in comments.
10552
1198ecbe
DC
105532004-03-05 David Carlton <carlton@kealia.com>
10554
10555 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
10556 bug.
10557
9eb42ed1
MK
105582004-03-05 Mark Kettenis <kettenis@gnu.org>
10559
10560 * sparc-tdep.c: Fix typo in comment.
10561
52b5e991
JB
105622004-03-04 J. Brobecker <brobecker@gnat.com>
10563
10564 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
10565
d8151005
DJ
105662004-03-04 Daniel Jacobowitz <drow@mvista.com>
10567
10568 * dwarf2read.c: Add comment describing memory lifetimes.
10569 (struct dwarf2_pinfo): Update comment.
10570 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
10571 (read_enumeration, new_symbol): Don't use obsavestring.
10572
cbeae229
MK
105732004-03-04 Mark Kettenis <kettenis@gnu.org>
10574
722d18c2
MK
10575 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
10576 instead of amd64_fill_fxsave.
10577 * amd64bsd-nat.c (store_inferior_registers): Likewise.
10578 * amd64fbsd-nat.c (fill_fpregset): Likewise.
10579
cbeae229
MK
10580 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
10581 Reorganize code a bit.
10582
b4206d25
OF
105832004-03-04 Orjan Friberg <orjanf@axis.com>
10584
10585 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
10586 when the frame pointer is pushed. Don't set the frame pointer's
10587 address on the stack unless it's actually located there.
b4206d25
OF
10588 Set the SRP's address on the stack correctly when the PC is still in
10589 the prologue.
10590 (cris_return_value): New function.
10591 (cris_gdbarch_init): Clear deprecated store_return_value,
10592 extract_return_value.
10593
49b0b195
JB
105942004-03-02 Jim Blandy <jimb@redhat.com>
10595
10596 * stabsread.c (reg_value_complaint): The maximum register number
10597 is one less than the number of registers.
10598
e9ff708b
AC
105992004-03-02 Andrew Cagney <cagney@redhat.com>
10600
10601 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
10602 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
10603 trailing comma and redundant assignment of I386_ST0_REGNUM.
10604 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
10605 32-bit segment registers.
10606
d4715e41
AC
106072004-03-01 Andrew Cagney <cagney@redhat.com>
10608
10609 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
10610 use frame_relative_level and get_next_frame.
10611
3ce2bf18
AC
106122004-02-29 Andrew Cagney <cagney@redhat.com>
10613
10614 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
10615 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
10616 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
10617 Delete macro.
10618
2da6aac3
DJ
106192004-02-29 Daniel Jacobowitz <drow@mvista.com>
10620
10621 * inflow.c (terminal_inferior): Don't give up the terminal if we
10622 previously couldn't get the inferior's terminal state.
10623
6ba34a8d
DJ
106242004-02-29 Daniel Jacobowitz <drow@mvista.com>
10625
10626 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
10627 PC_REGNUM.
10628
faae5abe
AC
106292004-02-28 Andrew Cagney <cagney@redhat.com>
10630
10631 * NEWS: Refer to GDB 6.1.
10632 * README: Refer to GDB 6.1.
10633 * PROBLEMS: Refer to GDB 6.1.
10634
2227a3c5
DJ
106352004-02-28 Daniel Jacobowitz <drow@mvista.com>
10636
10637 * thread-db.c (disable_thread_signals): Remove unused function.
10638
80571bff
MK
106392004-02-28 Mark Kettenis <kettenis@gnu.org>
10640
041bd74b
MK
10641 * amd64-nat.c: Include "gdb_string.h".
10642 (amd64_collect_native_gregset): Zero-extend the 32-bit
10643 general-purpose registers and %eip.
10644
3c017e40
MK
10645 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
10646 * amd64-tdep.c (amd64_collect_fxsave): New function.
10647 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
10648
80571bff
MK
10649 * i387-tdep.h: Update copyright year.
10650 (i387_collect_fxsave): New prototype.
10651 * i387-tdep.c: Update copyright year.
10652 (i387_collect_fxsave): New function containing most of the code
10653 from i387_fill_fxsave.
10654 (i387_fill_fxsave): Call i387_collect_fxsave.
10655
50d71875
AC
106562004-02-28 Andrew Cagney <cagney@redhat.com>
10657
10658 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
10659 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
10660
4a28816e
MK
106612004-02-28 Mark Kettenis <kettenis@gnu.org>
10662
10663 * amd64-tdep.c (amd64_frame_cache): Fix comment.
10664
dbda9972
AC
106652004-02-28 Andrew Cagney <cagney@redhat.com>
10666
10667 * utils.c: Use "", instead of <>, to include readline.
10668 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
10669 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
10670 * source.c, solib.c, exec.c, event-top.c: Ditto.
10671 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
10672 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
10673 * Makefile.in: Update all dependencies.
10674 (readline_tilde_h, readline_history_h): Define.
10675 (readline_headers): Delete.
10676
83277a99
MK
106772004-02-28 Mark Kettenis <kettenis@gnu.org>
10678
91ae4303
MK
10679 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
10680 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
10681 "config/i386/tm-lx64.h".
10682
83277a99
MK
10683 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
10684 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
10685 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
10686
6e1d7d6c
AC
106872004-02-28 Andrew Cagney <cagney@redhat.com>
10688
ecc9ac84
AC
10689 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
10690
6e1d7d6c
AC
10691 * breakpoint.c (_initialize_breakpoint): Use
10692 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
10693 Add help to show command.
10694
9671aeef
MK
106952004-02-28 Mark Kettenis <kettenis@gnu.org>
10696
7fa2737c
MK
10697 * i386-nat.c: Reformat to be closer to coding standards.
10698 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
10699 `retval'. Make variables `align' and `size' local to while-loop.
10700 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
10701 (_initialize_i386_nat): New prototype.
10702
9671aeef
MK
10703 * tui/tui.c: Include <readline/readline.h> instead of
10704 "readline/readline.h". Include it after <term.h> and
10705 "gdb_curses.h".
10706
fca7aa43
AC
107072004-02-27 Andrew Cagney <cagney@redhat.com>
10708
412275d5
AC
10709 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
10710 the new frame unwind code.
10711 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
10712 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
10713 PCOQ_HEAD_REGNUM.
10714
fca7aa43
AC
10715 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
10716 "return_value" and "push_dummy_call".
10717 (hppa32_use_struct_convention): Delete unused function.
10718 (hppa32_store_return_value): Delete unused function.
10719 (hppa32_extract_return_value): Delete unused function.
10720 (hppa32_stack_align): Delete function.
10721
e6a8a7d2
EZ
107222004-02-27 Eli Zaretskii <eliz@elta.co.il>
10723
10724 * coffread.c (enter_linenos): Don't let rawptr reference memory
10725 outside linetab[]'s limits.
10726
1797a8f6
AC
107272004-02-27 Andrew Cagney <cagney@redhat.com>
10728
10729 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
10730 inferior stack space - the stack needs to grow upwards.
10731 (hppa32_frame_align): New function.
10732 (hppa64_frame_align): Replace hppa_frame_align.
10733 (hppa_gdbarch_init): Update.
10734
2e4b5889
OF
107352004-02-26 Orjan Friberg <orjanf@axis.com>
10736
10737 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
10738 (dwarf2-frame.h): Include.
10739 (enum cris_regnums): New enum CRIS_FP_REGNUM.
10740 Remove static variables related to ABI setting.
10741 (struct gdbarch_tdep): Remove cris_abi member.
10742 (struct frame_extra_info): Remove.
10743 (cris_unwind_cache, stack_item): New structs.
10744 (cris_frame_unwind, cris_frame_base): New variables.
10745 (push_stack_item, pop_stack_item)
10746 (cris_frame_unwind_cache, cris_frame_this_id)
10747 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
10748 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
10749 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
10750 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
10751 (cris_reg_struct_has_addr): New functions.
10752 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 10753 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
10754 (cris_store_struct_return, cris_frameless_function_invocation)
10755 (cris_pop_frame, cris_skip_prologue_main)
10756 (cris_abi_original_store_return_value)
10757 (cris_abi_v2_store_return_value)
10758 (cris_abi_original_extract_return_value)
10759 (cris_abi_v2_extract_return_value)
10760 (cris_abi_original_reg_struct_has_addr)
10761 (cris_abi_v2_reg_struct_has_addr)
10762 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
10763 (cris_push_return_address, cris_abi_update): Remove.
10764 (_initialize_cris_tdep): Remove ABI command.
10765 (cris_dump_tdep): Ditto.
8718a420 10766 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
10767 Set store_return_value, extract_return_value, push_dummy_code,
10768 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
10769 frame_unwind_append_sniffer, frame_base_set_default.
10770 Clear deprecated init_frame_pc, push_arguments, store_return_value,
10771 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
10772 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 10773 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
10774 init_extra_frame_info, frameless_function_invocation, frame_chain,
10775 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
10776 dummy_write_sp.
8718a420 10777
6b9acc27
JJ
107782004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10779
10780 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
10781 * valprint.c (print_hex_chars): Change from static to external.
10782 (print_char_chars): New function.
10783 * printcmd.c (print_scalar_formatted): For integer and enum types
10784 that are longer than LONGEST, perform processing via appropriate
10785 print_*_chars routines.
10786
a431654a
AC
107872004-02-26 Andrew Cagney <cagney@redhat.com>
10788
10789 * Makefile.in: Update dependencies.
10790 Changes from Ulrich Weigand,
10791 * s390-tdep.c: Include "dwarf2-frame.h".
10792 (s390_dwarf2_frame_init_reg): New function.
10793 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
10794 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
10795
fa8d40ab
JJ
107962004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10797
10798 * breakpoint.c (pending_break_support): New setting variable.
10799 (break_command_1): Account for pending_break_support setting
10800 when creating pending breakpoints.
10801 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
10802 (_initialize_breakpoint): Add "set breakpoint pending" and
10803 "show breakpoint pending" commands.
10804
0dcd613f
AC
108052004-02-26 Andrew Cagney <cagney@redhat.com>
10806
10807 Fix PR i18n/1570.
10808 * charset.c (backslashable, backslashed, represented): Remove 'e'
10809 from list of escaped characters, not part of ISO-C.
10810
479272a3
JB
108112004-02-25 J. Brobecker <brobecker@gnat.com>
10812
10813 From Peter Schauer <schauer@pdf.de>:
10814 * tui/tui.c: Move system header includes after local includes.
10815 Fixes a build failure on solaris systems.
10816
7613d933
JB
108172004-02-25 J. Brobecker <brobecker@gnat.com>
10818
10819 * configure.in: Refine the previous change.
10820 * configure: Regenerate.
10821
9c1488cb
MK
108222004-02-25 Mark Kettenis <kettenis@gnu.org>
10823
10824 * amd64-tdep.h: Renamed from x86-64-tdep.h.
10825 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
10826 "amd64-tdep.h" instead of "x86-64-tdep.h".
10827 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10828 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
10829 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
10830 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10831 and "x86-64-tdep.c".
10832 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
10833 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10834 and "x86-64-tdep.c".
10835 * amd64bsd-nat.c: Update copyright year.
10836 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10837 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
10838 "x86-64-tdep.h".
10839 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
10840 "x86-64-tdep.h".
10841 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
10842 "x86-64-tdep.h".
10843 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
10844 "x86-64-tdep.h".
10845 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
10846 "x86-64-tdep.h".
10847 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
10848 "x86-64-tdep.h".
8718a420 10849 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
10850 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
10851 * Makefile.in (amd64_linux_tdep_h): Renamed from
10852 x86_64_linux_tdep_h.
10853 (amd64_tdep_h): Renamed from x86_64_tdep_h.
10854 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
10855 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
10856 (amd64obsd-tdep.o): Update dependencies.
10857 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
10858 dependencies.
10859 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
10860 dependencies.
10861 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
10862 amd64-linux-nat.c amd64-linux-tdep.c.
10863 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
10864 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
10865 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
10866 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
10867 amd64-tdep.o and amd64-linux-tdep.o.
10868 (TM_FILE): Set to tm-linux64.h.
10869 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
10870 (NAT_FILE): Set to nm-linux64.h.
10871 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
10872 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10873 amd64-tdep.o.
10874 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10875 amd64-tdep.o.
10876 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10877 amd64-tdep.o.
10878
4b8dad4a
RM
108792004-02-25 Roland McGrath <roland@redhat.com>
10880
10881 * remote.c (remote_protocol_qPart_auxv): New variable.
10882 (init_all_packet_configs): Initialize it.
10883 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
10884 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
10885 (show_remote_cmd): Call it.
10886 (_initialize_remote): Initialize commands.
10887 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
10888 service TARGET_OBJECT_AUXV requests.
10889
66745969
JB
108902004-02-25 J. Brobecker <brobecker@gnat.com>
10891
10892 * configure.in: Make sure that the wborder function is available.
10893 Otherwise, search for it in the cur_colr library.
10894 * configure: Regenerate.
10895
79508e1e
AC
108962004-02-25 Andrew Cagney <cagney@redhat.com>
10897
10898 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
10899
571ee600
MK
109002004-02-25 Mark Kettenis <kettenis@gnu.org>
10901
10902 * config/i386/tm-x86-64linux.h: Tweak comments.
10903
2b1b322f 109042004-02-25 Richard Sandiford <rsandifo@redhat.com>
ad74788f
RS
10905
10906 * MAINTAINERS: Add self to write-after-approval list.
10907
4d2acc65
AC
109082004-02-25 Andrew Cagney <cagney@redhat.com>
10909
4b8dad4a 10910 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
10911 * cli/cli-script.c (execute_control_command): Unconditionally
10912 install a cleanup. Default "ret" to "invalid_control". Use
10913 "break" instead of "return" to escape from the switch.
10914
4cfcaf21
JB
109152004-02-24 J. Brobecker <brobecker@gnat.com>
10916
10917 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
10918 with the lines macro defined in term.h on AiX.
10919 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
10920 a collision with the label_width macro defined in term.h on AiX.
10921
54a5c8d8
KB
109222004-02-23 David Mosberger <davidm@hpl.hp.com>
10923
10924 Committed by Kevin Buettner <kevinb@redhat.com>.
10925
10926 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
10927 * ia64-tdep.c (ia64_write_pc): Make it a global function.
10928 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
10929 instead of ia64_write_pc().
10930 * ia64-linux-tdep.c (regcache.h): Include.
10931 (ia64_linux_write_pc): New function.
4b8dad4a 10932
8a1dac83
RM
109332004-02-23 Roland McGrath <roland@redhat.com>
10934
10935 * auxv.c (info_auxv_command): Fix typos in error messages.
10936
90f90721
MK
109372004-02-23 Mark Kettenis <kettenis@gnu.org>
10938
8a1dac83 10939 * x86-64-tdep.h: Tweak comment.
90f90721
MK
10940 (enum amd64_regnum): New.
10941 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
10942 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
10943 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
10944 (X86_64_XMM1_REGNUM): Removed.
10945 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
10946 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
10947 prototypes for renamed functions.
10948 * x86-64-tdep.c: Fix typo.
10949 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
10950 register numbers.
10951 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
10952 Use constants from `enum amd64_regnum' for register numbers.
10953 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
10954 (amd64_analyze_prologue, amd64_frame_cache,
10955 amd64_sigtramp_frame_cache): Use constants from `enum
10956 amd64_regnum' for register numbers.
10957 (amd64_supply_fpregset): Adjust for renamed functions.
10958 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
10959 `enum amd64_regnum' for register numbers.
10960 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
10961 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
10962 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
10963 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
10964 (amd64_linux_fill_gregset): Adjust for renamed macros.
10965 (fetch_core_registers): Adjust for renamed functions.
10966 (amd64_linux_init_abi): Adjust for renamed functions.
10967 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
10968 renamed functions.
10969 * amd64-nat.c: Adjust for renamed macros.
10970 * amd64bsd-nat.c (fetch_inferior_registers)
10971 (store_inferior_registers): Use constants from `enum amd64_regnum'
10972 for register numbers. Adjust for renamed variables.
10973 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
10974 renamed variables.
10975 (_initialize_amd64fbsd_nat): Use constants from `enum
10976 amd64_regnum' for register numbers.
10977 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
10978 `enum amd64_regnum' for register numbers.
10979 (amd64fbsd_init_abi): Adjust for renamed functions.
10980 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
10981 `enum amd64_regnum' for register numbers.
10982 (amd64nbsd_init_abi): Adjust for renamed functions.
10983 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
10984 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
10985 `enum amd64_regnum' for register numbers.
10986 (amd64obsd_init_abi): Adjust for renamed functions.
10987 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
10988
d5479188
JJ
109892004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10990
10991 * breakpoint.c (print_one_breakpoint): Do not output spaces
10992 after printing <PENDING> for a pending breakpoint.
10993
81cb7cc9
JJ
109942004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10995
10996 * printcmd.c (print_scalar_formatted): Initialize val_long
10997 to remove compiler warning message.
10998
cbdeadca
JJ
109992004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11000
11001 * defs.h (nquery, yquery): New prototypes.
11002 * breakpoint.c (break_command_1): Use new nquery interface.
11003 * utils.c (defaulted_query, nquery, yquery): New functions.
11004
da6bab63
AC
110052004-02-23 Andrew Cagney <cagney@redhat.com>
11006
2f690297
AC
11007 * hppa-tdep.c (hppa_frame_align): New function.
11008 (hppa32_push_dummy_call): New function.
11009 (hppa64_push_dummy_call): New function.
11010 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11011 disabled.
8a1dac83 11012
da6bab63
AC
11013 * infcall.c (legacy_push_dummy_code): Don't call deprecated
11014 FIX_CALL_DUMMY when push_dummy_call is available.
11015 (call_function_by_hand, push_dummy_code): Ditto.
11016
abf9b42d
AC
110172004-02-22 Andrew Cagney <cagney@redhat.com>
11018
11019 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11020 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11021 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11022 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11023 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11024 call_dummy_location to ON_STACK.
11025
10fc94a4
MK
110262004-02-22 Mark Kettenis <kettenis@gnu.org>
11027
51433e4b
MK
11028 * x86-64-linux-tdep.c: Tweak comment.
11029 (amd64_linux_supply_gregset): Renamed from
11030 x86_64_linux_supply_gresget.
11031 (amd64_linux_fill_gregset): Renamed from
11032 x86_64_linux_fill_gregset.
11033 (fetch_core_registers): Adjust for renamed functions.
11034 (amd64_core_fns): Renamed from x86_64_core_fns.
11035 (amd64_linux_sigtramp_start): Renamed from
11036 x86_64_linux_sigtramp_start.
11037 (amd64_linux_pc_in_sigtramp): Renamed from
11038 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
11039 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11040 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11041 (amd64_linux_sigcontext_addr): Renamed from
11042 x86_64_linux_sigcontext_addr.
11043 (amd64_linux_sc_reg_offset): Renamed from
11044 x86_64_linux_sc_reg_offset.
11045 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11046 Adjust for renamed functions and variables.
11047 (_initialize_amd64_linux_tdep): Renamed from
11048 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
11049 variables.
11050 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
11051 Adjust for renamed functions.
11052
430eaf2e
MK
11053 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11054 from x86_64_linux_gregset64_reg_offset.
11055 (amd64_linux_gregset32_reg_offset): Rename from
11056 x86_64_linux_gregset64_reg_offset.
11057 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11058 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11059 (amd64_linux_dr_set_control): Renamed from
11060 x86_64_linux_dr_set_control. Adjust for renamed functions.
11061 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11062 Adjust for renamed functions.
11063 (amd64_linux_dr_reset_addr): Renamed from
11064 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11065 (amd64_linux_dr_get_status): Renamed from
11066 x86_64_linux_dr_get_status. Adjust for renamed functions.
11067 (_initialize_amd64_linux_nat): Renamed from
11068 _initialize_x86_64_linux_nat. Adjust for renamed variables and
11069 functions.
11070 * config/i386/nm-x86-64linux.h: Update copyright year.
11071 Adjust for renamed functions.
11072
10fc94a4
MK
11073 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11074 amd64fbsd_sigtramp_start.
11075 (amd64fbsd_sigtramp_end_addr): Renamed from
11076 amd64fbsd_sigtramp_end.
11077 (amd64fbsd_init_abi): Adjust for renamed variables.
11078 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11079 variables.
11080 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11081 amd64fbsd_sigtramp_start.
11082 (amd64fbsd_sigtramp_end_addr): Renamed from
11083 amd64fbsd_sigtramp_end.
11084
343af405
AC
110852004-02-22 Andrew Cagney <cagney@redhat.com>
11086
537987fc
AC
11087 * hppa-tdep.c (hppa32_return_value): New function.
11088 (hppa64_return_value): New function.
11089 (hppa_gdbarch_init): Set return_value; keep disabled.
11090
fad850b2
AC
11091 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11092 struct-return and inferior function call methods.
11093
26d08f08
AC
11094 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11095 "frame-base.h".
11096 (struct hppa_frame_cache): Define.
11097 (hppa_frame_cache, hppa_frame_this_id): New functions.
11098 (hppa_frame_prev_register): New function.
11099 (hppa_frame_unwind, hppa_frame_base): New variables.
11100 (hppa_frame_unwind_sniffer): New function.
11101 (hppa_frame_base_address, hppa_unwind_pc): New function.
11102 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11103 sniffer, and frame base sniffer; keep disabled.
11104 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11105 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11106
e7d7bd65
AC
11107 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11108 to predicates for "seriously old code".
11109
e963316f
AC
11110 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11111 runtime if(0).
11112
56132691
AC
11113 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11114 unsigned.
11115 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 11116
343af405
AC
11117 * config/pa/tm-hppa.h: Update copyright.
11118 (DEPRECATED_INIT_FRAME_PC): Delete macro.
11119 (deprecated_init_frame_pc_default): Delete declaration.
11120 (hppa_frame_init_saved_regs): Delete declaration.
11121 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11122 * hppa-tdep.c: Include "arch-utils.h".
11123 (hppa_gdbarch_init): Set deprecated init_frame_pc
11124 and deprecated frame_init_saved_regs.
11125 (hppa_frame_init_saved_regs): Make static.
11126
f5859b4d
MK
111272004-02-22 Mark Kettenis <kettenis@gnu.org>
11128
86f6f8e7 11129 Remove old 386BSD support.
cf7c5c23 11130 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
11131 * configure.host: Remove i[34567]86-*-bsd*.
11132 * configure.tgt: Remove i[34567]86-*-bsd*.
11133 * i386b-nat.c: Removed.
11134 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
11135 (i386b-nat.o): Remove dependencies.
11136
86f6f8e7
MK
11137 * config/i386/i386bsd.mh: Removed.
11138 * config/i386/i386bsd.mt: Removed.
11139 * config/i386/nm-i386bsd.h: Removed.
11140 * config/i386/tm-i386bsd.h: Removed.
11141 * config/i386/xm-i386bsd.h: Removed.
11142
971218cd
MK
11143 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11144
7e654c37
MK
11145 * amd64fbsd-tdep.c: Include "solib-svr4.h".
11146 (amd64fbsd_init_abi): Set link map offsets.
11147 * amd64nbsd-tdep.c: Include "slib-svr4.h".
11148 (amd64nbsd_init_abi): Set link map offsets.
11149 * amd64obsd-tdep.c: Include "solib-svr4.h".
11150 (amd64obsd_init_abi): Set link map offsets.
11151 * i386fbsd-tdep.c: Include "solib-svr4.h".
11152 (i386fbsd_init_abi): Set link map offsets.
11153 * i386nbsd-tdep.c: Include "solib-svr4.h".
11154 (i386nbsdelf_init_abi): Set link map offsets.
11155 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11156 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11157 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11158 solib-legacy.o and core-aout.o. Reformat.
11159 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11160 solib-svr4.o, solib-legacy.o. Reformat.
11161 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
11162 * config/i386/nbsdelf.mh: Reformat.
11163 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11164 solib-svr4.o, solib-legacy.o and corelow.o.
11165 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11166 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11167 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
11168 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11169 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11170 (TM_FILE): Set to tm-fbsd.h.
11171 * config/i386/nbsd.mt (TDEPFILES): Reformat.
11172 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11173 solib-svr4.o.
11174 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11175 solib-svr4.o.
11176 (TM_FILE): Set to nm-nbsd.h.
11177 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
11178 Simplify shared library support. Don't include "elf/common.h".
11179 (SVR4_SHARED_LIBS): Don't define.
11180 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
11181 "solib.h".
11182 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11183 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
11184 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
11185 Don't include "i386/tm-i386.h". Include "solib.h".
11186 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
11187 Don't include "i386/tm-i386.h".
11188 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
11189 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
11190 Include "i386/xm-i386.h".
11191 (HOST_LONG_DOUBLE_FORMAT): Remove.
11192
5d93ae8c
MK
11193 Fix OpenBSD/i386 sigtramp recognition.
11194 * i386-tdep.h: Update copyright year.
11195 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11196 (i386bsd_sigtramp_end): New prototypes.
11197 (i386fbsd_sigtramp_start_addr): Renamed from
11198 i386fbsd_sigtramp_start.
11199 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11200 (i386obsd_sigtramp_start_addr): Renamed from
11201 i386obsd_sigtramp_start.
11202 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11203 * i386bsd-tdep.c: Update copyright year.
11204 (i386bsd_pc_in_sigtramp): Make public.
11205 * i386fbsd-nat.c: Update copyright year.
11206 (_initialize_i386fbsd_nat): Adjust for renamed variables.
11207 * i386fbsd-tdep.c: Update copyright year.
11208 (i386fbsd_sigtramp_start_addr): Renamed from
11209 i386fbsd_sigtramp_start.
11210 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11211 (i386fbsdaout_init_abi): Adjust for renamed variables.
11212 * i386obsd-nat.c: Update copyright year.
11213 (_initialize_i386obsd_nat): Adjust for renamed variables.
11214 * i386obsd-tdep.c: Include "target.h".
11215 (i386obsd_page_size): New variable.
11216 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11217 (i386obsd_sigtramp_end): New functions.
11218 (i386obsd_sigtramp_start_addr): Renamed from
11219 i386obsd_sigtramp_start.
11220 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11221 (i386obsd_init_abi): Adjust for renamed variables. Set
11222 pc_in_sigtramp, sigtramp_start and sigtramp_end.
11223 * Makefile.in (i386obsd-tdep.o): Update dependencies.
11224
84d04465
MK
11225 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11226 trampoline change in OpenBSD kernel.
11227
b053aceb
MK
11228 * amd64-nat.c: Update copyright year.
11229 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11230 architecture from REGCACHE.
11231
f5859b4d
MK
11232 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11233 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11234
e4bbbda8
MK
112352004-02-21 Mark Kettenis <kettenis@gnu.org>
11236
ba361932
MK
11237 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11238 i[34567]86-*-openbsd3.[0-3].
11239 * config/i386/obsdaout.mh: New file.
11240
d3e48264
MK
11241 * config/i386/obsd.mh (MH_FLAGS): Remove.
11242
60a6eeb6
MK
11243 Fix PR build/1549.
11244 * i386obsd-tdep.c: Update copyright years. Include
11245 "solib-svr4.h".
11246 (i386obsd_init_abi): Don't set regset_from_core_section here.
11247 (i386obsd_aout_init_abi): New function. Set
11248 regset_from_core_section here.
11249 (i386obsd_elf_init_abi): New function.
11250 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11251 * Makefile.in (i386obsd-tdep.o): Update dependecies.
11252 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11253 (TM_FILE): Set to tm-nbsd.h.
11254
11255 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11256 solib-sunos.o.
11257
e4bbbda8
MK
11258 * solib-svr4.h: Update copyright year.
11259 (svr4_ilp32_fetch_link_map_offsets)
11260 (svr4_lp64_fetch_link_map_offsets): New prototype.
11261 * solib-svr4.c: Update copyright year.
11262 (svr4_ilp32_fetch_link_map_offsets)
11263 (svr4_lp64_fetch_link_map_offsets): New function.
11264
f6fe98ef
DJ
112652004-02-20 Daniel Jacobowitz <drow@mvista.com>
11266
11267 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11268 to the partial symbol table.
11269
589ca796
JB
112702004-02-20 J. brobecker <brobecker@gnat.com>
11271
11272 * PROBLEMS: Add description of problem documented under gdb/1560.
11273
2031c21a
MK
112742004-02-20 Mark Kettenis <kettenis@gnu.org>
11275
30b344b1
MK
11276 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
11277 comments.
11278 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11279 functions.
11280 (amd64obsd_init_abi): Reorder initializations. Use
11281 amd64obsd_r_reg_offset to initialize the general-purpose register
11282 set details. Set regset_from_core_section.
11283 (_initialize_amd64obsd_tdep): Rename from
11284 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
11285 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11286 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11287
2031c21a
MK
11288 * NEWS (New native configurations): Mention OpenBSD/alpha.
11289 * configure.tgt: Add alpha*-*-openbsd*.
11290 * configure.host: Add alpha*-*-openbsd*.
11291 * alphanbsd-tdep.c: Update copyright year.
11292 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11293
42471775
AC
112942004-02-20 Andrew Cagney <cagney@redhat.com>
11295
11296 Fix PR tdep/1372.
11297 * configure.tgt: Delete target "none-*-*".
11298 * configure.host: Delete host "none-*-*".
11299 * config/none/none.mh: Delete file.
11300 * config/none/none.mt: Delete file.
11301 * config/none/xm-none.h: Delete file.
11302 * config/none/tm-none.h: Delete file.
11303 * config/none/nm-none.h: Delete file.
11304
960ccd7d
FF
113052004-02-19 Fred Fish <fnf@redhat.com>
11306
11307 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11308 cache->uses_fp prior to setting it.
11309
5f883edd
FF
113102004-02-19 Fred Fish <fnf@redhat.com>
11311
11312 Fix for PR breakpoint/1558.
11313 * sh-tdep.c (IS_JSR): New macro.
11314 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11315
f98c22d5
JB
113162004-02-19 Jim Blandy <jimb@redhat.com>
11317
11318 * findvar.c (value_from_register): Doc fix.
11319
95051d27
JJ
113202004-02-19 Jeff Johnston <jjohnstn@redhat.com>
11321
11322 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11323 type being greater than sizeof of host's LONGEST. Always use
11324 unpack_long() unless format 'f' chosen.
11325
ccefbec3
EZ
113262004-02-19 Joel Brobecker <brobecker@gnat.com>
11327
11328 Committed by Elena Zannoni <ezannoni@redhat.com>
2ede629f 11329
ccefbec3
EZ
11330 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11331 contains a symbol wich is the best, non-exact match for the given
11332 pc. Update comments.
11333
113342004-02-19 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 11335
2ede629f
EZ
11336 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11337 macro, which was part of the now removed Mach 3 port.
11338 * utils.c (request_quit): Ditto.
11339
567ee972
MK
113402004-02-18 Mark Kettenis <kettenis@gnu.org>
11341
11342 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11343 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11344
50cca7bb
MK
113452004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11346
11347 Committed by Mark Kettenis <kettenis@gnu.org>.
11348
11349 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11350 Define.
11351
226361c4
AC
113522004-02-18 Andrew Cagney <cagney@redhat.com>
11353
11354 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11355 CONFIG_INSTALL and CONFIG_UNINSTALL.
11356 * configure: Re-generate.
11357 * interps.h (INTERP_TUI): Define.
11358 * Makefile.in: Update dependencies.
11359 (TUI): New macro.
11360 (tui-main.o): Specify dependencies.
11361 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11362 * tui/tui-main.c: New file.
11363
49cfa46f
MK
113642004-02-18 Mark Kettenis <kettenis@gnu.org>
11365
e2879ccb
MK
11366 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11367 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11368 dependencies.
11369 * configure.host: Add x86_64-*-openbsd*.
11370 * configure.tgt: Add x86_64-*-openbsd*.
11371 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11372
c43f4bec
MK
11373 * tui/tui.c: Don't include <malloc.h>.
11374
09ae75b6
MK
11375 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11376 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11377 amd64nbsd-tdep.c.
11378
49cfa46f 11379 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 11380 static. Remove extraneous whitespace.
49cfa46f
MK
11381 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11382 static.
11383
05957fdb
JB
113842004-02-17 Jim Blandy <jimb@redhat.com>
11385
11386 * findvar.c (value_from_register): Doc fix.
11387
d0f54f9d
JB
113882004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11389
11390 Committed by Jim Blandy <jimb@redhat.com>.
e1457d83 11391
8a1dac83 11392 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
11393 CORE_ADDR as type for selectors. Correct types for GNU run time
11394 message lookup function to use double indirection.
11395 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11396 * objc-lang.h (lookup_child_selector): Adapt prototype.
11397
9cbd5950
JB
11398 * s390-nat.c (SUBOFF): New macro.
11399 (supply_gregset, fill_gregset): Use it to handle debugging
11400 of 32-bit exectuables running under a 64-bit kernel.
11401 * s390-tdep.c: Include "solib-svr4.h".
11402 (s390_svr4_fetch_link_map_offset): New function.
11403 (s390x_svr_fetch_link_map_offset): Likewise.
11404 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11405 * Makefile.in (s390-tdep.o): Update dependencies.
11406
a8c99f38
JB
11407 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11408 "frame-unwind.h".
11409 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11410 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11411 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11412 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11413 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11414 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 11415 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
11416 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11417 (struct frame_extra_info): Remove.
11418 (s390_memset_extra_info): Remove.
f73b1eff
JB
11419 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11420 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11421 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
11422 (is_rse): Renamed to ...
11423 (is_rsy): ... this. Support long displacements.
11424 (is_rxe): Renamed to ...
11425 (is_rxy): ... this. Support long displacements.
11426 (compute_x_addr): Support long displacements.
11427 (struct s390_prologue_data): New data type.
11428 (s390_on_stack): Change API to use struct s390_prologue_data.
11429 (s390_store): Reimplement.
11430 (s390_load): New function.
11431 (s390_get_signal_frame_info): Remove.
11432 (s390_get_frame_info): Remove, replace by ...
11433 (s390_analyze_prolog): ... this new function.
11434 (s390_check_function_end): Remove.
11435 (s390_function_start): Remove.
11436 (s390_frameless_function_invokation): Remove.
11437 (s390_is_sigreturn): Remove.
11438 (s390_init_frame_pc_first): Remove.
11439 (s390_init_frame_extra_info): Remove.
11440 (s390_frame_init_saved_regs): Remove.
11441 (s390_frame_saved_pc_nofix): Remove.
11442 (s390_frame_saved_pc): Remove.
11443 (s390_frame_chain): Remove.
11444 (s390_fp_regnum, s390_read_fp): Remove.
11445 (s390_pop_frame_regular, s390_pop_frame): Remove.
11446 (s390_saved_pc_after_call): Remove.
11447 (s390_skip_prologue): Reimplement.
11448 (s390_in_function_epilogue_p): Support long displacements.
11449 (struct s390_unwind_cache): New data structure.
11450 (s390_frame_unwind_cache): New function.
11451 (s390_prologue_frame_unwind_cache): Likewise.
11452 (s390_backchain_frame_unwind_cache): Likewise.
11453 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11454 (s390_frame_unwind): Define.
11455 (s390_frame_sniffer): New function.
11456 (struct s390_pltstub_unwind_cache): New data structure.
11457 (s390_pltstub_frame_unwind_cache): New function.
11458 (s390_pltstub_frame_this_id): Likewise.
11459 (s390_pltstub_frame_prev_register): Likewise.
11460 (s390_pltstub_frame_unwind): Define.
11461 (s390_pltstub_frame_sniffer): New function.
11462 (struct s390_sigtramp_unwind_cache): New data structure.
11463 (s390_sigtramp_frame_unwind_cache): New function.
11464 (s390_sigtramp_frame_this_id): Likewise.
11465 (s390_sigtramp_frame_prev_register): Likewise.
11466 (s390_sigtramp_frame_unwind): Define.
11467 (s390_sigtramp_frame_sniffer): New function.
11468 (s390_frame_base_address, s390_local_base_address): New functions.
11469 (s390_frame_base): Define.
11470 (s390_unwind_pc, s390_unwind_sp): New function.
11471 (s390_push_dummy_call): Use new frame base location.
11472 (s390_unwind_dummy_id): Likewise.
11473 (s390_gdbarch_init): Remove calls to:
11474 set_gdbarch_frameless_function_invocation,
11475 set_gdbarch_deprecated_init_frame_pc,
11476 set_gdbarch_deprecated_frame_chain,
11477 set_gdbarch_deprecated_frame_init_saved_regs,
11478 set_gdbarch_deprecated_pop_frame,
11479 set_gdbarch_deprecated_init_extra_frame_info,
11480 set_gdbarch_deprecated_init_frame_pc_first,
11481 set_gdbarch_deprecated_target_read_fp,
11482 set_gdbarch_deprecated_frame_saved_pc,
11483 set_gdbarch_deprecated_saved_pc_after_call,
11484 set_gdbarch_deprecated_fp_regnum.
11485 Add calls to:
11486 set_gdbarch_in_solib_call_trampoline,
11487 frame_unwind_append_sniffer,
11488 frame_base_set_default,
11489 set_gdbarch_unwind_pc,
11490 set_gdbarch_unwind_sp.
11491 * Makefile.in (s390-tdep.o): Update dependencies.
11492
b0cf273e
JB
11493 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11494 (S390_STACK_FRAME_OVERHEAD): Remove.
11495 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11496 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11497 (s390_promote_integer_argument): Remove.
11498 (s390_cannot_extract_struct_value_address): Remove.
11499 (s390_use_struct_convention, s390_store_struct_return): Remove.
11500 (s390_extract_return_value, s390_store_return_value): Remove.
11501 (s390_return_value_convention, s390_return_value): New functions.
11502 (is_float_singleton): Handle typedefs.
8a1dac83 11503 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
11504 Remove, replace by ...
11505 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11506 s390_function_arg_integer): ... these new functions.
11507 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11508 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11509 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11510 Fill in tdep->abi.
11511 Remove calls to:
11512 set_gdbarch_deprecated_store_struct_return,
11513 set_gdbarch_deprecated_extract_return_value,
11514 set_gdbarch_deprecated_store_return_value,
11515 set_gdbarch_use_struct_convention,
11516 set_gdbarch_extract_struct_value_address,
11517 set_gdbarch_deprecated_pc_in_call_dummy,
11518 set_gdbarch_deprecated_push_arguments,
11519 set_gdbarch_deprecated_save_dummy_frame_tos,
11520 set_gdbarch_deprecated_push_return_address,
11521 set_gdbarch_deprecated_sizeof_call_dummy_words,
11522 set_gdbarch_deprecated_call_dummy_words,
11523 set_gdbarch_deprecated_dummy_write_sp.
11524 Add calls to:
11525 set_gdbarch_push_dummy_call,
11526 set_gdbarch_unwind_dummy_id,
11527 set_gdbarch_return_value.
8a1dac83 11528
e1457d83
JB
11529 * config/s390/nm-linux.h: Update comments.
11530 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
11531 (STOPPED_BY_WATCHPOINT): Redefine.
11532 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
11533 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
11534 (s390_stopped_by_watchpoint): Likewise.
11535 (watch_area_cnt): Remove.
11536 * s390-nat.c: Update comments.
11537 (watch_area): Remove typedef.
11538 Global replace watch_area by struct watch_area.
11539 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 11540 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
11541 use s390_inferior_tid. Add short-cut for the no watchpoint case.
11542 (s390_fix_watch_points): Remove pid argument,
11543 use s390_inferior_tid. Recompute area spanned by watchpoints.
11544 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
11545 argument. Reimplement.
11546
d0f54f9d
JB
11547 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
11548 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
11549 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 11550 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
11551 core-regset.o.
11552 * config/s390/s390x.mt: Remove.
11553 * config/s390/tm-s390.h: Remove.
11554 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
11555 (TARGET_ELF64): Remove.
11556 (SKIP_TRAMPOLINE_CODE): Do not undefine.
11557 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
11558 s390*-*-* case; always set gdb_target to s390.
11559 * regformats/reg-s390.dat: Remove control registers.
11560 * regformats/reg-s390x.dat: Likewise.
11561 * s390-tdep.h: New file.
8a1dac83 11562 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
11563 Include "inferior.h" and "s390-tdep.h".
11564 Remove private definition of offsetof.
11565 (s390_register_u_addr): Remove.
11566 (regmap_gregset, regmap_fpregset): Define.
11567 (supply_gregset, fill_gregset): Reimplement.
11568 (supply_fpregset, fill_fpregset): Likewise.
11569 (s390_inferior_tid): New function.
11570 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
11571 (fetch_inferior_registers, store_inferior_registers): Likewise.
11572 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
11573 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
11574 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
11575 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
11576 (struct gdbarch_tdep): Define.
11577 (struct s390_register_info): Define.
11578 (s390_register_info): New variable.
11579 (s390_register_name): Reimplement.
11580 (s390_register_type): New function.
11581 (s390_register_raw_size, s390x_register_raw_size): Remove.
11582 (s390_cannot_fetch_register): Remove.
11583 (s390_register_byte): Remove.
11584 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
11585 (s390_dwarf_regmap): New variable.
11586 (s390_dwarf_reg_to_regnum): New function.
11587 (s390_stab_reg_to_regnum): Remove.
11588 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
11589 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
11590 (s390_convert_register_p): Likewise.
11591 (s390_register_to_value, s390_value_to_register): Likewise.
11592 (s390_register_reggroup_p): Likewise.
11593 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
11594 s390_gregset, s390x_gregset, s390_fpregset): New variables.
11595 (s390_supply_regset, s390_regset_from_core_section): New functions.
11596 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
11597 (S390_FPR_SIZE): Likewise.
11598 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
11599 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
11600 (S390_NUM_GPRS): Move here from tm-s390.h.
11601 (S390_NUM_FPRS): Likewise.
11602 (s390_in_function_epilogue_p): New function.
11603 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
11604 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
11605 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
11606 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
11607 Replace S390_FP_REGNUM by S390_SP_REGNUM.
11608 Remove calls to:
11609 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
11610 set_gdbarch_deprecated_max_register_virtual_size,
11611 set_gdbarch_deprecated_register_byte,
d0f54f9d 11612 set_gdbarch_cannot_fetch_register,
8a1dac83 11613 set_gdbarch_cannot_store_register,
d0f54f9d
JB
11614 set_gdbarch_deprecated_register_size,
11615 set_gdbarch_deprecated_register_raw_size,
11616 set_gdbarch_deprecated_register_virtual_size,
11617 set_gdbarch_deprecated_register_virtual_type,
11618 set_gdbarch_deprecated_register_bytes.
11619 Add calls to:
11620 set_gdbarch_num_pseudo_regs,
11621 set_gdbarch_register_type,
11622 set_gdbarch_convert_register_p,
11623 set_gdbarch_register_to_value,
11624 set_gdbarch_value_to_register,
11625 set_gdbarch_register_reggroup_p,
11626 set_gdbarch_regset_from_core_section,
11627 set_gdbarch_pseudo_register_read,
11628 set_gdbarch_pseudo_register_write,
11629 set_gdbarch_in_function_epilogue_p.
11630 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
11631 (s390_tdep_h): New variable.
11632
8cfe231d
JB
116332004-02-17 Jim Blandy <jimb@redhat.com>
11634
4589a601
JB
11635 * findvar.c (value_from_register): If the type has no length, just
11636 return an acceptable value --- don't report an internal error.
11637
8cfe231d
JB
11638 * stabsread.c (read_type): If we find any type numbers that are
11639 forward references, complain if the references aren't resolved by
11640 the time we're finished reading.
11641 (cleanup_undefined_types): Make error message more appropriate for
11642 a complaint.
11643
5bf0017e
EZ
116442004-02-17 Elena Zannoni <ezannoni@redhat.com>
11645
9d62932d
EZ
11646 * Makefile.in (defs_h): Remove dependency on progress_h.
11647 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
11648 progress.h.
11649 * main.c (captured_main): Delete use of START_PROGRESS and
11650 END_PROGRESS.
11651
116522004-02-17 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 11653
5bf0017e
EZ
11654 * objfiles.c (terminate_minimal_symbol_table): Add back
11655 initialization of MSYMBOL_TYPE.
11656
9fc9f5e2
AC
116572004-02-17 David Mosberger <davidm@hpl.hp.com>
11658
11659 Committed by Andrew Cagney.
11660 * Makefile.in (ia64_tdep_h): New macro.
11661 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
11662 (ia64-tdep.o): Likewise.
11663 * ia64-tdep.h: New file.
11664 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
11665 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
11666 (ia64_aix_sigcontext_register_address): Likewise.
11667 (ia64_linux_getunwind_table): Delete declaration.
11668 * ia64-linux-tdep.c: Likewise.
11669
76cd2bd9
CV
116702004-02-17 Corinna Vinschen <vinschen@redhat.com>
11671
11672 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
11673 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
11674 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
11675
634aa483
AC
116762004-02-17 Andrew Cagney <cagney@redhat.com>
11677
11678 * symtab.c (skip_prologue_using_sal): New function.
11679 * symtab.h (skip_prologue_using_sal): Declare.
11680 * frv-tdep.c: Include "symtab.h".
11681 (skip_prologue_using_sal): Delete function.
11682 * mips-tdep.c (skip_prologue_using_sal): Delete function.
11683 * rs6000-tdep.c (refine_prologue_limit): Mention
11684 skip_prologue_using_sal.
11685 * ia64-tdep.c (refine_prologue_limit): Ditto.
11686 * Makefile.in: Update dependencies.
11687
116882004-02-16 Andrew Cagney <cagney@redhat.com>
19772a2c 11689
39ce7b3f
AC
11690 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
11691 START_INFERIOR_TRAPS_EXPECTED.
11692 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
11693 START_INFERIOR_TRAPS_EXPECTED.
11694 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
11695 Delete macro.
11696 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
11697 macro, moved to "nm-osf.h". Update copyright.
11698 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
11699 update copyright.
11700
19772a2c
AC
11701 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
11702 and function replacing FRAMELESS_FUNCTION_INVOCATION.
11703 * blockframe.c (legacy_frameless_look_for_prologue): Rename
11704 frameless_look_for_prologue.
11705 * frame.h (legacy_frameless_look_for_prologue): Rename
11706 frameless_look_for_prologue.
11707 * gdbarch.h, gdbarch.c: Re-generate.
11708 * sh64-tdep.c (sh64_gdbarch_init): Update.
11709 * sh-tdep.c (sh_gdbarch_init): Update.
11710 * s390-tdep.c (s390_gdbarch_init): Update.
11711 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11712 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11713 * m68k-tdep.c (m68k_gdbarch_init): Update.
11714 (delta68_frame_args_address): Update.
11715 * m32r-tdep.c (m32r_gdbarch_init): Update.
11716 * hppa-tdep.c (hppa_gdbarch_init): Update.
11717 * h8300-tdep.c (h8300_gdbarch_init): Update.
11718 * frv-tdep.c (frv_gdbarch_init): Update.
11719 (frv_frameless_function_invocation): Update.
11720 * cris-tdep.c (cris_gdbarch_init): Update.
11721 (cris_frameless_function_invocation): Update.
11722 * avr-tdep.c (avr_gdbarch_init): Update.
11723 * arm-tdep.c (arm_gdbarch_init): Update.
11724 * stack.c (frame_info): Update, call predicate.
11725 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
11726 * frame.c (legacy_get_prev_frame): Update, call predicate..
11727 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
11728 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
11729 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
11730 invocation.
11731 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11732 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11733 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
11734
11735 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
11736 function.
11737
7dcaac91
DJ
117382004-02-16 Daniel Jacobowitz <drow@mvista.com>
11739
11740 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
11741 initializations.
11742
88289b6e
AC
117432004-02-16 Andrew Cagney <cagney@redhat.com>
11744
11745 * tui/tui-windata.c: Include "gdb_string.h".
11746 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
11747 * tui/tui-layout.c, tui/tui-command.c: Ditto.
11748 * Makefile.in: Update dependencies.
11749
9f976b41
DJ
117502004-02-16 Daniel Jacobowitz <drow@mvista.com>
11751
11752 * Makefile.in (infrun.o): Add $(gdb_assert_h).
11753 * infrun.c: Include "gdb_assert.h".
11754 (singlestep_ptid, saved_singlestep_ptid)
11755 (stepping_past_singlestep_breakpoint): New variables.
11756 (resume): Set singlestep_ptid. Check for singlestep thread
11757 hop.
11758 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
11759 (handle_inferior_event): Handle singlestep thread hop.
11760
c324d747
AC
117612004-02-16 Andrew Cagney <cagney@redhat.com>
11762
f090b9b1
AC
11763 * dwarf2-frame.c (dwarf2_frame_ops): New function.
11764 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
11765 (dwarf2_frame_init_reg): Ditto.
11766
fd33e6cb
AC
11767 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
11768 suggested by Joshua Neuheisel
11769
c324d747
AC
11770 * configure.in: Always check for curses, including pdcurses.
11771 Warn, instead of error, when no curses are found. Enable TUI when
11772 curses is available.
11773 * configure: Re-generate.
11774
b66ba949
CV
117752004-02-16 Corinna Vinschen <vinschen@redhat.com>
11776
11777 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
11778 sh_sh4_register_convert_to_virtual.
11779 (sh_register_convert_to_raw): Rename from
11780 sh_sh4_register_convert_to_raw.
11781 (sh_pseudo_register_read): Accomodate above name change.
11782 (sh_pseudo_register_write): Ditto.
11783
b58cbbf2
CV
117842004-02-16 Corinna Vinschen <vinschen@redhat.com>
11785
11786 * sh-tdep.c (sh_generic_register_name): Remove.
11787 (sh_gdbarch_init): Use sh_sh_register_name in default case.
11788
5929a910
AC
117892004-02-15 Andrew Cagney <cagney@redhat.com>
11790
4566dfcf
AC
11791 * configure.in (build_warnings): Add -Wunused-function.
11792 * configure: Re-generate.
11793
db11ed55
AC
11794 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
11795 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
11796
46ac7a5d
AC
11797 * procfs.c (procfs_init_inferior): Assume that
11798 START_INFERIOR_TRAPS_EXPECTED is defined.
11799 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
11800 * config/ns32k/tm-nbsd.h: Delete file,
11801 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
11802
ba801595
AC
11803 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
11804 * config/vax/tm-vax.h: Delete file.
11805
5929a910
AC
11806 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11807 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11808 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11809 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11810 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
11811 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11812 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
11813
8f22cb90
MK
118142004-02-15 Mark Kettenis <kettenis@gnu.org>
11815
11816 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
11817 * dwarf2-frame.c (dwarf2_frame_data): New variable.
11818 (struct dwarf2_frame_ops): New.
11819 (dwarf2_frame_default_init_reg): New function, based on
11820 dwarf2_frame_init_reg.
11821 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
11822 (dwarf2_frame_init_reg): Call architecture-specific function.
11823 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
11824 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
11825 instead of dwarf2_frame_data.
11826 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
11827 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
11828
8132723e
AC
118292004-02-15 Andrew Cagney <cagney@redhat.com>
11830
046a4708
AC
11831 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
11832 register_gdbarch_swap.
11833 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
11834 * f-lang.c (_initialize_f_language): Update, use
11835 DEPRECATED_REGISTER_GDBARCH_SWAP.
11836 * remote.c (_initialize_remote): Ditto.
11837 * regcache.c (_initialize_regcache): Ditto.
11838 * parse.c (_initialize_parse): Ditto.
11839 * infrun.c (_initialize_infrun): Ditto.
11840 * mi/mi-main.c (_initialize_mi_main): Ditto.
11841 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 11842
549c1eea
AC
11843 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
11844 poking .cacheable directly.
11845 * symfile.c (symfile_bfd_open): Ditto.
11846
0c0b39de
AC
11847 * Makefile.in: Update all dependencies.
11848
8132723e
AC
11849 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
11850 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
11851 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
11852 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
11853 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 11854
b9d26eb9
AC
118552004-02-14 Andrew Cagney <cagney@redhat.com>
11856
8e1f669a
AC
11857 * arch-utils.c (legacy_convert_register_p): Check
11858 DEPRECATED_REGISTER_CONVERTIBLE_P.
11859 * findvar.c (value_of_register): Ditto.
11860
cd0bfa36
AC
11861 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
11862 * gdbarch.h, gdbarch.c: Re-generate.
11863 * arch-utils.c (deprecated_register_convertible_not): Delete.
11864 * arch-utils.h (deprecated_register_convertible_not): Delete.
11865 * mi/mi-main.c (get_register): Update. Update copyright.
11866 * infcmd.c (default_print_registers_info): Update.
11867
b9d26eb9
AC
11868 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11869 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
11870 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 11871 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
11872 * frame.c (deprecated_get_next_frame_hack): Delete function.
11873 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
11874 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
11875 Update.
11876 * infcall.c (call_function_by_hand): Update.
11877
9ab9195f
EZ
118782004-02-14 Elena Zannoni <ezannoni@redhat.com>
11879
11880 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 11881 from here...
9ab9195f
EZ
11882 * objfiles.c (init_entry_point_info, entry_point_address):..to
11883 here.
11884 * symfile.h (init_entry_point_info, entry_point_address): Remove
11885 prototypes.
11886 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 11887 prototypes.
9ab9195f
EZ
11888 * cris-tdep.c: Remove include of symfile.h. Add include of
11889 objfiles.h.
11890 * infcall.c: Ditto.
11891 * mcore-tdep.c: Ditto.
11892 * mn10300-tdep.c: Ditto.
11893 * sh64-tdep.c: Ditto.
11894 * v850-tdep.c: Ditto.
11895 * arm-tdep.c: Remove include of symfile.h.
11896 * blockframe.c: Ditto.
11897 * coffread.c: Ditto.
11898 * dbxread.c: Ditto.
11899 * dwarf2read.c: Ditto.
11900 * dwarfread.c: Ditto.
8a1dac83 11901 * frv-tdep.c: Ditto.
9ab9195f
EZ
11902 * ia64-tdep.c: Ditto.
11903 * mdebugread.c: Ditto.
11904 * mipsread.c: Ditto.
8a1dac83 11905 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
11906 * s390-tdep.c: Ditto.
11907 * sh-tdep.c: Ditto.
8a1dac83 11908 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
11909 * gdbarch.sh: Remove include of symfile.h.
11910 * gdbarch.c: Regenerate.
11911 * solib-irix.c (enable_break): Use entry_point_address().
11912 Add comment about include file.
11913 * xcoffread.c: Add comment about include file.
8a1dac83
RM
11914 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
11915 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
11916 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
11917 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
11918 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
11919
c4c5b7ba
AC
119202004-02-13 Andrew Cagney <cagney@redhat.com>
11921
11922 * corelow.c (core_xfer_partial): Use "struct bfd_section".
11923 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
11924 copyright.
11925 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
11926
3e7879de
FF
119272004-02-12 Fred Fish <fnf@redhat.com>
11928
11929 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
11930 set_gdbarch_store_return_value.
11931
6a7760b6
AC
119322004-02-12 Andrew Cagney <cagney@redhat.com>
11933
11934 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
11935 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
11936 (interrupt_query): Ditto.
11937 (ofunc): Delete unused variable.
11938 * cris-tdep.c (cris_abi): Delete unused function.
11939 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
11940 (cris_get_wide_opcode, cris_get_short_size): Ditto.
11941 (cris_get_asr_quick_shift_steps): Ditto.
11942 (cris_skip_prologue_frameless_p): Ditto.
11943 * arm-tdep.c (arm_push_return_address): Delete unused function.
11944 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
11945 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
11946 * s390-tdep.c (s390_function_start): Delete unused function.
11947
31687c3c
AC
119482004-02-12 Andrew Cagney <cagney@redhat.com>
11949
11950 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
11951 gdbarch.h, gdbarch.c: Re-generate.
11952 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
11953 to generic_prologue_frameless_p.
11954 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
11955 * arch-utils.c (generic_prologue_frameless_p): Delete function.
11956
6de918a6
DJ
119572004-02-11 Daniel Jacobowitz <drow@mvista.com>
11958
11959 * mips-linux-tdep.c: Include "frame.h".
11960 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
11961 (mips_linux_skip_resolver): New functions.
11962 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
11963 and set_gdbarch_in_solib_call_trampoline.
11964 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
11965 to after set_gdbarch_in_solib_return_trampoline. Only set the
11966 solib hooks to mips16 functions if the OS ABI is unknown.
11967 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
11968 including "config/tm-linux.h".
11969 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
11970 * Makefile.in (mips-linux-tdep.o): Update.
11971
87b3ede8
DC
119722004-02-11 David Carlton <carlton@kealia.com>
11973
11974 * linespec.c (decode_compound): Only look for a class symbol when
11975 considering all but the rightmost component.
11976
5979bc46
AC
119772004-02-11 Andrew Cagney <cagney@redhat.com>
11978
11979 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
11980 abi code are are separatly grouped.
11981
5867a2fb
AC
119822004-02-11 Andrew Cagney <cagney@redhat.com>
11983
11984 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
11985 * gdbarch.h, gdbarch.c: Re-generate.
11986 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11987 * v850-tdep.c (v850_gdbarch_init): Update.
11988 * sh64-tdep.c (sh64_gdbarch_init): Update.
11989 * sh-tdep.c (sh_gdbarch_init): Update.
11990 * s390-tdep.c (s390_gdbarch_init): Update.
11991 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11992 * mips-tdep.c (mips_gdbarch_init): Update.
11993 * mcore-tdep.c (mcore_gdbarch_init): Update.
11994 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11995 * m32r-tdep.c (m32r_gdbarch_init): Update.
11996 * ia64-tdep.c (ia64_gdbarch_init): Update.
11997 * hppa-tdep.c (hppa_gdbarch_init): Update.
11998 * h8300-tdep.c (h8300_gdbarch_init): Update.
11999 * frv-tdep.c (frv_gdbarch_init): Update.
12000 * d10v-tdep.c (d10v_gdbarch_init): Update.
12001 * cris-tdep.c (cris_gdbarch_init): Update.
12002 * avr-tdep.c (avr_gdbarch_init): Update.
12003 * arm-tdep.c (arm_gdbarch_init): Update.
12004 * alpha-tdep.c (alpha_gdbarch_init): Update.
12005
026a72f8
CV
120062004-02-11 Corinna Vinschen <vinschen@redhat.com>
12007
12008 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12009 comma.
12010 (sh_sh4al_dsp_register_name): Ditto.
12011
3903d437
AC
120122004-02-10 Andrew Cagney <cagney@redhat.com>
12013
12014 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12015 (mips_init_frame_pc_first): Delete function.
12016 (mips_frame_saved_pc): Delete function.
12017 (mips_frame_chain): Delete function.
12018 (mips_init_extra_frame_info): Delete function.
12019 (mips_xfer_register): Delete unused variable "reg".
12020 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12021 (mips_n32n64_return_value): Delete unused variable "reg".
12022 (mips_n32n64_return_value): Delete unused variable "pos".
12023 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12024 (mips_o32_return_value): Delete unused variable "pos".
12025 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12026 (mips_print_fp_register): Delete unused variable "namelen"
12027 (mips_print_fp_register): Delete unused variable "flt2"
12028 (get_frame_pointer): Delete function.
12029 (cached_proc_desc): Delete static variable.
12030 (mips_pop_frame): Delete function.
12031 (mips_find_saved_regs): Delete function.
12032 (mips_get_saved_register): Delete function.
12033 (mips_saved_pc_after_call): Delete function.
12034 (SIGFRAME_BASE): Delete macro.
12035 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12036 (SIGFRAME_PC_OFF): Delete macro.
12037 (SIGFRAME_REGSAVE_OFF): Delete macro.
12038 (mips_dump_tdep): Do not print deleted macro definitions.
12039
b9fb98bd
AC
120402004-02-10 Andrew Cagney <cagney@redhat.com>
12041
12042 * Makefile.in (SFILES): Remove explictly listed tui files.
12043 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12044
78ced177 120452004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8a1dac83 12046
78ced177
JJ
12047 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12048 to use paddr functions to format ia64 addresses and long values.
12049 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12050 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12051 (get_kernel_table, ia64_find_proc_info_x): Ditto.
12052 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12053 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12054
6a83354a
AC
120552004-02-10 Andrew Cagney <cagney@redhat.com>
12056
12057 * defs.h: Do not include "tui.h".
12058 * gdb_curses.h: New file.
12059 * tui/tui-hooks.h: New file.
12060 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12061 (tui_install_hooks, tui_remove_hooks): Delete declarations.
12062 (tui_initialize_io): Delete declaration.
12063 (tui_initialize_readline: Delete redundant declaration.
12064 (struct tui_point): Delete definition.
12065 * tui/tui-data.h (struct tui_point): Define.
12066 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12067 * utils.c: Include "tui/tui.h".
12068 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12069 * printcmd.c [TUI]: Include "tui/tui.h".
12070 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12071 * tui/tui-command.c: Include "gdb_curses.h".
12072 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12073 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12074 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12075 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12076 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12077 * Makefile.in: Update all dependencies.
12078 (tui_hooks_h, gdb_curses_h): Define.
12079 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12080
997470ef
EZ
120812004-02-10 Elena Zannoni <ezannoni@redhat.com>
12082
12083 * objfiles.h (struct objfile): Remove unused fields auxf1 and
12084 auxf2. Add comments about some other rarely used fields.
12085
4ff2cc4d
AC
120862004-02-10 Andrew Cagney <cagney@redhat.com>
12087
12088 * Makefile.in (init.c): Fix script removing duplicates. Problem
12089 reported by Peter Schauer.
12090
1ab21617
EZ
120912004-02-09 Elena Zannoni <ezannoni@redhat.com>
12092
12093 * bcache.c (bcache_xmalloc): Use obstack_init instead of
12094 obstack_specify_allocation.
12095 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 12096 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
12097 (allocate_rt_common_objfile): Ditto.
12098 * symfile.c (reread_symbols): Ditto.
12099 * gdb_obstack.h: Add comment.
12100
17763fd9
EZ
121012004-02-09 Elena Zannoni <ezannoni@redhat.com>
12102
12103 * linespec.c (decode_line_1, locate_first_half)
12104 (decode_compound, lookup_prefix_sym): Update comments. Delete old
12105 commented out code.
12106
ec5cdd75
DJ
121072004-02-09 Daniel Jacobowitz <drow@mvista.com>
12108
12109 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12110 obstack_free.
12111
43b54b88
AC
121122004-02-09 Andrew Cagney <cagney@redhat.com>
12113
12114 * blockframe.c (find_pc_partial_function): If find_pc_overlay
12115 fails, try find_pc_section. Fix PR c++/1267.
12116 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12117 instead of find_pc_mapped_section.
12118 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12119 not default to the section containing PC. Fix PR symtab/1519.
12120
edfae063
AC
121212004-02-09 Andrew Cagney <cagney@redhat.com>
12122
12123 * Makefile.in (mips-tdep.o): Update dependencies.
12124 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12125 "trad-frame.h".
12126 (mips_unwind_pc): Return the pseudo PC register.
12127 (mips_unwind_dummy_id): New function.
12128 (mips16_fetch_instruction): New function.
12129 (mips32_fetch_instruction): New function.
12130 (struct mips_frame_cache): Define.
12131 (mips_mdebug_frame_cache): New function.
12132 (mips_mdebug_frame_this_id): New function.
12133 (mips_mdebug_frame_prev_register): New function.
12134 (mips_mdebug_frame_unwind): Define.
12135 (mips_mdebug_frame_sniffer): New function.
12136 (mips_mdebug_frame_base_address): New function.
12137 (mips_mdebug_frame_base): Define.
12138 (mips_mdebug_frame_base_sniffer): New function.
12139 (mips_gdbarch_init): Append unwind and base sniffers. Set
12140 unwind_dummy_id.
12141
defc864c
AC
121422004-02-08 Andrew Cagney <cagney@redhat.com>
12143
6764ddad
AC
12144 * frame.c: Print both the register number and name.
12145
defc864c
AC
12146 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
12147 and a sed into a single sed. Make .c and .o patterns more robust.
12148 (OBS): Delete.
12149 (INIT_FILES): Replace OBS with COMMON_OBS.
12150 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12151
645d6d10
MK
121522004-02-08 Mark Kettenis <kettenis@gnu.org>
12153
12154 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12155 the PT_WCOOKIE request.
12156
23e3c3fc
AC
121572004-02-08 Andrew Cagney <cagney@redhat.com>
12158
58dfe9ff
AC
12159 * mips-tdep.c (mips_unwind_pc): New function.
12160 (mips_gdbarch_init): Set mips_unwind_pc.
12161
1152e35e
AC
12162 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12163 (get_frame_id): Allow the UNKNOWN_FRAME.
12164 (frame_register_unwind, get_frame_type): Ditto.
12165
31b75dbf
AC
12166 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12167 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
12168 unwind_dummy_id indicates a legacy frame.
12169
3483b318
AC
12170 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12171 * configure: Re-generate.
12172
23e3c3fc
AC
12173 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12174 methods.
12175
33f8ca73
AC
121762004-02-08 Andrew Cagney <cagney@redhat.com>
12177
12178 * configure.in (CONFIG_ALL): Set to Makefile target, and not
12179 makefile macro.
12180 * configure: Re-generate.
12181 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12182 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12183 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12184 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12185 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12186 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12187 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12188 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12189 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12190 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12191
6ba8e26f 121922004-02-07 Andrew Cagney <cagney@redhat.com>
d836ee13 12193
20d286a5
AC
12194 * Makefile.in: Update all dependencies.
12195
d836ee13
AC
12196 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12197 * configure: Re-generate.
12198 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12199 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12200 (COMMON_OBS): Add "main.o" and "annotate.o".
12201 (ANNOTATE_OBS): Delete.
12202 (OBS): Remove ANNOTATE_OBS.
12203 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12204 CONFIG_INITS.
12205 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12206 against CONFIG_OBS and "main.o".
12207 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12208 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12209
d02c80cd
AC
12210 * tui/tui-command.c: Include "gdb_string.h", delete register
12211 attribute, use ISO-C function signatures.
12212 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12213 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12214 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12215 * tui/tui.c: Ditto.
6ba8e26f
AC
12216
12217 * tui/tui-command.c: Change variable and function names to lower
12218 case.
12219 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12220 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12221 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12222 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12223 * tui/tui-winsource.c, tui/tui.c: Ditto.
12224
4a146b47
EZ
122252004-02-07 Elena Zannoni <ezannoni@redhat.com>
12226
12227 * buildsym.c (free_pending_blocks, finish_block)
12228 (record_pending_block, make_blockvector, end_symtab): Replace
12229 symbol_obstack with objfile_obstack.
8a1dac83 12230 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 12231 (coff_read_enum_type): Ditto.
8a1dac83 12232 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 12233 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 12234 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
12235 (dwarf2_symbol_mark_computed): Ditto.
12236 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12237 * elfread.c (elf_symtab_read): Ditto.
12238 * hpread.c (hpread_symfile_init, hpread_symfile_init)
12239 (hpread_read_enum_type, hpread_read_function_type)
12240 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12241 Ditto.
8a1dac83 12242 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 12243 (java_link_class_type): Ditto.
8a1dac83 12244 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
12245 (new_symbol): Ditto.
12246 * minsyms.c (install_minimal_symbols): Ditto.
12247 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12248 (terminate_minimal_symbol_table): Replace symbol_obstack with
12249 objfile_obstack.
12250 (free_objfile): Remove freeing of symbol_obstack.
12251 * objfiles.h: Remove symbol_obstack field.
12252 * pa64solib.c (add_to_solist): Replace symbol_obstack with
12253 objfile_obstack.
12254 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12255 symbol_obstack.
12256 (solib_add_common_symbols): Replace symbol_obstack with
12257 objfile_obstack.
12258 * somsolib.c (som_solib_add): Ditto.
12259 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12260 (common_block_start, common_block_end): Ditto.
12261 * symfile.c (reread_symbols): Remove freeing and init of
12262 symbol_obstack.
12263 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12264 * symfile.h: Update comment.
12265 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12266 stats printing.
12267 * symtab.c (symbol_set_names): Replace symbol_obstack with
12268 objfile_obstack.
12269 * symtab.h (struct general_symbol_info, struct minimal_symbol):
12270 Update comments.
12271 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12272 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12273 objfile_obstack.
12274
6d012f14
AC
122752004-02-07 Andrew Cagney <cagney@redhat.com>
12276
12277 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12278 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
12279 fields and variables.
12280 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12281 (m_beInvisible): Delete macro.
12282 * tui/tui-data.h: Fix case case fields and variables.
12283 (m_genWinPtrIsNull): Delete macro.
12284 (tui_win_list): Rename winList.
12285 (TUI_SRC_WIN): Rename srcWin.
12286 (TUI_DISASM_WIN): Rename disassemWin.
12287 (TUI_DATA_WIN): Rename dataWin.
12288 (TUI_CMD_WIN): Rename cmdWin.
12289 (m_genWinPtrNotNull): Delete macro.
12290 (m_winPtrIsNull): Delete macro.
12291 (m_winPtrNotNull): Delete macro.
12292 (tui_win_is_source_type): Replace m_winIsSourceType
12293 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12294 (tui_win_has_locator): Replace m_hasLocator.
12295 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12296 m_setWinHighlightOff.
12297 * tui/tui-data.c: Update references.
12298 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12299 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12300 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12301 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12302 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12303 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12304 * tui/tui-winsource.c, tui/tui.c: Ditto.
12305
7d34766b
MK
123062004-02-07 Mark Kettenis <kettenis@gnu.org>
12307
1c800673
MK
12308 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12309 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12310 StackGhost.
12311
7d34766b
MK
12312 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12313 variable `i6' to `i7'.
12314 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12315
22940a24
AC
123162004-02-07 Andrew Cagney <cagney@redhat.com>
12317
12318 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12319 (TuiPoint, TuiPointPtr): Ditto.
12320 (TuiStatus, TuiStatusPtr): Ditto.
12321 (TuiWinType, TuiWinTypePtr): Ditto.
12322 (struct tui_point): Rename _TuiPoint.
12323 (tui_get_low_disassembly_address): Rename
12324 tuiGetLowDisassemblyAddress.
12325 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12326 (tuiFree): Delete declaration.
12327 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12328 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12329 * tui/tui.c (tuiFree): Delete function.
12330 * cli/cli-cmds.c (disassemble_command): Update references.
12331 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12332 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12333 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12334 * tui/tui-winsource.c: Ditto.
12335
8b92e4d5
EZ
123362004-02-07 Elena Zannoni <ezannoni@redhat.com>
12337
12338 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12339 coffstab_build_psymtabs, elfstab_build_psymtabs)
12340 (stabsect_build_psymtabs): Replace psymbol_obstack with
12341 objfile_obstack.
12342 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12343 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12344 Ditto.
12345 * dwarfread.c (scan_compilation_units): Ditto.
12346 * elfread.c (elfstab_offset_sections): Ditto.
12347 * hppa-tdep.c (read_unwind_info): Ditto.
12348 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12349 (hpread_end_psymtab): Ditto.
12350 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12351 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12352 Ditto.
12353 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 12354 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
12355 (build_objfile_section_table): Ditto.
12356 (allocate_objfile): Remove init of psymbol_obstack.
12357 (free_objfile): Remove freeing of psymbol_obstack.
12358 * objfiles.h (struct objfile): Remove field
12359 psymbol_obstack. Update comments.
12360 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12361 psymbol_obstack with objfile_obstack.
12362 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12363 psymbol_obstack.
12364 * somread.c (som_symfile_offsets, init_import_symbols)
12365 (init_export_symbols): Replace psymbol_obstack with
12366 objfile_obstack.
12367 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12368 * symfile.c (default_symfile_offsets, syms_from_objfile)
12369 (reread_symbols): Remove freeing and init of psymbol_obstack.
12370 (cashier_psymtab): Update comment.
12371 * symmisc.c (print_objfile_statistics): Don't report stats for
12372 psymbol obstack.
12373 * symtab.h (struct general_symbol_info, struct partial_symtab):
12374 Update comments.
12375 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12376 (xcoff_symfile_offsets): Replace psymbol_obstack with
12377 objfile_obstack.
12378
b99607ea
EZ
123792004-02-07 Elena Zannoni <ezannoni@redhat.com>
12380
12381 * objfiles.h (struct objfile): Add objfile_obstack field.
12382 Remove type_obstack field.
12383
12384 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12385 read_structure_scope read_enumeration, new_symbol): Replace
12386 type_obstack with objfile_obstack.
12387 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 12388 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
12389 (lookup_fundamental_type): Ditto.
12390 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
12391 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12392 (hpread_read_doc_function_type, hpread_read_struct_type)
12393 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 12394 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 12395 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
12396 (java_link_class_type): Ditto.
12397 * mdebugread.c (parse_type): Ditto.
12398 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12399 * solib-sunos.c (solib_add_common_symbols): Ditto.
12400 * stabsread.c (define_symbol, read_type, read_member_functions,
12401 read_cpp_abbrev, read_one_struct_field): Ditto.
12402 * symfile.c (reread_symbols): Ditto.
12403 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 12404
2a8854a7
AC
124052004-02-07 Andrew Cagney <cagney@redhat.com>
12406
12407 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12408 (tui_exec_info_content): Rename TuiExecInfoContent.
12409 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12410 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12411 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12412 (TuiList, TuiListPtr): Ditto.
12413 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12414 (TuiDataType, TuiDataTypePtr): Ditto.
12415 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12416 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12417 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12418 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12419 (TuiDataElement, TuiDataElementPtr): Ditto.
12420 (TuiWinElement, TuiWinElementPtr): Ditto.
12421 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12422 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12423 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12424 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12425 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12426 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12427 * tui/tui-command.c, tui/tui-data.c: Update references.
12428 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12429 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12430 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12431 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 12432
05cbe71a
MK
124332004-02-07 Mark Kettenis <kettenis@gnu.org>
12434
12435 * dwarf2-frame.h: Update copyright.
12436 (enum dwarf2_frame_reg_rule): New.
12437 (struct dwarf2_frame_state_reg): New.
12438 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12439 * dwarf2-frame.c: Update copyright.
12440 (enum dwarf2_reg_rule): Remove.
12441 (struct dwarf2_frame_state): Remove defenition of `struct
12442 dwarf2_frame_state_reg'.
12443 (read_reg): Call get_frame_arch to get the architecture instead of
12444 using CURRENT_GDBARCH.
12445 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12446 DWARF2_FRAME_.
12447 (dwarf2_frame_init_reg): New function.
12448 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12449 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12450 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12451 tags with DWARF2_FRAME_.
12452 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12453 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12454 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12455
ec7d9e56
AC
124562004-02-06 Andrew Cagney <cagney@redhat.com>
12457
dd1abb8c
AC
12458 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12459 (enum tui_data_type): Rename _TuiDataType.
12460 (struct tui_layout_def): Rename _TuiLayoutDef.
12461 (struct tui_source_element): Rename _TuiSourceElement.
12462 (struct tui_data_element): Rename _TuiDataElement.
12463 (struct tui_command_element): Rename _TuiCommandElement.
12464 (struct tui_locator_element): Rename _TuiLocatorElement.
12465 (union tui_which_element): Define.
12466 (struct tui_win_element): Rename _TuiWinElement.
12467 (struct tui_data_info): Rename _TuiDataInfo.
12468 (struct tui_source_info): Rename _TuiSourceInfo.
12469 (struct tui_command_info): Rename _TuiCommandInfo.
12470 (tui_initialize_static_data): Rename initializeStaticData.
12471 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12472 (tui_alloc_win_info): Rename allocWinInfo.
12473 (tui_init_generic_part): Rename initGenericPart.
12474 (tui_init_win_info): Rename initWinInfo.
12475 (tui_alloc_content): Rename allocContent.
12476 (tui_add_content_elements): Rename addContentElements.
12477 (tui_init_content_element): Rename initContentElement.
12478 (tui_free_window): Rename freeWindow.
12479 (tui_free_win_content): Rename freeWinContent.
12480 (tui_free_data_content): Rename freeDataContent.
12481 (tui_free_all_source_wins_content): Rename
12482 freeAllSourceWinsContent.
12483 (tui_del_window): Rename tuiDelWindow.
12484 (tui_del_data_windows): Rename tuiDelDataWindows.
12485 (tui_partial_win_by_name): Rename partialWinByName.
12486 (tui_win_name): Rename winName.
12487 (tui_current_layout): Rename currentLayout.
12488 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12489 (tui_term_height): Rename termHeight.
12490 (tui_set_term_height_to): Rename setTermHeightTo.
12491 (tui_term_width): Rename termWidth.
12492 (tui_set_term_width_to): Rename setTermWidthTo.
12493 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12494 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12495 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12496 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12497 (tui_source_windows): Rename sourceWindows.
12498 (tui_clear_source_windows): Rename clearSourceWindows.
12499 (tui_clear_source_windows_detail): Rename
12500 clearSourceWindowsDetail.
12501 (tui_clear_win_detail): Rename clearWinDetail.
12502 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12503 (tui_default_tab_len): Rename tuiDefaultTabLen.
12504 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12505 (tui_win_with_focus): Rename tuiWinWithFocus.
12506 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12507 (tui_layout_def): Rename tuiLayoutDef.
12508 (tui_win_resized): Rename tuiWinResized.
12509 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12510 (tui_next_win): Rename tuiNextWin.
12511 (tui_prev_win): Rename tuiPrevWin.
12512 (tui_add_to_source_windows): Rename addToSourceWindows.
12513 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12514 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12515 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12516 * tui/tui.c, tui/tui-data.c: Ditto.
12517 * tui/tui-interp.c, tui/tui-data.c: Ditto.
12518 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12519
a358af15
AC
12520 * tui/tui-source.h: Update copyright. Include "tui-data.h".
12521 (struct symtab): Declare.
12522 (tui_set_source_content): Rename tuiSetSourceContent.
12523 (tui_show_symtab_source): Rename tuiShowSource.
12524 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
12525 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
12526 * tui/tui-source.c: Update copyright. Update references.
12527 * tui/tui-win.c, tui/tui-winsource.c: Update references.
12528 * tui/tui-stack.c: Update references.
12529
a21fcd8f
AC
12530 * tui/tui-win.h: Update copyright. Include "tui-data.h".
12531 (struct tui_win_info): Declare.
12532 (tui_scroll_forward): Rename tuiScrollForward.
12533 (tui_scroll_backward): Rename tuiScrollBackward.
12534 (tui_scroll_left): Rename tuiScrollLeft.
12535 (tui_scroll_right): Rename tuiScrollRight.
12536 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
12537 (tui_resize_all): Rename tuiResizeAll.
12538 (tui_refresh_all_win): Rename tuiRefreshAll.
12539 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
12540 * tui/tui-layout.c, * tui/tui-io.c: Update references.
12541 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
12542 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
12543
edae1ccf
AC
12544 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
12545 (tui_erase_data_content): Rename tuiEraseDataContent.
12546 (tui_display_all_data): Rename tuiDisplayAllData.
12547 (tui_check_data_values): Rename tuiCheckDataValues.
12548 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
12549 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
12550 (tui_first_data_element_no_in_line): Rename
12551 tuiFirstDataElementNoInLine.
12552 (tui_delete_data_content_windows): Rename
12553 tuiDeleteDataContentWindows.
12554 (tui_refresh_data_win): Rename tuiRefreshDataWin.
12555 (tui_display_data_from): Rename tuiDisplayDataFrom.
12556 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
12557 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
12558 * tui/tui-win.c, tui/tui-regs.c: Update references.
12559 * tui/tui-layout.c, tui/tui.c: Update references.
12560
ec7d9e56
AC
12561 * tui/tui-wingeneral.h: Update copyright.
12562 (m_allBeVisible): Delete macro.
8a1dac83 12563 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
12564 (struct tui_gen_win_info): Declare.
12565 (struct tui_win_info): Declare.
12566 (tui_unhighlight_win): Rename unhighlightWin.
12567 (tui_make_visible, tui_make_invisible): Replace makeVisible.
12568 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
12569 (tui_make_window): Rename makeWindow.
12570 (tui_copy_win): Rename copyWin.
12571 (tui_box_win): Rename boxWin.
12572 (tui_highlight_win): Rename highlightWin.
12573 (tui_check_and_display_highlight_if_needed): Rename
12574 checkAndDisplayHighlightIfNeeded.
12575 (tui_refresh_all): Rename refreshAll.
12576 (tui_delete_win): Rename tuiDelwin.
12577 (tui_refresh_win): Rename tuiRefreshWin.
12578 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
12579 (tui_make_visible, tui_make_invisible): New functions.
12580 (tui_make_all_visible, tui_make_all_invisible): New functions.
12581 (make_all_visible): Rename makeAllVisible.
12582 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
12583 * tui/tui-data.c, tui/tui-winsource.c: Update references.
12584 * tui/tui-windata.c, tui/tui-win.c: Update references.
12585 * tui/tui-regs.c, tui/tui-layout.c: Update references.
12586 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
12587
1e52e2eb
MK
125882004-02-06 Mark Kettenis <kettenis@gnu.org>
12589
12590 * proc-api.c (write_with_trace): Initialize local variable to
12591 silence compiler warning.
12592
f80bda8e
AC
125932004-02-06 Andrew Cagney <cagney@redhat.com>
12594
12595 * tui/tui-source.h: Do not include "defs.h".
12596 (struct tui_win_info): Declare.
12597 (tui_set_source_content_nil): Declare.
12598 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
12599 (union tui_line_or_address): Rename _TuiLineOrAddress.
12600 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
12601 (tui_update_source_window): Rename tuiUpdateSourceWindow.
12602 (tui_update_source_window_as_is): Rename
12603 tuiUpdateSourceWindowAsIs.
12604 (tui_update_source_windows_with_addr): Rename
12605 tuiUpdateSourceWindowsWithAddr.
12606 (tui_update_source_windows_with_line): Rename
12607 tuiUpdateSourceWindowsWithLine.
12608 (tui_clear_source_content): Rename tuiClearSourceContent.
12609 (tui_erase_source_content): Rename tuiEraseSourceContent.
12610 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
12611 (tui_show_source_content): Rename tuiShowSourceContent.
12612 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
12613 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
12614 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
12615 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
12616 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
12617 (tui_update_exec_info): Rename tuiUpdateExecInfo.
12618 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
12619 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
12620 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
12621 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
12622 (struct tui_win_info): Declare.
12623 * tui/tui-stack.c: Update references.
12624 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
12625 * tui/tui-win.c, tui/tui-source.c: Ditto.
12626 * tui/tui.c, tui/tui-disasm.c: Ditto.
12627
9fbfb822
MK
126282004-02-06 Mark Kettenis <kettenis@gnu.org>
12629
12630 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
12631 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
12632
03cebad2
MK
126332004-02-05 Mark Kettenis <kettenis@gnu.org>
12634
12635 * infrun.c (handle_inferior_event): Allow for breakpoint
12636 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
12637 and SIGEMT. Update comments.
12638 * NEWS (Revised SPARC target): Mention support for non-executable
12639 stack.
12640
290281b1
MK
126412004-02-04 Mark Kettenis <kettenis@gnu.org>
12642
12643 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
12644 * inftarg.c: Update copyright year.
12645 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
12646 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
12647 (sparc_xfer_wcookie): New function.
12648 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12649 * Makefile.in (sparc-nat.o): Update dependencies.
12650 * config/sparc/nm-nbsd.h: Include "target.h".
12651 (NATIVE_XFER_WCOOKIE): New define.
12652 (sparc_xfer_wcookie): New prototype.
12653
212161df
AC
126542004-02-04 Andrew Cagney <cagney@redhat.com>
12655
12656 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
12657 SYSCALL_TRAP function.
12658 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
12659
6e4c6c91
DJ
126602004-02-04 Andrew Cagney <cagney@redhat.com>
12661 Daniel Jacobowitz <drow@mvista.com>
12662
12663 * objfiles.h: Delete comments refering to inside_entry_func and
12664 DEPRECATED_FRAME_CHAIN_VALID.
12665 * defs.h (inside_entry_func): Update prototype..
12666 * blockframe.c (inside_entry_func): Rename to
12667 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
12668 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
12669
cae688ec
JJ
126702004-02-03 Jeff Johnston <jjohnstn@redhat.com>
12671
12672 * breakpoint.c (struct captured_parse_breakpoint_args): Move
12673 outside of #ifdef SOLIB_ADD region.
12674 (do_restore_lang_radix_cleanup): Ditto.
12675 (resolve_pending_breakpoint): Ditto.
12676
19217676
AC
126772004-02-03 Andrew Cagney <cagney@redhat.com>
12678
12679 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
12680 (process_note_abi_tag_sections): Delete unused function.
12681 (ia64_read_fp): Delete unused function.
12682 (gdbarch_extract_struct_value_address): Delete declaration.
12683
876753be
AC
126842004-02-02 Andrew Cagney <cagney@redhat.com>
12685
12686 * vax-tdep.c (vax_frame_chain): Delete call to
12687 deprecated_inside_entry_file.
12688 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
12689
d4f10bf2
MK
126902004-02-02 Mark Kettenis <kettenis@gnu.org>
12691
12692 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
12693 column that's "empty" or "same value" when eliminating REG_RA
12694 rules.
12695
cae688ec
JJ
126962004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12697
12698 * NEWS: Add information about new pending breakpoint support.
12699
0101ce28
JJ
127002004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12701
12702 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
12703 and pending fields for pending breakpoint support.
12704 * breakpoint.c (breakpoint_enabled): Add check for not pending.
12705 (condition_command): Only parse condition if not a pending
12706 breakpoint.
12707 (print_one_breakpoint): Add support for pending breakpoints.
12708 (describe_other_breakpoints): Add checks to verify we are not
12709 dealing with pending breakpoints.
12710 (check_duplicates): Don't check pending breakpoints.
12711 (set_raw_breakpoint): Initialize pending flag.
12712 (do_restore_lang_radix_cleanup): New cleanup routine.
12713 (resolve_pending_breakpoint): New function.
12714 (re_enable_breakpoints_in_shlibs): Try and resolve any
12715 pending breakpoints via resolve_pending_breakpoint.
12716 (mention): Add pending breakpoint support.
12717 (parse_breakpoint_sals): Add new parameter to pass to
12718 decode_line_1 to indicate silent errors when files or functions
12719 are not found. Change all callers.
12720 (do_captured_parse_breakpoint): New function.
12721 (break_command_1): Change prototype to return an rc value and to
12722 take an optional pending breakpoint pointer. Support creating
12723 a pending breakpoint if a "not found" form of error occurs when
12724 parsing the breakpoint. Also support resolving an existing pending
12725 breakpoint and be silent if the resolution fails.
12726 (create_breakpoints): Change prototype to take pending breakpoint
12727 pointer. When resolving a pending breakpoint, use the new pointer
12728 to provide a conditional or commands added by the end-user.
12729 (delete_breakpoint): Add appropriate check for pending.
12730 (breakpoint_re_set_one): Ditto.
12731 (do_enable_breakpoint): Ditto.
12732
8d577d32
DC
127332004-02-02 David Carlton <carlton@kealia.com>
12734
12735 * valops.c (enum oload_classification): New.
12736 (find_overload_match): Break implementation into separate
12737 functions; delete #if 0'd code; look for symbols within
12738 namespaces.
12739 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
12740 (find_oload_champ,oload_method_static,classify_oload_match): New.
12741 * cp-support.h: Add declaration for cp_func_name; update
12742 declaration for make_symbol_overload_list.
12743 * cp-support.c (cp_func_name): New.
12744 (overload_list_add_symbol): Fix comment, use
12745 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
12746 (make_symbol_overload_list): Take a function name and a namespace
12747 instead of a symbol; change implementation.
12748 (make_symbol_overload_list_using): New.
12749 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
12750
22e8e3c7
FF
127512004-02-02 Fred Fish <fnf@redhat.com>
12752
12753 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 12754 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
12755 * remote-sim.c (gdb_os_write_stderr): Write output to
12756 gdb_stdtargerr stream instead of gdb_stdtarg stream.
12757 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 12758 gdb_stderr stream and update copyright years.
22e8e3c7 12759
6b753f60
DJ
127602004-02-01 Daniel Jacobowitz <drow@mvista.com>
12761
12762 * Makefile.in (mips-linux-nat.o): Update dependencies.
12763 * mips-linux-nat.c: Include mips-tdep.h.
12764
127652004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
12766
12767 * sol-thread.c (sol_thread_xfer_partial): New function.
12768 (init_sol_thread_ops): Use that for to_xfer_partial hook.
12769 (init_sol_core_ops): Likewise.
12770
12771 * procfs.c (procfs_xfer_partial): New function.
12772 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
12773 * Makefile.in (procfs.o): Add $(auxv_h) dep.
12774
12775 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
12776 procfs_xfer_auxv function.
12777
12778 * procfs.c (procfs_make_note_section): If we can read
12779 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
12780 * linux-proc.c (linux_make_note_section): Likewise.
12781
12782 * auxv.h: New file.
12783 * auxv.c: New file.
12784 * Makefile.in (auxv_h): New variable.
12785 (COMMON_OBS): Add auxv.o here.
12786 (auxv.o): New target.
12787
12788 * corelow.c (core_xfer_partial): New function.
12789 (init_core_ops): Use it for core_ops.to_xfer_partial.
12790
12791 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
12792 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
12793 macro if that is defined.
12794
fa5281d0
DJ
127952004-02-01 Daniel Jacobowitz <drow@mvista.com>
12796
12797 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
12798 and check the specified thread for each breakpoint.
12799 * breakpoint.h (bpstat_stop_status): Update prototype.
12800 * infrun.c (handle_inferior_event): Update calls to
12801 bpstat_stop_status.
12802
26ee262d
DJ
128032004-02-01 Daniel Jacobowitz <drow@mvista.com>
12804
12805 * Makefile.in (cli-cmds.o): Add $(readline_h).
12806
d9b52655
DJ
128072004-02-01 Daniel Jacobowitz <drow@mvista.com>
12808
12809 * cli/cli-cmds.c: Include readline.h.
12810 (complete_command): Pass the start of the last word to
12811 complete_line.
12812
9709f61c
DJ
128132004-01-31 Daniel Jacobowitz <drow@mvista.com>
12814
12815 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
12816 argument, and change first argument to a CORE_ADDR.
12817 * breakpoint.h (bpstat_stop_status): Update prototype.
12818 * infrun.c (adjust_pc_after_break): Add a new comment.
12819 (handle_inferior_event): Update calls to bpstat_stop_status.
12820
4f1280bb
DJ
128212004-01-31 Daniel Jacobowitz <drow@mvista.com>
12822
12823 * breakpoint.h: Update copyright years.
12824
4fa8626c
DJ
128252004-01-31 Daniel Jacobowitz <drow@mvista.com>
12826
12827 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
12828 (bpstat_stop_status): Don't decrement PC.
12829 * breakpoint.h (software_breakpoint_inserted_here_p): Add
12830 prototype.
12831 * infrun.c (adjust_pc_after_break): New function.
12832 (handle_inferior_event): Call it, early. Remove later references
12833 to DECR_PC_AFTER_BREAK.
12834 (normal_stop): Add commentary.
12835
fad0733a
DJ
128362004-01-31 Daniel Jacobowitz <drow@mvista.com>
12837
12838 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
12839 2004-01-27 double-free fix.
12840
42cdca6c
MK
128412004-01-31 Mark Kettenis <kettenis@gnu.org>
12842
12843 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12844 (sparc32_frame_prev_register): Handle StackGhost.
12845 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12846
932d5416
RM
128472004-01-29 Roland McGrath <roland@redhat.com>
12848
12849 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
12850 * configure: Regenerated.
12851
12852 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
12853 * Makefile.in (procfs.o): Add dep.
12854
47d3492a
AC
128552004-01-28 Andrew Cagney <cagney@redhat.com>
12856
12857 * tui/tui-stack.h: Update copyright.
12858 (struct frame_info): Add opaque declaration.
12859 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
12860 (tui_show_locator_content): Rename tuiShowLocatorContent.
12861 (tui_show_frame_info): Rename tuiShowFrameInfo.
12862 * tui/tui-stack.c: Update copyright. Update references.
12863 * tui/tui-winsource.c: Update references.
12864 * tui/tui-win.c: Update references.
12865 * tui/tui-layout.c: Update references.
12866 * tui/tui-hooks.c: Update copyright, update references.
12867 * tui/tui.c: Update copyright, update references.
12868 * tui/tui-disasm.c: Update references.
12869
5d51ca54
DC
128702004-01-28 David Carlton <carlton@kealia.com>
12871
12872 * dwarf2read.c (add_partial_structure): Use demangled name if
12873 namespace equals "".
12874
086ed43d
JB
128752004-01-27 Jim Blandy <jimb@redhat.com>
12876
12877 Clean up misapplied patch:
12878 * dwarf2read.c (determine_prefix): Change one of the two forward
12879 declarations for 'determine_prefix_aux' to a declaration for this.
12880 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
12881 argument to 'die_specification'.
12882
2a35147e
JB
12883 * dwarf2read.c (read_func_scope): Re-indent comment.
12884
a355c7de 128852004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 12886
a355c7de
AC
12887 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
12888 b->exp to NULL after freeing so that error during re-parsing or
12889 evaluation of expressions associated with breakpoint don't
12890 eventually lead to re-freeing of storage.
12891 Committed by Andrew Cagney.
12892
63ff5125
AC
128932004-01-27 Andrew Cagney <cagney@redhat.com>
12894
12895 * source.c (ambiguous_line_spec): Delete undefined declaration.
12896 * m32r-rom.c (m32r_set_board_address): Delete unused function.
12897 (m32r_set_server_address, m32r_set_download_path): Ditto.
12898 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
12899
e142c38c
DJ
129002004-01-27 Daniel Jacobowitz <drow@mvista.com>
12901
12902 * dwarf2read.c: Update calls to changed and renamed functions, and
12903 references to moved variables.
12904
12905 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
12906 language, language_defn, list_in_scope, and ftypes members.
12907 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
12908 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
12909 (baseaddr): Remove globals.
12910
12911 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
12912 (set_cu_language, die_is_declaration, die_specification)
12913 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
12914 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
12915 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
12916 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
12917
12918 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
12919 cu.list_in_scope. Don't initialize cu_header_offset.
12920 (add_partial_symbol): Add local baseaddr.
12921 (psymtab_to_symtab_1): Add local baseaddr. Use
12922 objfile->section_offsets for consistency. Don't initialize
12923 cu_header_offset; do initialize cu.header.offset and
12924 cu.list_in_scope.
12925 (read_file_scope, read_func_scope, read_lexical_block_scope)
12926 (dwarf_decode_lines, new_symbol): Add local baseaddr.
12927
c6e06ede
MC
129282004-01-27 Michael Chastain <mec.gnu@mindspring.com>
12929
fb328ecc 12930 * PROBLEMS: Add gdb/1516.
c6e06ede 12931
48184fd4
AC
129322003-12-29 Robert Millan <robertmh@gnu.org>
12933
12934 Patch committed by Andrw Cagney.
12935 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
12936 * configure.tgt: Match knetbsd*-gnu.
12937
c1321b30
AC
129382004-01-26 Andrew Cagney <cagney@redhat.com>
12939
f3699be3
AC
12940 * breakpoint.c (catch_command_1): Delete #ifdef code.
12941 (catch_fork_command_1): Delete #ifdef wrapper.
12942 (catch_exec_command_1): Ditto.
12943 (catch_load_command_1): Ditto.
12944 (catch_unload_command_1): Ditto.
12945
c1321b30
AC
12946 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
12947 (catch_breakpoint): Delete #if0ed function.
12948 (disable_catch_breakpoint): Ditto.
12949 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
12950 (disable_catch, enable_catch, delete_catch): Ditto.
12951
b4501125
AC
129522004-01-26 Andrew Cagney <cagney@redhat.com>
12953
12954 * remote.c (echo_check, quit_flag): Delete variables.
12955 (cisco_kernel_mode): Delete variable.
12956 (minitelnet_return, tty_input, escape_count): Delete variables.
12957 (remote_cisco_mode): Delete variable.
12958 (remote_cisco_open, remote_cisco_close): Delete function.
12959 (remote_cisco_mourn, remote_cisco_wait): Delete function.
12960 (init_remote_cisco_ops): Delete function.
12961 (_initialize_remote): Do not install "remote cisco" code.
12962 (read_frame): Delete cisco specific code.
12963 (remote_info_process): Delete function.
12964 (remote_wait): Delete cisco specific code.
12965 (remote_cisco_section_offsets): Delete function.
12966 (remote_cisco_objfile_relocate): Delete function.
12967 (remote_async_wait): Delete cisco specific code.
12968 (minitelnet, readtty, readsocket): Delete function.
12969
74055713
AC
129702004-01-26 Andrew Cagney <cagney@redhat.com>
12971
12972 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
12973 comments mentioning extract_returned_value_address.
12974 * infcmd.c (print_return_value): Update. Add comments on
12975 extract_returned_value_address.
12976 * stack.c (return_command): Add comments on
12977 extract_returned_value_address.
12978 * values.c: Update comment.
12979 * m32r-tdep.c: Update comment.
12980 * sparc-tdep.c: Update comment.
12981 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
12982 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12983 * sh64-tdep.c (sh64_gdbarch_init): Update.
12984 * sh-tdep.c (sh_gdbarch_init): Update.
12985 * s390-tdep.c (s390_gdbarch_init): Update.
12986 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12987 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
12988 * m68k-tdep.c (m68k_gdbarch_init): Update.
12989 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12990 * m32r-tdep.c (m32r_gdbarch_init): Update.
12991 * ia64-tdep.c (ia64_gdbarch_init): Update.
12992 * h8300-tdep.c (h8300_gdbarch_init): Update.
12993 * frv-tdep.c (frv_gdbarch_init): Update.
12994 * arm-tdep.c (arm_gdbarch_init): Update.
12995 * alpha-tdep.c (alpha_gdbarch_init): Update.
12996
a67af2b9
AC
129972004-01-26 Andrew Cagney <cagney@redhat.com>
12998
12999 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13000 SYMBOL_LOCATION_FUNCS
13001 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13002 "struct symbol_ops".
13003 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13004 type to "struct symbol_ops".
13005 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13006 (struct symbol): Replace ".aux_value.loc.funcs" and
13007 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13008 (SYMBOL_OBJFILE): Delete macro.
13009 (SYMBOL_LOCATION_FUNCS): Delete macro.
13010 (SYMBOL_LOCATION_BATON): Update.
13011 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13012 intead of SYMBOL_LOCATION_FUNCS.
13013 * ax-gdb.c (gen_var_ref): Ditto.
13014 * printcmd.c (address_info): Ditto.
13015 * findvar.c (read_var_value): Ditto.
13016 (symbol_read_needs_frame): Ditto.
13017
c034e007
AC
130182004-01-26 Andrew Cagney <cagney@redhat.com>
13019
13020 * dwarf2read.c (read_func_scope): Document frame-base hack.
13021
bb472c1e
MK
130222004-01-25 Mark Kettenis <kettenis@gnu.org>
13023
13024 * infcmd.c (print_return_value): Plug memory leak; delete
13025 ui_stream object. Rename argument `structure_return' to
13026 `struct_return'.
13027
c8e737d5
MK
130282004-01-25 Mark Kettenis <kettenis@gnu.org>
13029
f941662f
MK
13030 * infcmd.c (print_return_value): Wrap long lines.
13031 (finish_command_continuation, finish_command): Remove unused
13032 variable `funcaddr'. Fix some coding-standards problems.
13033
c558d81a 13034 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 13035 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
13036 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13037 TDEP->fpregset to zero.
13038
bf1e5861 13039 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
13040 floating-point registers for traditional NetBSD core files.
13041 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13042 TDEP->sizeof_fpregset here.
13043
4c72d57a
MK
130442004-01-25 Mark Kettenis <kettenis@gnu.org>
13045
566626fa
MK
13046 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13047 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13048 function with code split out from
13049 sparc32nbsd_sigcontext_frame_cache.
13050 (sparc32nbsd_sigcontext_frame_cache): Use
13051 sparc32nbsd_sigcontext_saved_regs.
13052 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13053 OpenBSD.
13054 * sparcobsd-tdep.c: New file.
13055 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13056 (sparcobsd-tdep.o): New dependency.
13057 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13058 * config/sparc/obsd.mt: New file.
13059
4c72d57a
MK
13060 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13061 TDEP->fpregset to be initialized to enable core file register
13062 sets.
13063
7e5e9f88
MK
130642004-01-24 Mark Kettenis <kettenis@gnu.org>
13065
f0f207fd 13066 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
13067 Add opaque declarations.
13068 (sparc64nbsd_sigcontext_saved_regs): New prototype.
13069 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13070 function with code split out from
13071 sparc64nbsd_sigcontext_frame_cache.
13072 (sparc64nbsd_sigcontext_frame_cache): Use
13073 sparc64nbsd_sigcontext_saved_regs.
13074 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13075 OpenBSD.
13076 * sparc64obsd-tdep.c: New file.
13077 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13078 (sparc64obsd-tdep.o): New dependency.
13079 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13080 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13081 * config/sparc/obsd64.mt: New file.
13082
690668cc
MK
13083 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13084 read the instruction at PC.
13085
7e5e9f88
MK
13086 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13087 value of GDB_OSABI_DEFAULT.
13088 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13089 instead of GDB_OSABI_NETBSD_AOUT.
13090
68b6dce9
NR
130912004-01-24 Nick Roberts <nick@nick.uklinux.net>
13092
13093 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13094 copyright.
13095
080ce8c0
AC
130962004-01-23 Andrew Cagney <cagney@redhat.com>
13097
13098 * printcmd.c (display_command): Replace tui_set_display call with
13099 tui_set_layout_for_display_command.
13100 * tui/tui.h (enum tui_win_type): Define.
13101 (tui_set_layout): Delete declaration.
13102 (tui_set_layout_for_display_command): Rename set_tui_layout.
13103 * tui/tui-data.h (enum tui_layout_type): Define.
13104 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
13105 "tui.h".
13106 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13107 (tui_default_win_height): Rename tuiDefaultWinHeight.
13108 (tui_default_win_viewport_height): Rename
13109 tuiDefaultWinViewportHeight.
13110 (tui_set_layout): RenametuiSetLayout.
13111 * tui/tui-layout.c: Update references.
13112 * tui/tui.c: Update references.
13113 * tui/tui-disasm.c: Update references.
13114
b368761e
DC
131152004-01-23 David Carlton <carlton@kealia.com>
13116
13117 Partial workaround for PR c++/1511:
13118 * cp-namespace.c: Include frame.h.
13119 (cp_lookup_transparent_type): New
13120 (cp_lookup_transparent_type_loop): New.
13121 * cp-support.h: Declare cp_lookup_transparent_type.
13122 * symtab.c (basic_lookup_transparent_type): Renamed from
13123 lookup_transparent_type.
13124 (lookup_transparent_type): Replace old body by a call to
13125 current_language->la_lookup_transparent_type.
13126 * symtab.h: Update copyright. Declare
13127 basic_lookup_transparent_type.
13128 * language.h: Update copyright.
13129 (struct language_defn): Add la_lookup_transparent_type.
13130 * language.c: Update copyright.
13131 (unknown_language_defn): Add basic_lookup_transparent_type.
13132 (auto_language_defn): Add basic_lookup_transparent_type.
13133 (local_language_defn): Add basic_lookup_transparent_type.
13134 * ada-lang.c: Update copyright.
13135 (ada_language_defn): Add basic_lookup_transparent_type.
13136 * c-lang.c: Update copyright.
13137 (c_language_defn): Add basic_lookup_transparent_type.
13138 (cplus_language_defn): Add basic_lookup_transparent_type.
13139 (asm_language_defn): Add basic_lookup_transparent_type.
13140 (minimal_language_defn): Add basic_lookup_transparent_type.
13141 * f-lang.c: Update copyright.
13142 (f_language_defn): Add basic_lookup_transparent_type.
13143 * jv-lang.c: Update copyright.
13144 (java_language_defn): Add basic_lookup_transparent_type.
13145 * m2-lang.c: Update copyright.
13146 (m2_language_defn): Add basic_lookup_transparent_type.
13147 * objc-lang.c: Update copyright.
13148 (objc_language_defn): Add basic_lookup_transparent_type.
13149 * p-lang.c: Update copyright.
13150 (p_language_defn): Add basic_lookup_transparent_type.
13151 * scm-lang.c: Update copyright.
13152 (scm_language_defn): Add basic_lookup_transparent_type.
13153 * Makefile.in (cp-namespace.o): Depend on frame.h.
13154
fdde2d81
DC
131552004-01-23 David Carlton <carlton@kealia.com>
13156
13157 Patch for PR c++/1520:
13158 * dwarf2read.c (read_func_scope): Set processing_current_prefix
13159 properly if we have a specification die.
13160 (determine_prefix_aux): Rename from determine_prefix.
13161 (determine_prefix): Like the old determine_prefix, but never
13162 returns NULL.
13163
5b828b6b
TR
131642004-01-23 Theodore A. Roth <troth@openavr.org>
13165
13166 * avr-tdep.c: Update copyright.
13167 (avr_iaddr_p): Delete unused function.
13168 (avr_saddr_p): Delete unused function.
13169
a1b8c067
DC
131702004-01-23 David Carlton <carlton@kealia.com>
13171
13172 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13173 Fix for PR symtab/1534.
13174
f2cab569
MK
131752004-01-23 Mark Kettenis <kettenis@gnu.org>
13176
13177 * NEWS (New native configurations): Mention OpenBSD/sparc and
13178 OpenBSD/sparc64.
13179 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13180 * configure.host: Likewise.
13181 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13182 handler for OpenBSD.
13183 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13184
642d8300
MK
131852004-01-22 Mark Kettenis <kettenis@gnu.org>
13186
89aac506
MK
13187 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13188 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13189
36662fde
MK
13190 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13191 * cli/cli-cmds.c (shell_escape): Likewise.
13192
642d8300
MK
13193 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13194 OpenBSD .note.openbsd.ident sections.
13195
fae299cd
DC
131962004-01-22 David Carlton <carlton@kealia.com>
13197
13198 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13199 get_scope_pc_bounds.
13200 (read_file_scope): Ditto.
13201 (get_scope_pc_bounds): New function, produced by extracting code
13202 from the above two functions, consolidating it, and adding support
13203 for DW_TAG_namespace.
13204
a49d618c
MK
132052004-01-22 Mark Kettenis <kettenis@gnu.org>
13206
13207 * osabi.c (MAX_NOTESZ): New define.
13208 (check_note): New function.
13209 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13210 check_note.
13211
fe61caab
RM
132122004-01-21 Roland McGrath <roland@redhat.com>
13213
13214 * MAINTAINERS (write after approval): Add myself.
13215
ec145965
EZ
132162004-01-21 Eli Zaretskii <eliz@gnu.org>
13217
13218 * utils.c (init_page_info): Move declarations of `rows' and
13219 `cols' before the __GO32__-specific code. Move the closing brace
13220 outside the #ifdef __GO32__..#endif block.
13221 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13222
877522db
PB
132232004-01-21 Paul Brook <paul@codesourcery.com>
13224
13225 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13226 BPSTAT_WHAT_CHECK_SHLIBS.
13227
dbf5be1c
PB
132282004-01-21 Paul Brook <paul@codesourcery.com>
13229
13230 * MAINTAINERS: Add myself to write-after-approval.
13231
81f08b92
AC
132322004-01-20 Andrew Cagney <cagney@redhat.com>
13233
5a1efed7
AC
13234 * ax-gdb.c (print_axs_value): Delete unused function.
13235 * jv-lang.c (java_lookup_type): Delete unused function.
13236 * cli/cli-dump.c (dump_filetype): Delete unused function.
13237 * remote-mips.c (remote_mips_insert_hw_breakpoint)
13238 (remote_mips_remove_hw_breakpoint): Delete unused functions.
13239 (mips_getstring): Delete unused function.
13240 (pmon_insert_breakpoint): Delete #if0ed function.
13241 (PMON_MAX_BP): Delete #if0ed MACRO.
13242 (mips_pmon_bp_info): Delete #if0ed variable.
13243 (pmon_remove_breakpoint): Delete #if0ed function.
13244 * monitor.c (monitor_write_even_block): Delete unused function.
13245 (monitor_write_memory_block): Delete #if0ed code.
13246 * dink32-rom.c (dink32_load): Delete unused function.
13247 (_initialize_dink32_rom): Delete #if0ed code.
13248 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13249
b0a30fce
AC
13250 * tui/tui-command.c: Update references.
13251 * tui/tui-io.c: Update references.
13252 * tui/tui-command.h: Update copyright.
13253 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13254
81f08b92
AC
13255 * source.c (ambiguous_line_spec): Delete never-defined function.
13256 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13257 * gdbtypes.c (add_name, add_mangled_type): Ditto.
13258 * cli/cli-cmds.c (validate_comname): Ditto.
13259
65f05602
AC
13260 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
13261 "tui-data.h".
13262 (tui_set_disassem_content): Rename tuiSetDisassemContent.
13263 (tui_show_disassem): Rename tuiShowDisassem.
13264 (tui_show_disassem_and_update_source): Rename
13265 tuiVerticalDisassemScroll.
13266 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13267 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13268 * tui/tui.h: Update copyright.
13269 (enum tui_status): Define.
13270 * tui/tui-data.h (enum tui_scroll_direction): Define.
13271 * tui/tui-disasm.c: Update copyright. Update references.
13272 * tui/tui-winsource.c: Update copyright. Update references.
13273 * tui/tui-win.c: Update references.
13274 * tui/tui-layout.c: Update references.
13275
6bb0384f
AC
132762004-01-20 Andrew Cagney <cagney@redhat.com>
13277
13278 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13279 sym2 to start of block.
13280
9175c9a3
MC
132812004-01-19 Michael Chastain <mec.gnu@mindspring.com>
13282
13283 * MAINTAINERS: Delete mmalloc.
13284 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13285 * NEWS: Mention removal of --with-malloc.
13286 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13287 * config.in: Regenerate.
13288 * configure: Regenerate.
6bb0384f
AC
13289 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13290 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
13291 * gdbinit.in: Remove mmalloc.
13292 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13293 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13294 * config/i386/go32.mh: Likewise.
13295 * config/i386/interix.mh: Likewise.
13296 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13297
4fcef00a
JJ
132982004-01-19 Jeff Johnston <jjohnstn@redhat.com>
13299
13300 * linespec.c (decode_variable, symtab_from_filename): Call
13301 error_silent with error message instead of throwing an exception
13302 directly.
13303 * defs.h (error_silent, error_output_message): Add prototypes.
13304 (catch_exceptions_with_msg): Ditto.
13305 * utils.c (error_silent, error_output_message): New functions.
13306 * top.c (catch_exceptions_with_msg): New function.
13307
8e94b928
NR
133082004-01-20 Nick Roberts <nick@nick.uklinux.net>
13309
13310 * mi/mi-cmds.h (enum print_values): Add definition.
13311
13312 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13313 type and value for simple data types and just the name and type
13314 for complex ones, if required.
13315
13316 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13317 children, if required.
13318
a02d6af8
KB
133192004-01-19 Kevin Buettner <kevinb@redhat.com>
13320
13321 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13322 unused declarations.
13323
78a4a9b9
AC
133242004-01-19 Andrew Cagney <cagney@redhat.com>
13325
13326 * top.h (mapped_symbol_files): Delete declaration.
13327 * main.c (captured_main): Delete option "m" and "mapped".
13328 * objfiles.c (mapped_symbol_files): Delete variable.
13329 * symfile.c (symbol_file_command): Delete mmap code.
13330 (symbol_file_add_with_addrs_or_offsets): Ditto.
13331 (add_symbol_file_command, reread_separate_symbols): Ditto.
13332 * objfiles.h (OBJF_MAPPED): Delete.
13333 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13334 (free_objfile) [USE_MMALLOC]: Ditto.
13335 (open_existing_mapped_file): Delete function.
13336 (open_mapped_file): Delete function.
13337 (map_to_file): Delete function.
13338
2dbd5e30
KB
133392004-01-19 Kevin Buettner <kevinb@redhat.com>
13340
13341 * infrun.c (step_into_function): Account for possible breakpoint
13342 adjustment when computing ``stop_func_start''.
13343
437b434f
KB
133442004-01-19 Kevin Buettner <kevinb@redhat.com>
13345
13346 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13347 the region size against the size of a pointer, not the size of
13348 a register as given by DEPRECATED_REGISTER_SIZE.
13349
55fb0713
AC
133502004-01-19 Andrew Cagney <cagney@redhat.com>
13351
13352 * tui/tui-regs.h: Include "tui-data.h".
13353 (tuiFirstRegElementNoInLine): Delete declaration.
13354 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13355 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13356 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13357 (tui_calculate_regs_column_count): Rename
13358 tuiCalculateRegsColumnCount.
13359 (tui_check_register_values): Rename tuiCheckRegisterValues.
13360 (tui_show_registers): Rename tuiShowRegisters.
13361 (tui_display_registers_from_line): Rename
13362 tuiDisplayRegistersFromLine.
13363 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13364 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13365 (tui_first_reg_element_no_inline): Rename
13366 tuiFirstRegElementNoInLine.
13367 * tui/tui-data.h: Update copyright.
13368 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13369 * tui/tui-windata.c: Update copyright, update references.
13370 * tui/tui-regs.c: Update copyright, update references.
13371 * tui/tui-win.c: Update copyright, update references.
13372 * tui/tui-layout.c: Update copyright, update references.
fe61caab 13373
cebe9500
AC
133742004-01-18 Andrew Cagney <cagney@redhat.com>
13375
bcdf1568
AC
13376 * tui/tui-io.c: Update copyright.
13377 (key_is_end_sequence, key_is_backspace): New functions.
13378 (key_is_command_char, key_is_start_sequence): New function.
13379 (tui_getc): Update references.
13380 * tui/tui-io.h: Update copyright.
13381 (m_tuiStartNewLine): Delete macro.
13382 (m_isBackspace, m_isDeleteChar): Delete macros.
13383 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13384 (m_isNextPage, m_isPrevPage): Delete macros.
13385 (m_isLeftArrow, m_isRightArrow): Delete macros.
13386 (m_isXdbStyleCommandChar): Delete macro.
13387 (key_is_start_sequence): Declare, replace m_isStartSequence.
13388 (key_is_end_sequence): Declare, replace m_isEndSequence.
13389 (key_is_backspace): Declare ,replace m_isBackspace.
13390 (key_is_command_char): Declare, replace m_isCommandChar.
13391 * tui/tui-command.c: Update copyright.
13392 (tuiDispatchCtrlChar): Update references.
13393
130d87e6
AC
13394 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13395 tuiSourceWin.h.
13396
d7b2e967
AC
13397 * tui/tui-command.c: Rename tui/tuiCommand.c.
13398 * tui/tui-command.h: Rename tui/tuiCommand.h.
13399 * tui/tui-data.c: Rename tui/tuiData.c.
13400 * tui/tui-data.h: Rename tui/tuiData.h.
13401 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13402 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13403 * tui/tui-io.c: Rename tui/tuiIO.c.
13404 * tui/tui-io.h: Rename tui/tuiIO.h.
13405 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13406 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13407 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13408 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13409 * tui/tui-source.c: Rename tui/tuiSource.c.
13410 * tui/tui-source.h: Rename tui/tuiSource.h.
13411 * tui/tui-stack.c: Rename tui/tuiStack.c.
13412 * tui/tui-stack.h: Rename tui/tuiStack.h.
13413 * tui/tui-win.c: Rename tui/tuiWin.c.
13414 * tui/tui-win.h: Rename tui/tuiWin.h.
13415 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13416 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13417 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13418 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13419 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13420 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13421 * tui/tui-file.c: Update includes.
13422 * tui/tui-hooks.c: Update includes.
13423 * tui/tui-interp.c: Update includes.
13424 * tui/tui.c: Update includes.
13425 * Makefile.in: Update all tui/ dependencies.
13426 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13427
b2100910
AC
13428 * Makefile.in: Update copyright. Update dependencies.
13429
cebe9500
AC
13430 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13431 problem.
13432
c6f0559b
AC
134332004-01-18 Andrew Cagney <cagney@redhat.com>
13434
43e9390b
AC
13435 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13436 instead of register_gdbarch_init.
13437
c6f0559b
AC
13438 * remote-sds.c (tohex): Delete unused function. Update copyright.
13439 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13440 * v850-tdep.c (v850_register_virtual_size): Ditto.
13441 * target.c (normal_target_post_startup_inferior): Ditto.
13442 * source.c (ambiguous_line_spec): Ditto.
13443 * remote.c (adapt_remote_get_threadinfo): Ditto.
13444 * mi/mi-out.c (out_field_fmt): Ditto.
13445 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13446 (output_control_change_notification): Ditto.
13447 * m68k-tdep.c (m68k_register_byte): Ditto.
13448 (m68k_remote_breakpoint_from_pc): Ditto.
13449 * ui-out.c (init_ui_out_state): Delete unused declaration.
13450 * stabsread.c (search_value): Ditto.
13451 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13452 * maint.c (print_section_table): Ditto.
13453 * infrun.c (set_follow_fork_mode_command): Ditto.
13454
a8504492
MK
134552004-01-18 Mark Kettenis <kettenis@gnu.org>
13456
13457 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13458 DW_CFA_def_cfa_exporession. Add support for
13459 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13460 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13461
0bd8997e
AC
134622004-01-18 Andrew Cagney <cagney@redhat.com>
13463
13464 * ocd.c: Update copyright.
13465 (bdm_read_register_command): Delete unused function.
13466 (_initialize_remote_ocd): Delete commented out reference.
13467 (get_quoted_char, reset_packet): Delete #if0ed function.
13468 (output_packet, put_quoted_char): Delete #if0ed function.
13469 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13470 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13471 (BDM_BREAKPOINT): Delete #if0ed macro.
13472 (remote_timeout): Delete #if0ed variable.
13473
31bb40e4
MK
134742004-01-18 Mark Kettenis <kettenis@gnu.org>
13475
13476 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13477 (core-sol2.o): Remove dependency.
13478 * core-sol2.c: Remove file.
13479
887432a5
AC
134802004-01-17 Andrew Cagney <cagney@redhat.com>
13481
13482 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13483 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13484 enums.
13485
29182b13
DJ
134862004-01-17 Daniel Jacobowitz <drow@mvista.com>
13487
13488 * remote.c: Update copyright years.
13489
2963ee1d
DJ
134902004-01-17 Daniel Jacobowitz <drow@mvista.com>
13491
13492 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13493
79d45cd4
AC
134942004-01-17 Andrew Cagney <cagney@redhat.com>
13495
ee300cd4
AC
13496 * mdebugread.c: Update copyright.
13497 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13498 (parse_type, parse_procedure): Ditto.
13499 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13500
fcacc9c2
AC
13501 * cris-tdep.c (cris_store_struct_return): Put back accidently
13502 deleted function.
13503
79d45cd4
AC
13504 * gdbarch.sh: Update copyright year.
13505 * gdbarch.h, gdbarch.c: Re-generate.
13506
b263358a
DJ
135072004-01-17 Daniel Jacobowitz <drow@mvista.com>
13508
13509 Suggested by George Anzinger.
13510 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13511 correct stack offset. Include unknown opcode numbers in the error
13512 message.
13513
931aecf5
AC
135142004-01-17 Andrew Cagney <cagney@redhat.com>
13515
13516 * x86-64-tdep.c (x86_64_init_abi): No need to clear
13517 extract_struct_value_address, i386 does not set it.
13518 * sparc64-tdep.c (sparc64_init_abi): Do not set
13519 extract_struct_value_address, never called.
13520 (sparc64_extract_struct_value_address): Delete function.
13521 * m68hc11-tdep.c: Update copyright.
13522 (m68hc11_gdbarch_init): Delete redundant assignment of
13523 extract_struct_value_address.
13524 * i386-tdep.c: Update copyright.
13525 (i386_gdbarch_init): Do not set extract_struct_value_address,
13526 never called.
13527 (i386_extract_struct_value_address): Delete function.
13528 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
13529 extract_struct_value_address, never called.
13530 (sparc32_extract_struct_value_address): #if 0 function. Add
13531 comments explaining its future.
13532
756fe439
DJ
135332004-01-17 Daniel Jacobowitz <drow@mvista.com>
13534
13535 * arm-tdep.c (arm_write_pc): New function.
13536 (arm_gdbarch_init): Call set_gdbarch_write_pc.
13537
e74f0f02
DJ
135382004-01-17 Daniel Jacobowitz <drow@mvista.com>
13539
13540 * breakpoint.c (must_shift_inst_regs): Delete.
13541 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
13542 and SHIFT_INST_REGS.
13543 * infcmd.c (step_1, step_1_continuation): Delete references to
13544 SHIFT_INST_REGS.
13545 * infrun.c (keep_going): Likewise.
13546 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
13547 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
13548
b6cb9035
AC
135492004-01-17 Andrew Cagney <cagney@redhat.com>
13550
444a1e2e
AC
13551 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
13552 * gdbarch.h, gdbarch.c: Re-generate.
13553 * infcmd.c (print_return_value): Delete reference to
13554 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
13555
def7e6ed
AC
13556 * cris-tdep.c (cris_gdbarch_init): Do not set
13557 deprecated_extract_struct_value_address.
13558
07be497a
AC
13559 * xstormy16-tdep.c: Update copyright.
13560 (xstormy16_extract_struct_value_address): Update to current
13561 extract struct value address interface.
13562 (xstormy16_gdbarch_init): Set extract_struct_value_address.
13563 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
13564 current extract struct value address interface.
13565 (sh64_gdbarch_init): Set extract_struct_value_address.
13566
6b4d5c91
AC
13567 * cris-tdep.c: Update copyright.
13568 (cris_extract_struct_value_address): Delete function.
13569 (struct_return_address): Delete variable.
13570 (cris_store_struct_return): Do not set struct_return_address.
13571
464e0365
AC
13572 * mcore-tdep.c: Update copyright.
13573 (mcore_extract_struct_value_address): Delete function. Update
13574 comments.
13575 (mcore_gdbarch_init): Update.
13576 * mn10300-tdep.c: Update copyright.
13577 (mn10300_extract_struct_value_address): Delete function.
13578 (mn10300_gdbarch_init): Update.
13579 * v850-tdep.c: Update copyright.
13580 (v850_extract_struct_value_address): Delete.
13581 (v850_gdbarch_init): Update.
13582 * ns32k-tdep.c: Update copyright.
13583 (ns32k_extract_struct_value_address): Delete.
13584 (ns32k_gdbarch_init): Update.
13585 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
13586 (hppa_gdbarch_init): Update.
13587 * vax-tdep.c: Update copyright.
13588 (vax_extract_struct_value_address): Delete.
13589 (vax_gdbarch_init): Update.
13590
afb18d0f
AC
13591 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
13592 * gdbarch.h, gdbarch.c: Re-generate.
13593 * procfs.c (procfs_fetch_registers): Delete reference to
13594 DEPRECATED_NPC_REGNUM.
13595 (procfs_store_registers): Ditto.
13596 * regcache.c (generic_target_write_pc): Simplify.
13597 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
13598
a698f53e
AC
13599 * core-sol2.c (fetch_core_registers): Replace
13600 DEPRECATED_NPC_REGNUM with equivalent tdep value.
13601
adc11376
AC
13602 * hppa-tdep.c: Update copyright year.
13603 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
13604 NPC_REGNUM.
13605 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
13606
b6cb9035
AC
13607 * mips-tdep.c (mips_write_pc): New function.
13608 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
13609 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
13610 (mips_find_saved_regs, mips_software_single_step: Ditto.
13611 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
13612 mips_init_extra_frame_info, mips_pop_frame): Ditto.
13613
6d82d43b
AC
136142004-01-17 Andrew Cagney <cagney@redhat.com>
13615
13616 * mips-tdep.c: Re-indent. Group functions by ABI.
13617
71bd6bd4
AC
136182004-01-17 Andrew Cagney <cagney@redhat.com>
13619
13620 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
13621 * gdbarch.c: Re-generate.
13622 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13623 DECR_PC_AFTER_BREAK to zero.
13624 * vax-tdep.c (vax_gdbarch_init): Ditto.
13625 * v850-tdep.c (v850_gdbarch_init): Ditto.
13626 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13627 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13628 * sh-tdep.c (sh_gdbarch_init): Ditto.
13629 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13630 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13631 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13632 * mips-tdep.c (mips_gdbarch_init): Ditto.
13633 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13634 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13635 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13636 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13637 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
13638 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13639 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13640 * frv-tdep.c (frv_gdbarch_init): Ditto.
13641 * cris-tdep.c (cris_gdbarch_init): Ditto.
13642 * avr-tdep.c (avr_gdbarch_init): Ditto.
13643 * arm-tdep.c (arm_gdbarch_init): Ditto.
13644 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
13645
a02abb62
JB
136462004-01-17 J. Brobecker <brobecker@gnat.com>
13647
13648 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
13649 Delete, no longer used.
13650 (read_subrange_type): New function, mostly extracted from
13651 read_array_type().
13652 (read_array_type): Replace extracted code by call to
13653 read_subrange_type().
13654 (dwarf2_get_attr_constant_value): New function.
13655 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
13656 (add_partial_symbol): Likewise.
13657 (process_die): Likewise.
13658 (new_symbol): Likewise.
13659 (read_type_die): Likewise.
13660
cf5b2f1b
AC
136612004-01-16 Andrew Cagney <cagney@redhat.com>
13662
13663 * symfile.c: Update copyright year.
13664 (compare_symbols): Delete unused function.
13665 * stabsread.c: Update copyright year.
13666 (lrs_general_complaint): Delete unused function.
13667 (ref_search_value): Ditto.
13668 (get_substring): Delete declaration.
13669 * sh64-tdep.c: Update copyright year.
13670 (sh64_get_gdb_regnum): Delete unused function.
13671 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
13672 Delete unused function.
13673
d33b9831
MK
136742004-01-17 Mark Kettenis <kettenis@gnu.org>
13675
13676 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
13677 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
13678
7aea86e6
AC
136792004-01-16 Andrew Cagney <cagney@redhat.com>
13680
13681 Changes from Peter Schauer.
13682 * rs6000-tdep.c: Update copyright year.
13683 (rs6000_push_dummy_call): Update the stack pointer before
13684 accessing the corresponding stack region.
13685 * rs6000-nat.c: Update copyright year.
13686 (set_host_arch): Set "info.abfd" to "exec_bfd".
13687
26b0da32
MK
136882004-01-15 Mark Kettenis <kettenis@gnu.org>
13689
13690 * blockframe.c: Update copyright year.
13691 (inside_entry_func): Don't treat a zero PC specially.
13692
86fbe6cc
EZ
136932004-01-14 Elena Zannoni <ezannoni@redhat.com>
13694
13695 * gcore.c (gcore_copy_callback): Use paddr_d to print size
13696 variable.
13697 (gcore_create_callback): Ditto. Skip any memory segment that has
13698 no permissions set.
13699
63d06c5c
DC
137002004-01-14 David Carlton <carlton@kealia.com>
13701
13702 Change symbols for C++ nested types to contain the fully qualified
13703 name, if possible. (At least in the DWARF-2 case.) Partial fix
13704 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
13705 c++/895.
13706 * c-exp.y (qualified_type): Handle types nested within classes.
13707 * cp-namespace.c: Update comments.
13708 (cp_set_block_scope): Delete #if 0.
13709 (cp_lookup_nested_type): Handle types nested within classes.
13710 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
13711 when appropriate.
13712 (add_partial_symbol): Add the name of the enclosing namespace to
13713 types.
13714 (pdi_needs_namespace): New.
13715 (add_partial_namespace): Tweak comment.
13716 (add_partial_structure): New.
13717 (psymtab_to_symtab_1): Initialize processing_current_prefix
13718 here...
13719 (process_die): instead of here.
13720 (read_structure_scope): Try to figure out the name of the class or
13721 namespace that the structure might be defined within.
13722 (read_enumeration): Generate fully-qualified names, if possible.
13723 (read_namespace): Don't set name to NULL.
13724 (die_specification): New.
13725 (new_symbol): Generate fully-qualified names for types.
13726 (read_type_die): Determine appropriate prefix.
13727 (determine_prefix): New.
13728 (typename_concat): New.
13729 (class_name): New.
13730 * valops.c (value_aggregate_elt): Pass NOSIDE to
13731 value_struct_elt_for_reference.
13732 (value_struct_elt_for_reference): Make static, add NOSIDE
13733 parameter, call value_maybe_namespace_elt as a last resort.
13734 (value_namespace_elt): Break out code into
13735 value_maybe_namespace_elt.
13736 (value_maybe_namespace_elt): New.
13737
87783b8b
AC
137382004-01-12 Andrew Cagney <cagney@redhat.com>
13739
13740 * mips-tdep.c (mips_convert_register_p): Handle both raw and
13741 cooked floating-point registers.
13742 (mips_gdbarch_init): Set convert_register_p, register_to_value,
13743 and value_to_register.
13744
6503b91e
AC
137452004-01-13 Andrew Cagney <cagney@redhat.com>
13746
13747 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
13748 * gdbarch.c: Re-generate.
13749 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13750 FUNCTION_START_OFFSET.
13751 * v850-tdep.c (v850_gdbarch_init): Ditto.
13752 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13753 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13754 * sh-tdep.c (sh_gdbarch_init): Ditto.
13755 * s390-tdep.c (s390_gdbarch_init): Ditto.
13756 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13757 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13758 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13759 * mips-tdep.c (mips_gdbarch_init): Ditto.
13760 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13761 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
13762 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13763 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13764 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13765 * i386-tdep.c (i386_gdbarch_init): Ditto.
13766 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13767 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13768 * frv-tdep.c (frv_gdbarch_init): Ditto.
13769 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
13770 * cris-tdep.c (cris_gdbarch_init): Ditto.
13771 * avr-tdep.c (avr_gdbarch_init): Ditto.
13772 * arm-tdep.c (arm_gdbarch_init): Ditto.
13773 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
13774
ea1dd7bc
DJ
137752004-01-13 Daniel Jacobowitz <drow@mvista.com>
13776
13777 * infrun.c (follow_fork_mode_ask): Remove.
13778 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
13779 (follow_fork): Simplify and remove internal error for
13780 follow_fork_mode_ask.
13781 (_initialize_infrun): Update "set follow-fork-mode" help text.
13782
0f0cffd2
AC
137832004-01-13 Andrew Cagney <cagney@redhat.com>
13784
13785 * configure.in: Update copyright year.
13786 (build_warnings): Add -Wunused-label.
13787 * configure: Re-generate.
13788
de38af99
AC
137892004-01-12 Andrew Cagney <cagney@redhat.com>
13790
954a7fba
AC
13791 * exec.h (exec_ops): Make "extern".
13792
de38af99
AC
13793 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
13794 the function is void.
13795 (mips_pseudo_register_write): Ditto.
13796
1a111ce3
AC
137972004-01-12 Andrew Cagney <cagney@redhat.com>
13798
13799 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
13800 call. Never defined.
13801 * sparc-tdep.h (struct frame_info): Add opaque declaration.
13802 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
13803 (struct sparc_gregset, struct regcache): Ditto.
13804 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
13805
48efe704
AC
138062004-01-12 Andrew Cagney <cagney@redhat.com>
13807
13808 * mi/ChangeLog: Delete file. Renamed to ...
13809 * mi/ChangeLog-1999-2003: New file.
13810 * tui/ChangeLog: Delete file. Renamed to ...
13811 * tui/ChangeLog-1998-2003: New file.
fe61caab 13812
a54124c5
MK
138132004-01-11 Mark Kettenis <kettenis@gnu.org>
13814
2ca62865
MK
13815 * sparc64nbsd-tdep.c: Include "regset.h".
13816 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
13817 Remove variables.
13818 (fetch_core_registers): Remove function.
13819 (sparc64nbsd_core_fns): Remove variable.
13820 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
13821 functions.
13822 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
13823 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13824 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
13825
ca9d58e9
MK
13826 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
13827 sparc_extract_struct_value_address.
13828 (sparc32_gdbarch_init): Set extract_struct_value_address.
13829 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
13830 function.
13831 (sparc64_init_abi): Set extract_struct_value_address. Don't set
13832 return_value_on_stack.
13833
3cc87ec0
MK
13834 * NEWS: Mention that %cs and %ss have been added to the AMD64
13835 configurations
13836
5bf00f29
MK
13837 * frame.c: Update copyright year.
13838 (get_prev_frame): Improve comment.
13839
4f7ec84e
MK
13840 * sparc64fbsd-tdep.c: Include "regset.h".
13841 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13842 Remove variables.
13843 (fetch_core_registers): Remove function.
13844 (sparc64fbsd_core_fns): Remove variable.
13845 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
13846 functions.
13847 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
13848 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 13849 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 13850
4e7b0cd3
MK
13851 * sparcnbsd-tdep.c: Include "regset.h".
13852 (fetch_core_registers): Remove function.
13853 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
13854 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
13855 functions.
13856 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
13857 TDEP->fpregset.
46b58ce9 13858 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 13859
a54124c5
MK
13860 * sparc-tdep.h (struct regset): Provide opaque declaration.
13861 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
13862 fpregset and sizeof_fpregset members.
13863 * sparc-tdep.c (struct regset): Provide opaque declaration.
13864 (sparc_regset_from_core_section): New function.
13865 (sparc32_gdbarch_init): Initialize TDEP->gregset,
13866 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
13867 Set regset_from_core_section when appropriate.
13868
29ff87c5
MK
138692004-01-10 Mark Kettenis <kettenis@gnu.org>
13870
79b1ab3d
MK
13871 * x86-64-tdep.c (amd64_non_pod_p): New function.
13872 (amd64_classify_aggregate): Return class memory for non-POD
13873 C++ structure types.
13874
6470d250
MK
13875 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
13876 argument. Use it to reserve a register if necessary.
13877 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
13878 amd64_push_arguments.
13879
562c50c2
MK
13880 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
13881
af233647
MK
13882 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
13883 register numbers in comments.
13884 * x86-64-tdep.h: Update copyright year.
13885 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
13886 Adjust for addition of %cs and %ss.
13887 * amd64fbsd-nat.c: Update copyright year.
13888 (reg_offset): Add register offsets for %cs and %ss.
13889 * amd64fbsd-tdep.c: Update copyright year.
13890 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
13891 (amd64fbsd_sc_reg_offset): Likewise.
13892 * x86-64-linux-nat.c: Update copyright year.
13893 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
13894 and %ss.
13895 * amd64nbsd-nat.c: Update copyright year.
13896 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
13897 * amd64nbsd-tdep.c: Update copyright year.
13898 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
13899 * x86-64-linux-tdep.c: Update copyright year.
13900 (user_to_gdb_regmap): Add mapping for %cs and %ss.
13901 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
13902 * regformats/reg-x86-64.dat: Add %cs and %ss.
13903
29ff87c5
MK
13904 * blockframe.c (inside_entry_func): Reformat. Introduce new local
13905 variables to prevent long lines. Update comments to reflect
13906 reality.
13907
38d518c9
EZ
139082004-01-09 David Carlton <carlton@kealia.com>
13909
13910 Checked in by Elena Zannoni <ezannoni@redhat.com>.
13911 * dwarf2read.c (read_namespace): Pull out name-generating code
13912 into namespace_name. Rename previous_namespace to previous_prefix
13913 and processing_current_namespace to processing_current_prefix..
13914 (namespace_name): New function.
13915 (add_partial_symbol): Substitute uses of pdi->name with
13916 actual_name.
13917 * cp-support.h: Rename processing_current_namespace to
13918 processing_current_prefix.
13919 Update copyright year.
13920 * cp-namespace.c: Rename processing_current_namespace to
13921 processing_current_prefix.
13922 Update copyright year.
fe61caab 13923
1e4728e7
AC
139242004-01-09 Andrew Cagney <cagney@redhat.com>
13925
13926 * jv-valprint.c, ser-unix.c: Add missing copyright years.
13927
c77c642a
MK
139282004-01-09 Mark Kettenis <kettenis@gnu.org>
13929
13930 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
13931 complaining.
13932 (process_one_symbol): Deal with N_PATCH stabs.
13933
b44e9041
EZ
139342004-01-09 Elena Zannoni <ezannoni@redhat.com>
13935
13936 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
13937 ifdeffed code.
13938 Update copyright year.
38d518c9 13939
eccfb640
MC
139402004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13941
13942 * config/pa/tm-hppa.h: Update extern declarations for
13943 hppa32_hpux_frame_saved_pc_in_sigtramp,
13944 hppa32_hpux_frame_base_before_sigtramp, and
13945 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
13946
848c5feb
MC
139472004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13948
13949 * config/pa/tm-hppah.h: Update copyright years.
13950
3cc5d663
AC
139512004-01-08 Andrew Cagney <cagney@redhat.com>
13952
13953 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
13954 (mips_o32_reg_struct_has_addr): Delete function.
13955 (mips_gdbarch_init): Update.
13956 (mips_extract_struct_value_address): Delete function.
13957
bfec0b41
JJ
139582004-01-08 David Mosberger <davidm@hpl.hp.com>
13959
13960 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
13961 reality.
13962
16e109ca
AC
139632004-01-07 Andrew Cagney <cagney@redhat.com>
13964
6214a8a1
AC
13965 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
13966 architecture's elf flags (when available).
13967
8d5838b5
AC
13968 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
13969 FPU to the start, check the MIPS FPU when looking for an old
13970 architecture.
13971 (set_mipsfpu_single_command): Update the architecture.
13972 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
13973
480d3dd2
AC
13974 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
13975 (mips_mask_address_p): Add "tdep" parameter.
13976 (show_mask_address, mips_addr_bits_remove): Update.
13977 (mips_dump_tdep): Update.
13978 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
13979 (MIPS_STACK_ARGSIZE): Delete macro.
13980 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
13981 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
13982 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
13983 (mips_dump_tdep): Update.
13984 (MIPS_SAVED_REGSIZE): Delete macro.
13985 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
13986 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
13987 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
13988 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
13989 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
13990 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
13991 (mips_pop_frame, return_value_location): Update.
13992 (mips_n32n64_return_value, mips_dump_tdep): Update.
13993
ec03c1ac
AC
13994 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
13995 MIPS ABI.
13996
16e109ca
AC
13997 * mips-tdep.c: Update copyright.
13998 (mips_gdbarch_init): Merge two code blocks handling the register
13999 name and number layout.
14000
15255275
MS
140012004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
14002
14003 * tracepoint.c (validate_actionline): Fix segv at EOF
14004
9f9057da
MC
140052004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14006
14007 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14008 properly for static fields.
14009
0127c0d3 140102004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 14011 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
14012
14013 * disasm.c: Update copyright to include 2004.
14014 (do_mixed_source_and_assembly): For uiout asm list
14015 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 14016 NULL and do so prior to loop. Only reset when we close off
0127c0d3 14017 the tuple/list. Move check for whether to close off the
fe61caab 14018 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
14019 on each loop iteration.
14020
5269965e
AC
140212004-01-05 Andrew Cagney <cagney@redhat.com>
14022
54f1137d
AC
14023 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14024 should be a switch case and not a label.
14025 * mips-tdep.c (mips32_next_pc): Delete unused labels
14026 "greater_equal_branch" and "less_zero_branch".
14027 * jv-valprint.c (java_print_value_fields): Delete unused label
14028 "flush_it".
14029
5269965e
AC
14030 * target.c (unpush_target): Only close a target that is in the
14031 target stack.
14032
dbc22fa1
MK
140332004-01-05 Mark Kettenis <kettenis@gnu.org>
14034
9515395e
MK
14035 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14036 address from [sp + 64] instead of %o2.
14037
dbc22fa1
MK
14038 * frame.c (get_prev_frame): Don't try to unwind the PC. This
14039 fixes PR backtrace/1476.
14040
5439edaa
AC
140412004-01-05 Andrew Cagney <cagney@redhat.com>
14042
14043 * libunwind-frame.h (struct frame_id): Add opaque declaration,
14044 move to start of file.
14045 * i386-tdep.h (struct regcache): Add opaque declaration.
14046 * config/ia64/nm-linux.h (struct target_ops): Add opaque
14047 declaration.
14048 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14049 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14050 * win32-nat.c (fake_create_process): Use ISO C style definition.
14051 * stabsread.c (define_symbol): Delete #ifndef
14052 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14053 stabs_argument_has_addr call, macro never defined.
14054
19061abe
MC
140552004-01-04 Michael Chastain <mec.gnu@mindspring.com>
14056
14057 * op50-rom.c: Delete.
14058 * w89k-rom.c: Delete.
14059 * Makefile.in: Remove references.
14060
e53bef9f
MK
140612004-01-04 Mark Kettenis <kettenis@gnu.org>
14062
14063 * x86-64-tdep.c: Update copyright year.
14064 (struct amd64_register_info): Rename from x86_64_register_info.
14065 (amd64_register_info): Rename from x86_64_register_info.
14066 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14067 (amd64_register_name): Rename from x86_64_register_name.
14068 (amd64_register_type): Rename from x86_64_register_type.
14069 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14070 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14071 (amd64_dwarf_reg_to_regnum): Rename from
14072 x86_64_dwarf_reg_to_regnum.
14073 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14074 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14075 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14076 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14077 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14078 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14079 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14080 (amd64_frame_cache): Rename from x86_64_frame_cache.
14081 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14082 (amd64_frame_prev_register): Rename from
14083 x86_64_frame_prev_register.
14084 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14085 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14086 (amd64_sigtramp_frame_cache): Rename from
14087 x86_64_sigtramp_frame_cache.
14088 (amd64_sigtramp_frame_prev_register): Rename from
14089 x86_64_sigtramp_frame_prev_register.
14090 (amd64_sigtramp_frame_unwind): Rename from
14091 x86_64_sigtramp_frame_unwind.
14092 (amd64_sigtramp_frame_sniffer): Rename from
14093 x86_64_sigtramp_frame_sniffer.
14094 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14095 (amd64_frame_base): Rename from x86_64_frame_base.
14096 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14097 (amd64_frame_align): Rename from x86_64_frame_align.
14098 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14099 (amd64_regset_from_core_section): Rename from
14100 x86_64_regset_from_core_section.
14101 (x86_64_init_abi): Update comments.
14102
fca6aa58
NR
141032004-01-04 Nick Roberts <nick@nick.uklinux.net>
14104
14105 * MAINTAINERS (write after approval): Add myself.
14106
8ada74e3
MK
141072004-01-04 Mark Kettenis <kettenis@gnu.org>
14108
14109 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14110 `float' arguments.
14111
5154b0cd
MK
141122004-01-04 Mark Kettenis <kettenis@gnu.org>
14113
14114 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14115 such that it mentions a specific version of GCC that exhibits this
14116 bug.
14117
fb316966
MK
141182004-01-03 Mark Kettenis <kettenis@gnu.org>
14119
200cc553
MK
14120 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14121 structure that has a single `float' member, store it in %f1 in
14122 addition to %f0.
14123
e226a4a0
MK
14124 * sparc-sol2-nat.c: Add missing '\'.
14125
b9d4c5ed
MK
14126 * sparc-tdep.c (sparc32_return_value): New function.
14127 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14128 Remove functions.
14129 (sparc32_gdbarch_init): Set return_value, don't set
14130 extract_return_value, store_return_value, use_struct_convention
14131 and return_value_on_stack.
14132
fb316966
MK
14133 * sparc-sol2-nat.c: Add missing ')'.
14134
1af510a8
JB
141352004-01-03 J. Brobecker <brobecker@gnat.com>
14136
14137 * infrun.c (handle_step_into_function): New function.
14138 (handle_inferior_event): Extract out some code into the new
14139 function above.
14140
5cf4d23a
JB
141412004-01-03 J. Brobecker <brobecker@gnat.com>
14142
14143 * infrun.c (handle_inferior_event): Move the declaration of
14144 real_stop_pc inside the if blocks where it is used.
14145
60af1db2
MK
141462004-01-03 Mark Kettenis <kettenis@gnu.org>
14147
14148 * sparc64-tdep.c (sparc64_16_byte_align_p)
14149 (sparc64_store_floating_fields, sparc64_store_floating_fields):
14150 Use check_typedef to get subtypes of structures and unions.
14151 (sparc64_store_return_value): Fix calculation of the appropriate
14152 offset into VALBUF when storing a structure or union.
14153 (sparc64_return_value): New function.
14154 (sparc64_use_struct_convention): Remove function.
14155 (sparc64_init_abi): Set return_value, don't set
14156 extract_return_value, store_return_value and
14157 use_struct_convention.
14158
1a901d3f
EZ
141592004-01-03 Eli Zaretskii <eliz@elta.co.il>
14160
14161 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14162 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14163 gdb/config/alpha/xm-alphaosf.h,
14164 gdb/config/powerpc/tm-ppcle-eabi.h,
14165 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14166 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14167 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14168 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14169 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14170 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14171 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14172 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14173 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14174 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14175 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14176 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14177 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14178 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14179 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14180 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14181 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14182 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14183 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14184 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14185 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14186 Remove lines for .cvsignore files.
14187
ef52e463
JB
141882004-01-03 J. Brobecker <brobecker@gnat.com>
14189
14190 * infrun.c: Back out the previous change.
14191
cb1bf9dc
MK
141922004-01-03 Mark Kettenis <kettenis@gnu.org>
14193
f0424ef6
MK
14194 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
14195 sparc-*-sunos4* to the list of REMOVED configurations.
14196
cb1bf9dc
MK
14197 * configure.tgt: Add back sparc-*-vxworks*.
14198 * remote-vxsparc.c: Remove all includes except for "defs.h",
14199 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14200 Include "sparc-tdep.h".
14201 (SPARC_R_G1): New define.
14202 (vxsparc_gregset): New variable.
14203 (ext_format_sparc): Remove extern declaration.
14204 (vx_read_register): Rewrite to use sparc32_supply_gregset and
14205 sparc32_supply_fpregset.
14206 (vx_write_register): Rewrite to use sparc32_collect_gregset,
14207 sparc_collect_rwindow and sparc32_collect_fpregset.
14208 * config/sparc/tm-vxworks.h: New file, based on recently removed
14209 tm-vxsparc.h.
14210 * config/sparc/vxworks.mt: New file, based on recently removed
14211 vxworks.mt.
fe61caab 14212
5e938f9f
JB
142132004-01-03 J. Brobecker <brobecker@gnat.com>
14214
14215 * infrun.c (handle_step_into_function): New function.
14216 (handle_inferior_event): Extract out some code into the new
14217 function above.
14218
386c036b
MK
142192004-01-02 Mark Kettenis <kettenis@gnu.org>
14220
14221 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14222 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14223 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14224 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14225 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14226 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14227 (sparc_nat_h): New variable.
14228 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14229 (tm-sun4os4.h): Remove dependency.
14230 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14231 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14232 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14233 sparc-tdep.o): Update dependencies.
14234 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14235 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14236 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14237 dependencies.
14238 * configure.host: Remove existing sparc-*-lynxos*,
14239 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14240 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14241 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
14242 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14243 triplets.
14244 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14245 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14246 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14247 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
14248 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14249 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14250 sparc64-*-solaris2* and sparc64-*-* triplets.
14251 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
14252 "symtab.h" and "objfiles.h".
14253 (BIAS): Remove define.
14254 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14255 (X_DISP19): Remove macros.
14256 (sparc_fetch_instruction): Remove function.
14257 (struct gdbarch_tdep): Remove definition.
14258 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14259 (sparc_breakpoint_from_pc): Remove function.
14260 (struct sparc64_frame_cache): Remove definition.
14261 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14262 sparc64_unwind_pc): Remove functions.
14263 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14264 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
14265 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
14266 (sparc64_frame_cache): Change return type to `struct
14267 sparc_frame_cache *'. Simply call sparc_frame_cache.
14268 (sparc64_frame_this_id, sparc64_frame_prev_register,
14269 sparc64_frame_base_address): Use `struct sparc_frame_cache'
14270 instead of `struct sparc64_frame_cache.
14271 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14272 sparc_analyze_control_transfer, sparc_software_single_step,
14273 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14274 _initialize_sparc64_tdep): Remove functions.
14275 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14276 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14277 macros.
14278 (sparc64_supply_gregset, sparc64_collect_gregset,
14279 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14280 (sparc64_init_abi): New function.
14281 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
14282 inclusion guard. Include "sparc-tdep.h".
14283 (BIAS): Define.
14284 (r_tstate_offset, r_fprs_offset): New defines.
14285 (enum sparc_regnum): Remove defenition.
14286 (enum sparc64_regnum): Reformat.
14287 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14288 (sparc64_init_abi, sparc64_supply_gregset,
14289 sparc64_collect_gregset, sparc64_supply_fpregset,
14290 sparc64_collect_fpregset): New prototypes.
14291 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14292 Add extern declarations.
14293 (sparc64_sol2_init_abi): New prototype.
14294 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14295 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14296 prototypes.
14297 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14298 "sparnbsd-nat.h".
14299 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14300 functions.
14301 (_initialize_sparc64fbsd_nat): Remove initialization of
14302 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14303 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 14304 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
14305 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14306 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14307 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14308 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14309 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14310 (sparc64fbsd_r_y_offset): Remove variables.
14311 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14312 Make static and const.
14313 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14314 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14315 functions.
14316 (sparc64fbsd_gregset): New variable.
14317 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14318 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14319 and sparc64_supply_fpregset.
14320 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14321 (sparc64fbsd_sigtramp_frame_this_id)
14322 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14323 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14324 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14325 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14326 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14327 * sparcnbsd-tdep.c: Update copyright year. Include
14328 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14329 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14330 "value.h" and "sparcnbsd-tdep.h".
14331 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14332 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14333 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14334 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14335 defines.
14336 (sparcnbsd_gregset): New variable.
14337 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14338 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14339 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14340 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14341 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14342 variables.
14343 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14344 (sparc32nbsd_sigcontext_frame_this_id)
14345 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14346 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14347 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14348 (sparcnbsd_get_longjmp_target_32,
14349 sparcnbsd_get_longjmp_target_64): Remove functions.
14350 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14351 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14352 sparcnbsd_init_elf): Remove.
14353 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14354 (sparcnbsd_elf_init_abi): New functions.
14355 (_initialize_sparcnbsd_tdep): New prototype.
14356 (_initialize_sparnbsd_tdep): Update.
14357 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14358 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14359 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14360 * config/sparc/linux.mh: Update comment.
14361 (XM_FILE, HOST_IPC): Remove variables.
14362 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14363 sparc-linux-nat.o.
14364 * config/sparc/linux.mt: Update comment.
14365 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14366 * config/sparc/nbsd.mt: Reformat.
14367 * config/sparc/nbsd64.mh: Update comment.
14368 (NATDEPFILES): Add sparc-nat.o.
14369 * config/sparc/nbsd64.mt: Update comment.
14370 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14371 (TM_FILE): Set to tm-nbsd.h.
14372 * config/sparc/nbsdelf.mh: Update comment.
14373 (NATDEPFILES): Add sparc-nat.o.
14374 (XM_FILE): Delete.
14375 * config/sparc/nbsdaout.mh: Update comment.
14376 (NATDEPFILES): Add sparc-nat.o
14377 (XM_FILE): Delete.
14378 * config/sparc/nm-linux.h: Update copyright year. Don't include
14379 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14380 inclusion.
14381 (KERNEL_U_SIZE): Remove define.
14382 (kernel_u_size): Remove prototype.
14383 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14384 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14385 "regcache.h".
14386 (CHILD_PREPARE_TO_STORE): Remove define.
14387 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14388 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14389 sparcnbsd-nat.c: Rewrite files.
14390 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14391 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14392 sparcnbsd-tdep.h: Remove files.
14393 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14394 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14395 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14396 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14397 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14398 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14399 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14400 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14401 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14402 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14403 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14404 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14405 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14406 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14407 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14408 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14409 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14410 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14411 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14412
ee84457a
AC
144132004-01-02 Andrew Cagney <cagney@redhat.com>
14414
14415 From 2003-12-18 Kazuhiro Inaoka:
14416 * configure.host: Add m32r-linux target.
14417
0bc2134e
MC
144182004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14419
14420 * top.c (print_gdb_version): Update year to 2004.
14421
89a72f9c
MM
144222004-01-02 Mark Mitchell <mark@codesourcery.com>
14423
14424 * MAINTAINERS: Add myself to the write-after-approval category.
14425
86b013ed
DJ
144262004-01-02 Daniel Jacobowitz <drow@mvista.com>
14427
14428 From Bernardo Innocenti <bernie@develer.com>:
14429 * configure.tgt: Add uClinux target.
14430
e42c9534
AC
144312004-01-02 Andrew Cagney <cagney@redhat.com>
14432
14433 * utils.c (do_my_cleanups): Make static, add forward declaration.
14434 * defs.h (do_my_cleanups): Delete declaration.
14435
162467d3
EZ
144362004-01-02 Eli Zaretskii <eliz@elta.co.il>
14437
14438 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14439 bfd/ChangeLog-0203.
14440
78434e59
MK
144412004-01-02 Mark Kettenis <kettenis@gnu.org>
14442
14443 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14444 in <machine/reg.h>.
14445 * configure, config.in: Regenerate.
14446
48efe704
AC
14447For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14448tui/ChangeLog-1998-2003.
c906108c
SS
14449\f
14450Local Variables:
14451mode: change-log
14452left-margin: 8
14453fill-column: 74
14454version-control: never
14455End:
This page took 1.275286 seconds and 4 git commands to generate.