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