1285ec1ac5a50072e8ced67adfec107d33342b78
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-06-06 Michael Snyder <msnyder@redhat.com>
2
3 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
4 Delete extra braces and re-indent.
5 (d10v_store_return_value): Char return values
6 must be shifted over by one byte in R0.
7 (d10v_extract_return_value): Delete extra braces, re-indent.
8
9 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
10
11 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
12 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
13 (d10v_integer_to_address): Rewrite.
14 (d10v_frame_init_saved_regs): When reading fp and sp registers use
15 the d10v specific functions which take care of converting to the
16 correct space.
17
18 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
19
20 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
21 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
22
23 2002-06-02 Andrew Cagney <ac131313@redhat.com>
24
25 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
26 includes.
27 * config/tm-linux.h: Ditto.
28 * config/alpha/tm-alphalinux.h: Ditto.
29 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
30 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
31 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
32 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
33 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
34 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
35 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
36 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
37 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
38 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
39 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
40 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
41 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
42 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
43 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
44 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
45 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
46 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
47 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
48 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
49 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
50 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
51 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
52 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
53 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
54 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
55 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
56 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
57 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
58 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
59 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
60 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
61 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
62 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
63 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
64 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
65 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
66
67 2002-05-04 Aidan Skinner <aidan@velvet.net>
68
69 * ada-exp.tab.c: New file
70 * ada-exp.y: New file
71 * ada-lang.c: New file
72 * ada-lang.h: New file
73 * ada-lex.c: New file
74 * ada-lex.l: New file
75 * ada-tasks.c: New file
76 * ada-typeprint.c: New file
77 * ada-valprint.c: New file
78
79 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
80
81 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
82 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
83
84 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
85
86 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
87 insetead of ppc-linux-tdep.o.
88 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
89 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
90
91 2002-06-02 Andrew Cagney <ac131313@redhat.com>
92
93 2002-05-07 Christian Groessler <chris@groessler.org>
94 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
95 bit register contents for little endian hosts.
96
97 2002-06-01 Andrew Cagney <ac131313@redhat.com>
98
99 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
100 any maintainer.
101
102 2002-06-01 Andrew Cagney <ac131313@redhat.com>
103
104 * gdbarch.h: Regenerate.
105
106 2002-06-01 Andrew Cagney <ac131313@redhat.com>
107
108 * MAINTAINERS: Add everyone to write-after-approval list.
109
110 2002-06-01 Andrew Cagney <ac131313@redhat.com>
111
112 * stack.c (frame_info): Use frame_register_unwind instead of
113 saved_regs. Mention when the SP is on the stack or in a register.
114
115 * frame.h (frame_register_unwind_ftype): Define. Document.
116 (struct frame_info): Add field register_unwind and
117 register_unwind_cache.
118 (frame_register_unwind): Declare.
119 (generic_unwind_get_saved_register): Declare.
120
121 * frame.c (frame_register_unwind): New function.
122 (generic_unwind_get_saved_register): New function.
123
124 * blockframe.c (generic_call_dummy_register_unwind): New function.
125 (frame_saved_regs_register_unwind): New function.
126 (set_unwind_by_pc): New function.
127 (create_new_frame): New function.
128 (get_prev_frame): New function.
129
130 2002-05-30 Andrew Cagney <ac131313@redhat.com>
131
132 * a29k-share/: Delete directory.
133 * remote-vx29k.c: Delete file.
134
135 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
136
137 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
138 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
139
140 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
141
142 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
143 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
144 (sparc64nbsd-nat.o)
145 (sparcnbsd-nat.o)
146 (sparcnbsd-tdep.o): New dependency lists.
147 * NEWS: Note new UltraSPARC NetBSD native configuration.
148 * configure.host (sparc64-*-netbsd*): New host.
149 * configure.tgt (sparc-*-netbsdelf*)
150 (sparc-*-netbsd*): Set gdb_target to nbsd.
151 (sparc64-*-netbsd*): New target.
152 * sparc64nbsd-nat.c: New file.
153 * sparcnbsd-nat.c: New file.
154 * sparcnbsd-tdep.c: New file.
155 * sparcnbsd-tdep.h: New file.
156 * config/sparc/nbsd.mt: New file.
157 * config/sparc/nbsd64.mh: New file.
158 * config/sparc/nbsd64.mt: New file.
159 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
160 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
161 (HOST_IPC): Remove.
162 * config/sparc/nbsdaout.mt: Remove.
163 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
164 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
165 (HOST_IPC): Remove.
166 * config/sparc/nbsdelf.mt: Remove.
167 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
168 sparc-nat.c compatiblity defines.
169 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
170 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
171 * config/sparc/tm-nbsd64.h: New file.
172 * config/sparc/tm-nbsdaout.h: Remove.
173 * config/sparc/xm-nbsd.h: Remove.
174
175 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
176
177 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
178 * sparc-tdep.c: Include osabi.h.
179 (gdbarch_tdep): Add osabi member.
180 (_initialize_sparc_tdep): Use gdbarch_register.
181 (sparc_gdbarch_init): Use generic OS ABI framework.
182 (sparc_dump_tdep): New function.
183
184 2002-05-30 Kevin Buettner <kevinb@redhat.com>
185
186 * corefile.c (do_captured_read_memory_integer): Return non-zero
187 result.
188 (safe_read_memory_integer): Copy result of memory read when
189 status is non-zero. Also, add comments.
190
191 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
192
193 * Makefile.in (ppc_tdep_h): Define.
194 (ppc-linux-nat.o)
195 (ppc-linux-tdep.o)
196 (rs6000-tdep.o): Use $(ppc_tdep_h).
197 (ppc-sysv-tdep.o)
198 (ppcnbsd-nat.o)
199 (ppcnbsd-tdep.o): New dependency lists.
200 * ppc-tdep.h: Use generic OS ABI framework.
201 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
202 (ppc_linux_init_abi): New functions.
203 (ppc_sysv_abi_broken_use_struct_convention)
204 (ppc_sysv_abi_use_struct_convention)
205 (ppc_sysv_abi_push_arguments): Move to...
206 * ppc-sysv-tdep.c: ...here.
207 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
208 * rs6000-tdep.c (process_note_abi_tag_sections)
209 (get_elfosabi): Remove.
210 (rs6000_gdbarch_init): Use generic OS ABI framework.
211 (rs6000_dump_tdep): New function.
212 (_initialize_rs6000_tdep): Use gdbarch_register.
213 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
214 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
215 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
216 of ppc-linux-tdep.o.
217 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
218 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
219 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
220 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
221 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
222 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
223
224 2002-05-29 Jim Blandy <jimb@redhat.com>
225
226 * macroscope.c (default_macro_scope): Put `void' in empty argument
227 list.
228
229 2002-05-29 Andrew Cagney <ac131313@redhat.com>
230
231 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
232 * arch-utils.c: Include "sim-regno.h".
233 * gdbarch.sh: Don't include "sim-regno.h".
234 * gdbarch.h, gdbarch.c: Regenerate.
235 * sim-regno.h (legacy_register_sim_regno): Move declaration from
236 here.
237 * arch-utils.h (legacy_register_sim_regno): To here.
238 * remote-sim.c (legacy_register_sim_regno): Move function from
239 here.
240 * arch-utils.c (legacy_register_sim_regno): To here.
241
242 2002-05-28 Andrew Cagney <ac131313@redhat.com>
243
244 * sim-regno.h: New file.
245 * Makefile.in (sim_regno_h): Define.
246 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
247 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
248 (legacy_register_sim_regno): New function.
249 (one2one_register_sim_regno): New function.
250 (gdbsim_fetch_register): Rewrite.
251 (gdbsim_store_register): Only store a register when
252 REGISTER_SIM_REGNO is valid.
253 * d10v-tdep.c: Include "sim-regno.h".
254 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
255 (d10v_ts3_register_sim_regno): Ditto.
256 * gdbarch.sh: Include "sim-regno.h".
257 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
258 * gdbarch.h, gdbarch.c: Regenerate.
259 * arch-utils.h (default_register_sim_regno): Delete declaration.
260 * arch-utils.c (default_register_sim_regno): Delete function.
261
262 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
263
264 * ppcnbsd-nat.c: Rewrite.
265 * ppcnbsd-tdep.c: New file.
266 * ppcnbsd-tdep.h: New file.
267 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
268 solib.o, and solib-svr4.o.
269 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
270 nbsd-tdep.o, and corelow.o.
271
272 2002-05-28 Andrew Cagney <ac131313@redhat.com>
273
274 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
275 `tr' and `sed'. Mention that `broken' targets are not expected to
276 build.
277
278 2002-05-27 Michal Ludvig <mludvig@suse.cz>
279
280 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
281 Let PC point right after the prologue before looking up symbols.
282
283 2002-05-27 Martin M. Hunt <hunt@redhat.com>
284
285 * i386-tdep.c (i386_register_virtual_type): Return
286 builtin_type_vec128i for SSE registers.
287
288 * gdbtypes.h (builtin_type_vec128i): Declare.
289
290 * gdbtypes.c (build_builtin_type_vec128i): New function.
291 (builtin_type_v2_double, builtin_type_v4_int64): New types.
292 (builtin_type_vec128i): New type for SSE2 128-bit registers.
293 (build_gdbtypes): Initialize new builtin vector types.
294 (_initialize_gdbtypes): Register new vector types with gdbarch.
295
296 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
297
298 * MAINTAINERS: ns32k is not longer an obsolete candidate,
299 since it has been multi-arch'd.
300 * NEWS: Note that ns32k-*-* is now partial multi-arch.
301 Move Alpha and VAX multi-arch news entries to same section
302 as other multi-arch news.
303
304 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
305
306 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
307 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
308 static. Rename some register numbers to put them in ns32k-tdep
309 private namespace.
310 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
311 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
312 functions.
313 (_initialize_ns32k_tdep): Use gdbarch_register.
314 * ns32k-tdep.h: New file.
315 * ns32knbsd-tdep.c: New file.
316 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
317 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
318 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
319 REGISTER_BYTES, REGISTER_BYTE): Remove.
320 * config/ns32k/tm-ns32k.h: New file.
321 * config/ns32k/tm-umax.h: Remove.
322
323 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
324
325 * ns32k-tdep.c (ns32k_saved_pc_after_call,
326 ns32k_store_struct_return, ns32k_extract_return_value,
327 ns32k_store_return_value, ns32k_extract_struct_value_address): New
328 functions.
329 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
330 ns32k_saved_pc_after_call.
331 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
332 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
333 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
334 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
335 ns32k_extract_struct_value_address.
336
337 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
338
339 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
340 ns32k_fix_call_dummy): New.
341 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
342 ns32k_call_dummy_words.
343 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
344 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
345 CALL_DUMMY_NARGS): Remove.
346 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
347
348 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
349
350 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
351 ns32k_frame_saved_pc, ns32k_frame_args_address,
352 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
353 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
354 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
355 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
356 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
357 (BREAKPOINT): Remove..
358 (FRAME_CHAIN): Define as ns32k_frame_chain.
359 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
360 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
361 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
362 (FRAME_FIND_SAVED_REGS): Remove.
363 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
364 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
365 (POP_FRAME): Define as ns32k_pop_frame.
366
367 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
368
369 * ns32k-tdep.c (ns32k_register_byte_32082,
370 ns32k_register_byte_32382, ns32k_register_raw_size,
371 ns32k_register_virtual_size, ns32k_register_virtual_type): New
372 functions.
373 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
374 ns32k_register_byte_32382.
375 * config/ns32k/tm-umax.h: Update copyright years.
376 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
377 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
378 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
379 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
380 (ns32k_get_enter_addr): Fix prototype.
381
382 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
383
384 * ns32k-tdep.c: Update copyright years.
385 (ns32k_register_name_32082): New function.
386 (ns32k_register_name_32382): Ditto.
387 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
388 (REGISTER_NAME): Define as ns32k_register_name_32382.
389 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
390 (REGISTER_NAME): Define as ns32k_register_name_32082.
391
392 2002-05-24 Jim Blandy <jimb@redhat.com>
393
394 * dwarf2read.c (free_line_header): Use xfree, not free.
395
396 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
397
398 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
399 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
400
401 2002-05-23 Andrew Cagney <ac131313@redhat.com>
402
403 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
404
405 2002-05-23 Andrew Cagney <ac131313@redhat.com>
406
407 From Ross Alexander at NEC Europe:
408 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
409
410 2002-05-23 Michael Snyder <msnyder@redhat.com>
411
412 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
413 for input, rather than parse_and_eval_address.
414
415 2002-05-23 Andrew Cagney <ac131313@redhat.com>
416
417 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
418 * Makefile.in (sim_d10v_h): Update definition.
419
420 2002-05-24 Andrew Cagney <cagney@redhat.com>
421
422 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
423 change `2002-05-22 Michael Snyder' below.
424 (d10v_push_arguments): Ditto.
425 (d10v_extract_return_value): Ditto.
426
427 2002-05-23 Jim Blandy <jimb@redhat.com>
428
429 * macrotab.c (check_for_redefinition): Don't complain if the new
430 definition is the same as the previous one. Take more arguments
431 to allow the comparison.
432 (macro_define_object, macro_define_function): Pass more arguments
433 to check_for_redefinition.
434
435 2002-05-22 Michael Snyder <msnyder@redhat.com>
436
437 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
438 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
439 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
440 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
441 Don't bail if return_pc is PC_IN_CALL_DUMMY.
442 Add a temp variable to save a call (and a memory read).
443 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
444 if possible (so that PC_IN_CALL_DUMMY will work).
445
446 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
447
448 * MAINTAINERS: Remove status `OBSOLETE' from v850.
449
450 2002-05-22 Michal Ludvig <mludvig@suse.cz>
451
452 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
453 fde->cie_ptr.
454 (dwarf2_build_frame_info): Corrected handling of eh_frame.
455 (dwarf2_build_frame_info): Add offset to fde->initial_location
456 so that frames of shared libraries are mapped correctly.
457 (execute_stack_op): Change type of 'result' from ULONGEST to
458 CORE_ADDR.
459
460 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
461
462 * config/alpha/tm-nbsd.h: Include solib.h.
463
464 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
465
466 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
467 assumptions about the host's byte order.
468
469 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
470
471 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
472 to dependency list.
473 * alphanbsd-tdep.c: Include solib-svr4.h.
474 * shnbsd-tdep.c: Ditto.
475
476 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
477
478 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
479 nbsd-tdep.h to dependency list.
480 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
481 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
482 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
483 nbsdaout.mh and nbsdelf.mh consistently.
484 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
485 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
486 nbsdaout.mt and nbsdelf.mh consistently.
487 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
488 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
489 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
490 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
491 a.out shared library stuff from here...
492 * config/nm-nbsdaout.h: ...to here.
493 * config/tm-nbsd.h: Remove.
494 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
495 * config/arm/nbsd.mh: Remove.
496 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
497 nbsd-tdep.o.
498 * config/arm/nbsdaout.mh: New file.
499 * config/arm/nbsdelf.mh: New file.
500 * config/arm/nm-nbsdaout.h: New file.
501 * config/i386/nbsd.mh: Remove.
502 * config/i386/nbsd.mt: Remove.
503 * config/i386/nbsdaout.mh: New file.
504 * config/i386/nbsdaout.mt: New file.
505 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
506 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
507 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
508 i386_register_u_addr): Remove.
509 * config/i386/nm-nbsdaout.h: New file.
510 * config/i386/nm-nbsdelf.h: Remove.
511 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
512 (USE_STRUCT_CONVENTION): Remove.
513 * config/i386/tm-nbsdaout.h: New file.
514 * config/i386/tm-nbsdelf.h: Remove.
515 * config/m68k/nbsd.mh: Remove.
516 * config/m68k/nbsd.mt: Remove.
517 * config/m68k/nbsdaout.mh: New file.
518 * config/m68k/nbsdaout.mt: New file.
519 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
520 * config/m68k/nm-nbsdaout.h: New file.
521 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
522 (IN_SOLIB_CALL_TRAMPOLINE): Define.
523 * config/ns32k/nbsd.mh: Remove.
524 * config/ns32k/nbsd.mt: Remove.
525 * config/ns32k/nbsdaout.mh: New file.
526 * config/ns32k/nbsdaout.mt: New file.
527 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
528 * config/ns32k/nm-nbsdaout.h: New file.
529 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
530 (IN_SOLIB_CALL_TRAMPOLINE): Define.
531 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
532 (SVR4_SHARED_LIBS): Remove.
533 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
534 * config/sparc/nbsd.mh: Remove.
535 * config/sparc/nbsd.mt: Remove.
536 * config/sparc/nbsdaout.mh: New file.
537 * config/sparc/nbsdaout.mt: New file.
538 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
539 * config/sparc/nbsdelf.mt: New file.
540 * config/sparc/nm-nbsdaout.h: New file.
541 * config/sparc/nm-nbsdelf.h: Remove.
542 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
543 * config/sparc/tm-nbsdaout.h: New file.
544
545 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
546
547 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
548 mipsnbsd-tdep.c
549 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
550
551 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
552
553 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
554 shnbsd-nat.c.
555 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
556
557 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
558
559 * NEWS: Note new MIPS NetBSD native configuration.
560 * configure.host (mips*-*-netbsd*): New host.
561 * configure.tgt (mips*-*-netbsd*): New target.
562 * mipsnbsd-nat.c: New file.
563 * mipsnbsd-tdep.c: New file.
564 * mipsnbsd-tdep.h: New file.
565 * config/mips/nbsd.mh: New file.
566 * config/mips/nbsd.mt: New file.
567 * config/mips/nm-nbsd.h: New file.
568 * config/mips/tm-nbsd.h: New file.
569
570 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
571
572 * Makefile.in (SFILES): Add osabi.c.
573 (COMMON_OBS): Add osabi.o.
574 (osabi.o): New dependency list.
575 * osabi.c: New file.
576 * osabi.h: New file.
577 * doc/gdbint.texinfo: Document new generic OS ABI framework.
578
579 * Makefile.in (alpha_tdep_h): Define and use instead of
580 alpha-tdep.h.
581 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
582 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
583 Remove.
584 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
585 * alpha-tdep.h: Include osabi.h.
586 (alpha_abi): Remove.
587 (gdbarch_tdep): Use generic OS ABI framework.
588 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
589 gdbarch_register_osabi.
590 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
591 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
592 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
593
594 * Makefile.in (sh_tdep_h): Add osabi.h.
595 * sh-tdep.h (sh_osabi): Remove.
596 (gdbarch_tdep): Use generic OS ABI framework.
597 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
598 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
599 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
600 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
601
602 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
603 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
604 gdbarch_register_osabi.
605 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
606 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
607 (get_elfosabi): Rename to...
608 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
609 ABI framework support routines.
610 (arm_gdbarch_init): Use generic OS ABI framework.
611 (arm_dump_tdep): Likewise.
612 (_initialize_arm_tdep): Likewise.
613 * arm-tdep.h: Include osabi.h.
614 (arm_abi): Remove.
615 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
616 osabi member.
617 (arm_gdbarch_register_os_abi): Remove prototype.
618 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
619 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
620
621 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
622 * mips-tdep.c: Include osabi.h.
623 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
624 OS ABI framework.
625
626 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
627
628 * h8300-tdep.c: Fix formatting.
629
630 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
631
632 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
633 printing vector registers.
634
635 2002-05-19 Andrew Cagney <ac131313@redhat.com>
636
637 From Fernando Nasser:
638 * remote.c (remote_async_open_1): Re-throw the exception when the
639 connection fails.
640 (remote_cisco_open): Ditto.
641 (remote_open_1): Ditto.
642
643 2002-05-19 Andrew Cagney <ac131313@redhat.com>
644
645 * remote.c (remote_start_remote_dummy): Add uiout parameter.
646 (remote_start_remote): Add uiout parameter. Pass through to
647 remote_start_remote_dummy.
648 (remote_open_1): Use catch_exception instead of catch_errors.
649 (remote_async_open_1): Ditto.
650 (remote_cisco_open): Ditto.
651
652 2002-05-19 Andrew Cagney <ac131313@redhat.com>
653
654 * remote.c (remote_start_remote): Replace PTR with void pointer.
655 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
656 static.
657
658 2002-05-18 Andrew Cagney <ac131313@redhat.com>
659
660 * gdb_indent.sh: Allow the script to be run in the sim directory.
661
662 2002-05-18 Mark Kettenis <kettenis@gnu.org>
663
664 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
665 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
666
667 * corelow.c (core_open): Only call set_gdbarch_from_file if
668 exec_bfd is NULL.
669
670 2002-05-17 Andrey Volkov <avolkov@transas.com>
671
672 * h8300-tdep.c: Add support of EXR register
673 * config/h8300/tm-h8300.h: Ditto.
674
675 2002-05-17 Andrey Volkov <avolkov@transas.com>
676
677 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
678
679 2002-05-17 Andrey Volkov <avolkov@transas.com>
680
681 * h8300-tdep.c: Change literal regnums to REGNO.
682
683 2002-05-17 Jim Blandy <jimb@redhat.com>
684
685 * NEWS: Note addition of macro support.
686
687 Expand preprocessor macros in C expressions.
688 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
689 (scan_macro_expansion, scanning_macro_expansion,
690 finished_macro_expansion): New function declarations.
691 (expression_macro_lookup_func, expression_macro_lookup_baton): New
692 variable declarations.
693 * parser-defs.h (expression_context_pc): New declaration.
694 * parse.c (expression_context_pc): New variable.
695 (parse_exp_1): Set expression_context_pc, as well as
696 expression_context_block.
697 * c-exp.y (yylex): If we're not already reading the result of a
698 macro expansion, try to macro-expand the next token. When we're
699 done scanning a macro expansion, switch back to the mainline text.
700 Commas and `if's in a macro's expansion don't terminate the input.
701 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
702 (macro_original_text, macro_expanded_text,
703 expression_macro_lookup_func, expression_macro_lookup_baton): New
704 variables.
705 (scan_macro_expansion, scanning_macro_expansion,
706 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
707 c_preprocess_and_parse): New functions.
708 (c_language_defn, cplus_language_defn, asm_language_defn): Call
709 c_preprocess_and_parse, instead of c_parse.
710 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
711 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
712
713 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
714
715 * sh-tdep.c (gdb_print_insn_sh64): Delete.
716 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
717 (sh_gdbarch_init): Always use gdb_print_insn_sh.
718
719 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
720
721 * NEWS: Add section for multi-arched targets. Add v850 to that section.
722
723 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
724
725 * Makefile.in (sh_tdep_h): Define and use.
726 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
727 register enum): Move to...
728 * * sh-tdep.h: ...here.
729 * sh-tdep.c: Include sh-tdep.h.
730 * sh3-rom.c: Likewise.
731 * shnbsd-tdep.c: Likewise.
732
733 2002-05-16 Michael Snyder <msnyder@redhat.com>
734
735 * arm-tdep.c: Spelling fix in comment.
736
737 2002-05-16 Jim Blandy <jimb@redhat.com>
738
739 Add commands for manually expanding macros and showing their
740 definitions.
741 * macrocmd.c, macroscope.c, macroscope.h: New files.
742 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
743 (macroscope_h): New variable.
744 (HFILES_NO_SRCDIR): Add macroscope.h.
745 (COMMON_OBS): Add macrocmd.o, macroscope.o.
746 (macroscope.o, macrocmd.o): New rules.
747
748 Teach the Dwarf 2 reader to read macro information.
749 * dwarf2read.c: #include "macrotab.h".
750 (dwarf_macinfo_buffer): New variable.
751 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
752 dwarf_macinfo_size.
753 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
754 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
755 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
756 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
757 dwarf2_macro_spaces_in_definition): New complaints.
758 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
759 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
760 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
761 the partial symbol table.
762 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
763 from what's recorded in the partial symbol table.
764 (read_file_scope): If the compilation unit has a
765 `DW_AT_macro_info' attribute, read its macro information.
766 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
767
768 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
769
770 Fix PR gdb/546
771 * ser-tcp.c: Don't include <netinet/udp.h>.
772
773 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
774
775 * MAINTAINERS: Update my email address.
776
777 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
778
779 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
780 include file of the same name.
781
782 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
783
784 * configure.tgt: Mark v850 as multi-arched.
785 * config/v850/tm-v850.h: Remove file.
786 * config/v850/v850.mt: Eliminate TM_FILE.
787
788 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
789
790 * v850-tdep.c: Full multi-arch.
791 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
792 Define GDB_MULTI_ARCH to 2.
793
794 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
795
796 * p-exp.y (current_type): New static variable.
797 Carries the type of the expression at the position that is parsed.
798 (push_current_type, pop_current_type): Two new functions. Used
799 to store/restore current_type in expression on specific tokens.
800 (search_field): New static variable. Set to one after parsing a point
801 as at that point only a FIELDNAME token should be searched.
802 (FIELDNAME): New token. After a point only a token belonging to
803 current_type type definition is allowed.
804 (all over token rules): reset and change current_type according
805 to rules.
806 (exp '[' rule): insert implicit array index field if
807 exp is a pascal string type.
808
809 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
810
811 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
812 frame info. Use frame_info's saved_regs instead of matching member
813 in extra_frame_info throughout.
814 (v850_frame_init_saved_regs): New function.
815 (v850_init_extra_frame_info): Move most functionality into
816 v850_frame_init_saved_regs().
817 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
818 (v850_frame_find_saved_regs): Remove declaration.
819 (FRAME_FIND_SAVED_REGS): Remove definition.
820 (v850_frame_init_saved_regs): Add declaration.
821 (FRAME_INIT_SAVED_REGS): Add definition.
822
823 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
824
825 * v850-tdep.c: Begin multi-arch'ing v850.
826 (v850_target_architecture_hook): Remove function.
827 (v850_gdbarch_init): New function. Add code previously in
828 v850_target_architecture_hook().
829 (_initialize_v850_tdep): Don't set target_architecture_hook.
830 Call register_gdbarch_init() instead.
831
832 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
833
834 * gdbtypes.h (struct cplus_struct_type): Remove args field.
835 * hpread.c (hpread_read_struct_type): Remove assignments to args.
836 (fixup_class_method_type): Likewise.
837
838 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
839
840 From Martin Pool <mbp@samba.org>:
841 * gdbserver/server.c (gdbserver_usage): New function.
842 (main): Call it.
843
844 2002-05-15 Jim Blandy <jimb@redhat.com>
845
846 Add macro structures to GDB's symbol tables. Nobody puts anything
847 in them yet.
848 * symtab.h (struct symtab): New member: `macro_table'.
849 * buildsym.h (pending_macros): New global variable.
850 * buildsym.c: #include "macrotab.h".
851 (buildsym_init): Initialize `pending_macros'.
852 (end_symtab): If we found macro information while reading a CU's
853 debugging info, do build a symtab structure for it. Make the
854 symtab point to the macro information, and clear the
855 `pending_macros' pointer which held it while we were reading the
856 debug info.
857 (really_free_pendings): Free any pending macro table.
858 * objfiles.h (struct objfile): New member: `macro_cache'.
859 * objfiles.c (allocate_objfile): Set allocate and free functions
860 for the macro cache's objstack.
861 (free_objfile): Empty the macro cache's obstack.
862 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
863 set new allocate and free functions for it.
864 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
865 free functions for the macro cache's objstack. (Why is this
866 function building its own objfile?)
867 * symmisc.c (print_objfile_statistics): Print statistics on the
868 macro bcache.
869 * Makefile.in: Note that buildsym.o depends on macrotab.h.
870
871 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
872
873 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
874 (REGISTER_U_ADDR): Delete definition.
875 (arm_register_u_addr): Delete declaration.
876
877 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
878
879 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
880 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
881
882 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
883
884 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
885 stop_at -> stop_pc.
886
887 2002-05-14 Andrew Cagney <ac131313@redhat.com>
888
889 * regcache.c (register_valid): Revise comments refering to "Not
890 available" and "unavailable".
891 * frame.c (frame_register_read): Ditto.
892 * findvar.c (value_of_register): Ditto.
893
894 2002-05-15 Andrew Cagney <cagney@redhat.com>
895
896 * Makefile.in (remote_sim_h): Replace remote-sim_h.
897 (remote-sim.o): Update dependencies.
898 (d10v-tdep.o): Specify dependencies.
899 (sim_d10v_h): Define.
900
901 2002-05-14 Jim Blandy <jimb@redhat.com>
902
903 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
904 * macrotab.c (macro_lookup_inclusion, find_definition,
905 new_macro_table): Same.
906
907 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
908 not `! strcmp ()'. This is a dubious improvement.
909 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
910
911 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
912 although it's not necessary, to avoid a warning.
913
914 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
915
916 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
917 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
918 TYPE_INSTANCE_FLAGS.
919 (struct main_type): New.
920 (struct type): Move most members to struct main_type. Change
921 cv_type and as_type to new type_chain member. Add instance_flags.
922 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
923 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
924 (finish_cv_type): Remove prototype.
925 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
926 Set TYPE_CHAIN.
927 (alloc_type_instance): New function.
928 (smash_type): New function.
929 (make_pointer_type, make_reference_type, make_function_type)
930 (smash_to_member_type, smash_to_method_type): Call smash_type.
931 (make_qualified_type): New function.
932 (make_type_with_address_space): Call make_qualified_type.
933 (make_cv_type): Likewise.
934 (finish_cv_type): Remove unnecessary function.
935 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
936 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
937 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
938 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
939 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
940 * hpread.c (hpread_read_struct_type): Likewise.
941 * stabsread.c (read_struct_type): Likewise.
942
943 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
944
945 * configure.tgt: Add a catch all sh* target, for cases like
946 sh[2,3,4]-elf and sh-hms.
947
948 2002-05-14 Keith Seitz <keiths@redhat.com>
949
950 * event-loop.c (create_file_handler): Don't do anything but
951 update data when we are given a fd which we are already
952 monitoring.
953
954 2002-05-14 Michal Ludvig <mludvig@suse.cz>
955
956 * dwarf2cfi.c (context_cpy): Copy registers correctly.
957 (update_context): Use __func__ in warnings.
958
959 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
960
961 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
962 and tcp_close to net_open and net_close.
963 (net_open): Accept "udp:" and "tcp:" specifications. Connect
964 using UDP if requested. Don't try to disable Nagle on UDP
965 sockets.
966 * remote.c (remote_serial_open): New function. Warn about UDP.
967 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
968
969 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
970
971 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
972
973 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
974
975 * configure.tgt: Remove sh-hms target.
976 * MAINTAINERS: Don't list sh-hms as a separate target.
977
978 2002-05-13 Jim Blandy <jimb@redhat.com>
979
980 Add first preprocessor macro-expansion files.
981 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
982 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
983 (splay_tree_h, macroexp_h, macrotab_h): New variable.
984 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
985 (COMMON_OBS): Add macrotab.o, macroexp.o.
986 (macroexp.o, macrotab.o): New rules.
987
988 2002-05-13 Andrew Cagney <ac131313@redhat.com>
989
990 * config/m88k/tm-m88k.h: Update copyright.
991 (m88k_target_write_pc): Declare
992 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
993 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
994 (SHIFT_INST_REGS): Update definition.
995 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
996 using old definition of TARGET_WRITE_PC.
997 * regcache.c (generic_target_write_pc): Delete code handling
998 NNPC_REGNUM.
999 * gdbarch.sh (NNPC_REGNUM): Delete.
1000 * gdbarch.h, gdbarch.c: Regenerate.
1001
1002 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
1003
1004 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
1005 builtin reg number.
1006
1007 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
1008
1009 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
1010 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
1011 (gen_address_of, gen_struct_ref, gen_repeat): Use type
1012 access macros.
1013 * c-typeprint.c (cp_type_print_method_args): Likewise.
1014 (c_type_print_args): Likewise.
1015 * d10v-tdep.c (d10v_push_arguments): Likewise.
1016 (d10v_extract_return_value): Likewise.
1017 * expprint.c (print_subexp): Likewise.
1018 * gdbtypes.c (lookup_primitive_typename): Likewise.
1019 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
1020 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
1021 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
1022 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
1023 (TYPE_VECTOR): Likewise.
1024 * hpread.c (hpread_read_struct_type)
1025 (fix_static_member_physnames, fixup_class_method_type)
1026 (hpread_type_lookup): Likewise.
1027 * mdebugread.c (parse_symbol, parse_type): Likewise.
1028 * p-lang.c (is_pascal_string_type): Likewise.
1029 * valops.c (hand_function_call): Likewise.
1030 * x86-64-tdep.c (classify_argument): Likewise.
1031
1032 * hpread.c (hpread_read_function_type)
1033 (hpread_read_doc_function_type): Call replace_type.
1034 * dstread.c (create_new_type): Delete.
1035 (decode_dst_structure, process_dst_function): Call alloc_type.
1036 Use type access macros.
1037
1038 2002-05-12 Mark Kettenis <kettenis@gnu.org>
1039
1040 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
1041 the're not supported by the current architecture.
1042 (i387_fill_fxsave): Likewise.
1043
1044 2002-05-12 Fred Fish <fnf@redhat.com>
1045
1046 * symfile.c (default_symfile_offsets): Arrange for uninitialized
1047 sect_index_xxx members to index the first slot in section_offsets
1048 if all of the section_offsets are zero.
1049
1050 2002-05-12 Mark Kettenis <kettenis@gnu.org>
1051
1052 * configure.tgt (sparc-*openbsd): Remove entry accidentially
1053 checked in with last change.
1054
1055 2002-05-12 Mark Kettenis <kettenis@gnu.org>
1056
1057 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
1058 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
1059 config.sub.
1060
1061 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
1062
1063 * Makefile.in: Update dependencies.
1064
1065 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1066
1067 * language.c (local_hex_string_custom): Simplify. Do not depend
1068 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
1069
1070 * memattr.c (mem_info_command): Replace calls to
1071 longest_local_hex_string and longest_local_hex_string_custom.
1072 * buildsym.c (make_blockvector): Ditto.
1073 * solib.c (info_sharedlibrary_command): Ditto.
1074 * tracepoint.c (tracepoints_info): Ditto.
1075 * symtab.c (print_msymbol_info): Ditto.
1076
1077 * language.c (local_hex_string): Delete.
1078 (local_hex_string_custom): Delete.
1079 (longest_local_hex_string): Rename to local_hex_string.
1080 (longest_local_hex_string_custom): Rename to
1081 local_hex_string_custom.
1082 * language.h (local_hex_string): Change parameter type to LONGEST.
1083 (local_hex_string_custom): Ditto.
1084 (longest_local_hex_string): Delete declaration.
1085 (longest_local_hex_string_custom): Ditto.
1086
1087 * solib.c: Update copyright.
1088 * memattr.c: Update copyright.
1089
1090 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1091
1092 * arch-utils.h (legacy_register_to_value): Declare.
1093 (legacy_value_to_register): Declare.
1094 (legacy_convert_register_p): Declare.
1095 * arch-utils.c (legacy_register_to_value): New function.
1096 (legacy_value_to_register): New function.
1097 (legacy_convert_register_p): New function.
1098
1099 * gdbarch.sh (REGISTER_TO_VALUE): Define.
1100 (VALUE_TO_REGISTER): Define.
1101 (CONVERT_REGISTER_P): Define.
1102 * gdbarch.h, gdbarch.c: Regenerate.
1103
1104 * valops.c (value_assign): Use CONVERT_REGISTER_P and
1105 VALUE_TO_REGISTER.
1106 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
1107 CONVERT_REGISTER_P.
1108
1109 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
1110 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1111
1112 * Makefile.in: Update dependencies for valops.c.
1113 * valops.c: Include "gdb_assert.h".
1114 (typecmp): Skip THIS parameter to methods.
1115 (find_method_list): Remove static_memfuncp argument,
1116 update callers. Check for stub methods.
1117 (find_value_oload_method_list): Don't set *static_memfuncp.
1118 (find_overload_match): Don't check for stub methods. Assert
1119 that methods are not stubbed. Handle static methods.
1120 (value_find_oload_method_list): Remove static_memfuncp argument.
1121 * gdbtypes.c (check_stub_method): Do not add THIS pointer
1122 to the argument list for static stub methods.
1123 * value.h (value_find_oload_method_list): Update prototype.
1124
1125 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1126
1127 * arch-utils.h (generic_register_size): Declare.
1128 (generic_register_raw_size, generic_register_virtual_size): Delete
1129 declarations.
1130 * arch-utils.c (generic_register_raw_size): Delete.
1131 (generic_register_size): New function.
1132 (generic_register_virtual_size): Delete.
1133
1134 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
1135 default generic_register_size.
1136 * gdbarch.h, gdbarch.c: Re-generate.
1137
1138 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
1139 register_virtual_size.
1140 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
1141 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1142
1143 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1144
1145 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
1146 * gdbarch.h, gdbarch.c: Regenerate.
1147 * gnu-v3-abi.c: Update copyright.
1148 (vtable_address_point_offset): Update.
1149 (gnuv3_rtti_type): Update.
1150 (gnuv3_baseclass_offset): Update.
1151 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
1152 (init_fetch_link_map_offsets): Update.
1153 * remote.c (get_remote_state): Update.
1154
1155 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
1156
1157 * TODO: Remove value_headof/value_from_vtable_info comment.
1158 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
1159 * values.c (value_headof, value_from_vtable_info): Delete.
1160 * value.h (value_from_vtable_info): Delete prototype.
1161
1162 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1163
1164 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
1165 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
1166 $(gdb_regex_h).
1167 (gdb_assert_h): Define.
1168 (gdb_wait_h): Define.
1169 (gdb_regex_h): Define.
1170
1171 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
1172
1173 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
1174 * linespec.c (find_methods): Handle GCC 3.x template constructors.
1175
1176 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1177
1178 * nbsd-tdep.c: Fix comment.
1179
1180 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1181
1182 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
1183 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
1184 (nbsd-tdep.o): New dependency list.
1185 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
1186 nbsd-tdep.h.
1187 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
1188 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
1189 * nbsd-tdep.c: New file.
1190 * nbsd-tdep.h: New file.
1191 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
1192 nbsd-tdep.h.
1193 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
1194 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1195 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1196 * config/sh/nbsd.mt (TDEPFILES): Ditto.
1197
1198 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1199
1200 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
1201 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
1202 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
1203 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
1204 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
1205 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
1206
1207 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1208
1209 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
1210 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1211 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
1212 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
1213 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
1214 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
1215 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
1216
1217 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1218
1219 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
1220 fetch_elfcore_registers to...
1221 * i386nbsd-tdep.c: ...here.
1222 (i386nbsd_use_struct_convention): Rename to...
1223 (i386nbsd_aout_use_struct_convention): ...this.
1224 (i386nbsd_supply_reg): New function.
1225 (i386nbsd_fill_reg): New function.
1226 (fetch_core_registers): Use i386nbsd_supply_reg.
1227 (fetch_elfcore_registers): Likewise.
1228 (_initialize_i386nbsd_tdep): New function.
1229 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
1230 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1231 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
1232 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
1233 (i386nbsd_aout_use_struct_convention): ...this.
1234
1235 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1236
1237 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
1238 (store_inferior_registers): Use shnbsd_fill_reg.
1239 * shnbsd-tdep.c (sh_nbsd_supply_registers,
1240 sh_nbsd_supply_register): Collapse into...
1241 (shnbsd_supply_reg): ...this.
1242 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
1243 (shnbsd_fill_reg): ...this.
1244 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
1245 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
1246 (fetch_core_registers): Use shnbsd_supply_reg.
1247 (fetch_elfcore_registers): Use shnbsd_supply_reg.
1248 (sh_nbsd_core_fns): Rename to...
1249 (shnbsd_core_fns): ...this.
1250 (sh_nbsd_elfcore_fns): Rename to...
1251 (shnbsd_elfcore_fns): ...this.
1252 (sh_nbsd_init_abi): Rename to...
1253 (shnbsd_init_abi): ...this.
1254 (_initialize_sh_nbsd_tdep): Rename to...
1255 (_initialize_shnbsd_tdep): ...this.
1256 * shnbsd-tdep.h (sh_nbsd_supply_registers,
1257 sh_nbsd_supply_register, sh_nbsd_fill_registers,
1258 sh_nbsd_fill_register): Remove prototypes.
1259 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
1260
1261 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1262
1263 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
1264 (i387-nat.o): Delete dependency list.
1265 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
1266 (x86-64-linux-nat.o): Likewise.
1267 * i387-nat.c: Delete file, moving contents to...
1268 * i387-tdep.c: ...here.
1269 * i387-nat.h: Rename...
1270 * i387-tdep.h: ...to this.
1271 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
1272 * i386-linux-nat.c: Likewise.
1273 * i386bsd-nat.c: Likewise.
1274 * i386gnu-nat.c: Likewise.
1275 * i386nbsd-nat.c: Likewise.
1276 * i386v4-nat.c: Likewise.
1277 * x86-64-linux-nat.c: Likewise.
1278 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
1279 * config/i386/go32.mh (NATDEPFILES): Likewise.
1280 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
1281 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
1282 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
1283 * config/i386/linux.mh (NATDEPFILES): Likewise.
1284 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
1285 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1286 * config/i386/obsd.mh (NATDEPFILES): Likewise.
1287 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
1288
1289 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1290
1291 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
1292 (alphanbsd-nat.o): Remove dependency list.
1293 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
1294 * alphanbsd-nat.c: Delete. Contents moved to...
1295 * alphanbsd-tdep.c: ...here.
1296 (_initialize_alphanbsd_tdep): Register core functions.
1297 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
1298
1299 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
1300
1301 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
1302 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
1303 (alphanbsd-nat.o): Likewise.
1304 (alphabsd-tdep.o): New dependency list.
1305 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
1306 (fill_gregset): Use alphabsd_fill_reg.
1307 (supply_fpregset): Use alphabsd_supply_fpreg.
1308 (fill_fpregset): Use alphabsd_fill_fpreg.
1309 (fetch_inferior_registers): Use struct reg and struct fpreg
1310 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
1311 and alphabsd_supply_fpreg.
1312 (store_inferior_registers): Use struct reg and struct fpreg
1313 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
1314 and alphabsd_fill_fpreg.
1315 * alphabsd-tdep.c: New file.
1316 * alphabsd-tdep.h: New file.
1317 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
1318 (fetch_elfcore_registers): Use alphabsd_supply_reg and
1319 alphabsd_supply_fpreg.
1320 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
1321 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
1322
1323 2002-05-11 Eric Christopher <echristo@redhat.com>
1324
1325 * mips-tdep.c (mips_double_register_type): Fix thinko.
1326 (mips_single_register_type): Ditto.
1327 * MAINTAINERS: Add self.
1328
1329 2002-05-11 Mark Kettenis <kettenis@gnu.org>
1330
1331 * i387-nat.c (i387_supply_register, i387_fill_fsave,
1332 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
1333 right thing on architectures with different endianness and/or
1334 integer sizes.
1335
1336 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
1337
1338 From Christian Limpach <chris@Pin.LU>
1339 * configure.in: Change sed expression which comments out
1340 NATDEPFILES to also comment out continuation lines.
1341 * configure: Regenerate.
1342
1343 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
1344
1345 * sh-tdep.c: Clean up code erroneously reintroduced by previous
1346 big patch.
1347
1348 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
1349
1350 * sh-tdep.c: Include correct file.
1351
1352 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
1353
1354 New support for sh64-elf (sh5) target.
1355
1356 * configure.tgt: For sh64-elf target, default to sh-elf.
1357
1358 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
1359 (struct gdbarch_tdep): Add new fields for new registers and ABI
1360 info.
1361
1362 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
1363 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
1364 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
1365 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
1366 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
1367 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
1368 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
1369 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
1370 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
1371 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
1372 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
1373 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
1374 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
1375 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
1376 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
1377 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
1378 sh64_get_gdb_regnum, sh64_media_reg_base_num,
1379 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
1380 sign_extend, sh64_nofp_frame_init_saved_regs,
1381 sh64_init_extra_frame_info, sh64_get_saved_register,
1382 sh64_extract_struct_value_address, sh64_pop_frame,
1383 sh64_push_arguments, sh64_extract_return_value,
1384 sh64_store_return_value, sh64_show_media_regs,
1385 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
1386 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
1387 sh_sh64_register_virtual_type,
1388 sh_sh64_register_convert_to_virtual,
1389 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
1390 sh64_register_read, sh64_pseudo_register_write,
1391 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
1392 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
1393 sh64_do_pseudo_register, sh_compact_do_registers_info,
1394 sh64_do_registers_info, sh_gdbarch_init): New functions.
1395
1396 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
1397
1398 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
1399
1400 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
1401
1402 * linespec.c (decode_line_1): Check for a double quote after
1403 a filename correctly.
1404
1405 2002-05-10 Jim Blandy <jimb@redhat.com>
1406
1407 Properly track the size of the current objfile's .debug_line section.
1408 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
1409 (DWARF_LINE_SIZE): New macro.
1410 (dwarf2_build_psymtabs_hard): Record the line section's size in
1411 the partial symbol table.
1412 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
1413 symbol table.
1414
1415 2002-05-10 Petr Sorfa <petrs@caldera.com>
1416
1417 * ia64-tdep.c: Handle breakpoints on L instruction type
1418 in MLX instruction bundle by moving the breakpoint to
1419 the third slot (X instruction type) as L holds only data.
1420
1421 2002-05-10 Kevin Buettner <kevinb@redhat.com>
1422
1423 * dbxread.c (discarding_local_symbols_complaint): New complaint.
1424 (process_one_symbol): Complain about discarding local symbols
1425 due to a misplaced N_LBRAC entry.
1426
1427 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
1428
1429 From Daniel Berlin <dan@cgsoftware.com>
1430 * linespec.c (find_toplevel_char): '<' and '>' also increase and
1431 decrease the depth we are at, in the case of templates.
1432
1433 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
1434
1435 * mips-tdep.c (mips_float_register_type): New function.
1436 (mips_double_register_type): New function.
1437 (mips_print_register): Use them.
1438 (do_fp_register_row): Likewise.
1439
1440 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
1441
1442 * signals/signals.c (signals): Remove conditional compilation around
1443 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
1444 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
1445
1446 2002-05-09 Michael Snyder <msnyder@redhat.com>
1447
1448 * remote-rdp.c (remote_rdp_can_run): Remove.
1449
1450 2002-05-09 Tom Tromey <tromey@redhat.com>
1451
1452 * jv-valprint.c (java_val_print): Handle `char' as a special case
1453 of TYPE_CODE_INT.
1454
1455 2002-05-09 Michael Snyder <msnyder@redhat.com>
1456
1457 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
1458 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
1459 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
1460 str r(0123),[sp,#nn].
1461 (arm_skip_prologue): Ditto. Also make disassembly
1462 order-independent by placing it in a loop.
1463
1464 2002-05-06 Michael Snyder <msnyder@redhat.com>
1465
1466 * stabsread.c (read_type): Add recognition for new attribute:
1467 "@V;" means that an array type is actually a vector.
1468 This is analogous to the vector flag that's been added to dwarf2.
1469
1470 2002-05-09 Mark Kettenis <kettenis@gnu.org>
1471
1472 * i386-tdep.h (i386_abi): New enum.
1473 (struct gdbarch_tdep): Replace os_ident member with abi.
1474 (i386_gdbarch_register_os_abi): New prototype.
1475 * i386-tdep.c (i386_abi_names): New array.
1476 (process_note_abi_tag_sections): Removed.
1477 (process_note_sections): New function.
1478 (i386_elf_abi_from_note, i386_elf_abi): New functions.
1479 (struct i386_abi_handler): New struct.
1480 (i386_abi_handler_list): New variable.
1481 (i386_gdbarch_register_os_abi): New function.
1482 (i386_gdbarch_init): Adapt for the changes given above.
1483
1484 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
1485
1486 * gregset.h: Say "GNU/Linux".
1487
1488 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
1489
1490 * gdbtypes.c : Add new builtin type for 64 bit vectors.
1491 (build_gdbtypes): Build builtin_type_v2_float.
1492 (_initialize_gdbtypes): Register new builtin type.
1493
1494 2002-05-08 Andrew Cagney <ac131313@redhat.com>
1495
1496 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
1497 (clear_gdbarch_swap): New function.
1498 (initialize_non_multiarch): Call.
1499 (gdbarch_update_p): Before calling init(), swap out and clear the
1500 existing architecture.
1501 * gdbarch.c: Regenerate.
1502
1503 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1504
1505 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
1506 alphanbsd-tdep.c.
1507
1508 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1509
1510 * sh-nbsd-nat.c: Rename to...
1511 * shnbsd-nat.c: ...this.
1512 * sh-nbsd-tdep.c: Rename to...
1513 * shnbsd-tdep.c: ...this.
1514 * sh-nbsd-tdep.h: Rename to...
1515 * shnbsd-tdep.h: ...this.
1516 * config/sh/nbsd.mh: Use shnbsd-nat.o.
1517 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
1518
1519 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
1520
1521 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
1522 concatenation for command help messages.
1523
1524 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1525
1526 * NEWS: Note new sh*-*-netbsdelf* configuration.
1527 * configure.host: Set gdb_host_cpu to sh for all sh*.
1528 (sh*-*-netbsdelf*): New host.
1529 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
1530 (sh*-*-netbsdelf*): New target.
1531 * sh-nbsd-nat.c: New file.
1532 * sh-nbsd-tdep.c: New file.
1533 * sh-nbsd-tdep.h: New file.
1534 * config/sh/nbsd.mh: New file.
1535 * config/sh/nbsd.mt: New file.
1536 * config/sh/nm-nbsd.h: New file.
1537 * config/sh/tm-nbsd.h: New file.
1538
1539 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
1540
1541 * sh-tdep.c (sh_osabi_names): Declare.
1542 (process_note_abi_tag_sections): New function.
1543 (get_elfosabi): Ditto.
1544 (sh_gdbarch_register_os_abi): Ditto.
1545 (sh_dump_tdep): Ditto.
1546 _initialize_sh_tdep): Use gdbarch_register to register
1547 sh_gdbarch_init and sh_dump_tdep.
1548 * config/sh/tm-sh.h (sh_osabi): Declare.
1549 (gdbarch_tdep): Add sh_osabi and osabi_name members.
1550
1551 2002-05-07 Andrew Cagney <ac131313@redhat.com>
1552
1553 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
1554 (thumb_scan_prologue): Ditto.
1555 (arm_find_callers_reg): Ditto.
1556 (arm_frame_chain): Ditto.
1557 (arm_init_extra_frame_info): Ditto.
1558 (arm_frame_saved_pc): Ditto.
1559 (arm_pop_frame): Ditto.
1560 (arm_push_return_address): New function.
1561 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
1562 call_dummy_location, call_dummy_breakpoint_offset_p,
1563 call_dummy_breakpoint_offset, call_dummy_p,
1564 call_dummy_stack_adjust_p, call_dummy_words,
1565 sizeof_call_dummy_words, call_dummy_start_offset,
1566 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
1567 call_dummy_address, push_return_address and push_dummy_frame for
1568 generic dummy frames.
1569
1570 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
1571
1572 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
1573 size computation for alloca.
1574 (sh_fp_frame_init_saved_regs): Likewise.
1575
1576 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
1577
1578 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
1579 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
1580 * arm-tdep.c (arm_store_return_value): Use them.
1581 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
1582 * remote-rdp.c (remote_rdp_fetch_register): Use
1583 ARM_MAX_REGISTER_RAW_SIZE.
1584 (remote_rdp_store_register): Likewise.
1585
1586 2002-05-07 Michal Ludvig <mludvig@suse.cz>
1587
1588 * dwarf2cfi.c: Code cleanup, removed unused variables,
1589 added default labels to switch {} statements.
1590 * x86-64-tdep.c: Ditto.
1591 * x86-64-linux-nat.c: Ditto.
1592
1593 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
1594
1595 * solib.h: Protect against multiple inclusion.
1596
1597 2002-05-06 Jim Blandy <jimb@redhat.com>
1598
1599 Add first preprocessor macro-expansion files.
1600 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
1601 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
1602 (splay_tree_h, macroexp_h, macrotab_h): New variable.
1603 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
1604 (COMMON_OBS): Add macrotab.o, macroexp.o.
1605 (macroexp.o, macrotab.o): New rules.
1606
1607 Separate the job of reading the line number info statement program
1608 header (...expialidocious) out into its own function.
1609 * dwarf2read.c (struct line_head, struct filenames, struct
1610 directories): Replace with...
1611 (struct line_header): New structure, containing the full
1612 contents of the statement program header, including the
1613 include directory and file name tables.
1614 (read_file_scope): If we have line number info, instead of just
1615 calling dwarf_decode_lines to do all the work, call
1616 dwarf_decode_line_header first to get a `struct line_header'
1617 containing the data in the statement program header, and then
1618 pass that to dwarf_decode_lines, which will pick up where that
1619 left off. Be sure to clean up the `struct line_header' object.
1620 (dwarf_decode_line_header, free_line_header, add_include_dir,
1621 add_file_name): New functions.
1622 (dwarf_decode_lines): Move all the code to read the statement
1623 program header into dwarf_decode_line_header. Take the line
1624 header it built as the first argument, instead of the offset to
1625 the compilation unit's line number info. Use the new `struct
1626 line_header' type instead of the old structures. No need to do
1627 cleanups here now, since we don't allocate anything.
1628 (dwarf2_statement_list_fits_in_line_number_section,
1629 dwarf2_line_header_too_long): New complaints.
1630
1631 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
1632
1633 * gdbtypes.c (init_vector_type): New function.
1634 (build_builtin_type_vec128): Simplify the representation of SIMD
1635 registers.
1636 (build_gdbtypes): Initialize new builtin vector types.
1637 (_initialize_gdbtypes): Register new vector types with gdbarch.
1638 (builtin_type_v4_float, builtin_type_v4_int32,
1639 builtin_type_v8_int16, builtin_type_v16_int8,
1640 builtin_type_v2_int32, builtin_type_v4_int16,
1641 builtin_type_v8_int8): New (renamed) SIMD types.
1642
1643 2002-05-06 Mark Kettenis <kettenis@gnu.org>
1644
1645 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
1646 (i387_fill_fxsave): Likewise.
1647
1648 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
1649
1650 * alpha-tdep.c (alpha_extract_return_value): Don't use
1651 non-constant array size in prototype.
1652
1653 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1654
1655 From Brian Taylor <briant at model dot com>:
1656 * ui-out.c (ui_out_field_core_addr): Use the function
1657 longest_local_hex_string_custom'to format addresses > 32 bits
1658 wide.
1659
1660 * ui-out.c (ui_out_field_core_addr): Update comment.
1661
1662 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1663
1664 * stack.c (select_and_print_frame): Make static. Delete the
1665 parameter `level'.
1666 (func_command): Update call.
1667 (select_frame_command): Delete code computing the frame level.
1668 * frame.h (select_and_print_frame): Delete declaration.
1669
1670 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1671
1672 * sparc-tdep.c (sparc_get_saved_register): Comment why
1673 get_prev_frame call is safe.
1674
1675 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1676
1677 * frame.h (select_frame): Delete level parameter.
1678 * stack.c (select_frame): Update. Use frame_relative_level to
1679 obtain the frame's level.
1680 (select_and_print_frame): Update call.
1681 (select_frame_command): Ditto.
1682 (up_silently_base): Ditto.
1683 (down_silently_base): Ditto.
1684 * ocd.c (ocd_start_remote): Ditto.
1685 * remote-rdp.c (remote_rdp_open): Ditto.
1686 * remote-mips.c (mips_initialize): Ditto.
1687 (common_open): Ditto.
1688 * remote-e7000.c (e7000_start_remote): Ditto.
1689 * m3-nat.c (select_thread): Ditto.
1690 * hppa-tdep.c (child_get_current_exception_event): Ditto.
1691 (child_get_current_exception_event): Ditto.
1692 * varobj.c (varobj_create): Ditto.
1693 (varobj_update): Ditto.
1694 (c_value_of_root): Ditto.
1695 * tracepoint.c (finish_tfind_command): Ditto.
1696 * corelow.c (core_open): Ditto.
1697 * arch-utils.c (generic_prepare_to_proceed): Ditto.
1698 * thread.c (info_threads_command): Ditto.
1699 (switch_to_thread): Ditto.
1700 * infrun.c (normal_stop): Ditto.
1701 (restore_selected_frame): Ditto.
1702 (restore_inferior_status): Ditto.
1703 * breakpoint.c (insert_breakpoints): Ditto.
1704 (watchpoint_check): Ditto.
1705 (bpstat_stop_status): Ditto.
1706 (do_enable_breakpoint): Ditto.
1707 * blockframe.c (flush_cached_frames): Ditto.
1708 (reinit_frame_cache): Ditto.
1709
1710 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1711
1712 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
1713 maintainer.
1714
1715 2002-05-04 Jim Blandy <jimb@redhat.com>
1716
1717 * gdbtypes.c (replace_type): Doc fix.
1718
1719 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1720
1721 * valprint.c (strcat_longest): Delete commented out function.
1722 Update copyright.
1723
1724 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1725
1726 * MAINTAINERS: Mark a29k as deleted.
1727 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
1728 Move new configurations to the top.
1729 * configure.tgt: Remove a29k.
1730 * config/a29k/tm-vx29k.h: Delete.
1731 * config/a29k/vx29k.mt: Delete.
1732 * config/a29k/tm-a29k.h: Delete.
1733 * config/a29k/a29k-udi.mt: Delete.
1734 * config/a29k/a29k.mt: Delete.
1735 * a29k-tdep.c: Delete.
1736 * remote-udi.c: Delete.
1737 * remote-mm.c: Delete.
1738 * remote-eb.c: Delete.
1739 * remote-adapt.c: Delete.
1740 * Makefile.in: Remove obsolete code.
1741 * gdbserver/Makefile.in: Ditto.
1742 * config/s390/s390x.mt: Ditto.
1743 * config/s390/s390.mt: Ditto.
1744 * config/sparc/sparclynx.mh: Ditto.
1745 * config/sparc/linux.mh: Ditto.
1746 * config/pa/hppaosf.mh: Ditto.
1747 * config/pa/hppabsd.mh: Ditto.
1748 * config/ns32k/nbsd.mt: Ditto.
1749 * config/mips/vr5000.mt: Ditto.
1750 * config/m68k/sun3os4.mh: Ditto.
1751 * config/m68k/nbsd.mt: Ditto.
1752 * config/m68k/m68klynx.mh: Ditto.
1753 * config/m32r/m32r.mt: Ditto.
1754 * config/i386/x86-64linux.mt: Ditto.
1755 * config/i386/nbsdelf.mt: Ditto.
1756 * config/i386/nbsd.mt: Ditto.
1757 * config/i386/i386lynx.mh: Ditto.
1758
1759 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1760
1761 * target.c (debug_print_register): New function. Handle oversize
1762 registers.
1763 (debug_to_fetch_registers): Call.
1764 (debug_to_store_registers): Call.
1765
1766 2002-05-03 Jim Blandy <jimb@redhat.com>
1767
1768 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
1769 (read_type): Doc fix.
1770 * gdbtypes.c (replace_type): Doc fix.
1771
1772 * stabsread.c (multiply_defined_struct): New complaint.
1773 (read_struct_type): If the type we were passed isn't empty, or
1774 incomplete, don't read the new struct type into it; complain,
1775 and return the original type unchanged. Take a new `type_code'
1776 argument, which is the type code for the new type.
1777 (read_type): Rather than storing the type's type code here, pass
1778 it as an argument to read_struct_type, and let that take care of
1779 storing it. That way, we don't overwrite the original type code,
1780 so read_struct_type can use it to decide whether we're overwriting
1781 something we shouldn't.
1782 (complain_about_struct_wipeout): New function.
1783
1784 2002-05-03 Andrew Cagney <ac131313@redhat.com>
1785
1786 * gdbarch.sh: Assert that gdbarch is non-NULL.
1787 * gdbarch.c: Regenerate.
1788
1789 2002-05-03 Jason Merrill <jason@redhat.com>
1790
1791 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
1792 and return NULL.
1793
1794 2002-05-03 Michal Ludvig <mludvig@suse.cz>
1795
1796 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
1797 (x86_64_dwarf2gdb_regno_map_length),
1798 (x86_64_dwarf2_reg_to_regnum): Added.
1799 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
1800 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
1801 (_initialize_x86_64_tdep): Synced with the change above.
1802 (x86_64_skip_prologue): Reformulated message.
1803
1804 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
1805
1806 * f-exp.y: Also use new prev_lexptr variable
1807 to improve error reporting. Based on Michael Snyder
1808 2002-04-24 dated patch to c-exp.y.
1809 * jv-exp.y: Likewise.
1810 * m2-exp.y: Likewise.
1811
1812 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
1813
1814 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
1815 we are dealing with vectors.
1816
1817 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1818
1819 * config/m68k/tm-nbsd.h: Obvious fix,
1820 correct machine name.
1821
1822 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1823
1824 * p-typeprint.c (pascal_type_print_base): Add support
1825 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
1826
1827 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1828
1829 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
1830 for fondamental pascal 'char' type.
1831
1832 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
1833
1834 * p-lang.h (is_pascal_string_type): Declaration changed,
1835 new sixth argument of type char ** added.
1836 * p-lang.c (is_pascal_string_type): Implementation
1837 changed. Args length_pos, length_size, string_pos, char_size
1838 can now be NULL. New argument arrayname set to the field
1839 name of the char array. Return value set to char array
1840 field index plus one.
1841 * p-valprint.c (pascal_val_print): Adapt to new declaration of
1842 is_pascal_string_type function.
1843
1844 2002-05-02 Andrew Cagney <cagney@redhat.com>
1845
1846 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
1847 <cagney@redhat.com> change.
1848 * gdbarch.c: Regenerate.
1849
1850 2002-05-02 Andrew Cagney <cagney@redhat.com>
1851
1852 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
1853 before probing for a new one. Detect errorenous gdbarch_init
1854 functions.
1855 * gdbarch.c: Regenerate.
1856
1857 2002-05-01 Andrew Cagney <cagney@redhat.com>
1858
1859 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
1860 * config/mcore/tm-mcore.h: Ditto. Update copyright.
1861 * config/v850/tm-v850.h: Ditto. Update copyright.
1862
1863 2002-04-30 Andrew Cagney <ac131313@redhat.com>
1864
1865 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
1866 current_gdbarch.
1867
1868 2002-04-30 Michael Snyder <msnyder@redhat.com>
1869
1870 * arm-tdep.c: Whitespace clean-ups.
1871 (arm_skip_prologue): Fix thinko; two lines
1872 should have been removed as part of 4/24 change.
1873
1874 2002-04-30 Kevin Buettner <kevinb@redhat.com>
1875
1876 * rs6000-tdep.c: Added comment describing how fpscr register
1877 numbers were chosen.
1878
1879 2002-04-30 Michael Snyder <msnyder@redhat.com>
1880
1881 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
1882
1883 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
1884
1885 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
1886 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
1887 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
1888
1889 2002-04-29 Kevin Buettner <kevinb@redhat.com>
1890
1891 From Louis Hamilton <hamilton@redhat.com>:
1892 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
1893 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
1894 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
1895 not bfd-private xcoff data, to determine wordsize.
1896 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
1897
1898 2002-04-29 Andrew Cagney <ac131313@redhat.com>
1899
1900 GDB 5.2 released from 5.2 branch.
1901
1902 2002-04-29 Michal Ludvig <mludvig@suse.cz>
1903
1904 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
1905 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
1906 (x86_64_register_info_table): Added comments with register numbers.
1907
1908 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
1909
1910 * rs6000-tdep.c (rs6000_extract_return_value,
1911 rs6000_store_return_value): Handle returning vectors.
1912 (rs6000_gdbarch_init): Use
1913 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
1914 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1915 New function.
1916 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
1917 vectors.
1918 (ppc_sysv_abi_push_arguments): Handle vector parameters.
1919 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
1920
1921 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
1922
1923 * hpread.c (hpread_psymtab_to_symtab_1,
1924 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
1925 with fprintf_unfiltered (gdb_stderr,...).
1926
1927 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
1928
1929 * remote-array.c (printf_monitor, write_monitor,
1930 array_insert_breakpoint, array_remove_breakpoint ):
1931 Replace fprintf (stderr,...
1932 with fprintf_unfiltered (gdb_stderr,....
1933 * remote-es.c: Likewise.
1934 * remote-os9k.c: Likewise.
1935 * remote-st.c: Likewise.
1936
1937 2002-04-28 Andreas Schwab <schwab@suse.de>
1938
1939 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
1940 linux-proc.o and gcore.o.
1941
1942 2002-04-26 Michal Ludvig <mludvig@suse.cz>
1943
1944 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
1945 code without frame pointers.
1946
1947 2002-04-26 Andrew Cagney <ac131313@redhat.com>
1948
1949 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
1950 ON_STACK is needed.
1951
1952 2002-04-26 Ben Elliston <bje@redhat.com>
1953
1954 * target.c (do_xfer_memory): Correct reference to the new option
1955 "trust-readonly-sections".
1956
1957 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
1958
1959 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
1960 * gdbtypes.c (recursive_dump_type): Output the vector flag.
1961 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
1962 vectors.
1963 (read_array_type): Record the fact that this array type is really a
1964 vector (i.e. are passed in by value).
1965
1966 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
1967
1968 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
1969 * alpha-tdep.c (alpha_sigcontext_addr): New function.
1970 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
1971 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
1972 * alpha-linux-tdep.c: Include frame.h.
1973 (alpha_linux_sigcontext_addr): New function.
1974 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
1975 alpha_linux_sigcontext_addr.
1976 * alpha-osf1-tdep.c: Include gdbcore.h.
1977 (alpha_osf1_sigcontext_addr): New function.
1978 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
1979 alpha_osf1_sigcontext_addr.
1980 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
1981 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
1982
1983 2002-04-26 Andrew Cagney <ac131313@redhat.com>
1984
1985 * stack.c (selected_frame_level):
1986 (select_frame): Do not set selected_frame_level.
1987 * frame.h (selected_frame_level): Delete declaration.
1988
1989 2002-04-26 Andrew Cagney <ac131313@redhat.com>
1990
1991 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
1992 convert_from_func_ptr-addr when AIX / PowerOpen.
1993
1994 2002-04-25 Andrew Cagney <ac131313@redhat.com>
1995
1996 * valops.c (hand_function_call): Call
1997 generic_save_call_dummy_addr.
1998 * frame.h (generic_save_call_dummy_addr): Declare.
1999 * blockframe.c (struct dummy_frame): Add fields call_lo and
2000 call_hi.
2001 (generic_find_dummy_frame): Check for PC in range call_lo to
2002 call_hi instead of entry_point_address.
2003 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
2004 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
2005 (generic_save_call_dummy_addr): New function.
2006
2007 2002-04-24 David S. Miller <davem@redhat.com>
2008
2009 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
2010 sparc_skip_prologue.
2011 (sparc_skip_prologue): Kill frameless_p arg, and use line number
2012 information to find prologue when possible.
2013 (sparc_prologue_frameless_p): Call examine_prologue directly.
2014 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
2015 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
2016 second argument.
2017 (SKIP_PROLOGUE): Likewise.
2018
2019 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2020
2021 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
2022 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
2023 indicate that the condition it was testing is always true.
2024 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
2025 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
2026 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
2027
2028 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2029
2030 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
2031 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
2032 tdep->jb_pc and tdep->jb_elt_size.
2033 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
2034 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
2035 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
2036 * alpha-nat.c (get_longjmp_target): Remove.
2037 (JB_ELEMENT_SIZE): Ditto.
2038 (JB_PC): Ditto.
2039 * alpha-tdep.c (alpha_get_longjmp_target): New function.
2040 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
2041 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
2042 to alpha_get_longjmp_target.
2043 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
2044 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
2045 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
2046
2047 2002-04-25 Andrew Cagney <ac131313@redhat.com>
2048
2049 * README: Update to GDB 5.2.
2050
2051 2002-04-25 Andrew Cagney <ac131313@redhat.com>
2052
2053 * gdbarch.sh (LC_ALL): Set to `c'.
2054
2055 2002-04-25 Theodore A. Roth <troth@verinet.com>
2056
2057 * avr-tdep.c: Ran through gdb_indent.sh.
2058
2059 2002-04-25 Theodore A. Roth <troth@verinet.com>
2060
2061 * MAINTAINERS: Add myself as AVR maintainer.
2062 * NEWS: Note new target avr.
2063
2064 2002-04-25 Theodore A. Roth <troth@verinet.com>
2065
2066 * Makefile.in: Add support for AVR target.
2067 * configure.tgt: Add support for AVR target.
2068 * avr-tdep.c: New file
2069 * config/avr/avr.mt: New file.
2070
2071 2002-04-25 Theodore A. Roth <troth@verinet.com>
2072
2073 * MAINTAINERS: Add myself to write-after-approval.
2074
2075 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
2076
2077 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
2078 with fprintf_unfiltered (gdb_stderr,....
2079
2080 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
2081
2082 Fix PR gdb/508.
2083 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
2084
2085 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
2086
2087 * p-exp.y: Also use new prev_lexptr variable
2088 to improve error reporting. Based on Michael Snyder
2089 2002-04-24 dated patch to c-exp.y.
2090
2091 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2092
2093 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
2094 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
2095 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
2096 to 0.
2097 * config/alpha/tm-alpha.h: Remove forward decls of struct type
2098 and struct value.
2099 (FUNCTION_START_OFFSET): Remove.
2100 (BREAKPOINT): Ditto.
2101
2102 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2103
2104 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
2105 * NEWS: Ditto.
2106
2107 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2108
2109 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
2110 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
2111 alpha_linux_pc_in_sigtramp.
2112 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
2113 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
2114 alpha_osf1_pc_in_sigtramp.
2115 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
2116 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
2117 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2118 alphafbsd_pc_in_sigtramp.
2119 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
2120 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2121 alphanbsd_pc_in_sigtramp.
2122 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
2123 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
2124
2125 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2126
2127 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
2128
2129 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2130
2131 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
2132 alphanbsd-tdep.c.
2133 (alphanbsd-nat.o): New dependency list.
2134 (alphanbsd-tdep.o): Ditto.
2135 * NEWS: Note new native NetBSD/alpha configuration.
2136 * alphanbsd-nat.c: New file.
2137 * alphanbsd-tdep.c: Ditto.
2138 * configure.host (alpha*-*-netbsd*): New host.
2139 * configure.tgt (alpha*-*-netbsd*): New target.
2140 * config/alpha/nbsd.mh: New file.
2141 * config/alpha/nbsd.mt: Ditto.
2142 * config/alpha/nm-nbsd.h: Ditto.
2143 * config/alpha/tm-nbsd.h: Ditto.
2144
2145 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2146
2147 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
2148 (alpha-osf1-tdep.o): New dependency list.
2149 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
2150 and skip_sigtramp_frame members.
2151 * alpha-linux-tdep.c: Include gdbcore.h.
2152 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
2153 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
2154 * alpha-osf1-tdep.c: New file.
2155 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
2156 alpha-osf1-dep.c.
2157 (alpha_frame_past_sigtramp_frame): New function.
2158 (alpha_dynamic_sigtramp_offset): Ditto.
2159 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
2160 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
2161 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
2162 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
2163 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
2164 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
2165 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
2166 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
2167 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
2168 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
2169 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
2170 to find_solib_trampoline_target.
2171 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
2172 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
2173 (SKIP_TRAMPOLINE_CODE): Remove.
2174 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2175 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2176 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
2177 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
2178 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
2179 (PROC_SIGTRAMP_MAGIC): Ditto.
2180 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2181 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2182 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
2183 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
2184 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
2185
2186 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2187
2188 * NEWS: Note that Alpha targets are now multi-arch.
2189
2190 2002-04-24 Michael Snyder <msnyder@redhat.com>
2191
2192 * parser-defs.h (prev_lexptr): New external variable.
2193 * parse.c (parse_exp_1): Set prev_lexptr to null before
2194 calling the language-specific parser.
2195 * c-exp.y (yylex): Set prev_lexptr to start of current token.
2196 (yyerror): Use prev_lexptr in error reporting.
2197
2198 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
2199
2200 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
2201 * gregset.h: If FILL_FPXREGSET is defined, provide
2202 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
2203 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
2204 is defined, call fill_fpxregset.
2205
2206 2002-04-24 Roland McGrath <roland@frob.com>
2207
2208 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
2209 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
2210 (supply_gregset, supply_fpregset): New functions.
2211
2212 * gnu-nat.c (gnu_find_memory_regions): New function.
2213 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
2214 (gnu_xfer_memory): Add a cast.
2215
2216 2002-04-24 Michael Snyder <msnyder@redhat.com>
2217
2218 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
2219 loop. Add handling for "str lr, [sp, #-4]!" and for saves
2220 of argument regs ("str r(0123), [r11, #-nn"]).
2221 (arm_skip_prologue): Better handling for frameless functions.
2222 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
2223 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
2224
2225 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
2226
2227 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
2228 NUM_PSEUDO_REGS can be used.
2229
2230 2002-04-24 Andrew Cagney <ac131313@redhat.com>
2231
2232 * arch-utils.h: Update copyright.
2233
2234 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
2235 * gdbarch.h, gdbarch.c: Re-generate.
2236
2237 * inferior.h (IN_SIGTRAMP): Delete definition.
2238 * arch-utils.c (legacy_pc_in_sigtramp): New function.
2239 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
2240
2241 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
2242 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
2243 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
2244 (find_proc_framesize): Ditto.
2245 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
2246 (alpha_init_extra_frame_info): Ditto.
2247 * infrun.c (handle_inferior_event): Ditto.
2248 (handle_inferior_event): Ditto.
2249 (check_sigtramp2): Ditto.
2250 * blockframe.c (create_new_frame): Ditto.
2251 (get_prev_frame): Ditto.
2252 * ppc-linux-tdep.c: Update comments.
2253 * i386-linux-tdep.c: Update comments.
2254 * breakpoint.c (bpstat_what): Update comment.
2255
2256 2002-04-24 Michal Ludvig <mludvig@suse.cz>
2257
2258 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
2259 (regsets_store_inferior_registers): Removed cast to int from
2260 ptrace() calls.
2261 * gdbserver/regcache.h: Added declaration of struct inferior_info.
2262
2263 2002-04-24 David S. Miller <davem@redhat.com>
2264
2265 * i960-tdep.c (register_in_window_p): New function.
2266 (i960_find_saved_register): Use it instead of
2267 REGISTER_IN_WINDOW_P.
2268 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
2269
2270 * symtab.h (find_stab_function_addr): Kill extern.
2271 * minsyms.c (find_stab_function_addr): Remove from here...
2272 * dbxread.c: ... to here, and mark it static.
2273
2274 2002-04-20 David S. Miller <davem@redhat.com>
2275
2276 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
2277 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
2278
2279 2002-04-21 David S. Miller <davem@redhat.com>
2280
2281 * remote-vxsparc.c (vx_read_register): Fix typo, we want
2282 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
2283 (vx_write_register): Likewise.
2284
2285 2002-04-23 J. Brobecker <brobecker@gnat.com>
2286
2287 * source.c (is_regular_file): New function.
2288 (openp): Check wether file to open is a regular file
2289 to avoid opening directories.
2290
2291 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2292
2293 * findvar.c (extract_signed_integer): Cast printf argument
2294 to suppress format warning.
2295 (extract_unsigned_integer): Likewise.
2296 * infcmd.c (registers_info): Likewise.
2297 * top.c (get_prompt_1): Likewise.
2298 * valops.c (value_assign): Likewise.
2299 * valprint.c (print_decimal): Likewise.
2300
2301 2002-04-22 H.J. Lu (hjl@gnu.org)
2302
2303 * c-exp.y (typebase): Support
2304
2305 [long|long long|short] [signed|unsigned] [int|]
2306
2307 and
2308
2309 signed [long|long long|short] int
2310
2311 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2312
2313 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
2314 and vax-tdep.h.
2315 * vax-tdep.h: New file.
2316 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
2317 Make several routines static.
2318 (vax_get_saved_register): New function.
2319 (vax_gdbarch_init): New function.
2320 (_initialize_vax_tdep): Register vax_gdbarch_init.
2321 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
2322 Remove macros now under the control of gdbarch.
2323
2324 2002-04-22 Michael Snyder <msnyder@redhat.com>
2325
2326 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
2327 Some whitespace and coding standards tweaks.
2328
2329 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2330
2331 * vax-tdep.c: Include regcache.h.
2332 (vax_call_dummy_words): New.
2333 (sizeof_vax_call_dummy_words): New.
2334 (vax_fix_call_dummy): New function.
2335 (vax_saved_pc_after_call): Ditto.
2336 * config/vax/tm-vax.h: Don't include regcache.h.
2337 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
2338 (CALL_DUMMY): Remove.
2339 (CALL_DUMMY_WORDS): Define.
2340 (SIZEOF_CALL_DUMMY_WORDS): Define.
2341 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
2342
2343 2002-04-18 Michael Snyder <msnyder@redhat.com>
2344
2345 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
2346
2347 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2348
2349 * vax-tdep.c (vax_frame_chain): New function.
2350 (vax_push_dummy_frame): Ditto.
2351 (vax_pop_frame): Ditto.
2352 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
2353 (FRAMELESS_FUNCTION_INVOCATION): Use
2354 generic_frameless_function_invocation_not.
2355 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
2356 (POP_FRAME): Use vax_pop_frame.
2357
2358 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2359
2360 * vax-tdep.c (vax_store_struct_return): New function.
2361 (vax_extract_return_value): Ditto.
2362 (vax_store_return_value): Ditto.
2363 (vax_extract_struct_value_address): Ditto.
2364 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
2365 vax_store_struct_return.
2366 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
2367 (STORE_RETURN_VALUE): Use vax_store_return_value.
2368 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
2369
2370 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2371
2372 * vax-tdep.c (vax_frame_saved_pc): New function.
2373 (vax_frame_args_address_correct): Ditto.
2374 (vax_frame_args_address): Ditto.
2375 (vax_frame_locals_address): Ditto.
2376 (vax_frame_num_args): Move code to be in proximity to
2377 other frame-related functions.
2378 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
2379 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
2380 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
2381 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
2382 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
2383
2384 2002-04-22 H.J. Lu (hjl@gnu.org)
2385
2386 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
2387 includedir.
2388
2389 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2390
2391 * vax-tdep.c (vax_frame_init_saved_regs): New function.
2392 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
2393 (FRAME_INIT_SAVED_REGS): New macro.
2394
2395 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2396
2397 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
2398
2399 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2400
2401 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
2402 where needed.
2403 (fetch_osf_core_registers): Likewise.
2404 (supply_gregset): Likewise.
2405
2406 2002-04-22 J. Brobecker <brobecker@gnat.com>
2407
2408 * symfile.h (get_section_index): Define.
2409 * symfile.c (get_section_index): New function.
2410 * mdebugread.c (SC_IS_SBSS): New macro.
2411 (SC_IS_BSS): Return true for the scBss storage class only, as
2412 the scSBss storage class refers to the .sbss section.
2413 (parse_partial_symbols): Discard the symbols which associated
2414 section does not exist.
2415 Make sure to use the .sbss section index for symbols which
2416 storage class is scBss, rather than using the .bss section index.
2417
2418 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
2419
2420 * vax-tdep.c: Update copyright years.
2421 (vax_register_name): New function.
2422 (vax_register_byte): Ditto.
2423 (vax_register_raw_size): Ditto.
2424 (vax_register_virtual_size): Ditto.
2425 (vax_register_virtual_type): Ditto.
2426 * config/vax/tm-vax.h: Update copyright years.
2427 (REGISTER_NAMES): Remove.
2428 (REGISTER_NAME): Define.
2429 (REGISTER_BYTE): Use vax_register_byte.
2430 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
2431 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
2432 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
2433
2434 2002-04-21 Andrew Cagney <ac131313@redhat.com>
2435
2436 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
2437 declaration
2438 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
2439
2440 2002-04-21 David S. Miller <davem@redhat.com>
2441
2442 * arch-utils.c (generic_prologue_frameless_p): Kill
2443 SKIP_PROLOGUE_FRAMELESS_P code.
2444 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
2445 references.
2446 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
2447 * arc-tdep.c (arc_prologue_frameless_p): Implement.
2448 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
2449 references.
2450 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
2451 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
2452 (sparc_gdbarch_init): Pass it to
2453 set_gdbarch_prologue_frameless_p.
2454
2455 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2456
2457 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
2458 (alphabsd-nat.o): New dependency list.
2459
2460 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2461
2462 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
2463 alphafbsd-tdep.c.
2464 (alpha-linux-tdep.o): New dependency list.
2465 (alphafbsd-tdep.o): Likewise.
2466
2467 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2468
2469 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
2470 to here...
2471 * alpha-tdep.c: ...from here.
2472 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
2473
2474 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2475
2476 * config/alpha/tm-alpha.h: Move alpha_software_single_step
2477 prototype from here...
2478 * alpha-tdep.h: ...to here.
2479
2480 2002-04-21 Andrew Cagney <ac131313@redhat.com>
2481
2482 * frame.h (selected_frame_level): Document as deprecated.
2483 (frame_relative_level): Declare.
2484 * stack.c (frame_relative_level): New function.
2485 (selected_frame_level): Document as deprecated.
2486 (select_frame): Do not set the selected_frame_level.
2487
2488 * stack.c (frame_info, record_selected_frame): Update.
2489 (frame_command, current_frame_command): Update.
2490 (up_silently_base, up_command, down_silently_base): Update.
2491 (down_command): Update.
2492 * inflow.c (kill_command): Update.
2493 * tracepoint.c (finish_tfind_command): Update.
2494 * corelow.c (core_open): Update.
2495 * thread.c (info_threads_command): Update.
2496 (do_captured_thread_select): Update.
2497 * infcmd.c (finish_command): Update.
2498 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
2499
2500 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2501
2502 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
2503
2504 2002-04-21 Andrew Cagney <ac131313@redhat.com>
2505
2506 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
2507 type const.
2508
2509 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2510
2511 * alphafbsd-tdep.c: Update copyright years. Include
2512 alpha-tdep.h.
2513 (alphafbsd_use_struct_convention): Make static.
2514 (alphafbsd_init_abi): New function.
2515 (_initialize_alphafbsd_tdep): New function.
2516 * config/alpha/tm-fbsd.h: Update copyright years.
2517 (USE_STRUCT_CONVENTION): Remove.
2518
2519 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2520
2521 * alpha-tdep.c (alpha_abi_handler): New structure to describe
2522 an Alpha ABI variant.
2523 (alpha_abi_handler_list): Declare.
2524 (alpha_gdbarch_register_os_abi): New function.
2525 (alpha_gdbarch_init): Give registered ABI variant handlers a
2526 chance to tweak the gdbarch once we have set up defaults.
2527 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
2528
2529 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2530
2531 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
2532 to standard_coerce_float_to_double.
2533 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2534
2535 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2536
2537 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
2538 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
2539 from gdbarch_tdep rather than a constant.
2540 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
2541 the default text address for all Alpha Unix ABIs.
2542 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
2543 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
2544
2545 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
2546
2547 * alpha-tdep.h: New file. Includes several Alpha target constants
2548 taken from...
2549 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
2550 let gdbarch deal with.
2551 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
2552 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
2553 to dependency list.
2554 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
2555 Alpha target register names.
2556 * alphabsd-nat.c: Likewise.
2557 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
2558 Alpha target register names. Make serveral routines static.
2559 (alpha_get_saved_register): New function.
2560 (alpha_abi_names): New.
2561 (process_note_abi_tag_sections): New function.
2562 (get_elfosabi): New function.
2563 (alpha_gdbarch_init): New function.
2564 (alpha_dump_tdep): New function.
2565 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
2566
2567 2002-04-21 Andrew Cagney <ac131313@redhat.com>
2568
2569 * frame.c (find_saved_register): Delete #ifdef
2570 HAVE_REGISTER_WINDOWS code.
2571 * config/sparc/tm-sparc.h: Update comments.
2572 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
2573
2574 2002-04-21 Andrew Cagney <ac131313@redhat.com>
2575
2576 * i960-tdep.c (i960_find_saved_register): New function.
2577 (i960_get_saved_register): New function.
2578 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
2579 (i960_get_saved_register): Declare.
2580 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
2581
2582 2002-04-20 David S. Miller <davem@redhat.com>
2583
2584 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
2585
2586 2002-04-20 Andrew Cagney <ac131313@redhat.com>
2587
2588 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
2589 instead of NUM_PSEUDO_REGS.
2590
2591 2002-04-20 David S. Miller <davem@redhat.com>
2592
2593 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
2594 GDB_MULTI_ARCH_PARTIAL
2595 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
2596 define, let tm-sp64.h do it.
2597
2598 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
2599
2600 * frame.c (find_saved_register): Avoid a NULL pointer
2601 dereference and actually walk the frame list.
2602
2603 2002-04-20 Andrew Cagney <ac131313@redhat.com>
2604
2605 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
2606 sorted in most most-recent-used order. Document.
2607 * gdbarch.h, gdbarch.c: Regenerate.
2608
2609 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
2610
2611 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
2612 (add_inferior): Call create_register_cache.
2613 (clear_inferiors): Call free_register_cache.
2614 (inferior_regcache_data, set_inferior_regcache_data): New functions.
2615 * gdbserver/regcache.c (struct inferior_regcache_data): New.
2616 (registers): Remove.
2617 (get_regcache): New function.
2618 (create_register_cache, free_register_cache): New functions.
2619 (set_register_cache): Don't initialize the register cache here.
2620 (registers_to_string, registers_from_string, register_data): Call
2621 get_regcache.
2622 * gdbserver/regcache.h: Add prototypes.
2623 * gdbserver/server.h: Likewise.
2624
2625 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
2626
2627 * gdbserver/mem-break.c: New file.
2628 * gdbserver/mem-break.h: New file.
2629 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
2630 dependencies.
2631 * gdbserver/inferiors.c (struct inferior_info): Add target_data
2632 member.
2633 (clear_inferiors): Free target_data member if set.
2634 (inferior_target_data, set_inferior_target_data): New functions.
2635 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
2636 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
2637 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
2638 (struct inferior_linux_data): New.
2639 (linux_create_inferior): Use set_inferior_target_data.
2640 (linux_attach): Likewise. Call add_inferior.
2641 (linux_wait_for_one_inferior): New function.
2642 (linux_wait): Call it.
2643 (linux_write_memory): Add const.
2644 (initialize_low): Call set_breakpoint_data.
2645 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
2646 handling members.
2647 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
2648 call.
2649 * gdbserver/server.h: Include mem-break.h. Update inferior.c
2650 prototypes.
2651 * gdbserver/target.c (read_inferior_memory)
2652 (write_inferior_memory): New functions.
2653 * gdbserver/target.h (read_inferior_memory)
2654 (write_inferior_memory): Change macros to prototypes.
2655 (struct target_ops): Update comments. Add const to write_memory
2656 definition.
2657
2658 2002-04-19 Andrew Cagney <ac131313@redhat.com>
2659
2660 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
2661 instead of ->prev.
2662 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
2663 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
2664 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
2665 instead of ->prev.
2666
2667 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
2668
2669 Fix PR gdb/471.
2670 * gdbtypes.c (init_simd_type): Rewrite using new functions.
2671 (build_builtin_type_vec128): Ditto.
2672 (append_composite_type_field): Fix calculation of type length in
2673 union case.
2674
2675 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
2676
2677 * config/djgpp/README: Update.
2678
2679 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
2680 compiler warnings.
2681
2682 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
2683
2684 * alpha-tdep.c (setup_arbitrary_frame): Rename...
2685 (alpha_setup_arbitrary_frame): ...to this.
2686 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
2687 for alpha_setup_arbitrary_frame.
2688
2689 2002-04-18 Andrew Cagney <cagney@redhat.com>
2690
2691 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
2692 * gdbarch.h, gdbarch.c: Regenerate.
2693
2694 * defs.h (breakpoint_from_pc_fn): Delete type definition.
2695 * target.h (memory_breakpoint_from_pc): Update declaration.
2696 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
2697
2698 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
2699 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
2700 * mem-break.c (memory_breakpoint_from_pc): Ditto.
2701 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
2702 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
2703 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
2704 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
2705 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
2706 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
2707 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
2708 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
2709 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
2710
2711 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
2712 const pointer.
2713 * monitor.c (monitor_insert_breakpoint): Ditto.
2714 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
2715
2716 * config/mcore/tm-mcore.h: Update copyright.
2717 * mem-break.c: Ditto.
2718 * xstormy16-tdep.c: Ditto.
2719
2720 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
2721
2722 * p-exp.y: Add precedence rule for '^' token.
2723 This removes the shift/reduce conflicts.
2724 Remove the comment concerning these shift/reduce conflicts.
2725
2726 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
2727
2728 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
2729 (registers_powerpc_nofp): New register set for processors
2730 without floating point unit.
2731
2732 2002-04-18 David S. Miller <davem@redhat.com>
2733
2734 * MAINTAINERS: Add myself to write-after-approval.
2735
2736 2002-04-17 Michael Snyder <msnyder@redhat.com>
2737
2738 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
2739
2740 2002-04-17 Andrew Cagney <ac131313@redhat.com>
2741
2742 * rs6000-tdep.c (frame_initial_stack_address): Use
2743 frame_register_read to read the alloca_reg.
2744
2745 2002-04-17 Andrew Cagney <ac131313@redhat.com>
2746
2747 * frame.c (find_saved_register): Find saved registers in the next
2748 not prev frame.
2749 Fix PR gdb/365.
2750
2751 2002-04-17 Andrew Cagney <ac131313@redhat.com>
2752
2753 * gdbarch.sh (LANG): Set to ``c''.
2754
2755 2002-04-15 Andrew Cagney <ac131313@redhat.com>
2756
2757 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
2758
2759 2002-04-15 Andrew Cagney <ac131313@redhat.com>
2760
2761 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
2762 Update copyright.
2763
2764 * hpread.c (hpread_get_lntt): Add declaration.
2765 Also fix PR gdb/391.
2766
2767 2002-04-14 Andrew Cagney <ac131313@redhat.com>
2768
2769 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
2770 * aclocal.m4, configure: Re-generate.
2771 Fix PR gdb/391.
2772
2773 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
2774
2775 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
2776 instead of tm_print_insn.
2777
2778 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
2779
2780 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
2781
2782 2002-04-14 Andrew Cagney <ac131313@redhat.com>
2783
2784 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
2785 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
2786 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
2787
2788 2002-04-12 Don Howard <dhoward@redhat.com>
2789
2790 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
2791 max_user_call_depth.
2792 (init_cmd_lists): Initialize the new value;
2793 * cli/cli-script.c (execute_user_command): Limit the call depth of
2794 user defined commands. This avoids a core-dump when user commands
2795 are infinitly recursive.
2796
2797 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2798
2799 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
2800 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
2801 from tdep struct instead of DEFAULT_LR_SAVE.
2802 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
2803 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
2804 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
2805
2806 2002-04-12 Michael Snyder <msnyder@redhat.com>
2807
2808 * Remote.c: Spelling fix.
2809 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
2810 If no symbol found for "sbrk", try "_sbrk".
2811 (make_output_phdrs): Use bfd_section_name.
2812 (gcore_copy_callback): Use bfd_section_name.
2813 * eval.c: Indentation fix-ups.
2814 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
2815 in case it gets applied to an address that is already
2816 in the instruction space.
2817 * cli/cli-decode.c (help_list): Allow long lines to wrap.
2818 * symfile.c: Fix indentation, long lines.
2819 * source.c: White space fix-up.
2820
2821 2002-04-12 Andrew Cagney <cagney@redhat.com>
2822
2823 * defs.h (read_relative_register_raw_bytes): Delete declaration.
2824 * frame.c (frame_register_read): New function. Return non-zero on
2825 success.
2826 (read_relative_register_raw_bytes_for_frame): Delete.
2827 (read_relative_register_raw_bytes): Delete.
2828 * frame.h (frame_register_read): Declare.
2829 * d30v-tdep.c: Update Copyright. Use frame_register_read.
2830 * sh-tdep.c: Ditto.
2831 * infcmd.c (do_registers_info): Ditto.
2832 * hppa-tdep.c: Ditto.
2833 * rs6000-tdep.c: Ditto.
2834 * h8500-tdep.c: Ditto.
2835 * mips-tdep.c: Ditto.
2836 * h8300-tdep.c: Ditto.
2837 * z8k-tdep.c: Ditto.
2838
2839 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2840
2841 From Jimi X <jimix@watson.ibm.com>:
2842 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
2843 64-bit SysV ABI.
2844
2845 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2846
2847 From Jimi X <jimix@watson.ibm.com>:
2848 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
2849 bfd info.
2850
2851 2002-04-12 Kevin Buettner <kevinb@redhat.com>
2852
2853 From Jimi X <jimix@watson.ibm.com>:
2854 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
2855 register sets for these processor variants.
2856
2857 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
2858
2859 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
2860 registers which are allowed to fail to store.
2861 * gdbserver/linux-low.h (linux_target_ops): Likewise.
2862 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
2863 (ppc_cannot_store_register): FPSCR may not be storable.
2864 * regformats/reg-ppc.dat: Support FPSCR.
2865
2866 2002-04-11 Kevin Buettner <kevinb@redhat.com>
2867
2868 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
2869 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
2870 Add fpscr as an invalid/unfetchable register.
2871 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
2872 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
2873 (fill_fpregset): Add support for register fpscr.
2874 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
2875 (fill_gregset): Account for the fact that register ``mq'' might
2876 not exist.
2877 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
2878 (registers_power): Add fpscr to register set at slot 71.
2879 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
2880 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
2881
2882 2002-04-11 Michael Snyder <msnyder@redhat.com>
2883
2884 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
2885 * configure: Regenerate.
2886 * config.in: Regenerate.
2887 * acconfig.h: Add define for _SYSCALL32.
2888 * core-sol2.c: Remove #define _SYSCALL32.
2889 * solib-legacy.c: Remove #define _SYSCALL32.
2890
2891 2002-04-10 Andrew Cagney <ac131313@redhat.com>
2892
2893 * stack.c (select_frame): Cleanup internal error message, do not
2894 use %p.
2895
2896 2002-04-10 Andrew Cagney <ac131313@redhat.com>
2897
2898 * stack.c (select_frame): Check that selected_frame and the
2899 specified level are as expected.
2900 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
2901 Update copyright.
2902 * frame.h (struct frame_info): Add field `level'. Update
2903 copyright.
2904 Work-in-progress PR gdb/464.
2905
2906 2002-04-10 Andrew Cagney <ac131313@redhat.com>
2907
2908 * maint.c (maint_print_section_info): Rename print_section_info.
2909 (print_bfd_section_info, print_objfile_section_info): Update.
2910 * inferior.h (struct gdbarch): Add opaque declaration.
2911 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
2912 * gdbarch.h: Regenerate.
2913
2914 2002-04-10 Michal Ludvig <mludvig@suse.cz>
2915
2916 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
2917 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
2918 (kernel_u_size): Added.
2919 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
2920 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
2921
2922 2002-04-04 Jim Ingham <jingham@apple.com>
2923
2924 * valarith.c (find_size_for_pointer_math): New function, either returns
2925 the size for a pointer's target, returns 1 for void *, or errors for
2926 incomplete types.
2927 (value_add, value_sub): use find_size_for_pointer_math.
2928
2929 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2930
2931 * linux-low.c (linux_look_up_symbols): New hook.
2932 (linux_target_ops): Add linux_look_up_symbols.
2933 * remote-utils.c (decode_address): New function.
2934 (look_up_one_symbol): New function.
2935 * server.c (handle_query): Call target look_up_symbols hook.
2936 * server.h (look_up_one_symbol): Add prototype.
2937 * target.h (struct target_ops): Add look_up_symbols hook.
2938
2939 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2940
2941 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
2942 * ChangeLog: Correct paths in last ChangeLog entry.
2943
2944 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2945
2946 * gdbserver/linux-low.h: Remove obsolete prototypes.
2947 (struct linux_target_ops): New.
2948 (extern the_low_target): New.
2949 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
2950 (register_addr): Use the_low_target explicitly.
2951 (fetch_register): Likewise.
2952 (usr_fetch_inferior_registers): Likewise.
2953 (usr_store_inferior_registers): Likewise.
2954 * gdbserver/linux-arm-low.c (num_regs): Remove.
2955 (arm_num_regs): Define.
2956 (arm_regmap): Renamed from regmap, made static.
2957 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
2958 made static.
2959 (arm_cannot_store_register): Renamed from cannot_store_register,
2960 made static.
2961 (the_low_target): New.
2962 * gdbserver/linux-i386-low.c (num_regs): Remove.
2963 (i386_num_regs): Define.
2964 (i386_regmap): Renamed from regmap, made static.
2965 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
2966 made static.
2967 (i386_cannot_store_register): Renamed from cannot_store_register,
2968 made static.
2969 (the_low_target): New.
2970 * gdbserver/linux-ia64-low.c (num_regs): Remove.
2971 (ia64_num_regs): Define.
2972 (ia64_regmap): Renamed from regmap, made static.
2973 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
2974 made static.
2975 (ia64_cannot_store_register): Renamed from cannot_store_register,
2976 made static.
2977 (the_low_target): New.
2978 * gdbserver/linux-m68k-low.c (num_regs): Remove.
2979 (m68k_num_regs): Define.
2980 (m68k_regmap): Renamed from regmap, made static.
2981 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
2982 made static.
2983 (m68k_cannot_store_register): Renamed from cannot_store_register,
2984 made static.
2985 (the_low_target): New.
2986 * gdbserver/linux-mips-low.c (num_regs): Remove.
2987 (mips_num_regs): Define.
2988 (mips_regmap): Renamed from regmap, made static.
2989 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
2990 made static.
2991 (mips_cannot_store_register): Renamed from cannot_store_register,
2992 made static.
2993 (the_low_target): New.
2994 * gdbserver/linux-ppc-low.c (num_regs): Remove.
2995 (ppc_num_regs): Define.
2996 (ppc_regmap): Renamed from regmap, made static.
2997 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
2998 made static.
2999 (ppc_cannot_store_register): Renamed from cannot_store_register,
3000 made static.
3001 (the_low_target): New.
3002 * gdbserver/linux-s390-low.c (num_regs): Remove.
3003 (s390_num_regs): Define.
3004 (s390_regmap): Renamed from regmap, made static.
3005 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
3006 made static.
3007 (s390_cannot_store_register): Renamed from cannot_store_register,
3008 made static.
3009 (the_low_target): New.
3010 * gdbserver/linux-sh-low.c (num_regs): Remove.
3011 (sh_num_regs): Define.
3012 (sh_regmap): Renamed from regmap, made static.
3013 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
3014 made static.
3015 (sh_cannot_store_register): Renamed from cannot_store_register,
3016 made static.
3017 (the_low_target): New.
3018 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
3019 (the_low_target): New.
3020
3021 2002-04-09 Andrew Cagney <ac131313@redhat.com>
3022
3023 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
3024 override FP_REGNUM with frame->fp. Update copyright.
3025 * parse.c (num_std_regs, std_regs): Delete.
3026 (target_map_name_to_register): Do not search std_regs. Update
3027 function description.
3028 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
3029 declarations. Update copyright.
3030 Fix PR gdb/251.
3031
3032 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3033
3034 * gdbserver/Makefile.in: Add stamp-h target.
3035 * gdbserver/configure.in: Create stamp-h.
3036 * gdbserver/configure: Regenerated.
3037
3038 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3039
3040 * gdbserver/inferiors.c: New file.
3041 * gdbserver/target.c: New file.
3042 * gdbserver/target.h: New file.
3043 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
3044 dependencies.
3045 * gdbserver/linux-low.c (inferior_pid): New static variable,
3046 moved from server.c.
3047 (linux_create_inferior): Renamed from create_inferior.
3048 Call add_inferior. Return 0 on success instead of a PID.
3049 (linux_attach): Renamed from myattach.
3050 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
3051 (linux_thread_alive): Renamed from mythread_alive.
3052 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
3053 child dies.
3054 (linux_resume): Renamed from myresume. Add missing ``return 0''.
3055 (regsets_store_inferior_registers): Correct error message.
3056 Add missing ``return 0''.
3057 (linux_fetch_registers): Renamed from fetch_inferior_registers.
3058 (linux_store_registers): Renamed from store_inferior_registers.
3059 (linux_read_memory): Renamed from read_inferior_memory.
3060 (linux_write_memory): Renamed from write_inferior_memory.
3061 (linux_target_ops): New structure.
3062 (initialize_low): Call set_target_ops ().
3063 * gdbserver/remote-utils.c (unhexify): New function.
3064 (hexify): New function.
3065 (input_interrupt): Send signals to ``signal_pid''.
3066 * gdbserver/server.c (inferior_pid): Remove.
3067 (start_inferior): Update create_inferior call.
3068 (attach_inferior): Call add_inferior.
3069 (handle_query): New function.
3070 (main): Call handle_query for `q' packets.
3071 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
3072 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
3073
3074 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3075
3076 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
3077 dependencies.
3078 * gdbserver/configure.in: Check for <string.h>
3079 * gdbserver/configure: Regenerate.
3080 * gdbserver/config.in: Regenerate.
3081 * gdbserver/gdbreplay.c: Include needed system headers.
3082 (remote_open): Remove strchr prototype.
3083 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
3084 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
3085 (supply_register_by_name): Likewise.
3086 (collect_register): Change buf argument to void *.
3087 (collect_register_by_name): Likewise.
3088 * gdbserver/regcache.h: Add missing prototypes.
3089 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
3090 * gdbserver/server.c (handle_query): New function.
3091 (attached): New static variable, moved out of main.
3092 (main): Quiet longjmp clobber warnings.
3093 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
3094 * gdbserver/utils.c (error): Remove NORETURN.
3095 (fatal): Likewise.
3096
3097 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3098
3099 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
3100 after the last symbol in a block.
3101
3102 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
3103
3104 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
3105 is non zero as a found symbol.
3106
3107 2002-04-08 Andrew Cagney <ac131313@redhat.com>
3108
3109 * findvar.c: Include "builtin-regs.h".
3110 (value_of_register): Call value_of_builtin_reg when applicable.
3111 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
3112 (target_map_name_to_register): Call
3113 builtin_reg_map_name_to_regnum.
3114 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
3115 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
3116 (builtin_regs_h): Define.
3117 (builtin-regs.o): New target.
3118 (findvar.o): Add $(builtin_regs_h).
3119 * builtin-regs.c, builtin-regs.h: New files.
3120 * std-regs.c: New file.
3121 Partial fix for PR gdb/251.
3122
3123 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3124
3125 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
3126 it's no longer required.
3127
3128 2002-04-08 Andrew Cagney <ac131313@redhat.com>
3129
3130 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
3131
3132 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3133
3134 From Jimi X <jimix@watson.ibm.com>:
3135 * rs6000-tdep.c (rs6000_software_single_step): Use
3136 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
3137 and size. Use target_insert_breakpoint() and
3138 target_remove_breakpoint() to insert and remove breakpoints
3139 instead of explicit memory reads and writes.
3140
3141 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3142
3143 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
3144 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
3145 ELF_OBJECT_FORMAT ifdef.
3146
3147 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3148
3149 From Jimi X <jimix@watson.ibm.com>:
3150 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
3151
3152 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3153
3154 From Jimi X <jimix@watson.ibm.com>:
3155 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
3156 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
3157
3158 2002-04-07 Mark Kettenis <kettenis@gnu.org>
3159
3160 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
3161 s/asprintf/xasprintf/.
3162 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
3163
3164 2002-04-07 Andrew Cagney <ac131313@redhat.com>
3165
3166 I believe Jeff Law denies responsability for this one:
3167 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
3168 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
3169 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
3170 Work-around for PR gdb/366.
3171
3172 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
3173
3174 * remote-e7000.c (write_small, e7000_read_inferior_memory,
3175 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
3176 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
3177
3178 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
3179
3180 * sh-tdep.c (sh_fp_frame_init_saved_regs,
3181 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
3182 information.
3183
3184 2002-04-07 Andrew Cagney <ac131313@redhat.com>
3185
3186 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
3187 maintainer.
3188
3189 2002-04-07 Andrew Cagney <ac131313@redhat.com>
3190
3191 * README (Reporting Bugs in GDB): Document the bug web page as the
3192 prefered way of submitting bugs.
3193 Fix PR gdb/402.
3194
3195 2002-04-06 Andrew Cagney <ac131313@redhat.com>
3196
3197 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
3198 -1. Update comment.
3199 * gdbarch.h, gdbarch.c: Re-generate.
3200
3201 2002-04-07 Andreas Schwab <schwab@suse.de>
3202
3203 * m68klinux-nat.c (fill_fpregset): Properly pass address of
3204 buffer to regcache_collect.
3205
3206 2002-04-06 Andrew Cagney <ac131313@redhat.com>
3207
3208 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
3209 * gdbarch.c, gdbarch.h: Re-generate.
3210
3211 2002-04-06 Andrew Cagney <ac131313@redhat.com>
3212
3213 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
3214 declaration. Fix -Werror.
3215
3216 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
3217
3218 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
3219 * gdbarch.c: Regenerate.
3220
3221 2002-04-05 Michael Snyder <msnyder@redhat.com>
3222
3223 * breakpoint.c (clear_command): Rewrite middle section to
3224 combine two loops with identical control conditions.
3225 Add a cleanup to eliminate a memory leak.
3226 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
3227
3228 2002-04-05 H.J. Lu (hjl@gnu.org)
3229
3230 * solib-svr4.c (bkpt_names): Add "__start".
3231
3232 2002-04-04 Andrew Cagney <ac131313@redhat.com>
3233
3234 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
3235 as test for 64 bit target.
3236
3237 2002-04-05 Andrew Cagney <ac131313@redhat.com>
3238
3239 * h8500-tdep.c (h8500_write_fp): Delete function.
3240 * dwarf2cfi.c (cfi_write_fp): Document as not used.
3241 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
3242 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
3243 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
3244 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
3245 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
3246 (s390_write_fp):
3247 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
3248 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
3249 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
3250 (d10v_write_fp): Delete function.
3251 * inferior.h (write_fp, generic_target_write_fp): Delete
3252 declarations.
3253 * regcache.c (generic_target_write_fp): Delete function.
3254 (write_fp): Delete function.
3255 * gdbarch.sh (TARGET_WRITE_FP): Delete.
3256 * gdbarch.h, gdbarch.c: Regenerate.
3257 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
3258 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
3259 (sparc64_write_fp): Delete declaration.
3260 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
3261 (h8500_write_fp): Delete declaration.
3262
3263 2002-04-04 Andrew Cagney <ac131313@redhat.com>
3264
3265 * sparc-tdep.c (sparc64_write_fp): Delete.
3266 (sparc_push_dummy_frame): Replace write_fp call with code to store
3267 the FP directly.
3268 (sparc_gdbarch_init): Do not initialize write_fp.
3269
3270 2002-04-05 Kevin Buettner <kevinb@redhat.com>
3271
3272 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
3273 clause.
3274
3275 2002-03-29 Jim Blandy <jimb@redhat.com>
3276
3277 * stack.c (get_selected_block): Add new argument `addr_in_block',
3278 used to return the exact code address we used to select the block,
3279 not just the block.
3280 * blockframe.c (get_frame_block, get_current_block): Same.
3281 * frame.h (get_frame_block, get_current_block,
3282 get_selected_block): Update declarations.
3283 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
3284 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
3285
3286 2002-04-05 Michael Snyder <msnyder@redhat.com>
3287
3288 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
3289 warning message.
3290
3291 2002-04-05 J. Brobecker <brobecker@gnat.com>
3292
3293 * utils.c (xfullpath): New function.
3294 * defs.h (xfullpath): Add declaration.
3295 * source.c (openp): Use xfullpath in place of gdb_realpath to
3296 avoid resolving the basename part of filenames when the
3297 associated file is a symbolic link. This fixes a potential
3298 inconsistency between the filenames known to GDB and the
3299 filenames it prints in the annotations.
3300 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
3301 to be able to match a filename with either the real filename, or
3302 the name of any symbolic link to this file.
3303 (lookup_partial_symtab): Ditto.
3304
3305 2002-04-04 Michael Snyder <msnyder@redhat.com>
3306
3307 * breakpoint.c: Add support for hardware breakpoints in overlays.
3308 (overlay_events_enabled): New state variable.
3309 (insert_breakpoints): Use overlay_events_enabled to decide
3310 whether to attempt to set a breakpoint at the overlay load addr.
3311 Handle bp_hardware_breakpoint as well as bp_breakpoint.
3312 (remove_breakpoint): Use overlay_events_enabled to decide
3313 whether breakpoints need to be removed from overlay load addr.
3314 Handle bp_hardware_breakpoint as well as bp_breakpoint.
3315 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
3316 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
3317 disable_overlay_breakpoints): Update overlay_events_enabled.
3318
3319 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
3320
3321 * dwarf2read.c (struct function_range): New.
3322 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
3323 (check_cu_functions): New.
3324 (read_file_scope): Initialize global function lists.
3325 Call dwarf_decode_line after processing children.
3326 (read_func_scope): Add to global function list.
3327 (dwarf_decode_lines): Call check_cu_functions everywhere
3328 record_line is called. Call record_line with a linenumber
3329 of 0 to mark sequence ends.
3330
3331 2002-04-04 Michal Ludvig <mludvig@suse.cz>
3332
3333 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
3334 change sync with glibc.
3335
3336 2002-04-03 Jim Blandy <jimb@redhat.com>
3337
3338 * configure.in: Call AC_C_INLINE.
3339 * configure: Regenerated.
3340
3341 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
3342
3343 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
3344 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
3345
3346 2002-03-31 Mark Kettenis <kettenis@gnu.org>
3347
3348 * NEWS: Mention gcore support on FreeBSD/i386.
3349
3350 * fbsd-proc.c: New file.
3351 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
3352 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
3353
3354 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
3355 while statement.
3356
3357 2002-03-29 Jim Blandy <jimb@redhat.com>
3358
3359 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
3360 unescaped newlines in string literals, but newer ones don't. So
3361 escape them.
3362
3363 2002-03-26 Michael Snyder <msnyder@redhat.com>
3364 Andrew Cagney <cagney@redhat.com>
3365
3366 * cli/cli-dump.c: New file. Dump memory to file,
3367 restore file to memory.
3368 * cli/cli-dump.h: New file.
3369 * Makefile.in: Add rules, dependencies for cli-dump.o.
3370 * NEWS: Mention new commands.
3371
3372 2002-03-28 Michael Snyder <msnyder@redhat.com>
3373
3374 * symfile.c (symbol_file_add): Move test for null symbols to later.
3375
3376 2002-03-27 Andrew Cagney <ac131313@redhat.com>
3377
3378 From veksler at il.ibm.com:
3379 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
3380 the xstrduped original path.
3381 Fix PR gdb/417.
3382
3383 2002-03-27 Michael Snyder <msnyder@redhat.com>
3384
3385 * breakpoint.c (_initialize_breakpoint): Clean up help string.
3386 * infcmd.c (_initialize_infcmd): Ditto.
3387 * language.c (_initialize_language): Ditto.
3388 * symfile.c (_initialize_symfile): Ditto.
3389 * top.c (_init_main): Ditto.
3390 * cli/cli-cmds.c (init_cli_cmds): Ditto.
3391
3392 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
3393
3394 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
3395 vector registers handling.
3396 (skip_prologue): Handle new AltiVec instructions. Fill in new
3397 fields of frame data.
3398 (frame_get_saved_regs): Fill in information for AltiVec registers.
3399
3400 2002-03-27 Jim Blandy <jimb@redhat.com>
3401
3402 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
3403 a function; leave this macro here to invoke that function.
3404 (symbol_init_mangled_name): Declaration for that function.
3405 * symtab.c (symbol_init_mangled_name): New function.
3406
3407 2002-03-27 Andrew Cagney <ac131313@redhat.com>
3408
3409 * valarith.c: Replace strerror with safe_strerror.
3410 * tracepoint.c: Ditto.
3411 * lin-lwp.c: Ditto.
3412 * go32-nat.c: Ditto.
3413 * inflow.c: Ditto.
3414 * gnu-nat.c: Ditto.
3415
3416 2002-03-27 Andreas Schwab <schwab@suse.de>
3417
3418 * event-top.c (command_line_handler): Remove useless if.
3419
3420 2002-03-27 Andreas Jaeger <aj@suse.de>
3421
3422 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
3423 comment.
3424
3425 2002-03-27 Michal Ludvig <mludvig@suse.cz>
3426
3427 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
3428 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
3429 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
3430 (x86_64_linux_dr_get_status, supply_gregset),
3431 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
3432 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
3433 (x86_64_register_info_table): Add.
3434 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
3435 (x86_64_register_raw_size, x86_64_register_virtual_type),
3436 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
3437 general x86_64_register_info_table.
3438 (i386_gdbarch_init): gdbarch_register_bytes is now set
3439 dynamicaly during initialization.
3440 * regformats/reg-x86-64.dat: Synced with changes to registers above.
3441 * gdbserver/linux-x86-64-low.c: Ditto.
3442
3443 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
3444
3445 * gdbserver/server.c (main): Call target_signal_to_host_p
3446 and target_signal_to_host on signals received from the remote.
3447 * gdbserver/remote-utils.c (prepare_resume_reply): Call
3448 target_signal_from_host on signals sent to the remote.
3449 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
3450 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
3451
3452 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
3453
3454 * signals/signals.c: Include "server.h" in gdbserver build.
3455 (target_signal_from_name): Don't use STREQ.
3456 (_initialize_signals): Likewise. Don't include function in
3457 gdbserver build.
3458
3459 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
3460
3461 * signals.c: Moved to...
3462 * signals/signals.c: Here.
3463 * Makefile (signals.o): Update.
3464
3465 2002-03-26 Jeff Law (law@redhat.com)
3466
3467 * somread.c (som_symtab_read): Remove some commented out code and
3468 updated related comments. Do not set the minimal symbol table to
3469 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
3470 in a dynamic executable.
3471 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
3472 where we are unable to find the minimal symbol for the given
3473 PC value.
3474
3475 2002-03-25 Jeff Law (law@redhat.com)
3476
3477 * linux-proc.c (read_mapping): Scan up to end of line for filename.
3478
3479 2002-03-25 Michal Ludvig <mludvig@suse.cz>
3480
3481 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
3482
3483 2002-03-23 Andrew Cagney <ac131313@redhat.com>
3484
3485 * command.h: Update copyright.
3486 (struct cmd_list_element): Replace definition with opaque
3487 declaration.
3488 (enum cmd_types): Document that it will eventually be moved to
3489 cli/cli-decode.h
3490 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
3491 (MALLOCED_REPLACEMENT): Delete macro.
3492 * Makefile.in (cli_decode_h): Add $(command_h).
3493 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
3494 * top.c: Include "cli/cli-decode.h".
3495 * completer.c: Include "cli/cli-decode.h".
3496 * maint.c: Include "cli/cli-decode.h".
3497 * cli/cli-decode.h: Include "command.h".
3498 (enum command_class): Delete.
3499 (enum cmd_types): Comment out.
3500 (enum cmd_auto_boolean): Delete.
3501 (enum var_types): Delete.
3502
3503 2002-03-23 Andrew Cagney <ac131313@redhat.com>
3504
3505 * cli/cli-decode.c: Include "gdb_assert.h".
3506 (add_set_or_show_cmd): New static function.
3507 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
3508 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
3509 all fields, such as func, from the set command.
3510
3511 2002-03-23 Andrew Cagney <ac131313@redhat.com>
3512
3513 * MAINTAINERS (sh-elf): Change warning flag to -w.
3514
3515 2002-03-23 Andrew Cagney <cagney@redhat.com>
3516
3517 * defs.h (error): Add printf format attribute.
3518 * thread-db.c (thread_from_lwp): Fix error format string.
3519 * stack.c (parse_frame_specification): Ditto.
3520 * cli/cli-decode.c (undef_cmd_error): Ditto.
3521 * scm-lang.c (scm_lookup_name): Ditto.
3522 * tracepoint.c (trace_error): Ditto.
3523 * remote-utils.c (usage): Ditto.
3524 * remote.c (compare_sections_command): Ditto.
3525 Fix PR gdb/328.
3526
3527 2002-03-22 Andrew Cagney <ac131313@redhat.com>
3528
3529 * gdbtypes.c (append_composite_type_field): New function.
3530 (init_composite_type): New function.
3531 * gdbtypes.h (append_composite_type_field): Declare.
3532 (init_composite_type): Ditto.
3533
3534 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
3535
3536 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
3537 function.
3538 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
3539 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
3540 structure returning convention for SYSV ABI case, but not
3541 for GNU/Linux, FreeBSD, or NetBSD.
3542
3543 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
3544
3545 * symtab.h (lookup_block_symbol): Add mangled_name argument
3546 to prototype.
3547
3548 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
3549 with new mangled_name argument.
3550 * linespec.c (decode_line_1): Likewise.
3551 * valops (value_of_this): Likewise.
3552 * symtab.c (lookup_transparent_type): Likewise.
3553 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
3554 (lookup_symbol): If we are given a mangled name, pass it down
3555 to lookup_symbol_aux.
3556 (lookup_block_symbol): If we are given a mangled name to check
3557 against, only return symbols which match it.
3558
3559 2002-03-22 Christopher Faylor <cgf@redhat.com>
3560
3561 * win32-nat.c (child_create_inferior): Check for proper shell to use
3562 here, in case the user changes it on the fly.
3563 (_initialize_inftarg): Remove shell path considerations.
3564
3565 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
3566
3567 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
3568 for gdbarch_max_register_raw_size and max_register_virtual_size.
3569 Adjust copyright year.
3570
3571 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
3572
3573 * dbxread.c (process_one_symbol): Extend the first N_SLINE
3574 in a function to cover the entire beginning of the function
3575 as well if it does not already.
3576
3577 2002-03-21 Tom Rix <trix@redhat.com>
3578
3579 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
3580 (rs6000_ptrace64): Renamed from ptrace64.
3581
3582 2002-03-20 Martin M. Hunt <hunt@redhat.com>
3583
3584 * gdbserver/remote-utils.c (remote_open): Don't call
3585 getprotobyname, we're all using TCP here so just use
3586 IPPROTO_TCP.
3587 * gdbserver/gdbreplay.c (remote_open): Ditto.
3588
3589 2002-03-20 Martin M. Hunt <hunt@redhat.com>
3590
3591 * regcache.c (_initialize_regcache): No need to call
3592 build_regcache() at this time; it gets called whenever
3593 the gdbarch changes.
3594
3595 2002-03-20 David O'Brien <obrien@FreeBSD.org>
3596
3597 * sparc-nat.c: Include sys/param.h where possible.
3598
3599 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
3600
3601 Fix PR gdb/422.
3602 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
3603 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
3604 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
3605 complex types.
3606 * stabsread.c (rs6000_builtin_type): Likewise.
3607 (read_sun_floating_type): Likewise.
3608
3609 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3610
3611 * stabsread.c (read_member_functions): Remove skip code for duplicate
3612 constructor/destructor methods. Use standard parsing for these
3613 methods and just do not chain them to the list of methods after
3614 parsing.
3615
3616 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
3617
3618 * coffread.c: Remove redundant static declarations. Replace
3619 occurrences of `PTR' with `void *'.
3620 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
3621 * top.h (quit_cover): Likewise.
3622 * defs.h (catch_errors): Likewise.
3623
3624 2002-03-18 Andrew Cagney <ac131313@redhat.com>
3625
3626 * defs.h (XMALLOC): Define.
3627 * gdb-events.sh (XMALLOC): Delete macro.
3628 * gdb-events.c, gdb-events.h: Regenerate.
3629 * gdbarch.sh (XMALLOC): Delete macro.
3630 * gdbarch.c: Regenerate.
3631 * serial.c (XMALLOC): Delete macro.
3632 * ui-file.c (XMALLOC): Ditto.
3633 * ser-unix.h (XMALLOC): Ditto.
3634 * sh-tdep.c (XMALLOC): Ditto.
3635 * ui-out.c (XMALLOC): Ditto.
3636 * utils.c (XMALLOC): Ditto.
3637 * i386-tdep.c (XMALLOC): Ditto.
3638 * gdb-events.c (XMALLOC): Ditto.
3639 * d10v-tdep.c (XMALLOC): Ditto.
3640 * cli-out.c (XMALLOC): Ditto.
3641
3642 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
3643 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
3644 * ui-file.c, ui-out.c: Ditto.
3645
3646 2002-03-18 Andrew Cagney <ac131313@redhat.com>
3647
3648 * command.h (struct cmd_list_element): Add field context.
3649 (set_cmd_context, get_cmd_context): Declare.
3650 * cli/cli-decode.h: Ditto.
3651 * cli/cli-decode.c (get_cmd_context): New function.
3652 (set_cmd_context): New function.
3653 (add_cmd): Initialize context.
3654 Part of fixing PR gdb/145 and PR gdb/146.
3655
3656 2002-03-17 Andrew Cagney <ac131313@redhat.com>
3657
3658 * cli/cli-decode.c (cmd_type): New function.
3659 * command.h (cmd_type): Declare.
3660 * infrun.c (set_schedlock_func): Call function cmd_type.
3661 * kod.c (kod_set_os): Call cmd_type.
3662 * cris-tdep.c (cris_version_update): Use function cmd_type.
3663 (cris_mode_update, cris_abi_update): Ditto.
3664
3665 * command.h: (execute_cmd_post_hook): Declare.
3666 (execute_cmd_pre_hook): Declare.
3667 * cli/cli-script.c (clear_hook_in_cleanup): New function.
3668 (execute_cmd_post_hook, execute_cmd_pre_hook): New
3669 functions. Execute pre/post hook while ensuring that afterwords
3670 hook_in is cleared.
3671 * top.c (execute_command): Use execute_cmd_post_hook, and
3672 execute_cmd_pre_hook to execute pre/post commands.
3673 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
3674 hook_stop_stub.
3675 (hook_stop_stub): Call execute_cmd_pre_hook.
3676
3677 2002-03-17 Andrew Cagney <ac131313@redhat.com>
3678
3679 * kod.c (kod_set_os): Revert previous change. Is called by ``info
3680 set'' and this leads to a core dump. Move xstrdup of
3681 operating_system to after check that it is not NULL.
3682
3683 2002-03-17 Andrew Cagney <ac131313@redhat.com>
3684
3685 * kod.c (kod_set_os): Remove unnecessary check that
3686 ``command->type'' is set_cmd.
3687
3688 * valprint.c (set_input_radix): Use input_radix.
3689 (set_output_radix): Use output_radix.
3690 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
3691 isn't reverted.
3692
3693 2002-03-16 Andrew Cagney <ac131313@redhat.com>
3694
3695 * value.h (struct value): Delete field ``substring_addr''. Change
3696 aligner fields to force_doublest_align, force_longest_align,
3697 force_core_addr_align and force_pointer_aligh.
3698
3699 * value.h (struct value): Fix typo in above change.
3700
3701 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3702
3703 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
3704 to fix internal_error from ``maintenance print architecture''.
3705
3706 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3707
3708 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
3709 for gcc versions after gcc-2.8.1.
3710
3711 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3712
3713 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
3714 for method resolution. Restore adjustment of ``this'' pointer after
3715 calling value_struct_elt, which was accidentally removed during the
3716 HP merge.
3717
3718 2002-03-15 Andrew Cagney <ac131313@redhat.com>
3719
3720 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
3721 value_of_register.
3722 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
3723 get_saved_register.
3724 * value.h (value_of_register): Update.
3725
3726 2002-03-14 Richard Henderson <rth@redhat.com>
3727
3728 * configure.in: Detect declaration for canonicalize_file_name.
3729 * utils.c (canonicalize_file_name): Declare, if needed.
3730 (gdb_realpath): Prefer realpath if available and usable.
3731 * config.in, configure: Rebuild.
3732
3733 2002-03-14 Richard Henderson <rth@redhat.com>
3734
3735 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
3736 a constant array bound.
3737
3738 * MAINTAINERS: Add myself to write-after-approval.
3739
3740 2002-03-14 Michael Snyder <msnyder@redhat.com>
3741
3742 * symfile.c (syms_from_objfile): Return immediately if no syms.
3743 (symbol_file_add): Return immediately if no syms.
3744 (find_sym_fns): Return immediately if no syms.
3745
3746 2002-03-13 Michal Ludvig <mludvig@suse.cz>
3747
3748 * gdbserver/remote-util.c (remote_open): Print remote-side's
3749 IP address when remote debugging over the network.
3750
3751 2002-03-12 David O'Brien <obrien@FreeBSD.org>
3752
3753 * config/sparc/fbsd.mh: Fix copyright.
3754 * config/sparc/fbsd.mt: Likewise.
3755
3756 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
3757
3758 * MAINTAINERS: Fix typo in name of gdb warnings option.
3759 (x86-64): Fix formating so that this can be parsed by awk.
3760
3761 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
3762
3763 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
3764 * defs.h: Include "gdb/signals.h".
3765 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
3766
3767 2002-03-10 Michal Ludvig <mludvig@suse.cz>
3768
3769 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
3770 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
3771 from x86-64-tdep.h
3772
3773 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
3774 Don Howard <dhoward@redhat.com>
3775
3776 * mips-tdep.c (ST0_FR): Define.
3777 (mips2_fp_compat): New function, temporarily disabled.
3778 (mips_read_fp_register_single): New function.
3779 (mips_read_fp_register_double): New function.
3780 (mips_print_register): Use them.
3781 (do_fp_register_row): Likewise.
3782
3783 2002-03-09 Andrew Cagney <ac131313@redhat.com>
3784
3785 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
3786 approval''.
3787
3788 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3789
3790 * stabsread.c (read_member_functions): Fix is_stub test for
3791 static member functions, improve comment.
3792
3793 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
3794
3795 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
3796 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
3797 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
3798 commands that set boolean values.
3799 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
3800 (arm_rdi_resume): Always initialize PC.
3801 (arm_rdi_open): Don't use rslt as a boolean.
3802 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
3803 (arm_rdi_fetch_registers, arm_rdi_store_registers)
3804 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
3805 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
3806
3807 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
3808
3809 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
3810 * configure: Rebuilt.
3811
3812 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3813
3814 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
3815 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
3816
3817 2002-03-06 Andrew Cagney <ac131313@redhat.com>
3818
3819 * cli/cli-decode.c (set_cmd_completer): New function.
3820 * command.h (set_cmd_completer): Declare.
3821 * cli/cli-decode.h (set_cmd_completer): Ditto.
3822
3823 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
3824 * cli/cli-cmds.c (init_cli_cmds): Ditto.
3825 * win32-nat.c (_initialize_inftarg): Ditto.
3826 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3827 * proc-api.c (_initialize_proc_api): Ditto.
3828 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
3829 * source.c (_initialize_source): Ditto.
3830 * exec.c (_initialize_exec): Ditto.
3831 * solib.c (_initialize_solib): Ditto.
3832 * top.c (init_main): Ditto.
3833 * tracepoint.c (_initialize_tracepoint): Ditto.
3834 * symfile.c (_initialize_symfile): Ditto.
3835 * printcmd.c (_initialize_printcmd): Ditto.
3836 * infcmd.c (_initialize_infcmd): Ditto.
3837 * corefile.c (_initialize_core): Ditto.
3838
3839 2002-03-05 Andrew Cagney <ac131313@redhat.com>
3840
3841 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
3842
3843 2002-03-05 Andrew Cagney <ac131313@redhat.com>
3844
3845 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
3846
3847 2002-03-05 Andrew Cagney <ac131313@redhat.com>
3848
3849 * NEWS: Update headings, 5.2 has branched.
3850
3851 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
3852
3853 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
3854 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
3855 (register_addr, REGISTER_RAW_SIZE): Likewise.
3856 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
3857 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
3858
3859 2002-03-03 Michal Ludvig <mludvig@suse.cz>
3860
3861 * MAINTAINERS (x86-64): Add myself.
3862 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
3863 changed value_ptr -> struct value *
3864
3865 2002-03-01 David O'Brien <obrien@FreeBSD.org>
3866
3867 * configure.host (sparc64-*-freebsd): Add.
3868 * configure.tgt: Likewise.
3869 * config/sparc/fbsd.mh: New file.
3870 * config/sparc/fbsd.mt: Likewise.
3871 * config/sparc/nm-fbsd.h: Likewise.
3872 * config/sparc/tm-fbsd.h: Likewise.
3873
3874 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
3875
3876 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
3877 regformats/reg-s390x.dat.
3878
3879 2002-03-01 Andrew Cagney <ac131313@redhat.com>
3880
3881 * utils.c: Add FIXME explaining true/false problem.
3882
3883 2002-02-28 Andrew Cagney <ac131313@redhat.com>
3884
3885 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
3886
3887 2002-02-28 Michael Chastain <mec@shout.net>
3888
3889 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
3890
3891 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
3892
3893 * gdbserver/linux-s390-low.c: New file.
3894 * regformats/reg-s390.dat: New file.
3895 * regformats/reg-s390x.dat: New file.
3896 * gdbserver/configure.srv: Add S/390.
3897 * gdbserver/Makefile.in: Add S/390.
3898 * configure.tgt: Enable gdbserver for S/390.
3899
3900 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
3901
3902 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
3903 first line of the doc string for "info dos", except at the end of
3904 the sentence, since the short help stops at the first period.
3905
3906 2002-02-28 Jason Merrill <jason@redhat.com>
3907
3908 * dwarf2read.c (dwarf_cfi_name): Add new codes.
3909
3910 2002-02-27 Fred Fish <fnf@redhat.com>
3911
3912 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
3913 comment (dumy -> dummy).
3914
3915 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3916
3917 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
3918
3919 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
3920
3921 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
3922
3923 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
3924
3925 * gdbserver/acconfig.h: New file.
3926 * gdbserver/i387-fp.c: New file.
3927 * gdbserver/i387-fp.h: New file.
3928 * gdbserver/linux-x86-64.c: New file.
3929 * regformats/reg-x86-64.dat: New file.
3930 * configure.tgt: Add x86_64-*-linux* gdbserver support.
3931 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
3932 * gdbserver/configure.in: Add support for regsets.
3933 * gdbserver/config.in: Regenerate.
3934 * gdbserver/configure: Regenerate.
3935 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
3936 * gdbserver/linux-low.h: New file.
3937 * gdbserver/linux-low.c: Include "linux-low.h". Add support
3938 for regsets.
3939 * gdbserver/linux-arm-low.c: Include "linux-low.h".
3940 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
3941 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
3942 * gdbserver/linux-mips-low.c: Include "linux-low.h".
3943 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
3944 * gdbserver/linux-sh-low.c: Include "linux-low.h".
3945 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
3946 "i387-fp.h". Add PTRACE_GETREGS and friends.
3947 * gdbserver/regcache.c (supply_register): New function.
3948 (supply_register_by_name): New function.
3949 (collect_register): New function.
3950 (collect_register_by_name): New function.
3951
3952 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
3953
3954 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
3955 (config.status): Add configure.srv dependency.
3956 (server_h): Add config.h dependency.
3957
3958 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
3959
3960 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
3961 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
3962 * gdbserver/configure.srv: Change i386-*-linux* to use
3963 reg-i386-linux.o.
3964
3965 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3966
3967 * x86-64-tdep.c: Re-indent. Update copyright date.
3968
3969 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3970
3971 From Michal Ludvig <mludvig@suse.cz>:
3972 * x86-64-tdep.c (value.h): Delete.
3973 (gdb_assert.h): Include.
3974 (x86_64_register_convert_to_virtual,
3975 x86_64_register_convert_to_raw ): Add check which lets only
3976 floating-point values to be converted.
3977 (value_push): Delete.
3978 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
3979 (i386_gdbarch_init): Number of register_bytes fixed.
3980
3981 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3982
3983 * MAINTAINERS: Add x86-64 target.
3984
3985 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3986
3987 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
3988 * osfsolib.c (solib_map_sections): Ditto.
3989 * irix5-nat.c (solib_map_sections): Ditto.
3990 * corelow.c (gdb_check_format): Ditto.
3991 * symfile.c (symfile_bfd_open): Ditto.
3992 * solib.c (solib_map_sections): Ditto.
3993 Fix PR gdb/354.
3994
3995 2002-02-26 Andrew Cagney <ac131313@redhat.com>
3996
3997 * remote.c (_initialize_remote): By default, disable ``e'' and
3998 ``E'' step out-of-range packets.
3999
4000 2002-02-26 Andreas Schwab <schwab@suse.de>
4001
4002 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
4003 m68k_linux_frame_saved_pc.
4004 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
4005 in_sigtramp.
4006 (SIGCONTEXT_PC_OFFSET): Remove.
4007 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
4008 m68k_linux_sigtramp_saved_pc): New functions.
4009 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
4010 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
4011 (UCONTEXT_PC_OFFSET): Define.
4012 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
4013 non-RT and RT signal trampolines.
4014
4015 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
4016
4017 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
4018 (TARGET_NBPG, STACK_END_ADDR): Delete
4019 (VARIABLES_INSIDE_BLOCK): Delete.
4020
4021 2002-02-25 Andrew Cagney <ac131313@redhat.com>
4022
4023 * utils.c (perror_with_name): Make string parameter constant.
4024 (print_sys_errmsg): Ditto.
4025 (query): Ditto.
4026 * defs.h (perror_with_name): Update.
4027 (print_sys_errmsg): Update.
4028 (query): Update.
4029
4030 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
4031
4032 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
4033 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
4034
4035 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4036
4037 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
4038 if it already matches the current architecture from the exec file.
4039 Include arch-utils.h for gdbarch_info_init prototype.
4040 * Makefile.in (rs6000-nat.o): Update dependencies.
4041
4042 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
4043
4044 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
4045 list of exported variables.
4046
4047 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
4048
4049 * gdbserver/configure.srv: New file.
4050 * gdbserver/configure.in: Use configure.srv instead
4051 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
4052 from it.
4053 * gdbserver/configure: Regenerated.
4054 * gdbserver/terminal.h: New file.
4055 * gdbserver/Makefile.in: Update for configure changes. Remove
4056 more unneeded include paths.
4057
4058 2002-02-24 Andrew Cagney <ac131313@redhat.com>
4059
4060 From wiz at danbala:
4061 * config/sparc/tm-sp64.h: Fix grammar and typos.
4062 Fix PR gdb/287.
4063
4064 2002-02-24 Andrew Cagney <ac131313@redhat.com>
4065
4066 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
4067 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
4068 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
4069 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
4070 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
4071 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
4072 * s390-tdep.c: Ditto.
4073 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
4074 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
4075 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
4076 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
4077 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
4078 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
4079 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
4080 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
4081 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
4082 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
4083 Fix PR gdb/378.
4084
4085 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4086
4087 * lin-thread.c: Delete file.
4088 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
4089 to gdb_proc_service.h.
4090 * configure: Re-generate.
4091
4092 * ocd.c (ocd_open): Do not try to open the "ocd" device.
4093 * serial.c (serial_open): Delete check for "ocd".
4094 Fix PR gdb/349.
4095
4096 * Makefile.in (linux-thread.o): Delete target.
4097 * linux-thread.c: Delete file.
4098
4099 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
4100 renamed SH files to be consistent.
4101
4102 * symtab.c (sort_search_symbols): Use xfree.
4103
4104 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
4105
4106 * arm-linux-tdep.c (arm_linux_init_abi): Register
4107 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
4108 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
4109 definition with undef, since we don't want the sysvr4 definition.
4110 (SKIP_TRAMPOLINE_CODE): Likewise.
4111
4112 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4113
4114 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
4115
4116 * configure.in: (AC_CHECK_FUNCS) Added test for
4117 canonicalize_file_name Regenerated.
4118 * config.in, configure: Regenerated.
4119 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
4120 defined use canonicalize_file_name.
4121
4122 2002-02-23 Michael Chastain <mec@shout.net>
4123
4124 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
4125
4126 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4127
4128 * README: Remove references to cygnus.com.
4129 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
4130 dot com'' form. Remove references to cygnus.com and sourceware.
4131
4132 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4133
4134 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
4135 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
4136 1003.1-2001 no longer allows "head -1".
4137 * gdb/Makefile.in (version.c): Likewise.
4138 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
4139 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
4140 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
4141
4142 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4143
4144 * cli/cli-decode.c (cmd_cfunc_eq): New function.
4145 * command.h (cmd_cfunc_eq): Declare.
4146 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
4147
4148 * cli/cli-cmds.h (is_complete_command): Change parameter to a
4149 ``struct cmd_list_element *''.
4150 * cli/cli-cmds.c (is_complete_command): Update. Use
4151 cmd_cfunc_eq.
4152 * top.c (execute_command): Pass the command to
4153 is_complete_command.
4154 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
4155
4156 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4157
4158 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
4159 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
4160 architecture defines.
4161 * s390-tdep.c (s390_gdbarch_init): Likewise.
4162
4163 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
4164
4165 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
4166 (arm_linux_push_arguments): Likewise.
4167 (arm_linux_init_abi): Register them. Also register linux-specific
4168 call_dummy_words.
4169 (find_minsym_and_objfile): Use strcmp, not STREQ.
4170 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
4171 (arm_linux_call_dummy_words): Delete declaration.
4172 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
4173 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
4174 declarations.
4175 (LOWEST_PC): Delete.
4176
4177 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4178
4179 * maint.c (print_section_info): Do not prepend `0x' to filepos
4180 output, it will be handled by local_hex_string_custom.
4181
4182 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
4183
4184 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
4185 (store_newfpe_double, store_newfpe_extended, store_fpregister)
4186 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
4187
4188 2002-02-22 Jim Blandy <jimb@redhat.com>
4189
4190 Indicate that the bcache functions don't change the strings
4191 they're passed.
4192 * bcache.h (bcache, hash): Add `const' keywords to declarations.
4193 * bcache.c (bcache, hash): Add `const' keywords to definitions.
4194
4195 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
4196
4197 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
4198
4199 2002-02-21 Christopher Faylor <cgf@redhat.com>
4200
4201 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
4202 find the complete path to a loaded DLL.
4203
4204 2002-02-21 Fred Fish <fnf@redhat.com>
4205
4206 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
4207 that marks the end of the range of a function, enter a line number
4208 entry that has a line number of zero and a PC offset that matches
4209 the end of the function. This starts a range of PC's for which no
4210 line number information is known.
4211 * symtab.c (find_pc_sect_line): If our best fit is in a range of
4212 PC's for which no line number info is found (line number is zero)
4213 then we didn't find any valid line information.
4214 * symtab.h: Document use of zero line number entry.
4215
4216 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
4217
4218 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
4219 (have_ptrace_getvrregs): Define for run time checks.
4220 (gdb_vrregset_t): New type for Altivec register handling.
4221 (fetch_register, store_register): Fetch/store altivec register
4222 when needed.
4223 (fetch_altivec_register, store_altivec_register): New functions.
4224 (supply_vrregset, fill_vrregset): New functions.
4225 (fetch_altivec_registers, store_altivec_registers): New functions.
4226 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
4227 registers as well.
4228
4229 2002-02-21 Jiri Smid <smid@suse.cz>
4230
4231 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
4232
4233 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
4234
4235 * Makefile.in (armnbsd-nat.o): Update dependencies.
4236 * armnbsd-nat.c (supply_gregset): New function. Common code to
4237 supply the integer register set.
4238 (supply_fparegset): New function. Similar for FPA registers.
4239 (fetch_regs, fetch_fp_regs): Use them.
4240 (fetch_core_registers): Likewise.
4241 (fetch_elfcore_registers): New function.
4242 (arm_netbsd_elfcore_fns): New core-file type specification.
4243 (_initialize_arm_netbsd_nat): Register it.
4244
4245 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
4246
4247 * armnbsd-nat.c: Include gdbcore.h.
4248 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
4249 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
4250 'void' to declaration, to shut up ARI.
4251 (fetch_core_registers): Make static. Rewrite using supply_register.
4252 (arm_netbsd_core_fns): New core-file type specification.
4253 (_initialize_arm_netbsd_nat): New function.
4254
4255 2002-02-21 Christopher Faylor <cgf@redhat.com>
4256
4257 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
4258 value.
4259
4260 2002-02-20 Christopher Faylor <cgf@redhat.com>
4261
4262 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
4263 fails.
4264
4265 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4266
4267 * jv-exp.y (parse_number): Change type of implicit longs
4268 to builtin_type_uint64.
4269
4270 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4271
4272 * gdbserver/linux-low.c (mywait): Change argument to waitpid
4273 to be an integer instead of a `union wait'.
4274
4275 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4276
4277 * mips-linux-nat.c: Call the operating system GNU/Linux.
4278 * mips-linux-tdep.c: Likewise.
4279 * mips-tdep.c: Likewise.
4280
4281 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4282
4283 Fix PR gdb/265.
4284 * jv-exp.y (parse_number): Handle 64-bit integers.
4285
4286 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
4287
4288 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
4289 AC_STDC_HEADERS to AC_HEADER_STDC.
4290 * gdbserver/configure: Regenerated.
4291
4292 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
4293
4294 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
4295 is defined.
4296 * sparc-tdep.c (get_longjmp_target): Likewise.
4297
4298 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
4299
4300 * News: Add news about ARM and Multi-arch. Mention the new target
4301 arm*-*-netbsd*.
4302
4303 2002-02-19 Jim Blandy <jimb@redhat.com>
4304
4305 * stabsread.c (error_type_complaint): Improve error message.
4306
4307 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
4308
4309 * gdbserver/README: Update documentation.
4310 * gdbserver/configure.in: Update configury to match documentation.
4311 * gdbserver/Makefile.in: Likewise.
4312 * gdbserver/configure: Regenerated.
4313 * gdbserver/aclocal.m4: New file, generated by aclocal.
4314 * gdbserver/config.in: New file, generated by autoheader.
4315
4316 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4317
4318 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
4319 armnbsd-nat.c.
4320
4321 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4322
4323 * arm-tdep.h (enum arm_float_model): New enum.
4324 (struct gdbarch_tdep): Add fp_model.
4325 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
4326 up floating-point conversions until we know the floating-point model
4327 in use by the inferior. Don't complain about being unable to
4328 determine the ABI of the inferior when we don't have one.
4329 (arm_extract_return_value): Support different floating-point models.
4330 (arm_store_return_value): Likewise.
4331 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
4332 ARM_FLOAT_SOFT.
4333 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
4334
4335 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4336
4337 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
4338 of ``current_gdbarch''.
4339
4340 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4341
4342 * armnbsd-nat.c : ANSIfy all function declarations.
4343 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
4344 (fetch_inferior_registers): Re-implement in terms of above.
4345 (store_register, store_regs, store_fp_register, store_fp_regs): New.
4346 (store_inferior_registers): Re-implement in terms of above.
4347
4348 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4349
4350 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
4351 kernel.
4352 * arm-linux-tdep.c: Likewise.
4353 * config/arm/tm-linux.h: Likewise.
4354
4355 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4356
4357 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
4358 * config/arm/nbsd.mt (TM_FILE): Delete.
4359 * config/arm/tm-nbsd.h: Delete.
4360
4361 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4362
4363 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
4364 Initialize CALL_DUMMY_LENGTH.
4365
4366 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
4367
4368 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
4369 function.
4370 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
4371 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
4372 defines one thing and that is incorrect for this port.
4373 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
4374
4375 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4376
4377 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
4378
4379 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4380
4381 * win32-nat.c (display_selector): New function. Displays information
4382 about the information returned by GetThreadSelectorEntry API function.
4383 (display_selectors): New function. Displays the infomation of
4384 the selector given as argument, or of CS, DS ans FS selectors
4385 if no argument is given.
4386 ( _initialize_inftarg): Add "w32" as info prefix command.
4387 Add "info w32 selector" as command calling display_selectors.
4388
4389 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
4390
4391 * i386-tdep.c (get_longjmp_target): Fix compilation failure
4392 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
4393 if not defined.
4394
4395 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
4396
4397 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
4398
4399 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
4400
4401 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
4402 (arm_fix_call_dummy): Call it.
4403 (arm_call_dummy_breakpoint_offset): Delete.
4404 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
4405 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
4406
4407 2002-02-18 Andrew Cagney <ac131313@redhat.com>
4408
4409 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
4410 Default to func_frame_chain_valid.
4411 * gdbarch.h, gdbarch.c: Re-generate.
4412 * frame.h (FRAME_CHAIN_VALID): Delete definition.
4413
4414 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
4415
4416 * ppc-linux-nat.c: Update copyright.
4417 (fetch_register, store_register): Add tid parameter, don't compute
4418 tid here.
4419 (fetch_ppc_registers, store_ppc_registers): Add tid
4420 parameter. Pass it along to callees.
4421 (fetch_inferior_registers, store_inferior_registers): Compute tid
4422 here, and pass it to calleed functions.
4423 (fill_gregset, supply_fpregset): Clean up formatting.
4424
4425 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
4426
4427 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
4428 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
4429
4430 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
4431
4432 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
4433 * gdbarch.c gdbarch.h: Regenerate.
4434 * breakpoint.c (create_longjmp_breakpoint): Always compile this
4435 function.
4436 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
4437 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
4438 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
4439
4440 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
4441 * arm-tdep.c (arm_get_longjmp_target): New function.
4442 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
4443 this to a positive value register arm_get_longjmp_target as the
4444 longjmp handler.
4445 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
4446 (arm_linux_init_abi): Set up longjmp description in tdep.
4447 * armnbsd-nat.c (get_longjmp_target): Delete.
4448 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
4449 description in tdep.
4450 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
4451 (get_longjmp_target): Delete declaration.
4452 (GET_LONGJMP_TARGET): Delete.
4453 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
4454 (GET_LONGJMP_TARGET): Delete.
4455
4456 2002-02-17 Kevin Buettner <kevinb@redhat.com>
4457
4458 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
4459 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
4460 of ``current_gdbarch''.
4461
4462 2002-02-17 Tom Tromey <tromey@redhat.com>
4463
4464 * cli/cli-cmds.c (compare_strings): New function.
4465 (complete_command): Only print each unique item once.
4466 * completer.h (complete_line): Declare.
4467 * completer.c (complete_line): New function.
4468 (line_completion_function): Use it.
4469
4470 2002-02-16 Andrew Cagney <ac131313@redhat.com>
4471
4472 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
4473 * gdbarch.h, gdbarch.c: Re-generate.
4474
4475 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
4476
4477 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
4478
4479 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
4480
4481 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
4482 * valops.c (value_arg_coerce): Don't take the address of a reference
4483 to convert an argument to a reference.
4484
4485 2002-02-15 Christopher Faylor <cgf@redhat.com>
4486
4487 * win32-nat.c (get_image_name): New function.
4488 (handle_load_dll): Use get_image_name function.
4489 (get_child_debug_event): Avoid registering debug events until possibly
4490 execed process is started.
4491 (child_create_inferior): Allow invocation via shell so that command
4492 line redirection, etc. works ok.
4493 (_initialize_inftarg): Add new command: "set shell" to control whether
4494 a shell is used to start a process.
4495
4496 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
4497
4498 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
4499 instead of find_register_by_number.
4500 (cannot_store_register): Likewise.
4501
4502 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4503
4504 * dwarf2read.c: Replace fprintf (stderr, ...) by
4505 fprintf_unfiltered (gdb_stderr, ...).
4506
4507 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
4508
4509 * gdbserver/gdbserver.1: Document --attach.
4510
4511 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
4512
4513 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
4514 descriptions.
4515 * arm-tdep.c (arm_default_arm_le_breakpoint)
4516 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
4517 (arm_default_thumb_be_breakpoint): New. Initialize them from
4518 traditional breakpoint defines.
4519 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
4520 (arm_gdbarch_init): Initialize new breakpoint variables.
4521 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
4522 (arm_linux_init_abi): Initialize linux-specific breakpoint.
4523 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
4524 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
4525 code out to ...
4526 (arm_netbsd_init_abi_common): ... here; new function.
4527 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
4528 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
4529 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
4530 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
4531
4532 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
4533
4534 * arm-tdep.h (enum arm_abi): New enum.
4535 (struct gdbarch_tdep): New structure.
4536 (LOWEST_PC): Provide a default.
4537 (arm_gdbarch_register_os_abi): Declare new function.
4538 * arm-tdep.c (arm_abi_names): New array.
4539 (process_note_abi_tag_sections): New function.
4540 (get_elfosabi): New function.
4541 (arm_gdbarch_register_os_abi): New function.
4542 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
4543 support for that ABI has been built in, then call the appropriate
4544 configuration routine. Use gdbarch_num_regs() to get the number
4545 of registers.
4546 (arm_dump_tdep): New function.
4547 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
4548 place-holder functions.
4549 (_initialize_arm_tdep): Register them.
4550 * config/arm/tm-arm.h (LOWEST_PC): Delete.
4551
4552 * armnbsd-tdep.c: New file.
4553 * Makefile.in (armnbsd-tdep.o): Add dependencies.
4554 * config/arm/nbsd.mt (TDEPFILES): Add it.
4555 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
4556
4557 * armnbsd-nat.c: Include regcache.h.
4558 * Makefile.in (armnbsd-nat.o): Update dependency list.
4559
4560 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
4561
4562 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4563
4564 * gdbserver/Makefile.in: Fix typos in target rules.
4565
4566 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4567
4568 Fix part of PR gdb/267.
4569 * linespec.c (find_methods): Handle constructors specially for now.
4570
4571 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
4572
4573 * arm-tdep.c (arm_push_arguments): Eliminate special float type
4574 handling.
4575 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
4576 standard_coerce_float_to_double().
4577
4578 2002-02-14 Christopher Faylor <cgf@redhat.com>
4579
4580 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
4581 GDBINIT_FILENAME.
4582
4583 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
4584
4585 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
4586 find_variant_by_name, because it confuses the multiarch
4587 framework. Return NULL if there isn't an architecture with the
4588 user supplied name, instead of forcing a different one without
4589 recording the change with the multiarch machinery.
4590 (find_variant_by_name): Delete.
4591
4592 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4593
4594 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
4595 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
4596
4597 2002-02-13 Martin M. Hunt <hunt@redhat.com>
4598
4599 * stack.c (print_frame_info_base): When calling
4600 print_frame_info_listing_hook, set current_source_symtab.
4601
4602 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4603
4604 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
4605 and remove unused $(INCLUDE_DIR).
4606 Add regcache.c to OBS.
4607 Add generated register protocol files to clean target.
4608 Update dependencies for new objects, obsolete old target code.
4609
4610 * gdbserver/linux-low.c: Remove all platform-specific code to
4611 new files. Remove various dead code. Update to use regcache
4612 functionality.
4613 * gdbserver/remote-utils.c (fromhex): Add return statement
4614 to quiet warning.
4615 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
4616 constant.
4617 (input_interrupt): Add integer parameter to match prototype
4618 of a signal handler.
4619 (outreg): Use register_data ().
4620 (prepare_resume_reply): Use gdbserver_expedite_regs.
4621 * gdbserver/server.c (main): Dynamically allocate own_buf because
4622 PBUFSIZ is no longer constant. Use registers_to_string () and
4623 registers_from_string ().
4624 * gdbserver/server.h: No longer include "defs.h". Add prototypes
4625 for error (), fatal (), and warning (). Update definition of
4626 PBUFSIZ to use regcache functionality. Add include guard.
4627 * gdbserver/utils.c (fatal): Add missing ``const''.
4628 (warning): New function.
4629
4630 * regformats/regdat.sh: Include "regcache.h" in generated files.
4631 Provide init_registers () function.
4632 * regformats/regdef.h: Add prototype for set_register_cache ().
4633 Add include guard.
4634
4635 * gdbserver/linux-arm-low.c: New file.
4636 * gdbserver/linux-i386-low.c: New file.
4637 * gdbserver/linux-ia64-low.c: New file.
4638 * gdbserver/linux-m68k-low.c: New file.
4639 * gdbserver/linux-mips-low.c: New file.
4640 * gdbserver/linux-ppc-low.c: New file.
4641 * gdbserver/linux-sh-low.c: New file.
4642
4643 * gdbserver/regcache.c: New file.
4644 * gdbserver/regcache.h: New file.
4645
4646 * gdbserver/low-linux.c: Removed obsolete file.
4647
4648 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4649
4650 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
4651 * config/i386/linux.mt: Likewise.
4652 * config/ia64/linux.mt: Likewise.
4653 * config/m68k/linux.mh: Likewise.
4654 * config/powerpc/linux.mh: Likewise.
4655 * config/mips/linux.mt: Likewise.
4656
4657 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
4658
4659 * config/i386/i386lynx.mh: Mark gdbserver variables
4660 as (currently) obsolete for this target.
4661 * config/i386/nbsd.mt: Likewise.
4662 * config/i386/nbsdelf.mt: Likewise.
4663 * config/m32r/m32r.mt: Likewise.
4664 * config/m68k/m68klynx.mh: Likewise.
4665 * config/m68k/nbsd.mt: Likewise.
4666 * config/m68k/sun3os4.mh: Likewise.
4667 * config/mips/vr5000.mt: Likewise.
4668 * config/ns32k/nbsd.mt: Likewise.
4669 * config/pa/hppabsd.mh: Likewise.
4670 * config/pa/hppaosf.mh: Likewise.
4671 * config/powerpc/nbsd.mt: Likewise.
4672 * config/rs6000/rs6000lynx.mh: Likewise.
4673 * config/s390/s390.mt: Likewise.
4674 * config/s390/s390x.mt: Likewise.
4675 * config/sparc/sparclynx.mh: Likewise.
4676 * config/sparc/sun4os4.mh: Likewise.
4677 * config/i386/x86-64linux.mt: Likewise.
4678 * config/sparc/linux.mh: Likewise.
4679
4680 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
4681
4682 * configure.tgt: Configure gdbserver only for known working
4683 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
4684 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
4685 SUBDIRS if it is configured. Update comment for ${nativefile}.
4686 * configure: Regenerated.
4687
4688 2002-02-13 Michael Snyder <msnyder@redhat.com>
4689
4690 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
4691
4692 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
4693 (default_gcore_mach): Just return 0, work around a problem in bfd.
4694 (default_gcore_target): OK to return NULL if exec_bfd is null.
4695 (make_mem_sec): Use a cast, avoid a warning.
4696
4697 * procfs.c (find_memory_regions_callback): Use a cast instead of
4698 calling host_pointer_to_address (which complains if
4699 sizeof (host pointer) != sizeof (target pointer)).
4700 (procfs_make_note_section): Avoid overflow in psargs string.
4701
4702 * procfs.c (procfs_make_note_section): Make the default
4703 implementation return an error.
4704
4705 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
4706
4707 * procfs.c (procfs_make_note_section): Provide a default definition
4708 (for alpha-dec-osf4.0f). Fix typos.
4709
4710 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
4711
4712 * linux-proc.c: Add include of regcache.h.
4713 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
4714
4715 2002-02-13 Andrew Cagney <ac131313@redhat.com>
4716
4717 From 2002-01-18 Greg McGary <greg@mcgary.org>:
4718 * memattr.c (create_mem_region): Disallow useless empty region.
4719 Regions are half-open intervals, so allow [A..B) [B..C) as
4720 non-overlapping.
4721
4722 2002-02-13 Michael Chastain <mec@shout.net>
4723
4724 * defs.h: Kill CONST_PTR.
4725 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
4726 * c-lang.c (c_builtin_types): Likewise.
4727 * ch-lang.c (ch_builtin_types): Likewise.
4728 * f-lang.c (f_builtin_types): Likewise.
4729 * language.c (unknown_builtin_types): Likewise.
4730 * m2-lang.c (m2_builtin_types): Likewise.
4731 * p-lang.c (pascal_builtin_types): Likewise.
4732 * scm-lang.c (c_builtin_types): Likewise.
4733
4734 2002-02-13 Keith Seitz <keiths@redhat.com>
4735
4736 * arm-tdep.h (arm_get_next_pc): Add declaration.
4737
4738 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
4739
4740 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
4741 with other related struct-returning functions.
4742 (arm_extract_struct_value_address): New function.
4743 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
4744 initialize float_format, double_format and long_double_format as
4745 appropriate to the endianness of the target.
4746 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
4747 (arm_use_struct_convention): Delete declaration.
4748 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
4749
4750 2002-02-13 Keith Seitz <keiths@redhat.com>
4751
4752 * defs.h (core_addr_to_string_nz): New function.
4753
4754 2002-02-13 Mark Kettenis <kettenis@gnu.org>
4755
4756 Apply missing bits of 2002-01-15 patch.
4757 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
4758 (fill_fpregset): Use i387_fill_fsave.
4759
4760 2002-02-12 Keith Seitz <keiths@redhat.com>
4761
4762 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
4763 (core_addr_to_string_nz): New function.
4764
4765 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
4766
4767 * arm-linux-nat.c: Really include arm-tdep.h.
4768 * config/arm/tm-linux.h (struct type, struct value): Declare.
4769
4770 2002-02-11 Michael Snyder <msnyder@redhat.com>
4771
4772 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
4773 (gcore section): Ifdef for Solaris and Unixware only.
4774 (procfs_do_thread_registers): Unixware needs one lwpstatus
4775 per thread (not one prstatus or pstatus).
4776 (procfs_make_note_section): Iterate only over kernel threads (lwps),
4777 not over all gdb threads. For unixware, call elfcore_write_pstatus
4778 once before iterating over threads.
4779
4780 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
4781
4782 * arm-tdep.h: New file.
4783 * arm-tdep.c: Include arm-tdep.h.
4784 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4785 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4786 (arm_print_float_info, arm_register_type, convert_to_extended)
4787 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4788 (arm_extract_return_value, arm_register_name): Make static.
4789 (arm_software_single_step): Similarly. Fix types in declaration.
4790 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
4791 (arm_store_return_value, arm_store_struct_return): New functions.
4792 (arm_gdbarch_init): Register the above functions. Also register
4793 call_dummy_start_offset, sizeof_call_dummy_words,
4794 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
4795 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
4796 max_register_virtual_size, register_size. Set up
4797 prologue_cache.saved_regs here, rather than ...
4798 (_initialize_arm_tdep): ... here.
4799 * config/arm/tm-arm.h (struct type, struct value): Delete forward
4800 declarations.
4801 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
4802 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
4803 (arm_print_float_info, arm_register_type, convert_to_extended)
4804 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
4805 (arm_extract_return_value, arm_register_name): Delete declarations.
4806 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
4807 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
4808 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
4809 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
4810 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4811 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
4812 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
4813 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
4814 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
4815 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
4816 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
4817 (arm_get_next_pc): No-longer static -- these are needed by the RDI
4818 interface.
4819 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
4820 * remote-rdi.c remote-rdp.c: Likewise.
4821 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
4822 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
4823 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
4824 definition.
4825
4826 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
4827 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
4828 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
4829 from non-ARM_ prefixed definitions.
4830 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
4831 all uses of above.
4832 * remote-rdi.c remote-rdp.c: Likewise.
4833 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
4834
4835 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
4836
4837 * arm-tdep.c (arm_frameless_function_invocation)
4838 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4839 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4840 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4841 (arm_pop_frame, arm_get_next_pc): Make static.
4842 (arm_gdbarch_init): Register above in gdbarch structure.
4843 (arm_read_fp): Renamed from arm_target_read_fp.
4844 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
4845 * config/arm/tm-arm.h (arm_frameless_function_invocation)
4846 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
4847 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
4848 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
4849 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
4850 (arm_pc_is_thumb_dummy): Delete declarations.
4851 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
4852 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
4853 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
4854 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
4855
4856 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
4857
4858 * symtab.c (compare_search_syms): New function.
4859 (sort_search_symbols): New function.
4860 (search_symbols): Sort symbols after searching rather than
4861 before.
4862
4863 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4864
4865 * NEWS: Linux -> GNU/Linux.
4866
4867 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4868
4869 * gdbarch.sh: For for level one methods, disallow a definition
4870 when partially multi-arched. Add comments explaining rationale.
4871 * gdbarch.h: Re-generate.
4872
4873 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4874
4875 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
4876 multi-arch partial.
4877
4878 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4879
4880 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
4881 field. Use diff -u.
4882 * gdbarch.c: Re-generate.
4883
4884 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4885
4886 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
4887 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
4888 partial.
4889
4890 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4891
4892 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
4893 multi-arch partial.
4894 (PUSH_ARGUMENTS): Switch to using predefault.
4895 * gdbarch.c: Regenerate.
4896
4897 2002-02-10 Andrew Cagney <ac131313@redhat.com>
4898
4899 * valops.c (PUSH_ARGUMENTS): Delete definition.
4900 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
4901 partial. Default to default_push_arguments.
4902 * gdbarch.h, gdbarch.c: Regenerate.
4903
4904 2002-02-09 Andrew Cagney <ac131313@redhat.com>
4905
4906 * defs.h (throw_exception): Rename return_to_top_level. Update
4907 comments.
4908 * utils.c (error_stream, internal_verror, quit): Ditto.
4909 * top.c (throw_exception, catcher): Ditto.
4910 * sparclet-rom.c (sparclet_load): Ditto.
4911 * remote.c (interrupt_query, minitelnet): Ditto.
4912 * remote-sds.c (interrupt_query): Ditto.
4913 * remote-mips.c (mips_error, mips_kill): Ditto.
4914 * ocd.c (interrupt_query): Ditto.
4915 * monitor.c (monitor_interrupt_query): Ditto.
4916 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
4917 * target.h: Update comment.
4918
4919 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
4920
4921 2002-02-09 Andrew Cagney <ac131313@redhat.com>
4922
4923 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
4924 default_double_format.
4925 * gdbarch.h, gdbarch.c: Re-generate.
4926 * findvar.c (floatformat_unknown): Delete variable definition.
4927 * doublest.h (floatformat_unknown): Delete variable declaration.
4928
4929 2002-02-09 Jim Blandy <jimb@redhat.com>
4930
4931 * stabsread.c (read_type): Add code to parse Sun's syntax for
4932 prototyped function types.
4933
4934 2002-02-09 Andrew Cagney <ac131313@redhat.com>
4935
4936 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
4937 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
4938
4939 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4940
4941 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
4942 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
4943 now _initialize_xcoffsolib gets called again and overrides the
4944 commands from solib.c in a native configuration.
4945
4946 2002-02-09 Mark Kettenis <kettenis@gnu.org>
4947
4948 * doublest.c (store_typed_floating): Don't try to return a value.
4949 Fixes PR gdb/290.
4950
4951 2002-02-08 Jim Blandy <jimb@redhat.com>
4952
4953 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
4954 is prototyped and has no arguments, print its argument list as
4955 `(void)'.
4956
4957 2002-02-08 Chris Demetriou <cgd@broadcom.com>
4958
4959 * MAINTAINERS (write-after-approval): Add myself.
4960 (paper-trail): I've escaped!
4961
4962 2002-02-08 Christopher Faylor <cgf@redhat.com>
4963
4964 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
4965 changes.
4966 (_initialize_check_for_gdb_ini): Ditto.
4967
4968 2002-02-08 Martin M. Hunt <hunt@redhat.com>
4969
4970 * win32-nat.c (cygwin_pid_to_str): Fix typo.
4971 xaprintf -> xasprintf.
4972
4973 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
4974
4975 * win32-nat.c: Remove use of printf and sprintf functions.
4976
4977 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
4978
4979 * arm-tdep.c (arm_frame_chain_valid): Make static.
4980 (arm_push_arguments): Likewise.
4981 (arm_gdbarch_init): New function.
4982 (_initialize_arm_tdep): Call it.
4983 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
4984 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
4985 (FRAME_CHAIN_VALID): Delete.
4986 (arm_frame_chain_valid): Delete declaration.
4987 (PUSH_ARGUMENTS): Delete.
4988 (arm_push_arguments): Delete declaration.
4989 (CALL_DUMMY_P): Delete.
4990
4991 2002-02-08 Andrew Cagney <ac131313@redhat.com>
4992 Corinna Vinschen <vinschen@redhat.com>
4993
4994 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
4995 on builtin float types.
4996
4997 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
4998
4999 * utils.c: Include <curses.h> before "bfd.h".
5000 * tui/tui-hooks.c: Likewise.
5001 * tui/tui.c: Likewise.
5002 * tui/tuiCommand.c: Likewise.
5003 * tui/tuiData.c: Likewise.
5004 * tui/tuiDataWin.c: Likewise.
5005 * tui/tuiDisassem.c: Likewise.
5006 * tui/tuiGeneralWin.c: Likewise.
5007 * tui/tuiIO.c: Likewise.
5008 * tui/tuiLayout.c: Likewise.
5009 * tui/tuiRegs.c: Likewise.
5010 * tui/tuiSource.c: Likewise.
5011 * tui/tuiSourceWin.c: Likewise.
5012 * tui/tuiStack.c: Likewise.
5013 * tui/tuiWin.c: Likewise.
5014
5015 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
5016
5017 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
5018 to include space for pseudoregs as well. Update loops accordingly.
5019 (sh_fp_frame_init_saved_regs): Ditto.
5020 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
5021
5022 2002-02-07 Andrew Cagney <ac131313@redhat.com>
5023
5024 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
5025 Add Richard Earnshaw to Arm maintainers.
5026
5027 2002-02-07 Andrew Cagney <ac131313@redhat.com>
5028
5029 * defs.h (warning_begin): Delete declaration.
5030
5031 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
5032 Delete macro.
5033
5034 2002-02-07 Michael Snyder <msnyder@redhat.com>
5035
5036 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
5037 Logic bug, remove misplaced else.
5038
5039 2002-02-07 Klee Dienes <klee@apple.com>
5040
5041 * fork-inferior.c (fork_inferior): Add '!' to the list of
5042 characters that need to be quoted when building a string for the
5043 shell. Quote '!' specifically with a backslash, since CSH chokes
5044 when trying to evaluate "str!str".
5045
5046 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
5047
5048 * rdi-share/host.h: Only provide a typedef for bool if it is not
5049 defined.
5050
5051 2002-02-04 Michael Snyder <msnyder@redhat.com>
5052
5053 * breakpoint.h (enum bptype): Add new overlay event bp type.
5054 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
5055
5056 * breakpoint.c (create_internal_breakpoint): New function.
5057 (internal_breakpoint_number): Moved into create_internal_breakpoint.
5058 (create_longjmp_breakpoint): Use create_internal_breakpoint.
5059 (create_thread_event_breakpoint): Ditto.
5060 (create_solib_event_breakpoint): Ditto.
5061 (create_overlay_event_breakpoint): New function.
5062 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
5063 (update_breakpoints_after_exec): Delete and re-initialize
5064 overlay event breakpoints after an exec. Add FIXME comment
5065 about longjmp breakpoint.
5066 (print_it_typical): Ignore overlay event breakpoints.
5067 (print_one_breakpoint): Ditto.
5068 (mention): Ditto.
5069 (bpstat_what): Do not stop for overlay event breakpoints.
5070 (delete_breakpoint): Don't delete overlay event breakpoints.
5071 (breakpoint_re_set_one): Delete the overlay event breakpoint.
5072 (breakpoint_re_set): Re-create overlay event breakpoint.
5073
5074 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
5075 (overlay_manual_command): Disable overlay breakpoints.
5076 (overlay_off_command): Disable overlay breakpoints.
5077
5078 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
5079
5080 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
5081 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
5082 to here from config/tm-arm.h.
5083 (coff_sym_is_thumb): Make static.
5084 (arm_elf_make_msymbol_special): New function.
5085 (arm_coff_make_msymbol_special): New function.
5086 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
5087 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
5088 (coff_sym_is_thumb): Delete declaration.
5089 (arm_elf_make_msymbol_special): Declare.
5090 (arm_coff_make_msymbol_special): Declare.
5091 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
5092 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
5093
5094 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
5095
5096 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
5097
5098 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
5099
5100 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
5101 * gdbarch.c gdbarch.h: Regenerate.
5102 * arch-utils.c (default_print_float_info): New function.
5103 * arch-utils.h (default_print_float_info): Prototype it.
5104 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
5105 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
5106 (PRINT_FLOAT_INFO): Document it.
5107
5108 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
5109 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
5110 (PRINT_FLOAT_INFO): Define.
5111
5112 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
5113
5114 * win32-nat.c (_initialize_check_for_gdb_ini):
5115 Add typecast to sprintf argument to suppress a warning.
5116
5117 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
5118
5119 * win32-nat.c (last_sig): Changed type of variable to target_signal,
5120 to allow easier handling of pass state.
5121 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
5122 that gives exception name and address.
5123 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
5124 and set last_sig value to ourstatus->value.sig. Some missing
5125 exceptions added.
5126 (child_continue): Correctly report continue_status.
5127 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
5128 TARGET_SIGNAL_0 (new default value).
5129 (child_resume): consider sig argument passed to decide if
5130 the exception should be passed to debuggee or not.
5131
5132 2002-02-05 Michael Snyder <msnyder@redhat.com>
5133
5134 * regcache.c (fetch_register): Call target_fetch_register
5135 only if we don't call FETCH_PSEUDO_REGISTER.
5136 (store_register): Call target_store_register only if we
5137 don't call STORE_PSEUDO_REGISTER.
5138
5139 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
5140
5141 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
5142 ELF_MAKE_MSYMBOL_SPECIAL.
5143 * gdbarch.c, gdbarch.h: Regenerate.
5144 * arch-utils.c (default_make_msymbol_special): New function.
5145 * arch-utils.h (default_make_msymbol_special): Export.
5146 * elfread.c (elf_symtab_read): Compile use of
5147 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
5148 multiarched.
5149 * coffread.c (coff_symtab_read): Ditto, for
5150 COFF_MAKE_MSYMBOL_SPECIAL.
5151
5152 2002-02-05 Jim Blandy <jimb@redhat.com>
5153
5154 * solib-svr4.c (svr4_truncate_ptr): New function.
5155 (svr4_relocate_section_addresses): Do the address arithmetic with
5156 the appropriate truncation for target addresses, even when
5157 CORE_ADDR is larger than a target address.
5158
5159 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5160
5161 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
5162 to (int *).
5163
5164 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5165
5166 * gdbserver/linux-low.c (kill_inferior): Remove commented out
5167 code.
5168
5169 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5170
5171 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
5172
5173 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5174
5175 * gdbserver/linux-low.c: Remove unused include files.
5176
5177 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5178
5179 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
5180 (read_inferior_memory): Use it.
5181 (write_inferior_memory): Likewise.
5182
5183 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5184
5185 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
5186 grubbing through sys_errlist.
5187
5188 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
5189
5190 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
5191
5192 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
5193 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
5194
5195 2002-02-04 Andrew Cagney <ac131313@redhat.com>
5196
5197 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
5198 (do_sfunc, set_cmd_sfunc): New functions.
5199
5200 * command.h (struct cmd_list_element): Add field func.
5201 * cli/cli-decode.h (struct cmd_list_element): Ditto.
5202 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
5203 * cli/cli-decode.h: Ditto.
5204
5205 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
5206 (help_all, help_cmd_list): Ditto.
5207 (find_cmd, complete_on_cmdlist): Ditto.
5208 * top.c (execute_command): Ditto.
5209
5210 * cli/cli-setshow.c (do_setshow_command): Call func instead of
5211 function.sfunc.
5212
5213 * infcmd.c (notice_args_read): Fix function signature.
5214
5215 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
5216 * cli/cli-decode.c (add_set_cmd): Ditto.
5217 * utils.c (initialize_utils): Ditto.
5218 * maint.c (_initialize_maint_cmds): Ditto.
5219 * infrun.c (_initialize_infrun): Ditto.
5220 * demangle.c (_initialize_demangler): Ditto.
5221 * remote.c (add_packet_config_cmd): Ditto.
5222 * mips-tdep.c (_initialize_mips_tdep): Ditto.
5223 * cris-tdep.c (_initialize_cris_tdep): Ditto.
5224 * proc-api.c (_initialize_proc_api): Ditto.
5225 * kod.c (_initialize_kod): Ditto.
5226 * valprint.c (_initialize_valprint): Ditto.
5227 * top.c (init_main): Ditto.
5228 * infcmd.c (_initialize_infcmd): Ditto.
5229 * corefile.c (_initialize_core): Ditto.
5230 * arm-tdep.c (_initialize_arm_tdep): Ditto.
5231 * arch-utils.c (initialize_current_architecture): Ditto.
5232 (_initialize_gdbarch_utils): Ditto.
5233 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
5234
5235 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
5236 * wince.c (_initialize_inftarg): Ditto.
5237 * symfile.c (_initialize_symfile): Ditto.
5238 * mips-tdep.c (_initialize_mips_tdep): Ditto.
5239 * language.c (_initialize_language): Ditto.
5240 * arc-tdep.c (_initialize_arc_tdep): Ditto.
5241
5242 2002-02-04 Michael Snyder <msnyder@redhat.com>
5243
5244 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
5245
5246 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
5247
5248 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
5249 Add rules for building the register data files.
5250
5251 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
5252
5253 * regformats/regdat.sh: Add braces to the definition of
5254 expedite_regs_${arch}.
5255
5256 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
5257
5258 * regformats/regdef.h (struct reg): Add comment describing the
5259 requirements for offset and size fields.
5260
5261 2002-02-04 Andreas Schwab <schwab@suse.de>
5262
5263 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
5264 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
5265
5266 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
5267
5268 * gdbarch.sh (copyright): Update years in generated header.
5269 (SMASH_TEXT_ADDRESS): Add rule.
5270 * gdbarch.h, gdbarch.c: Re-generate.
5271 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
5272 * dbxread.c: Likewise.
5273 * dwarfread.c: Likewise.
5274 * elfread.c: Likewise.
5275 * somread.c: Likewise.
5276
5277 * arm-tdep.c (arm_smash_text_address): New function.
5278 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
5279
5280 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
5281
5282 Add support for hardware watchpoints on win32 native.
5283 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
5284 CONTEXT_DEBUG_REGISTERS.
5285 (dr variable): New variable. Static array containing a local copy
5286 of debug registers.
5287 (debug_registers_changed): New variable. Reflects when debug registers
5288 are changed and need to be written to inferior.
5289 (debug_registers_used): New variable. Reflects when any debug register
5290 was set, used when new threads are created.
5291 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
5292 i386-nat code.
5293 (thread_rec): Set dr array if id is the thread of current_event .
5294 (child_continue, child_resume): Change the debug registers for all
5295 threads if debug_registers_changed.
5296 (child_add_thread): Change the debug registers if debug_registers_used.
5297 * config/i386/cygwin.mh: Add use of i386-nat.o file.
5298 Link nm.h to new nm-cygwin.h file.
5299 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
5300 of hardware registers.
5301
5302 2002-02-03 Andrew Cagney <ac131313@redhat.com>
5303
5304 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
5305 Restore behavour broken by 2002-01-20 Andrew Cagney
5306 <ac131313@redhat.com> IEEE_FLOAT removal.
5307
5308 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
5309
5310 * c-valprint.c (c_val_print): Pass a proper valaddr to
5311 cp_print_class_method.
5312 * valops.c (search_struct_method): If there is only one method
5313 and args is NULL, return that method.
5314
5315 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
5316
5317 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
5318 accessing tag_name directly.
5319
5320 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
5321
5322 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
5323 of accessing tag_name directly.
5324
5325 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
5326
5327 PR gdb/280
5328 * gdbtypes.c (replace_type): New function.
5329 * gdbtypes.h (replace_type): Add prototype.
5330 * stabsread.c (read_type): Use replace_type.
5331
5332 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
5333
5334 * Makefile.in (memattr.o): Add missing dependencies rule.
5335
5336 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5337
5338 * breakpoint.c (break_at_finish_command): Really export.
5339 (break_at_finish_at_depth_command): Ditto.
5340 (tbreak_at_finish_command): Ditto.
5341 * hppa-tdep.c: Include completer.h.
5342 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
5343 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
5344
5345 2002-02-01 Andrew Cagney <ac131313@redhat.com>
5346
5347 * utils.c (do_write): New function.
5348 (error_stream): Rewrite combining the code from error_begin and
5349 verror.
5350 (verror): Rewrite using error_stream.
5351 (error_begin): Delete function.
5352
5353 2002-02-01 Andrew Cagney <ac131313@redhat.com>
5354
5355 * utils.c (error_begin): Make static.
5356 * defs.h (error_begin): Delete declaration.
5357
5358 * linespec.c (cplusplus_error): Replace cplusplus_hint.
5359 (decode_line_1): Use cplusplus_error instead of error_begin,
5360 cplusplus_hint and return_to_top_level.
5361 * coffread.c (coff_symfile_read): Use error instead of error_begin
5362 and return_to_top_level.
5363 * infrun.c (default_skip_permanent_breakpoint): Ditto.
5364
5365 2002-02-01 Andrew Cagney <ac131313@redhat.com>
5366
5367 * language.h (type_error, range_error): Make string parameter
5368 constant.
5369 * language.c (warning_pre_print): Delete extern declaration.
5370 * dwarfread.c (warning_pre_print): Ditto.
5371 * language.c (type_error, range_error): Rewrite to use verror and
5372 vwarning instead of warning_begin.
5373
5374 2002-02-01 Michael Snyder <msnyder@redhat.com>
5375
5376 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
5377 (set_ignore_count): Move misplaced comment back where it belongs.
5378
5379 2002-02-01 Andrew Cagney <ac131313@redhat.com>
5380
5381 * command.h (NO_FUNCTION): Delete macro.
5382 * cli/cli-decode.h (NO_FUNCTION): Ditto.
5383 * top.c (execute_command): Replace NO_FUNCTION with NULL.
5384 * tracepoint.c (_initialize_tracepoint): Ditto.
5385 * cli/cli-decode.c (add_set_cmd): Ditto.
5386 * cli/cli-cmds.c (init_cli_cmds): Ditto.
5387
5388 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
5389
5390 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
5391 Update ``this'' pointer when calling virtual functions.
5392
5393 2002-02-01 Michael Snyder <msnyder@redhat.com>
5394
5395 * breakpoint.c (create_temp_exception_breakpoint): Delete.
5396 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
5397
5398 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
5399
5400 * regformats/reg-arm.dat: New file.
5401 * regformats/reg-i386.dat: New file.
5402 * regformats/reg-ia64.dat: New file.
5403 * regformats/reg-m68k.dat: New file.
5404 * regformats/reg-mips.dat: New file.
5405 * regformats/reg-ppc.dat: New file.
5406 * regformats/reg-sh.dat: New file.
5407 * regformats/regdef.h: New file.
5408 * regformats/regdat.sh: New file.
5409
5410 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
5411
5412 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
5413 (arm_frame_args_address, arm_frame_locals_address): New functions.
5414 (arm_frame_num_args): New function.
5415 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
5416 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
5417 (FRMA_NUM_ARGS): Call arm_frame_num_args.
5418
5419 2002-01-31 Michael Snyder <msnyder@redhat.com>
5420
5421 * breakpoint.c (break_at_finish_command): Export.
5422 (break_at_finish_at_depth_command): Export.
5423 (tbreak_at_finish_command): Export.
5424 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
5425 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
5426 "tbreak" commands, which are HPPA specific.
5427
5428 * printcmd.c (disassemble_command): Remove an ancient
5429 artifact of an old merge.
5430
5431 * symfile.h (enum overlay_debugging_state):
5432 Define enum constant values for overlay mode.
5433 * symfile.c (overlay_debugging): Use enums instead of literals.
5434 (overlay_is_mapped, overlay_auto_command,
5435 overlay_manual_command): Ditto.
5436
5437 * breakpoint.c (insert_breakpoints, remove_breakpoint,
5438 breakpoint_here_p, breakpoint_inserted_here_p,
5439 breakpoint_thread_match, bpstat_stop_status,
5440 describe_other_breakpoints, check_duplicates, clear_command):
5441 Coding standard fixes.
5442
5443 * target.c (target_xfer_memory): Add spaces, coding standard.
5444 (do_xfer_memory): Add missing line to trust-readonly
5445 code: check bfd SEC_READONLY flag for section.
5446
5447 2002-01-31 Andrew Cagney <ac131313@redhat.com>
5448
5449 * PROBLEMS: Fix typo, 5.1->5.1.1.
5450
5451 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
5452
5453 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
5454 data symbols, since we search based on textlow and texthigh.
5455 (find_pc_sect_symtab): Likewise.
5456
5457 2002-01-30 Andrew Cagney <ac131313@redhat.com>
5458
5459 * defs.h (vwarning): Declare.
5460 * utils.c (vwarning): New function.
5461 (warning): Call vwarning.
5462 (warning_begin): Delete function.
5463
5464 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
5465 the warning message.
5466 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
5467 warning_begin.
5468
5469 2002-01-30 Michael Snyder <msnyder@redhat.com>
5470
5471 * NEWS: Mention "set trust-readonly-sections" command.
5472 Mention generate-core-file command.
5473
5474 2002-01-15 Michael Snyder <msnyder@redhat.com>
5475
5476 * target.c: New command, "set trust-readonly-sections on".
5477 (do_xfer_memory): Honor the suggestion to trust readonly sections
5478 by reading them from the object file instead of from the target.
5479 (initialize_targets): Register command "set trust-readonly-sections".
5480
5481 2002-01-29 Andrew Cagney <ac131313@redhat.com>
5482
5483 * parse.c (target_map_name_to_register): Simplify, search regs and
5484 pseudo-regs using a single loop.
5485
5486 2002-01-30 Andrew Cagney <ac131313@redhat.com>
5487
5488 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
5489
5490 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
5491
5492 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
5493 * config/i386/i386v42mp.mh: Add i387-nat.o .
5494 * i386v4-nat.c: Include i387-nat.h.
5495 (supply_fpregset): Use i387_supply_fsave.
5496 (fill_fpregset): Use i387_fill_fsave.
5497
5498 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
5499
5500 * arm-tdep.c (arm_call_dummy_words): Define.
5501 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
5502 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
5503 (CALL_DUMMY_WORDS): Define.
5504 (arm_call_dummy_words): Declare.
5505 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
5506 (arm_linux_call_dummy_words): Declare.
5507
5508 2002-01-30 Andreas Schwab <schwab@suse.de>
5509
5510 * m68klinux-nat.c: Fix last change to use regcache_collect
5511 instead of referencing registers[] directly.
5512
5513 2002-01-29 Andrew Cagney <ac131313@redhat.com>
5514
5515 * parse.c (target_map_name_to_register): Delete code wrapped in
5516 #ifdef REGISTER_NAME_ALIAS_HOOK.
5517
5518 2002-01-28 Michael Snyder <msnyder@redhat.com>
5519
5520 * regcache.c (legacy_read_register_gen): Need to be able to
5521 read pseudo-register as well as real register.
5522 (legacy_write_register_gen): Ditto.
5523
5524 2002-01-28 Andrew Cagney <ac131313@redhat.com>
5525
5526 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
5527 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
5528 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
5529 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
5530 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
5531 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
5532 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
5533 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
5534 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
5535 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
5536 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
5537 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
5538 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
5539 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
5540 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
5541 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
5542 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
5543 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
5544 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
5545 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
5546
5547 2002-01-28 Andrew Cagney <ac131313@redhat.com>
5548
5549 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
5550 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
5551 (initialize_current_architecture): Update target_byte_order using
5552 information from BFD.
5553 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
5554 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
5555
5556 2002-01-28 Andrew Cagney <ac131313@redhat.com>
5557
5558 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
5559 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
5560
5561 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
5562 #ifdef INVALID_FLOAT.
5563 * infcmd.c (do_registers_info): Ditto.
5564 * values.c (unpack_double): Ditto. Add comment.
5565
5566 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
5567 already commented out.
5568
5569 2002-01-26 Andreas Schwab <schwab@suse.de>
5570
5571 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5572 * m68klinux-nat.c: Update ptrace interface for fetching/storing
5573 registers and add support for PTRACE_GETREGS.
5574
5575 2002-01-24 Andrew Cagney <ac131313@redhat.com>
5576
5577 GDB 5.1.1 released from 5.1 branch.
5578 * NEWS: Add 5.1.1 news.
5579 * README: Sync with 5.1 branch.
5580
5581 2002-01-23 Fred Fish <fnf@redhat.com>
5582
5583 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
5584 stabstring on initial malloc. Reallocing will copy it for us,
5585 if necessary.
5586
5587 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
5588
5589 * Makefile.in (hpread_h): Delete.
5590 (HFILES_NO_SRCDIR): Remove hpread.h.
5591 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
5592 (hpread.o): Update dependencies.
5593 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
5594
5595 * hp-psymtab-read.c: Remove file.
5596 * hp-symtab-read.c: Remove file.
5597 * hpread.h: Remove file.
5598
5599 * hpread.c: Merge all contents of hp-psymtab-read.c,
5600 hp-symtab-read.c and hpread.h into this file, as it was prior to
5601 January 1999.
5602
5603 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
5604 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
5605 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
5606 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
5607
5608 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
5609
5610 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
5611 fill_gregset): Call gdbarch_tdep() just once, assign result to
5612 variable and use that, instead of calling the function several
5613 times.
5614
5615 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
5616
5617 * configure.host: Accept sparcv9 as alias for sparc64.
5618 * configure.tgt: Likewise.
5619
5620 2002-01-22 Kevin Buettner <kevinb@redhat.com>
5621
5622 * solib-aix5.c (build_so_list_from_mapfile)
5623 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
5624 arguments is not reversed.
5625 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
5626 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
5627
5628 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
5629
5630 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
5631 modified version of obsolete sh_fetch_pseudo_register.
5632 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
5633 (sh4_register_read): New function.
5634 (sh_pseudo_register_write): New function. Renamed and modified
5635 version of obsolete sh_store_pseudo_register.
5636 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
5637 (sh4_register_write): New function.
5638 (sh_gdbarch_init): Remove setting of gdbarch function
5639 fetch_pseudo_register and store_pseudo_register. Remove setting of
5640 register_convert_to_raw, register_convert_to_virtual,
5641 register_convertible.
5642 (sh_sh4_register_convertible): Delete. No longer needed. All is
5643 taken care by architecture specific functions
5644 register_read/register_write.
5645 (sh_sh4_register_convert_to_virtual): Make static.
5646 (sh_sh4_register_convert_to_raw): Ditto.
5647
5648 2002-01-22 Andrew Cagney <ac131313@redhat.com>
5649
5650 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
5651 (floatformat_is_nan, floatformat_mantissa): Ditto.
5652
5653 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
5654 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
5655 builtin_type_ieee_double_little,
5656 builtin_type_ieee_double_littlebyte_bigword,
5657 builtin_type_m68881_ext, builtin_type_i960_ext,
5658 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
5659 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
5660 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
5661 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
5662
5663 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
5664
5665 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
5666 parameter. Set frameless flag if it exists and depended of
5667 whether the scanned function is frameless or not.
5668 (xstormy16_skip_prologue): If function is frameless, return
5669 result of xstormy16_scan_prologue().
5670 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
5671 call.
5672
5673 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
5674
5675 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
5676 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
5677 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
5678 sh_sh4_register_byte, sh_sh4_register_raw_size,
5679 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
5680 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
5681 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
5682 sh_store_pseudo_register, sh_do_pseudo_register): Call
5683 gdbarch_tdep() just once, assign result to variable and use that,
5684 instead of calling the function several times.
5685
5686 2002-01-20 Mark Kettenis <kettenis@gnu.org>
5687
5688 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
5689 macros instead of LAST_FPU_CTRL_REGNUM.
5690 (store_register): Likewise.
5691
5692 2002-01-21 Jim Blandy <jimb@redhat.com>
5693
5694 * infcmd.c (run_command): Check that the `exec' target layer's BFD
5695 is up-to-date before running the program, not just when a program
5696 exits.
5697
5698 2002-01-21 Fred Fish <fnf@redhat.com>
5699
5700 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
5701 when we have found all instructions we are looking for.
5702
5703 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
5704
5705 * arm-tdep.c (arm_register_name): New function.
5706 (arm_registers_names): Make static.
5707 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
5708 (arm_register_name): Declare.
5709 (REGISTER_NAME): Use it.
5710
5711 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
5712 Kevin Buettner <kevinb@redhat.com>
5713
5714 Convert arm targets to new FRAME interface.
5715 * arm-tdep.c (struct frame_extra_info): Remove fsr.
5716 (arm_frame_find_save_regs): Delete.
5717 (arm_frame_init_saved_regs): New.
5718 (arm_init_extra_frame_info): Alloacte saved_regs as required.
5719 Allocate extra_info as required. Convert all uses of fsr.regs
5720 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
5721 to use extra_info.
5722 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
5723 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
5724 (check_prologue_cache, save_prologue_cache): Likewise.
5725 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
5726 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
5727 (FRAME_FIND_SAVED_REGS): Delete.
5728 (arm_frame_find_saved_regs): Delete prototype.
5729 (arm_frame_init_saved_regs): New prototype.
5730 (FRAME_INIT_SAVED_REGS): Define.
5731
5732 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5733
5734 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
5735
5736 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5737
5738 From Jeff Law <law@redhat.com>:
5739 * infttrace.c: Include <sys/pstat.h>.
5740 (child_pid_to_exec_file): Revamp. Use pstat call to get the
5741 exec file if the ttrace equivalent fails.
5742
5743 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5744
5745 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
5746 (closeLogFile): Ditto.
5747
5748 2002-01-20 Michael Chastain <mec@shout.net>
5749
5750 * top.c (print_gdb_version): Bump copyright year to 2002.
5751
5752 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5753
5754 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
5755 Zannoni and Eli Zaretskii.
5756
5757 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5758
5759 * buildsym.c: Update copyright years.
5760 * c-typeprint.c: Likewise.
5761 * dwarf2read.c: Likewise.
5762 * f-typeprint.c: Likewise.
5763 * gdbtypes.c: Likewise.
5764 * gdbtypes.h: Likewise.
5765 * hp-symtab-read.c: Likewise.
5766 * hpread.c: Likewise.
5767 * mdebugread.c: Likewise.
5768 * p-typeprint.c: Likewise.
5769
5770 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5771
5772 * remote-sim.c (gdbsim_open): Simplify code testing the macro
5773 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
5774 byte-order selectable.
5775 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
5776 * arch-utils.c: Ditto.
5777 (set_endian): Ditto.
5778 (set_endian_from_file): Ditto.
5779 * gdbserver/low-sim.c (create_inferior): Ditto.
5780 * gdbarch.sh: Ditto.
5781 * gdbarch.h: Re-generate.
5782 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5783 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
5784 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
5785 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5786 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5787 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
5788 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
5789 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
5790 macro definition.
5791 * config/mips/tm-wince.h: Remove #undef of macro
5792 TARGET_BYTE_ORDER_SELECTABLE.
5793 * config/sh/tm-wince.h: Ditto.
5794
5795 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5796
5797 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
5798 member function fields. Add accessor macro
5799 TYPE_FN_FIELD_ARTIFICIAL.
5800 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
5801 * c-typeprint.c (c_type_print_base): Skip artificial member
5802 functions.
5803
5804 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5805
5806 * f-typeprint.c: Delete unused function f_type_print_args.
5807 * p-typeprint.c: Delete unused function pascal_type_print_args.
5808
5809 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
5810
5811 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
5812 comment. Add ``artificial'' to ``union field_location''.
5813
5814 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
5815
5816 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
5817 * mdebugread.c (parse_symbol): Likewise.
5818 * stabsread.c (define_symbol): Likewise.
5819 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
5820 initializing TYPE_FIELD_BITPOS to n (obsolete).
5821 (hpread_doc_function_type): Likewise.
5822 * hpread.c (hpread_function_type): Likewise.
5823
5824 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5825
5826 * configure.in (host_makefile_frag): Only require a host makefile
5827 fragment when a native build.
5828 * configure: Re-generate.
5829
5830 2002-01-20 Andrew Cagney <ac131313@redhat.com>
5831
5832 * doublest.h (floatformat_from_type): Declare.
5833 * doublest.c (floatformat_from_type): New function.
5834 (convert_typed_floating): Use.
5835
5836 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
5837 call to function floatformat_from_type.
5838
5839 * gdbarch.sh (IEEE_FLOAT): Delete.
5840 * gdbarch.h, gdbarch.c: Re-generate.
5841 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
5842 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
5843 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
5844 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
5845 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
5846 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
5847 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
5848 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
5849 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
5850 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
5851 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
5852 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
5853
5854 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
5855 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5856 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5857 * sh-tdep.c (sh_gdbarch_init): Ditto.
5858 * mips-tdep.c (mips_gdbarch_init): Ditto.
5859 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5860 * cris-tdep.c (cris_gdbarch_init): Ditto.
5861
5862 2002-01-20 Jiri Smid <smid@suse.cz>
5863
5864 * configure.host, configure.tgt: Support x86-64.
5865 * NEWS: Note new target x86-64.
5866
5867 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
5868 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
5869 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
5870 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
5871 x86-64-linux-nat.o): Fix dependencies.
5872
5873 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5874
5875 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
5876 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
5877 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
5878 * config/sparc/xm-sun4os4.h: Delete file.
5879 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
5880
5881 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5882
5883 * config/sparc/sparclynx.mh (XM_FILE): Delete.
5884 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
5885 * config/m68k/m68klynx.mh (XM_FILE): Delete.
5886 * config/i386/i386lynx.mh (XM_FILE): Delete.
5887 * config/rs6000/xm-rs6000ly.h: Delete file.
5888 * config/sparc/xm-sparclynx.h: Delete file.
5889 * config/m68k/xm-m68klynx.h: Delete file.
5890 * config/i386/xm-i386lynx.h: Delete file.
5891 * config/xm-lynx.h: Delete file.
5892 * config/djgpp/fnchange.lst: Update.
5893
5894 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5895
5896 * alpha-tdep.c (alpha_register_byte): New function.
5897 (alpha_register_raw_size): Ditto.
5898 (alpha_register_virtual_size): Ditto.
5899 (alpha_skip_prologue_internal): Renamed from
5900 alpha_skip_prologue.
5901 (alpha_skip_prologue): New version that calls
5902 alpha_skip_prologue_internal.
5903 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
5904 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
5905 second argument from alpha_skip_prologue.
5906 (REGISTER_BYTE): Use alpha_register_byte.
5907 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
5908 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
5909 (FRAMELESS_FUNCTION_INVOCATION): Use
5910 generic_frameless_function_invocation_not.
5911 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
5912 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
5913
5914 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5915
5916 * config/mips/xm-news-mips.h: Delete file.
5917 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
5918
5919 * config/m88k/xm-m88k.h: Delete file.
5920 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
5921 * config/m88k/xm-delta88v4.h: Ditto.
5922 * config/m88k/xm-delta88.h: Ditto.
5923
5924 * config/alpha/xm-fbsd.h: Delete file.
5925 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
5926
5927 * config/sparc/xm-sparc.h: Delete file.
5928 * Makefile.in (xm-sun4os4.h): Delete dependency.
5929 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
5930 * config/sparc/xm-sun4os4.h: Ditto.
5931 * config/sparc/xm-linux.h: Ditto.
5932
5933 * config/i386/xm-windows.h: Delete file.
5934
5935 2002-01-19 Andrew Cagney <ac131313@redhat.com>
5936
5937 * utils.c: Include <sys/param.h> for MAXPATHLEN.
5938 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
5939
5940 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5941
5942 * alpha-tdep.c (alpha_call_dummy_words): New.
5943 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
5944 (CALL_DUMMY_P): Define.
5945 (CALL_DUMMY_WORDS): Define.
5946 (SIZEOF_CALL_DUMMY_WORDS): Define.
5947
5948 2002-01-19 Per Bothner <per@bothner.com>
5949
5950 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
5951 isn't NULL, which can happen with some gcj-3.x-produced code.
5952
5953 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
5954
5955 * alpha-tdep.c (alpha_register_virtual_type): New function.
5956 (alpha_init_frame_pc_first): Ditto.
5957 (alpha_fix_call_dummy): Ditto.
5958 (alpha_store_struct_return): Ditto.
5959 (alpha_extract_struct_value_address): Ditto.
5960 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
5961 alpha_register_virtual_type.
5962 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
5963 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
5964 alpha_extract_struct_value_address.
5965 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
5966 (INIT_FRAME_PC): Use init_frame_pc_noop.
5967 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
5968
5969 2002-01-19 Mark Kettenis <kettenis@gnu.org>
5970
5971 * i386gnu-nat.c: Include "i386-tdep.h".
5972 (fetch_fpregs): Simplify code dealing with uninitialized floating
5973 point states such that it doesn't require FP7_REGNUM.
5974
5975 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
5976
5977 * alpha-tdep.c (frame_extra_info): New.
5978 (alpha_find_saved_regs): Make static. Use
5979 frame->extra_info.
5980 (alpha_frame_init_saved_regs): New function.
5981 (alpha_frame_saved_pc): Use frame->extra_info.
5982 (temp_saved_regs): Don't declare as struct frame_saved_regs.
5983 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
5984 (init_extra_frame_info): Rename to...
5985 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
5986 (alpha_print_extra_frame_info): New function.
5987 (alpha_frame_locals_address): Ditto.
5988 (alpha_frame_args_address): Ditto.
5989 (alpha_pop_frame): Use frame->extra_info.
5990 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
5991 alpha_frame_args_address.
5992 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
5993 (alpha_find_saved_regs): Remove prototype.
5994 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
5995 (EXTRA_FRAME_INFO): Remove.
5996 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
5997 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
5998
5999 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6000
6001 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
6002 (alpha_cannot_fetch_register): Ditto.
6003 (alpha_cannot_store_register): Ditto.
6004 (alpha_register_convertible): Ditto.
6005 (alpha_use_struct_convention): Ditto.
6006 * config/alpha/tm-alpha.h: Update copyright years.
6007 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
6008 (INNER_THAN): Use core_addr_lessthan.
6009 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
6010 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
6011 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
6012 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
6013 (FRAME_CHAIN): Remove unnecessary cast.
6014
6015 2002-01-18 Andrew Cagney <ac131313@redhat.com>
6016
6017 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
6018 obsolete.
6019
6020 2002-01-18 Andrew Cagney <ac131313@redhat.com>
6021
6022 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
6023 * monitor.c, remote-array.c, remote-bug.c: Ditto.
6024 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
6025 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
6026 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
6027 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
6028 * x86-64-linux-nat.c: Ditto.
6029
6030 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6031
6032 * alpha-tdep.c (alpha_register_name): New function.
6033 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
6034 (REGISTER_NAME): Define.
6035
6036 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6037
6038 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
6039
6040 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6041
6042 * alpha-tdep.c: Update copyright years.
6043 (alpha_next_pc): New function.
6044 (alpha_software_single_step): Ditto.
6045 * config/alpha/tm-alpha.h: Add prototype for
6046 alpha_software_single_step.
6047
6048 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6049
6050 * alphabsd-nat.c: Update copyright years.
6051 (fill_gregset): Use regcache_collect.
6052 (fill_fpregset): Likewise.
6053 (fetch_inferior_registers): Only fetch integer registers
6054 if requested to do so.
6055 (store_inferior_registers): Only store integer registers
6056 if requested to do so.
6057
6058 2002-01-17 Andrew Cagney <ac131313@redhat.com>
6059
6060 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
6061 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
6062 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
6063 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
6064 * config/alpha/fbsd.mh (XDEPFILES): Delete.
6065 * config/arm/linux.mh (XDEPFILES): Delete.
6066 * config/arm/nbsd.mh (XDEPFILES): Delete.
6067 * config/i386/i386dgux.mh (XDEPFILES): Delete.
6068 * config/i386/i386sol2.mh (XDEPFILES): Delete.
6069 * config/i386/i386m3.mh (XDEPFILES): Delete.
6070 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
6071 * config/i386/i386gnu.mh (XDEPFILES): Delete.
6072 * config/i386/fbsd.mh (XDEPFILES): Delete.
6073 * config/i386/i386bsd.mh (XDEPFILES): Delete.
6074 * config/i386/i386sco5.mh (XDEPFILES): Delete.
6075 * config/i386/i386v4.mh (XDEPFILES): Delete.
6076 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
6077 * config/i386/i386sco4.mh (XDEPFILES): Delete.
6078 * config/i386/i386aix.mh (XDEPFILES): Delete.
6079 * config/i386/go32.mh (XDEPFILES): Delete.
6080 * config/i386/cygwin.mh (XDEPFILES): Delete.
6081 * config/i386/i386lynx.mh (XDEPFILES): Delete.
6082 * config/i386/i386mach.mh (XDEPFILES): Delete.
6083 * config/i386/i386v32.mh (XDEPFILES): Delete.
6084 * config/i386/linux.mh (XDEPFILES): Delete.
6085 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
6086 * config/i386/ncr3000.mh (XDEPFILES): Delete.
6087 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
6088 * config/i386/i386sco.mh (XDEPFILES): Delete.
6089 * config/i386/i386v.mh (XDEPFILES): Delete.
6090 * config/i386/nbsd.mh (XDEPFILES): Delete.
6091 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
6092 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
6093 * config/i386/symmetry.mh (XDEPFILES): Delete.
6094 * config/i386/obsd.mh (XDEPFILES): Delete.
6095 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
6096 * config/ia64/linux.mh (XDEPFILES): Delete.
6097 * config/ia64/aix.mh (XDEPFILES): Delete.
6098 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
6099 * config/m68k/dpx2.mh (XDEPFILES): Delete.
6100 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
6101 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
6102 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
6103 * config/m68k/linux.mh (XDEPFILES): Delete.
6104 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
6105 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
6106 * config/m68k/nbsd.mh (XDEPFILES): Delete.
6107 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
6108 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
6109 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
6110 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
6111 * config/m88k/delta88.mh (XDEPFILES): Delete.
6112 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
6113 * config/m88k/m88k.mh (XDEPFILES): Delete.
6114 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
6115 * config/mips/linux.mh (XDEPFILES): Delete.
6116 * config/mips/irix6.mh (XDEPFILES): Delete.
6117 * config/mips/irix5.mh (XDEPFILES): Delete.
6118 * config/mips/irix4.mh (XDEPFILES): Delete.
6119 * config/mips/irix3.mh (XDEPFILES): Delete.
6120 * config/mips/decstation.mh (XDEPFILES): Delete.
6121 * config/mips/mipsm3.mh (XDEPFILES): Delete.
6122 (NATDEPFILES): Move core-aout.o to here.
6123 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
6124 * config/pa/hpux1020.mh (XDEPFILES): Delete.
6125 * config/pa/hppabsd.mh (XDEPFILES): Delete.
6126 * config/pa/hppahpux.mh (XDEPFILES): Delete.
6127 * config/pa/hpux11w.mh (XDEPFILES): Delete.
6128 * config/pa/hppaosf.mh (XDEPFILES): Delete.
6129 * config/pa/hpux11.mh (XDEPFILES): Delete.
6130 * config/powerpc/aix.mh (XDEPFILES): Delete.
6131 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
6132 * config/powerpc/linux.mh (XDEPFILES): Delete.
6133 * config/romp/rtbsd.mh: Rename XDEPFILES.
6134 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
6135 * config/rs6000/aix4.mh (XDEPFILES): Delete.
6136 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
6137 * config/s390/s390.mh (XDEPFILES): Delete.
6138 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
6139 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
6140 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
6141 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
6142 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
6143 * config/sparc/nbsd.mh (XDEPFILES): Delete.
6144 * config/sparc/linux.mh (XDEPFILES): Delete.
6145 * config/vax/vaxult.mh (XDEPFILES): Delete.
6146 * config/vax/vaxult2.mh (XDEPFILES): Delete.
6147 * Makefile.in (DEPFILES): Remove XDEPFILES.
6148
6149 2002-01-17 Andrew Cagney <ac131313@redhat.com>
6150
6151 * utils.c (internal_verror): Fix comments, default is yes not no.
6152 Update queries to match. Default to quit and dump core.
6153
6154 2002-01-17 Andrew Cagney <ac131313@redhat.com>
6155
6156 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
6157 copyright.
6158 * defs.h, event-top.c, gdbcmd.h: Ditto.
6159 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
6160 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
6161 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
6162 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
6163 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
6164 * mi/mi-main.c:Ditto.
6165
6166 * stack.c, symfile.c: Update copyright.
6167
6168 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
6169
6170 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
6171 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
6172 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
6173 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
6174
6175 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
6176
6177 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
6178 * gdbserver/low-lynx.c (myattach): Likewise.
6179 * gdbserver/low-nbsd.c (myattach): Likewise.
6180 * gdbserver/low-sim.c (myattach): Likewise.
6181 * gdbserver/low-sparc.c (myattach): Likewise.
6182 * gdbserver/low-sun3.c (myattach): Likewise.
6183
6184 * gdbserver/low-linux.c (myattach): New function.
6185
6186 * gdbserver/server.c (attach_inferior): New function.
6187 (main): Handle "--attach".
6188
6189 2002-01-16 Andrew Cagney <ac131313@redhat.com>
6190
6191 * MAINTAINERS (language support): Daniel Jacobwitz is C++
6192 maintainer.
6193
6194 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
6195
6196 * c-typeprint.c (is_type_conversion_operator): Add additional
6197 check for non-conversion operators.
6198
6199 2002-01-15 Michael Snyder <msnyder@redhat.com>
6200
6201 * linux-proc.c: Add "info proc" command, a la procfs.c.
6202 (read_mapping): New function, abstract and re-use code.
6203 (linux_find_memory_regions): Use new func read_mapping.
6204 (linux_info_proc_cmd): New function, implement "info proc".
6205 (_initialize_linux_proc): Add new command "info proc".
6206
6207 2002-01-15 Michael Snyder <msnyder@redhat.com>
6208
6209 * symfile.c (generic_load): Use bfd_map_over_sections method
6210 instead of manipulating bfd structure members directly.
6211 (add_section_size_callback): New function, bfd sections callback
6212 used by generic_load.
6213 (load_sections_callback): New function, bfd sections callback
6214 used by generic_load.
6215
6216 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
6217
6218 [Based on work by Jim Blandy]
6219 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
6220 (builtin_type_vec128): Export.
6221 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
6222 types.
6223 (builtin_type_vec128): New builtin type for 128 bit vector
6224 registers.
6225 (build_gdbtypes): Initialize builtin_type_v16qi and
6226 builtin_type_v8hi. Create the vec128 register builtin type
6227 structure.
6228 (build_builtin_type_vec128): New function.
6229 (_initialize_gdbtypes): Register builtin_type_v16qi and
6230 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
6231 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
6232 AltiVec register to new builtin type.
6233
6234 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
6235
6236 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
6237 to make_cv_type.
6238
6239 2002-01-14 Andrew Cagney <ac131313@redhat.com>
6240
6241 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
6242 CLEAN_UP_REGISTER_VALUE.
6243 * regcache.c (supply_register): Update only call.
6244
6245 2002-01-14 Andrew Cagney <ac131313@redhat.com>
6246
6247 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
6248 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
6249 a29k-*-vxworks* targets as obsolete.
6250
6251 2002-01-14 Michael Snyder <msnyder@redhat.com>
6252
6253 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
6254 until we can resolve portability issues.
6255 * gregset.h: Remove references to fpxregs.
6256 * gcore.c (gcore_command): Initialize note_sec to NULL.
6257
6258 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6259
6260 * signals.c (target_signal_to_name): Rewrite. Only use
6261 signals[].name when in bounds and non-NULL.
6262
6263 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6264
6265 From Petr Ledvina <ledvinap@kae.zcu.cz>:
6266 * signals.c (target_signal_to_name): Verify that SIG is within the
6267 bounds of the signals array.
6268
6269 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6270
6271 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
6272
6273 2002-01-13 Keith Seitz <keiths@redhat.com>
6274
6275 * stack.c (print_frame_info_base): Print the frame's pc
6276 only if when print_frame_info_listing_hook is not defined.
6277
6278 2002-01-13 Keith Seitz <keiths@redhat.com>
6279
6280 * varobj.c (varobj_set_value): Make sure that there were no
6281 errors evaluating the object before attempting to set its
6282 value.
6283 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
6284 so this offset adjustment is no longer necessary.
6285 (create_child): Don't set the error flag if the child is
6286 a CPLUS_FAKE_CHILD.
6287 (value_of_child): If value_fetch_lazy fails, return NULL
6288 so that callers will be notified that an error occurred.
6289 (c_value_of_variable): Delay check of variable's validity
6290 until later. We actually want all structs and unions to have
6291 the value "{...}".
6292 Do not return "???" for variables which could not be evaluated.
6293 This error condition must be returned to the caller so that it
6294 can get the error condition from gdb.
6295 (cplus_name_of_child): Adjust index for vptr before figuring
6296 out the name of the child.
6297 (cplus_value_of_child): If a child's (real) parent is not valid,
6298 don't even bother trying to give a value for it. Just return
6299 an error. Change all instances in this function.
6300 (cplus_type_of_child): If our parent is one of the "fake"
6301 parents, we need to get at the type of the real parent, and
6302 derive the child's true type using this information.
6303
6304 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6305
6306 From 2002-01-09 John Marshall <johnm@falch.net>:
6307 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
6308 sources.redhat.com, and tweak some related URLs which had
6309 suffered from linkrot.
6310
6311 2002-01-13 Andrew Cagney <ac131313@redhat.com>
6312
6313 From Jeff law:
6314 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
6315 structures passed in registers.
6316
6317 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
6318
6319 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
6320 white space which prevented compilation. Reported by DSK
6321 <dsk@student.unsw.edu.au>.
6322
6323 2002-01-11 Michael Snyder <msnyder@redhat.com>
6324
6325 * symfile.c (build_section_addr_info_from_section_tab):
6326 Use bfd access method instead of manipulating bfd directly.
6327 (syms_from_objfile): Ditto.
6328 (simple_overlay_update_1): Ditto.
6329 (simple_overlay_update): Ditto.
6330 (generic_load): Ditto.
6331 (overlay_unmapped_address): FIXME comment, bfd access methods.
6332 (sections_overlap): FIXME comment, bfd access methods.
6333 (pc_in_mapped_range): FIXME comment, bfd access methods.
6334 (pc_in_unmapped_range): FIXME comment, bfd access methods.
6335 (section_is_mapped): FIXME comment, bfd access methods.
6336 (section_is_overlay): FIXME comment, bfd access methods.
6337
6338 * symfile.c (generic_load): Whitespace and long line cleanups.
6339 Remove duplicate variable, change several local variables to
6340 more appropriate data types.
6341 (print_transfer_performance): Use %lu instead of %ld for ulongs.
6342
6343 2002-01-12 Andrew Cagney <ac131313@redhat.com>
6344
6345 From Peter Schauer:
6346 * language.c (longest_local_hex_string_custom): Use phex_nz to
6347 convert NUM to a hex string.
6348
6349 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
6350
6351 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
6352 the function.
6353 Update Copyright year.
6354
6355 2002-01-12 Andrew Cagney <ac131313@redhat.com>
6356
6357 * language.c (longest_raw_hex_string): Delete unused function.
6358
6359 2002-01-11 Petr Sorfa <petrs@caldera.com>
6360
6361 * MAINTAINERS (write-after-approval): Add myself.
6362 * dwarf2read.c (read_tag_string_type): Handling of
6363 DW_AT_byte_size.
6364 (read_tag_string_type): FORTRAN fix to prevent propagation of
6365 first string size.
6366 (set_cu_language): Handling of DW_LANG_Fortran95
6367
6368 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
6369
6370 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
6371 GETPID(inferior_ptid).
6372 (store_inferior_registers): Likewise.
6373
6374 2002-01-10 Jason Merrill <jason@redhat.com>
6375
6376 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
6377 Fix DW_OP_minus.
6378
6379 2002-01-10 Andrew Cagney <ac131313@redhat.com>
6380
6381 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
6382 and bfd/elf32-sh-nbsd.c.
6383
6384 2002-01-10 Michael Snyder <msnyder@redhat.com>
6385
6386 * NEWS: Mention --pid and corefile/proc-id behavior change.
6387
6388 * Makefile.in: Add rules for gcore.o and linux-proc.o.
6389 * gcore.c: Include cli/cli-decode.h instead of command.h.
6390
6391 * main.c (captured_main): Add new command line option "--pid".
6392 If the second command line argument (following the symbol-file)
6393 begins with a digit, try to attach to it before trying to open
6394 it as a corefile.
6395 (print_gdb_help): Document the "--pid" argument.
6396
6397 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
6398
6399 * completer.c (command_completer): New function.
6400
6401 * completer.h <command_completer>: Add prototype.
6402
6403 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
6404 completer for the "help" command.
6405
6406 2002-01-09 Jason Merrill <jason@redhat.com>
6407
6408 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
6409
6410 2002-01-09 Michael Snyder <msnyder@redhat.com>
6411
6412 * i386-linux-nat.c (fill_fpxregset): Make global.
6413 (store_fpxregset): Ditto.
6414
6415 * gregset.h (gdb_fpxregset_t): Define.
6416 (supply_fpxregset): Prototype.
6417 (fill_fpxregset): Prototype.
6418
6419 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
6420
6421 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
6422
6423 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
6424 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
6425 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
6426
6427 2002-01-09 Andrew Cagney <ac131313@redhat.com>
6428
6429 * MAINTAINERS: Update target maintainer rules so that any
6430 Maintainer can approve a tested patch for a maintenance-only
6431 target.
6432
6433 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
6434
6435 * MAINTAINERS (write-after-approval): Add myself.
6436
6437 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
6438 IN_SIGTRAMP.
6439
6440 2002-01-08 Michael Snyder <msnyder@redhat.com>
6441
6442 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
6443 real name of the executable, rather than the /proc name.
6444
6445 2002-01-03 Michael Snyder <msnyder@redhat.com>
6446
6447 Implement a "generate-core-file" command in gdb, save target state.
6448 * gcore.c: New file. Implement new command 'generate-core-file'.
6449 Save a corefile image of the current state of the inferior.
6450 * linux-proc.c: Add linux-specific code for saving corefiles.
6451 * target.h (struct target_ops): Add new target vectors for saving
6452 corefiles; to_find_memory_regions and to_make_corefile_notes.
6453 (target_find_memory_regions): New macro.
6454 (target_make_corefile_notes): New macro.
6455 * target.c (update_current_target): Inherit new target methods.
6456 (dummy_find_memory_regions): New place-holder method.
6457 (dummy_make_corefile_notes): New place-holder method.
6458 (init_dummy_target): Initialize new dummy target vectors.
6459 * exec.c (exec_set_find_memory_regions): New function.
6460 Allow the exec_ops vector for memory regions to be taken over.
6461 (exec_make_note_section): New function, target vector method.
6462 * defs.h (exec_set_find_memory_regions): Export prototype.
6463 * procfs.c (proc_find_memory_regions): New function, corefile method.
6464 (procfs_make_note_section): New function, corefile method.
6465 (init_procfs_ops): Set new target vector pointers.
6466 (find_memory_regions_callback): New function.
6467 (procfs_do_thread_registers): New function.
6468 (procfs_corefile_thread_callback): New function.
6469 * sol-thread.c (sol_find_memory_regions): New function.
6470 (sol_make_note_section): New function.
6471 (init_sol_thread_ops): Initialize new target vectors.
6472 * inftarg.c (inftarg_set_find_memory_regions): New function.
6473 Allow to_find_memory_regions vector to be taken over.
6474 (inftarg_set_make_corefile_notes): New function.
6475 Allow to_make_corefile_notes vector to be taken over.
6476 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
6477 interface layer if not target_has_execution (may be a corefile).
6478 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
6479 * config/sparc/sun4sol2.mh: Ditto.
6480 * config/alpha/alpha-linux.mh: Ditto.
6481 * config/arm/linux.mh: Ditto.
6482 * config/i386/x86-64linux.mh: Ditto.
6483 * config/ia64/linux.mh: Ditto.
6484 * config/m68k/linux.mh: Ditto.
6485 * config/mips/linux.mh: Ditto.
6486 * config/powerpc/linux.mh: Ditto.
6487 * config/sparc/linux.mh: Ditto.
6488
6489 2002-01-07 Michael Snyder <msnyder@redhat.com>
6490
6491 * arm-linux-nat.c: Remove references to regcache.c internal data
6492 (registers[] and register_valid[]).
6493
6494 2002-01-07 Michael Snyder <msnyder@redhat.com>
6495
6496 * linux-proc.c: New file. Implement child_pid_to_exec_file,
6497 so that attaching to a pid will automatically read the process's
6498 symbol file and shlibs.
6499 * Makefile.in: Add rule for linux-proc.o.
6500 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
6501 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
6502 * config/arm/linux.mh: Ditto.
6503 * config/i386/linux.mh: Ditto.
6504 * config/i386/x86-64linux.mh: Ditto.
6505 * config/ia64/linux.mh: Ditto.
6506 * config/m68k/linux.mh: Ditto.
6507 * config/mips/linux.mh: Ditto.
6508 * config/powerpc/linux.mh: Ditto.
6509 * config/sparc/linux.mh: Ditto.
6510
6511 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
6512
6513 * win32-nat.c: Add i386-tdep.h dependency.
6514
6515 2002-01-07 Michael Snyder <msnyder@redhat.com>
6516
6517 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
6518 instead of bfd_get_arch_size. Don't bail out just because
6519 there's no exec_bfd.
6520
6521 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
6522 * p-valprint.c (pascal_object_print_value): Ditto.
6523 * somread.c (som_symtab_read): Ditto.
6524 * symfile.c (simple_free_overlay_region_table): Ditto.
6525 * valops.c (value_assign): Ditto.
6526
6527 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
6528 use tilde_expand and strerror for opening save-tracepoints file.
6529
6530 * thread-db.c (thread_db_new_objfile): Indendation fix.
6531
6532 * infptrace.c (GDB_MAX_ALLOCA): New define.
6533 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
6534 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
6535 can be overridden with whatever value is appropriate to the host).
6536 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
6537 alloca to allocate potentially large buffer.
6538 * rs6000-nat.c (child_xfer_memory): Ditto.
6539 * symm-nat.c (child_xfer_memory): Ditto.
6540 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
6541
6542 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
6543
6544 From Nick Clifton <nickc@redhat.com>
6545 * d10v-tdep.c: Set STACK_START to 0x200bffe.
6546
6547 2002-01-07 Michael Snyder <msnyder@redhat.com>
6548
6549 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
6550 Don't use exec_bfd if it's NULL.
6551
6552 2002-01-06 Mark Kettenis <kettenis@gnu.org>
6553
6554 * valops.c (value_arg_coerce): Fix formatting.
6555
6556 2002-01-06 Andrew Cagney <ac131313@redhat.com>
6557
6558 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
6559 * gnu-nat.c: Ditto.
6560
6561 2002-01-06 Andrew Cagney <ac131313@redhat.com>
6562
6563 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
6564 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
6565 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
6566 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
6567 z8k-coff have not been multi-arched. Update z8k-coff build
6568 status.
6569
6570 2002-01-06 Andrew Cagney <ac131313@redhat.com>
6571
6572 * MAINTAINERS: Mark a29k target as obsolete.
6573 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
6574 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
6575 comments.
6576 * NEWS: Note that a29k targets are obsolete.
6577 * a29k-tdep.c: Mark as obsolete.
6578 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
6579 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
6580 a29k-*-vxworks* targets as obsolete.
6581 * remote-adapt.c: Obsolete.
6582 * remote-eb.c: Obsolete.
6583 * remote-mm.c: Obsolete.
6584 * remote-udi.c: Obsolete.
6585 * config/a29k/a29k-udi.mt: Obsolete.
6586 * config/a29k/a29k.mt: Obsolete.
6587 * config/a29k/tm-a29k.h: Obsolete.
6588 * config/a29k/tm-vx29k.h: Obsolete.
6589 * config/a29k/vx29k.mt: Obsolete.
6590
6591 2002-01-05 Andrew Cagney <ac131313@redhat.com>
6592
6593 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
6594 with BFD_ENDIAN_BIG.
6595
6596 2002-01-05 Andrew Cagney <ac131313@redhat.com>
6597
6598 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
6599 * configure, config.in: Re-generate.
6600 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
6601 * defs.h: Do not include <endian.h>.
6602
6603 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
6604
6605 * acconfig.h (HAVE_PT_GETXMMREGS): New.
6606 * config.in: Regenerate.
6607 * configure.in: Update copyright years.
6608 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
6609 * configure: Regenerate.
6610 * i386bsd-nat.c: Update copyright years.
6611 (fill_gregset): Use regcache_collect.
6612 (fetch_inferior_registers): Only fetch integer registers
6613 if requested to do so. Add support for XMM registers
6614 using PT_GETXMMREGS.
6615 (store_inferior_registers): Only store integer registers
6616 if requested to do so. Add support for XMM registers
6617 using PT_SETXMMREGS.
6618 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
6619 (store_inferior_registers): Remove.
6620 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
6621 (fetch_elfcore_registers): New function.
6622 (i386nbsd_elfcore_fns): New.
6623 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
6624 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
6625 i386bsd-nat.o.
6626 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6627 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
6628 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
6629 * config/i386/tm-nbsd.h: Update copyright years.
6630 (HAVE_SSE_REGS): Define.
6631 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
6632 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
6633 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
6634 (SIGCONTEXT_PC_OFFSET): Remove.
6635 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
6636
6637 2002-01-05 Andrew Cagney <ac131313@redhat.com>
6638
6639 * configure.tgt: Remove powerpc-*-macos* target.
6640 * config/m68k/xm-mpw.h: Delete file.
6641 * config/xm-mpw.h: Delete file.
6642 * ser-mac.c: Delete file.
6643 * mpw-make.sed: Delete file.
6644 * mpw-config.in: Delete file.
6645 * mac-xdep.c: Delete file.
6646 * mac-gdb.r: Delete file.
6647 * mac-defs.h: Delete file.
6648 * mac-nat.c: Delete file.
6649 * config/powerpc/macos.mh: Delete file.
6650 * config/powerpc/macos.mt: Delete file.
6651 * config/powerpc/nm-macos.h: Delete file.
6652 * config/powerpc/tm-macos.h: Delete file.
6653 * source.c (openp, open_source_file): Remove obsolete code.
6654 * top.c (gdb_readline): Ditto.
6655 * utils.c (query): Ditto.
6656 * event-top.c (display_gdb_prompt): Ditto.
6657 * Makefile.in (ser-mac.o): Delete obsolete target.
6658 * NEWS: Update.
6659
6660 2002-01-04 Andrew Cagney <ac131313@redhat.com>
6661
6662 * defs.h (BIG_ENDIAN): Delete macro definition.
6663 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
6664 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
6665 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
6666 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
6667 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
6668 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
6669 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
6670 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
6671 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
6672 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
6673 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
6674 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
6675 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
6676 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
6677 * gdbarch.c: Re-generate.
6678
6679 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
6680
6681 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
6682 for core files.
6683
6684 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
6685
6686 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
6687
6688 2002-01-04 Andrew Cagney <ac131313@redhat.com>
6689
6690 * value.h (value_ptr): Delete typedef.
6691
6692 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
6693
6694 * i386nbsd-nat.c: Update copyright years.
6695 Include i386-tdep.h.
6696
6697 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
6698
6699 * stabsread.c: Update copyright years.
6700
6701 From Debashis Mahata <debashis.mahata@wipro.com>:
6702 (read_struct_fields): Deal with Sun C compiler erroneous stab
6703 output for structs and unions.
6704 Fix PR gdb/269.
6705
6706 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
6707
6708 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
6709 prototype.
6710
6711 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
6712
6713 * cp-abi.c: Fix whitespace.
6714 (baseclass_offset): New wrapper function.
6715 * cp-abi.h (baseclass_offset): Add prototype.
6716 (struct cp_abi_ops): Add baseclass_offset pointer.
6717
6718 * valops.c (vb_match): Move to...
6719 * gnu-v2-abi.c (vb_match): here.
6720 * valops.c (baseclass_offset): Move to...
6721 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
6722
6723 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
6724
6725 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
6726 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
6727 * hpacc-abi.c (init_hpacc_ops): Likewise.
6728
6729 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
6730
6731 * valops.c (find_overload_match): Accept obj as a
6732 reference parameter. Update it before returning.
6733 * value.h (find_overload_match): Update prototype.
6734 * eval.c (evaluate_subexp_standard): Pass object to
6735 find_overload_match by reference.
6736
6737 2002-01-03 Andrew Cagney <ac131313@redhat.com>
6738
6739 * valarith.c: Replace value_ptr with struct value pointer. Remove
6740 register attribute from value declarations.
6741 * valops.c: Ditto.
6742 * value.h: Ditto.
6743 * scm-lang.c (scm_lookup_name): Ditto.
6744
6745 2002-01-03 Michael Snyder <msnyder@redhat.com>
6746
6747 Abstract the functionality of iterating over mapped memory
6748 regions into a general purpose iterator function.
6749 * procfs.c (iterate_over_mappings): New function, general purpose
6750 iterator for memory sections.
6751 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
6752 (solib_mappings_callback): New function, callback for above.
6753 (info_proc_mappings): Reimpliment using iterate_over_mappings.
6754 (info_mappings_callback): New function, callback for above.
6755
6756 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
6757
6758 2002-01-01 Mark Kettenis <kettenis@gnu.org>
6759
6760 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
6761 * i386-tdep.c: Include "elf-bfd.h".
6762 (process_note_abi_tag_sections): New function.
6763 (i386_gdbarch_init): Add code to recognize various OS/ABI
6764 combinations.
6765
6766 * maint.c (_initialize_maint_cmds): Add missing \ in
6767 string-literal.
6768
6769 For older changes see ChangeLog-2001
6770 \f
6771 Local Variables:
6772 mode: change-log
6773 left-margin: 8
6774 fill-column: 74
6775 version-control: never
6776 End:
This page took 0.166806 seconds and 4 git commands to generate.