2002-08-20 Michael Snyder <msnyder@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-08-20 Michael Snyder <msnyder@redhat.com>
2
3 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
4 * gdbarch.c, gdbarch.h: Regenerate.
5 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
6 Add.
7 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
8
9 2002-08-20 Michael Snyder <msnyder@redhat.com>
10
11 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
12 (mips_gdbarch_init): Set skip_trampoline_code,
13 in_solib_call_trampoline.
14 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
15 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
16
17 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
18
19 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
20
21 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
22 vector type for ev registers.
23 (e500_pseudo_register_read): New function.
24 (e500_pseudo_register_write): New function.
25 (e500_dwarf2_reg_to_regnum): New function.
26 (PPC_UISA_NOFP_SPRS): New macro.
27 (PPC_EV_REGS): New macro.
28 (PPC_GPRS_PSEUDO_REGS): New macro.
29 (registers_e500): New register set for e500.
30 (variants): Add e500 variant.
31 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
32 before setting architectural dependent variations. Initialize ev
33 registers numbers. Add case for e500 architecture. Set the
34 number of pseudo registers.
35
36 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
37
38 * rs6000-tdep.c: Clean up comments.
39
40 2002-08-20 Andrew Cagney <cagney@redhat.com>
41
42 * h8300-tdep.c: Re-indent file.
43
44 2002-08-20 Jim Blandy <jimb@redhat.com>
45
46 * Makefile.in (LDFLAGS): Allow the configure script to establish a
47 default for this.
48 * gdbserver/Makefile.in (LDFLAGS): Same.
49
50 2002-08-20 Keith Seitz <keiths@redhat.com>
51
52 * breakpoints.c (watch_command_1): Use internal breakpoint
53 when setting a watchpoint_scope breakpoint.
54
55 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
56
57 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
58 (build_builtin_type_vec64i): Ditto.
59 (build_builtin_type_vec128): Ditto.
60 (build_builtin_type_vec128i): Ditto.
61
62 2002-08-19 Michael Snyder <msnyder@redhat.com>
63
64 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
65 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
66 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
67 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
68 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
69 CALL_DUMMY_ADDRESS): Delete.
70 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
71 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
72 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
73 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
74 push_return_address.
75 (mips_register_raw_size, mips_eabi_use_struct_convention,
76 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
77 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
78 mips_init_extra_frame_info, mips_eabi_push_arguments,
79 mips_n32n64_push_arguments, mips_push_return_address,
80 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
81 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
82
83 2002-08-19 Michael Snyder <msnyder@redhat.com>
84
85 * mips-tdep.c (mips_frame_num_args): New function.
86 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
87 frame_saved_pc, frame_args_address, frame_locals_address,
88 frame_num_args, and frame_args_skip.
89 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
90 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
91 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
92 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
93
94 2002-08-20 Michael Snyder <msnyder@redhat.com>
95
96 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
97 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
98 * mips-tdep.c (mips_store_struct_return): New function.
99 (mips_extract_struct_value_address): New function.
100 (mips_gdbarch_init): Set store_struct_return and
101 extract_struct_value_address.
102
103 2002-08-20 David Carlton <carlton@math.stanford.edu>
104
105 * dwarf2read.c (dwarf2_build_psymtabs): Check that
106 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
107 (read_file_scope): Check that line_header is nonzero before
108 decoding macro information.
109
110 2002-08-20 Mark Kettenis <kettenis@gnu.org>
111
112 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
113 flag the general-purpose registers as floating-point on targets
114 that don't support the floating-point registers.
115
116 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
117
118 * rs6000-tdep.c (altivec_register_p): Delete.
119 (rs6000_do_altivec_registers): Delete.
120 (rs6000_altivec_registers_info): Delete.
121 (rs6000_do_registers_info): Delete.
122 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
123 (rs6000_gdbarch_init): Remove setting of do_registers_info.
124
125 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
126
127 * infcmd.c (do_registers_info): Print vector registers in hex
128 format only.
129 (print_vector_info): Check that printing registers
130 makes sense.
131 (print_float_info): Ditto.
132
133 2002-08-20 Andrew Cagney <ac131313@redhat.com>
134
135 * mips-tdep.c (mips_gdbarch_init): Update.
136 (mips_o32_extract_return_value): Rewrite.
137 (mips_o32_store_return_value): Rewrite.
138 (mips_o32_xfer_return_value): New function.
139 (mips_xfer_register): Tweak debug print message. Allow for
140 buf_offset when dumping the value transfered.
141
142 2002-08-20 Andrew Cagney <ac131313@redhat.com>
143
144 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
145 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
146 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
147 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
148 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
149
150 2002-08-14 Michael Snyder <msnyder@redhat.com>
151
152 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
153
154 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
155
156 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
157 register.
158 (P): New macro to define a register as a pseudo register.
159 (R, R4, R8, R16, FR32, R64, R0): Updated.
160 (struct variant): Add new fields for number of pseudo registers
161 and number of total registers.
162 (tot_num_registers): New macro replacing....
163 (num_registers): ...deleted macro.
164 (num_registers): New function.
165 (num_pseudo_registers): New function.
166 (variants): Update all variants to intialize new fields correctly.
167 Postpone initialization of number of pseudo regs and real regs.
168 (init_variants): New function.
169 (rs6000_gdbarch_init): Initialize variants. Update calculation of
170 registers offsets.
171
172 2002-08-19 David Carlton <carlton@math.stanford.edu>
173
174 * valops.c (search_struct_field): Change error message to treat
175 return value of 0 from value_static_field as meaning that field is
176 optimized out.
177 (value_struct_elt_for_reference): Ditto.
178 * values.c (value_static_field): Treat an unresolved location the
179 same as a nonexistent symbol. Fix PR gdb/635.
180 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
181 enclosed. Fix PR gdb/574.
182 * MAINTAINERS: Add self to Write After Approval list.
183
184 2002-08-19 Andrew Cagney <ac131313@redhat.com>
185
186 * mips-tdep.c (mips_xfer_register): New function.
187 (mips_n32n64_extract_return_value): Rewrite.
188 (mips_gdbarch_init): For N32 and N64, set extract_return_value
189 instead of deprecated_extract_return_value.
190
191 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
192
193 * rs6000-tdep.c (TDEP): Delete macro.
194 (branch_dest): Replace use of TDEP macro with its body.
195 (rs6000_pop_frame): Ditto.
196 (rs6000_push_arguments): Ditto.
197 (rs6000_skip_trampoline_code): Ditto.
198 (rs6000_frame_saved_pc): Ditto.
199 (rs6000_frame_chain): Ditto.
200 (rs6000_register_name): Ditto.
201 (rs6000_register_byte): Ditto.
202 (rs6000_register_raw_size): Ditto.
203 (rs6000_register_virtual_type): Ditto.
204 (rs6000_register_convertible): Ditto.
205 (rs6000_convert_from_func_ptr_addr): Ditto.
206
207 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
208
209 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
210 conditionally.
211 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
212 MIPS_LINUX_JB_ELEMENT_SIZE.
213 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
214 for MAX_REGISTER_RAW_SIZE arrays.
215 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
216 MIPS_LINUX_JB_ELEMENT_SIZE.
217
218 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
219
220 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
221
222 2002-08-19 Aidan Skinner <aidan@velvet.net>
223
224 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
225 ada-valprint.c ada-tasks.c.
226 (YYFILES): Add ada-exp.y.
227 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
228 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
229 (ada-exp.tab.o): New target.
230
231 2002-08-18 Andrew Cagney <ac131313@redhat.com>
232
233 * regcache.c (regcache_xfer_part): New function.
234 (regcache_raw_read_part): New function.
235 (regcache_raw_write_part): New function.
236 (regcache_cooked_read_part): New function.
237 (regcache_cooked_write_part): New function.
238 * regcache.h (regcache_raw_read_part): Declare.
239 (regcache_raw_write_part): Declare.
240 (regcache_cooked_read_part): Declare.
241 (regcache_cooked_write_part): Declare.
242
243 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
244
245 * remote.c (remote_open_1): Add async_p.
246 (remote_async_open_1): Delete.
247 (open_remote_target): Delete.
248 (remote_open, extended_remote_open): Update calls to remote_open_1.
249 (remote_async_open, extended_remote_async_open): Call
250 remote_open_1 instead of remote_async_open_1.
251
252 2002-08-19 Mark Kettenis <kettenis@gnu.org>
253
254 * blockframe.c: Fix a few coding standard violations.
255
256 2002-08-19 Mark Kettenis <kettenis@gnu.org>
257
258 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
259 here from ...
260 * config/i386/tm-i386sco5.h: ... here. File removed.
261 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
262
263 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
264 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
265 (TM_FILE): Set to tm-i386.h.
266 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
267 * config/i386/tm-i386v.h: Remove file.
268 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
269 instead of "i386/tm-i386v.h".
270 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
271 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
272 "i386/tm-i386v.h".
273 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
274 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
275 "i386/tm-i386.h".
276
277 2002-08-18 Mark Kettenis <kettenis@gnu.org>
278
279 * config/i386/nm-i386v.h: Add protection against
280 multiple-inclusion.
281 (i386_register_u_addr): Remove prototype.
282 (register_u_addr): New prototype.
283 (REGISTER_U_ADDR): Redefine accordingly.
284 * i386v-nat.c: Improve several comments.
285 (i386_register_u_addr): Change signature and rename to
286 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
287 ubase variable.
288
289 2002-08-18 Andrew Cagney <ac131313@redhat.com>
290
291 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
292 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
293 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
294 deprecated_extract_return_value.
295 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
296 rename mips_o32o64_push_arguments.
297 (mips_gdbarch_init): Update.
298 (mips_extract_return_value): Delete.
299 (mips_o32_extract_return_value): Clone mips_extract_return_value.
300 (mips_o64_extract_return_value): Clone mips_extract_return_value.
301 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
302 (mips_n32n64_extract_return_value): Clone
303 mips_extract_return_value.
304 (mips_store_return_value): Delete.
305 (mips_o32_store_return_value): Clone mips_store_return_value.
306 (mips_o64_store_return_value): Clone mips_store_return_value.
307 (mips_eabi_store_return_value): Clone mips_store_return_value.
308 (mips_n32n64_store_return_value): Clone mips_store_return_value.
309
310 2002-08-18 Aidan Skinner <aidan@velvet.net>
311
312 * ada-lang.c: Use gdb_string.h instead of <string.h>.
313 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
314
315 2002-08-18 Aidan Skinner <aidan@velvet.net>
316
317 * ada-lang.c: Run through gdb_indent.sh.
318 * ada-lang.h: Run through gdb_indent.sh.
319 * ada-tasks.c: Run through gdb_indent.sh.
320 * ada-typeprint.c: Run through gdb_indent.sh.
321 * ada-valprint.c: Run through gdb_indent.sh.
322
323 2002-08-18 Andrew Cagney <ac131313@redhat.com>
324
325 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
326 ABI.
327
328 2002-08-18 Mark Kettenis <kettenis@gnu.org>
329
330 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
331
332 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
333 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
334
335 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
336 write_register_gen instead of write_register_bytes.
337
338 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
339 i[3456]-*-osf1mk* configurations have been made obsolete.
340 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
341 i[3456]86-*-osf1mk* hosts obsolete.
342 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
343 targets obsolete.
344 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
345 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
346 config/i386/i386m3.mt, config/i386/nm-m3.h,
347 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
348 config/i386/i386mk.mh, config/i386/i386mk.mt,
349 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
350 obsolete.
351 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
352 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
353 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
354
355 2002-08-18 Andrew Cagney <ac131313@redhat.com>
356
357 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
358 (hppa_value_returned_from_stack): Declare.
359 (hppa_extract_return_value): Declare.
360 * config/pa/hppa.mt: New file.
361 * configure.tgt: Recognize hppa*-*-*.
362 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
363
364 2002-08-18 Mark Kettenis <kettenis@gnu.org>
365
366 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
367 comment.
368
369 2002-08-17 Mark Kettenis <kettenis@gnu.org>
370
371 * top.c (gdb_rl_operate_and_get_next): Make sure
372 operate-and-get-next functions correctly even when the history
373 list is completely filled.
374
375 2002-08-18 Andrew Cagney <ac131313@redhat.com>
376
377 * MAINTAINERS (Target Instruction Set Architectures): Rename
378 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
379 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
380 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
381 already listed under Host/Native.
382
383 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
384 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
385 mips*-*-*.
386
387 2002-08-17 Andrew Cagney <ac131313@redhat.com>
388
389 * config/ia64/ia64.mt: New file.
390 * config/alpha/alpha.mt: New file.
391 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
392 ia64-linux-gnu. Mention that ia64-elf is broken.
393 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
394
395 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
396
397 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
398 generic_func_frame_valid instead of func_frame_valid.
399
400 2002-08-16 Joel Brobecker <brobecker@gnat.com>
401
402 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
403 procfs appears to be broken when debugging on multi-processor
404 machines. So enable software single stepping in order to avoid
405 using the procfs interface to do next/step operations, using
406 internal breakpoints instead.
407
408 * infrun.c (handle_inferior_event): Readjust the stop_pc by
409 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
410 make this pc address equal to the value it would have if the
411 system stepping capability was used. Also set a new flag used
412 to ensure that we don't readjust the PC one more time later.
413
414 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
415 address by DECR_PC_AFTER_BREAK when software single step is
416 in use for this architecture, as this has already been taken
417 care of in handle_inferior_event().
418
419 2002-08-16 Joel Brobecker <brobecker@gnat.com>
420
421 * infrun.c (handle_inferior_event): Minor reformatting, to make
422 a rather long condition expression easier to read.
423
424 2002-08-16 Andrew Cagney <ac131313@redhat.com>
425
426 * Makefile.in (gdbtk.o): Move to end of file.
427 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
428 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
429 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
430 (gdbtk-wrapper.o, gdbres.o): Ditto.
431
432 2002-08-16 Andrew Cagney <ac131313@redhat.com>
433
434 * Makefile.in (copying.o): Separate out compile rule.
435 (hpux-thread.o, procfs.o, signals.o): Ditto.
436 (v850ice.o, z8k-tdep.o): Ditto.
437 (tui-file.o): Move to TUI section.
438 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
439 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
440
441 2002-08-16 Joel Brobecker <brobecker@gnat.com>
442
443 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
444 skip_trampoline_code, for better namespace-proofing.
445
446 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
447
448 2002-08-16 Joel Brobecker <brobecker@gnat.com>
449
450 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
451
452 2002-08-16 Joel Brobecker <brobecker@gnat.com>
453
454 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
455 signal, check whether we hit a breakpoint before checking for a
456 single step breakpoint. Otherwise, GDB fails to notice that a
457 breakpoint has been hit when stepping onto a breakpoint.
458
459 2002-08-16 Keith Seitz <keiths@redhat.com>
460
461 * gdb-events.sh (clear_gdb_event_hooks): New function.
462 * gdb-events.c: Regenerate.
463 * gdb-events.h: Regenerate.
464
465 2002-08-16 Andrew Cagney <ac131313@redhat.com>
466
467 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
468 not_a_sw_breakpoint.
469 * breakpoint.h (bpstat_stop_status): Add parameter names.
470
471 2002-08-16 Grace Sainsbury <graces@redhat.com>
472
473 * remote.c (remote_insert_hw_breakpoint)
474 (remote_remove_hw_breakpoint): Fix calculation of length field
475 for Z-packet.
476
477 2002-08-15 Michael Snyder <msnyder@redhat.com>
478
479 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
480 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
481 (supply_fpregset): Ditto.
482
483 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
484 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
485 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
486 (TARGET_READ_SP): Delete.
487 (DO_REGISTERS_INFO): Delete.
488 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
489 Delete.
490 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
491 from macros to functions.
492
493 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
494 (mips_register_convertible, mips_register_convert_to_virtual,
495 mips_register_convert_to_raw): Make static.
496 (mips_read_sp): New function.
497 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
498 (mips_do_registers_info): Make static.
499 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
500 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
501 (mips_register_convert_from_type, mips_register_convert_to_type):
502 New functions.
503 (mips_gdbarch_init): Set up function_start_offset,
504 register_virtual_size, pc_in_sigtramp.
505
506 2002-08-15 Andrew Cagney <ac131313@redhat.com>
507
508 * infcmd.c (vector_info): New function.
509 (_initialize_infcmd): Add command "info vector".
510 (print_vector_info): New function.
511
512 * gdbarch.sh (PRINT_VECTOR_INFO): New method
513 * gdbarch.h, gdbarch.c: Regenerate.
514
515 2002-08-15 Andrew Cagney <ac131313@redhat.com>
516
517 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
518 ``print_all''. Only print vector registers when ``print_all''.
519
520 2002-08-15 Andrew Cagney <ac131313@redhat.com>
521
522 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
523 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
524
525 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
526 Add `args' parameter.
527 * gdbarch.h, gdbarch.c: Regenerate.
528
529 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
530
531 * infcmd.c (float_info): Call print_float_info.
532 (print_float_info): New function. By default, print the
533 floating-point registers.
534
535 * arch-utils.h (default_print_float_info): Delete declaration.
536 * arch-utils.c (default_print_float_info): Delete function.
537
538 2002-08-16 Mark Kettenis <kettenis@gnu.org>
539
540 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
541 out define.
542
543 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
544 FRAME.
545
546 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
547 * configure.host: Make i[3456]86-*-aix host obsolete.
548 * configure.tgt: Make i[3456]86-*-aix target obsolete.
549 * config/i386/i386aix.mh, config/i386/i386aix.mt,
550 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
551 config/i386/xm-i386aix.h: Make files obsolete.
552 * i386aix-nat.c: Make file obsolete.
553 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
554 (i386aix-nat.o): Make target obsolete.
555
556 * config/i386/nm-gnu.h: Removed.
557 * config/i386/nm-i386gnu.h: New file.
558 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
559 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
560 Moved here from ...
561 * config/i386/tm-i386gnu.h: ... here. Removed.
562 * config/i386/xm-i386gnu.h: Removed.
563 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
564 (NAT_FILE): Set to nm-i386gnu.h.
565 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
566 * i386-tdep.c: New file.
567 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
568 (i386gnu-tdep.o): Specify dependencies.
569
570 2002-08-15 Mark Kettenis <kettenis@gnu.org>
571
572 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
573 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
574 Adjust a few comments to reflect reality a bit closer.
575 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
576 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
577 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
578 target_insert_watchpoint, target_remove_watchpoint):
579 Move defines to ...
580 * config/i386/nm-i386sco5.h: ... here.
581 (kernel_u_size): Add prototype. Improve a few comments and add
582 protection against multiple inclusion.
583
584 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
585 out define.
586
587 * uw-thread.c (SP_ARG0): Define if not already defined.
588 * config/i386/tm-i386.h (SO_ARG0): Remove define.
589
590 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
591
592 * config/i386/tm-i386.h: Don't include "regcache.h".
593
594 * i387-tdep.h (i387_print_float_info): New prototype.
595 * i387-tdep.c (print_i387_value, print_i387_ext,
596 print_i387_status_word, print_i387_control_word): Add `struct
597 ui_file *' argument and use it for output.
598 (i387_print_float_info): Renamed from i387_float_info. Add
599 `struct gdbarch *' and `struct ui_file *' arguments and use the
600 latter for output.
601 * i386-tdep.c: Include "i387-tdep.h".
602 (i386_gdbarch_init): Set print_float_info.
603 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
604 (FLOAT_INFO): Remove define.
605
606 2002-08-13 Michael Snyder <msnyder@redhat.com>
607
608 * mips-tdep.c (mips_push_arguments): Rename to
609 mips_eabi_push_arguments, and tune for EABI.
610 (MIPS_REGS_HAVE_HOME_P): Delete.
611 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
612 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
613 Delete references to mips_regs_have_home_p.
614
615 2002-08-14 Keith Seitz <keiths@redhat.com>
616
617 * Makefile.in (install-gdbtk): Create insight plugin directory.
618 Install plugins.tcl file.
619
620 2002-08-14 Keith Seitz <keiths@redhat.com>
621
622 * configure.in: Move SUBDIRS to near top of the file so that
623 --enable options may add things to it.
624 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
625 * configure: Regenerate.
626
627 2002-08-13 Michael Snyder <msnyder@redhat.com>
628
629 * mips-tdep.c (mips_o32o64_push_arguments): New function,
630 cloned from mips_push_arguments, tuned for o32/o64 ABI.
631 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
632
633 2002-08-13 Andrew Cagney <ac131313@redhat.com>
634
635 * vax-tdep.c (vax_get_saved_register): Delete function.
636 (vax_gdbarch_init): Update.
637 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
638 (ns32k_gdbarch_init): Update.
639 * alpha-tdep.c (alpha_get_saved_register): Delete function.
640 (alpha_gdbarch_init): Update.
641
642 2002-08-13 Andrew Cagney <cagney@redhat.com>
643
644 * regcache.c (init_regcache_descr): Overallocate the
645 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
646 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
647 nr_raw_registers.
648 (set_register_cached): Add range checking assertions. Use
649 current_regcache.
650
651 2002-08-13 Mark Kettenis <kettenis@gnu.org>
652
653 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
654 numbers for MMX registers.
655
656 2002-08-13 Andrew Cagney <cagney@redhat.com>
657
658 * i386-tdep.c (i386_gdbarch_init): Use
659 generic_unwind_get_saved_register.
660
661 2002-08-13 Kevin Buettner <kevinb@redhat.com>
662
663 * procfs.c (procfs_can_use_hw_breakpoint): New function.
664 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
665 target vector.
666 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
667 Delete. Add comment regarding this now-deleted target method.
668
669 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
670
671 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
672 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
673 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
674 real PC and the page number (if it's within the memory bank window).
675 (m68hc11_pseudo_register_write): Likewise when saving.
676 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
677 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
678 (m68hc11_register_raw_size): And use 32-bit for it.
679 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
680 16K memory bank is used by the prog; also use the virtual pc.
681
682 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
683
684 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
685 (m68hc11_gdbarch_init): Install it in gdbarch.
686 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
687 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
688 (MSYMBOL_SIZE): New for documentation.
689 (insn_return_kind): Enum to specify how a function returns.
690 (frame_extra_info): Cleanup and record the return mode.
691 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
692 register in address computation.
693 (m68hc11_get_return_insn): New to obtain the return instruction used
694 by the function.
695 (m68hc11_frame_init_saved_regs): Take into account the return
696 instruction used by the function for far and interrupt functions.
697 (m68hc11_init_extra_frame_info): Take into account page register.
698 (m68hc11_frame_args_address): Adjust according to the return mode.
699 (show_regs): Print page register only when it's used.
700
701 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
702
703 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
704 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
705 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
706 registers.
707 (m68hc11_register_raw_size): Likewise.
708
709 2002-08-13 Andrew Cagney <cagney@redhat.com>
710
711 * i386-tdep.c (i386_register_name): Handle mmx registers.
712 (mmx_regnum_p): New function.
713 (i386_mmx_names): New array.
714 (mmx_num_regs): New variable.
715 (i386_pseudo_register_read): New function.
716 (i386_pseudo_register_write): New function.
717 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
718
719 * regcache.c (regcache_raw_read_unsigned): New function.
720 (regcache_raw_read_signed): New function.
721 * regcache.h (regcache_raw_read_unsigned): Declare.
722 (regcache_raw_read_signed): Declare.
723
724 2002-08-13 Andrew Cagney <cagney@redhat.com>
725
726 * regcache.c (regcache_raw_read_as_address): Delete function.
727 (regcache_cooked_read_signed): New function.
728 (regcache_cooked_read_unsigned): New function.
729 * regcache.h (regcache_cooked_read_signed): Declare.
730 (regcache_cooked_read_unsigned): Declare.
731 (regcache_raw_read_as_address): Delete declaration.
732
733 * blockframe.c (generic_read_register_dummy): Use
734 regcache_cooked_read_unsigned.
735 * i386-tdep.c (i386_extract_struct_value_address): Use
736 regcache_cooked_read_unsigned.
737
738 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
739
740 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
741 double sizes according to ELF ABI flags.
742 (gdbarch_tdep): Record elf_flags.
743
744 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
745
746 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
747 (m6812_prolog): They can appear in 68HC12 function prologue.
748 (m68hc11_frame_chain): Cleanup.
749
750 2002-08-12 Andrew Cagney <cagney@redhat.com>
751
752 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
753 declarations.
754 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
755 (i386_linux_register_raw_size): Delete function.
756 (i386_linux_init_abi): Update.
757 * i386-tdep.c (i386_register_raw_size): Delete function.
758 (i386_register_byte): Delete function.
759 (i386_gdbarch_init): Update.
760 (i386_register_size): Delete array.
761 (i386_register_offset): Delete array.
762
763 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
764 (REGISTER_RAW_SIZE): Delete macro.
765 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
766 (REGISTER_BYTE): Delete macro.
767
768 2002-08-11 Aidan Skinner <aidan@velvet.net>
769
770 * ada-lang.c (ada_lookup_partial_symbol)
771 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
772 prototype names so that grep ^func works properly.
773
774 * ada-lang.c (ada_array_element_type)
775 (ada_lookup_partial_symbol): Fix typos in parameter list.
776
777 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
778 Fix prototype names so that grep ^func works properly.
779
780 2002-08-10 Andrew Cagney <cagney@redhat.com>
781 Elena Zannoni <ezannoni@redhat.com>
782 Martin M. Hunt <hunt@redhat.com>
783
784 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
785 (build_builtin_type_vec128i): Set the vector bit.
786 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
787 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
788 (build_builtin_type_vec64): New function.
789 (build_builtin_type_vec64i): New function.
790 (build_gdbtypes): Initialize builtin_type_vec64 and
791 builtin_type_vec64i.
792
793 2002-08-09 Andrew Cagney <cagney@redhat.com>
794
795 * regcache.c (regcache_dump): Compare the register offset
796 with REGISTER_BYTE.
797 * arch-utils.c (generic_register_byte): New function.
798 * arch-utils.h (generic_register_byte): Declare.
799 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
800 * gdbarch.h, gdbarch.c: Regenerate.
801
802 2002-08-09 Andrew Cagney <cagney@redhat.com>
803
804 * regcache.c: Include "gdbcmd.h"
805 (_initialize_regcache): Add commands "maintenance print
806 registers", "maintenance print raw-registers" and "maintenance
807 print cooked-registers".
808 (enum regcache_dump_what): Define.
809 (dump_endian_bytes): New function.
810 (regcache_dump): New function.
811 (regcache_print): New function.
812 (maintenance_print_registers): New function.
813 (maintenance_print_raw_registers): New function.
814 (maintenance_print_cooked_registers): New function.
815 * Makefile.in (regcache.o): Update dependencies.
816
817 2002-08-09 Michael Snyder <msnyder@redhat.com>
818
819 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
820 (mips_push_arguments): Correct some comments. Use paddr_nz
821 for printing addresses in debug output. Replace static
822 allocation using MAX_REGISTER_RAW_SIZE with alloca.
823 (mips_n32n64_push_arguments): New function, cloned from
824 mips_push_arguments and tuned for the n32/n64 ABI.
825 (mips_push_register): Buffer needs dynamic allocation.
826 (mips_print_register): Ditto.
827 (do_gp_register_row): Ditto.
828 (mips_store_return_value): Ditto.
829 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
830
831 2002-08-09 Don Howard <dhoward@redhat.com>
832
833 * memattr.c (mem_info_command): Print special case of upper bound
834 as max CORE_ADDR + 1.
835
836 2002-08-08 Michael Snyder <msnyder@redhat.com>
837
838 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
839 returns structs by ref if they're too big to fit in two registers.
840
841 2002-08-09 Kevin Buettner <kevinb@redhat.com>
842
843 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
844 saved regs value.
845 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
846 mips_find_saved_regs().
847 (mips_pop_frame): Likewise.
848
849 2002-08-09 Kevin Buettner <kevinb@redhat.com>
850
851 * blockframe.c (frame_saved_regs_register_unwind): Revise
852 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
853 frames are in use.
854
855 2002-08-09 Grace Sainsbury <graces@redhat.com>
856
857 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
858 T-packets; the 'a' is not taken as a register number.
859 (remote_check_watch_resources, remote_stopped_by_watchpoint)
860 (remote_stopped_data_address): New functions; add to target
861 vector.
862 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
863 prototypes to match other implementations of this
864 function. replace integer argument with pointer -- the length
865 field in the Z-packet is the length of what is pointed to or 1 if
866 pointer is null. Add to target vector.
867 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
868 target vector.
869
870 From Mark Salter:
871 * remote.c (remote_wait): Add support to extract optional
872 watchpoint information from T-packet. Ignore unrecognized
873 optional info in T-packet.
874 (remote_async_wait): Ditto.
875
876 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
877
878 * cli/cli-dump.c: Change fopen modes to use binary open modes
879 as defined in include/fopen-bin.h throughout.
880
881 2002-08-08 Michael Snyder <msnyder@redhat.com>
882
883 * mips-tdep.c: Minor whitespace and indentation clean-ups.
884
885 2002-08-08 Kevin Buettner <kevinb@redhat.com>
886
887 * doublest.c (store_floating): Avoid floatformat_from_doublest()
888 assertion failure by returning early after a warning.
889
890 2002-08-08 Kevin Buettner <kevinb@redhat.com>
891
892 * mips-tdep.c (mips_find_saved_regs): Make static.
893 (mips_frame_init_saved_regs): New function.
894 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
895 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
896 (mips_find_saved_regs): Delete declaration.
897
898 2002-08-08 Grace Sainsbury <graces@redhat.com>
899
900 * remote.c (remote_wait, remote_async_wait): Change
901 thread_num from int to ULONGEST.
902 (unpack_varlen_hex): Change result parameter from
903 int * to ULONGEST *.
904
905 2002-08-08 Andrew Cagney <ac131313@redhat.com>
906
907 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
908 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
909 powerpc*-*-*.
910 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
911
912 2002-08-08 Andrew Cagney <cagney@redhat.com>
913
914 * gcore.c (override_derive_stack_segment): Delete variable.
915 (preempt_derive_stack_segment): Delete function.
916 (derive_stack_segment): Delete function.
917 (default_derive_stack_segment): Renamed to derive_stack_segment.
918 (override_derive_heap_segment): Delete variable.
919 (preempt_derive_heap_segment): Delete function.
920 (derive_heap_segment): Delete function.
921 (default_derive_heap_segment): Rename to derive_heap_segment.
922
923 2002-08-06 Michael Snyder <msnyder@redhat.com>
924
925 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
926 * mips-tdep.c (mips_EABI_use_struct_convention,
927 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
928 New functions. (mips_use_struct_convention): Delete.
929 (mips_gdbarch_init): set use_gdbarch_convention.
930
931 2002-08-06 Michael Snyder <msnyder@redhat.com>
932
933 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
934 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
935 mips_o32_reg_struct_has_addr): New functions.
936 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
937
938 2002-08-07 Andrew Cagney <ac131313@redhat.com>
939
940 * regcache.c (pseudo_register): Delete function.
941 (fetch_register): Delete function.
942 (store_register): Delete function.
943 (regcache_raw_read, legacy_read_register_gen): Use
944 target_fetch_registers instead of fetch_register.
945 (legacy_write_register_gen, regcache_raw_write): Use
946 target_store_register instead of store_register.
947 (write_register_bytes): Ditto.
948
949 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
950 (STORE_PSEUDO_REGISTER): Delete.
951 * gdbarch.h, gdbarch.c: Regenerate.
952
953 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
954
955 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
956 write dump file binary.
957
958 2002-08-05 Michael Snyder <msnyder@redhat.com>
959
960 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
961 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
962 (mips_gdbarch_init): Set N32 target to be mips64.
963
964 2002-08-06 Kevin Buettner <kevinb@redhat.com>
965
966 * frame.c (find_saved_register): Break out of loop once saved
967 register address is found. Don't mention sparc in loop comment
968 anymore.
969
970 2002-08-06 Kevin Buettner <kevinb@redhat.com>
971
972 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
973 mips_default_saved_regsize to 8.
974
975 2002-08-06 Andrew Cagney <ac131313@redhat.com>
976
977 * gcore.c: Do not include <sys/procfs.h>.
978 * Makefile.in (gcore.o): Update dependencies.
979
980 2002-08-06 Andrew Cagney <cagney@redhat.com>
981
982 * configure.tgt: Make arc-*-* obsolete.
983 * NEWS: Mention that arc-*-* has been identifed as obsolete.
984 * MAINTAINERS: Make arc-elf obsolete.
985 * arc-tdep.c: Make file obsolete.
986 * config/arc/arc.mt: Ditto.
987 * config/arc/tm-arc.h: Ditto.
988
989 2002-08-05 Theodore A. Roth <troth@verinet.com>
990
991 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
992
993 2002-08-05 Andrew Cagney <ac131313@redhat.com>
994
995 * mcore-tdep.c (mcore_gdbarch_init): Use
996 generic_unwind_get_saved_register instead of
997 generic_get_saved_register.
998 * v850-tdep.c (v850_gdbarch_init): Ditto.
999 * frv-tdep.c (frv_gdbarch_init): Ditto.
1000 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1001 * s390-tdep.c (s390_gdbarch_init): Ditto.
1002 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1003 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1004 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1005
1006 2002-08-05 Joel Brobecker <brobecker@gnat.com>
1007
1008 * objfiles.h: Add missing #include "symfile.h"
1009
1010 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1011
1012 2002-08-04 Andrew Cagney <ac131313@redhat.com>
1013
1014 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1015 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1016 of FIELD_BITSIZE.
1017
1018 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
1019
1020 * NEWS: Cleanup and nitpick.
1021
1022 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1023
1024 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
1025
1026 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1027
1028 * Makefile.in (gdbtk-bp.o): Update dependencies.
1029 (gdbtk-register.o): Ditto.
1030 (gdbtk-varobj.o): Ditto.
1031
1032 2002-08-03 Andrew Cagney <cagney@redhat.com>
1033
1034 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1035 m68hc11_fetch_pseudo_register.
1036 (m68hc11_pseudo_register_write): Replace
1037 m68hc11_store_pseudo_register.
1038 (m68hc11_gdbarch_init): Update.
1039
1040 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
1041
1042 * gdbarch.sh: Include "gdb_string.h".
1043 * gdbarch.c: Regenerate.
1044
1045 * regcache.c: Include "gdb_string.h".
1046 * ax-general.c: Ditto.
1047 * varobj.c: Ditto.
1048 * std-regs.c: Ditto.
1049 * fbsd-proc.c: Ditto.
1050 * thread.c: Ditto.
1051
1052 * Makefile.in (regcache.o): Update dependencies.
1053 (thread.o, gdbarch.o): Ditto.
1054 (ax-general.o, gdbarch.o): Ditto.
1055 (varobj.o, std-regs.o): Ditto.
1056 (fbsd-proc.o): Specify dependencies.
1057
1058 2002-08-02 Andrew Cagney <cagney@redhat.com>
1059
1060 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1061 regnum.
1062 (regcache_cooked_write): Ditto.
1063
1064 2002-08-02 Andrew Cagney <ac131313@redhat.com>
1065
1066 * regcache.c (regcache_cooked_read): New function.
1067 (regcache_cooked_write): New function.
1068 (read_register_gen): Rewrite using regcache_cooked_read.
1069 (write_register_gen): Rewrite using regcache_cooked_write.
1070
1071 * regcache.h (regcache_cooked_read, regcache_cooked_write):
1072 Declare.
1073
1074 2002-08-02 Andrew Cagney <cagney@redhat.com>
1075
1076 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1077 Replace the architecture methods register_read and register_write.
1078 * gdbarch.h, gdbarch.c: Regenerate.
1079 * regcache.c (init_regcache_descr): Update.
1080 (read_register_gen): Update.
1081 (write_register_gen): Update.
1082 (supply_register): Update comment.
1083
1084 * sh-tdep.c (sh_gdbarch_init): Update.
1085 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1086 `regcache' and `gdbarch' parameters. Make `buffer' a void
1087 pointer. Update code.
1088 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1089 `regcache' and `gdbarch' parameters. Make `buffer' a constant
1090 void pointer. Update code.
1091 (sh64_register_write): Delete.
1092 (sh4_register_read): Delete.
1093 (sh64_register_read): Delete.
1094 (sh4_register_write): Delete.
1095 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1096 void pointer, `to' parameter a void pointer.
1097 (sh_sh64_register_convert_to_raw): Ditto.
1098
1099 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1100
1101 * mips-tdep.c (mips_register_virtual_type): Use architecture
1102 invariant return values.
1103
1104 2002-08-01 Andrew Cagney <cagney@redhat.com>
1105
1106 * linux-proc.c: Include "gdb_string.h".
1107 * Makefile.in (linux-proc.o): Update dependency list.
1108
1109 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1110
1111 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
1112 comment.
1113
1114 2002-08-01 Grace Sainsbury <graces@redhat.com>
1115
1116 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1117 to_insert_watchpoint, to_remove_watchpoint,
1118 to_stopped_by_watchpoint, to_stopped_data_address,
1119 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1120 target vecctor. Define their corresponding macros so they call
1121 them.
1122
1123 * target.c: Add default and debug versions of for
1124 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1125 to_insert_watchpoint, to_remove_watchpoint,
1126 to_stopped_by_watchpoint, to_stopped_data_address,
1127 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1128
1129 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1130
1131 * mips-tdep.c (mips_register_virtual_type): New function.
1132 (mips_gdbarch_init): Register mips_register_virtual_type()
1133 with gdbarch machinery.
1134 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1135 this file instead of tm-bigmips.h.
1136 (MIPS_REGSIZE): Delete this macro.
1137 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
1138 multiarch version in mips-tdep.c will be found.
1139
1140 2002-08-01 Andrew Cagney <cagney@redhat.com>
1141
1142 * NEWS: Menion that CHILL has been made obsolete.
1143
1144 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
1145 * gdbserver/Makefile.in: Ditto.
1146 * stabsread.c (read_range_type): Ditto.
1147 * gdbtypes.h: Ditto.
1148 * language.c (binop_type_check): Ditto.
1149 (binop_result_type): Ditto.
1150 (integral_type): Ditto.
1151 (character_type): Ditto.
1152 (string_type): Ditto.
1153 (boolean_type): Ditto.
1154 (structured_type): Ditto.
1155 (lang_bool_type): Ditto.
1156 (binop_type_check): Ditto.
1157 * language.h (_LANG_chill): Ditto.
1158 * dwarfread.c (set_cu_language): Ditto.
1159 * dwarfread.c (CHILL_PRODUCER): Ditto.
1160 * dwarfread.c (handle_producer): Ditto.
1161 * expression.h (enum exp_opcode): Ditto.
1162 * eval.c: Ditto for comments.
1163 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1164 * expprint.c (print_subexp): Ditto.
1165 (print_subexp): Ditto.
1166 * valops.c (value_cast): Ditto.
1167 (search_struct_field): Ditto.
1168 * value.h (COERCE_VARYING_ARRAY): Ditto.
1169 * symfile.c (init_filename_language_table): Ditto.
1170 (add_psymbol_with_dem_name_to_list): Ditto.
1171 * valarith.c (value_binop): Ditto.
1172 (value_neg): Ditto.
1173 * valops.c (value_slice): Ditto.
1174 * symtab.h (union language_specific): Ditto.
1175 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1176 (SYMBOL_DEMANGLED_NAME): Ditto.
1177 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1178 * defs.h (enum language): Ditto.
1179 * symtab.c (got_symtab): Ditto.
1180 * utils.c (fprintf_symbol_filtered): Ditto.
1181
1182 * ch-typeprint.c: Make file obsolete.
1183 * ch-valprint.c: Make file obsolete.
1184 * ch-lang.h: Make file obsolete.
1185 * ch-exp.c: Make file obsolete.
1186 * ch-lang.c: Make file obsolete.
1187
1188 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1189 CHILL_LIB.
1190 (TARGET_FLAGS_TO_PASS): Ditto.
1191 (CHILLFLAGS): Obsolete.
1192 (CHILL): Obsolete.
1193 (CHILL_FOR_TARGET): Obsolete.
1194 (CHILL_LIB): Obsolete.
1195 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1196 ch-valprint.c.
1197 (HFILES_NO_SRCDIR): Remove ch-lang.h.
1198 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1199 ch-lang.o.
1200 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1201 targets.
1202
1203 2002-07-31 Joel Brobecker <brobecker@gnat.com>
1204
1205 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1206 This does not change anything at the moment, but will be helpful
1207 later when full Ada support is integrated.
1208
1209 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1210
1211 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1212 help message.
1213
1214 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1215
1216 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1217 and save it in a local variable. Use variable in later test.
1218
1219 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1220
1221 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1222 test. (Thanks to Daniel Jacobowitz.)
1223
1224 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1225
1226 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1227 (mips_abi_strings): Add "n64".
1228 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
1229
1230 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1231
1232 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1233 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1234
1235 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1236
1237 * utils.c (host_pointer_to_address, address_to_host_pointer):
1238 Use gdb_assert() instead of explicit call to internal_error().
1239
1240 2002-07-30 Kevin Buettner <kevinb@redhat.com>
1241
1242 * Makefile.in (rs6000-nat.o): Update dependencies.
1243
1244 From Nicholas Duffek:
1245 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1246 (aix-thread.o): New rule.
1247 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1248 * config/powerpc/aix432.mh: New file.
1249
1250 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1251
1252 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1253 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1254 (fetch_core_registers, ppc_linux_supply_gregset)
1255 (ppc_linux_supply_fpregset): New functions.
1256 (ppc_linux_regset_core_fns): New.
1257 (_initialize_ppc_linux_tdep): Call add_core_fns.
1258 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1259 and ppc_linux_supply_gregset.
1260 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1261 (supply_fpregset): Call ppc_linux_supply_fpregset.
1262 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1263 corelow.o.
1264 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1265
1266 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1267
1268 * symtab.c (lookup_symbol): Demangle before lowercasing.
1269
1270 2002-07-30 Andrew Cagney <ac131313@redhat.com>
1271
1272 * symtab.h: Replace #include "gdb_obstack.h" with opaque
1273 declaration.
1274 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1275 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1276 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1277 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1278 "gdb_string.h".
1279 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1280 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1281 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1282 (avr-tdep.o, mon960-rom.o): Ditto.
1283 (aout_stabs_gnu_h): Define.
1284 (symtab_h): Remove $(gdb_obstack_h).
1285
1286 2002-07-30 Jim Blandy <jimb@redhat.com>
1287
1288 Patch from David Carlton <carlton@math.stanford.edu>:
1289 * gdbinit.in: Move the `dir' commands that add GDB's own source
1290 directory to the search path to the end, so that the `gdb' source
1291 directory will be searched first.
1292
1293 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1294
1295 * gdb_obstack.h: New file.
1296 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1297 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1298 * objfiles.h: Include "gdb_obstack.h".
1299 * Makefile.in (gdb_obstack_h): Define.
1300 (symtab_h): Add $(gdb_obstack_h).
1301 (objfiles_h): Add $(gdb_obstack_h).
1302
1303 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1304 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1305 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1306 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1307 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1308 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1309 * symfile.c, coffread.c, c-typeprint.c: Ditto.
1310 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1311
1312 * Makefile.in (bcache.o): Update dependencies.
1313 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1314 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1315 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1316 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1317 (stabsread.o, symfile.o, symmisc.o): Ditto.
1318 (symtab.o, typeprint.o, macroexp.o): Ditto.
1319 (macrotab.o, mdebugread.o): Ditto.
1320 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1321 (coff_ecoff_h, aout_aout64_h): Define.
1322 (aout_stabs_gnu_h, libaout_h): Define.
1323
1324 2002-07-29 Andrew Cagney <cagney@redhat.com>
1325
1326 * regcache.c (struct regcache_descr): Rename nr_registers to
1327 nr_cooked_registers. Revise comments describing the structure
1328 member fields.
1329 (init_regcache_descr): Update.
1330 (init_legacy_regcache_descr): Update.
1331 (read_register_gen, write_register_gen): When a cooked register in
1332 the raw register range, directly access the value from the raw
1333 register cache.
1334
1335 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1336
1337 * z8k-tdep.c: Do not include "obstack.h".
1338 * h8300-tdep.c, h8500-tdep.c: Ditto.
1339 * m68hc11-tdep.c, sh-tdep.c: Ditto.
1340 * valprint.c, v850-tdep.c: Ditto.
1341 * d10v-tdep.c, mn10300-tdep.c: Ditto.
1342 * mn10200-tdep.c: Ditto.
1343
1344 * Makefile.in (z8k-tdep.o): Update dependencies.
1345 (m68hc11-tdep.o, valprint.o): Ditto.
1346 (v850-tdep.o, d10v-tdep.o): Ditto.
1347 (mn10300-tdep.o, sparc-tdep.o): Ditto.
1348 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1349 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1350 (sh_opc_h, gdb_sim_sh_h): Define.
1351 (elf_sh_h, elf_bfd_h): Define.
1352 (opcode_m68hc11_h): Define.
1353 (OPCODES_SRC, OPCODES_DIR): define.
1354 (OPCODES): Use $(OPCODES_DIR).
1355 (gdb_sim_d10v_h): Rename sim_d10v_h.
1356 (gdb_sim_arm_h): Rename sim_arm_h.
1357
1358 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1359
1360 * utils.c (host_pointer_to_address, address_to_host_pointer):
1361 Change internal_error() message to indicate function responsible
1362 for the error.
1363
1364 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1365
1366 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1367 calls to local_hex_string_custom().
1368
1369 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1370
1371 * irix5-nat.c: Move IRIX shared library support from here...
1372 * solib-irix.c: ...to here. Revised substantially to work with
1373 generic solib framework.
1374
1375 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1376 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1377 * mips-irix-tdep.c: New file.
1378
1379 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1380 (mips-irix-tdep.o, solib-irix.o): New rules.
1381 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1382 solib-irix.o.
1383 * config/mips/irix6.mt (TDEPFILES): Likewise.
1384 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1385
1386 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1387
1388 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
1389 disabled (via ``#if 0'') includes.
1390
1391 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1392
1393 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1394 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1395 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1396 Add support for the fpscr register.
1397 * rs6000-nat.c (regmap, fetch_inferior_registers)
1398 (store_inferior_registers, fetch_core_registers): Likewise.
1399
1400 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1401
1402 * rs6000-nat.c (language.h): Include.
1403 (special_regs): Delete this array.
1404 (regmap): New function.
1405 (fetch_register, store_register): Use regmap() to map gdb
1406 register numbers to ptrace register numbers. Also, use
1407 outputs from regmap() to make decisions regarding type of
1408 ptrace() call to make. In particular, don't compare against
1409 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1410 (fetch_inferior_registers, store_inferior_registers): Where
1411 possible, obtain register numbers from tdep struct. Don't
1412 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1413 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
1414 (LAST_UISA_SP_REGNUM): Delete.
1415
1416 2002-07-25 Kevin Buettner <kevinb@redhat.com>
1417
1418 * rs6000-nat.c (ppc-tdep.h): Include.
1419 (fetch_registers, store_register, fetch_core_registers): Don't
1420 access registers[] directly. Instead, use supply_register() or
1421 regcache_collect() as appropriate.
1422 (find_toc_address): Format hex address with local_hex_string().
1423
1424 2002-07-25 Andrew Cagney <ac131313@redhat.com>
1425
1426 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
1427 bfd/elf32-frv.c.
1428
1429 2002-07-24 Tom Tromey <tromey@redhat.com>
1430
1431 * jv-exp.y: Marked all strings with _().
1432 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
1433 internal_error.
1434 (MethodInvocation, CastExpression, parse_number, yyerror,
1435 java_type_from_name, push_expression_name, yylex): Typo fixes.
1436
1437 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
1438
1439 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
1440 (tee_file_flush, tee_file_write, tee_file_fputs)
1441 (tee_file_isatty): New.
1442 * ui-file.h (tee_file_new): Add prototype.
1443
1444 2002-07-24 Aidan Skinner <aidan@velvet.net>
1445
1446 * ada-lang.c: Change k&r style function definitions to prototyped
1447 form.
1448 * ada-typeprint.c: Change k&r style function definitions to prototyped
1449 form.
1450 * ada-valprint.c: Change k&r style function definitions to prototyped
1451 form.
1452
1453 2002-07-24 Andrew Cagney <cagney@redhat.com>
1454
1455 * README: Remove reference to remote-bug.
1456 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
1457 remote-bug.c.
1458 (m88k-nat.o): Delete rule.
1459 (m88k-tdep.o): Delete rule.
1460 (remote-bug.o): Delete rule.
1461 * MAINTAINERS: Mark as obsolete.
1462 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
1463 * m88k-tdep.c: Make file obsolete.
1464 * config/m88k/m88k.mh: Ditto.
1465 * config/m88k/delta88v4.mh: Ditto.
1466 * config/m88k/delta88v4.mt: Ditto.
1467 * config/m88k/delta88.mt: Ditto.
1468 * config/m88k/delta88.mh: Ditto.
1469 * remote-bug.c: Ditto.
1470 * config/m88k/tm-delta88.h: Ditto.
1471 * config/m88k/nm-delta88v4.h: Ditto.
1472 * config/m88k/xm-delta88.h: Ditto.
1473 * config/m88k/xm-dgux.h: Ditto.
1474 * config/m88k/tm-m88k.h: Ditto.
1475 * config/m88k/nm-m88k.h: Ditto.
1476 * config/m88k/tm-delta88v4.h: Ditto.
1477 * m88k-nat.c: Ditto.
1478 * cxux-nat.c: Ditto.
1479 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
1480 and m88*-*-* obsolete.
1481 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
1482 m88*-*-* obsolete.
1483
1484 2002-07-24 Andrew Cagney <cagney@redhat.com>
1485
1486 * findvar.c (extract_unsigned_integer): Make `addr' parameter
1487 constant. Same for local pointer variables.
1488 (extract_signed_integer): Ditto.
1489 * defs.h (extract_unsigned_integer): Update.
1490 (extract_signed_integer): Update.
1491
1492 2002-07-24 Kevin Buettner <kevinb@redhat.com>
1493
1494 * gdbserver/configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
1495 * gdbserver/configure: Regenerate.
1496 * gdbserver/config.in: Regenerate.
1497
1498 2002-07-24 Andrew Cagney <cagney@redhat.com>
1499
1500 * regcache.c (regcache_raw_write): Change buf parameter to a
1501 constant void pointer.
1502 (regcache_raw_read): Change buf parameter to a void pointer.
1503 (legacy_write_register_gen): Change myaddr parameter a constant
1504 void pointer.
1505 (supply_register): Change val parameter to a const void pointer.
1506 * regcache.h (regcache_raw_write): Update declaration.
1507 (regcache_raw_read): Update declaration.
1508 (supply_register): Update declaration.
1509
1510 2002-07-24 Tom Tromey <tromey@redhat.com>
1511
1512 * defs.h (gdb_readline_wrapper): Declare.
1513 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
1514 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
1515 * top.c (gdb_readline_wrapper): New function.
1516 (command_line_input): Use it.
1517
1518 2002-07-24 Andrew Cagney <cagney@redhat.com>
1519
1520 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
1521 regcache_read and regcache_write.
1522 (regcache_raw_read_as_address): Replace regcache_read_as_address.
1523 * regcache.c: Update.
1524 * sh-tdep.c (sh64_push_arguments): Update comment.
1525 (sh_pseudo_register_read): Update.
1526 (sh_pseudo_register_write): Update.
1527 (sh4_register_read): Update.
1528 (sh4_register_write): Update.
1529 (sh64_pseudo_register_read): Update.
1530 (sh64_pseudo_register_write): Update.
1531 (sh64_register_read): Update.
1532 (sh64_register_write): Update.
1533 * i386-tdep.c (i386_extract_return_value): Update.
1534 (i386_extract_struct_value_address): Update.
1535 (i386_extract_return_value): Update.
1536 * blockframe.c (generic_read_register_dummy): Update.
1537 (generic_call_dummy_register_unwind): Update
1538 * infrun.c (write_inferior_status_register): Update.
1539
1540 2002-07-23 Jim Blandy <jimb@redhat.com>
1541
1542 * parser-defs.h (expression_context_pc): Make this extern.
1543 (Thanks to Michael Snyder.)
1544
1545 2002-07-23 Andrew Cagney <ac131313@redhat.com>
1546
1547 GDB 5.2.1 released from 5.2 branch.
1548 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
1549 * README: Update to mention 5.2.1.
1550
1551 2002-07-23 Mark Salter <msalter@redhat.com>
1552
1553 * remote.c (remote_read_bytes): Fix check for error.
1554
1555 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1556
1557 * aix-thread.c (language.h): Include.
1558 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1559 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
1560 Print newlines at end of debug messages.
1561 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
1562 (pdc_write_data): Use local_hex_string() instead of %llx formats.
1563
1564 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1565
1566 * aix-thread.c (ppc-tdep.h): Include.
1567 (special_register_p): New function.
1568 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
1569 (store_regs_user_thread): Use register number information from
1570 gdbarch_tdep struct instead of hardcoded offsets relative to
1571 FIRST_UISA_SP_REGNUM.
1572 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
1573 special_register_p() instead of using FPLAST_REGNUM and
1574 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
1575 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
1576 will be MQ's register number.
1577
1578 2002-07-22 Michael Snyder <msnyder@redhat.com>
1579
1580 * aix-thread.c (ops): Rename to aix_thread_ops.
1581 (base_ops): Rename to base_target.
1582 (ops_attach): Rename to aix_thread_attach.
1583 (ops_detach): Rename to aix_thread_detach.
1584 (ops_resume): Rename to aix_thread_detach.
1585 (ops_wait): Rename to aix_thread_wait.
1586 (ops_kill): Rename to aix_thread_kill.
1587 (init_ops): Rename to init_aix_thread_ops.
1588 (ops_fetch_register): Rename to aix_thread_fetch_register.
1589 (ops_store_register): Rename to aix_thread_store_register.
1590 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
1591 (ops_thread_alive): Rename to aix_thread_thread_alive.
1592 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
1593 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
1594 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
1595 (fetch_regs_lib): Rename to fetch_regs_user_thread.
1596 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
1597 (store_regs_lib): Rename to store_regs_user_thread.
1598 (store_regs_kern): Rename to store_regs_kernel_thread.
1599
1600 2002-07-22 Michael Snyder <msnyder@redhat.com>
1601
1602 * aix-thread.c (ops_prepare_to_store): Eliminate.
1603 (init_ops): Don't initialize ops.prepare_to_store.
1604 (store_regs_kern): Pre-fetch register buffers from child,
1605 because some registers may not be in the cache. Copy
1606 regs from register cache only if they are cached.
1607 (store_regs_lib): Copy regs from register cache only
1608 if they are cached.
1609 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
1610 fill_gprs64): Ditto.
1611
1612 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1613
1614 * aix-thread.c (gdb_assert.h): Include.
1615 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
1616 register sizes (from register cache) match size of buffer holding
1617 register data.
1618 (fill_sprs32): Change parameter types to match those in the ptrace()
1619 buffer.
1620 (store_regs_lib): Likewise, but for 32-bit temporary variables.
1621 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
1622
1623 2002-07-22 Michael Snyder <msnyder@redhat.com>
1624
1625 * aix-thread.c (supply_sprs64): Cosmetic change.
1626 (supply_sprs32): Cosmetic change.
1627 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
1628 (fill_sprs64): Use regcache_collect instead of read_register.
1629 (store_regs_lib): Use regcache_collect instead of
1630 read_register. Use fill_sprs32 instead of fill_sprs64,
1631 if debugging a 32-bit architecture.
1632 (store_regs_kern): Use fill_gprs64 etc. to pull the values
1633 out of the register cache, instead of passing a pointer into
1634 the register cache directly to ptrace. Use regcache_collect
1635 insteaad of read_register.
1636 (ops_prepare_to_store): Use target_read_registers instead
1637 of read_register_bytes.
1638
1639 2002-07-20 Aidan Skinner <aidan@velvet.net>
1640
1641 * MAINTAINERS: Add self under write after approval.
1642
1643 2002-07-20 Aidan Skinner <aidan@velvet.net>
1644
1645 * ada-tasks.c: Change k&r style function definitions to prototyped
1646 form.
1647
1648 2002-07-19 Andrew Cagney <ac131313@redhat.com>
1649
1650 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
1651 * x86-64-tdep.c: Include "objfiles.h".
1652 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
1653 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
1654
1655 2002-07-17 Michal Ludvig <michal@suse.cz>
1656
1657 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
1658 (update_context): Initialise cfa variable.
1659
1660 2002-07-17 Michael Snyder <msnyder@redhat.com>
1661
1662 * aix-thread.c: Shorten some long lines.
1663 Bring comments into line with code spec.
1664
1665 2002-07-18 Joel Brobecker <brobecker@gnat.com>
1666
1667 * infrun.c: Re-indent using gdb_indent.sh.
1668
1669 2002-07-18 Joel Brobecker <brobecker@gnat.com>
1670
1671 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
1672 Leave the indentation temporarily untouched, to minimize the diffs.
1673
1674 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
1675
1676 * stabsread.c: Make os9k sections of the code obsolete,
1677 for real this time.
1678 * stabsread.h: Make os9k sections of the code obsolete.
1679
1680 2002-07-18 Michal Ludvig <mludvig@suse.cz>
1681
1682 * linux-low.c (regsets_store_inferior_registers): Add free()
1683 at the end of a loop to prevent memory leak.
1684 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
1685 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
1686 * config/sparc/tm-sp64linux.h: Make the rest of #endif
1687 line a comment.
1688 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
1689
1690 2002-07-17 Jim Blandy <jimb@redhat.com>
1691
1692 * macrocmd.c (info_macro_command): Remove newline from error
1693 message.
1694
1695 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
1696
1697 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
1698 (sh_gdbarch_init): Use it for sh-dsp.
1699
1700 2002-07-16 Kevin Buettner <kevinb@redhat.com>
1701
1702 * dwarf2read.c (read_initial_length): Handle older, non-standard,
1703 64-bit DWARF2 format.
1704
1705 2002-07-16 Joel Brobecker <brobecker@gnat.com>
1706
1707 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
1708 <sys/proc.h> when not available.
1709
1710 2002-07-16 Andrew Cagney <ac131313@redhat.com>
1711
1712 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
1713 * stabsread.c: Make os9k sections of the code obsolete.
1714 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
1715 * config/i386/i386os9k.mt: Make file obsolete.
1716 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
1717 (COMMON_OBS): Remove os9kread.o
1718 (SFILES): Remove os9kread.c.
1719 (os9kread.o, remote-os9k.o): Make target obsolete.
1720 * remote-os9k.c: Make file obsolete.
1721 * os9kread.c: Make file obsolete.
1722 * Makefile.in
1723
1724 2002-07-16 Andrew Cagney <ac131313@redhat.com>
1725
1726 * NEWS: Mention that the FR30 has been made obsolete.
1727 * fr30-tdep.c: Make file obsolete.
1728 * config/fr30/tm-fr30.h: Ditto.
1729 * config/fr30/fr30.mt: Ditto.
1730 * configure.tgt: Make fr30-*-elf obsolete.
1731 * MAINTAINERS: Make fr30-elf obsolete.
1732
1733 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
1734
1735 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
1736 found is not inside a section.
1737
1738 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1739
1740 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
1741 strerror().
1742 (pdc_realloc): Use xrealloc() instead of realloc().
1743
1744 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1745
1746 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
1747 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
1748 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
1749 macros.
1750
1751 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1752
1753 * aix-thread.c (ptrace_check): Eliminate goto.
1754 (sync_threadlists): Eliminate gotos. Also, fix array overrun
1755 problem.
1756
1757 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1758
1759 * aix-thread.c (gdbcmd.h): Include.
1760 (DEBUG, DBG, DBG2, dbg): Eliminate.
1761 (debug_aix_thread): New static global.
1762 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1763 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
1764 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
1765 invocations to DBG and DBG2 macros to test against
1766 ``debug_aix_thread'' and call fprintf_unfiltered().
1767 (_initialize_aix_thread): Add new command "set debug aix-thread".
1768
1769 2002-07-15 Andrew Cagney <ac131313@redhat.com>
1770
1771 From Gerhard Tonn <TON@de.ibm.com>:
1772 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
1773 instead of supply_register.
1774
1775 2002-07-15 Andrew Cagney <ac131313@redhat.com>
1776
1777 * dwarf2cfi.c: Include "gdb_assert.h".
1778 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
1779 non-NULL.
1780 (update_context): Do not use __func__. Add missing ``break''.
1781 (update_context): Do not use __func__.
1782
1783 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
1784
1785 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
1786 and its setting. Set gdbarch instruction printing functions
1787 directly. For non-rs6000 case use new function
1788 gdb_print_insn_powerpc.
1789 (gdb_print_insn_powerpc): New function.
1790
1791 2002-07-13 Andrew Cagney <ac131313@redhat.com>
1792
1793 * NEWS: Mention that the d30v has been marked obsolete.
1794 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
1795 * configure.tgt: Mark d30v-*-* as obsolete.
1796 * d30v-tdep.c: Mark file as obsolete.
1797 * config/d30v/d30v.mt: Ditto.
1798 * config/d30v/tm-d30v.h: Ditto.
1799
1800 2002-07-13 Aidan Skinner <aidan@velvet.net>
1801
1802 * ada-tasks.c (add_task_entry): replace calls to
1803 malloc() with xmalloc
1804 * ada-tasks.c (init_task_list): replace calls to free with xfree()
1805
1806 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
1807 ada_finish_decode_line_1, all_sals_for_line
1808 ada_breakpoint_rewrite): replace calls to free() with xfree()
1809
1810 2002-07-12 Kevin Buettner <kevinb@redhat.com>
1811
1812 From Nicholas Duffek (with minor changes by Martin Hunt,
1813 Louis Hamilton, and Kevin Buettner):
1814 * aix-thread.c: New file.
1815
1816 2002-07-12 Petr Sorfa <petrs@caldera.com>
1817
1818 * dwarf2read.c (dwarf2_invalid_attrib_class): New
1819 complaint for invalid attribute class or form.
1820 (read_func_scope): DW_AT_frame_base
1821 better handling of DW_AT_block*.
1822 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
1823 better handling of DW_AT_block*.
1824 (read_common_block): DW_AT_location
1825 better handling of DW_AT_block*.
1826 (read_partial_die): DW_AT_location better handling
1827 of DW_AT_block*.
1828 (new_symbol): DW_AT_external better handling of
1829 DW_AT_block*. Proper initialization of variable
1830 "addr".
1831 (attr_form_is_block): New function that returns true
1832 if the attribute's form is of DW_FORM_block*.
1833
1834 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
1835
1836 * valops.c (find_method_list): Remove comment about
1837 removed STATIC_MEMFUNCP argument.
1838 (value_find_oload_method_list): Likewise.
1839
1840 2002-07-12 Kevin Buettner <kevinb@redhat.com>
1841
1842 From Nicholas Duffek:
1843 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
1844 target_new_objfile_hook.
1845
1846 2002-07-12 Kevin Buettner <kevinb@redhat.com>
1847
1848 From Nicholas Duffek:
1849 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
1850 csect.
1851
1852 2002-07-12 Andrew Cagney <cagney@redhat.com>
1853
1854 * MAINTAINERS: Mention --enable-sim-build-warnings.
1855 (m68hc11-elf): Disable sim build warnings.
1856 (m32r-elf): Mark as broken obsolete candidate.
1857 (x86_64-linux-gnu): Mark as buildable with -Werror.
1858 (arm-elf): Change -w to ``,'' which enables warnings but not
1859 -Werror.
1860
1861 2002-07-12 Andrew Cagney <ac131313@redhat.com>
1862
1863 * bcache.h: Update copyright.
1864 (struct bstring, struct bcache): Move definition to "bcache.c".
1865 Replaced by opaque declaration.
1866 (bcache_xfree): Replace free_bcache.
1867 (bcache_xmalloc, bcache_memory_used): Declare.
1868
1869 * bcache.c: Update copyright.
1870 (struct bstring, struct bcache): Moved to here from "bcache.h".
1871 Update comments.
1872 (bcache_xmalloc, bcache_memory_used): New functions.
1873 (bcache_xfree): Replace function free_bcache.
1874
1875 * Makefile.in (objfiles.o): Add $(bcache_h).
1876 (objfiles_h): Remove $(bcache_h).
1877 (symfile.o): Add $(bcache_h).
1878
1879 * symmisc.c: Update copyright.
1880 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
1881 (print_objfile_statistics): Use bcache_memory_used.
1882
1883 * symfile.c: Include "bcache.h".
1884 (reread_symbols): Use bcache_xfree.
1885 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
1886 (add_psymbol_to_list): Pass psymbol_cache by value.
1887 (add_psymbol_with_dem_name_to_list): Ditto.
1888
1889 * objfiles.h: Update copyright.
1890 (struct bcache): Declare opaque. Do not include "bcache.h".
1891 (struct objfile): Change psymbol_cache and macro_cache to ``struct
1892 bcache'' pointers.
1893 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
1894
1895 * objfiles.c: Include "bcache.h". Update copyright.
1896 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
1897 macro_cache.
1898 (free_objfile): Use bcache_xfree.
1899
1900 2002-07-11 Grace Sainsbury <graces@redhat.com>
1901
1902 * monitor.c (monitor_fetch_register): Make name a constant.
1903 (monitor_store_register): Same.
1904
1905 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
1906
1907 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
1908 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
1909 (finish_block) For non-function blocks, hash the symbol table. For
1910 function blocks, mark the symbol table as unhashed.
1911 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
1912 (msymbol_hash_iw): Likewise.
1913 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
1914 value.
1915 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
1916 (lookup_minimal_symbol): Likewise for both.
1917 * symtab.h (struct block): Add `hashtable' flag. Comment the
1918 hashtable.
1919 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
1920 (ALL_BLOCK_SYMBOLS): Update.
1921 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
1922 (struct symbol): Add `hash_next' pointer.
1923 * symtab.c (lookup_block_symbol): Search using the hash table when
1924 possible.
1925 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
1926 (search_symbols, find_addr_symbol): Likewise.
1927
1928 * dstread.c (process_dst_block): Clear hashtable bit for new block.
1929 (read_dst_symtab): Likewise.
1930 * jv-lang.c (get_java_class_symtab): Likewise.
1931 * mdebugread.c: Include "gdb_assert.h".
1932 (shrink_block): Assert that the block being modified is not hashed.
1933 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
1934 * symmisc.c (free_symtab_block): Walk the hash table when freeing
1935 symbols.
1936 (dump_symtab): Recognize hashed blocks.
1937 * printcmd.c (print_frame_args): Assert that function blocks do not
1938 have hashed symbol tables.
1939 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
1940 (fill_in_ada_prototype, debug_print_block): Likewise.
1941 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
1942
1943 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
1944
1945 * stack.c (print_frame): Use result of frame_address_in_block()
1946 instead of fi->pc when evaluating symbols.
1947 (backtrace_command_1): Ditto.
1948
1949 2002-07-11 Andrew Cagney <cagney@redhat.com>
1950
1951 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
1952 Make static.
1953
1954 * arm-tdep.c (arm_register_name): Make return type constant.
1955
1956 2002-07-10 Andrew Cagney <ac131313@redhat.com>
1957
1958 * win32-nat.c (has_detach_ability): Convert to strict ISO C
1959 prototype.
1960 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
1961 * s390-tdep.c (s390_fp_regnum): Ditto.
1962 (s390_read_fp): Ditto.
1963 (s390_pop_frame): Ditto.
1964 (_initialize_s390_tdep): Ditto.
1965 * remote.c (get_remote_state): Ditto.
1966 * procfs.c (mappingflags): Ditto.
1967 * memattr.c (_initialize_mem): Ditto.
1968 * mcore-tdep.c (mcore_pop_frame): Ditto.
1969 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
1970 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
1971 * language.c (set_case_str): Ditto.
1972 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
1973 * frv-tdep.c (new_variant): Ditto.
1974 (frv_stopped_data_address): Ditto.
1975 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
1976 (context_alloc): Ditto.
1977 (frame_state_alloc): Ditto.
1978 (unwind_tmp_obstack_init): Ditto.
1979 (unwind_tmp_obstack_free): Ditto.
1980 (cfi_read_fp): Ditto.
1981 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
1982 (cris_pop_frame): Ditto.
1983 * c-lang.c (scanning_macro_expansion): Ditto.
1984 (finished_macro_expansion): Ditto.
1985 (c_preprocess_and_parse): Ditto.
1986 * gdbarch.sh: Ditto.
1987 * gdbarch.h, gdbarch.c: Regenerate.
1988 * config/mn10200/tm-mn10200.h: Adjust indentation.
1989 * target.c: Adjust indentation.
1990 * symtab.h: Adjust indentation.
1991 * stabsread.h: Adjust indentation.
1992 * remote-es.c: Adjust indentation.
1993 * os9kread.c: Adjust indentation.
1994
1995 2002-07-10 Andrew Cagney <ac131313@redhat.com>
1996
1997 * wince.c (_initialize_wince): Rename _initialize_inftarg.
1998 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
1999
2000 2002-07-10 Grace Sainsbury <graces@redhat.com>
2001
2002 * NEWS: Mention m68k, mcore multi-arching.
2003 * MAINTAINERS: Change status of m68k, mcore to reflect
2004 multi-arching.
2005
2006 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
2007
2008 * valops.c (find_overload_match): Free oload_syms.
2009
2010 2002-07-09 Joel Brobecker <brobecker@gnat.com>
2011
2012 Define HAVE_SYS_PROC_H if sys/proc.h exists
2013 * configure.in: Add check for sys/proc.h
2014 * config.in: Regenerate.
2015 * configure: Regenerate.
2016
2017 2002-07-09 Grace Sainsbury <graces@redhat.com>
2018
2019 * config/m68k/tm-m68k.h: Remove macros wrapped in
2020 #if !GDB_MULTI_ARCH.
2021
2022 2002-07-09 David O'Brien <obrien@FreeBSD.org>
2023
2024 * gdbserver/gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
2025 (perror_with_name, remote_close, remote_open, expect, play): Static.
2026
2027 2002-07-08 Andrew Cagney <ac131313@redhat.com>
2028
2029 * config.in, configure: Regenerate.
2030
2031 2002-07-08 Mark Kettenis <kettenis@gnu.org>
2032
2033 * dwarf2cfi.c: Include "gcore.h".
2034 (execute_stack_op): Fix implementation of the
2035 DW_OP_deref and DW_OP_deref_size operators by letting do their
2036 lookup in the target.
2037
2038 2002-07-07 Mark Kettenis <kettenis@gnu.org>
2039
2040 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2041 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2042 tdep->sc_sp_offset.
2043
2044 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
2045
2046 Fix PR gdb/595, gdb/602
2047 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2048 Don't call value_cast, just read the vtable pointer; update comments
2049 to match.
2050
2051 2002-07-05 Grace Sainsbury <graces@redhat.com>
2052
2053 * config/mcore/tm-mcore.h: Remove file.
2054 * config/mcore/mcore.mt: Remove definition of TM_FILE
2055 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2056
2057 2002-07-05 Mark Kettenis <kettenis@gnu.org>
2058
2059 * i386bsd-tdep.c: Include "gdb_string.h".
2060
2061 2002-07-04 Grace Sainsbury <graces@redhat.com>
2062
2063 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2064 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2065 mcore-tdep.
2066 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2067 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2068 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2069 (RETVAL_REGNUM): Move macros from tm-mcore.h
2070 (mcore_reg_struct_has_addr): New function.
2071 (mcore_gdbarch_init): Added initializations for the macros removed
2072 from tm-mcore.h.
2073
2074 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2075
2076 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2077 traditonal string branding within the ELF header.
2078
2079 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
2080
2081 * symtab.c (remove_params): New function.
2082 (make_symbol_overload_list): Use it instead of cplus_demangle.
2083 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
2084
2085 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2086
2087 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2088
2089 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2090 New variables.
2091 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2092 and tdep->sigtramp_end.
2093 * i386obsd-nat.c: New file.
2094 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2095
2096 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2097 Don't call get_current_frame().
2098
2099 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
2100
2101 * i386-nat.c (child_post_startup_inferior): New function
2102 calling i386_cleanup_dregs if
2103 I386_USE_GENERIC_WATCHPOINTS is defined.
2104 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2105 conditional to acknowledge that i386-nat.c has its
2106 own child_post_startup_inferior function.
2107
2108 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2109
2110 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2111 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2112 instead of MAX_REGISTER_RAW_SIZE.
2113 (i386_extract_return_value, i386_extract_struct_value_address):
2114 Convert to use regcache.
2115 (i386_gdbarch_init): Set max_register_raw_size and
2116 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2117 Set extract_return_value and extract_struct_value_address instead
2118 of their deprecated variants.
2119
2120 Convert i386 target to generic dummy frames.
2121 * i386-tdep.c: Include "symfile.h".
2122 (i386_frameless_signal_p): Consider a function to be frameless if
2123 the pc points at the first instruction of the function.
2124 (i386_frame_chain): Handle (generic) call dummies.
2125 (i386_frame_saved_pc): Likewise.
2126 (i386_frame_init_saved_regs): Remove code dealing with call
2127 dummies on the stack.
2128 (i386_push_dummy_frame): Removed.
2129 (i386_call_dummy_words): Removed.
2130 (i386_fix_call_dummy): Removed.
2131 (i386_push_return_address): New function.
2132 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
2133 parameter, and don't call get_current_frame.
2134 (i386_pop_frame): New function.
2135 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2136 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2137 entry_point_address, set call_dummy_breakpoint_offset to 0, set
2138 call_dummy_length to 0, set call_dummy_words to NULL, set
2139 sizeof_call_dummy_words to 0, set fix_call_dummy to
2140 generic_fix_call_dummy, set pc_in_call_dummy to
2141 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2142 generic_push_dummy_frame, set push_return_address to
2143 i386_push_return_address and set frame_chain_valid to
2144 generic_file_frame_chain_valid.
2145
2146 2002-07-04 Michal Ludvig <mludvig@suse.cz>
2147
2148 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Make it an array of
2149 byte offsets instead of an array of indexes.
2150 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
2151
2152 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2153
2154 * gdbarch.sh (struct regcache): Add opaque declaration.
2155 (EXTRACT_RETURN_VALUE): New architecture method.
2156 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2157 * gdbarch.h, gdbarch.c: Regenerate.
2158 * arch-utils.c (legacy_extract_return_value): New function.
2159 * arch-utils.h (legacy_extract_return_value): Declare.
2160 * values.c (value_being_returned): Re-enable code handling
2161 EXTRACT_STRUCT_VALUE_ADDRESS. Move
2162 deprecated_grub_regcache_for_registers call to block handling
2163 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2164 (EXTRACT_RETURN_VALUE): Do not define.
2165
2166 2002-07-03 Grace Sainsbury <graces@redhat.com>
2167
2168 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2169 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2170 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2171 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2172 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2173 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2174 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2175 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2176 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2177 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2178 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2179 argument so the function fits the prototype in the architecture
2180 vector.
2181 (mcore_pop_frame): Remove argument so the function fits the
2182 prototype. Use get_current_frame instead of the argument.
2183 (mcore_push_arguments): Change type of struct_return so the
2184 function can be used in the architecture vector.
2185 (mcore_store_struct_return): Add.
2186 (mcore_frame_init_saved_regs): Add.
2187 (mcore_gdbarch_init): Add function calls to replace the macros
2188 removed from tm-mcore.h
2189
2190 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2191
2192 * infcmd.c (print_return_value): Remove compatibility code calling
2193 deprecated_grub_regcache_for_registers.
2194
2195 * values.c: Include "regcache.h".
2196 (value_being_returned): Update. Use
2197 deprecated_grub_regcache_for_registers to extract the register
2198 buffer address.
2199 * value.h (value_being_returned): Change ``retbuf'' parameter to a
2200 ``struct regcache''.
2201 * Makefile.in (values.o): Add dependency on $(regcache_h).
2202
2203 * inferior.h (run_stack_dummy): Change type of second parameter to
2204 a ``struct regcache''.
2205 * valops.c (hand_function_call): Change type of retbuf to ``struct
2206 regcache''. Allocate using regcache_xmalloc, clean using
2207 make_cleanup_regcache_xfree.
2208 * infcmd.c (run_stack_dummy): Update. Use
2209 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2210
2211 * regcache.c (do_regcache_xfree): New function.
2212 (make_cleanup_regcache_xfree): New function.
2213 * regcache.h (make_cleanup_regcache_xfree): Declare.
2214
2215 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2216
2217 * event-top.c (command_line_handler): Don't read past
2218 beginning of buffer.
2219
2220 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2221
2222 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2223 struct frame_id.
2224 (varobj_create): Store frame_id for root.
2225 (varobj_gen_name): Use xasprintf.
2226 (varobj_update): Save and restore frame using get_frame_id() and
2227 frame_find_by_id().
2228 (create_child): Use xasprintf.
2229 (new_root_variable): Initialize frame_id.
2230 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2231 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2232 to prevent memory leak.
2233
2234 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2235
2236 * valops.c (hand_function_call): Move declaration of retbuf to
2237 start of function, allocate using malloc, add a cleanup but before
2238 the inf_status cleanup, cleanup the buffer. Rename local variable
2239 old_chain to inf_status_cleanup.
2240
2241 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2242
2243 * top.c (execute_command): Use cmd_func() and cmd_func_p().
2244
2245 * cli/cli-decode.c (cmd_func_p): New function.
2246 (cmd_func): New function.
2247
2248 * command.h: Add cmd_func() and cmd_func_p().
2249
2250 2002-07-03 Grace Sainsbury <graces@redhat.com>
2251
2252 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2253 (REGISTER_SIZE): Remove.
2254 (MAX_REGISTER_RAW_SIZE): Remove.
2255 (REGISTER_VIRTUAL_TYPE): Remove.
2256 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2257 (REGISTER_NAME): Remove.
2258 (USE_GENERIC_DUMMY_FRAMES): Remove.
2259 (CALL_DUMMY): Remove.
2260 (CALL_DUMMY_START_OFFSET): Remove.
2261 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2262 (CALL_DUMMY_LOCATION): Remove.
2263 (FIX_CALL_DUMMY): Remove.
2264 (CALL_DUMMY_ADDRESS): Remove.
2265 (SIZEOF_CALL_DUMMY_WORDS): Remove.
2266 (SAVE_DUMMY_FRAME_TOS): Remove.
2267 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2268 (mcore_register_virtual_type): New function.
2269 (mcore_register_byte): New function.
2270 (mcore_register_size): New function.
2271 (mcore_register_name): New function.
2272 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2273 macros removed from tm-mcore.h.
2274 (mcore_dump_tdep): Add.
2275 (_initialize_mcore_tdep): Add gdbarch_register call.
2276
2277 2002-07-03 Mark Kettenis <kettenis@gnu.org>
2278
2279 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2280 frameless_look_for_prologue, such that we actually call this
2281 function.
2282
2283 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2284
2285 * frame.h (frame_address_in_block): New function.
2286
2287 * blockframe.c (frame_address_in_block): New function extracted
2288 from get_frame_block().
2289 (get_frame_block): Use frame_address_in_block().
2290 (block_innermost_frame): Use frame_address_in_block() to match
2291 the frame pc address against the block boundaries rather than
2292 the frame pc directly. This prevents a failure when a frame pc
2293 is actually a return-address pointing immediately after the end
2294 of the given block.
2295
2296 2002-07-02 Grace Sainsbury <graces@redhat.com>
2297
2298 * MAINTAINERS: Add self under write after approval.
2299
2300 2002-07-02 Grace Sainsbury <graces@redhat.com>
2301
2302 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2303 used in architecture vector. The default is
2304 m68k_local_breakpoint_from_pc.
2305 (m68k_local_breakpoint_from_pc): Add.
2306 (enum): Add register numbers from tm-m68k.h.
2307 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2308 vector.
2309 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2310 GDB_MULTI_ARCH_PARTIAL.
2311 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2312 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2313 m68k-tdep.c.
2314 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2315 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2316 to enum in m68k-tdep.c
2317
2318 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2319
2320 * solib-osf.c (open_map): Compute the list of shared libraries
2321 loaded by the inferior, rather than the list of libraries loaded
2322 by GDB itself. Otherwise, GDB ends up reading the symbols from
2323 the wrong shared libraries...
2324
2325 2002-07-02 Mark Kettenis <kettenis@gnu.org>
2326
2327 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2328 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2329 macros.
2330 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2331 Remove functions.
2332 (FRAMELESS_SIGNAL): Remove function.
2333 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2334 i386_linux_saved_pc_after_call): Removed.
2335 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2336 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
2337 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2338
2339 * i386-tdep.c (i386_frameless_signal_p): New function.
2340 (i386_frame_chain): Deal with frameless signals.
2341 (i386_sigtramp_saved_sp): New function.
2342 (i386_frame_saved_pc): Deal with frameless signals.
2343 (i386_saved_pc_after_call): Make sure the correct value is
2344 returned just after entry into a sigtramp.
2345 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2346 i386fbsd4_sc_sp_offset): New variables.
2347 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2348 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
2349 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2350 similiar to what we already did for sc_pc_offset.
2351 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2352 tdep->sc_sp_offset.
2353
2354 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2355
2356 2002-07-02 Michal Ludvig <mludvig@suse.cz>
2357
2358 * config/i386/tm-x86-64linux.h: New.
2359 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2360 definitions.
2361 * config/i386/nm-x86-64.h: Rename to ...
2362 * config/i386/nm-x86-64linux.h: ... this one.
2363 * config/i386/x86-64linux.mh: Reflect the above change.
2364
2365 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2366
2367 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2368 with sigcontext_addr. Add sc_sp_offset.
2369 (i386bsd_sigtramp_saved_pc): Remove prototype.
2370 (i386bsd_sicontext_addr): Add prototype.
2371 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2372 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2373 (i386_svr4_sigtramp_saved_pc): Removed.
2374 (i386_svr4_sigcontext_addr): New function.
2375 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2376 Initialize tdep->sigcontext_addr instead. Initialize
2377 tdep->sc_pc_offset and tdep->sc_sp_offset.
2378 (i386_gdbarch_init): Likewise.
2379 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2380 any more.
2381 (i386bsd_sigtramp_saved_pc): Remove function.
2382 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2383 Initialize tdep->sigcontext_addr instead. Initialize
2384 tdep->sc_pc_offset.
2385 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2386 of tdep->sigtramp_saved_pc.
2387 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2388 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
2389 instead.
2390
2391 * i386-tdep.c (i386_frameless_function_invocation,
2392 i386_frame_num_args, i386_frame_init_saved_regs,
2393 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2394 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2395 i386_extract_return_value, i386_store_return_value,
2396 i386_extract_struct_value_address, i386_register_virtual_type,
2397 i386_register_convertible, i386_register_convert_to_virtual,
2398 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2399 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2400 static.
2401
2402 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2403
2404 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2405
2406 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2407 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2408 this macro. Include "value.h".
2409
2410 2002-06-30 Aidan Skinner <aidan@velvet.net>
2411
2412 * ada-exp.tab.c: remove as it's a generated file
2413 * ada-lex.c: remove as it's a generated file
2414
2415 2002-06-30 Mark Kettenis <kettenis@gnu.org>
2416
2417 * config/i386/tm-i386.h (struct frame_info, struct
2418 frame_saved_regs, struct value, struct type): Remove forward
2419 declarations.
2420
2421 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
2422 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
2423 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
2424 (FILL_FPXREGSET): Define.
2425
2426 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
2427
2428 * configure.tgt (i[3456]86-*-openbsd*): Fold into
2429 i[3456]86-*-netbsd* case.
2430 * config/i386/tm-obsd.h: Removed.
2431 * config/i386/obsd.mt: Removed.
2432 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
2433 core-aout.o.
2434 (MH_CFLAGS): Add -DYYDEBUG=0.
2435
2436 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
2437 i386nbsd_sc_pc_offset on OpenBSD too.
2438
2439 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
2440 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
2441 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
2442 define.
2443 * i386bsd-tdep.c: Include "arch-utils.h".
2444 (i386bsd_aout_in_solib_call_trampoline): New function.
2445 (i386bsd_init_abi): Set in_solib_call_trampoline to
2446 i386bsd_aout_in_solib_call_trampoline.
2447 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
2448 in_solib_call_trampoline to generic_in_solib_call_trampoline.
2449
2450 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2451
2452 * macrotab.h: Do not include "obstack.h" or "bcache.h".
2453 (struct obstack, struct bcache): Add opaque declarations.
2454 * Makefile.in (macrotab_h): Update
2455
2456 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2457
2458 * blockframe.c (generic_find_dummy_frame): Change return type to
2459 ``struct regcache''.
2460 (struct dummy_frame): Replace field ``registers'' with regcache, a
2461 struct regcache object.
2462 (generic_find_dummy_frame): Update.
2463 (generic_push_dummy_frame): Update. Use regcache_xfree,
2464 regcache_xmalloc and regcache_cpy.
2465 (generic_pop_dummy_frame): Update. Use regcache_cpy and
2466 regcache_xfree.
2467 (deprecated_generic_find_dummy_frame): Update.
2468 (generic_read_register_dummy): Update. Use
2469 regcache_read_as_address.
2470 (generic_call_dummy_register_unwind): Update. Use regcache_read.
2471 (generic_get_saved_register): Update. Use regcache_read.
2472
2473 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2474
2475 * Makefile.in (objfiles_h): Add $(bcache_h).
2476 * objfiles.h: Include "bcache.h".
2477
2478 * Makefile.in (symtab_h): Remove $(bcache_h).
2479 * symtab.h: Do not include "bcache.h".
2480
2481 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2482
2483 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
2484 generic_func_frame_chain_valid.
2485
2486 2002-06-28 David O'Brien <obrien@FreeBSD.org>
2487
2488 * config/i386/nm-fbsd.h: Include <sys/param.h>.
2489 * config/i386/tm-fbsd.h: Likewise.
2490
2491 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2492
2493 * rs6000-tdep.c (rs6000_gdbarch_init): Use
2494 generic_unwind_get_saved_register.
2495
2496 2002-06-27 Andrew Cagney <ac131313@redhat.com>
2497
2498 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
2499 * regcache.c (supply_register): Add missing argument to
2500 register_buffer call.
2501
2502 2002-06-27 Andrew Cagney <ac131313@redhat.com>
2503
2504 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
2505 Solaris /bin/grep does not not like it. From Peter Schauer.
2506
2507 2002-06-26 Tom Tromey <tromey@redhat.com>
2508
2509 * command.h (add_setshow_cmd): Declare.
2510 (add_setshow_cmd_full): Declare.
2511 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
2512 returns void. Use add_setshow_cmd_full.
2513 (add_setshow_cmd_full): New function.
2514 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
2515 (add_setshow_boolean_cmd): Likewise.
2516
2517 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2518
2519 * config/vax/tm-vax.h: Protect from multiple inclusion.
2520 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
2521 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
2522 * config/vax/tm-vaxbsd.h: ...here. New file.
2523 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
2524
2525 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2526
2527 * config/vax/tm-vax.h (BREAKPOINT): Remove.
2528 (BELIEVE_PCC_PROMOTION): Remove.
2529 (AP_REGNUM): Move to...
2530 * config/vax/nm-vax.h: ...here.
2531 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
2532 (vax_breakpoint_from_pc): New function.
2533 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
2534 and gdbarch_believe_pcc_promotion.
2535
2536 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2537
2538 * Makefile.in (vax_tdep_h): Define.
2539 (vax-tdep.o): Use $(vax_tdep_h).
2540 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
2541 (vax_dump_tdep): New function.
2542 (_initialize_vax_tdep): Register vax_dump_tdep.
2543 * vax-tdep.h: Include osabi.h.
2544 (struct gdbarch_tdep): New.
2545
2546 2002-06-26 Andrew Cagney <cagney@redhat.com>
2547
2548 * frame.h (deprecated_generic_find_dummy_frame): Rename
2549 generic_find_dummy_frame.
2550 * blockframe.c (generic_find_dummy_frame): Make static.
2551 (deprecated_generic_find_dummy_frame): New function.
2552 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
2553 generic_find_dummy_frame with deprecated_find_dummy_frame.
2554 (sh64_nofp_frame_init_saved_regs): Ditto.
2555 (sh_fp_frame_init_saved_regs): Ditto.
2556 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
2557 (s390_frame_chain): Ditto.
2558 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
2559
2560 2002-06-26 Grace Sainsbury <graces@redhat.com>
2561
2562 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
2563 gdbarch vector are at the top.
2564 (NUM_REGS): Remove.
2565 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
2566 (FRAME_ARGS_ADDRESS): Remove.
2567 (FRAME_LOCALS_ADDRESS): Remove.
2568 (FRAME_NUM_ARGS): Remove.
2569 (FRAME_ARGS_SKIP): Remove.
2570 * m68k-tdep.c (enum): Add eumeration of special register numbers.
2571 (m68k_gdbarch_init): Add gdbarch initializations for macros
2572 undefined in tm-m68k.h
2573
2574 2002-06-26 Grace Sainsbury <graces@redhat.com>
2575
2576 * monitor.h: Add the function regname to monitor_ops
2577 structure. This way NUM_REGS does not have to be a constant.
2578 * monitor.c (monitor_fetch_register): Added support for regname
2579 function. The function is called if the array regnames is NULL.
2580 (monitor_store_register): Same.
2581 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
2582 regnames array.
2583 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
2584 cpu32bug_cmds.regname to point to new function.
2585 * abug-rom.c (abug_regname): Same as above.
2586 (init_abug_cmds): Same.
2587 * dbug-rom.c (dbug_regname): Same as above.
2588 (init_dbug_cmds): Same.
2589 * remote-est.c (est_regname): Same.
2590 (init_est_cmds): Same.
2591 * rom68k-rom.c (rom68k_regname): Same.
2592 (init_rom68k_cmds): Same.
2593
2594 2002-06-25 Tom Tromey <tromey@redhat.com>
2595
2596 * breakpoint.c (delete_command): Don't repeat `delete' commands.
2597
2598 2002-06-25 Andrew Cagney <cagney@redhat.com>
2599
2600 * infrun.c (stop_registers): Change variable's type to ``struct
2601 regcache'''.
2602 (xmalloc_inferior_status): Delete function.
2603 (free_inferior_status): Delete function.
2604 (normal_stop): Use regcache_cpy.
2605 (struct inferior_status): Change type of fields ``stop_registers''
2606 and ``registers'' to ``struct regcache''.
2607 (write_inferior_status_register): Use regcache_write.
2608 (save_inferior_status): Instead of calling
2609 xmalloc_inferior_status, allocate the inf_status buffer directly.
2610 Use regcache_dup_no_passthrough and regcache_dup to save the
2611 buffers.
2612 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
2613 Replace the stop_registers regcache instead of overriding it. Use
2614 regcache_xfree. Instead of calling free_inferior_status, xfree
2615 the buffer directly.
2616 (discard_inferior_status): Use regcache_xfree. Instead of calling
2617 free_inferior_status, xfree the buffer directly.
2618 (build_infrun): Use regcache_xmalloc.
2619 (_initialize_infrun): Delete redundant call to build_infrun.
2620
2621 * Makefile.in (infcmd.o): Add $(regcache_h).
2622
2623 * infcmd.c: Include "regcache.h".
2624 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
2625 obtain the address of `stop_registers' register buffer.
2626 (print_return_value): Ditto.
2627
2628 * inferior.h (struct regcache): Add opaque declaration.
2629 (stop_registers): Change variable's declared type to ``struct
2630 regcache''.
2631
2632 2002-06-24 Tom Tromey <tromey@redhat.com>
2633
2634 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
2635 * target.c (initialize_targets): Fixed typo in
2636 trust-readonly-sections `show' documentation.
2637
2638 * main.c: Marked all strings with _().
2639
2640 2002-06-24 Don Howard <dhoward@redhat.com>
2641
2642 * memattr.c (create_mem_region): Treat hi == 0 as a special case
2643 that means max CORE_ADDR+1.
2644 (lookup_mem_region): Ditto.
2645 (mem_info_command): Ditto.
2646
2647 2002-06-24 Grace Sainsbury <graces@redhat.com>
2648
2649 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
2650 (REGISTER_BYTES_OK): Remove.
2651 (REGISTER_BYTES): Remove.
2652 (STORE_STRUCT_RETURN): Remove.
2653 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
2654 (STORE_RETURN_VALUE): Remove.
2655 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2656 (FRAME_CHAIN): Remove.
2657 (FRAMELESS_FUNCTION_INVOCATION): Remove.
2658 (FRAME_SAVED_PC): Remove.
2659 * m68k-tdep.c (m68k_register_bytes_ok):Add.
2660 (m68k_store_struct_return): Add.
2661 (m68k_deprecated_extract_return_value): Add.
2662 (m68k_deprecated_extract_struct_value_address): Add.
2663 (m68k_store_return_value): Add.
2664 (m68k_frame_chain): Add.
2665 (m68k_frameless_function_invocation): Add.
2666 (m68k_frame_saved_pc): Add.
2667 (m68k_gdbarch_init): added set_gdbarch calls for new
2668 functions and deleted macros.
2669
2670 2002-06-23 Tom Tromey <tromey@redhat.com>
2671
2672 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
2673 (ALLDEPFILES): Likewise.
2674 (udiheaders): Removed.
2675 (udip2soc.o): Likewise.
2676 (udi2go32.o): Likewise.
2677 (udr.o): Likewise.
2678 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
2679
2680 2002-06-22 Andrew Cagney <ac131313@redhat.com>
2681
2682 * infrun.c (_initialize_infrun): Delete unnecessary call to
2683 build_infrun.
2684
2685 * regcache.h: Update comments describing the regcache_cpy family
2686 of functions.
2687 (regcache_save, regcache_restore): Delete declaration.
2688 (regcache_save_no_passthrough): Delete declaration.
2689 (regcache_restore_no_passthrough): Delete declaration.
2690 * regcache.c (regcache_save): Delete function.
2691 (regcache_save_no_passthrough): Delete function.
2692 (regcache_restore): Delete function.
2693 (regcache_restore_no_passthrough): Delete function.
2694
2695 2002-06-21 Andrew Cagney <ac131313@redhat.com>
2696
2697 * config/m68k/tm-m68k.h: Fix typo.
2698 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
2699 (m68k_frame_init_saved_regs): Declare.
2700
2701 2002-06-21 Jim Blandy <jimb@redhat.com>
2702
2703 Remove some vestiges of Harris 88k support.
2704 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
2705 register numbering quirk.
2706 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
2707 odd symbols occurring in Harris 88k ELF targets.
2708
2709 2002-06-21 Tom Tromey <tromey@redhat.com>
2710
2711 * gdb_locale.h: New file.
2712 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
2713 (defs_h): Added gdb_locale.h.
2714 * configure, config.in: Rebuilt.
2715 * configure.in (PACKAGE): Define.
2716 * defs.h: Include gdb_locale.h.
2717 * main.c (captured_main): Call setlocale, bindtextdomain,
2718 textdomain.
2719
2720 2002-06-21 Dave Brolley <brolley@redhat.com>
2721
2722 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
2723 * config/frv/frv.mt: New file.
2724 * config/frv/tm-frv.h: New file.
2725 * configure.tgt: Support frv-*-*.
2726 * Makefile.in (frv-tdep.o): New target.
2727 * frv-tdep.c: New file.
2728 * NEWS: Mention frv.
2729
2730 2002-06-21 Dave Brolley <brolley@redhat.com>
2731
2732 * MAINTAINERS: Add self to "Write After Approval" list.
2733
2734 2002-06-21 Grace Sainsbury <graces@redhat.com>
2735
2736 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
2737 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2738 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
2739 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
2740 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
2741
2742 * m68k-tdep.c: Include arch-utils.h
2743 (m68k_register_raw_size): Add.
2744 (m68k_register_virtual_size): Add.
2745 (m68k_register_virtual_type): Add.
2746 (m68k_register_name): Add.
2747 (m68k_stack_align): Add.
2748 (m68k_register_byte): Add.
2749 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
2750 tm-m68k.h.
2751
2752 2002-06-21 Grace Sainsbury <graces@redhat.com>
2753
2754 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
2755 m68k_find_saved_regs.
2756 (m68k_pop_frame): Removed saved_regs structure, and replaced
2757 references to it with frame->saved_regs.
2758 (m68k_gdbarch_init): Added function calls to initialize the
2759 gdbarch structure.
2760 (m68k_fix_call_dummy): Add.
2761 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
2762 (CALL_DUMMY): Remove.
2763 (CALL_DUMMY_LENGTH): Remove.
2764 (CALL_DUMMY_START_OFFSET): Remove.
2765 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2766 (FIX_CALL_DUMMY): Remove.
2767 (PUSH_DUMMY_FRAME): Remove.
2768 (POP_FRAME): Remove.
2769
2770 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
2771
2772 * parse.c (parse_fprintf): New function used to avoid calls to
2773 fprintf in bison parser generated debug code.
2774 * parser-defs.h: Declaration of new parse_fprintf function.
2775 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
2776 Set YYDEBUG to 1 by default.
2777 Set YYFPRINTF as parse_fprintf.
2778
2779 2002-06-21 Michal Ludvig <mludvig@suse.cz>
2780
2781 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
2782 encoding anymore.
2783 (pointer_encoding, enum ptr_encoding): New.
2784 (execute_cfa_program): Take care about pointer encoding.
2785 (dwarf2_build_frame_info): Only call parse_frame_info for
2786 .debug_frame and .eh_frame.
2787 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
2788 fixed augmentation handling, added relative addressing,
2789 ignore duplicate FDEs. Added comments.
2790 * dwarf2cfi.c: Reindented.
2791
2792 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
2793
2794 * event-top.c (command_handler): Don't use space_at_cmd_start
2795 unless there is sbrk() on the host. Assign time and space data
2796 to union fields of the appropriate length.
2797
2798 2002-06-20 Michal Ludvig <mludvig@suse.cz>
2799
2800 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
2801 x86_64_register_name. Return type changed to 'const char *'.
2802 (x86_64_register_name2nr): Rename to x86_64_register_number.
2803 (x86_64_gdbarch_init): Update to reflect the change.
2804 * x86-64-tdep.h: Ditto.
2805 * x86-64-linux-nat.c (x86_64_fxsave_offset)
2806 (supply_fpregset): Ditto.
2807
2808 2002-06-19 Andrew Cagney <cagney@redhat.com>
2809
2810 * regcache.h: Update copyright.
2811 (struct regcache, struct gdbarch): Add opaque declarations.
2812 (current_regcache): Declare global variable.
2813 (regcache_read, regcache_write): Add gdbarch parameter.
2814 (regcache_save, regcache_save_no_passthrough)
2815 (regcache_restore, regcache_restore_no_passthrough)
2816 (regcache_dup, regcache_dup_no_passthrough)
2817 (regcache_cpy, regcache_cpy_no_passthrough)
2818 (deprecated_grub_regcache_for_registers)
2819 (deprecated_grub_regcache_for_register_valid)
2820 (regcache_valid_p): Add function declarations.
2821
2822 * regcache.c: Update copyright.
2823 (regcache_descr_handle): New global variable.
2824 (struct regcache_descr): Define.
2825 (init_legacy_regcache_descr, init_regcache_descr): New functions.
2826 (regcache_descr, xfree_regcache_descr): New functions.
2827 (struct regcache): Define.
2828 (regcache_xmalloc, regcache_xfree): New functions.
2829 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
2830 (regcache_dup, regcache_dup_no_passthrough): New functions.
2831 (regcache_valid_p, regcache_read_as_address): New functions.
2832 (deprecated_grub_regcache_for_registers): New function.
2833 (deprecated_grub_regcache_for_register_valid): New function.
2834 (current_regcache): New global variable.
2835 (register_buffer): Add regcache parameter. Update calls.
2836 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
2837 (read_register_gen, write_register_gen): Update register_buffer
2838 call. Test for legacy_p instead of gdbarch_register_read_p or
2839 gdbarch_register_write_p.
2840 (regcache_collect): Update register_buffer call.
2841 (build_regcache): Rewrite. Use deprecated grub functions.
2842 (regcache_save, regcache_save_no_passthrough): New functions.
2843 (regcache_restore, regcache_restore_no_passthrough): New
2844 functions.
2845 (_initialize_regcache): Create the regcache_data_handle. Swap
2846 current_regcache global variable.
2847
2848 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
2849 parameter to regcache_read and regcache_write calls.
2850 (sh4_register_read): Ditto.
2851 (sh64_pseudo_register_read): Ditto.
2852 (sh64_register_read): Ditto.
2853 (sh_pseudo_register_write): Ditto.
2854 (sh4_register_write): Ditto.
2855 (sh64_pseudo_register_write): Ditto.
2856 (sh64_register_write): Ditto.
2857
2858 * defs.h (XCALLOC): Define.
2859
2860 2002-06-19 Grace Sainsbury <graces@redhat.com>
2861
2862 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
2863 * m68k-tdep.c (m68k_gdbarch_init): Added.
2864 (m68k_dump_tdep): Added.
2865
2866 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
2867
2868 * ada-lang.c (fill_in_ada_prototype): Update comment.
2869
2870 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
2871
2872 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
2873 MIPS_ABI_LAST.
2874 (mips_abi_string, mips_abi_strings): New.
2875 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
2876 (mips_gdbarch_init): Set tdep->found_abi. Don't set
2877 tdep->mips_abi_string. Honor mips_abi_string. Default to
2878 O32 if no ABI is found.
2879 (mips_dump_tdep): Use mips_abi_strings.
2880 (mips_abi_update): New function.
2881 (_initialize_mips_tdep): Initialize mips_abi_string. Add
2882 ``set mips abi'' and ``show mips abi''. Check the size of
2883 mips_abi_strings.
2884
2885 2002-06-19 Andrew Cagney <cagney@redhat.com>
2886
2887 * i386-linux-tdep.c (i386_linux_register_name): Make return type
2888 constant.
2889
2890 2002-06-18 Joel Brobecker <brobecker@gnat.com>
2891
2892 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
2893 current frame using only the first stack size adjustment. All
2894 subsequent size adjustments are not considered to be part of
2895 the "static" part of the current frame.
2896 Compute the address of the saved registers relative to the
2897 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
2898 in use in this frame.
2899
2900 2002-06-18 Don Howard <dhoward@redhat.com>
2901
2902 * valops.c (value_ind): Use value_at_lazy() when dereferencing
2903 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
2904 suggesting this solution.
2905
2906 2002-06-18 Andrew Cagney <ac131313@redhat.com>
2907
2908 * config/romp/xm-rtbsd.h: Delete file.
2909 * config/romp/rtbsd.mh: Delete file.
2910
2911 2002-06-18 Keith Seitz <keiths@redhat.com>
2912
2913 * breakpoint.c (condition_command): Post breakpoint_modify
2914 when a condition is added to an existing breakpoint.
2915 (commands_command): Likewise for commands.
2916 (set_ignore_count): Likewise for ignore counts.
2917 If no tty, do not simply return, still need to send event
2918 notification.
2919 (ignore_command): Only print a newline if the command came
2920 from a tty.
2921 Don't call breakpoints_changed, since this is now properly
2922 handled by set_ignore_count.
2923
2924 2002-06-18 Andrew Cagney <cagney@redhat.com>
2925
2926 * MAINTAINERS: Note that cris-elf target can be compiled with
2927 -Werror.
2928 * cris-tdep.c (cris_register_name): Make return type constant.
2929 (cris_breakpoint_from_pc): Ditto.
2930
2931 2002-06-18 Michal Ludvig <mludvig@suse.cz>
2932
2933 * frame.h (struct frame_info): Change type of context to
2934 'struct context'.
2935
2936 2002-06-17 Andrew Cagney <cagney@redhat.com>
2937
2938 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
2939 pointer.
2940 * gdbarch.h, gdbarch.c: Regenerate.
2941 * config/mips/tm-mips.h (mips_register_name): Update.
2942 * i386-tdep.h (i386_register_name): Update.
2943 * mips-tdep.c (mips_register_name): Update
2944 * alpha-tdep.c (alpha_register_name): Update.
2945 * arch-utils.c (legacy_register_name): Update.
2946 * arch-utils.h (legacy_register_name): Update.
2947 * avr-tdep.c (avr_register_name): Update.
2948 * ia64-tdep.c (ia64_register_name): Update.
2949 * i386-tdep.c (i386_register_name): Update.
2950 * sparc-tdep.c (sparc32_register_name): Update.
2951 (sparc64_register_name): Update.
2952 (sparclite_register_name): Update.
2953 (sparclet_register_name): Update.
2954 * sh-tdep.c (sh_generic_register_name): Update.
2955 (sh_sh_register_name): Update.
2956 (sh_sh3_register_name): Update.
2957 (sh_sh3e_register_name): Update.
2958 (sh_sh_dsp_register_name): Update.
2959 (sh_sh3_dsp_register_name): Update.
2960 (sh_sh4_register_name): Update.
2961 (sh_sh64_register_name): Update.
2962 * s390-tdep.c (s390_register_name): Update.
2963 * rs6000-tdep.c (rs6000_register_name): Update.
2964 * ns32k-tdep.c (ns32k_register_name_32082): Update.
2965 (ns32k_register_name_32382): Update.
2966 * d10v-tdep.c (d10v_ts2_register_name): Update.
2967 (d10v_ts3_register_name): Update.
2968 * xstormy16-tdep.c (xstormy16_register_name): Update.
2969 * vax-tdep.c (vax_register_name): Update.
2970 * v850-tdep.c (v850_register_name): Update.
2971 * m68hc11-tdep.c (m68hc11_register_name): Update.
2972 * mn10300-tdep.c (mn10300_generic_register_name): Update.
2973 (am33_register_name): Update.
2974
2975 2002-06-17 Grace Sainsbury <graces@redhat.com>
2976
2977 * m68k-tdep.c: Reindented.
2978
2979 2002-06-17 Andrew Cagney <ac131313@redhat.com>
2980
2981 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
2982 list of predefined types.
2983
2984 2002-06-16 Mark Kettenis <kettenis@gnu.org>
2985
2986 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
2987 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
2988 REGISTER_CONVERT_TO_RAW): Remove defines.
2989 (i386_register_virtual_type, i386_register_convertible,
2990 i386_register_convert_to_virtual, i386_register_convert_to_raw):
2991 Remove prototypes.
2992 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2993 macros mentioned above.
2994
2995 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
2996 (i386lynx_saved_pc_after_call): Remove prototype.
2997 * i386ly-tdep.c: Include "i386-tdep.h".
2998 (i386lynx_saved_pc_after_call): Make static. Use
2999 read_memory_nobpt instead of read_memory. Use
3000 read_memory_unsigned_integer instead of read_memory_integer.
3001 (i386lynx_init_abi): New function.
3002 (i386lynx_coff_osabi_sniffer): New function.
3003 (_initialize_i386bsd_tdep): New function.
3004
3005 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3006 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3007 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3008 (i386_fix_call_dummy): Remove prototype.
3009 * i386-tdep.c (i386_call_dummy_words): New variable.
3010 (i386_gdbarch_init): Adjust for removal of the
3011 macros mentioned above.
3012
3013 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3014
3015 * command.h (add_setshow_auto_boolean_cmd): Replace
3016 add_set_auto_boolean_cmd.
3017 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3018 add_set_auto_boolean_cmd.
3019 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3020 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3021 mask-address'' command.
3022 (show_mask_address): Add cmd parameter.
3023 * remote.c (add_packet_config_cmd): Update. Change type of
3024 set_func and show_func to cmd_sfunc_ftype.
3025 (_initialize_remote): Update `set remote Z-packet'
3026 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3027 (show_remote_protocol_e_packet_cmd): Ditto.
3028 (show_remote_protocol_E_packet_cmd): Ditto.
3029 (show_remote_protocol_P_packet_cmd): Ditto.
3030 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3031 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3032 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3033 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3034 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3035 (show_remote_protocol_Z_packet_cmd): Ditto.
3036 (show_remote_protocol_binary_download_cmd): Ditto.
3037 (show_remote_cmd): Pass NULL to all of above.
3038
3039 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3040
3041 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3042 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3043 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3044 POP_FRAME): Remove defines.
3045 (i386_push_arguments, i386_store_struct_return,
3046 i386_extract_return_value, i386_store_return_value,
3047 i386_extract_struct_value_address, i386_push_dummy_frame,
3048 i386_pop_frame): Renove prototypes.
3049 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3050 macros mentioned above.
3051
3052 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3053
3054 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3055 add_set_boolean_cmd.
3056 (add_setshow_cmd): New function.
3057 * command.h (add_setshow_boolean_cmd): Replace
3058 add_set_boolean_cmd.
3059 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3060 and ``set rdiromatzero''.
3061 * maint.c (_initialize_maint_cmds): Update commented out code.
3062 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3063 * target.c (initialize_targets): Update `set
3064 trust-readonly-sections'.
3065 * remote.c (_initialize_remote): Update `set remotebreak'.
3066
3067 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3068
3069 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3070 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3071 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3072 fit into multi-arch framework.
3073 (i386_breakpoint_from_pc): New function.
3074 (i386_gdbarch_init): Adjust for removal of the macros mentioned
3075 above.
3076
3077 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3078 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3079 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3080 (i386_frameless_function_invocation, i386_frame_num_args,
3081 i386_frame_init_saved_regs): Remove prototypes.
3082 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3083 macros mentioned above.
3084
3085 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3086
3087 * cli/cli-decode.c (set_cmd_cfunc): Update.
3088 (set_cmd_sfunc): Update.
3089 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3090 (set_cmd_sfunc, set_cmd_cfunc): Update.
3091 * cli/cli-decode.h: Update.
3092
3093 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3094
3095 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3096 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3097
3098 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3099
3100 * defs.h (auto_boolean): Declare enum.
3101 * command.h (cmd_auto_boolean): Delete enum.
3102 * mips-tdep.c (mask_address_var): Update.
3103 (mips_mask_address_p): Update.
3104 (show_mask_address): Update.
3105 * remote.c (struct packet_config): Update.
3106 (update_packet_config): Update.
3107 (show_packet_config_cmd): Update.
3108 (packet_ok): Update.
3109 (add_packet_config_cmd): Update.
3110 (_initialize_remote):
3111 * command.h: Update.
3112 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3113 (do_setshow_command): Update.
3114 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3115 * cli/cli-decode.h: Update.
3116
3117 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3118
3119 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3120 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3121 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3122 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3123 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3124 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3125
3126 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3127 list of DJGPP COFF targets.
3128
3129 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3130 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3131 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3132 (FP0_REGNUM): Remove define.
3133 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3134 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3135 (i386_register_virtual_size): Remove protoype.
3136 * i386-tdep.c (i386_register_virtual_size): Removed.
3137 (i386_extract_return_value, i386_store_return_value): Use
3138 FP0_REGNUM instead of NUM_FREGS to determine whether the
3139 floating-point registers are available.
3140 (i386_gdbarch_init): Tweak FIXME about FPU registers.
3141 Adjust for removal of macros mentioned above.
3142
3143 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3144
3145 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
3146 comments.
3147 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3148 Remove prototypes.
3149 (supply_gregset, fill_gregset): Remove use of register keyword and
3150 remove declaration for regmap. Use I386_NUM_GREGS instead of
3151 NUM_REGS and NUM_FREGS.
3152 (FPREGSET_FSAVE_OFFSET): Remove.
3153 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3154 NUM_FREGS to determine whether the floating-point registers are
3155 available.
3156
3157 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3158 gnu_store_registers): Replace usage of NUM_GREGS with
3159 I386_NUM_GREGS.
3160
3161 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3162 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3163 usage of NUM_GREGS with I386_NUM_GREGS.
3164
3165 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3166
3167 * i386bsd-nat.c: Include "i386-tdep.h".
3168 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3169 I386_NUM_GREGS.
3170
3171 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3172 and associated comment. They no longer make any sense, since we
3173 don't use this file anymore on Linux.
3174
3175 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3176 * i386-tdep.c (i386_register_offset, i386_register_size): Use
3177 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3178 elements in these arrays.
3179 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3180 MAX_NUM_REGS.
3181
3182 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3183
3184 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3185 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3186
3187 2002-06-14 Andrew Cagney <cagney@redhat.com>
3188
3189 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3190 EXTRACT_RETURN_VALUE.
3191 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3192 EXTRACT_STRUCT_VALUE_ADDRESS.
3193 * gdbarch.h, gdbarch.c: Regenerate.
3194
3195 * values.c (value_being_returned): Handle
3196 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3197 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3198
3199 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3200 * arm-tdep.c (arm_gdbarch_init): Update.
3201 * avr-tdep.c (avr_gdbarch_init): Update.
3202 * cris-tdep.c (cris_gdbarch_init): Update.
3203 * d10v-tdep.c (d10v_gdbarch_init): Update.
3204 * ia64-tdep.c (ia64_gdbarch_init): Update.
3205 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3206 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3207 * s390-tdep.c (s390_gdbarch_init): Update.
3208 * sh-tdep.c (sh_gdbarch_init): Update.
3209 * s390-tdep.c (s390_gdbarch_init): Update.
3210 * sparc-tdep.c (sparc_gdbarch_init): Update.
3211 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3212 * v850-tdep.c (v850_gdbarch_init): Update.
3213 * vax-tdep.c (vax_gdbarch_init): Update.
3214 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3215 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3216
3217 * config/arc/tm-arc.h: Update.
3218 * config/d30v/tm-d30v.h: Update.
3219 * config/fr30/tm-fr30.h: Update.
3220 * config/h8300/tm-h8300.h: Update.
3221 * config/h8500/tm-h8500.h: Update.
3222 * config/i386/tm-i386.h: Update.
3223 * config/i386/tm-ptx.h: Update.
3224 * config/i386/tm-symmetry.h: Update.
3225 * config/i960/tm-i960.h: Update.
3226 * config/m32r/tm-m32r.h: Update.
3227 * config/m68k/tm-delta68.h: Update.
3228 * config/m68k/tm-linux.h: Update.
3229 * config/m68k/tm-m68k.h: Update.
3230 * config/m88k/tm-m88k.h: Update.
3231 * config/mcore/tm-mcore.h: Update.
3232 * config/mips/tm-mips.h: Update.
3233 * config/mn10200/tm-mn10200.h: Update.
3234 * config/pa/tm-hppa.h: Update.
3235 * config/pa/tm-hppa64.h: Update.
3236 * config/sparc/tm-sp64.h: Update.
3237 * config/sparc/tm-sparc.h: Update.
3238 * config/sparc/tm-sparclet.h: Update.
3239 * config/z8k/tm-z8k.h: Update.
3240
3241 2002-06-14 Andrew Cagney <cagney@redhat.com>
3242
3243 * Makefile.in (i386_linux_tdep_h): Define.
3244 (i386_tdep_h, i387_tdep_h): Define.
3245 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3246 $(i386_tdep_h) and $(i387_tdep_h).
3247 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3248
3249 2002-06-14 Mark Kettenis <kettenis@gnu.org>
3250
3251 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3252 Already covered by the default.
3253
3254 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3255 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
3256 (i386_gdbarch_init): Initialize long_double_format and long_double
3257 bit.
3258
3259 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3260 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
3261 Move these to ...
3262 * config/i386/i386sol2.mh: ... here.
3263 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3264 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3265 (SIGCONTEXT_PC_OFFSET): Remove define.
3266 (IN_SIGTRAMP): Remove define.
3267 * i386-sol2-tdep.c: New file.
3268
3269 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3270 * config/i386/tm-i386nw.h: Removed.
3271
3272 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3273 USE_STRUCT_CONVENTION): Remove defines.
3274 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3275 (get_longjmp_target): Remove prototype.
3276 (IN_SIGTRAMP): Remove define.
3277 (i386bsd_in_sigtramp): Remove prototype.
3278 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3279 function. Update comment accordingly
3280 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3281 (FRAME_SAVED_PC): Remove define.
3282 (i386bsd_frame_saved_pc): Remove prototype.
3283 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3284 GET_LONGJMP_TARGET): Remove defines.
3285 (get_longjmp_target): Remove prototype.
3286 (IN_SIGTRAMP): Remove define.
3287 (i386bsd_in_sigtramp): Remove prototype.
3288 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3289 function. Update comment accordingly
3290 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3291 (FRAME_SAVED_PC): Remove define.
3292 (i386bsd_frame_saved_pc): Remove prototype.
3293 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3294 Remove prototype.
3295 (USE_STRUCT_CONVENTION): Remove prototype.
3296 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3297 declaration.
3298 (_initialize_i386bsd_nat): Revise logic to determine some
3299 constants at compile time when compiling a native GDB. Warn if
3300 things don't match up with what we expect.
3301 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3302 Remove variables.
3303 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
3304 to use date stored in `struct gdbarch_tdep'.
3305 (i386bsd_sigcontext_offset): Remove varaible.
3306 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
3307 stored in `struct gdbarch_tdep'.
3308 (i386bsd_frame_saved_pc): Make static.
3309 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3310 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3311 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3312 i386fbsd4_sc_pc_offset): New variables.
3313 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3314 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3315 functions.
3316 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3317 functions.
3318 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3319 Modify the value of i386fbsd_sigtramp_start and
3320 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3321 i386fbsd_sigtramp_end.
3322 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3323 function.
3324
3325 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3326 define to i386-linux-tdep.h.
3327 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3328 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3329 defines.
3330 (i386_linux_register_name, i386_linux_register_byte,
3331 i386_linux_register_raw_size): Remove prototypes.
3332 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3333 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3334 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3335 TARGET_WRITE_PC): Remove defines.
3336 (i386_linux_in_sigtramp, i386_linux_frame_chain,
3337 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3338 i386_linux_write_pc): Remove prototypes.
3339 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3340 (get_longjmp_target): Remove prototype.
3341 * i386-linux-tdep.h: New file.
3342 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3343 * i386-linux-tdep.c: Include "i386-tdep.h" and
3344 "i386-linux-tdep.h".
3345 (i386_linux_register_name, i386_linux_register_byte,
3346 i386_linux_register_raw_size, i386_linux_in_sigtramp,
3347 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3348 Make static.
3349 (i386_linux_init_abi): New function.
3350 (_initialize_i386_linux_tdep): New function.
3351
3352 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3353 (i386_saved_pc_after_call): Remove prototype.
3354 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3355 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3356 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3357 (i386_register_name, i386_stab_reg_to_regnum,
3358 i386_dwarf_reg_to_regnum): Remove prototypes.
3359 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3360 SIZEOF_SSE_REGS): Remove defines.
3361 (REGISTER_BYTES): Remove define.
3362 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3363 (i386_register_byte, i386_register_raw_size): Remove prototypes.
3364 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3365 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3366 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3367 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3368 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3369 (get_longjmp_target): Remove prototype.
3370 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3371 (sigtramp_saved_pc): Remove define.
3372 (i386v4_sigtramp_saved_pc): Remove prototype.
3373 * config/i386/tm-go32.h (FRAME_CHAIN,
3374 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3375 (i386go32_frame_saved_pc): Remove prototype.
3376 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3377 (get_longjmp_target): Remove prototype.
3378 * i386-tdep.h: Include "osabi.h".
3379 (enum i386_abi): Removed.
3380 (enum struct_return): New enum.
3381 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3382 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3383 sc_pc_offset members.
3384 (i386_gdbarch_register_os_abi): Remove prototype.
3385 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3386 I386_SSE_NUM_REGS): New defines.
3387 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3388 I386_SSE_SIZEOF_REGS): New defines.
3389 (i386_register_name, i386_register_byte, i386_register_raw_size):
3390 New prototypes.
3391 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3392 (i386bsd_sigtramp_saved_pc): New prototype.
3393 * i386-tdep.c: Don't include "elf-bfd.h".
3394 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3395 i386_frame_chain, i386_saved_pc_after_call): Make static.
3396 (i386_frame_saved_pc): Rewrite to call architecture dependent
3397 function to deal with signal handlers. Make static.
3398 (i386go32_frame_saved_pc): Removed.
3399 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3400 Removed.
3401 (i386_get_longjmp_target): New function.
3402 (default_struct_convention, pcc_struct_convention,
3403 reg_struct_convention, valid_conventions, struct_convention): New
3404 variables.
3405 (i386_use_struct_convention): New function.
3406 (i386v4_sigtramp_saved_pc): Renamed to
3407 i386_svr4_sigtramp_saved_pc. Made static. Moved.
3408 (i386_pc_in_sigtramp): New function.
3409 (i386_abi_names): Removed.
3410 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3411 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3412 Removed.
3413 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3414 i386_gdbarch_register_os_abi): Removed.
3415 (struct i386_abi_handler): Removed.
3416 (i386_abi_handler_list): Removed.
3417 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3418 functions.
3419 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
3420 i386_nw_init_abi): New functions.
3421 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
3422 Use set_gdbarch_xxx() calls instead of relying on macros for a
3423 number of calls.
3424 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
3425 (_initialize_i386_tdep): Add new 'struct-convcention' command.
3426 Register the various architecture variants defined in this file.
3427
3428 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
3429
3430 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
3431 (struct main_type): Remove arg_types member. Update comments for
3432 struct field.
3433 (TYPE_ARG_TYPES): Remove.
3434 (TYPE_FN_FIELD_ARGS): Update.
3435 (smash_to_method_type): Update prototype.
3436
3437 * c-typeprint.c (cp_type_print_method_args): Take method type
3438 instead of argument list. Use new argument layout. Simplify.
3439 (c_type_print_args): Use new argument layout. Simplify.
3440 (c_type_print_base): Update call to cp_type_print_method_args.
3441 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
3442 argument; use die->type instead. Update call to
3443 smash_to_method_type.
3444 (read_structure_scope): Update call to dwarf2_add_member_fn.
3445 * gdbtypes.c (allocate_stub_method): Update comment.
3446 (smash_to_method_type): Take new NARGS and VARARGS arguments.
3447 Use new argument layout.
3448 (check_stub_method): Use new argument layout. Don't count
3449 void as an argument.
3450 (print_arg_types): Update comments. Use new argument layout.
3451 (recursive_dump_type): Don't print arg_types member.
3452 * hpread.c (hpread_read_struct_type): Use new argument layout.
3453 (fixup_class_method_type): Likewise.
3454 (hpread_type_lookup): Likewise.
3455 * stabsread.c (read_type): Update calls to read_args and
3456 smash_to_method_type.
3457 (read_args): Use new argument layout. Simplify.
3458 * valops.c (typecmp): Use new argument layout. Update parameters
3459 and comments. Simplify.
3460 (hand_function_call): Use new argument layout.
3461 (search_struct_method): Update call to typecmp.
3462 (find_overload_match): Use new argument layout.
3463
3464 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3465
3466 * NEWS: Mention multithreaded debug support for gdbserver.
3467
3468 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3469
3470 * MAINTAINERS: Mention NEWS.
3471
3472 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3473
3474 * gdbserver/regcache.c: Add comment.
3475
3476 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3477
3478 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
3479 (struct mips_objfile_private, compare_pdr_entries): New.
3480 (non_heuristic_proc_desc): Read the ".pdr" section if it
3481 is present.
3482
3483 2002-06-12 Andrew Cagney <ac131313@redhat.com>
3484
3485 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
3486 (arm_debug): New static variable.
3487 (_initialize_arm_tdep): Add ``set debug arm'' command.
3488
3489 2002-06-12 Andrew Cagney <ac131313@redhat.com>
3490
3491 * Makefile.in (sim_arm_h): Define.
3492 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
3493 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
3494 (arm_register_sim_regno): New function, map an internal REGNUM
3495 onto a simulator register number.
3496 (arm_gdbarch_init): Set register_sim_regno.
3497
3498 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
3499
3500 * MAINTAINERS: Add self.
3501
3502 2002-06-11 Jim Blandy <jimb@redhat.com>
3503
3504 * source.c (source_info): Mention whether the symtab has
3505 information about preprocessor macros.
3506
3507 Call the command `info macro', not `show macro'.
3508 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
3509 Fix error message.
3510 (_initialize_macrocmd): Register `info_macro_command' in
3511 `infolist', not `showlist'.
3512
3513 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
3514
3515 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
3516 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
3517 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
3518 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
3519 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
3520 unconditionally.
3521 (set_mipsfpu_single_command, set_mipsfpu_double_command)
3522 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
3523 (_initialize_mips_tdep): Remove dead code.
3524 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
3525 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3526 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
3527 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3528 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
3529 MIPS_LAST_FP_ARG_REGNUM): Remove.
3530
3531 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
3532
3533 * gdbserver/thread-db.c: New file.
3534 * gdbserver/proc-service.c: New file.
3535 * gdbserver/acinclude.m4: New file.
3536 * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
3537 proc-service.o, and thread-db.o.
3538 (linux-low.o): Add USE_THREAD_DB.
3539 * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
3540 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
3541 * gdbserver/aclocal.m4: Regenerated.
3542 * gdbserver/config.in: Regenerated.
3543 * gdbserver/configure: Regenerated.
3544 * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
3545 thread_db.h, and linux/elf.h headrs.
3546 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
3547 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
3548 Check for -lthread_db and thread support.
3549 * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
3550 PowerPC, and SuperH.
3551 * gdbserver/i387-fp.c: Constify arguments.
3552 * gdbserver/i387-fp.h: Likewise.
3553 * gdbserver/inferiors.c: (struct thread_info): Renamed from
3554 `struct inferior_info'. Remove PID member. Use generic inferior
3555 list header. All uses updated.
3556 (inferiors, signal_pid): Removed.
3557 (all_threads): New variable.
3558 (get_thread): Define.
3559 (add_inferior_to_list): New function.
3560 (for_each_inferior): New function.
3561 (change_inferior_id): New function.
3562 (add_inferior): Removed.
3563 (remove_inferior): New function.
3564 (add_thread): New function.
3565 (free_one_thread): New function.
3566 (remove_thread): New function.
3567 (clear_inferiors): Use for_each_inferior and free_one_thread.
3568 (find_inferior): New function.
3569 (find_inferior_id): New function.
3570 (inferior_target_data): Update argument type.
3571 (set_inferior_target_data): Likewise.
3572 (inferior_regcache_data): Likewise.
3573 (set_inferior_regcache_data): Likewise.
3574 * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
3575 (all_processes, stopping_threads, using_thrads)
3576 (struct pending_signals, debug_threads, pid_of): New.
3577 (inferior_pid): Replace with macro.
3578 (struct inferior_linux_data): Remove.
3579 (get_stop_pc, add_process): New functions.
3580 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
3581 Use add_process and add_thread.
3582 (linux_attach_lwp): New function, based on old linux_attach. Use
3583 add_process and add_thread. Set stop_expected for new threads.
3584 (linux_attach): New function.
3585 (linux_kill_one_process): New function.
3586 (linux_kill): Kill all LWPs.
3587 (linux_thread_alive): Use find_inferior_id.
3588 (check_removed_breakpoints, status_pending_p): New functions.
3589 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
3590 Update. Use WNOHANG. Wait for cloned processes also. Update process
3591 struct for the found process.
3592 (linux_wait_for_event): New function.
3593 (linux_wait): Use it. Support LWPs.
3594 (send_sigstop, wait_for_sigstop, stop_all_processes)
3595 (linux_resume_one_process, linux_continue_one_process): New functions.
3596 (linux_resume): Support LWPs.
3597 (REGISTER_RAW_SIZE): Remove.
3598 (fetch_register): Use register_size instead. Call supply_register.
3599 (usr_store_inferior_registers): Likewise. Call collect_register.
3600 Fix recursive case.
3601 (regsets_fetch_inferior_registers): Improve error message.
3602 (regsets_store_inferior_registers): Add debugging.
3603 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
3604 (unstopped_p, linux_signal_pid): New functions.
3605 (linux_target_ops): Add linux_signal_pid.
3606 (linux_init_signals): New function.
3607 (initialize_low): Call it. Initialize using_threads.
3608 * gdbserver/regcache.c (inferior_regcache_data): Add valid
3609 flag.
3610 (get_regcache): Fetch registers lazily. Add fetch argument
3611 and update all callers.
3612 (regcache_invalidate_one, regcache_invalidate): New
3613 functions.
3614 (new_register_cache): Renamed from create_register_cache.
3615 Return the new regcache.
3616 (free_register_cache): Change argument to a void *.
3617 (registers_to_string, registers_from_string): Call get_regcache
3618 with fetch flag set.
3619 (register_data): Make static. Pass fetch flag to get_regcache.
3620 (supply_register): Call get_regcache with fetch flag clear.
3621 (collect_register): Call get_regcache with fetch flag set.
3622 (collect_register_as_string): New function.
3623 * gdbserver/regcache.h: Update.
3624 * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
3625 stderr.
3626 Handle input interrupts while waiting for an ACK.
3627 (input_interrupt): Use signal_pid method.
3628 (getpkt): Flush after debug output and use stderr.
3629 (outreg): Use collect_register_as_string.
3630 (new_thread_notify, dead_thread_notify): New functions.
3631 (prepare_resume_reply): Check using_threads. Set thread_from_wait
3632 and general_thread.
3633 (look_up_one_symbol): Flush after debug output.
3634 * gdbserver/server.c (step_thread, server_waiting): New variables.
3635 (start_inferior): Don't use signal_pid. Update call to mywait.
3636 (attach_inferior): Update call to mywait.
3637 (handle_query): Handle qfThreadInfo and qsThreadInfo.
3638 (main): Don't fetch/store registers explicitly. Use
3639 set_desired_inferior. Support proposed ``Hs'' packet. Update
3640 calls to mywait.
3641 * gdbserver/server.h: Update.
3642 (struct inferior_list, struct_inferior_list_entry): New.
3643 * gdbserver/target.c (set_desired_inferior): New.
3644 (write_inferior_memory): Constify.
3645 (mywait): New function.
3646 * gdbserver/target.h: Update.
3647 (struct target_ops): New signal_pid method.
3648 (mywait): Removed macro, added prototype.
3649
3650 * gdbserver/linux-low.h (regset_func): Removed.
3651 (regset_fill_func, regset_store_func): New.
3652 (enum regset_type): New.
3653 (struct regset_info): Add type field. Use new operation types.
3654 (struct linux_target_ops): stop_pc renamed to get_pc.
3655 Add decr_pc_after_break and breakpoint_at.
3656 (get_process, get_thread_proess, get_process_thread)
3657 (strut process_info, all_processes, linux_attach_lwp)
3658 (thread_db_init): New.
3659
3660 * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
3661 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
3662 (the_low_target): Add new members.
3663 * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
3664 (i386_store_fpxregset): Constify.
3665 (target_regsets): Add new kind identifier.
3666 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
3667 (i386_set_pc): Add debugging.
3668 (i386_breakpoint_at): New function.
3669 (the_low_target): Add new members.
3670 * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
3671 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
3672 (mips_breakpoint_at): New.
3673 (the_low_target): Add new members.
3674 * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
3675 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
3676 (the_low_target): Add new members.
3677 * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
3678 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
3679 (the_low_target): Add new members.
3680 * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
3681 identifier.
3682
3683 2002-06-11 Michal Ludvig <mludvig@suse.cz>
3684
3685 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
3686 (unwind_tmp_obstack_free, parse_frame_info)
3687 (update_context, cfi_read_fp, cfi_write_fp)
3688 (cfi_frame_chain, cfi_init_extra_frame_info)
3689 (cfi_virtual_frame_pointer): Use the above function.
3690 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
3691
3692 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
3693
3694 * v850-tdep.c (v850_type_is_scalar): New function.
3695 (v850_use_struct_convention): Match current gcc implementation
3696 as close as possible.
3697 (v850_push_arguments): Fix stack_offset handling. Don't write
3698 struct_addr into register. This is done by v850_store_struct_return.
3699 (v850_extract_return_value): Care for structs.
3700 (v850_store_return_value): Ditto.
3701 (v850_store_struct_return): Actually write address.
3702
3703 2002-06-11 Michal Ludvig <mludvig@suse.cz>
3704
3705 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
3706 without debug information too.
3707
3708 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3709
3710 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
3711 Make multi-arch pure.
3712 * gdbarch.h, gdbarch.c: Re-generate.
3713 * arm-tdep.c (arm_print_float_info): Update.
3714 * arch-utils.h (default_print_float_info): Update.
3715 * arch-utils.c (default_print_float_info): Update.
3716 * infcmd.c (float_info): Update call.
3717
3718 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3719
3720 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
3721 the front of the initialize list.
3722
3723 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3724
3725 * infrun.c (struct inferior_status): Replace fields
3726 selected_frame_address and selected_level with field
3727 selected_frame_id.
3728 (save_inferior_status): Update. Use get_frame_id.
3729 (struct restore_selected_frame_args): Delete.
3730 (restore_selected_frame): Update. Use frame_find_by_id.
3731 (restore_inferior_status): Update.
3732
3733 * breakpoint.h (struct breakpoint): Change type of
3734 watchpoint_frame to frame_id.
3735 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
3736 call to get_current_frame.
3737 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
3738 get_current_frame.
3739 (watchpoint_check): Use frame_find_by_id.
3740
3741 * frame.h (record_selected_frame): Delete declaration.
3742 * stack.c (record_selected_frame): Delete function.
3743
3744 * frame.h (struct frame_id): Define.
3745 (get_frame_id): Declare.
3746 (frame_find_by_id): Declare.
3747 * frame.c (frame_find_by_id): New function.
3748 (get_frame_id): New function.
3749
3750 2002-06-10 Andrey Volkov <avolkov@transas.com>
3751
3752 * ser-e7kpc.c: Fix duplicated define and call of
3753 _initialize_ser_e7000pc
3754
3755 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
3756
3757 * signals/signals.c (target_signal_from_host): Fix #ifdef
3758 SIGRTMIN case.
3759 (do_target_signal_to_host): Likewise.
3760
3761 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
3762
3763 * mips-tdep.c (mips_find_abi_section): New function.
3764 (mips_gdbarch_init): Call it.
3765
3766 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3767
3768 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
3769 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
3770 after Andrew's 2002-06-08 gdbarch change.
3771
3772 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3773
3774 * i386-linux-nat.c (suppy_gregset): Don't supply
3775 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
3776 register cache.
3777 (fill_gregset): Don't fetch it under the same circumstances.
3778
3779 2002-06-09 Andrew Cagney <cagney@redhat.com>
3780
3781 * Makefile.in (callback_h): Define.
3782 (remote_sim_h): Update path to remote-sim.h.
3783 (remote-rdp.o): Add $(callback_h).
3784 (remote-sim.o): Use $(callback_h).
3785 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
3786 * remote-rdp.c: Include "gdb/callback.h".
3787
3788 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3789
3790 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3791 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
3792
3793 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3794
3795 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
3796 * rdi-share/serpardr.c: Ditto.
3797 * rdi-share/unixcomm.c: Ditto.
3798 * rdi-share/serdrv.c: Ditto.
3799 * rdi-share/hostchan.h: Ditto.
3800 * rdi-share/hostchan.c: Ditto.
3801 * rdi-share/host.h: Ditto.
3802 * rdi-share/devsw.c: Ditto.
3803
3804 * objfiles.h: Change type of obj_private to void pointer.
3805 * pa64solib.c: Update copyright. Don't include "assert.h", use
3806 strcmp instead of STREQ, use LONGEST, do not use PTR
3807 * somsolib.c: Ditto.
3808
3809 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
3810 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
3811 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
3812
3813 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3814
3815 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
3816 (default_get_saved_register): Delete function.
3817 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
3818 generic_unwind_get_saved_register.
3819 * gdbarch.h, gdbarch.c: Re-generate.
3820
3821 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3822
3823 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
3824 generic_func_frame_chain_valid.
3825 * gdbarch.h, gdbarch.c: Re-generate.
3826 * blockframe.c (generic_func_frame_chain_valid): Only check
3827 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
3828 passing FP to PC_IN_CALL_DUMMY.
3829 Fix PR gdb/360.
3830
3831 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3832
3833 * gdbarch.sh (struct gdbarch_data): Add field init_p.
3834 (register_gdbarch_data): Initialize init_p.
3835 (gdbarch_data): Initialize data pointer using the init function.
3836 (init_gdbarch_data): Delete function.
3837 (gdbarch_update_p): Update.
3838 (initialize_non_multiarch): Update.
3839 (struct gdbarch): Add field initialized_p.
3840 * gdbarch.h, gdbarch.c: Re-generate.
3841
3842 2002-06-07 Michal Ludvig <mludvig@suse.cz>
3843
3844 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
3845 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
3846 better do the things actually here.
3847 * x86-64-tdep.c (x86_64_register_name2nr): New.
3848 (x86_64_register_name): Renamed to x86_64_register_nr2name.
3849 (x86_64_gdbarch_init): Respect the above change.
3850 * x86-64-tdep.h (x86_64_register_name2nr)
3851 (x86_64_register_nr2name): Add prototypes.
3852 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
3853
3854 2002-06-06 Michael Snyder <msnyder@redhat.com>
3855
3856 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
3857 Delete extra braces and re-indent.
3858 (d10v_store_return_value): Char return values
3859 must be shifted over by one byte in R0.
3860 (d10v_extract_return_value): Delete extra braces, re-indent.
3861
3862 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
3863
3864 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
3865 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
3866 (d10v_integer_to_address): Rewrite.
3867 (d10v_frame_init_saved_regs): When reading fp and sp registers use
3868 the d10v specific functions which take care of converting to the
3869 correct space.
3870
3871 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
3872
3873 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
3874 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
3875
3876 2002-06-02 Andrew Cagney <ac131313@redhat.com>
3877
3878 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
3879 includes.
3880 * config/tm-linux.h: Ditto.
3881 * config/alpha/tm-alphalinux.h: Ditto.
3882 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
3883 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
3884 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
3885 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
3886 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
3887 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
3888 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
3889 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
3890 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
3891 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
3892 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
3893 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
3894 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
3895 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
3896 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
3897 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
3898 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
3899 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
3900 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
3901 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
3902 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
3903 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
3904 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
3905 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
3906 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
3907 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
3908 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
3909 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
3910 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
3911 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
3912 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
3913 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
3914 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
3915 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
3916 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
3917 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
3918 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
3919
3920 2002-05-04 Aidan Skinner <aidan@velvet.net>
3921
3922 * ada-exp.tab.c: New file
3923 * ada-exp.y: New file
3924 * ada-lang.c: New file
3925 * ada-lang.h: New file
3926 * ada-lex.c: New file
3927 * ada-lex.l: New file
3928 * ada-tasks.c: New file
3929 * ada-typeprint.c: New file
3930 * ada-valprint.c: New file
3931
3932 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
3933
3934 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
3935 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
3936
3937 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
3938
3939 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
3940 insetead of ppc-linux-tdep.o.
3941 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
3942 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
3943
3944 2002-06-02 Andrew Cagney <ac131313@redhat.com>
3945
3946 2002-05-07 Christian Groessler <chris@groessler.org>
3947 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
3948 bit register contents for little endian hosts.
3949
3950 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3951
3952 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
3953 any maintainer.
3954
3955 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3956
3957 * gdbarch.h: Regenerate.
3958
3959 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3960
3961 * MAINTAINERS: Add everyone to write-after-approval list.
3962
3963 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3964
3965 * stack.c (frame_info): Use frame_register_unwind instead of
3966 saved_regs. Mention when the SP is on the stack or in a register.
3967
3968 * frame.h (frame_register_unwind_ftype): Define. Document.
3969 (struct frame_info): Add field register_unwind and
3970 register_unwind_cache.
3971 (frame_register_unwind): Declare.
3972 (generic_unwind_get_saved_register): Declare.
3973
3974 * frame.c (frame_register_unwind): New function.
3975 (generic_unwind_get_saved_register): New function.
3976
3977 * blockframe.c (generic_call_dummy_register_unwind): New function.
3978 (frame_saved_regs_register_unwind): New function.
3979 (set_unwind_by_pc): New function.
3980 (create_new_frame): New function.
3981 (get_prev_frame): New function.
3982
3983 2002-05-30 Andrew Cagney <ac131313@redhat.com>
3984
3985 * a29k-share/: Delete directory.
3986 * remote-vx29k.c: Delete file.
3987
3988 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3989
3990 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
3991 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3992
3993 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3994
3995 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
3996 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3997 (sparc64nbsd-nat.o)
3998 (sparcnbsd-nat.o)
3999 (sparcnbsd-tdep.o): New dependency lists.
4000 * NEWS: Note new UltraSPARC NetBSD native configuration.
4001 * configure.host (sparc64-*-netbsd*): New host.
4002 * configure.tgt (sparc-*-netbsdelf*)
4003 (sparc-*-netbsd*): Set gdb_target to nbsd.
4004 (sparc64-*-netbsd*): New target.
4005 * sparc64nbsd-nat.c: New file.
4006 * sparcnbsd-nat.c: New file.
4007 * sparcnbsd-tdep.c: New file.
4008 * sparcnbsd-tdep.h: New file.
4009 * config/sparc/nbsd.mt: New file.
4010 * config/sparc/nbsd64.mh: New file.
4011 * config/sparc/nbsd64.mt: New file.
4012 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4013 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4014 (HOST_IPC): Remove.
4015 * config/sparc/nbsdaout.mt: Remove.
4016 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4017 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4018 (HOST_IPC): Remove.
4019 * config/sparc/nbsdelf.mt: Remove.
4020 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
4021 sparc-nat.c compatiblity defines.
4022 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
4023 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4024 * config/sparc/tm-nbsd64.h: New file.
4025 * config/sparc/tm-nbsdaout.h: Remove.
4026 * config/sparc/xm-nbsd.h: Remove.
4027
4028 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4029
4030 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4031 * sparc-tdep.c: Include osabi.h.
4032 (gdbarch_tdep): Add osabi member.
4033 (_initialize_sparc_tdep): Use gdbarch_register.
4034 (sparc_gdbarch_init): Use generic OS ABI framework.
4035 (sparc_dump_tdep): New function.
4036
4037 2002-05-30 Kevin Buettner <kevinb@redhat.com>
4038
4039 * corefile.c (do_captured_read_memory_integer): Return non-zero
4040 result.
4041 (safe_read_memory_integer): Copy result of memory read when
4042 status is non-zero. Also, add comments.
4043
4044 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
4045
4046 * Makefile.in (ppc_tdep_h): Define.
4047 (ppc-linux-nat.o)
4048 (ppc-linux-tdep.o)
4049 (rs6000-tdep.o): Use $(ppc_tdep_h).
4050 (ppc-sysv-tdep.o)
4051 (ppcnbsd-nat.o)
4052 (ppcnbsd-tdep.o): New dependency lists.
4053 * ppc-tdep.h: Use generic OS ABI framework.
4054 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4055 (ppc_linux_init_abi): New functions.
4056 (ppc_sysv_abi_broken_use_struct_convention)
4057 (ppc_sysv_abi_use_struct_convention)
4058 (ppc_sysv_abi_push_arguments): Move to...
4059 * ppc-sysv-tdep.c: ...here.
4060 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4061 * rs6000-tdep.c (process_note_abi_tag_sections)
4062 (get_elfosabi): Remove.
4063 (rs6000_gdbarch_init): Use generic OS ABI framework.
4064 (rs6000_dump_tdep): New function.
4065 (_initialize_rs6000_tdep): Use gdbarch_register.
4066 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4067 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4068 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4069 of ppc-linux-tdep.o.
4070 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4071 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4072 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4073 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4074 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4075 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4076
4077 2002-05-29 Jim Blandy <jimb@redhat.com>
4078
4079 * macroscope.c (default_macro_scope): Put `void' in empty argument
4080 list.
4081
4082 2002-05-29 Andrew Cagney <ac131313@redhat.com>
4083
4084 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4085 * arch-utils.c: Include "sim-regno.h".
4086 * gdbarch.sh: Don't include "sim-regno.h".
4087 * gdbarch.h, gdbarch.c: Regenerate.
4088 * sim-regno.h (legacy_register_sim_regno): Move declaration from
4089 here.
4090 * arch-utils.h (legacy_register_sim_regno): To here.
4091 * remote-sim.c (legacy_register_sim_regno): Move function from
4092 here.
4093 * arch-utils.c (legacy_register_sim_regno): To here.
4094
4095 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4096
4097 * sim-regno.h: New file.
4098 * Makefile.in (sim_regno_h): Define.
4099 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4100 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4101 (legacy_register_sim_regno): New function.
4102 (one2one_register_sim_regno): New function.
4103 (gdbsim_fetch_register): Rewrite.
4104 (gdbsim_store_register): Only store a register when
4105 REGISTER_SIM_REGNO is valid.
4106 * d10v-tdep.c: Include "sim-regno.h".
4107 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4108 (d10v_ts3_register_sim_regno): Ditto.
4109 * gdbarch.sh: Include "sim-regno.h".
4110 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4111 * gdbarch.h, gdbarch.c: Regenerate.
4112 * arch-utils.h (default_register_sim_regno): Delete declaration.
4113 * arch-utils.c (default_register_sim_regno): Delete function.
4114
4115 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4116
4117 * ppcnbsd-nat.c: Rewrite.
4118 * ppcnbsd-tdep.c: New file.
4119 * ppcnbsd-tdep.h: New file.
4120 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4121 solib.o, and solib-svr4.o.
4122 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4123 nbsd-tdep.o, and corelow.o.
4124
4125 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4126
4127 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4128 `tr' and `sed'. Mention that `broken' targets are not expected to
4129 build.
4130
4131 2002-05-27 Michal Ludvig <mludvig@suse.cz>
4132
4133 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4134 Let PC point right after the prologue before looking up symbols.
4135
4136 2002-05-27 Martin M. Hunt <hunt@redhat.com>
4137
4138 * i386-tdep.c (i386_register_virtual_type): Return
4139 builtin_type_vec128i for SSE registers.
4140
4141 * gdbtypes.h (builtin_type_vec128i): Declare.
4142
4143 * gdbtypes.c (build_builtin_type_vec128i): New function.
4144 (builtin_type_v2_double, builtin_type_v4_int64): New types.
4145 (builtin_type_vec128i): New type for SSE2 128-bit registers.
4146 (build_gdbtypes): Initialize new builtin vector types.
4147 (_initialize_gdbtypes): Register new vector types with gdbarch.
4148
4149 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4150
4151 * MAINTAINERS: ns32k is not longer an obsolete candidate,
4152 since it has been multi-arch'd.
4153 * NEWS: Note that ns32k-*-* is now partial multi-arch.
4154 Move Alpha and VAX multi-arch news entries to same section
4155 as other multi-arch news.
4156
4157 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4158
4159 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4160 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
4161 static. Rename some register numbers to put them in ns32k-tdep
4162 private namespace.
4163 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4164 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4165 functions.
4166 (_initialize_ns32k_tdep): Use gdbarch_register.
4167 * ns32k-tdep.h: New file.
4168 * ns32knbsd-tdep.c: New file.
4169 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4170 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4171 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4172 REGISTER_BYTES, REGISTER_BYTE): Remove.
4173 * config/ns32k/tm-ns32k.h: New file.
4174 * config/ns32k/tm-umax.h: Remove.
4175
4176 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4177
4178 * ns32k-tdep.c (ns32k_saved_pc_after_call,
4179 ns32k_store_struct_return, ns32k_extract_return_value,
4180 ns32k_store_return_value, ns32k_extract_struct_value_address): New
4181 functions.
4182 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4183 ns32k_saved_pc_after_call.
4184 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4185 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4186 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4187 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4188 ns32k_extract_struct_value_address.
4189
4190 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4191
4192 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4193 ns32k_fix_call_dummy): New.
4194 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4195 ns32k_call_dummy_words.
4196 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4197 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4198 CALL_DUMMY_NARGS): Remove.
4199 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4200
4201 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4202
4203 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4204 ns32k_frame_saved_pc, ns32k_frame_args_address,
4205 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4206 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4207 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4208 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4209 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4210 (BREAKPOINT): Remove..
4211 (FRAME_CHAIN): Define as ns32k_frame_chain.
4212 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4213 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4214 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4215 (FRAME_FIND_SAVED_REGS): Remove.
4216 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4217 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4218 (POP_FRAME): Define as ns32k_pop_frame.
4219
4220 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4221
4222 * ns32k-tdep.c (ns32k_register_byte_32082,
4223 ns32k_register_byte_32382, ns32k_register_raw_size,
4224 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4225 functions.
4226 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4227 ns32k_register_byte_32382.
4228 * config/ns32k/tm-umax.h: Update copyright years.
4229 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4230 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4231 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4232 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4233 (ns32k_get_enter_addr): Fix prototype.
4234
4235 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4236
4237 * ns32k-tdep.c: Update copyright years.
4238 (ns32k_register_name_32082): New function.
4239 (ns32k_register_name_32382): Ditto.
4240 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4241 (REGISTER_NAME): Define as ns32k_register_name_32382.
4242 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4243 (REGISTER_NAME): Define as ns32k_register_name_32082.
4244
4245 2002-05-24 Jim Blandy <jimb@redhat.com>
4246
4247 * dwarf2read.c (free_line_header): Use xfree, not free.
4248
4249 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4250
4251 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4252 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4253
4254 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4255
4256 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4257
4258 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4259
4260 From Ross Alexander at NEC Europe:
4261 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4262
4263 2002-05-23 Michael Snyder <msnyder@redhat.com>
4264
4265 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4266 for input, rather than parse_and_eval_address.
4267
4268 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4269
4270 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4271 * Makefile.in (sim_d10v_h): Update definition.
4272
4273 2002-05-24 Andrew Cagney <cagney@redhat.com>
4274
4275 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4276 change `2002-05-22 Michael Snyder' below.
4277 (d10v_push_arguments): Ditto.
4278 (d10v_extract_return_value): Ditto.
4279
4280 2002-05-23 Jim Blandy <jimb@redhat.com>
4281
4282 * macrotab.c (check_for_redefinition): Don't complain if the new
4283 definition is the same as the previous one. Take more arguments
4284 to allow the comparison.
4285 (macro_define_object, macro_define_function): Pass more arguments
4286 to check_for_redefinition.
4287
4288 2002-05-22 Michael Snyder <msnyder@redhat.com>
4289
4290 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4291 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4292 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4293 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4294 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4295 Add a temp variable to save a call (and a memory read).
4296 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4297 if possible (so that PC_IN_CALL_DUMMY will work).
4298
4299 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
4300
4301 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4302
4303 2002-05-22 Michal Ludvig <mludvig@suse.cz>
4304
4305 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4306 fde->cie_ptr.
4307 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4308 (dwarf2_build_frame_info): Add offset to fde->initial_location
4309 so that frames of shared libraries are mapped correctly.
4310 (execute_stack_op): Change type of 'result' from ULONGEST to
4311 CORE_ADDR.
4312
4313 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4314
4315 * config/alpha/tm-nbsd.h: Include solib.h.
4316
4317 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4318
4319 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4320 assumptions about the host's byte order.
4321
4322 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4323
4324 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4325 to dependency list.
4326 * alphanbsd-tdep.c: Include solib-svr4.h.
4327 * shnbsd-tdep.c: Ditto.
4328
4329 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4330
4331 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4332 nbsd-tdep.h to dependency list.
4333 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4334 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4335 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4336 nbsdaout.mh and nbsdelf.mh consistently.
4337 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4338 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4339 nbsdaout.mt and nbsdelf.mh consistently.
4340 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4341 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4342 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4343 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4344 a.out shared library stuff from here...
4345 * config/nm-nbsdaout.h: ...to here.
4346 * config/tm-nbsd.h: Remove.
4347 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4348 * config/arm/nbsd.mh: Remove.
4349 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4350 nbsd-tdep.o.
4351 * config/arm/nbsdaout.mh: New file.
4352 * config/arm/nbsdelf.mh: New file.
4353 * config/arm/nm-nbsdaout.h: New file.
4354 * config/i386/nbsd.mh: Remove.
4355 * config/i386/nbsd.mt: Remove.
4356 * config/i386/nbsdaout.mh: New file.
4357 * config/i386/nbsdaout.mt: New file.
4358 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4359 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4360 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4361 i386_register_u_addr): Remove.
4362 * config/i386/nm-nbsdaout.h: New file.
4363 * config/i386/nm-nbsdelf.h: Remove.
4364 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4365 (USE_STRUCT_CONVENTION): Remove.
4366 * config/i386/tm-nbsdaout.h: New file.
4367 * config/i386/tm-nbsdelf.h: Remove.
4368 * config/m68k/nbsd.mh: Remove.
4369 * config/m68k/nbsd.mt: Remove.
4370 * config/m68k/nbsdaout.mh: New file.
4371 * config/m68k/nbsdaout.mt: New file.
4372 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4373 * config/m68k/nm-nbsdaout.h: New file.
4374 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4375 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4376 * config/ns32k/nbsd.mh: Remove.
4377 * config/ns32k/nbsd.mt: Remove.
4378 * config/ns32k/nbsdaout.mh: New file.
4379 * config/ns32k/nbsdaout.mt: New file.
4380 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4381 * config/ns32k/nm-nbsdaout.h: New file.
4382 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4383 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4384 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4385 (SVR4_SHARED_LIBS): Remove.
4386 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4387 * config/sparc/nbsd.mh: Remove.
4388 * config/sparc/nbsd.mt: Remove.
4389 * config/sparc/nbsdaout.mh: New file.
4390 * config/sparc/nbsdaout.mt: New file.
4391 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4392 * config/sparc/nbsdelf.mt: New file.
4393 * config/sparc/nm-nbsdaout.h: New file.
4394 * config/sparc/nm-nbsdelf.h: Remove.
4395 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4396 * config/sparc/tm-nbsdaout.h: New file.
4397
4398 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4399
4400 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4401 mipsnbsd-tdep.c
4402 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4403
4404 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4405
4406 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4407 shnbsd-nat.c.
4408 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4409
4410 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4411
4412 * NEWS: Note new MIPS NetBSD native configuration.
4413 * configure.host (mips*-*-netbsd*): New host.
4414 * configure.tgt (mips*-*-netbsd*): New target.
4415 * mipsnbsd-nat.c: New file.
4416 * mipsnbsd-tdep.c: New file.
4417 * mipsnbsd-tdep.h: New file.
4418 * config/mips/nbsd.mh: New file.
4419 * config/mips/nbsd.mt: New file.
4420 * config/mips/nm-nbsd.h: New file.
4421 * config/mips/tm-nbsd.h: New file.
4422
4423 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4424
4425 * Makefile.in (SFILES): Add osabi.c.
4426 (COMMON_OBS): Add osabi.o.
4427 (osabi.o): New dependency list.
4428 * osabi.c: New file.
4429 * osabi.h: New file.
4430 * doc/gdbint.texinfo: Document new generic OS ABI framework.
4431
4432 * Makefile.in (alpha_tdep_h): Define and use instead of
4433 alpha-tdep.h.
4434 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4435 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4436 Remove.
4437 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4438 * alpha-tdep.h: Include osabi.h.
4439 (alpha_abi): Remove.
4440 (gdbarch_tdep): Use generic OS ABI framework.
4441 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4442 gdbarch_register_osabi.
4443 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4444 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4445 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4446
4447 * Makefile.in (sh_tdep_h): Add osabi.h.
4448 * sh-tdep.h (sh_osabi): Remove.
4449 (gdbarch_tdep): Use generic OS ABI framework.
4450 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4451 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4452 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4453 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4454
4455 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4456 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4457 gdbarch_register_osabi.
4458 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4459 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4460 (get_elfosabi): Rename to...
4461 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
4462 ABI framework support routines.
4463 (arm_gdbarch_init): Use generic OS ABI framework.
4464 (arm_dump_tdep): Likewise.
4465 (_initialize_arm_tdep): Likewise.
4466 * arm-tdep.h: Include osabi.h.
4467 (arm_abi): Remove.
4468 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
4469 osabi member.
4470 (arm_gdbarch_register_os_abi): Remove prototype.
4471 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4472 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4473
4474 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4475 * mips-tdep.c: Include osabi.h.
4476 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4477 OS ABI framework.
4478
4479 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
4480
4481 * h8300-tdep.c: Fix formatting.
4482
4483 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
4484
4485 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4486 printing vector registers.
4487
4488 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4489
4490 From Fernando Nasser:
4491 * remote.c (remote_async_open_1): Re-throw the exception when the
4492 connection fails.
4493 (remote_cisco_open): Ditto.
4494 (remote_open_1): Ditto.
4495
4496 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4497
4498 * remote.c (remote_start_remote_dummy): Add uiout parameter.
4499 (remote_start_remote): Add uiout parameter. Pass through to
4500 remote_start_remote_dummy.
4501 (remote_open_1): Use catch_exception instead of catch_errors.
4502 (remote_async_open_1): Ditto.
4503 (remote_cisco_open): Ditto.
4504
4505 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4506
4507 * remote.c (remote_start_remote): Replace PTR with void pointer.
4508 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
4509 static.
4510
4511 2002-05-18 Andrew Cagney <ac131313@redhat.com>
4512
4513 * gdb_indent.sh: Allow the script to be run in the sim directory.
4514
4515 2002-05-18 Mark Kettenis <kettenis@gnu.org>
4516
4517 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4518 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4519
4520 * corelow.c (core_open): Only call set_gdbarch_from_file if
4521 exec_bfd is NULL.
4522
4523 2002-05-17 Andrey Volkov <avolkov@transas.com>
4524
4525 * h8300-tdep.c: Add support of EXR register
4526 * config/h8300/tm-h8300.h: Ditto.
4527
4528 2002-05-17 Andrey Volkov <avolkov@transas.com>
4529
4530 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
4531
4532 2002-05-17 Andrey Volkov <avolkov@transas.com>
4533
4534 * h8300-tdep.c: Change literal regnums to REGNO.
4535
4536 2002-05-17 Jim Blandy <jimb@redhat.com>
4537
4538 * NEWS: Note addition of macro support.
4539
4540 Expand preprocessor macros in C expressions.
4541 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4542 (scan_macro_expansion, scanning_macro_expansion,
4543 finished_macro_expansion): New function declarations.
4544 (expression_macro_lookup_func, expression_macro_lookup_baton): New
4545 variable declarations.
4546 * parser-defs.h (expression_context_pc): New declaration.
4547 * parse.c (expression_context_pc): New variable.
4548 (parse_exp_1): Set expression_context_pc, as well as
4549 expression_context_block.
4550 * c-exp.y (yylex): If we're not already reading the result of a
4551 macro expansion, try to macro-expand the next token. When we're
4552 done scanning a macro expansion, switch back to the mainline text.
4553 Commas and `if's in a macro's expansion don't terminate the input.
4554 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4555 (macro_original_text, macro_expanded_text,
4556 expression_macro_lookup_func, expression_macro_lookup_baton): New
4557 variables.
4558 (scan_macro_expansion, scanning_macro_expansion,
4559 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4560 c_preprocess_and_parse): New functions.
4561 (c_language_defn, cplus_language_defn, asm_language_defn): Call
4562 c_preprocess_and_parse, instead of c_parse.
4563 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4564 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4565
4566 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
4567
4568 * sh-tdep.c (gdb_print_insn_sh64): Delete.
4569 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4570 (sh_gdbarch_init): Always use gdb_print_insn_sh.
4571
4572 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
4573
4574 * NEWS: Add section for multi-arched targets. Add v850 to that section.
4575
4576 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
4577
4578 * Makefile.in (sh_tdep_h): Define and use.
4579 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4580 register enum): Move to...
4581 * * sh-tdep.h: ...here.
4582 * sh-tdep.c: Include sh-tdep.h.
4583 * sh3-rom.c: Likewise.
4584 * shnbsd-tdep.c: Likewise.
4585
4586 2002-05-16 Michael Snyder <msnyder@redhat.com>
4587
4588 * arm-tdep.c: Spelling fix in comment.
4589
4590 2002-05-16 Jim Blandy <jimb@redhat.com>
4591
4592 Add commands for manually expanding macros and showing their
4593 definitions.
4594 * macrocmd.c, macroscope.c, macroscope.h: New files.
4595 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4596 (macroscope_h): New variable.
4597 (HFILES_NO_SRCDIR): Add macroscope.h.
4598 (COMMON_OBS): Add macrocmd.o, macroscope.o.
4599 (macroscope.o, macrocmd.o): New rules.
4600
4601 Teach the Dwarf 2 reader to read macro information.
4602 * dwarf2read.c: #include "macrotab.h".
4603 (dwarf_macinfo_buffer): New variable.
4604 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4605 dwarf_macinfo_size.
4606 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
4607 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
4608 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
4609 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
4610 dwarf2_macro_spaces_in_definition): New complaints.
4611 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
4612 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
4613 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
4614 the partial symbol table.
4615 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
4616 from what's recorded in the partial symbol table.
4617 (read_file_scope): If the compilation unit has a
4618 `DW_AT_macro_info' attribute, read its macro information.
4619 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
4620
4621 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
4622
4623 Fix PR gdb/546
4624 * ser-tcp.c: Don't include <netinet/udp.h>.
4625
4626 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
4627
4628 * MAINTAINERS: Update my email address.
4629
4630 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
4631
4632 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
4633 include file of the same name.
4634
4635 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4636
4637 * configure.tgt: Mark v850 as multi-arched.
4638 * config/v850/tm-v850.h: Remove file.
4639 * config/v850/v850.mt: Eliminate TM_FILE.
4640
4641 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4642
4643 * v850-tdep.c: Full multi-arch.
4644 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
4645 Define GDB_MULTI_ARCH to 2.
4646
4647 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
4648
4649 * p-exp.y (current_type): New static variable.
4650 Carries the type of the expression at the position that is parsed.
4651 (push_current_type, pop_current_type): Two new functions. Used
4652 to store/restore current_type in expression on specific tokens.
4653 (search_field): New static variable. Set to one after parsing a point
4654 as at that point only a FIELDNAME token should be searched.
4655 (FIELDNAME): New token. After a point only a token belonging to
4656 current_type type definition is allowed.
4657 (all over token rules): reset and change current_type according
4658 to rules.
4659 (exp '[' rule): insert implicit array index field if
4660 exp is a pascal string type.
4661
4662 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4663
4664 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
4665 frame info. Use frame_info's saved_regs instead of matching member
4666 in extra_frame_info throughout.
4667 (v850_frame_init_saved_regs): New function.
4668 (v850_init_extra_frame_info): Move most functionality into
4669 v850_frame_init_saved_regs().
4670 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
4671 (v850_frame_find_saved_regs): Remove declaration.
4672 (FRAME_FIND_SAVED_REGS): Remove definition.
4673 (v850_frame_init_saved_regs): Add declaration.
4674 (FRAME_INIT_SAVED_REGS): Add definition.
4675
4676 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4677
4678 * v850-tdep.c: Begin multi-arch'ing v850.
4679 (v850_target_architecture_hook): Remove function.
4680 (v850_gdbarch_init): New function. Add code previously in
4681 v850_target_architecture_hook().
4682 (_initialize_v850_tdep): Don't set target_architecture_hook.
4683 Call register_gdbarch_init() instead.
4684
4685 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
4686
4687 * gdbtypes.h (struct cplus_struct_type): Remove args field.
4688 * hpread.c (hpread_read_struct_type): Remove assignments to args.
4689 (fixup_class_method_type): Likewise.
4690
4691 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
4692
4693 From Martin Pool <mbp@samba.org>:
4694 * gdbserver/server.c (gdbserver_usage): New function.
4695 (main): Call it.
4696
4697 2002-05-15 Jim Blandy <jimb@redhat.com>
4698
4699 Add macro structures to GDB's symbol tables. Nobody puts anything
4700 in them yet.
4701 * symtab.h (struct symtab): New member: `macro_table'.
4702 * buildsym.h (pending_macros): New global variable.
4703 * buildsym.c: #include "macrotab.h".
4704 (buildsym_init): Initialize `pending_macros'.
4705 (end_symtab): If we found macro information while reading a CU's
4706 debugging info, do build a symtab structure for it. Make the
4707 symtab point to the macro information, and clear the
4708 `pending_macros' pointer which held it while we were reading the
4709 debug info.
4710 (really_free_pendings): Free any pending macro table.
4711 * objfiles.h (struct objfile): New member: `macro_cache'.
4712 * objfiles.c (allocate_objfile): Set allocate and free functions
4713 for the macro cache's objstack.
4714 (free_objfile): Empty the macro cache's obstack.
4715 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
4716 set new allocate and free functions for it.
4717 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
4718 free functions for the macro cache's objstack. (Why is this
4719 function building its own objfile?)
4720 * symmisc.c (print_objfile_statistics): Print statistics on the
4721 macro bcache.
4722 * Makefile.in: Note that buildsym.o depends on macrotab.h.
4723
4724 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
4725
4726 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
4727 (REGISTER_U_ADDR): Delete definition.
4728 (arm_register_u_addr): Delete declaration.
4729
4730 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
4731
4732 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
4733 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
4734
4735 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4736
4737 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
4738 stop_at -> stop_pc.
4739
4740 2002-05-14 Andrew Cagney <ac131313@redhat.com>
4741
4742 * regcache.c (register_valid): Revise comments refering to "Not
4743 available" and "unavailable".
4744 * frame.c (frame_register_read): Ditto.
4745 * findvar.c (value_of_register): Ditto.
4746
4747 2002-05-15 Andrew Cagney <cagney@redhat.com>
4748
4749 * Makefile.in (remote_sim_h): Replace remote-sim_h.
4750 (remote-sim.o): Update dependencies.
4751 (d10v-tdep.o): Specify dependencies.
4752 (sim_d10v_h): Define.
4753
4754 2002-05-14 Jim Blandy <jimb@redhat.com>
4755
4756 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
4757 * macrotab.c (macro_lookup_inclusion, find_definition,
4758 new_macro_table): Same.
4759
4760 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
4761 not `! strcmp ()'. This is a dubious improvement.
4762 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
4763
4764 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
4765 although it's not necessary, to avoid a warning.
4766
4767 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4768
4769 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
4770 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
4771 TYPE_INSTANCE_FLAGS.
4772 (struct main_type): New.
4773 (struct type): Move most members to struct main_type. Change
4774 cv_type and as_type to new type_chain member. Add instance_flags.
4775 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
4776 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
4777 (finish_cv_type): Remove prototype.
4778 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
4779 Set TYPE_CHAIN.
4780 (alloc_type_instance): New function.
4781 (smash_type): New function.
4782 (make_pointer_type, make_reference_type, make_function_type)
4783 (smash_to_member_type, smash_to_method_type): Call smash_type.
4784 (make_qualified_type): New function.
4785 (make_type_with_address_space): Call make_qualified_type.
4786 (make_cv_type): Likewise.
4787 (finish_cv_type): Remove unnecessary function.
4788 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
4789 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
4790 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
4791 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
4792 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
4793 * hpread.c (hpread_read_struct_type): Likewise.
4794 * stabsread.c (read_struct_type): Likewise.
4795
4796 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4797
4798 * configure.tgt: Add a catch all sh* target, for cases like
4799 sh[2,3,4]-elf and sh-hms.
4800
4801 2002-05-14 Keith Seitz <keiths@redhat.com>
4802
4803 * event-loop.c (create_file_handler): Don't do anything but
4804 update data when we are given a fd which we are already
4805 monitoring.
4806
4807 2002-05-14 Michal Ludvig <mludvig@suse.cz>
4808
4809 * dwarf2cfi.c (context_cpy): Copy registers correctly.
4810 (update_context): Use __func__ in warnings.
4811
4812 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4813
4814 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
4815 and tcp_close to net_open and net_close.
4816 (net_open): Accept "udp:" and "tcp:" specifications. Connect
4817 using UDP if requested. Don't try to disable Nagle on UDP
4818 sockets.
4819 * remote.c (remote_serial_open): New function. Warn about UDP.
4820 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
4821
4822 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
4823
4824 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
4825
4826 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
4827
4828 * configure.tgt: Remove sh-hms target.
4829 * MAINTAINERS: Don't list sh-hms as a separate target.
4830
4831 2002-05-13 Jim Blandy <jimb@redhat.com>
4832
4833 Add first preprocessor macro-expansion files.
4834 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
4835 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
4836 (splay_tree_h, macroexp_h, macrotab_h): New variable.
4837 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
4838 (COMMON_OBS): Add macrotab.o, macroexp.o.
4839 (macroexp.o, macrotab.o): New rules.
4840
4841 2002-05-13 Andrew Cagney <ac131313@redhat.com>
4842
4843 * config/m88k/tm-m88k.h: Update copyright.
4844 (m88k_target_write_pc): Declare
4845 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
4846 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
4847 (SHIFT_INST_REGS): Update definition.
4848 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
4849 using old definition of TARGET_WRITE_PC.
4850 * regcache.c (generic_target_write_pc): Delete code handling
4851 NNPC_REGNUM.
4852 * gdbarch.sh (NNPC_REGNUM): Delete.
4853 * gdbarch.h, gdbarch.c: Regenerate.
4854
4855 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
4856
4857 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
4858 builtin reg number.
4859
4860 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
4861
4862 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
4863 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
4864 (gen_address_of, gen_struct_ref, gen_repeat): Use type
4865 access macros.
4866 * c-typeprint.c (cp_type_print_method_args): Likewise.
4867 (c_type_print_args): Likewise.
4868 * d10v-tdep.c (d10v_push_arguments): Likewise.
4869 (d10v_extract_return_value): Likewise.
4870 * expprint.c (print_subexp): Likewise.
4871 * gdbtypes.c (lookup_primitive_typename): Likewise.
4872 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
4873 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
4874 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
4875 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
4876 (TYPE_VECTOR): Likewise.
4877 * hpread.c (hpread_read_struct_type)
4878 (fix_static_member_physnames, fixup_class_method_type)
4879 (hpread_type_lookup): Likewise.
4880 * mdebugread.c (parse_symbol, parse_type): Likewise.
4881 * p-lang.c (is_pascal_string_type): Likewise.
4882 * valops.c (hand_function_call): Likewise.
4883 * x86-64-tdep.c (classify_argument): Likewise.
4884
4885 * hpread.c (hpread_read_function_type)
4886 (hpread_read_doc_function_type): Call replace_type.
4887 * dstread.c (create_new_type): Delete.
4888 (decode_dst_structure, process_dst_function): Call alloc_type.
4889 Use type access macros.
4890
4891 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4892
4893 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
4894 the're not supported by the current architecture.
4895 (i387_fill_fxsave): Likewise.
4896
4897 2002-05-12 Fred Fish <fnf@redhat.com>
4898
4899 * symfile.c (default_symfile_offsets): Arrange for uninitialized
4900 sect_index_xxx members to index the first slot in section_offsets
4901 if all of the section_offsets are zero.
4902
4903 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4904
4905 * configure.tgt (sparc-*openbsd): Remove entry accidentially
4906 checked in with last change.
4907
4908 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4909
4910 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
4911 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
4912 config.sub.
4913
4914 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
4915
4916 * Makefile.in: Update dependencies.
4917
4918 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4919
4920 * language.c (local_hex_string_custom): Simplify. Do not depend
4921 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
4922
4923 * memattr.c (mem_info_command): Replace calls to
4924 longest_local_hex_string and longest_local_hex_string_custom.
4925 * buildsym.c (make_blockvector): Ditto.
4926 * solib.c (info_sharedlibrary_command): Ditto.
4927 * tracepoint.c (tracepoints_info): Ditto.
4928 * symtab.c (print_msymbol_info): Ditto.
4929
4930 * language.c (local_hex_string): Delete.
4931 (local_hex_string_custom): Delete.
4932 (longest_local_hex_string): Rename to local_hex_string.
4933 (longest_local_hex_string_custom): Rename to
4934 local_hex_string_custom.
4935 * language.h (local_hex_string): Change parameter type to LONGEST.
4936 (local_hex_string_custom): Ditto.
4937 (longest_local_hex_string): Delete declaration.
4938 (longest_local_hex_string_custom): Ditto.
4939
4940 * solib.c: Update copyright.
4941 * memattr.c: Update copyright.
4942
4943 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4944
4945 * arch-utils.h (legacy_register_to_value): Declare.
4946 (legacy_value_to_register): Declare.
4947 (legacy_convert_register_p): Declare.
4948 * arch-utils.c (legacy_register_to_value): New function.
4949 (legacy_value_to_register): New function.
4950 (legacy_convert_register_p): New function.
4951
4952 * gdbarch.sh (REGISTER_TO_VALUE): Define.
4953 (VALUE_TO_REGISTER): Define.
4954 (CONVERT_REGISTER_P): Define.
4955 * gdbarch.h, gdbarch.c: Regenerate.
4956
4957 * valops.c (value_assign): Use CONVERT_REGISTER_P and
4958 VALUE_TO_REGISTER.
4959 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
4960 CONVERT_REGISTER_P.
4961
4962 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
4963 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4964
4965 * Makefile.in: Update dependencies for valops.c.
4966 * valops.c: Include "gdb_assert.h".
4967 (typecmp): Skip THIS parameter to methods.
4968 (find_method_list): Remove static_memfuncp argument,
4969 update callers. Check for stub methods.
4970 (find_value_oload_method_list): Don't set *static_memfuncp.
4971 (find_overload_match): Don't check for stub methods. Assert
4972 that methods are not stubbed. Handle static methods.
4973 (value_find_oload_method_list): Remove static_memfuncp argument.
4974 * gdbtypes.c (check_stub_method): Do not add THIS pointer
4975 to the argument list for static stub methods.
4976 * value.h (value_find_oload_method_list): Update prototype.
4977
4978 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4979
4980 * arch-utils.h (generic_register_size): Declare.
4981 (generic_register_raw_size, generic_register_virtual_size): Delete
4982 declarations.
4983 * arch-utils.c (generic_register_raw_size): Delete.
4984 (generic_register_size): New function.
4985 (generic_register_virtual_size): Delete.
4986
4987 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
4988 default generic_register_size.
4989 * gdbarch.h, gdbarch.c: Re-generate.
4990
4991 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
4992 register_virtual_size.
4993 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
4994 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4995
4996 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4997
4998 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
4999 * gdbarch.h, gdbarch.c: Regenerate.
5000 * gnu-v3-abi.c: Update copyright.
5001 (vtable_address_point_offset): Update.
5002 (gnuv3_rtti_type): Update.
5003 (gnuv3_baseclass_offset): Update.
5004 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5005 (init_fetch_link_map_offsets): Update.
5006 * remote.c (get_remote_state): Update.
5007
5008 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5009
5010 * TODO: Remove value_headof/value_from_vtable_info comment.
5011 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5012 * values.c (value_headof, value_from_vtable_info): Delete.
5013 * value.h (value_from_vtable_info): Delete prototype.
5014
5015 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5016
5017 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5018 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5019 $(gdb_regex_h).
5020 (gdb_assert_h): Define.
5021 (gdb_wait_h): Define.
5022 (gdb_regex_h): Define.
5023
5024 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5025
5026 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5027 * linespec.c (find_methods): Handle GCC 3.x template constructors.
5028
5029 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5030
5031 * nbsd-tdep.c: Fix comment.
5032
5033 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5034
5035 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5036 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5037 (nbsd-tdep.o): New dependency list.
5038 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
5039 nbsd-tdep.h.
5040 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5041 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5042 * nbsd-tdep.c: New file.
5043 * nbsd-tdep.h: New file.
5044 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
5045 nbsd-tdep.h.
5046 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5047 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5048 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5049 * config/sh/nbsd.mt (TDEPFILES): Ditto.
5050
5051 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5052
5053 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5054 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5055 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5056 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5057 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5058 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5059
5060 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5061
5062 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5063 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5064 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5065 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5066 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5067 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5068 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5069
5070 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5071
5072 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
5073 fetch_elfcore_registers to...
5074 * i386nbsd-tdep.c: ...here.
5075 (i386nbsd_use_struct_convention): Rename to...
5076 (i386nbsd_aout_use_struct_convention): ...this.
5077 (i386nbsd_supply_reg): New function.
5078 (i386nbsd_fill_reg): New function.
5079 (fetch_core_registers): Use i386nbsd_supply_reg.
5080 (fetch_elfcore_registers): Likewise.
5081 (_initialize_i386nbsd_tdep): New function.
5082 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5083 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5084 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5085 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5086 (i386nbsd_aout_use_struct_convention): ...this.
5087
5088 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5089
5090 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5091 (store_inferior_registers): Use shnbsd_fill_reg.
5092 * shnbsd-tdep.c (sh_nbsd_supply_registers,
5093 sh_nbsd_supply_register): Collapse into...
5094 (shnbsd_supply_reg): ...this.
5095 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5096 (shnbsd_fill_reg): ...this.
5097 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5098 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5099 (fetch_core_registers): Use shnbsd_supply_reg.
5100 (fetch_elfcore_registers): Use shnbsd_supply_reg.
5101 (sh_nbsd_core_fns): Rename to...
5102 (shnbsd_core_fns): ...this.
5103 (sh_nbsd_elfcore_fns): Rename to...
5104 (shnbsd_elfcore_fns): ...this.
5105 (sh_nbsd_init_abi): Rename to...
5106 (shnbsd_init_abi): ...this.
5107 (_initialize_sh_nbsd_tdep): Rename to...
5108 (_initialize_shnbsd_tdep): ...this.
5109 * shnbsd-tdep.h (sh_nbsd_supply_registers,
5110 sh_nbsd_supply_register, sh_nbsd_fill_registers,
5111 sh_nbsd_fill_register): Remove prototypes.
5112 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5113
5114 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5115
5116 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5117 (i387-nat.o): Delete dependency list.
5118 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5119 (x86-64-linux-nat.o): Likewise.
5120 * i387-nat.c: Delete file, moving contents to...
5121 * i387-tdep.c: ...here.
5122 * i387-nat.h: Rename...
5123 * i387-tdep.h: ...to this.
5124 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5125 * i386-linux-nat.c: Likewise.
5126 * i386bsd-nat.c: Likewise.
5127 * i386gnu-nat.c: Likewise.
5128 * i386nbsd-nat.c: Likewise.
5129 * i386v4-nat.c: Likewise.
5130 * x86-64-linux-nat.c: Likewise.
5131 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5132 * config/i386/go32.mh (NATDEPFILES): Likewise.
5133 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5134 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5135 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5136 * config/i386/linux.mh (NATDEPFILES): Likewise.
5137 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5138 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5139 * config/i386/obsd.mh (NATDEPFILES): Likewise.
5140 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5141
5142 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5143
5144 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5145 (alphanbsd-nat.o): Remove dependency list.
5146 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5147 * alphanbsd-nat.c: Delete. Contents moved to...
5148 * alphanbsd-tdep.c: ...here.
5149 (_initialize_alphanbsd_tdep): Register core functions.
5150 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5151
5152 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5153
5154 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5155 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5156 (alphanbsd-nat.o): Likewise.
5157 (alphabsd-tdep.o): New dependency list.
5158 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5159 (fill_gregset): Use alphabsd_fill_reg.
5160 (supply_fpregset): Use alphabsd_supply_fpreg.
5161 (fill_fpregset): Use alphabsd_fill_fpreg.
5162 (fetch_inferior_registers): Use struct reg and struct fpreg
5163 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
5164 and alphabsd_supply_fpreg.
5165 (store_inferior_registers): Use struct reg and struct fpreg
5166 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
5167 and alphabsd_fill_fpreg.
5168 * alphabsd-tdep.c: New file.
5169 * alphabsd-tdep.h: New file.
5170 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5171 (fetch_elfcore_registers): Use alphabsd_supply_reg and
5172 alphabsd_supply_fpreg.
5173 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5174 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5175
5176 2002-05-11 Eric Christopher <echristo@redhat.com>
5177
5178 * mips-tdep.c (mips_double_register_type): Fix thinko.
5179 (mips_single_register_type): Ditto.
5180 * MAINTAINERS: Add self.
5181
5182 2002-05-11 Mark Kettenis <kettenis@gnu.org>
5183
5184 * i387-nat.c (i387_supply_register, i387_fill_fsave,
5185 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5186 right thing on architectures with different endianness and/or
5187 integer sizes.
5188
5189 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
5190
5191 From Christian Limpach <chris@Pin.LU>
5192 * configure.in: Change sed expression which comments out
5193 NATDEPFILES to also comment out continuation lines.
5194 * configure: Regenerate.
5195
5196 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5197
5198 * sh-tdep.c: Clean up code erroneously reintroduced by previous
5199 big patch.
5200
5201 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5202
5203 * sh-tdep.c: Include correct file.
5204
5205 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5206
5207 New support for sh64-elf (sh5) target.
5208
5209 * configure.tgt: For sh64-elf target, default to sh-elf.
5210
5211 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5212 (struct gdbarch_tdep): Add new fields for new registers and ABI
5213 info.
5214
5215 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5216 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5217 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5218 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5219 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5220 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5221 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5222 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5223 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5224 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5225 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5226 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5227 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5228 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5229 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5230 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5231 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5232 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5233 sign_extend, sh64_nofp_frame_init_saved_regs,
5234 sh64_init_extra_frame_info, sh64_get_saved_register,
5235 sh64_extract_struct_value_address, sh64_pop_frame,
5236 sh64_push_arguments, sh64_extract_return_value,
5237 sh64_store_return_value, sh64_show_media_regs,
5238 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5239 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5240 sh_sh64_register_virtual_type,
5241 sh_sh64_register_convert_to_virtual,
5242 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5243 sh64_register_read, sh64_pseudo_register_write,
5244 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5245 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5246 sh64_do_pseudo_register, sh_compact_do_registers_info,
5247 sh64_do_registers_info, sh_gdbarch_init): New functions.
5248
5249 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5250
5251 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5252
5253 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
5254
5255 * linespec.c (decode_line_1): Check for a double quote after
5256 a filename correctly.
5257
5258 2002-05-10 Jim Blandy <jimb@redhat.com>
5259
5260 Properly track the size of the current objfile's .debug_line section.
5261 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5262 (DWARF_LINE_SIZE): New macro.
5263 (dwarf2_build_psymtabs_hard): Record the line section's size in
5264 the partial symbol table.
5265 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5266 symbol table.
5267
5268 2002-05-10 Petr Sorfa <petrs@caldera.com>
5269
5270 * ia64-tdep.c: Handle breakpoints on L instruction type
5271 in MLX instruction bundle by moving the breakpoint to
5272 the third slot (X instruction type) as L holds only data.
5273
5274 2002-05-10 Kevin Buettner <kevinb@redhat.com>
5275
5276 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5277 (process_one_symbol): Complain about discarding local symbols
5278 due to a misplaced N_LBRAC entry.
5279
5280 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
5281
5282 From Daniel Berlin <dan@cgsoftware.com>
5283 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5284 decrease the depth we are at, in the case of templates.
5285
5286 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5287
5288 * mips-tdep.c (mips_float_register_type): New function.
5289 (mips_double_register_type): New function.
5290 (mips_print_register): Use them.
5291 (do_fp_register_row): Likewise.
5292
5293 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5294
5295 * signals/signals.c (signals): Remove conditional compilation around
5296 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
5297 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5298
5299 2002-05-09 Michael Snyder <msnyder@redhat.com>
5300
5301 * remote-rdp.c (remote_rdp_can_run): Remove.
5302
5303 2002-05-09 Tom Tromey <tromey@redhat.com>
5304
5305 * jv-valprint.c (java_val_print): Handle `char' as a special case
5306 of TYPE_CODE_INT.
5307
5308 2002-05-09 Michael Snyder <msnyder@redhat.com>
5309
5310 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5311 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5312 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5313 str r(0123),[sp,#nn].
5314 (arm_skip_prologue): Ditto. Also make disassembly
5315 order-independent by placing it in a loop.
5316
5317 2002-05-06 Michael Snyder <msnyder@redhat.com>
5318
5319 * stabsread.c (read_type): Add recognition for new attribute:
5320 "@V;" means that an array type is actually a vector.
5321 This is analogous to the vector flag that's been added to dwarf2.
5322
5323 2002-05-09 Mark Kettenis <kettenis@gnu.org>
5324
5325 * i386-tdep.h (i386_abi): New enum.
5326 (struct gdbarch_tdep): Replace os_ident member with abi.
5327 (i386_gdbarch_register_os_abi): New prototype.
5328 * i386-tdep.c (i386_abi_names): New array.
5329 (process_note_abi_tag_sections): Removed.
5330 (process_note_sections): New function.
5331 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5332 (struct i386_abi_handler): New struct.
5333 (i386_abi_handler_list): New variable.
5334 (i386_gdbarch_register_os_abi): New function.
5335 (i386_gdbarch_init): Adapt for the changes given above.
5336
5337 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
5338
5339 * gregset.h: Say "GNU/Linux".
5340
5341 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
5342
5343 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5344 (build_gdbtypes): Build builtin_type_v2_float.
5345 (_initialize_gdbtypes): Register new builtin type.
5346
5347 2002-05-08 Andrew Cagney <ac131313@redhat.com>
5348
5349 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5350 (clear_gdbarch_swap): New function.
5351 (initialize_non_multiarch): Call.
5352 (gdbarch_update_p): Before calling init(), swap out and clear the
5353 existing architecture.
5354 * gdbarch.c: Regenerate.
5355
5356 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5357
5358 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5359 alphanbsd-tdep.c.
5360
5361 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5362
5363 * sh-nbsd-nat.c: Rename to...
5364 * shnbsd-nat.c: ...this.
5365 * sh-nbsd-tdep.c: Rename to...
5366 * shnbsd-tdep.c: ...this.
5367 * sh-nbsd-tdep.h: Rename to...
5368 * shnbsd-tdep.h: ...this.
5369 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5370 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5371
5372 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
5373
5374 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5375 concatenation for command help messages.
5376
5377 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5378
5379 * NEWS: Note new sh*-*-netbsdelf* configuration.
5380 * configure.host: Set gdb_host_cpu to sh for all sh*.
5381 (sh*-*-netbsdelf*): New host.
5382 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5383 (sh*-*-netbsdelf*): New target.
5384 * sh-nbsd-nat.c: New file.
5385 * sh-nbsd-tdep.c: New file.
5386 * sh-nbsd-tdep.h: New file.
5387 * config/sh/nbsd.mh: New file.
5388 * config/sh/nbsd.mt: New file.
5389 * config/sh/nm-nbsd.h: New file.
5390 * config/sh/tm-nbsd.h: New file.
5391
5392 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5393
5394 * sh-tdep.c (sh_osabi_names): Declare.
5395 (process_note_abi_tag_sections): New function.
5396 (get_elfosabi): Ditto.
5397 (sh_gdbarch_register_os_abi): Ditto.
5398 (sh_dump_tdep): Ditto.
5399 _initialize_sh_tdep): Use gdbarch_register to register
5400 sh_gdbarch_init and sh_dump_tdep.
5401 * config/sh/tm-sh.h (sh_osabi): Declare.
5402 (gdbarch_tdep): Add sh_osabi and osabi_name members.
5403
5404 2002-05-07 Andrew Cagney <ac131313@redhat.com>
5405
5406 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5407 (thumb_scan_prologue): Ditto.
5408 (arm_find_callers_reg): Ditto.
5409 (arm_frame_chain): Ditto.
5410 (arm_init_extra_frame_info): Ditto.
5411 (arm_frame_saved_pc): Ditto.
5412 (arm_pop_frame): Ditto.
5413 (arm_push_return_address): New function.
5414 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5415 call_dummy_location, call_dummy_breakpoint_offset_p,
5416 call_dummy_breakpoint_offset, call_dummy_p,
5417 call_dummy_stack_adjust_p, call_dummy_words,
5418 sizeof_call_dummy_words, call_dummy_start_offset,
5419 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5420 call_dummy_address, push_return_address and push_dummy_frame for
5421 generic dummy frames.
5422
5423 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5424
5425 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5426 size computation for alloca.
5427 (sh_fp_frame_init_saved_regs): Likewise.
5428
5429 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
5430
5431 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5432 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5433 * arm-tdep.c (arm_store_return_value): Use them.
5434 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5435 * remote-rdp.c (remote_rdp_fetch_register): Use
5436 ARM_MAX_REGISTER_RAW_SIZE.
5437 (remote_rdp_store_register): Likewise.
5438
5439 2002-05-07 Michal Ludvig <mludvig@suse.cz>
5440
5441 * dwarf2cfi.c: Code cleanup, removed unused variables,
5442 added default labels to switch {} statements.
5443 * x86-64-tdep.c: Ditto.
5444 * x86-64-linux-nat.c: Ditto.
5445
5446 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5447
5448 * solib.h: Protect against multiple inclusion.
5449
5450 2002-05-06 Jim Blandy <jimb@redhat.com>
5451
5452 Add first preprocessor macro-expansion files.
5453 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5454 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5455 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5456 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5457 (COMMON_OBS): Add macrotab.o, macroexp.o.
5458 (macroexp.o, macrotab.o): New rules.
5459
5460 Separate the job of reading the line number info statement program
5461 header (...expialidocious) out into its own function.
5462 * dwarf2read.c (struct line_head, struct filenames, struct
5463 directories): Replace with...
5464 (struct line_header): New structure, containing the full
5465 contents of the statement program header, including the
5466 include directory and file name tables.
5467 (read_file_scope): If we have line number info, instead of just
5468 calling dwarf_decode_lines to do all the work, call
5469 dwarf_decode_line_header first to get a `struct line_header'
5470 containing the data in the statement program header, and then
5471 pass that to dwarf_decode_lines, which will pick up where that
5472 left off. Be sure to clean up the `struct line_header' object.
5473 (dwarf_decode_line_header, free_line_header, add_include_dir,
5474 add_file_name): New functions.
5475 (dwarf_decode_lines): Move all the code to read the statement
5476 program header into dwarf_decode_line_header. Take the line
5477 header it built as the first argument, instead of the offset to
5478 the compilation unit's line number info. Use the new `struct
5479 line_header' type instead of the old structures. No need to do
5480 cleanups here now, since we don't allocate anything.
5481 (dwarf2_statement_list_fits_in_line_number_section,
5482 dwarf2_line_header_too_long): New complaints.
5483
5484 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
5485
5486 * gdbtypes.c (init_vector_type): New function.
5487 (build_builtin_type_vec128): Simplify the representation of SIMD
5488 registers.
5489 (build_gdbtypes): Initialize new builtin vector types.
5490 (_initialize_gdbtypes): Register new vector types with gdbarch.
5491 (builtin_type_v4_float, builtin_type_v4_int32,
5492 builtin_type_v8_int16, builtin_type_v16_int8,
5493 builtin_type_v2_int32, builtin_type_v4_int16,
5494 builtin_type_v8_int8): New (renamed) SIMD types.
5495
5496 2002-05-06 Mark Kettenis <kettenis@gnu.org>
5497
5498 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5499 (i387_fill_fxsave): Likewise.
5500
5501 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
5502
5503 * alpha-tdep.c (alpha_extract_return_value): Don't use
5504 non-constant array size in prototype.
5505
5506 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5507
5508 From Brian Taylor <briant at model dot com>:
5509 * ui-out.c (ui_out_field_core_addr): Use the function
5510 longest_local_hex_string_custom'to format addresses > 32 bits
5511 wide.
5512
5513 * ui-out.c (ui_out_field_core_addr): Update comment.
5514
5515 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5516
5517 * stack.c (select_and_print_frame): Make static. Delete the
5518 parameter `level'.
5519 (func_command): Update call.
5520 (select_frame_command): Delete code computing the frame level.
5521 * frame.h (select_and_print_frame): Delete declaration.
5522
5523 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5524
5525 * sparc-tdep.c (sparc_get_saved_register): Comment why
5526 get_prev_frame call is safe.
5527
5528 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5529
5530 * frame.h (select_frame): Delete level parameter.
5531 * stack.c (select_frame): Update. Use frame_relative_level to
5532 obtain the frame's level.
5533 (select_and_print_frame): Update call.
5534 (select_frame_command): Ditto.
5535 (up_silently_base): Ditto.
5536 (down_silently_base): Ditto.
5537 * ocd.c (ocd_start_remote): Ditto.
5538 * remote-rdp.c (remote_rdp_open): Ditto.
5539 * remote-mips.c (mips_initialize): Ditto.
5540 (common_open): Ditto.
5541 * remote-e7000.c (e7000_start_remote): Ditto.
5542 * m3-nat.c (select_thread): Ditto.
5543 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5544 (child_get_current_exception_event): Ditto.
5545 * varobj.c (varobj_create): Ditto.
5546 (varobj_update): Ditto.
5547 (c_value_of_root): Ditto.
5548 * tracepoint.c (finish_tfind_command): Ditto.
5549 * corelow.c (core_open): Ditto.
5550 * arch-utils.c (generic_prepare_to_proceed): Ditto.
5551 * thread.c (info_threads_command): Ditto.
5552 (switch_to_thread): Ditto.
5553 * infrun.c (normal_stop): Ditto.
5554 (restore_selected_frame): Ditto.
5555 (restore_inferior_status): Ditto.
5556 * breakpoint.c (insert_breakpoints): Ditto.
5557 (watchpoint_check): Ditto.
5558 (bpstat_stop_status): Ditto.
5559 (do_enable_breakpoint): Ditto.
5560 * blockframe.c (flush_cached_frames): Ditto.
5561 (reinit_frame_cache): Ditto.
5562
5563 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5564
5565 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5566 maintainer.
5567
5568 2002-05-04 Jim Blandy <jimb@redhat.com>
5569
5570 * gdbtypes.c (replace_type): Doc fix.
5571
5572 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5573
5574 * valprint.c (strcat_longest): Delete commented out function.
5575 Update copyright.
5576
5577 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5578
5579 * MAINTAINERS: Mark a29k as deleted.
5580 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
5581 Move new configurations to the top.
5582 * configure.tgt: Remove a29k.
5583 * config/a29k/tm-vx29k.h: Delete.
5584 * config/a29k/vx29k.mt: Delete.
5585 * config/a29k/tm-a29k.h: Delete.
5586 * config/a29k/a29k-udi.mt: Delete.
5587 * config/a29k/a29k.mt: Delete.
5588 * a29k-tdep.c: Delete.
5589 * remote-udi.c: Delete.
5590 * remote-mm.c: Delete.
5591 * remote-eb.c: Delete.
5592 * remote-adapt.c: Delete.
5593 * Makefile.in: Remove obsolete code.
5594 * gdbserver/Makefile.in: Ditto.
5595 * config/s390/s390x.mt: Ditto.
5596 * config/s390/s390.mt: Ditto.
5597 * config/sparc/sparclynx.mh: Ditto.
5598 * config/sparc/linux.mh: Ditto.
5599 * config/pa/hppaosf.mh: Ditto.
5600 * config/pa/hppabsd.mh: Ditto.
5601 * config/ns32k/nbsd.mt: Ditto.
5602 * config/mips/vr5000.mt: Ditto.
5603 * config/m68k/sun3os4.mh: Ditto.
5604 * config/m68k/nbsd.mt: Ditto.
5605 * config/m68k/m68klynx.mh: Ditto.
5606 * config/m32r/m32r.mt: Ditto.
5607 * config/i386/x86-64linux.mt: Ditto.
5608 * config/i386/nbsdelf.mt: Ditto.
5609 * config/i386/nbsd.mt: Ditto.
5610 * config/i386/i386lynx.mh: Ditto.
5611
5612 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5613
5614 * target.c (debug_print_register): New function. Handle oversize
5615 registers.
5616 (debug_to_fetch_registers): Call.
5617 (debug_to_store_registers): Call.
5618
5619 2002-05-03 Jim Blandy <jimb@redhat.com>
5620
5621 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
5622 (read_type): Doc fix.
5623 * gdbtypes.c (replace_type): Doc fix.
5624
5625 * stabsread.c (multiply_defined_struct): New complaint.
5626 (read_struct_type): If the type we were passed isn't empty, or
5627 incomplete, don't read the new struct type into it; complain,
5628 and return the original type unchanged. Take a new `type_code'
5629 argument, which is the type code for the new type.
5630 (read_type): Rather than storing the type's type code here, pass
5631 it as an argument to read_struct_type, and let that take care of
5632 storing it. That way, we don't overwrite the original type code,
5633 so read_struct_type can use it to decide whether we're overwriting
5634 something we shouldn't.
5635 (complain_about_struct_wipeout): New function.
5636
5637 2002-05-03 Andrew Cagney <ac131313@redhat.com>
5638
5639 * gdbarch.sh: Assert that gdbarch is non-NULL.
5640 * gdbarch.c: Regenerate.
5641
5642 2002-05-03 Jason Merrill <jason@redhat.com>
5643
5644 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
5645 and return NULL.
5646
5647 2002-05-03 Michal Ludvig <mludvig@suse.cz>
5648
5649 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
5650 (x86_64_dwarf2gdb_regno_map_length),
5651 (x86_64_dwarf2_reg_to_regnum): Added.
5652 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
5653 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
5654 (_initialize_x86_64_tdep): Synced with the change above.
5655 (x86_64_skip_prologue): Reformulated message.
5656
5657 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5658
5659 * f-exp.y: Also use new prev_lexptr variable
5660 to improve error reporting. Based on Michael Snyder
5661 2002-04-24 dated patch to c-exp.y.
5662 * jv-exp.y: Likewise.
5663 * m2-exp.y: Likewise.
5664
5665 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
5666
5667 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
5668 we are dealing with vectors.
5669
5670 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5671
5672 * config/m68k/tm-nbsd.h: Obvious fix,
5673 correct machine name.
5674
5675 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5676
5677 * p-typeprint.c (pascal_type_print_base): Add support
5678 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
5679
5680 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5681
5682 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
5683 for fondamental pascal 'char' type.
5684
5685 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5686
5687 * p-lang.h (is_pascal_string_type): Declaration changed,
5688 new sixth argument of type char ** added.
5689 * p-lang.c (is_pascal_string_type): Implementation
5690 changed. Args length_pos, length_size, string_pos, char_size
5691 can now be NULL. New argument arrayname set to the field
5692 name of the char array. Return value set to char array
5693 field index plus one.
5694 * p-valprint.c (pascal_val_print): Adapt to new declaration of
5695 is_pascal_string_type function.
5696
5697 2002-05-02 Andrew Cagney <cagney@redhat.com>
5698
5699 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
5700 <cagney@redhat.com> change.
5701 * gdbarch.c: Regenerate.
5702
5703 2002-05-02 Andrew Cagney <cagney@redhat.com>
5704
5705 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
5706 before probing for a new one. Detect errorenous gdbarch_init
5707 functions.
5708 * gdbarch.c: Regenerate.
5709
5710 2002-05-01 Andrew Cagney <cagney@redhat.com>
5711
5712 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
5713 * config/mcore/tm-mcore.h: Ditto. Update copyright.
5714 * config/v850/tm-v850.h: Ditto. Update copyright.
5715
5716 2002-04-30 Andrew Cagney <ac131313@redhat.com>
5717
5718 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
5719 current_gdbarch.
5720
5721 2002-04-30 Michael Snyder <msnyder@redhat.com>
5722
5723 * arm-tdep.c: Whitespace clean-ups.
5724 (arm_skip_prologue): Fix thinko; two lines
5725 should have been removed as part of 4/24 change.
5726
5727 2002-04-30 Kevin Buettner <kevinb@redhat.com>
5728
5729 * rs6000-tdep.c: Added comment describing how fpscr register
5730 numbers were chosen.
5731
5732 2002-04-30 Michael Snyder <msnyder@redhat.com>
5733
5734 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
5735
5736 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
5737
5738 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
5739 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
5740 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
5741
5742 2002-04-29 Kevin Buettner <kevinb@redhat.com>
5743
5744 From Louis Hamilton <hamilton@redhat.com>:
5745 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
5746 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
5747 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
5748 not bfd-private xcoff data, to determine wordsize.
5749 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
5750
5751 2002-04-29 Andrew Cagney <ac131313@redhat.com>
5752
5753 GDB 5.2 released from 5.2 branch.
5754
5755 2002-04-29 Michal Ludvig <mludvig@suse.cz>
5756
5757 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
5758 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5759 (x86_64_register_info_table): Added comments with register numbers.
5760
5761 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
5762
5763 * rs6000-tdep.c (rs6000_extract_return_value,
5764 rs6000_store_return_value): Handle returning vectors.
5765 (rs6000_gdbarch_init): Use
5766 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
5767 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
5768 New function.
5769 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
5770 vectors.
5771 (ppc_sysv_abi_push_arguments): Handle vector parameters.
5772 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
5773
5774 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5775
5776 * hpread.c (hpread_psymtab_to_symtab_1,
5777 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
5778 with fprintf_unfiltered (gdb_stderr,...).
5779
5780 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5781
5782 * remote-array.c (printf_monitor, write_monitor,
5783 array_insert_breakpoint, array_remove_breakpoint ):
5784 Replace fprintf (stderr,...
5785 with fprintf_unfiltered (gdb_stderr,....
5786 * remote-es.c: Likewise.
5787 * remote-os9k.c: Likewise.
5788 * remote-st.c: Likewise.
5789
5790 2002-04-28 Andreas Schwab <schwab@suse.de>
5791
5792 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
5793 linux-proc.o and gcore.o.
5794
5795 2002-04-26 Michal Ludvig <mludvig@suse.cz>
5796
5797 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
5798 code without frame pointers.
5799
5800 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5801
5802 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
5803 ON_STACK is needed.
5804
5805 2002-04-26 Ben Elliston <bje@redhat.com>
5806
5807 * target.c (do_xfer_memory): Correct reference to the new option
5808 "trust-readonly-sections".
5809
5810 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
5811
5812 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
5813 * gdbtypes.c (recursive_dump_type): Output the vector flag.
5814 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
5815 vectors.
5816 (read_array_type): Record the fact that this array type is really a
5817 vector (i.e. are passed in by value).
5818
5819 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
5820
5821 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
5822 * alpha-tdep.c (alpha_sigcontext_addr): New function.
5823 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
5824 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
5825 * alpha-linux-tdep.c: Include frame.h.
5826 (alpha_linux_sigcontext_addr): New function.
5827 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
5828 alpha_linux_sigcontext_addr.
5829 * alpha-osf1-tdep.c: Include gdbcore.h.
5830 (alpha_osf1_sigcontext_addr): New function.
5831 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
5832 alpha_osf1_sigcontext_addr.
5833 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
5834 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
5835
5836 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5837
5838 * stack.c (selected_frame_level):
5839 (select_frame): Do not set selected_frame_level.
5840 * frame.h (selected_frame_level): Delete declaration.
5841
5842 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5843
5844 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
5845 convert_from_func_ptr-addr when AIX / PowerOpen.
5846
5847 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5848
5849 * valops.c (hand_function_call): Call
5850 generic_save_call_dummy_addr.
5851 * frame.h (generic_save_call_dummy_addr): Declare.
5852 * blockframe.c (struct dummy_frame): Add fields call_lo and
5853 call_hi.
5854 (generic_find_dummy_frame): Check for PC in range call_lo to
5855 call_hi instead of entry_point_address.
5856 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
5857 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
5858 (generic_save_call_dummy_addr): New function.
5859
5860 2002-04-24 David S. Miller <davem@redhat.com>
5861
5862 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
5863 sparc_skip_prologue.
5864 (sparc_skip_prologue): Kill frameless_p arg, and use line number
5865 information to find prologue when possible.
5866 (sparc_prologue_frameless_p): Call examine_prologue directly.
5867 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
5868 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
5869 second argument.
5870 (SKIP_PROLOGUE): Likewise.
5871
5872 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5873
5874 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
5875 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
5876 indicate that the condition it was testing is always true.
5877 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
5878 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5879 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5880
5881 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5882
5883 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
5884 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
5885 tdep->jb_pc and tdep->jb_elt_size.
5886 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
5887 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
5888 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5889 * alpha-nat.c (get_longjmp_target): Remove.
5890 (JB_ELEMENT_SIZE): Ditto.
5891 (JB_PC): Ditto.
5892 * alpha-tdep.c (alpha_get_longjmp_target): New function.
5893 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
5894 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
5895 to alpha_get_longjmp_target.
5896 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
5897 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
5898 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
5899
5900 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5901
5902 * README: Update to GDB 5.2.
5903
5904 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5905
5906 * gdbarch.sh (LC_ALL): Set to `c'.
5907
5908 2002-04-25 Theodore A. Roth <troth@verinet.com>
5909
5910 * avr-tdep.c: Ran through gdb_indent.sh.
5911
5912 2002-04-25 Theodore A. Roth <troth@verinet.com>
5913
5914 * MAINTAINERS: Add myself as AVR maintainer.
5915 * NEWS: Note new target avr.
5916
5917 2002-04-25 Theodore A. Roth <troth@verinet.com>
5918
5919 * Makefile.in: Add support for AVR target.
5920 * configure.tgt: Add support for AVR target.
5921 * avr-tdep.c: New file
5922 * config/avr/avr.mt: New file.
5923
5924 2002-04-25 Theodore A. Roth <troth@verinet.com>
5925
5926 * MAINTAINERS: Add myself to write-after-approval.
5927
5928 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5929
5930 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
5931 with fprintf_unfiltered (gdb_stderr,....
5932
5933 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
5934
5935 Fix PR gdb/508.
5936 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
5937
5938 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
5939
5940 * p-exp.y: Also use new prev_lexptr variable
5941 to improve error reporting. Based on Michael Snyder
5942 2002-04-24 dated patch to c-exp.y.
5943
5944 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5945
5946 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
5947 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
5948 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
5949 to 0.
5950 * config/alpha/tm-alpha.h: Remove forward decls of struct type
5951 and struct value.
5952 (FUNCTION_START_OFFSET): Remove.
5953 (BREAKPOINT): Ditto.
5954
5955 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5956
5957 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
5958 * NEWS: Ditto.
5959
5960 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5961
5962 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
5963 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
5964 alpha_linux_pc_in_sigtramp.
5965 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
5966 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
5967 alpha_osf1_pc_in_sigtramp.
5968 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
5969 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
5970 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5971 alphafbsd_pc_in_sigtramp.
5972 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
5973 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5974 alphanbsd_pc_in_sigtramp.
5975 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
5976 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
5977
5978 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5979
5980 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5981
5982 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5983
5984 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
5985 alphanbsd-tdep.c.
5986 (alphanbsd-nat.o): New dependency list.
5987 (alphanbsd-tdep.o): Ditto.
5988 * NEWS: Note new native NetBSD/alpha configuration.
5989 * alphanbsd-nat.c: New file.
5990 * alphanbsd-tdep.c: Ditto.
5991 * configure.host (alpha*-*-netbsd*): New host.
5992 * configure.tgt (alpha*-*-netbsd*): New target.
5993 * config/alpha/nbsd.mh: New file.
5994 * config/alpha/nbsd.mt: Ditto.
5995 * config/alpha/nm-nbsd.h: Ditto.
5996 * config/alpha/tm-nbsd.h: Ditto.
5997
5998 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5999
6000 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6001 (alpha-osf1-tdep.o): New dependency list.
6002 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6003 and skip_sigtramp_frame members.
6004 * alpha-linux-tdep.c: Include gdbcore.h.
6005 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6006 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6007 * alpha-osf1-tdep.c: New file.
6008 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6009 alpha-osf1-dep.c.
6010 (alpha_frame_past_sigtramp_frame): New function.
6011 (alpha_dynamic_sigtramp_offset): Ditto.
6012 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6013 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6014 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6015 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6016 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6017 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6018 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6019 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6020 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6021 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6022 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
6023 to find_solib_trampoline_target.
6024 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6025 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6026 (SKIP_TRAMPOLINE_CODE): Remove.
6027 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6028 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6029 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6030 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6031 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6032 (PROC_SIGTRAMP_MAGIC): Ditto.
6033 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6034 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6035 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6036 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6037 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6038
6039 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6040
6041 * NEWS: Note that Alpha targets are now multi-arch.
6042
6043 2002-04-24 Michael Snyder <msnyder@redhat.com>
6044
6045 * parser-defs.h (prev_lexptr): New external variable.
6046 * parse.c (parse_exp_1): Set prev_lexptr to null before
6047 calling the language-specific parser.
6048 * c-exp.y (yylex): Set prev_lexptr to start of current token.
6049 (yyerror): Use prev_lexptr in error reporting.
6050
6051 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
6052
6053 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6054 * gregset.h: If FILL_FPXREGSET is defined, provide
6055 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6056 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6057 is defined, call fill_fpxregset.
6058
6059 2002-04-24 Roland McGrath <roland@frob.com>
6060
6061 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6062 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6063 (supply_gregset, supply_fpregset): New functions.
6064
6065 * gnu-nat.c (gnu_find_memory_regions): New function.
6066 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6067 (gnu_xfer_memory): Add a cast.
6068
6069 2002-04-24 Michael Snyder <msnyder@redhat.com>
6070
6071 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
6072 loop. Add handling for "str lr, [sp, #-4]!" and for saves
6073 of argument regs ("str r(0123), [r11, #-nn"]).
6074 (arm_skip_prologue): Better handling for frameless functions.
6075 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
6076 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6077
6078 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
6079
6080 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6081 NUM_PSEUDO_REGS can be used.
6082
6083 2002-04-24 Andrew Cagney <ac131313@redhat.com>
6084
6085 * arch-utils.h: Update copyright.
6086
6087 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6088 * gdbarch.h, gdbarch.c: Re-generate.
6089
6090 * inferior.h (IN_SIGTRAMP): Delete definition.
6091 * arch-utils.c (legacy_pc_in_sigtramp): New function.
6092 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6093
6094 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6095 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6096 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
6097 (find_proc_framesize): Ditto.
6098 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6099 (alpha_init_extra_frame_info): Ditto.
6100 * infrun.c (handle_inferior_event): Ditto.
6101 (handle_inferior_event): Ditto.
6102 (check_sigtramp2): Ditto.
6103 * blockframe.c (create_new_frame): Ditto.
6104 (get_prev_frame): Ditto.
6105 * ppc-linux-tdep.c: Update comments.
6106 * i386-linux-tdep.c: Update comments.
6107 * breakpoint.c (bpstat_what): Update comment.
6108
6109 2002-04-24 Michal Ludvig <mludvig@suse.cz>
6110
6111 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
6112 (regsets_store_inferior_registers): Removed cast to int from
6113 ptrace() calls.
6114 * gdbserver/regcache.h: Added declaration of struct inferior_info.
6115
6116 2002-04-24 David S. Miller <davem@redhat.com>
6117
6118 * i960-tdep.c (register_in_window_p): New function.
6119 (i960_find_saved_register): Use it instead of
6120 REGISTER_IN_WINDOW_P.
6121 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6122
6123 * symtab.h (find_stab_function_addr): Kill extern.
6124 * minsyms.c (find_stab_function_addr): Remove from here...
6125 * dbxread.c: ... to here, and mark it static.
6126
6127 2002-04-20 David S. Miller <davem@redhat.com>
6128
6129 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6130 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6131
6132 2002-04-21 David S. Miller <davem@redhat.com>
6133
6134 * remote-vxsparc.c (vx_read_register): Fix typo, we want
6135 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6136 (vx_write_register): Likewise.
6137
6138 2002-04-23 J. Brobecker <brobecker@gnat.com>
6139
6140 * source.c (is_regular_file): New function.
6141 (openp): Check wether file to open is a regular file
6142 to avoid opening directories.
6143
6144 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6145
6146 * findvar.c (extract_signed_integer): Cast printf argument
6147 to suppress format warning.
6148 (extract_unsigned_integer): Likewise.
6149 * infcmd.c (registers_info): Likewise.
6150 * top.c (get_prompt_1): Likewise.
6151 * valops.c (value_assign): Likewise.
6152 * valprint.c (print_decimal): Likewise.
6153
6154 2002-04-22 H.J. Lu (hjl@gnu.org)
6155
6156 * c-exp.y (typebase): Support
6157
6158 [long|long long|short] [signed|unsigned] [int|]
6159
6160 and
6161
6162 signed [long|long long|short] int
6163
6164 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6165
6166 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6167 and vax-tdep.h.
6168 * vax-tdep.h: New file.
6169 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6170 Make several routines static.
6171 (vax_get_saved_register): New function.
6172 (vax_gdbarch_init): New function.
6173 (_initialize_vax_tdep): Register vax_gdbarch_init.
6174 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6175 Remove macros now under the control of gdbarch.
6176
6177 2002-04-22 Michael Snyder <msnyder@redhat.com>
6178
6179 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6180 Some whitespace and coding standards tweaks.
6181
6182 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6183
6184 * vax-tdep.c: Include regcache.h.
6185 (vax_call_dummy_words): New.
6186 (sizeof_vax_call_dummy_words): New.
6187 (vax_fix_call_dummy): New function.
6188 (vax_saved_pc_after_call): Ditto.
6189 * config/vax/tm-vax.h: Don't include regcache.h.
6190 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6191 (CALL_DUMMY): Remove.
6192 (CALL_DUMMY_WORDS): Define.
6193 (SIZEOF_CALL_DUMMY_WORDS): Define.
6194 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6195
6196 2002-04-18 Michael Snyder <msnyder@redhat.com>
6197
6198 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6199
6200 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6201
6202 * vax-tdep.c (vax_frame_chain): New function.
6203 (vax_push_dummy_frame): Ditto.
6204 (vax_pop_frame): Ditto.
6205 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6206 (FRAMELESS_FUNCTION_INVOCATION): Use
6207 generic_frameless_function_invocation_not.
6208 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6209 (POP_FRAME): Use vax_pop_frame.
6210
6211 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6212
6213 * vax-tdep.c (vax_store_struct_return): New function.
6214 (vax_extract_return_value): Ditto.
6215 (vax_store_return_value): Ditto.
6216 (vax_extract_struct_value_address): Ditto.
6217 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6218 vax_store_struct_return.
6219 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6220 (STORE_RETURN_VALUE): Use vax_store_return_value.
6221 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6222
6223 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6224
6225 * vax-tdep.c (vax_frame_saved_pc): New function.
6226 (vax_frame_args_address_correct): Ditto.
6227 (vax_frame_args_address): Ditto.
6228 (vax_frame_locals_address): Ditto.
6229 (vax_frame_num_args): Move code to be in proximity to
6230 other frame-related functions.
6231 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6232 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6233 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6234 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6235 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6236
6237 2002-04-22 H.J. Lu (hjl@gnu.org)
6238
6239 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6240 includedir.
6241
6242 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6243
6244 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6245 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6246 (FRAME_INIT_SAVED_REGS): New macro.
6247
6248 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6249
6250 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6251
6252 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6253
6254 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6255 where needed.
6256 (fetch_osf_core_registers): Likewise.
6257 (supply_gregset): Likewise.
6258
6259 2002-04-22 J. Brobecker <brobecker@gnat.com>
6260
6261 * symfile.h (get_section_index): Define.
6262 * symfile.c (get_section_index): New function.
6263 * mdebugread.c (SC_IS_SBSS): New macro.
6264 (SC_IS_BSS): Return true for the scBss storage class only, as
6265 the scSBss storage class refers to the .sbss section.
6266 (parse_partial_symbols): Discard the symbols which associated
6267 section does not exist.
6268 Make sure to use the .sbss section index for symbols which
6269 storage class is scBss, rather than using the .bss section index.
6270
6271 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6272
6273 * vax-tdep.c: Update copyright years.
6274 (vax_register_name): New function.
6275 (vax_register_byte): Ditto.
6276 (vax_register_raw_size): Ditto.
6277 (vax_register_virtual_size): Ditto.
6278 (vax_register_virtual_type): Ditto.
6279 * config/vax/tm-vax.h: Update copyright years.
6280 (REGISTER_NAMES): Remove.
6281 (REGISTER_NAME): Define.
6282 (REGISTER_BYTE): Use vax_register_byte.
6283 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6284 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6285 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6286
6287 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6288
6289 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6290 declaration
6291 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6292
6293 2002-04-21 David S. Miller <davem@redhat.com>
6294
6295 * arch-utils.c (generic_prologue_frameless_p): Kill
6296 SKIP_PROLOGUE_FRAMELESS_P code.
6297 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6298 references.
6299 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6300 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6301 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6302 references.
6303 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6304 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6305 (sparc_gdbarch_init): Pass it to
6306 set_gdbarch_prologue_frameless_p.
6307
6308 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6309
6310 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6311 (alphabsd-nat.o): New dependency list.
6312
6313 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6314
6315 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6316 alphafbsd-tdep.c.
6317 (alpha-linux-tdep.o): New dependency list.
6318 (alphafbsd-tdep.o): Likewise.
6319
6320 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6321
6322 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6323 to here...
6324 * alpha-tdep.c: ...from here.
6325 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6326
6327 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6328
6329 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6330 prototype from here...
6331 * alpha-tdep.h: ...to here.
6332
6333 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6334
6335 * frame.h (selected_frame_level): Document as deprecated.
6336 (frame_relative_level): Declare.
6337 * stack.c (frame_relative_level): New function.
6338 (selected_frame_level): Document as deprecated.
6339 (select_frame): Do not set the selected_frame_level.
6340
6341 * stack.c (frame_info, record_selected_frame): Update.
6342 (frame_command, current_frame_command): Update.
6343 (up_silently_base, up_command, down_silently_base): Update.
6344 (down_command): Update.
6345 * inflow.c (kill_command): Update.
6346 * tracepoint.c (finish_tfind_command): Update.
6347 * corelow.c (core_open): Update.
6348 * thread.c (info_threads_command): Update.
6349 (do_captured_thread_select): Update.
6350 * infcmd.c (finish_command): Update.
6351 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6352
6353 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6354
6355 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6356
6357 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6358
6359 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6360 type const.
6361
6362 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6363
6364 * alphafbsd-tdep.c: Update copyright years. Include
6365 alpha-tdep.h.
6366 (alphafbsd_use_struct_convention): Make static.
6367 (alphafbsd_init_abi): New function.
6368 (_initialize_alphafbsd_tdep): New function.
6369 * config/alpha/tm-fbsd.h: Update copyright years.
6370 (USE_STRUCT_CONVENTION): Remove.
6371
6372 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6373
6374 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6375 an Alpha ABI variant.
6376 (alpha_abi_handler_list): Declare.
6377 (alpha_gdbarch_register_os_abi): New function.
6378 (alpha_gdbarch_init): Give registered ABI variant handlers a
6379 chance to tweak the gdbarch once we have set up defaults.
6380 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6381
6382 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6383
6384 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6385 to standard_coerce_float_to_double.
6386 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6387
6388 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6389
6390 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6391 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6392 from gdbarch_tdep rather than a constant.
6393 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6394 the default text address for all Alpha Unix ABIs.
6395 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6396 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6397
6398 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6399
6400 * alpha-tdep.h: New file. Includes several Alpha target constants
6401 taken from...
6402 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6403 let gdbarch deal with.
6404 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6405 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6406 to dependency list.
6407 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
6408 Alpha target register names.
6409 * alphabsd-nat.c: Likewise.
6410 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
6411 Alpha target register names. Make serveral routines static.
6412 (alpha_get_saved_register): New function.
6413 (alpha_abi_names): New.
6414 (process_note_abi_tag_sections): New function.
6415 (get_elfosabi): New function.
6416 (alpha_gdbarch_init): New function.
6417 (alpha_dump_tdep): New function.
6418 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6419
6420 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6421
6422 * frame.c (find_saved_register): Delete #ifdef
6423 HAVE_REGISTER_WINDOWS code.
6424 * config/sparc/tm-sparc.h: Update comments.
6425 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6426
6427 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6428
6429 * i960-tdep.c (i960_find_saved_register): New function.
6430 (i960_get_saved_register): New function.
6431 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6432 (i960_get_saved_register): Declare.
6433 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6434
6435 2002-04-20 David S. Miller <davem@redhat.com>
6436
6437 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6438
6439 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6440
6441 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6442 instead of NUM_PSEUDO_REGS.
6443
6444 2002-04-20 David S. Miller <davem@redhat.com>
6445
6446 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6447 GDB_MULTI_ARCH_PARTIAL
6448 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6449 define, let tm-sp64.h do it.
6450
6451 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
6452
6453 * frame.c (find_saved_register): Avoid a NULL pointer
6454 dereference and actually walk the frame list.
6455
6456 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6457
6458 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6459 sorted in most most-recent-used order. Document.
6460 * gdbarch.h, gdbarch.c: Regenerate.
6461
6462 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
6463
6464 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
6465 (add_inferior): Call create_register_cache.
6466 (clear_inferiors): Call free_register_cache.
6467 (inferior_regcache_data, set_inferior_regcache_data): New functions.
6468 * gdbserver/regcache.c (struct inferior_regcache_data): New.
6469 (registers): Remove.
6470 (get_regcache): New function.
6471 (create_register_cache, free_register_cache): New functions.
6472 (set_register_cache): Don't initialize the register cache here.
6473 (registers_to_string, registers_from_string, register_data): Call
6474 get_regcache.
6475 * gdbserver/regcache.h: Add prototypes.
6476 * gdbserver/server.h: Likewise.
6477
6478 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
6479
6480 * gdbserver/mem-break.c: New file.
6481 * gdbserver/mem-break.h: New file.
6482 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
6483 dependencies.
6484 * gdbserver/inferiors.c (struct inferior_info): Add target_data
6485 member.
6486 (clear_inferiors): Free target_data member if set.
6487 (inferior_target_data, set_inferior_target_data): New functions.
6488 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
6489 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
6490 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
6491 (struct inferior_linux_data): New.
6492 (linux_create_inferior): Use set_inferior_target_data.
6493 (linux_attach): Likewise. Call add_inferior.
6494 (linux_wait_for_one_inferior): New function.
6495 (linux_wait): Call it.
6496 (linux_write_memory): Add const.
6497 (initialize_low): Call set_breakpoint_data.
6498 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
6499 handling members.
6500 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
6501 call.
6502 * gdbserver/server.h: Include mem-break.h. Update inferior.c
6503 prototypes.
6504 * gdbserver/target.c (read_inferior_memory)
6505 (write_inferior_memory): New functions.
6506 * gdbserver/target.h (read_inferior_memory)
6507 (write_inferior_memory): Change macros to prototypes.
6508 (struct target_ops): Update comments. Add const to write_memory
6509 definition.
6510
6511 2002-04-19 Andrew Cagney <ac131313@redhat.com>
6512
6513 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6514 instead of ->prev.
6515 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6516 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6517 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6518 instead of ->prev.
6519
6520 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
6521
6522 Fix PR gdb/471.
6523 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6524 (build_builtin_type_vec128): Ditto.
6525 (append_composite_type_field): Fix calculation of type length in
6526 union case.
6527
6528 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6529
6530 * config/djgpp/README: Update.
6531
6532 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6533 compiler warnings.
6534
6535 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6536
6537 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6538 (alpha_setup_arbitrary_frame): ...to this.
6539 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6540 for alpha_setup_arbitrary_frame.
6541
6542 2002-04-18 Andrew Cagney <cagney@redhat.com>
6543
6544 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6545 * gdbarch.h, gdbarch.c: Regenerate.
6546
6547 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6548 * target.h (memory_breakpoint_from_pc): Update declaration.
6549 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6550
6551 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6552 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6553 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6554 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6555 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6556 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6557 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6558 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6559 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6560 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6561 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6562 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6563
6564 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6565 const pointer.
6566 * monitor.c (monitor_insert_breakpoint): Ditto.
6567 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6568
6569 * config/mcore/tm-mcore.h: Update copyright.
6570 * mem-break.c: Ditto.
6571 * xstormy16-tdep.c: Ditto.
6572
6573 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6574
6575 * p-exp.y: Add precedence rule for '^' token.
6576 This removes the shift/reduce conflicts.
6577 Remove the comment concerning these shift/reduce conflicts.
6578
6579 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
6580
6581 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6582 (registers_powerpc_nofp): New register set for processors
6583 without floating point unit.
6584
6585 2002-04-18 David S. Miller <davem@redhat.com>
6586
6587 * MAINTAINERS: Add myself to write-after-approval.
6588
6589 2002-04-17 Michael Snyder <msnyder@redhat.com>
6590
6591 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6592
6593 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6594
6595 * rs6000-tdep.c (frame_initial_stack_address): Use
6596 frame_register_read to read the alloca_reg.
6597
6598 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6599
6600 * frame.c (find_saved_register): Find saved registers in the next
6601 not prev frame.
6602 Fix PR gdb/365.
6603
6604 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6605
6606 * gdbarch.sh (LANG): Set to ``c''.
6607
6608 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6609
6610 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
6611
6612 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6613
6614 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6615 Update copyright.
6616
6617 * hpread.c (hpread_get_lntt): Add declaration.
6618 Also fix PR gdb/391.
6619
6620 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6621
6622 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6623 * aclocal.m4, configure: Re-generate.
6624 Fix PR gdb/391.
6625
6626 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6627
6628 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6629 instead of tm_print_insn.
6630
6631 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6632
6633 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6634
6635 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6636
6637 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6638 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6639 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6640
6641 2002-04-12 Don Howard <dhoward@redhat.com>
6642
6643 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6644 max_user_call_depth.
6645 (init_cmd_lists): Initialize the new value;
6646 * cli/cli-script.c (execute_user_command): Limit the call depth of
6647 user defined commands. This avoids a core-dump when user commands
6648 are infinitly recursive.
6649
6650 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6651
6652 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6653 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6654 from tdep struct instead of DEFAULT_LR_SAVE.
6655 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6656 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6657 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6658
6659 2002-04-12 Michael Snyder <msnyder@redhat.com>
6660
6661 * Remote.c: Spelling fix.
6662 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6663 If no symbol found for "sbrk", try "_sbrk".
6664 (make_output_phdrs): Use bfd_section_name.
6665 (gcore_copy_callback): Use bfd_section_name.
6666 * eval.c: Indentation fix-ups.
6667 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6668 in case it gets applied to an address that is already
6669 in the instruction space.
6670 * cli/cli-decode.c (help_list): Allow long lines to wrap.
6671 * symfile.c: Fix indentation, long lines.
6672 * source.c: White space fix-up.
6673
6674 2002-04-12 Andrew Cagney <cagney@redhat.com>
6675
6676 * defs.h (read_relative_register_raw_bytes): Delete declaration.
6677 * frame.c (frame_register_read): New function. Return non-zero on
6678 success.
6679 (read_relative_register_raw_bytes_for_frame): Delete.
6680 (read_relative_register_raw_bytes): Delete.
6681 * frame.h (frame_register_read): Declare.
6682 * d30v-tdep.c: Update Copyright. Use frame_register_read.
6683 * sh-tdep.c: Ditto.
6684 * infcmd.c (do_registers_info): Ditto.
6685 * hppa-tdep.c: Ditto.
6686 * rs6000-tdep.c: Ditto.
6687 * h8500-tdep.c: Ditto.
6688 * mips-tdep.c: Ditto.
6689 * h8300-tdep.c: Ditto.
6690 * z8k-tdep.c: Ditto.
6691
6692 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6693
6694 From Jimi X <jimix@watson.ibm.com>:
6695 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
6696 64-bit SysV ABI.
6697
6698 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6699
6700 From Jimi X <jimix@watson.ibm.com>:
6701 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
6702 bfd info.
6703
6704 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6705
6706 From Jimi X <jimix@watson.ibm.com>:
6707 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
6708 register sets for these processor variants.
6709
6710 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
6711
6712 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
6713 registers which are allowed to fail to store.
6714 * gdbserver/linux-low.h (linux_target_ops): Likewise.
6715 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
6716 (ppc_cannot_store_register): FPSCR may not be storable.
6717 * regformats/reg-ppc.dat: Support FPSCR.
6718
6719 2002-04-11 Kevin Buettner <kevinb@redhat.com>
6720
6721 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
6722 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6723 Add fpscr as an invalid/unfetchable register.
6724 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
6725 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
6726 (fill_fpregset): Add support for register fpscr.
6727 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
6728 (fill_gregset): Account for the fact that register ``mq'' might
6729 not exist.
6730 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
6731 (registers_power): Add fpscr to register set at slot 71.
6732 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
6733 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
6734
6735 2002-04-11 Michael Snyder <msnyder@redhat.com>
6736
6737 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
6738 * configure: Regenerate.
6739 * config.in: Regenerate.
6740 * acconfig.h: Add define for _SYSCALL32.
6741 * core-sol2.c: Remove #define _SYSCALL32.
6742 * solib-legacy.c: Remove #define _SYSCALL32.
6743
6744 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6745
6746 * stack.c (select_frame): Cleanup internal error message, do not
6747 use %p.
6748
6749 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6750
6751 * stack.c (select_frame): Check that selected_frame and the
6752 specified level are as expected.
6753 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
6754 Update copyright.
6755 * frame.h (struct frame_info): Add field `level'. Update
6756 copyright.
6757 Work-in-progress PR gdb/464.
6758
6759 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6760
6761 * maint.c (maint_print_section_info): Rename print_section_info.
6762 (print_bfd_section_info, print_objfile_section_info): Update.
6763 * inferior.h (struct gdbarch): Add opaque declaration.
6764 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
6765 * gdbarch.h: Regenerate.
6766
6767 2002-04-10 Michal Ludvig <mludvig@suse.cz>
6768
6769 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
6770 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
6771 (kernel_u_size): Added.
6772 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
6773 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
6774
6775 2002-04-04 Jim Ingham <jingham@apple.com>
6776
6777 * valarith.c (find_size_for_pointer_math): New function, either returns
6778 the size for a pointer's target, returns 1 for void *, or errors for
6779 incomplete types.
6780 (value_add, value_sub): use find_size_for_pointer_math.
6781
6782 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6783
6784 * linux-low.c (linux_look_up_symbols): New hook.
6785 (linux_target_ops): Add linux_look_up_symbols.
6786 * remote-utils.c (decode_address): New function.
6787 (look_up_one_symbol): New function.
6788 * server.c (handle_query): Call target look_up_symbols hook.
6789 * server.h (look_up_one_symbol): Add prototype.
6790 * target.h (struct target_ops): Add look_up_symbols hook.
6791
6792 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6793
6794 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
6795 * ChangeLog: Correct paths in last ChangeLog entry.
6796
6797 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6798
6799 * gdbserver/linux-low.h: Remove obsolete prototypes.
6800 (struct linux_target_ops): New.
6801 (extern the_low_target): New.
6802 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
6803 (register_addr): Use the_low_target explicitly.
6804 (fetch_register): Likewise.
6805 (usr_fetch_inferior_registers): Likewise.
6806 (usr_store_inferior_registers): Likewise.
6807 * gdbserver/linux-arm-low.c (num_regs): Remove.
6808 (arm_num_regs): Define.
6809 (arm_regmap): Renamed from regmap, made static.
6810 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
6811 made static.
6812 (arm_cannot_store_register): Renamed from cannot_store_register,
6813 made static.
6814 (the_low_target): New.
6815 * gdbserver/linux-i386-low.c (num_regs): Remove.
6816 (i386_num_regs): Define.
6817 (i386_regmap): Renamed from regmap, made static.
6818 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
6819 made static.
6820 (i386_cannot_store_register): Renamed from cannot_store_register,
6821 made static.
6822 (the_low_target): New.
6823 * gdbserver/linux-ia64-low.c (num_regs): Remove.
6824 (ia64_num_regs): Define.
6825 (ia64_regmap): Renamed from regmap, made static.
6826 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
6827 made static.
6828 (ia64_cannot_store_register): Renamed from cannot_store_register,
6829 made static.
6830 (the_low_target): New.
6831 * gdbserver/linux-m68k-low.c (num_regs): Remove.
6832 (m68k_num_regs): Define.
6833 (m68k_regmap): Renamed from regmap, made static.
6834 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
6835 made static.
6836 (m68k_cannot_store_register): Renamed from cannot_store_register,
6837 made static.
6838 (the_low_target): New.
6839 * gdbserver/linux-mips-low.c (num_regs): Remove.
6840 (mips_num_regs): Define.
6841 (mips_regmap): Renamed from regmap, made static.
6842 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
6843 made static.
6844 (mips_cannot_store_register): Renamed from cannot_store_register,
6845 made static.
6846 (the_low_target): New.
6847 * gdbserver/linux-ppc-low.c (num_regs): Remove.
6848 (ppc_num_regs): Define.
6849 (ppc_regmap): Renamed from regmap, made static.
6850 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
6851 made static.
6852 (ppc_cannot_store_register): Renamed from cannot_store_register,
6853 made static.
6854 (the_low_target): New.
6855 * gdbserver/linux-s390-low.c (num_regs): Remove.
6856 (s390_num_regs): Define.
6857 (s390_regmap): Renamed from regmap, made static.
6858 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
6859 made static.
6860 (s390_cannot_store_register): Renamed from cannot_store_register,
6861 made static.
6862 (the_low_target): New.
6863 * gdbserver/linux-sh-low.c (num_regs): Remove.
6864 (sh_num_regs): Define.
6865 (sh_regmap): Renamed from regmap, made static.
6866 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
6867 made static.
6868 (sh_cannot_store_register): Renamed from cannot_store_register,
6869 made static.
6870 (the_low_target): New.
6871 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
6872 (the_low_target): New.
6873
6874 2002-04-09 Andrew Cagney <ac131313@redhat.com>
6875
6876 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
6877 override FP_REGNUM with frame->fp. Update copyright.
6878 * parse.c (num_std_regs, std_regs): Delete.
6879 (target_map_name_to_register): Do not search std_regs. Update
6880 function description.
6881 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
6882 declarations. Update copyright.
6883 Fix PR gdb/251.
6884
6885 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6886
6887 * gdbserver/Makefile.in: Add stamp-h target.
6888 * gdbserver/configure.in: Create stamp-h.
6889 * gdbserver/configure: Regenerated.
6890
6891 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6892
6893 * gdbserver/inferiors.c: New file.
6894 * gdbserver/target.c: New file.
6895 * gdbserver/target.h: New file.
6896 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
6897 dependencies.
6898 * gdbserver/linux-low.c (inferior_pid): New static variable,
6899 moved from server.c.
6900 (linux_create_inferior): Renamed from create_inferior.
6901 Call add_inferior. Return 0 on success instead of a PID.
6902 (linux_attach): Renamed from myattach.
6903 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
6904 (linux_thread_alive): Renamed from mythread_alive.
6905 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
6906 child dies.
6907 (linux_resume): Renamed from myresume. Add missing ``return 0''.
6908 (regsets_store_inferior_registers): Correct error message.
6909 Add missing ``return 0''.
6910 (linux_fetch_registers): Renamed from fetch_inferior_registers.
6911 (linux_store_registers): Renamed from store_inferior_registers.
6912 (linux_read_memory): Renamed from read_inferior_memory.
6913 (linux_write_memory): Renamed from write_inferior_memory.
6914 (linux_target_ops): New structure.
6915 (initialize_low): Call set_target_ops ().
6916 * gdbserver/remote-utils.c (unhexify): New function.
6917 (hexify): New function.
6918 (input_interrupt): Send signals to ``signal_pid''.
6919 * gdbserver/server.c (inferior_pid): Remove.
6920 (start_inferior): Update create_inferior call.
6921 (attach_inferior): Call add_inferior.
6922 (handle_query): New function.
6923 (main): Call handle_query for `q' packets.
6924 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
6925 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
6926
6927 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6928
6929 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
6930 dependencies.
6931 * gdbserver/configure.in: Check for <string.h>
6932 * gdbserver/configure: Regenerate.
6933 * gdbserver/config.in: Regenerate.
6934 * gdbserver/gdbreplay.c: Include needed system headers.
6935 (remote_open): Remove strchr prototype.
6936 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
6937 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
6938 (supply_register_by_name): Likewise.
6939 (collect_register): Change buf argument to void *.
6940 (collect_register_by_name): Likewise.
6941 * gdbserver/regcache.h: Add missing prototypes.
6942 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
6943 * gdbserver/server.c (handle_query): New function.
6944 (attached): New static variable, moved out of main.
6945 (main): Quiet longjmp clobber warnings.
6946 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
6947 * gdbserver/utils.c (error): Remove NORETURN.
6948 (fatal): Likewise.
6949
6950 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6951
6952 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
6953 after the last symbol in a block.
6954
6955 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
6956
6957 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
6958 is non zero as a found symbol.
6959
6960 2002-04-08 Andrew Cagney <ac131313@redhat.com>
6961
6962 * findvar.c: Include "builtin-regs.h".
6963 (value_of_register): Call value_of_builtin_reg when applicable.
6964 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
6965 (target_map_name_to_register): Call
6966 builtin_reg_map_name_to_regnum.
6967 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
6968 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
6969 (builtin_regs_h): Define.
6970 (builtin-regs.o): New target.
6971 (findvar.o): Add $(builtin_regs_h).
6972 * builtin-regs.c, builtin-regs.h: New files.
6973 * std-regs.c: New file.
6974 Partial fix for PR gdb/251.
6975
6976 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6977
6978 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
6979 it's no longer required.
6980
6981 2002-04-08 Andrew Cagney <ac131313@redhat.com>
6982
6983 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
6984
6985 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6986
6987 From Jimi X <jimix@watson.ibm.com>:
6988 * rs6000-tdep.c (rs6000_software_single_step): Use
6989 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
6990 and size. Use target_insert_breakpoint() and
6991 target_remove_breakpoint() to insert and remove breakpoints
6992 instead of explicit memory reads and writes.
6993
6994 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6995
6996 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
6997 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
6998 ELF_OBJECT_FORMAT ifdef.
6999
7000 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7001
7002 From Jimi X <jimix@watson.ibm.com>:
7003 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7004
7005 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7006
7007 From Jimi X <jimix@watson.ibm.com>:
7008 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7009 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7010
7011 2002-04-07 Mark Kettenis <kettenis@gnu.org>
7012
7013 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7014 s/asprintf/xasprintf/.
7015 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7016
7017 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7018
7019 I believe Jeff Law denies responsability for this one:
7020 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7021 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7022 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7023 Work-around for PR gdb/366.
7024
7025 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7026
7027 * remote-e7000.c (write_small, e7000_read_inferior_memory,
7028 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7029 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7030
7031 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7032
7033 * sh-tdep.c (sh_fp_frame_init_saved_regs,
7034 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7035 information.
7036
7037 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7038
7039 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7040 maintainer.
7041
7042 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7043
7044 * README (Reporting Bugs in GDB): Document the bug web page as the
7045 prefered way of submitting bugs.
7046 Fix PR gdb/402.
7047
7048 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7049
7050 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7051 -1. Update comment.
7052 * gdbarch.h, gdbarch.c: Re-generate.
7053
7054 2002-04-07 Andreas Schwab <schwab@suse.de>
7055
7056 * m68klinux-nat.c (fill_fpregset): Properly pass address of
7057 buffer to regcache_collect.
7058
7059 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7060
7061 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
7062 * gdbarch.c, gdbarch.h: Re-generate.
7063
7064 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7065
7066 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7067 declaration. Fix -Werror.
7068
7069 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
7070
7071 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7072 * gdbarch.c: Regenerate.
7073
7074 2002-04-05 Michael Snyder <msnyder@redhat.com>
7075
7076 * breakpoint.c (clear_command): Rewrite middle section to
7077 combine two loops with identical control conditions.
7078 Add a cleanup to eliminate a memory leak.
7079 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7080
7081 2002-04-05 H.J. Lu (hjl@gnu.org)
7082
7083 * solib-svr4.c (bkpt_names): Add "__start".
7084
7085 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7086
7087 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7088 as test for 64 bit target.
7089
7090 2002-04-05 Andrew Cagney <ac131313@redhat.com>
7091
7092 * h8500-tdep.c (h8500_write_fp): Delete function.
7093 * dwarf2cfi.c (cfi_write_fp): Document as not used.
7094 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7095 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7096 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7097 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7098 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7099 (s390_write_fp):
7100 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7101 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7102 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7103 (d10v_write_fp): Delete function.
7104 * inferior.h (write_fp, generic_target_write_fp): Delete
7105 declarations.
7106 * regcache.c (generic_target_write_fp): Delete function.
7107 (write_fp): Delete function.
7108 * gdbarch.sh (TARGET_WRITE_FP): Delete.
7109 * gdbarch.h, gdbarch.c: Regenerate.
7110 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7111 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7112 (sparc64_write_fp): Delete declaration.
7113 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7114 (h8500_write_fp): Delete declaration.
7115
7116 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7117
7118 * sparc-tdep.c (sparc64_write_fp): Delete.
7119 (sparc_push_dummy_frame): Replace write_fp call with code to store
7120 the FP directly.
7121 (sparc_gdbarch_init): Do not initialize write_fp.
7122
7123 2002-04-05 Kevin Buettner <kevinb@redhat.com>
7124
7125 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7126 clause.
7127
7128 2002-03-29 Jim Blandy <jimb@redhat.com>
7129
7130 * stack.c (get_selected_block): Add new argument `addr_in_block',
7131 used to return the exact code address we used to select the block,
7132 not just the block.
7133 * blockframe.c (get_frame_block, get_current_block): Same.
7134 * frame.h (get_frame_block, get_current_block,
7135 get_selected_block): Update declarations.
7136 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7137 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7138
7139 2002-04-05 Michael Snyder <msnyder@redhat.com>
7140
7141 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7142 warning message.
7143
7144 2002-04-05 J. Brobecker <brobecker@gnat.com>
7145
7146 * utils.c (xfullpath): New function.
7147 * defs.h (xfullpath): Add declaration.
7148 * source.c (openp): Use xfullpath in place of gdb_realpath to
7149 avoid resolving the basename part of filenames when the
7150 associated file is a symbolic link. This fixes a potential
7151 inconsistency between the filenames known to GDB and the
7152 filenames it prints in the annotations.
7153 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7154 to be able to match a filename with either the real filename, or
7155 the name of any symbolic link to this file.
7156 (lookup_partial_symtab): Ditto.
7157
7158 2002-04-04 Michael Snyder <msnyder@redhat.com>
7159
7160 * breakpoint.c: Add support for hardware breakpoints in overlays.
7161 (overlay_events_enabled): New state variable.
7162 (insert_breakpoints): Use overlay_events_enabled to decide
7163 whether to attempt to set a breakpoint at the overlay load addr.
7164 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7165 (remove_breakpoint): Use overlay_events_enabled to decide
7166 whether breakpoints need to be removed from overlay load addr.
7167 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7168 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
7169 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
7170 disable_overlay_breakpoints): Update overlay_events_enabled.
7171
7172 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
7173
7174 * dwarf2read.c (struct function_range): New.
7175 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7176 (check_cu_functions): New.
7177 (read_file_scope): Initialize global function lists.
7178 Call dwarf_decode_line after processing children.
7179 (read_func_scope): Add to global function list.
7180 (dwarf_decode_lines): Call check_cu_functions everywhere
7181 record_line is called. Call record_line with a linenumber
7182 of 0 to mark sequence ends.
7183
7184 2002-04-04 Michal Ludvig <mludvig@suse.cz>
7185
7186 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7187 change sync with glibc.
7188
7189 2002-04-03 Jim Blandy <jimb@redhat.com>
7190
7191 * configure.in: Call AC_C_INLINE.
7192 * configure: Regenerated.
7193
7194 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
7195
7196 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7197 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7198
7199 2002-03-31 Mark Kettenis <kettenis@gnu.org>
7200
7201 * NEWS: Mention gcore support on FreeBSD/i386.
7202
7203 * fbsd-proc.c: New file.
7204 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7205 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7206
7207 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7208 while statement.
7209
7210 2002-03-29 Jim Blandy <jimb@redhat.com>
7211
7212 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7213 unescaped newlines in string literals, but newer ones don't. So
7214 escape them.
7215
7216 2002-03-26 Michael Snyder <msnyder@redhat.com>
7217 Andrew Cagney <cagney@redhat.com>
7218
7219 * cli/cli-dump.c: New file. Dump memory to file,
7220 restore file to memory.
7221 * cli/cli-dump.h: New file.
7222 * Makefile.in: Add rules, dependencies for cli-dump.o.
7223 * NEWS: Mention new commands.
7224
7225 2002-03-28 Michael Snyder <msnyder@redhat.com>
7226
7227 * symfile.c (symbol_file_add): Move test for null symbols to later.
7228
7229 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7230
7231 From veksler at il.ibm.com:
7232 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7233 the xstrduped original path.
7234 Fix PR gdb/417.
7235
7236 2002-03-27 Michael Snyder <msnyder@redhat.com>
7237
7238 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7239 * infcmd.c (_initialize_infcmd): Ditto.
7240 * language.c (_initialize_language): Ditto.
7241 * symfile.c (_initialize_symfile): Ditto.
7242 * top.c (_init_main): Ditto.
7243 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7244
7245 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
7246
7247 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7248 vector registers handling.
7249 (skip_prologue): Handle new AltiVec instructions. Fill in new
7250 fields of frame data.
7251 (frame_get_saved_regs): Fill in information for AltiVec registers.
7252
7253 2002-03-27 Jim Blandy <jimb@redhat.com>
7254
7255 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7256 a function; leave this macro here to invoke that function.
7257 (symbol_init_mangled_name): Declaration for that function.
7258 * symtab.c (symbol_init_mangled_name): New function.
7259
7260 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7261
7262 * valarith.c: Replace strerror with safe_strerror.
7263 * tracepoint.c: Ditto.
7264 * lin-lwp.c: Ditto.
7265 * go32-nat.c: Ditto.
7266 * inflow.c: Ditto.
7267 * gnu-nat.c: Ditto.
7268
7269 2002-03-27 Andreas Schwab <schwab@suse.de>
7270
7271 * event-top.c (command_line_handler): Remove useless if.
7272
7273 2002-03-27 Andreas Jaeger <aj@suse.de>
7274
7275 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7276 comment.
7277
7278 2002-03-27 Michal Ludvig <mludvig@suse.cz>
7279
7280 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7281 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7282 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7283 (x86_64_linux_dr_get_status, supply_gregset),
7284 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7285 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7286 (x86_64_register_info_table): Add.
7287 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7288 (x86_64_register_raw_size, x86_64_register_virtual_type),
7289 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7290 general x86_64_register_info_table.
7291 (i386_gdbarch_init): gdbarch_register_bytes is now set
7292 dynamicaly during initialization.
7293 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7294 * gdbserver/linux-x86-64-low.c: Ditto.
7295
7296 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7297
7298 * gdbserver/server.c (main): Call target_signal_to_host_p
7299 and target_signal_to_host on signals received from the remote.
7300 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7301 target_signal_from_host on signals sent to the remote.
7302 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7303 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7304
7305 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7306
7307 * signals/signals.c: Include "server.h" in gdbserver build.
7308 (target_signal_from_name): Don't use STREQ.
7309 (_initialize_signals): Likewise. Don't include function in
7310 gdbserver build.
7311
7312 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7313
7314 * signals.c: Moved to...
7315 * signals/signals.c: Here.
7316 * Makefile (signals.o): Update.
7317
7318 2002-03-26 Jeff Law (law@redhat.com)
7319
7320 * somread.c (som_symtab_read): Remove some commented out code and
7321 updated related comments. Do not set the minimal symbol table to
7322 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7323 in a dynamic executable.
7324 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7325 where we are unable to find the minimal symbol for the given
7326 PC value.
7327
7328 2002-03-25 Jeff Law (law@redhat.com)
7329
7330 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7331
7332 2002-03-25 Michal Ludvig <mludvig@suse.cz>
7333
7334 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7335
7336 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7337
7338 * command.h: Update copyright.
7339 (struct cmd_list_element): Replace definition with opaque
7340 declaration.
7341 (enum cmd_types): Document that it will eventually be moved to
7342 cli/cli-decode.h
7343 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7344 (MALLOCED_REPLACEMENT): Delete macro.
7345 * Makefile.in (cli_decode_h): Add $(command_h).
7346 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7347 * top.c: Include "cli/cli-decode.h".
7348 * completer.c: Include "cli/cli-decode.h".
7349 * maint.c: Include "cli/cli-decode.h".
7350 * cli/cli-decode.h: Include "command.h".
7351 (enum command_class): Delete.
7352 (enum cmd_types): Comment out.
7353 (enum cmd_auto_boolean): Delete.
7354 (enum var_types): Delete.
7355
7356 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7357
7358 * cli/cli-decode.c: Include "gdb_assert.h".
7359 (add_set_or_show_cmd): New static function.
7360 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7361 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7362 all fields, such as func, from the set command.
7363
7364 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7365
7366 * MAINTAINERS (sh-elf): Change warning flag to -w.
7367
7368 2002-03-23 Andrew Cagney <cagney@redhat.com>
7369
7370 * defs.h (error): Add printf format attribute.
7371 * thread-db.c (thread_from_lwp): Fix error format string.
7372 * stack.c (parse_frame_specification): Ditto.
7373 * cli/cli-decode.c (undef_cmd_error): Ditto.
7374 * scm-lang.c (scm_lookup_name): Ditto.
7375 * tracepoint.c (trace_error): Ditto.
7376 * remote-utils.c (usage): Ditto.
7377 * remote.c (compare_sections_command): Ditto.
7378 Fix PR gdb/328.
7379
7380 2002-03-22 Andrew Cagney <ac131313@redhat.com>
7381
7382 * gdbtypes.c (append_composite_type_field): New function.
7383 (init_composite_type): New function.
7384 * gdbtypes.h (append_composite_type_field): Declare.
7385 (init_composite_type): Ditto.
7386
7387 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
7388
7389 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7390 function.
7391 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7392 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7393 structure returning convention for SYSV ABI case, but not
7394 for GNU/Linux, FreeBSD, or NetBSD.
7395
7396 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
7397
7398 * symtab.h (lookup_block_symbol): Add mangled_name argument
7399 to prototype.
7400
7401 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7402 with new mangled_name argument.
7403 * linespec.c (decode_line_1): Likewise.
7404 * valops (value_of_this): Likewise.
7405 * symtab.c (lookup_transparent_type): Likewise.
7406 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7407 (lookup_symbol): If we are given a mangled name, pass it down
7408 to lookup_symbol_aux.
7409 (lookup_block_symbol): If we are given a mangled name to check
7410 against, only return symbols which match it.
7411
7412 2002-03-22 Christopher Faylor <cgf@redhat.com>
7413
7414 * win32-nat.c (child_create_inferior): Check for proper shell to use
7415 here, in case the user changes it on the fly.
7416 (_initialize_inftarg): Remove shell path considerations.
7417
7418 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
7419
7420 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7421 for gdbarch_max_register_raw_size and max_register_virtual_size.
7422 Adjust copyright year.
7423
7424 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
7425
7426 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7427 in a function to cover the entire beginning of the function
7428 as well if it does not already.
7429
7430 2002-03-21 Tom Rix <trix@redhat.com>
7431
7432 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7433 (rs6000_ptrace64): Renamed from ptrace64.
7434
7435 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7436
7437 * gdbserver/remote-utils.c (remote_open): Don't call
7438 getprotobyname, we're all using TCP here so just use
7439 IPPROTO_TCP.
7440 * gdbserver/gdbreplay.c (remote_open): Ditto.
7441
7442 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7443
7444 * regcache.c (_initialize_regcache): No need to call
7445 build_regcache() at this time; it gets called whenever
7446 the gdbarch changes.
7447
7448 2002-03-20 David O'Brien <obrien@FreeBSD.org>
7449
7450 * sparc-nat.c: Include sys/param.h where possible.
7451
7452 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
7453
7454 Fix PR gdb/422.
7455 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7456 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7457 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7458 complex types.
7459 * stabsread.c (rs6000_builtin_type): Likewise.
7460 (read_sun_floating_type): Likewise.
7461
7462 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7463
7464 * stabsread.c (read_member_functions): Remove skip code for duplicate
7465 constructor/destructor methods. Use standard parsing for these
7466 methods and just do not chain them to the list of methods after
7467 parsing.
7468
7469 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
7470
7471 * coffread.c: Remove redundant static declarations. Replace
7472 occurrences of `PTR' with `void *'.
7473 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7474 * top.h (quit_cover): Likewise.
7475 * defs.h (catch_errors): Likewise.
7476
7477 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7478
7479 * defs.h (XMALLOC): Define.
7480 * gdb-events.sh (XMALLOC): Delete macro.
7481 * gdb-events.c, gdb-events.h: Regenerate.
7482 * gdbarch.sh (XMALLOC): Delete macro.
7483 * gdbarch.c: Regenerate.
7484 * serial.c (XMALLOC): Delete macro.
7485 * ui-file.c (XMALLOC): Ditto.
7486 * ser-unix.h (XMALLOC): Ditto.
7487 * sh-tdep.c (XMALLOC): Ditto.
7488 * ui-out.c (XMALLOC): Ditto.
7489 * utils.c (XMALLOC): Ditto.
7490 * i386-tdep.c (XMALLOC): Ditto.
7491 * gdb-events.c (XMALLOC): Ditto.
7492 * d10v-tdep.c (XMALLOC): Ditto.
7493 * cli-out.c (XMALLOC): Ditto.
7494
7495 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7496 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7497 * ui-file.c, ui-out.c: Ditto.
7498
7499 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7500
7501 * command.h (struct cmd_list_element): Add field context.
7502 (set_cmd_context, get_cmd_context): Declare.
7503 * cli/cli-decode.h: Ditto.
7504 * cli/cli-decode.c (get_cmd_context): New function.
7505 (set_cmd_context): New function.
7506 (add_cmd): Initialize context.
7507 Part of fixing PR gdb/145 and PR gdb/146.
7508
7509 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7510
7511 * cli/cli-decode.c (cmd_type): New function.
7512 * command.h (cmd_type): Declare.
7513 * infrun.c (set_schedlock_func): Call function cmd_type.
7514 * kod.c (kod_set_os): Call cmd_type.
7515 * cris-tdep.c (cris_version_update): Use function cmd_type.
7516 (cris_mode_update, cris_abi_update): Ditto.
7517
7518 * command.h: (execute_cmd_post_hook): Declare.
7519 (execute_cmd_pre_hook): Declare.
7520 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7521 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7522 functions. Execute pre/post hook while ensuring that afterwords
7523 hook_in is cleared.
7524 * top.c (execute_command): Use execute_cmd_post_hook, and
7525 execute_cmd_pre_hook to execute pre/post commands.
7526 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7527 hook_stop_stub.
7528 (hook_stop_stub): Call execute_cmd_pre_hook.
7529
7530 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7531
7532 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7533 set'' and this leads to a core dump. Move xstrdup of
7534 operating_system to after check that it is not NULL.
7535
7536 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7537
7538 * kod.c (kod_set_os): Remove unnecessary check that
7539 ``command->type'' is set_cmd.
7540
7541 * valprint.c (set_input_radix): Use input_radix.
7542 (set_output_radix): Use output_radix.
7543 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7544 isn't reverted.
7545
7546 2002-03-16 Andrew Cagney <ac131313@redhat.com>
7547
7548 * value.h (struct value): Delete field ``substring_addr''. Change
7549 aligner fields to force_doublest_align, force_longest_align,
7550 force_core_addr_align and force_pointer_aligh.
7551
7552 * value.h (struct value): Fix typo in above change.
7553
7554 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7555
7556 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7557 to fix internal_error from ``maintenance print architecture''.
7558
7559 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7560
7561 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7562 for gcc versions after gcc-2.8.1.
7563
7564 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7565
7566 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7567 for method resolution. Restore adjustment of ``this'' pointer after
7568 calling value_struct_elt, which was accidentally removed during the
7569 HP merge.
7570
7571 2002-03-15 Andrew Cagney <ac131313@redhat.com>
7572
7573 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7574 value_of_register.
7575 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7576 get_saved_register.
7577 * value.h (value_of_register): Update.
7578
7579 2002-03-14 Richard Henderson <rth@redhat.com>
7580
7581 * configure.in: Detect declaration for canonicalize_file_name.
7582 * utils.c (canonicalize_file_name): Declare, if needed.
7583 (gdb_realpath): Prefer realpath if available and usable.
7584 * config.in, configure: Rebuild.
7585
7586 2002-03-14 Richard Henderson <rth@redhat.com>
7587
7588 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7589 a constant array bound.
7590
7591 * MAINTAINERS: Add myself to write-after-approval.
7592
7593 2002-03-14 Michael Snyder <msnyder@redhat.com>
7594
7595 * symfile.c (syms_from_objfile): Return immediately if no syms.
7596 (symbol_file_add): Return immediately if no syms.
7597 (find_sym_fns): Return immediately if no syms.
7598
7599 2002-03-13 Michal Ludvig <mludvig@suse.cz>
7600
7601 * gdbserver/remote-util.c (remote_open): Print remote-side's
7602 IP address when remote debugging over the network.
7603
7604 2002-03-12 David O'Brien <obrien@FreeBSD.org>
7605
7606 * config/sparc/fbsd.mh: Fix copyright.
7607 * config/sparc/fbsd.mt: Likewise.
7608
7609 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
7610
7611 * MAINTAINERS: Fix typo in name of gdb warnings option.
7612 (x86-64): Fix formating so that this can be parsed by awk.
7613
7614 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7615
7616 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7617 * defs.h: Include "gdb/signals.h".
7618 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7619
7620 2002-03-10 Michal Ludvig <mludvig@suse.cz>
7621
7622 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7623 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7624 from x86-64-tdep.h
7625
7626 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7627 Don Howard <dhoward@redhat.com>
7628
7629 * mips-tdep.c (ST0_FR): Define.
7630 (mips2_fp_compat): New function, temporarily disabled.
7631 (mips_read_fp_register_single): New function.
7632 (mips_read_fp_register_double): New function.
7633 (mips_print_register): Use them.
7634 (do_fp_register_row): Likewise.
7635
7636 2002-03-09 Andrew Cagney <ac131313@redhat.com>
7637
7638 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7639 approval''.
7640
7641 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7642
7643 * stabsread.c (read_member_functions): Fix is_stub test for
7644 static member functions, improve comment.
7645
7646 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
7647
7648 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7649 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7650 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7651 commands that set boolean values.
7652 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7653 (arm_rdi_resume): Always initialize PC.
7654 (arm_rdi_open): Don't use rslt as a boolean.
7655 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7656 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7657 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7658 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7659
7660 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
7661
7662 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7663 * configure: Rebuilt.
7664
7665 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7666
7667 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7668 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7669
7670 2002-03-06 Andrew Cagney <ac131313@redhat.com>
7671
7672 * cli/cli-decode.c (set_cmd_completer): New function.
7673 * command.h (set_cmd_completer): Declare.
7674 * cli/cli-decode.h (set_cmd_completer): Ditto.
7675
7676 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7677 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7678 * win32-nat.c (_initialize_inftarg): Ditto.
7679 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7680 * proc-api.c (_initialize_proc_api): Ditto.
7681 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7682 * source.c (_initialize_source): Ditto.
7683 * exec.c (_initialize_exec): Ditto.
7684 * solib.c (_initialize_solib): Ditto.
7685 * top.c (init_main): Ditto.
7686 * tracepoint.c (_initialize_tracepoint): Ditto.
7687 * symfile.c (_initialize_symfile): Ditto.
7688 * printcmd.c (_initialize_printcmd): Ditto.
7689 * infcmd.c (_initialize_infcmd): Ditto.
7690 * corefile.c (_initialize_core): Ditto.
7691
7692 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7693
7694 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7695
7696 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7697
7698 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7699
7700 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7701
7702 * NEWS: Update headings, 5.2 has branched.
7703
7704 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
7705
7706 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7707 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7708 (register_addr, REGISTER_RAW_SIZE): Likewise.
7709 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7710 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7711
7712 2002-03-03 Michal Ludvig <mludvig@suse.cz>
7713
7714 * MAINTAINERS (x86-64): Add myself.
7715 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7716 changed value_ptr -> struct value *
7717
7718 2002-03-01 David O'Brien <obrien@FreeBSD.org>
7719
7720 * configure.host (sparc64-*-freebsd): Add.
7721 * configure.tgt: Likewise.
7722 * config/sparc/fbsd.mh: New file.
7723 * config/sparc/fbsd.mt: Likewise.
7724 * config/sparc/nm-fbsd.h: Likewise.
7725 * config/sparc/tm-fbsd.h: Likewise.
7726
7727 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
7728
7729 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7730 regformats/reg-s390x.dat.
7731
7732 2002-03-01 Andrew Cagney <ac131313@redhat.com>
7733
7734 * utils.c: Add FIXME explaining true/false problem.
7735
7736 2002-02-28 Andrew Cagney <ac131313@redhat.com>
7737
7738 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7739
7740 2002-02-28 Michael Chastain <mec@shout.net>
7741
7742 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7743
7744 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
7745
7746 * gdbserver/linux-s390-low.c: New file.
7747 * regformats/reg-s390.dat: New file.
7748 * regformats/reg-s390x.dat: New file.
7749 * gdbserver/configure.srv: Add S/390.
7750 * gdbserver/Makefile.in: Add S/390.
7751 * configure.tgt: Enable gdbserver for S/390.
7752
7753 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7754
7755 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7756 first line of the doc string for "info dos", except at the end of
7757 the sentence, since the short help stops at the first period.
7758
7759 2002-02-28 Jason Merrill <jason@redhat.com>
7760
7761 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7762
7763 2002-02-27 Fred Fish <fnf@redhat.com>
7764
7765 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7766 comment (dumy -> dummy).
7767
7768 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7769
7770 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7771
7772 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
7773
7774 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7775
7776 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7777
7778 * gdbserver/acconfig.h: New file.
7779 * gdbserver/i387-fp.c: New file.
7780 * gdbserver/i387-fp.h: New file.
7781 * gdbserver/linux-x86-64.c: New file.
7782 * regformats/reg-x86-64.dat: New file.
7783 * configure.tgt: Add x86_64-*-linux* gdbserver support.
7784 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7785 * gdbserver/configure.in: Add support for regsets.
7786 * gdbserver/config.in: Regenerate.
7787 * gdbserver/configure: Regenerate.
7788 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
7789 * gdbserver/linux-low.h: New file.
7790 * gdbserver/linux-low.c: Include "linux-low.h". Add support
7791 for regsets.
7792 * gdbserver/linux-arm-low.c: Include "linux-low.h".
7793 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7794 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7795 * gdbserver/linux-mips-low.c: Include "linux-low.h".
7796 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7797 * gdbserver/linux-sh-low.c: Include "linux-low.h".
7798 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
7799 "i387-fp.h". Add PTRACE_GETREGS and friends.
7800 * gdbserver/regcache.c (supply_register): New function.
7801 (supply_register_by_name): New function.
7802 (collect_register): New function.
7803 (collect_register_by_name): New function.
7804
7805 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7806
7807 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7808 (config.status): Add configure.srv dependency.
7809 (server_h): Add config.h dependency.
7810
7811 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7812
7813 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7814 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7815 * gdbserver/configure.srv: Change i386-*-linux* to use
7816 reg-i386-linux.o.
7817
7818 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7819
7820 * x86-64-tdep.c: Re-indent. Update copyright date.
7821
7822 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7823
7824 From Michal Ludvig <mludvig@suse.cz>:
7825 * x86-64-tdep.c (value.h): Delete.
7826 (gdb_assert.h): Include.
7827 (x86_64_register_convert_to_virtual,
7828 x86_64_register_convert_to_raw ): Add check which lets only
7829 floating-point values to be converted.
7830 (value_push): Delete.
7831 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
7832 (i386_gdbarch_init): Number of register_bytes fixed.
7833
7834 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7835
7836 * MAINTAINERS: Add x86-64 target.
7837
7838 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7839
7840 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
7841 * osfsolib.c (solib_map_sections): Ditto.
7842 * irix5-nat.c (solib_map_sections): Ditto.
7843 * corelow.c (gdb_check_format): Ditto.
7844 * symfile.c (symfile_bfd_open): Ditto.
7845 * solib.c (solib_map_sections): Ditto.
7846 Fix PR gdb/354.
7847
7848 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7849
7850 * remote.c (_initialize_remote): By default, disable ``e'' and
7851 ``E'' step out-of-range packets.
7852
7853 2002-02-26 Andreas Schwab <schwab@suse.de>
7854
7855 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
7856 m68k_linux_frame_saved_pc.
7857 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
7858 in_sigtramp.
7859 (SIGCONTEXT_PC_OFFSET): Remove.
7860 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
7861 m68k_linux_sigtramp_saved_pc): New functions.
7862 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
7863 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
7864 (UCONTEXT_PC_OFFSET): Define.
7865 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
7866 non-RT and RT signal trampolines.
7867
7868 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
7869
7870 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
7871 (TARGET_NBPG, STACK_END_ADDR): Delete
7872 (VARIABLES_INSIDE_BLOCK): Delete.
7873
7874 2002-02-25 Andrew Cagney <ac131313@redhat.com>
7875
7876 * utils.c (perror_with_name): Make string parameter constant.
7877 (print_sys_errmsg): Ditto.
7878 (query): Ditto.
7879 * defs.h (perror_with_name): Update.
7880 (print_sys_errmsg): Update.
7881 (query): Update.
7882
7883 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
7884
7885 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
7886 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
7887
7888 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7889
7890 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
7891 if it already matches the current architecture from the exec file.
7892 Include arch-utils.h for gdbarch_info_init prototype.
7893 * Makefile.in (rs6000-nat.o): Update dependencies.
7894
7895 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
7896
7897 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
7898 list of exported variables.
7899
7900 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
7901
7902 * gdbserver/configure.srv: New file.
7903 * gdbserver/configure.in: Use configure.srv instead
7904 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
7905 from it.
7906 * gdbserver/configure: Regenerated.
7907 * gdbserver/terminal.h: New file.
7908 * gdbserver/Makefile.in: Update for configure changes. Remove
7909 more unneeded include paths.
7910
7911 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7912
7913 From wiz at danbala:
7914 * config/sparc/tm-sp64.h: Fix grammar and typos.
7915 Fix PR gdb/287.
7916
7917 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7918
7919 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
7920 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
7921 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
7922 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
7923 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
7924 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
7925 * s390-tdep.c: Ditto.
7926 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
7927 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
7928 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
7929 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
7930 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
7931 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
7932 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
7933 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
7934 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
7935 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
7936 Fix PR gdb/378.
7937
7938 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7939
7940 * lin-thread.c: Delete file.
7941 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
7942 to gdb_proc_service.h.
7943 * configure: Re-generate.
7944
7945 * ocd.c (ocd_open): Do not try to open the "ocd" device.
7946 * serial.c (serial_open): Delete check for "ocd".
7947 Fix PR gdb/349.
7948
7949 * Makefile.in (linux-thread.o): Delete target.
7950 * linux-thread.c: Delete file.
7951
7952 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
7953 renamed SH files to be consistent.
7954
7955 * symtab.c (sort_search_symbols): Use xfree.
7956
7957 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
7958
7959 * arm-linux-tdep.c (arm_linux_init_abi): Register
7960 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
7961 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
7962 definition with undef, since we don't want the sysvr4 definition.
7963 (SKIP_TRAMPOLINE_CODE): Likewise.
7964
7965 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7966
7967 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
7968
7969 * configure.in: (AC_CHECK_FUNCS) Added test for
7970 canonicalize_file_name Regenerated.
7971 * config.in, configure: Regenerated.
7972 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
7973 defined use canonicalize_file_name.
7974
7975 2002-02-23 Michael Chastain <mec@shout.net>
7976
7977 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
7978
7979 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7980
7981 * README: Remove references to cygnus.com.
7982 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
7983 dot com'' form. Remove references to cygnus.com and sourceware.
7984
7985 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7986
7987 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
7988 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
7989 1003.1-2001 no longer allows "head -1".
7990 * gdb/Makefile.in (version.c): Likewise.
7991 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
7992 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
7993 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
7994
7995 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7996
7997 * cli/cli-decode.c (cmd_cfunc_eq): New function.
7998 * command.h (cmd_cfunc_eq): Declare.
7999 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8000
8001 * cli/cli-cmds.h (is_complete_command): Change parameter to a
8002 ``struct cmd_list_element *''.
8003 * cli/cli-cmds.c (is_complete_command): Update. Use
8004 cmd_cfunc_eq.
8005 * top.c (execute_command): Pass the command to
8006 is_complete_command.
8007 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8008
8009 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8010
8011 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8012 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8013 architecture defines.
8014 * s390-tdep.c (s390_gdbarch_init): Likewise.
8015
8016 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8017
8018 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8019 (arm_linux_push_arguments): Likewise.
8020 (arm_linux_init_abi): Register them. Also register linux-specific
8021 call_dummy_words.
8022 (find_minsym_and_objfile): Use strcmp, not STREQ.
8023 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8024 (arm_linux_call_dummy_words): Delete declaration.
8025 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8026 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8027 declarations.
8028 (LOWEST_PC): Delete.
8029
8030 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8031
8032 * maint.c (print_section_info): Do not prepend `0x' to filepos
8033 output, it will be handled by local_hex_string_custom.
8034
8035 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8036
8037 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8038 (store_newfpe_double, store_newfpe_extended, store_fpregister)
8039 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8040
8041 2002-02-22 Jim Blandy <jimb@redhat.com>
8042
8043 Indicate that the bcache functions don't change the strings
8044 they're passed.
8045 * bcache.h (bcache, hash): Add `const' keywords to declarations.
8046 * bcache.c (bcache, hash): Add `const' keywords to definitions.
8047
8048 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
8049
8050 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8051
8052 2002-02-21 Christopher Faylor <cgf@redhat.com>
8053
8054 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8055 find the complete path to a loaded DLL.
8056
8057 2002-02-21 Fred Fish <fnf@redhat.com>
8058
8059 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8060 that marks the end of the range of a function, enter a line number
8061 entry that has a line number of zero and a PC offset that matches
8062 the end of the function. This starts a range of PC's for which no
8063 line number information is known.
8064 * symtab.c (find_pc_sect_line): If our best fit is in a range of
8065 PC's for which no line number info is found (line number is zero)
8066 then we didn't find any valid line information.
8067 * symtab.h: Document use of zero line number entry.
8068
8069 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
8070
8071 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8072 (have_ptrace_getvrregs): Define for run time checks.
8073 (gdb_vrregset_t): New type for Altivec register handling.
8074 (fetch_register, store_register): Fetch/store altivec register
8075 when needed.
8076 (fetch_altivec_register, store_altivec_register): New functions.
8077 (supply_vrregset, fill_vrregset): New functions.
8078 (fetch_altivec_registers, store_altivec_registers): New functions.
8079 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8080 registers as well.
8081
8082 2002-02-21 Jiri Smid <smid@suse.cz>
8083
8084 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8085
8086 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8087
8088 * Makefile.in (armnbsd-nat.o): Update dependencies.
8089 * armnbsd-nat.c (supply_gregset): New function. Common code to
8090 supply the integer register set.
8091 (supply_fparegset): New function. Similar for FPA registers.
8092 (fetch_regs, fetch_fp_regs): Use them.
8093 (fetch_core_registers): Likewise.
8094 (fetch_elfcore_registers): New function.
8095 (arm_netbsd_elfcore_fns): New core-file type specification.
8096 (_initialize_arm_netbsd_nat): Register it.
8097
8098 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8099
8100 * armnbsd-nat.c: Include gdbcore.h.
8101 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8102 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8103 'void' to declaration, to shut up ARI.
8104 (fetch_core_registers): Make static. Rewrite using supply_register.
8105 (arm_netbsd_core_fns): New core-file type specification.
8106 (_initialize_arm_netbsd_nat): New function.
8107
8108 2002-02-21 Christopher Faylor <cgf@redhat.com>
8109
8110 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8111 value.
8112
8113 2002-02-20 Christopher Faylor <cgf@redhat.com>
8114
8115 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8116 fails.
8117
8118 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8119
8120 * jv-exp.y (parse_number): Change type of implicit longs
8121 to builtin_type_uint64.
8122
8123 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8124
8125 * gdbserver/linux-low.c (mywait): Change argument to waitpid
8126 to be an integer instead of a `union wait'.
8127
8128 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8129
8130 * mips-linux-nat.c: Call the operating system GNU/Linux.
8131 * mips-linux-tdep.c: Likewise.
8132 * mips-tdep.c: Likewise.
8133
8134 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8135
8136 Fix PR gdb/265.
8137 * jv-exp.y (parse_number): Handle 64-bit integers.
8138
8139 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8140
8141 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
8142 AC_STDC_HEADERS to AC_HEADER_STDC.
8143 * gdbserver/configure: Regenerated.
8144
8145 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8146
8147 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8148 is defined.
8149 * sparc-tdep.c (get_longjmp_target): Likewise.
8150
8151 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8152
8153 * News: Add news about ARM and Multi-arch. Mention the new target
8154 arm*-*-netbsd*.
8155
8156 2002-02-19 Jim Blandy <jimb@redhat.com>
8157
8158 * stabsread.c (error_type_complaint): Improve error message.
8159
8160 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
8161
8162 * gdbserver/README: Update documentation.
8163 * gdbserver/configure.in: Update configury to match documentation.
8164 * gdbserver/Makefile.in: Likewise.
8165 * gdbserver/configure: Regenerated.
8166 * gdbserver/aclocal.m4: New file, generated by aclocal.
8167 * gdbserver/config.in: New file, generated by autoheader.
8168
8169 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8170
8171 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8172 armnbsd-nat.c.
8173
8174 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8175
8176 * arm-tdep.h (enum arm_float_model): New enum.
8177 (struct gdbarch_tdep): Add fp_model.
8178 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
8179 up floating-point conversions until we know the floating-point model
8180 in use by the inferior. Don't complain about being unable to
8181 determine the ABI of the inferior when we don't have one.
8182 (arm_extract_return_value): Support different floating-point models.
8183 (arm_store_return_value): Likewise.
8184 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
8185 ARM_FLOAT_SOFT.
8186 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8187
8188 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8189
8190 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8191 of ``current_gdbarch''.
8192
8193 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8194
8195 * armnbsd-nat.c : ANSIfy all function declarations.
8196 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8197 (fetch_inferior_registers): Re-implement in terms of above.
8198 (store_register, store_regs, store_fp_register, store_fp_regs): New.
8199 (store_inferior_registers): Re-implement in terms of above.
8200
8201 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8202
8203 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
8204 kernel.
8205 * arm-linux-tdep.c: Likewise.
8206 * config/arm/tm-linux.h: Likewise.
8207
8208 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8209
8210 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8211 * config/arm/nbsd.mt (TM_FILE): Delete.
8212 * config/arm/tm-nbsd.h: Delete.
8213
8214 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8215
8216 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8217 Initialize CALL_DUMMY_LENGTH.
8218
8219 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8220
8221 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8222 function.
8223 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8224 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8225 defines one thing and that is incorrect for this port.
8226 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8227
8228 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8229
8230 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8231
8232 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8233
8234 * win32-nat.c (display_selector): New function. Displays information
8235 about the information returned by GetThreadSelectorEntry API function.
8236 (display_selectors): New function. Displays the infomation of
8237 the selector given as argument, or of CS, DS ans FS selectors
8238 if no argument is given.
8239 ( _initialize_inftarg): Add "w32" as info prefix command.
8240 Add "info w32 selector" as command calling display_selectors.
8241
8242 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8243
8244 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8245 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8246 if not defined.
8247
8248 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8249
8250 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8251
8252 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8253
8254 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8255 (arm_fix_call_dummy): Call it.
8256 (arm_call_dummy_breakpoint_offset): Delete.
8257 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8258 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8259
8260 2002-02-18 Andrew Cagney <ac131313@redhat.com>
8261
8262 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8263 Default to func_frame_chain_valid.
8264 * gdbarch.h, gdbarch.c: Re-generate.
8265 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8266
8267 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
8268
8269 * ppc-linux-nat.c: Update copyright.
8270 (fetch_register, store_register): Add tid parameter, don't compute
8271 tid here.
8272 (fetch_ppc_registers, store_ppc_registers): Add tid
8273 parameter. Pass it along to callees.
8274 (fetch_inferior_registers, store_inferior_registers): Compute tid
8275 here, and pass it to calleed functions.
8276 (fill_gregset, supply_fpregset): Clean up formatting.
8277
8278 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8279
8280 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8281 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8282
8283 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8284
8285 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8286 * gdbarch.c gdbarch.h: Regenerate.
8287 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8288 function.
8289 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8290 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8291 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8292
8293 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8294 * arm-tdep.c (arm_get_longjmp_target): New function.
8295 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8296 this to a positive value register arm_get_longjmp_target as the
8297 longjmp handler.
8298 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8299 (arm_linux_init_abi): Set up longjmp description in tdep.
8300 * armnbsd-nat.c (get_longjmp_target): Delete.
8301 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8302 description in tdep.
8303 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8304 (get_longjmp_target): Delete declaration.
8305 (GET_LONGJMP_TARGET): Delete.
8306 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8307 (GET_LONGJMP_TARGET): Delete.
8308
8309 2002-02-17 Kevin Buettner <kevinb@redhat.com>
8310
8311 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8312 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8313 of ``current_gdbarch''.
8314
8315 2002-02-17 Tom Tromey <tromey@redhat.com>
8316
8317 * cli/cli-cmds.c (compare_strings): New function.
8318 (complete_command): Only print each unique item once.
8319 * completer.h (complete_line): Declare.
8320 * completer.c (complete_line): New function.
8321 (line_completion_function): Use it.
8322
8323 2002-02-16 Andrew Cagney <ac131313@redhat.com>
8324
8325 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8326 * gdbarch.h, gdbarch.c: Re-generate.
8327
8328 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8329
8330 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8331
8332 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8333
8334 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8335 * valops.c (value_arg_coerce): Don't take the address of a reference
8336 to convert an argument to a reference.
8337
8338 2002-02-15 Christopher Faylor <cgf@redhat.com>
8339
8340 * win32-nat.c (get_image_name): New function.
8341 (handle_load_dll): Use get_image_name function.
8342 (get_child_debug_event): Avoid registering debug events until possibly
8343 execed process is started.
8344 (child_create_inferior): Allow invocation via shell so that command
8345 line redirection, etc. works ok.
8346 (_initialize_inftarg): Add new command: "set shell" to control whether
8347 a shell is used to start a process.
8348
8349 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8350
8351 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8352 instead of find_register_by_number.
8353 (cannot_store_register): Likewise.
8354
8355 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8356
8357 * dwarf2read.c: Replace fprintf (stderr, ...) by
8358 fprintf_unfiltered (gdb_stderr, ...).
8359
8360 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8361
8362 * gdbserver/gdbserver.1: Document --attach.
8363
8364 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8365
8366 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8367 descriptions.
8368 * arm-tdep.c (arm_default_arm_le_breakpoint)
8369 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8370 (arm_default_thumb_be_breakpoint): New. Initialize them from
8371 traditional breakpoint defines.
8372 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8373 (arm_gdbarch_init): Initialize new breakpoint variables.
8374 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8375 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8376 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8377 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8378 code out to ...
8379 (arm_netbsd_init_abi_common): ... here; new function.
8380 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8381 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8382 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8383 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8384
8385 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8386
8387 * arm-tdep.h (enum arm_abi): New enum.
8388 (struct gdbarch_tdep): New structure.
8389 (LOWEST_PC): Provide a default.
8390 (arm_gdbarch_register_os_abi): Declare new function.
8391 * arm-tdep.c (arm_abi_names): New array.
8392 (process_note_abi_tag_sections): New function.
8393 (get_elfosabi): New function.
8394 (arm_gdbarch_register_os_abi): New function.
8395 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8396 support for that ABI has been built in, then call the appropriate
8397 configuration routine. Use gdbarch_num_regs() to get the number
8398 of registers.
8399 (arm_dump_tdep): New function.
8400 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8401 place-holder functions.
8402 (_initialize_arm_tdep): Register them.
8403 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8404
8405 * armnbsd-tdep.c: New file.
8406 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8407 * config/arm/nbsd.mt (TDEPFILES): Add it.
8408 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8409
8410 * armnbsd-nat.c: Include regcache.h.
8411 * Makefile.in (armnbsd-nat.o): Update dependency list.
8412
8413 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8414
8415 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8416
8417 * gdbserver/Makefile.in: Fix typos in target rules.
8418
8419 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8420
8421 Fix part of PR gdb/267.
8422 * linespec.c (find_methods): Handle constructors specially for now.
8423
8424 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
8425
8426 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8427 handling.
8428 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8429 standard_coerce_float_to_double().
8430
8431 2002-02-14 Christopher Faylor <cgf@redhat.com>
8432
8433 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8434 GDBINIT_FILENAME.
8435
8436 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
8437
8438 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8439 find_variant_by_name, because it confuses the multiarch
8440 framework. Return NULL if there isn't an architecture with the
8441 user supplied name, instead of forcing a different one without
8442 recording the change with the multiarch machinery.
8443 (find_variant_by_name): Delete.
8444
8445 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8446
8447 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8448 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8449
8450 2002-02-13 Martin M. Hunt <hunt@redhat.com>
8451
8452 * stack.c (print_frame_info_base): When calling
8453 print_frame_info_listing_hook, set current_source_symtab.
8454
8455 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8456
8457 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8458 and remove unused $(INCLUDE_DIR).
8459 Add regcache.c to OBS.
8460 Add generated register protocol files to clean target.
8461 Update dependencies for new objects, obsolete old target code.
8462
8463 * gdbserver/linux-low.c: Remove all platform-specific code to
8464 new files. Remove various dead code. Update to use regcache
8465 functionality.
8466 * gdbserver/remote-utils.c (fromhex): Add return statement
8467 to quiet warning.
8468 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8469 constant.
8470 (input_interrupt): Add integer parameter to match prototype
8471 of a signal handler.
8472 (outreg): Use register_data ().
8473 (prepare_resume_reply): Use gdbserver_expedite_regs.
8474 * gdbserver/server.c (main): Dynamically allocate own_buf because
8475 PBUFSIZ is no longer constant. Use registers_to_string () and
8476 registers_from_string ().
8477 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8478 for error (), fatal (), and warning (). Update definition of
8479 PBUFSIZ to use regcache functionality. Add include guard.
8480 * gdbserver/utils.c (fatal): Add missing ``const''.
8481 (warning): New function.
8482
8483 * regformats/regdat.sh: Include "regcache.h" in generated files.
8484 Provide init_registers () function.
8485 * regformats/regdef.h: Add prototype for set_register_cache ().
8486 Add include guard.
8487
8488 * gdbserver/linux-arm-low.c: New file.
8489 * gdbserver/linux-i386-low.c: New file.
8490 * gdbserver/linux-ia64-low.c: New file.
8491 * gdbserver/linux-m68k-low.c: New file.
8492 * gdbserver/linux-mips-low.c: New file.
8493 * gdbserver/linux-ppc-low.c: New file.
8494 * gdbserver/linux-sh-low.c: New file.
8495
8496 * gdbserver/regcache.c: New file.
8497 * gdbserver/regcache.h: New file.
8498
8499 * gdbserver/low-linux.c: Removed obsolete file.
8500
8501 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8502
8503 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8504 * config/i386/linux.mt: Likewise.
8505 * config/ia64/linux.mt: Likewise.
8506 * config/m68k/linux.mh: Likewise.
8507 * config/powerpc/linux.mh: Likewise.
8508 * config/mips/linux.mt: Likewise.
8509
8510 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8511
8512 * config/i386/i386lynx.mh: Mark gdbserver variables
8513 as (currently) obsolete for this target.
8514 * config/i386/nbsd.mt: Likewise.
8515 * config/i386/nbsdelf.mt: Likewise.
8516 * config/m32r/m32r.mt: Likewise.
8517 * config/m68k/m68klynx.mh: Likewise.
8518 * config/m68k/nbsd.mt: Likewise.
8519 * config/m68k/sun3os4.mh: Likewise.
8520 * config/mips/vr5000.mt: Likewise.
8521 * config/ns32k/nbsd.mt: Likewise.
8522 * config/pa/hppabsd.mh: Likewise.
8523 * config/pa/hppaosf.mh: Likewise.
8524 * config/powerpc/nbsd.mt: Likewise.
8525 * config/rs6000/rs6000lynx.mh: Likewise.
8526 * config/s390/s390.mt: Likewise.
8527 * config/s390/s390x.mt: Likewise.
8528 * config/sparc/sparclynx.mh: Likewise.
8529 * config/sparc/sun4os4.mh: Likewise.
8530 * config/i386/x86-64linux.mt: Likewise.
8531 * config/sparc/linux.mh: Likewise.
8532
8533 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8534
8535 * configure.tgt: Configure gdbserver only for known working
8536 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8537 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8538 SUBDIRS if it is configured. Update comment for ${nativefile}.
8539 * configure: Regenerated.
8540
8541 2002-02-13 Michael Snyder <msnyder@redhat.com>
8542
8543 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8544
8545 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8546 (default_gcore_mach): Just return 0, work around a problem in bfd.
8547 (default_gcore_target): OK to return NULL if exec_bfd is null.
8548 (make_mem_sec): Use a cast, avoid a warning.
8549
8550 * procfs.c (find_memory_regions_callback): Use a cast instead of
8551 calling host_pointer_to_address (which complains if
8552 sizeof (host pointer) != sizeof (target pointer)).
8553 (procfs_make_note_section): Avoid overflow in psargs string.
8554
8555 * procfs.c (procfs_make_note_section): Make the default
8556 implementation return an error.
8557
8558 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
8559
8560 * procfs.c (procfs_make_note_section): Provide a default definition
8561 (for alpha-dec-osf4.0f). Fix typos.
8562
8563 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
8564
8565 * linux-proc.c: Add include of regcache.h.
8566 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8567
8568 2002-02-13 Andrew Cagney <ac131313@redhat.com>
8569
8570 From 2002-01-18 Greg McGary <greg@mcgary.org>:
8571 * memattr.c (create_mem_region): Disallow useless empty region.
8572 Regions are half-open intervals, so allow [A..B) [B..C) as
8573 non-overlapping.
8574
8575 2002-02-13 Michael Chastain <mec@shout.net>
8576
8577 * defs.h: Kill CONST_PTR.
8578 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8579 * c-lang.c (c_builtin_types): Likewise.
8580 * ch-lang.c (ch_builtin_types): Likewise.
8581 * f-lang.c (f_builtin_types): Likewise.
8582 * language.c (unknown_builtin_types): Likewise.
8583 * m2-lang.c (m2_builtin_types): Likewise.
8584 * p-lang.c (pascal_builtin_types): Likewise.
8585 * scm-lang.c (c_builtin_types): Likewise.
8586
8587 2002-02-13 Keith Seitz <keiths@redhat.com>
8588
8589 * arm-tdep.h (arm_get_next_pc): Add declaration.
8590
8591 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
8592
8593 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8594 with other related struct-returning functions.
8595 (arm_extract_struct_value_address): New function.
8596 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8597 initialize float_format, double_format and long_double_format as
8598 appropriate to the endianness of the target.
8599 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8600 (arm_use_struct_convention): Delete declaration.
8601 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8602
8603 2002-02-13 Keith Seitz <keiths@redhat.com>
8604
8605 * defs.h (core_addr_to_string_nz): New function.
8606
8607 2002-02-13 Mark Kettenis <kettenis@gnu.org>
8608
8609 Apply missing bits of 2002-01-15 patch.
8610 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8611 (fill_fpregset): Use i387_fill_fsave.
8612
8613 2002-02-12 Keith Seitz <keiths@redhat.com>
8614
8615 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8616 (core_addr_to_string_nz): New function.
8617
8618 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8619
8620 * arm-linux-nat.c: Really include arm-tdep.h.
8621 * config/arm/tm-linux.h (struct type, struct value): Declare.
8622
8623 2002-02-11 Michael Snyder <msnyder@redhat.com>
8624
8625 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8626 (gcore section): Ifdef for Solaris and Unixware only.
8627 (procfs_do_thread_registers): Unixware needs one lwpstatus
8628 per thread (not one prstatus or pstatus).
8629 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8630 not over all gdb threads. For unixware, call elfcore_write_pstatus
8631 once before iterating over threads.
8632
8633 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8634
8635 * arm-tdep.h: New file.
8636 * arm-tdep.c: Include arm-tdep.h.
8637 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8638 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8639 (arm_print_float_info, arm_register_type, convert_to_extended)
8640 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8641 (arm_extract_return_value, arm_register_name): Make static.
8642 (arm_software_single_step): Similarly. Fix types in declaration.
8643 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8644 (arm_store_return_value, arm_store_struct_return): New functions.
8645 (arm_gdbarch_init): Register the above functions. Also register
8646 call_dummy_start_offset, sizeof_call_dummy_words,
8647 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8648 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8649 max_register_virtual_size, register_size. Set up
8650 prologue_cache.saved_regs here, rather than ...
8651 (_initialize_arm_tdep): ... here.
8652 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8653 declarations.
8654 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8655 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8656 (arm_print_float_info, arm_register_type, convert_to_extended)
8657 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8658 (arm_extract_return_value, arm_register_name): Delete declarations.
8659 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8660 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8661 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8662 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8663 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8664 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8665 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8666 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8667 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8668 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8669 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8670 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8671 interface.
8672 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8673 * remote-rdi.c remote-rdp.c: Likewise.
8674 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8675 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8676 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8677 definition.
8678
8679 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8680 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8681 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8682 from non-ARM_ prefixed definitions.
8683 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8684 all uses of above.
8685 * remote-rdi.c remote-rdp.c: Likewise.
8686 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8687
8688 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8689
8690 * arm-tdep.c (arm_frameless_function_invocation)
8691 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8692 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8693 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8694 (arm_pop_frame, arm_get_next_pc): Make static.
8695 (arm_gdbarch_init): Register above in gdbarch structure.
8696 (arm_read_fp): Renamed from arm_target_read_fp.
8697 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8698 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8699 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8700 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8701 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8702 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8703 (arm_pc_is_thumb_dummy): Delete declarations.
8704 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8705 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8706 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8707 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8708
8709 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
8710
8711 * symtab.c (compare_search_syms): New function.
8712 (sort_search_symbols): New function.
8713 (search_symbols): Sort symbols after searching rather than
8714 before.
8715
8716 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8717
8718 * NEWS: Linux -> GNU/Linux.
8719
8720 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8721
8722 * gdbarch.sh: For for level one methods, disallow a definition
8723 when partially multi-arched. Add comments explaining rationale.
8724 * gdbarch.h: Re-generate.
8725
8726 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8727
8728 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8729 multi-arch partial.
8730
8731 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8732
8733 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8734 field. Use diff -u.
8735 * gdbarch.c: Re-generate.
8736
8737 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8738
8739 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8740 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8741 partial.
8742
8743 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8744
8745 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8746 multi-arch partial.
8747 (PUSH_ARGUMENTS): Switch to using predefault.
8748 * gdbarch.c: Regenerate.
8749
8750 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8751
8752 * valops.c (PUSH_ARGUMENTS): Delete definition.
8753 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8754 partial. Default to default_push_arguments.
8755 * gdbarch.h, gdbarch.c: Regenerate.
8756
8757 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8758
8759 * defs.h (throw_exception): Rename return_to_top_level. Update
8760 comments.
8761 * utils.c (error_stream, internal_verror, quit): Ditto.
8762 * top.c (throw_exception, catcher): Ditto.
8763 * sparclet-rom.c (sparclet_load): Ditto.
8764 * remote.c (interrupt_query, minitelnet): Ditto.
8765 * remote-sds.c (interrupt_query): Ditto.
8766 * remote-mips.c (mips_error, mips_kill): Ditto.
8767 * ocd.c (interrupt_query): Ditto.
8768 * monitor.c (monitor_interrupt_query): Ditto.
8769 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8770 * target.h: Update comment.
8771
8772 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
8773
8774 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8775
8776 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8777 default_double_format.
8778 * gdbarch.h, gdbarch.c: Re-generate.
8779 * findvar.c (floatformat_unknown): Delete variable definition.
8780 * doublest.h (floatformat_unknown): Delete variable declaration.
8781
8782 2002-02-09 Jim Blandy <jimb@redhat.com>
8783
8784 * stabsread.c (read_type): Add code to parse Sun's syntax for
8785 prototyped function types.
8786
8787 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8788
8789 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8790 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8791
8792 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8793
8794 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8795 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
8796 now _initialize_xcoffsolib gets called again and overrides the
8797 commands from solib.c in a native configuration.
8798
8799 2002-02-09 Mark Kettenis <kettenis@gnu.org>
8800
8801 * doublest.c (store_typed_floating): Don't try to return a value.
8802 Fixes PR gdb/290.
8803
8804 2002-02-08 Jim Blandy <jimb@redhat.com>
8805
8806 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8807 is prototyped and has no arguments, print its argument list as
8808 `(void)'.
8809
8810 2002-02-08 Chris Demetriou <cgd@broadcom.com>
8811
8812 * MAINTAINERS (write-after-approval): Add myself.
8813 (paper-trail): I've escaped!
8814
8815 2002-02-08 Christopher Faylor <cgf@redhat.com>
8816
8817 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8818 changes.
8819 (_initialize_check_for_gdb_ini): Ditto.
8820
8821 2002-02-08 Martin M. Hunt <hunt@redhat.com>
8822
8823 * win32-nat.c (cygwin_pid_to_str): Fix typo.
8824 xaprintf -> xasprintf.
8825
8826 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
8827
8828 * win32-nat.c: Remove use of printf and sprintf functions.
8829
8830 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
8831
8832 * arm-tdep.c (arm_frame_chain_valid): Make static.
8833 (arm_push_arguments): Likewise.
8834 (arm_gdbarch_init): New function.
8835 (_initialize_arm_tdep): Call it.
8836 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
8837 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
8838 (FRAME_CHAIN_VALID): Delete.
8839 (arm_frame_chain_valid): Delete declaration.
8840 (PUSH_ARGUMENTS): Delete.
8841 (arm_push_arguments): Delete declaration.
8842 (CALL_DUMMY_P): Delete.
8843
8844 2002-02-08 Andrew Cagney <ac131313@redhat.com>
8845 Corinna Vinschen <vinschen@redhat.com>
8846
8847 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
8848 on builtin float types.
8849
8850 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
8851
8852 * utils.c: Include <curses.h> before "bfd.h".
8853 * tui/tui-hooks.c: Likewise.
8854 * tui/tui.c: Likewise.
8855 * tui/tuiCommand.c: Likewise.
8856 * tui/tuiData.c: Likewise.
8857 * tui/tuiDataWin.c: Likewise.
8858 * tui/tuiDisassem.c: Likewise.
8859 * tui/tuiGeneralWin.c: Likewise.
8860 * tui/tuiIO.c: Likewise.
8861 * tui/tuiLayout.c: Likewise.
8862 * tui/tuiRegs.c: Likewise.
8863 * tui/tuiSource.c: Likewise.
8864 * tui/tuiSourceWin.c: Likewise.
8865 * tui/tuiStack.c: Likewise.
8866 * tui/tuiWin.c: Likewise.
8867
8868 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
8869
8870 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
8871 to include space for pseudoregs as well. Update loops accordingly.
8872 (sh_fp_frame_init_saved_regs): Ditto.
8873 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
8874
8875 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8876
8877 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
8878 Add Richard Earnshaw to Arm maintainers.
8879
8880 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8881
8882 * defs.h (warning_begin): Delete declaration.
8883
8884 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
8885 Delete macro.
8886
8887 2002-02-07 Michael Snyder <msnyder@redhat.com>
8888
8889 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
8890 Logic bug, remove misplaced else.
8891
8892 2002-02-07 Klee Dienes <klee@apple.com>
8893
8894 * fork-inferior.c (fork_inferior): Add '!' to the list of
8895 characters that need to be quoted when building a string for the
8896 shell. Quote '!' specifically with a backslash, since CSH chokes
8897 when trying to evaluate "str!str".
8898
8899 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
8900
8901 * rdi-share/host.h: Only provide a typedef for bool if it is not
8902 defined.
8903
8904 2002-02-04 Michael Snyder <msnyder@redhat.com>
8905
8906 * breakpoint.h (enum bptype): Add new overlay event bp type.
8907 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
8908
8909 * breakpoint.c (create_internal_breakpoint): New function.
8910 (internal_breakpoint_number): Moved into create_internal_breakpoint.
8911 (create_longjmp_breakpoint): Use create_internal_breakpoint.
8912 (create_thread_event_breakpoint): Ditto.
8913 (create_solib_event_breakpoint): Ditto.
8914 (create_overlay_event_breakpoint): New function.
8915 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
8916 (update_breakpoints_after_exec): Delete and re-initialize
8917 overlay event breakpoints after an exec. Add FIXME comment
8918 about longjmp breakpoint.
8919 (print_it_typical): Ignore overlay event breakpoints.
8920 (print_one_breakpoint): Ditto.
8921 (mention): Ditto.
8922 (bpstat_what): Do not stop for overlay event breakpoints.
8923 (delete_breakpoint): Don't delete overlay event breakpoints.
8924 (breakpoint_re_set_one): Delete the overlay event breakpoint.
8925 (breakpoint_re_set): Re-create overlay event breakpoint.
8926
8927 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
8928 (overlay_manual_command): Disable overlay breakpoints.
8929 (overlay_off_command): Disable overlay breakpoints.
8930
8931 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8932
8933 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
8934 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
8935 to here from config/tm-arm.h.
8936 (coff_sym_is_thumb): Make static.
8937 (arm_elf_make_msymbol_special): New function.
8938 (arm_coff_make_msymbol_special): New function.
8939 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
8940 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
8941 (coff_sym_is_thumb): Delete declaration.
8942 (arm_elf_make_msymbol_special): Declare.
8943 (arm_coff_make_msymbol_special): Declare.
8944 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
8945 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
8946
8947 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8948
8949 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
8950
8951 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8952
8953 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
8954 * gdbarch.c gdbarch.h: Regenerate.
8955 * arch-utils.c (default_print_float_info): New function.
8956 * arch-utils.h (default_print_float_info): Prototype it.
8957 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
8958 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
8959 (PRINT_FLOAT_INFO): Document it.
8960
8961 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
8962 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
8963 (PRINT_FLOAT_INFO): Define.
8964
8965 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
8966
8967 * win32-nat.c (_initialize_check_for_gdb_ini):
8968 Add typecast to sprintf argument to suppress a warning.
8969
8970 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
8971
8972 * win32-nat.c (last_sig): Changed type of variable to target_signal,
8973 to allow easier handling of pass state.
8974 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
8975 that gives exception name and address.
8976 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
8977 and set last_sig value to ourstatus->value.sig. Some missing
8978 exceptions added.
8979 (child_continue): Correctly report continue_status.
8980 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
8981 TARGET_SIGNAL_0 (new default value).
8982 (child_resume): consider sig argument passed to decide if
8983 the exception should be passed to debuggee or not.
8984
8985 2002-02-05 Michael Snyder <msnyder@redhat.com>
8986
8987 * regcache.c (fetch_register): Call target_fetch_register
8988 only if we don't call FETCH_PSEUDO_REGISTER.
8989 (store_register): Call target_store_register only if we
8990 don't call STORE_PSEUDO_REGISTER.
8991
8992 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
8993
8994 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
8995 ELF_MAKE_MSYMBOL_SPECIAL.
8996 * gdbarch.c, gdbarch.h: Regenerate.
8997 * arch-utils.c (default_make_msymbol_special): New function.
8998 * arch-utils.h (default_make_msymbol_special): Export.
8999 * elfread.c (elf_symtab_read): Compile use of
9000 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9001 multiarched.
9002 * coffread.c (coff_symtab_read): Ditto, for
9003 COFF_MAKE_MSYMBOL_SPECIAL.
9004
9005 2002-02-05 Jim Blandy <jimb@redhat.com>
9006
9007 * solib-svr4.c (svr4_truncate_ptr): New function.
9008 (svr4_relocate_section_addresses): Do the address arithmetic with
9009 the appropriate truncation for target addresses, even when
9010 CORE_ADDR is larger than a target address.
9011
9012 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9013
9014 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9015 to (int *).
9016
9017 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9018
9019 * gdbserver/linux-low.c (kill_inferior): Remove commented out
9020 code.
9021
9022 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9023
9024 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9025
9026 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9027
9028 * gdbserver/linux-low.c: Remove unused include files.
9029
9030 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9031
9032 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9033 (read_inferior_memory): Use it.
9034 (write_inferior_memory): Likewise.
9035
9036 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9037
9038 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9039 grubbing through sys_errlist.
9040
9041 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9042
9043 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9044
9045 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9046 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9047
9048 2002-02-04 Andrew Cagney <ac131313@redhat.com>
9049
9050 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9051 (do_sfunc, set_cmd_sfunc): New functions.
9052
9053 * command.h (struct cmd_list_element): Add field func.
9054 * cli/cli-decode.h (struct cmd_list_element): Ditto.
9055 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9056 * cli/cli-decode.h: Ditto.
9057
9058 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9059 (help_all, help_cmd_list): Ditto.
9060 (find_cmd, complete_on_cmdlist): Ditto.
9061 * top.c (execute_command): Ditto.
9062
9063 * cli/cli-setshow.c (do_setshow_command): Call func instead of
9064 function.sfunc.
9065
9066 * infcmd.c (notice_args_read): Fix function signature.
9067
9068 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9069 * cli/cli-decode.c (add_set_cmd): Ditto.
9070 * utils.c (initialize_utils): Ditto.
9071 * maint.c (_initialize_maint_cmds): Ditto.
9072 * infrun.c (_initialize_infrun): Ditto.
9073 * demangle.c (_initialize_demangler): Ditto.
9074 * remote.c (add_packet_config_cmd): Ditto.
9075 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9076 * cris-tdep.c (_initialize_cris_tdep): Ditto.
9077 * proc-api.c (_initialize_proc_api): Ditto.
9078 * kod.c (_initialize_kod): Ditto.
9079 * valprint.c (_initialize_valprint): Ditto.
9080 * top.c (init_main): Ditto.
9081 * infcmd.c (_initialize_infcmd): Ditto.
9082 * corefile.c (_initialize_core): Ditto.
9083 * arm-tdep.c (_initialize_arm_tdep): Ditto.
9084 * arch-utils.c (initialize_current_architecture): Ditto.
9085 (_initialize_gdbarch_utils): Ditto.
9086 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9087
9088 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9089 * wince.c (_initialize_inftarg): Ditto.
9090 * symfile.c (_initialize_symfile): Ditto.
9091 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9092 * language.c (_initialize_language): Ditto.
9093 * arc-tdep.c (_initialize_arc_tdep): Ditto.
9094
9095 2002-02-04 Michael Snyder <msnyder@redhat.com>
9096
9097 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9098
9099 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9100
9101 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9102 Add rules for building the register data files.
9103
9104 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9105
9106 * regformats/regdat.sh: Add braces to the definition of
9107 expedite_regs_${arch}.
9108
9109 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9110
9111 * regformats/regdef.h (struct reg): Add comment describing the
9112 requirements for offset and size fields.
9113
9114 2002-02-04 Andreas Schwab <schwab@suse.de>
9115
9116 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9117 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9118
9119 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
9120
9121 * gdbarch.sh (copyright): Update years in generated header.
9122 (SMASH_TEXT_ADDRESS): Add rule.
9123 * gdbarch.h, gdbarch.c: Re-generate.
9124 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9125 * dbxread.c: Likewise.
9126 * dwarfread.c: Likewise.
9127 * elfread.c: Likewise.
9128 * somread.c: Likewise.
9129
9130 * arm-tdep.c (arm_smash_text_address): New function.
9131 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9132
9133 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9134
9135 Add support for hardware watchpoints on win32 native.
9136 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
9137 CONTEXT_DEBUG_REGISTERS.
9138 (dr variable): New variable. Static array containing a local copy
9139 of debug registers.
9140 (debug_registers_changed): New variable. Reflects when debug registers
9141 are changed and need to be written to inferior.
9142 (debug_registers_used): New variable. Reflects when any debug register
9143 was set, used when new threads are created.
9144 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9145 i386-nat code.
9146 (thread_rec): Set dr array if id is the thread of current_event .
9147 (child_continue, child_resume): Change the debug registers for all
9148 threads if debug_registers_changed.
9149 (child_add_thread): Change the debug registers if debug_registers_used.
9150 * config/i386/cygwin.mh: Add use of i386-nat.o file.
9151 Link nm.h to new nm-cygwin.h file.
9152 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9153 of hardware registers.
9154
9155 2002-02-03 Andrew Cagney <ac131313@redhat.com>
9156
9157 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9158 Restore behavour broken by 2002-01-20 Andrew Cagney
9159 <ac131313@redhat.com> IEEE_FLOAT removal.
9160
9161 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9162
9163 * c-valprint.c (c_val_print): Pass a proper valaddr to
9164 cp_print_class_method.
9165 * valops.c (search_struct_method): If there is only one method
9166 and args is NULL, return that method.
9167
9168 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9169
9170 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9171 accessing tag_name directly.
9172
9173 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9174
9175 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9176 of accessing tag_name directly.
9177
9178 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9179
9180 PR gdb/280
9181 * gdbtypes.c (replace_type): New function.
9182 * gdbtypes.h (replace_type): Add prototype.
9183 * stabsread.c (read_type): Use replace_type.
9184
9185 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
9186
9187 * Makefile.in (memattr.o): Add missing dependencies rule.
9188
9189 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9190
9191 * breakpoint.c (break_at_finish_command): Really export.
9192 (break_at_finish_at_depth_command): Ditto.
9193 (tbreak_at_finish_command): Ditto.
9194 * hppa-tdep.c: Include completer.h.
9195 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9196 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9197
9198 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9199
9200 * utils.c (do_write): New function.
9201 (error_stream): Rewrite combining the code from error_begin and
9202 verror.
9203 (verror): Rewrite using error_stream.
9204 (error_begin): Delete function.
9205
9206 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9207
9208 * utils.c (error_begin): Make static.
9209 * defs.h (error_begin): Delete declaration.
9210
9211 * linespec.c (cplusplus_error): Replace cplusplus_hint.
9212 (decode_line_1): Use cplusplus_error instead of error_begin,
9213 cplusplus_hint and return_to_top_level.
9214 * coffread.c (coff_symfile_read): Use error instead of error_begin
9215 and return_to_top_level.
9216 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9217
9218 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9219
9220 * language.h (type_error, range_error): Make string parameter
9221 constant.
9222 * language.c (warning_pre_print): Delete extern declaration.
9223 * dwarfread.c (warning_pre_print): Ditto.
9224 * language.c (type_error, range_error): Rewrite to use verror and
9225 vwarning instead of warning_begin.
9226
9227 2002-02-01 Michael Snyder <msnyder@redhat.com>
9228
9229 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9230 (set_ignore_count): Move misplaced comment back where it belongs.
9231
9232 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9233
9234 * command.h (NO_FUNCTION): Delete macro.
9235 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9236 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9237 * tracepoint.c (_initialize_tracepoint): Ditto.
9238 * cli/cli-decode.c (add_set_cmd): Ditto.
9239 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9240
9241 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9242
9243 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9244 Update ``this'' pointer when calling virtual functions.
9245
9246 2002-02-01 Michael Snyder <msnyder@redhat.com>
9247
9248 * breakpoint.c (create_temp_exception_breakpoint): Delete.
9249 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9250
9251 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9252
9253 * regformats/reg-arm.dat: New file.
9254 * regformats/reg-i386.dat: New file.
9255 * regformats/reg-ia64.dat: New file.
9256 * regformats/reg-m68k.dat: New file.
9257 * regformats/reg-mips.dat: New file.
9258 * regformats/reg-ppc.dat: New file.
9259 * regformats/reg-sh.dat: New file.
9260 * regformats/regdef.h: New file.
9261 * regformats/regdat.sh: New file.
9262
9263 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
9264
9265 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9266 (arm_frame_args_address, arm_frame_locals_address): New functions.
9267 (arm_frame_num_args): New function.
9268 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9269 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9270 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9271
9272 2002-01-31 Michael Snyder <msnyder@redhat.com>
9273
9274 * breakpoint.c (break_at_finish_command): Export.
9275 (break_at_finish_at_depth_command): Export.
9276 (tbreak_at_finish_command): Export.
9277 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9278 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9279 "tbreak" commands, which are HPPA specific.
9280
9281 * printcmd.c (disassemble_command): Remove an ancient
9282 artifact of an old merge.
9283
9284 * symfile.h (enum overlay_debugging_state):
9285 Define enum constant values for overlay mode.
9286 * symfile.c (overlay_debugging): Use enums instead of literals.
9287 (overlay_is_mapped, overlay_auto_command,
9288 overlay_manual_command): Ditto.
9289
9290 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9291 breakpoint_here_p, breakpoint_inserted_here_p,
9292 breakpoint_thread_match, bpstat_stop_status,
9293 describe_other_breakpoints, check_duplicates, clear_command):
9294 Coding standard fixes.
9295
9296 * target.c (target_xfer_memory): Add spaces, coding standard.
9297 (do_xfer_memory): Add missing line to trust-readonly
9298 code: check bfd SEC_READONLY flag for section.
9299
9300 2002-01-31 Andrew Cagney <ac131313@redhat.com>
9301
9302 * PROBLEMS: Fix typo, 5.1->5.1.1.
9303
9304 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
9305
9306 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9307 data symbols, since we search based on textlow and texthigh.
9308 (find_pc_sect_symtab): Likewise.
9309
9310 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9311
9312 * defs.h (vwarning): Declare.
9313 * utils.c (vwarning): New function.
9314 (warning): Call vwarning.
9315 (warning_begin): Delete function.
9316
9317 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9318 the warning message.
9319 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9320 warning_begin.
9321
9322 2002-01-30 Michael Snyder <msnyder@redhat.com>
9323
9324 * NEWS: Mention "set trust-readonly-sections" command.
9325 Mention generate-core-file command.
9326
9327 2002-01-15 Michael Snyder <msnyder@redhat.com>
9328
9329 * target.c: New command, "set trust-readonly-sections on".
9330 (do_xfer_memory): Honor the suggestion to trust readonly sections
9331 by reading them from the object file instead of from the target.
9332 (initialize_targets): Register command "set trust-readonly-sections".
9333
9334 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9335
9336 * parse.c (target_map_name_to_register): Simplify, search regs and
9337 pseudo-regs using a single loop.
9338
9339 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9340
9341 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9342
9343 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
9344
9345 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9346 * config/i386/i386v42mp.mh: Add i387-nat.o .
9347 * i386v4-nat.c: Include i387-nat.h.
9348 (supply_fpregset): Use i387_supply_fsave.
9349 (fill_fpregset): Use i387_fill_fsave.
9350
9351 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
9352
9353 * arm-tdep.c (arm_call_dummy_words): Define.
9354 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9355 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9356 (CALL_DUMMY_WORDS): Define.
9357 (arm_call_dummy_words): Declare.
9358 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9359 (arm_linux_call_dummy_words): Declare.
9360
9361 2002-01-30 Andreas Schwab <schwab@suse.de>
9362
9363 * m68klinux-nat.c: Fix last change to use regcache_collect
9364 instead of referencing registers[] directly.
9365
9366 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9367
9368 * parse.c (target_map_name_to_register): Delete code wrapped in
9369 #ifdef REGISTER_NAME_ALIAS_HOOK.
9370
9371 2002-01-28 Michael Snyder <msnyder@redhat.com>
9372
9373 * regcache.c (legacy_read_register_gen): Need to be able to
9374 read pseudo-register as well as real register.
9375 (legacy_write_register_gen): Ditto.
9376
9377 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9378
9379 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9380 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9381 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9382 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9383 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9384 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9385 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9386 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9387 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9388 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9389 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9390 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9391 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9392 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9393 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9394 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9395 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9396 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9397 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9398 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9399
9400 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9401
9402 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9403 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9404 (initialize_current_architecture): Update target_byte_order using
9405 information from BFD.
9406 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9407 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9408
9409 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9410
9411 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9412 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9413
9414 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9415 #ifdef INVALID_FLOAT.
9416 * infcmd.c (do_registers_info): Ditto.
9417 * values.c (unpack_double): Ditto. Add comment.
9418
9419 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9420 already commented out.
9421
9422 2002-01-26 Andreas Schwab <schwab@suse.de>
9423
9424 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9425 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9426 registers and add support for PTRACE_GETREGS.
9427
9428 2002-01-24 Andrew Cagney <ac131313@redhat.com>
9429
9430 GDB 5.1.1 released from 5.1 branch.
9431 * NEWS: Add 5.1.1 news.
9432 * README: Sync with 5.1 branch.
9433
9434 2002-01-23 Fred Fish <fnf@redhat.com>
9435
9436 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9437 stabstring on initial malloc. Reallocing will copy it for us,
9438 if necessary.
9439
9440 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9441
9442 * Makefile.in (hpread_h): Delete.
9443 (HFILES_NO_SRCDIR): Remove hpread.h.
9444 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9445 (hpread.o): Update dependencies.
9446 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9447
9448 * hp-psymtab-read.c: Remove file.
9449 * hp-symtab-read.c: Remove file.
9450 * hpread.h: Remove file.
9451
9452 * hpread.c: Merge all contents of hp-psymtab-read.c,
9453 hp-symtab-read.c and hpread.h into this file, as it was prior to
9454 January 1999.
9455
9456 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9457 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9458 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9459 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9460
9461 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9462
9463 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9464 fill_gregset): Call gdbarch_tdep() just once, assign result to
9465 variable and use that, instead of calling the function several
9466 times.
9467
9468 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
9469
9470 * configure.host: Accept sparcv9 as alias for sparc64.
9471 * configure.tgt: Likewise.
9472
9473 2002-01-22 Kevin Buettner <kevinb@redhat.com>
9474
9475 * solib-aix5.c (build_so_list_from_mapfile)
9476 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9477 arguments is not reversed.
9478 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9479 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9480
9481 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
9482
9483 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9484 modified version of obsolete sh_fetch_pseudo_register.
9485 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9486 (sh4_register_read): New function.
9487 (sh_pseudo_register_write): New function. Renamed and modified
9488 version of obsolete sh_store_pseudo_register.
9489 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9490 (sh4_register_write): New function.
9491 (sh_gdbarch_init): Remove setting of gdbarch function
9492 fetch_pseudo_register and store_pseudo_register. Remove setting of
9493 register_convert_to_raw, register_convert_to_virtual,
9494 register_convertible.
9495 (sh_sh4_register_convertible): Delete. No longer needed. All is
9496 taken care by architecture specific functions
9497 register_read/register_write.
9498 (sh_sh4_register_convert_to_virtual): Make static.
9499 (sh_sh4_register_convert_to_raw): Ditto.
9500
9501 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9502
9503 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9504 (floatformat_is_nan, floatformat_mantissa): Ditto.
9505
9506 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9507 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9508 builtin_type_ieee_double_little,
9509 builtin_type_ieee_double_littlebyte_bigword,
9510 builtin_type_m68881_ext, builtin_type_i960_ext,
9511 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9512 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9513 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9514 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9515
9516 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
9517
9518 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9519 parameter. Set frameless flag if it exists and depended of
9520 whether the scanned function is frameless or not.
9521 (xstormy16_skip_prologue): If function is frameless, return
9522 result of xstormy16_scan_prologue().
9523 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9524 call.
9525
9526 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
9527
9528 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9529 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9530 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9531 sh_sh4_register_byte, sh_sh4_register_raw_size,
9532 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9533 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9534 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9535 sh_store_pseudo_register, sh_do_pseudo_register): Call
9536 gdbarch_tdep() just once, assign result to variable and use that,
9537 instead of calling the function several times.
9538
9539 2002-01-20 Mark Kettenis <kettenis@gnu.org>
9540
9541 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9542 macros instead of LAST_FPU_CTRL_REGNUM.
9543 (store_register): Likewise.
9544
9545 2002-01-21 Jim Blandy <jimb@redhat.com>
9546
9547 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9548 is up-to-date before running the program, not just when a program
9549 exits.
9550
9551 2002-01-21 Fred Fish <fnf@redhat.com>
9552
9553 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9554 when we have found all instructions we are looking for.
9555
9556 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9557
9558 * arm-tdep.c (arm_register_name): New function.
9559 (arm_registers_names): Make static.
9560 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9561 (arm_register_name): Declare.
9562 (REGISTER_NAME): Use it.
9563
9564 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9565 Kevin Buettner <kevinb@redhat.com>
9566
9567 Convert arm targets to new FRAME interface.
9568 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9569 (arm_frame_find_save_regs): Delete.
9570 (arm_frame_init_saved_regs): New.
9571 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9572 Allocate extra_info as required. Convert all uses of fsr.regs
9573 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9574 to use extra_info.
9575 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9576 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9577 (check_prologue_cache, save_prologue_cache): Likewise.
9578 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9579 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9580 (FRAME_FIND_SAVED_REGS): Delete.
9581 (arm_frame_find_saved_regs): Delete prototype.
9582 (arm_frame_init_saved_regs): New prototype.
9583 (FRAME_INIT_SAVED_REGS): Define.
9584
9585 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9586
9587 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9588
9589 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9590
9591 From Jeff Law <law@redhat.com>:
9592 * infttrace.c: Include <sys/pstat.h>.
9593 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9594 exec file if the ttrace equivalent fails.
9595
9596 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9597
9598 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9599 (closeLogFile): Ditto.
9600
9601 2002-01-20 Michael Chastain <mec@shout.net>
9602
9603 * top.c (print_gdb_version): Bump copyright year to 2002.
9604
9605 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9606
9607 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9608 Zannoni and Eli Zaretskii.
9609
9610 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9611
9612 * buildsym.c: Update copyright years.
9613 * c-typeprint.c: Likewise.
9614 * dwarf2read.c: Likewise.
9615 * f-typeprint.c: Likewise.
9616 * gdbtypes.c: Likewise.
9617 * gdbtypes.h: Likewise.
9618 * hp-symtab-read.c: Likewise.
9619 * hpread.c: Likewise.
9620 * mdebugread.c: Likewise.
9621 * p-typeprint.c: Likewise.
9622
9623 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9624
9625 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9626 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9627 byte-order selectable.
9628 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9629 * arch-utils.c: Ditto.
9630 (set_endian): Ditto.
9631 (set_endian_from_file): Ditto.
9632 * gdbserver/low-sim.c (create_inferior): Ditto.
9633 * gdbarch.sh: Ditto.
9634 * gdbarch.h: Re-generate.
9635 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9636 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9637 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9638 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9639 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9640 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9641 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9642 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9643 macro definition.
9644 * config/mips/tm-wince.h: Remove #undef of macro
9645 TARGET_BYTE_ORDER_SELECTABLE.
9646 * config/sh/tm-wince.h: Ditto.
9647
9648 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9649
9650 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9651 member function fields. Add accessor macro
9652 TYPE_FN_FIELD_ARTIFICIAL.
9653 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9654 * c-typeprint.c (c_type_print_base): Skip artificial member
9655 functions.
9656
9657 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9658
9659 * f-typeprint.c: Delete unused function f_type_print_args.
9660 * p-typeprint.c: Delete unused function pascal_type_print_args.
9661
9662 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9663
9664 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9665 comment. Add ``artificial'' to ``union field_location''.
9666
9667 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9668
9669 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9670 * mdebugread.c (parse_symbol): Likewise.
9671 * stabsread.c (define_symbol): Likewise.
9672 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9673 initializing TYPE_FIELD_BITPOS to n (obsolete).
9674 (hpread_doc_function_type): Likewise.
9675 * hpread.c (hpread_function_type): Likewise.
9676
9677 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9678
9679 * configure.in (host_makefile_frag): Only require a host makefile
9680 fragment when a native build.
9681 * configure: Re-generate.
9682
9683 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9684
9685 * doublest.h (floatformat_from_type): Declare.
9686 * doublest.c (floatformat_from_type): New function.
9687 (convert_typed_floating): Use.
9688
9689 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9690 call to function floatformat_from_type.
9691
9692 * gdbarch.sh (IEEE_FLOAT): Delete.
9693 * gdbarch.h, gdbarch.c: Re-generate.
9694 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9695 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9696 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9697 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9698 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9699 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9700 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9701 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9702 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9703 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9704 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9705 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9706
9707 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9708 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9709 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9710 * sh-tdep.c (sh_gdbarch_init): Ditto.
9711 * mips-tdep.c (mips_gdbarch_init): Ditto.
9712 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9713 * cris-tdep.c (cris_gdbarch_init): Ditto.
9714
9715 2002-01-20 Jiri Smid <smid@suse.cz>
9716
9717 * configure.host, configure.tgt: Support x86-64.
9718 * NEWS: Note new target x86-64.
9719
9720 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9721 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9722 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9723 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9724 x86-64-linux-nat.o): Fix dependencies.
9725
9726 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9727
9728 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9729 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9730 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9731 * config/sparc/xm-sun4os4.h: Delete file.
9732 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9733
9734 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9735
9736 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9737 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9738 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9739 * config/i386/i386lynx.mh (XM_FILE): Delete.
9740 * config/rs6000/xm-rs6000ly.h: Delete file.
9741 * config/sparc/xm-sparclynx.h: Delete file.
9742 * config/m68k/xm-m68klynx.h: Delete file.
9743 * config/i386/xm-i386lynx.h: Delete file.
9744 * config/xm-lynx.h: Delete file.
9745 * config/djgpp/fnchange.lst: Update.
9746
9747 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9748
9749 * alpha-tdep.c (alpha_register_byte): New function.
9750 (alpha_register_raw_size): Ditto.
9751 (alpha_register_virtual_size): Ditto.
9752 (alpha_skip_prologue_internal): Renamed from
9753 alpha_skip_prologue.
9754 (alpha_skip_prologue): New version that calls
9755 alpha_skip_prologue_internal.
9756 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9757 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9758 second argument from alpha_skip_prologue.
9759 (REGISTER_BYTE): Use alpha_register_byte.
9760 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9761 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9762 (FRAMELESS_FUNCTION_INVOCATION): Use
9763 generic_frameless_function_invocation_not.
9764 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9765 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9766
9767 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9768
9769 * config/mips/xm-news-mips.h: Delete file.
9770 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9771
9772 * config/m88k/xm-m88k.h: Delete file.
9773 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9774 * config/m88k/xm-delta88v4.h: Ditto.
9775 * config/m88k/xm-delta88.h: Ditto.
9776
9777 * config/alpha/xm-fbsd.h: Delete file.
9778 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9779
9780 * config/sparc/xm-sparc.h: Delete file.
9781 * Makefile.in (xm-sun4os4.h): Delete dependency.
9782 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9783 * config/sparc/xm-sun4os4.h: Ditto.
9784 * config/sparc/xm-linux.h: Ditto.
9785
9786 * config/i386/xm-windows.h: Delete file.
9787
9788 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9789
9790 * utils.c: Include <sys/param.h> for MAXPATHLEN.
9791 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9792
9793 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9794
9795 * alpha-tdep.c (alpha_call_dummy_words): New.
9796 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9797 (CALL_DUMMY_P): Define.
9798 (CALL_DUMMY_WORDS): Define.
9799 (SIZEOF_CALL_DUMMY_WORDS): Define.
9800
9801 2002-01-19 Per Bothner <per@bothner.com>
9802
9803 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
9804 isn't NULL, which can happen with some gcj-3.x-produced code.
9805
9806 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9807
9808 * alpha-tdep.c (alpha_register_virtual_type): New function.
9809 (alpha_init_frame_pc_first): Ditto.
9810 (alpha_fix_call_dummy): Ditto.
9811 (alpha_store_struct_return): Ditto.
9812 (alpha_extract_struct_value_address): Ditto.
9813 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9814 alpha_register_virtual_type.
9815 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9816 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9817 alpha_extract_struct_value_address.
9818 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9819 (INIT_FRAME_PC): Use init_frame_pc_noop.
9820 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9821
9822 2002-01-19 Mark Kettenis <kettenis@gnu.org>
9823
9824 * i386gnu-nat.c: Include "i386-tdep.h".
9825 (fetch_fpregs): Simplify code dealing with uninitialized floating
9826 point states such that it doesn't require FP7_REGNUM.
9827
9828 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9829
9830 * alpha-tdep.c (frame_extra_info): New.
9831 (alpha_find_saved_regs): Make static. Use
9832 frame->extra_info.
9833 (alpha_frame_init_saved_regs): New function.
9834 (alpha_frame_saved_pc): Use frame->extra_info.
9835 (temp_saved_regs): Don't declare as struct frame_saved_regs.
9836 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
9837 (init_extra_frame_info): Rename to...
9838 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
9839 (alpha_print_extra_frame_info): New function.
9840 (alpha_frame_locals_address): Ditto.
9841 (alpha_frame_args_address): Ditto.
9842 (alpha_pop_frame): Use frame->extra_info.
9843 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
9844 alpha_frame_args_address.
9845 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
9846 (alpha_find_saved_regs): Remove prototype.
9847 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
9848 (EXTRA_FRAME_INFO): Remove.
9849 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
9850 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
9851
9852 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9853
9854 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
9855 (alpha_cannot_fetch_register): Ditto.
9856 (alpha_cannot_store_register): Ditto.
9857 (alpha_register_convertible): Ditto.
9858 (alpha_use_struct_convention): Ditto.
9859 * config/alpha/tm-alpha.h: Update copyright years.
9860 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
9861 (INNER_THAN): Use core_addr_lessthan.
9862 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
9863 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
9864 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
9865 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
9866 (FRAME_CHAIN): Remove unnecessary cast.
9867
9868 2002-01-18 Andrew Cagney <ac131313@redhat.com>
9869
9870 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
9871 obsolete.
9872
9873 2002-01-18 Andrew Cagney <ac131313@redhat.com>
9874
9875 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
9876 * monitor.c, remote-array.c, remote-bug.c: Ditto.
9877 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
9878 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
9879 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
9880 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
9881 * x86-64-linux-nat.c: Ditto.
9882
9883 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9884
9885 * alpha-tdep.c (alpha_register_name): New function.
9886 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
9887 (REGISTER_NAME): Define.
9888
9889 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9890
9891 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
9892
9893 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9894
9895 * alpha-tdep.c: Update copyright years.
9896 (alpha_next_pc): New function.
9897 (alpha_software_single_step): Ditto.
9898 * config/alpha/tm-alpha.h: Add prototype for
9899 alpha_software_single_step.
9900
9901 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9902
9903 * alphabsd-nat.c: Update copyright years.
9904 (fill_gregset): Use regcache_collect.
9905 (fill_fpregset): Likewise.
9906 (fetch_inferior_registers): Only fetch integer registers
9907 if requested to do so.
9908 (store_inferior_registers): Only store integer registers
9909 if requested to do so.
9910
9911 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9912
9913 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
9914 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
9915 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
9916 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
9917 * config/alpha/fbsd.mh (XDEPFILES): Delete.
9918 * config/arm/linux.mh (XDEPFILES): Delete.
9919 * config/arm/nbsd.mh (XDEPFILES): Delete.
9920 * config/i386/i386dgux.mh (XDEPFILES): Delete.
9921 * config/i386/i386sol2.mh (XDEPFILES): Delete.
9922 * config/i386/i386m3.mh (XDEPFILES): Delete.
9923 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
9924 * config/i386/i386gnu.mh (XDEPFILES): Delete.
9925 * config/i386/fbsd.mh (XDEPFILES): Delete.
9926 * config/i386/i386bsd.mh (XDEPFILES): Delete.
9927 * config/i386/i386sco5.mh (XDEPFILES): Delete.
9928 * config/i386/i386v4.mh (XDEPFILES): Delete.
9929 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
9930 * config/i386/i386sco4.mh (XDEPFILES): Delete.
9931 * config/i386/i386aix.mh (XDEPFILES): Delete.
9932 * config/i386/go32.mh (XDEPFILES): Delete.
9933 * config/i386/cygwin.mh (XDEPFILES): Delete.
9934 * config/i386/i386lynx.mh (XDEPFILES): Delete.
9935 * config/i386/i386mach.mh (XDEPFILES): Delete.
9936 * config/i386/i386v32.mh (XDEPFILES): Delete.
9937 * config/i386/linux.mh (XDEPFILES): Delete.
9938 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
9939 * config/i386/ncr3000.mh (XDEPFILES): Delete.
9940 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
9941 * config/i386/i386sco.mh (XDEPFILES): Delete.
9942 * config/i386/i386v.mh (XDEPFILES): Delete.
9943 * config/i386/nbsd.mh (XDEPFILES): Delete.
9944 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
9945 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
9946 * config/i386/symmetry.mh (XDEPFILES): Delete.
9947 * config/i386/obsd.mh (XDEPFILES): Delete.
9948 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
9949 * config/ia64/linux.mh (XDEPFILES): Delete.
9950 * config/ia64/aix.mh (XDEPFILES): Delete.
9951 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
9952 * config/m68k/dpx2.mh (XDEPFILES): Delete.
9953 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
9954 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
9955 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
9956 * config/m68k/linux.mh (XDEPFILES): Delete.
9957 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
9958 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
9959 * config/m68k/nbsd.mh (XDEPFILES): Delete.
9960 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
9961 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
9962 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
9963 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
9964 * config/m88k/delta88.mh (XDEPFILES): Delete.
9965 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
9966 * config/m88k/m88k.mh (XDEPFILES): Delete.
9967 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
9968 * config/mips/linux.mh (XDEPFILES): Delete.
9969 * config/mips/irix6.mh (XDEPFILES): Delete.
9970 * config/mips/irix5.mh (XDEPFILES): Delete.
9971 * config/mips/irix4.mh (XDEPFILES): Delete.
9972 * config/mips/irix3.mh (XDEPFILES): Delete.
9973 * config/mips/decstation.mh (XDEPFILES): Delete.
9974 * config/mips/mipsm3.mh (XDEPFILES): Delete.
9975 (NATDEPFILES): Move core-aout.o to here.
9976 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
9977 * config/pa/hpux1020.mh (XDEPFILES): Delete.
9978 * config/pa/hppabsd.mh (XDEPFILES): Delete.
9979 * config/pa/hppahpux.mh (XDEPFILES): Delete.
9980 * config/pa/hpux11w.mh (XDEPFILES): Delete.
9981 * config/pa/hppaosf.mh (XDEPFILES): Delete.
9982 * config/pa/hpux11.mh (XDEPFILES): Delete.
9983 * config/powerpc/aix.mh (XDEPFILES): Delete.
9984 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
9985 * config/powerpc/linux.mh (XDEPFILES): Delete.
9986 * config/romp/rtbsd.mh: Rename XDEPFILES.
9987 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
9988 * config/rs6000/aix4.mh (XDEPFILES): Delete.
9989 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
9990 * config/s390/s390.mh (XDEPFILES): Delete.
9991 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
9992 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
9993 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
9994 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
9995 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
9996 * config/sparc/nbsd.mh (XDEPFILES): Delete.
9997 * config/sparc/linux.mh (XDEPFILES): Delete.
9998 * config/vax/vaxult.mh (XDEPFILES): Delete.
9999 * config/vax/vaxult2.mh (XDEPFILES): Delete.
10000 * Makefile.in (DEPFILES): Remove XDEPFILES.
10001
10002 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10003
10004 * utils.c (internal_verror): Fix comments, default is yes not no.
10005 Update queries to match. Default to quit and dump core.
10006
10007 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10008
10009 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
10010 copyright.
10011 * defs.h, event-top.c, gdbcmd.h: Ditto.
10012 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10013 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10014 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10015 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10016 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10017 * mi/mi-main.c:Ditto.
10018
10019 * stack.c, symfile.c: Update copyright.
10020
10021 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10022
10023 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10024 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10025 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10026 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
10027
10028 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10029
10030 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10031 * gdbserver/low-lynx.c (myattach): Likewise.
10032 * gdbserver/low-nbsd.c (myattach): Likewise.
10033 * gdbserver/low-sim.c (myattach): Likewise.
10034 * gdbserver/low-sparc.c (myattach): Likewise.
10035 * gdbserver/low-sun3.c (myattach): Likewise.
10036
10037 * gdbserver/low-linux.c (myattach): New function.
10038
10039 * gdbserver/server.c (attach_inferior): New function.
10040 (main): Handle "--attach".
10041
10042 2002-01-16 Andrew Cagney <ac131313@redhat.com>
10043
10044 * MAINTAINERS (language support): Daniel Jacobwitz is C++
10045 maintainer.
10046
10047 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
10048
10049 * c-typeprint.c (is_type_conversion_operator): Add additional
10050 check for non-conversion operators.
10051
10052 2002-01-15 Michael Snyder <msnyder@redhat.com>
10053
10054 * linux-proc.c: Add "info proc" command, a la procfs.c.
10055 (read_mapping): New function, abstract and re-use code.
10056 (linux_find_memory_regions): Use new func read_mapping.
10057 (linux_info_proc_cmd): New function, implement "info proc".
10058 (_initialize_linux_proc): Add new command "info proc".
10059
10060 2002-01-15 Michael Snyder <msnyder@redhat.com>
10061
10062 * symfile.c (generic_load): Use bfd_map_over_sections method
10063 instead of manipulating bfd structure members directly.
10064 (add_section_size_callback): New function, bfd sections callback
10065 used by generic_load.
10066 (load_sections_callback): New function, bfd sections callback
10067 used by generic_load.
10068
10069 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
10070
10071 [Based on work by Jim Blandy]
10072 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10073 (builtin_type_vec128): Export.
10074 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10075 types.
10076 (builtin_type_vec128): New builtin type for 128 bit vector
10077 registers.
10078 (build_gdbtypes): Initialize builtin_type_v16qi and
10079 builtin_type_v8hi. Create the vec128 register builtin type
10080 structure.
10081 (build_builtin_type_vec128): New function.
10082 (_initialize_gdbtypes): Register builtin_type_v16qi and
10083 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10084 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10085 AltiVec register to new builtin type.
10086
10087 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
10088
10089 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10090 to make_cv_type.
10091
10092 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10093
10094 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10095 CLEAN_UP_REGISTER_VALUE.
10096 * regcache.c (supply_register): Update only call.
10097
10098 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10099
10100 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10101 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10102 a29k-*-vxworks* targets as obsolete.
10103
10104 2002-01-14 Michael Snyder <msnyder@redhat.com>
10105
10106 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10107 until we can resolve portability issues.
10108 * gregset.h: Remove references to fpxregs.
10109 * gcore.c (gcore_command): Initialize note_sec to NULL.
10110
10111 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10112
10113 * signals.c (target_signal_to_name): Rewrite. Only use
10114 signals[].name when in bounds and non-NULL.
10115
10116 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10117
10118 From Petr Ledvina <ledvinap@kae.zcu.cz>:
10119 * signals.c (target_signal_to_name): Verify that SIG is within the
10120 bounds of the signals array.
10121
10122 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10123
10124 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10125
10126 2002-01-13 Keith Seitz <keiths@redhat.com>
10127
10128 * stack.c (print_frame_info_base): Print the frame's pc
10129 only if when print_frame_info_listing_hook is not defined.
10130
10131 2002-01-13 Keith Seitz <keiths@redhat.com>
10132
10133 * varobj.c (varobj_set_value): Make sure that there were no
10134 errors evaluating the object before attempting to set its
10135 value.
10136 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10137 so this offset adjustment is no longer necessary.
10138 (create_child): Don't set the error flag if the child is
10139 a CPLUS_FAKE_CHILD.
10140 (value_of_child): If value_fetch_lazy fails, return NULL
10141 so that callers will be notified that an error occurred.
10142 (c_value_of_variable): Delay check of variable's validity
10143 until later. We actually want all structs and unions to have
10144 the value "{...}".
10145 Do not return "???" for variables which could not be evaluated.
10146 This error condition must be returned to the caller so that it
10147 can get the error condition from gdb.
10148 (cplus_name_of_child): Adjust index for vptr before figuring
10149 out the name of the child.
10150 (cplus_value_of_child): If a child's (real) parent is not valid,
10151 don't even bother trying to give a value for it. Just return
10152 an error. Change all instances in this function.
10153 (cplus_type_of_child): If our parent is one of the "fake"
10154 parents, we need to get at the type of the real parent, and
10155 derive the child's true type using this information.
10156
10157 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10158
10159 From 2002-01-09 John Marshall <johnm@falch.net>:
10160 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10161 sources.redhat.com, and tweak some related URLs which had
10162 suffered from linkrot.
10163
10164 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10165
10166 From Jeff law:
10167 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10168 structures passed in registers.
10169
10170 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
10171
10172 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10173 white space which prevented compilation. Reported by DSK
10174 <dsk@student.unsw.edu.au>.
10175
10176 2002-01-11 Michael Snyder <msnyder@redhat.com>
10177
10178 * symfile.c (build_section_addr_info_from_section_tab):
10179 Use bfd access method instead of manipulating bfd directly.
10180 (syms_from_objfile): Ditto.
10181 (simple_overlay_update_1): Ditto.
10182 (simple_overlay_update): Ditto.
10183 (generic_load): Ditto.
10184 (overlay_unmapped_address): FIXME comment, bfd access methods.
10185 (sections_overlap): FIXME comment, bfd access methods.
10186 (pc_in_mapped_range): FIXME comment, bfd access methods.
10187 (pc_in_unmapped_range): FIXME comment, bfd access methods.
10188 (section_is_mapped): FIXME comment, bfd access methods.
10189 (section_is_overlay): FIXME comment, bfd access methods.
10190
10191 * symfile.c (generic_load): Whitespace and long line cleanups.
10192 Remove duplicate variable, change several local variables to
10193 more appropriate data types.
10194 (print_transfer_performance): Use %lu instead of %ld for ulongs.
10195
10196 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10197
10198 From Peter Schauer:
10199 * language.c (longest_local_hex_string_custom): Use phex_nz to
10200 convert NUM to a hex string.
10201
10202 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
10203
10204 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10205 the function.
10206 Update Copyright year.
10207
10208 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10209
10210 * language.c (longest_raw_hex_string): Delete unused function.
10211
10212 2002-01-11 Petr Sorfa <petrs@caldera.com>
10213
10214 * MAINTAINERS (write-after-approval): Add myself.
10215 * dwarf2read.c (read_tag_string_type): Handling of
10216 DW_AT_byte_size.
10217 (read_tag_string_type): FORTRAN fix to prevent propagation of
10218 first string size.
10219 (set_cu_language): Handling of DW_LANG_Fortran95
10220
10221 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
10222
10223 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10224 GETPID(inferior_ptid).
10225 (store_inferior_registers): Likewise.
10226
10227 2002-01-10 Jason Merrill <jason@redhat.com>
10228
10229 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10230 Fix DW_OP_minus.
10231
10232 2002-01-10 Andrew Cagney <ac131313@redhat.com>
10233
10234 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10235 and bfd/elf32-sh-nbsd.c.
10236
10237 2002-01-10 Michael Snyder <msnyder@redhat.com>
10238
10239 * NEWS: Mention --pid and corefile/proc-id behavior change.
10240
10241 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10242 * gcore.c: Include cli/cli-decode.h instead of command.h.
10243
10244 * main.c (captured_main): Add new command line option "--pid".
10245 If the second command line argument (following the symbol-file)
10246 begins with a digit, try to attach to it before trying to open
10247 it as a corefile.
10248 (print_gdb_help): Document the "--pid" argument.
10249
10250 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10251
10252 * completer.c (command_completer): New function.
10253
10254 * completer.h <command_completer>: Add prototype.
10255
10256 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10257 completer for the "help" command.
10258
10259 2002-01-09 Jason Merrill <jason@redhat.com>
10260
10261 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10262
10263 2002-01-09 Michael Snyder <msnyder@redhat.com>
10264
10265 * i386-linux-nat.c (fill_fpxregset): Make global.
10266 (store_fpxregset): Ditto.
10267
10268 * gregset.h (gdb_fpxregset_t): Define.
10269 (supply_fpxregset): Prototype.
10270 (fill_fpxregset): Prototype.
10271
10272 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10273
10274 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10275
10276 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10277 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10278 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10279
10280 2002-01-09 Andrew Cagney <ac131313@redhat.com>
10281
10282 * MAINTAINERS: Update target maintainer rules so that any
10283 Maintainer can approve a tested patch for a maintenance-only
10284 target.
10285
10286 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10287
10288 * MAINTAINERS (write-after-approval): Add myself.
10289
10290 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10291 IN_SIGTRAMP.
10292
10293 2002-01-08 Michael Snyder <msnyder@redhat.com>
10294
10295 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10296 real name of the executable, rather than the /proc name.
10297
10298 2002-01-03 Michael Snyder <msnyder@redhat.com>
10299
10300 Implement a "generate-core-file" command in gdb, save target state.
10301 * gcore.c: New file. Implement new command 'generate-core-file'.
10302 Save a corefile image of the current state of the inferior.
10303 * linux-proc.c: Add linux-specific code for saving corefiles.
10304 * target.h (struct target_ops): Add new target vectors for saving
10305 corefiles; to_find_memory_regions and to_make_corefile_notes.
10306 (target_find_memory_regions): New macro.
10307 (target_make_corefile_notes): New macro.
10308 * target.c (update_current_target): Inherit new target methods.
10309 (dummy_find_memory_regions): New place-holder method.
10310 (dummy_make_corefile_notes): New place-holder method.
10311 (init_dummy_target): Initialize new dummy target vectors.
10312 * exec.c (exec_set_find_memory_regions): New function.
10313 Allow the exec_ops vector for memory regions to be taken over.
10314 (exec_make_note_section): New function, target vector method.
10315 * defs.h (exec_set_find_memory_regions): Export prototype.
10316 * procfs.c (proc_find_memory_regions): New function, corefile method.
10317 (procfs_make_note_section): New function, corefile method.
10318 (init_procfs_ops): Set new target vector pointers.
10319 (find_memory_regions_callback): New function.
10320 (procfs_do_thread_registers): New function.
10321 (procfs_corefile_thread_callback): New function.
10322 * sol-thread.c (sol_find_memory_regions): New function.
10323 (sol_make_note_section): New function.
10324 (init_sol_thread_ops): Initialize new target vectors.
10325 * inftarg.c (inftarg_set_find_memory_regions): New function.
10326 Allow to_find_memory_regions vector to be taken over.
10327 (inftarg_set_make_corefile_notes): New function.
10328 Allow to_make_corefile_notes vector to be taken over.
10329 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10330 interface layer if not target_has_execution (may be a corefile).
10331 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10332 * config/sparc/sun4sol2.mh: Ditto.
10333 * config/alpha/alpha-linux.mh: Ditto.
10334 * config/arm/linux.mh: Ditto.
10335 * config/i386/x86-64linux.mh: Ditto.
10336 * config/ia64/linux.mh: Ditto.
10337 * config/m68k/linux.mh: Ditto.
10338 * config/mips/linux.mh: Ditto.
10339 * config/powerpc/linux.mh: Ditto.
10340 * config/sparc/linux.mh: Ditto.
10341
10342 2002-01-07 Michael Snyder <msnyder@redhat.com>
10343
10344 * arm-linux-nat.c: Remove references to regcache.c internal data
10345 (registers[] and register_valid[]).
10346
10347 2002-01-07 Michael Snyder <msnyder@redhat.com>
10348
10349 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10350 so that attaching to a pid will automatically read the process's
10351 symbol file and shlibs.
10352 * Makefile.in: Add rule for linux-proc.o.
10353 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10354 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10355 * config/arm/linux.mh: Ditto.
10356 * config/i386/linux.mh: Ditto.
10357 * config/i386/x86-64linux.mh: Ditto.
10358 * config/ia64/linux.mh: Ditto.
10359 * config/m68k/linux.mh: Ditto.
10360 * config/mips/linux.mh: Ditto.
10361 * config/powerpc/linux.mh: Ditto.
10362 * config/sparc/linux.mh: Ditto.
10363
10364 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10365
10366 * win32-nat.c: Add i386-tdep.h dependency.
10367
10368 2002-01-07 Michael Snyder <msnyder@redhat.com>
10369
10370 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10371 instead of bfd_get_arch_size. Don't bail out just because
10372 there's no exec_bfd.
10373
10374 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10375 * p-valprint.c (pascal_object_print_value): Ditto.
10376 * somread.c (som_symtab_read): Ditto.
10377 * symfile.c (simple_free_overlay_region_table): Ditto.
10378 * valops.c (value_assign): Ditto.
10379
10380 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10381 use tilde_expand and strerror for opening save-tracepoints file.
10382
10383 * thread-db.c (thread_db_new_objfile): Indendation fix.
10384
10385 * infptrace.c (GDB_MAX_ALLOCA): New define.
10386 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10387 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10388 can be overridden with whatever value is appropriate to the host).
10389 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10390 alloca to allocate potentially large buffer.
10391 * rs6000-nat.c (child_xfer_memory): Ditto.
10392 * symm-nat.c (child_xfer_memory): Ditto.
10393 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10394
10395 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10396
10397 From Nick Clifton <nickc@redhat.com>
10398 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10399
10400 2002-01-07 Michael Snyder <msnyder@redhat.com>
10401
10402 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10403 Don't use exec_bfd if it's NULL.
10404
10405 2002-01-06 Mark Kettenis <kettenis@gnu.org>
10406
10407 * valops.c (value_arg_coerce): Fix formatting.
10408
10409 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10410
10411 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10412 * gnu-nat.c: Ditto.
10413
10414 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10415
10416 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10417 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10418 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10419 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10420 z8k-coff have not been multi-arched. Update z8k-coff build
10421 status.
10422
10423 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10424
10425 * MAINTAINERS: Mark a29k target as obsolete.
10426 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10427 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10428 comments.
10429 * NEWS: Note that a29k targets are obsolete.
10430 * a29k-tdep.c: Mark as obsolete.
10431 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10432 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10433 a29k-*-vxworks* targets as obsolete.
10434 * remote-adapt.c: Obsolete.
10435 * remote-eb.c: Obsolete.
10436 * remote-mm.c: Obsolete.
10437 * remote-udi.c: Obsolete.
10438 * config/a29k/a29k-udi.mt: Obsolete.
10439 * config/a29k/a29k.mt: Obsolete.
10440 * config/a29k/tm-a29k.h: Obsolete.
10441 * config/a29k/tm-vx29k.h: Obsolete.
10442 * config/a29k/vx29k.mt: Obsolete.
10443
10444 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10445
10446 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10447 with BFD_ENDIAN_BIG.
10448
10449 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10450
10451 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10452 * configure, config.in: Re-generate.
10453 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10454 * defs.h: Do not include <endian.h>.
10455
10456 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10457
10458 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10459 * config.in: Regenerate.
10460 * configure.in: Update copyright years.
10461 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10462 * configure: Regenerate.
10463 * i386bsd-nat.c: Update copyright years.
10464 (fill_gregset): Use regcache_collect.
10465 (fetch_inferior_registers): Only fetch integer registers
10466 if requested to do so. Add support for XMM registers
10467 using PT_GETXMMREGS.
10468 (store_inferior_registers): Only store integer registers
10469 if requested to do so. Add support for XMM registers
10470 using PT_SETXMMREGS.
10471 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10472 (store_inferior_registers): Remove.
10473 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10474 (fetch_elfcore_registers): New function.
10475 (i386nbsd_elfcore_fns): New.
10476 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10477 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10478 i386bsd-nat.o.
10479 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10480 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10481 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10482 * config/i386/tm-nbsd.h: Update copyright years.
10483 (HAVE_SSE_REGS): Define.
10484 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10485 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10486 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10487 (SIGCONTEXT_PC_OFFSET): Remove.
10488 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10489
10490 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10491
10492 * configure.tgt: Remove powerpc-*-macos* target.
10493 * config/m68k/xm-mpw.h: Delete file.
10494 * config/xm-mpw.h: Delete file.
10495 * ser-mac.c: Delete file.
10496 * mpw-make.sed: Delete file.
10497 * mpw-config.in: Delete file.
10498 * mac-xdep.c: Delete file.
10499 * mac-gdb.r: Delete file.
10500 * mac-defs.h: Delete file.
10501 * mac-nat.c: Delete file.
10502 * config/powerpc/macos.mh: Delete file.
10503 * config/powerpc/macos.mt: Delete file.
10504 * config/powerpc/nm-macos.h: Delete file.
10505 * config/powerpc/tm-macos.h: Delete file.
10506 * source.c (openp, open_source_file): Remove obsolete code.
10507 * top.c (gdb_readline): Ditto.
10508 * utils.c (query): Ditto.
10509 * event-top.c (display_gdb_prompt): Ditto.
10510 * Makefile.in (ser-mac.o): Delete obsolete target.
10511 * NEWS: Update.
10512
10513 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10514
10515 * defs.h (BIG_ENDIAN): Delete macro definition.
10516 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10517 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10518 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10519 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10520 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10521 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10522 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10523 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10524 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10525 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10526 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10527 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10528 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10529 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10530 * gdbarch.c: Re-generate.
10531
10532 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10533
10534 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10535 for core files.
10536
10537 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10538
10539 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10540
10541 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10542
10543 * value.h (value_ptr): Delete typedef.
10544
10545 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10546
10547 * i386nbsd-nat.c: Update copyright years.
10548 Include i386-tdep.h.
10549
10550 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
10551
10552 * stabsread.c: Update copyright years.
10553
10554 From Debashis Mahata <debashis.mahata@wipro.com>:
10555 (read_struct_fields): Deal with Sun C compiler erroneous stab
10556 output for structs and unions.
10557 Fix PR gdb/269.
10558
10559 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10560
10561 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10562 prototype.
10563
10564 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10565
10566 * cp-abi.c: Fix whitespace.
10567 (baseclass_offset): New wrapper function.
10568 * cp-abi.h (baseclass_offset): Add prototype.
10569 (struct cp_abi_ops): Add baseclass_offset pointer.
10570
10571 * valops.c (vb_match): Move to...
10572 * gnu-v2-abi.c (vb_match): here.
10573 * valops.c (baseclass_offset): Move to...
10574 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10575
10576 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10577
10578 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10579 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10580 * hpacc-abi.c (init_hpacc_ops): Likewise.
10581
10582 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10583
10584 * valops.c (find_overload_match): Accept obj as a
10585 reference parameter. Update it before returning.
10586 * value.h (find_overload_match): Update prototype.
10587 * eval.c (evaluate_subexp_standard): Pass object to
10588 find_overload_match by reference.
10589
10590 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10591
10592 * valarith.c: Replace value_ptr with struct value pointer. Remove
10593 register attribute from value declarations.
10594 * valops.c: Ditto.
10595 * value.h: Ditto.
10596 * scm-lang.c (scm_lookup_name): Ditto.
10597
10598 2002-01-03 Michael Snyder <msnyder@redhat.com>
10599
10600 Abstract the functionality of iterating over mapped memory
10601 regions into a general purpose iterator function.
10602 * procfs.c (iterate_over_mappings): New function, general purpose
10603 iterator for memory sections.
10604 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10605 (solib_mappings_callback): New function, callback for above.
10606 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10607 (info_mappings_callback): New function, callback for above.
10608
10609 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10610
10611 2002-01-01 Mark Kettenis <kettenis@gnu.org>
10612
10613 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10614 * i386-tdep.c: Include "elf-bfd.h".
10615 (process_note_abi_tag_sections): New function.
10616 (i386_gdbarch_init): Add code to recognize various OS/ABI
10617 combinations.
10618
10619 * maint.c (_initialize_maint_cmds): Add missing \ in
10620 string-literal.
10621
10622 For older changes see ChangeLog-2001
10623 \f
10624 Local Variables:
10625 mode: change-log
10626 left-margin: 8
10627 fill-column: 74
10628 version-control: never
10629 End: