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