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