2002-08-19 Andrew Cagney <ac131313@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2
3 * frame.c (frame_register_unwind): When a register, set addrp to
4 the register's byte.
5
6 2002-08-20 Michael Snyder <msnyder@redhat.com>
7
8 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
9 used locally, so move them from the target machine header to here.
10 (mips_set_processor_type, mips_register_name, mips32_next_pc,
11 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
12 Make static.
13 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
14
15 2002-08-20 Andrew Cagney <cagney@redhat.com>
16
17 * NEWS: Mention that the Apollo line was made obsolete.
18 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
19 m68*-hp-hpux* obsolete.
20 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
21 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
22 * buildsym.c (make_blockvector): Make static.
23 * buildsym.h (make_blockvector): Make extern declaration obsolete.
24 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
25 (ALLDEPFILES): Remove dstread.c.
26 (dstread.o): Obsolete make rule.
27 * dstread.c: Makefile obsolete.
28 * dst.h: Ditto.
29 * config/m68k/hp300hpux.mt: Ditto.
30 * config/m68k/hp300hpux.mh: Ditto.
31 * config/m68k/hp300bsd.mt: Ditto.
32 * config/m68k/hp300bsd.mh: Ditto.
33 * config/m68k/apollo68b.mt: Ditto.
34 * config/m68k/apollo68v.mh: Ditto.
35 * config/m68k/apollo68b.mh: Ditto.
36
37 2002-08-20 Michael Snyder <msnyder@redhat.com>
38
39 * mips-tdep.c (mips_in_return_stub): Make static.
40 (mips_gdbarch_init): Set in_solib_return_trampoline.
41 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
42
43 2002-08-20 Michael Snyder <msnyder@redhat.com>
44
45 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
46 * gdbarch.c, gdbarch.h: Regenerate.
47 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
48 Add.
49 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
50
51 2002-08-20 Michael Snyder <msnyder@redhat.com>
52
53 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
54 (mips_gdbarch_init): Set skip_trampoline_code,
55 in_solib_call_trampoline.
56 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
57 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
58
59 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
60
61 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
62
63 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
64 vector type for ev registers.
65 (e500_pseudo_register_read): New function.
66 (e500_pseudo_register_write): New function.
67 (e500_dwarf2_reg_to_regnum): New function.
68 (PPC_UISA_NOFP_SPRS): New macro.
69 (PPC_EV_REGS): New macro.
70 (PPC_GPRS_PSEUDO_REGS): New macro.
71 (registers_e500): New register set for e500.
72 (variants): Add e500 variant.
73 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
74 before setting architectural dependent variations. Initialize ev
75 registers numbers. Add case for e500 architecture. Set the
76 number of pseudo registers.
77
78 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
79
80 * rs6000-tdep.c: Clean up comments.
81
82 2002-08-20 Andrew Cagney <cagney@redhat.com>
83
84 * h8300-tdep.c: Re-indent file.
85
86 2002-08-20 Jim Blandy <jimb@redhat.com>
87
88 * Makefile.in (LDFLAGS): Allow the configure script to establish a
89 default for this.
90 * gdbserver/Makefile.in (LDFLAGS): Same.
91
92 2002-08-20 Keith Seitz <keiths@redhat.com>
93
94 * breakpoints.c (watch_command_1): Use internal breakpoint
95 when setting a watchpoint_scope breakpoint.
96
97 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
98
99 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
100 (build_builtin_type_vec64i): Ditto.
101 (build_builtin_type_vec128): Ditto.
102 (build_builtin_type_vec128i): Ditto.
103
104 2002-08-19 Michael Snyder <msnyder@redhat.com>
105
106 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
107 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
108 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
109 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
110 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
111 CALL_DUMMY_ADDRESS): Delete.
112 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
113 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
114 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
115 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
116 push_return_address.
117 (mips_register_raw_size, mips_eabi_use_struct_convention,
118 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
119 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
120 mips_init_extra_frame_info, mips_eabi_push_arguments,
121 mips_n32n64_push_arguments, mips_push_return_address,
122 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
123 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
124
125 2002-08-19 Michael Snyder <msnyder@redhat.com>
126
127 * mips-tdep.c (mips_frame_num_args): New function.
128 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
129 frame_saved_pc, frame_args_address, frame_locals_address,
130 frame_num_args, and frame_args_skip.
131 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
132 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
133 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
134 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
135
136 2002-08-20 Michael Snyder <msnyder@redhat.com>
137
138 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
139 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
140 * mips-tdep.c (mips_store_struct_return): New function.
141 (mips_extract_struct_value_address): New function.
142 (mips_gdbarch_init): Set store_struct_return and
143 extract_struct_value_address.
144
145 2002-08-20 David Carlton <carlton@math.stanford.edu>
146
147 * dwarf2read.c (dwarf2_build_psymtabs): Check that
148 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
149 (read_file_scope): Check that line_header is nonzero before
150 decoding macro information.
151
152 2002-08-20 Mark Kettenis <kettenis@gnu.org>
153
154 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
155 flag the general-purpose registers as floating-point on targets
156 that don't support the floating-point registers.
157
158 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
159
160 * rs6000-tdep.c (altivec_register_p): Delete.
161 (rs6000_do_altivec_registers): Delete.
162 (rs6000_altivec_registers_info): Delete.
163 (rs6000_do_registers_info): Delete.
164 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
165 (rs6000_gdbarch_init): Remove setting of do_registers_info.
166
167 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
168
169 * infcmd.c (do_registers_info): Print vector registers in hex
170 format only.
171 (print_vector_info): Check that printing registers
172 makes sense.
173 (print_float_info): Ditto.
174
175 2002-08-20 Andrew Cagney <ac131313@redhat.com>
176
177 * mips-tdep.c (mips_gdbarch_init): Update.
178 (mips_o32_extract_return_value): Rewrite.
179 (mips_o32_store_return_value): Rewrite.
180 (mips_o32_xfer_return_value): New function.
181 (mips_xfer_register): Tweak debug print message. Allow for
182 buf_offset when dumping the value transfered.
183
184 2002-08-20 Andrew Cagney <ac131313@redhat.com>
185
186 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
187 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
188 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
189 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
190 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
191
192 2002-08-14 Michael Snyder <msnyder@redhat.com>
193
194 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
195
196 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
197
198 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
199 register.
200 (P): New macro to define a register as a pseudo register.
201 (R, R4, R8, R16, FR32, R64, R0): Updated.
202 (struct variant): Add new fields for number of pseudo registers
203 and number of total registers.
204 (tot_num_registers): New macro replacing....
205 (num_registers): ...deleted macro.
206 (num_registers): New function.
207 (num_pseudo_registers): New function.
208 (variants): Update all variants to intialize new fields correctly.
209 Postpone initialization of number of pseudo regs and real regs.
210 (init_variants): New function.
211 (rs6000_gdbarch_init): Initialize variants. Update calculation of
212 registers offsets.
213
214 2002-08-19 David Carlton <carlton@math.stanford.edu>
215
216 * valops.c (search_struct_field): Change error message to treat
217 return value of 0 from value_static_field as meaning that field is
218 optimized out.
219 (value_struct_elt_for_reference): Ditto.
220 * values.c (value_static_field): Treat an unresolved location the
221 same as a nonexistent symbol. Fix PR gdb/635.
222 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
223 enclosed. Fix PR gdb/574.
224 * MAINTAINERS: Add self to Write After Approval list.
225
226 2002-08-19 Andrew Cagney <ac131313@redhat.com>
227
228 * mips-tdep.c (mips_xfer_register): New function.
229 (mips_n32n64_extract_return_value): Rewrite.
230 (mips_gdbarch_init): For N32 and N64, set extract_return_value
231 instead of deprecated_extract_return_value.
232
233 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
234
235 * rs6000-tdep.c (TDEP): Delete macro.
236 (branch_dest): Replace use of TDEP macro with its body.
237 (rs6000_pop_frame): Ditto.
238 (rs6000_push_arguments): Ditto.
239 (rs6000_skip_trampoline_code): Ditto.
240 (rs6000_frame_saved_pc): Ditto.
241 (rs6000_frame_chain): Ditto.
242 (rs6000_register_name): Ditto.
243 (rs6000_register_byte): Ditto.
244 (rs6000_register_raw_size): Ditto.
245 (rs6000_register_virtual_type): Ditto.
246 (rs6000_register_convertible): Ditto.
247 (rs6000_convert_from_func_ptr_addr): Ditto.
248
249 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
250
251 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
252 conditionally.
253 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
254 MIPS_LINUX_JB_ELEMENT_SIZE.
255 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
256 for MAX_REGISTER_RAW_SIZE arrays.
257 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
258 MIPS_LINUX_JB_ELEMENT_SIZE.
259
260 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
261
262 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
263
264 2002-08-19 Aidan Skinner <aidan@velvet.net>
265
266 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
267 ada-valprint.c ada-tasks.c.
268 (YYFILES): Add ada-exp.y.
269 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
270 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
271 (ada-exp.tab.o): New target.
272
273 2002-08-18 Andrew Cagney <ac131313@redhat.com>
274
275 * regcache.c (regcache_xfer_part): New function.
276 (regcache_raw_read_part): New function.
277 (regcache_raw_write_part): New function.
278 (regcache_cooked_read_part): New function.
279 (regcache_cooked_write_part): New function.
280 * regcache.h (regcache_raw_read_part): Declare.
281 (regcache_raw_write_part): Declare.
282 (regcache_cooked_read_part): Declare.
283 (regcache_cooked_write_part): Declare.
284
285 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
286
287 * remote.c (remote_open_1): Add async_p.
288 (remote_async_open_1): Delete.
289 (open_remote_target): Delete.
290 (remote_open, extended_remote_open): Update calls to remote_open_1.
291 (remote_async_open, extended_remote_async_open): Call
292 remote_open_1 instead of remote_async_open_1.
293
294 2002-08-19 Mark Kettenis <kettenis@gnu.org>
295
296 * blockframe.c: Fix a few coding standard violations.
297
298 2002-08-19 Mark Kettenis <kettenis@gnu.org>
299
300 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
301 here from ...
302 * config/i386/tm-i386sco5.h: ... here. File removed.
303 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
304
305 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
306 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
307 (TM_FILE): Set to tm-i386.h.
308 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
309 * config/i386/tm-i386v.h: Remove file.
310 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
311 instead of "i386/tm-i386v.h".
312 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
313 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
314 "i386/tm-i386v.h".
315 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
316 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
317 "i386/tm-i386.h".
318
319 2002-08-18 Mark Kettenis <kettenis@gnu.org>
320
321 * config/i386/nm-i386v.h: Add protection against
322 multiple-inclusion.
323 (i386_register_u_addr): Remove prototype.
324 (register_u_addr): New prototype.
325 (REGISTER_U_ADDR): Redefine accordingly.
326 * i386v-nat.c: Improve several comments.
327 (i386_register_u_addr): Change signature and rename to
328 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
329 ubase variable.
330
331 2002-08-18 Andrew Cagney <ac131313@redhat.com>
332
333 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
334 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
335 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
336 deprecated_extract_return_value.
337 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
338 rename mips_o32o64_push_arguments.
339 (mips_gdbarch_init): Update.
340 (mips_extract_return_value): Delete.
341 (mips_o32_extract_return_value): Clone mips_extract_return_value.
342 (mips_o64_extract_return_value): Clone mips_extract_return_value.
343 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
344 (mips_n32n64_extract_return_value): Clone
345 mips_extract_return_value.
346 (mips_store_return_value): Delete.
347 (mips_o32_store_return_value): Clone mips_store_return_value.
348 (mips_o64_store_return_value): Clone mips_store_return_value.
349 (mips_eabi_store_return_value): Clone mips_store_return_value.
350 (mips_n32n64_store_return_value): Clone mips_store_return_value.
351
352 2002-08-18 Aidan Skinner <aidan@velvet.net>
353
354 * ada-lang.c: Use gdb_string.h instead of <string.h>.
355 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
356
357 2002-08-18 Aidan Skinner <aidan@velvet.net>
358
359 * ada-lang.c: Run through gdb_indent.sh.
360 * ada-lang.h: Run through gdb_indent.sh.
361 * ada-tasks.c: Run through gdb_indent.sh.
362 * ada-typeprint.c: Run through gdb_indent.sh.
363 * ada-valprint.c: Run through gdb_indent.sh.
364
365 2002-08-18 Andrew Cagney <ac131313@redhat.com>
366
367 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
368 ABI.
369
370 2002-08-18 Mark Kettenis <kettenis@gnu.org>
371
372 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
373
374 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
375 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
376
377 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
378 write_register_gen instead of write_register_bytes.
379
380 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
381 i[3456]-*-osf1mk* configurations have been made obsolete.
382 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
383 i[3456]86-*-osf1mk* hosts obsolete.
384 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
385 targets obsolete.
386 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
387 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
388 config/i386/i386m3.mt, config/i386/nm-m3.h,
389 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
390 config/i386/i386mk.mh, config/i386/i386mk.mt,
391 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
392 obsolete.
393 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
394 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
395 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
396
397 2002-08-18 Andrew Cagney <ac131313@redhat.com>
398
399 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
400 (hppa_value_returned_from_stack): Declare.
401 (hppa_extract_return_value): Declare.
402 * config/pa/hppa.mt: New file.
403 * configure.tgt: Recognize hppa*-*-*.
404 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
405
406 2002-08-18 Mark Kettenis <kettenis@gnu.org>
407
408 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
409 comment.
410
411 2002-08-17 Mark Kettenis <kettenis@gnu.org>
412
413 * top.c (gdb_rl_operate_and_get_next): Make sure
414 operate-and-get-next functions correctly even when the history
415 list is completely filled.
416
417 2002-08-18 Andrew Cagney <ac131313@redhat.com>
418
419 * MAINTAINERS (Target Instruction Set Architectures): Rename
420 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
421 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
422 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
423 already listed under Host/Native.
424
425 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
426 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
427 mips*-*-*.
428
429 2002-08-17 Andrew Cagney <ac131313@redhat.com>
430
431 * config/ia64/ia64.mt: New file.
432 * config/alpha/alpha.mt: New file.
433 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
434 ia64-linux-gnu. Mention that ia64-elf is broken.
435 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
436
437 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
438
439 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
440 generic_func_frame_valid instead of func_frame_valid.
441
442 2002-08-16 Joel Brobecker <brobecker@gnat.com>
443
444 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
445 procfs appears to be broken when debugging on multi-processor
446 machines. So enable software single stepping in order to avoid
447 using the procfs interface to do next/step operations, using
448 internal breakpoints instead.
449
450 * infrun.c (handle_inferior_event): Readjust the stop_pc by
451 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
452 make this pc address equal to the value it would have if the
453 system stepping capability was used. Also set a new flag used
454 to ensure that we don't readjust the PC one more time later.
455
456 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
457 address by DECR_PC_AFTER_BREAK when software single step is
458 in use for this architecture, as this has already been taken
459 care of in handle_inferior_event().
460
461 2002-08-16 Joel Brobecker <brobecker@gnat.com>
462
463 * infrun.c (handle_inferior_event): Minor reformatting, to make
464 a rather long condition expression easier to read.
465
466 2002-08-16 Andrew Cagney <ac131313@redhat.com>
467
468 * Makefile.in (gdbtk.o): Move to end of file.
469 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
470 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
471 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
472 (gdbtk-wrapper.o, gdbres.o): Ditto.
473
474 2002-08-16 Andrew Cagney <ac131313@redhat.com>
475
476 * Makefile.in (copying.o): Separate out compile rule.
477 (hpux-thread.o, procfs.o, signals.o): Ditto.
478 (v850ice.o, z8k-tdep.o): Ditto.
479 (tui-file.o): Move to TUI section.
480 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
481 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
482
483 2002-08-16 Joel Brobecker <brobecker@gnat.com>
484
485 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
486 skip_trampoline_code, for better namespace-proofing.
487
488 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
489
490 2002-08-16 Joel Brobecker <brobecker@gnat.com>
491
492 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
493
494 2002-08-16 Joel Brobecker <brobecker@gnat.com>
495
496 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
497 signal, check whether we hit a breakpoint before checking for a
498 single step breakpoint. Otherwise, GDB fails to notice that a
499 breakpoint has been hit when stepping onto a breakpoint.
500
501 2002-08-16 Keith Seitz <keiths@redhat.com>
502
503 * gdb-events.sh (clear_gdb_event_hooks): New function.
504 * gdb-events.c: Regenerate.
505 * gdb-events.h: Regenerate.
506
507 2002-08-16 Andrew Cagney <ac131313@redhat.com>
508
509 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
510 not_a_sw_breakpoint.
511 * breakpoint.h (bpstat_stop_status): Add parameter names.
512
513 2002-08-16 Grace Sainsbury <graces@redhat.com>
514
515 * remote.c (remote_insert_hw_breakpoint)
516 (remote_remove_hw_breakpoint): Fix calculation of length field
517 for Z-packet.
518
519 2002-08-15 Michael Snyder <msnyder@redhat.com>
520
521 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
522 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
523 (supply_fpregset): Ditto.
524
525 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
526 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
527 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
528 (TARGET_READ_SP): Delete.
529 (DO_REGISTERS_INFO): Delete.
530 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
531 Delete.
532 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
533 from macros to functions.
534
535 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
536 (mips_register_convertible, mips_register_convert_to_virtual,
537 mips_register_convert_to_raw): Make static.
538 (mips_read_sp): New function.
539 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
540 (mips_do_registers_info): Make static.
541 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
542 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
543 (mips_register_convert_from_type, mips_register_convert_to_type):
544 New functions.
545 (mips_gdbarch_init): Set up function_start_offset,
546 register_virtual_size, pc_in_sigtramp.
547
548 2002-08-15 Andrew Cagney <ac131313@redhat.com>
549
550 * infcmd.c (vector_info): New function.
551 (_initialize_infcmd): Add command "info vector".
552 (print_vector_info): New function.
553
554 * gdbarch.sh (PRINT_VECTOR_INFO): New method
555 * gdbarch.h, gdbarch.c: Regenerate.
556
557 2002-08-15 Andrew Cagney <ac131313@redhat.com>
558
559 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
560 ``print_all''. Only print vector registers when ``print_all''.
561
562 2002-08-15 Andrew Cagney <ac131313@redhat.com>
563
564 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
565 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
566
567 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
568 Add `args' parameter.
569 * gdbarch.h, gdbarch.c: Regenerate.
570
571 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
572
573 * infcmd.c (float_info): Call print_float_info.
574 (print_float_info): New function. By default, print the
575 floating-point registers.
576
577 * arch-utils.h (default_print_float_info): Delete declaration.
578 * arch-utils.c (default_print_float_info): Delete function.
579
580 2002-08-16 Mark Kettenis <kettenis@gnu.org>
581
582 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
583 out define.
584
585 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
586 FRAME.
587
588 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
589 * configure.host: Make i[3456]86-*-aix host obsolete.
590 * configure.tgt: Make i[3456]86-*-aix target obsolete.
591 * config/i386/i386aix.mh, config/i386/i386aix.mt,
592 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
593 config/i386/xm-i386aix.h: Make files obsolete.
594 * i386aix-nat.c: Make file obsolete.
595 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
596 (i386aix-nat.o): Make target obsolete.
597
598 * config/i386/nm-gnu.h: Removed.
599 * config/i386/nm-i386gnu.h: New file.
600 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
601 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
602 Moved here from ...
603 * config/i386/tm-i386gnu.h: ... here. Removed.
604 * config/i386/xm-i386gnu.h: Removed.
605 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
606 (NAT_FILE): Set to nm-i386gnu.h.
607 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
608 * i386-tdep.c: New file.
609 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
610 (i386gnu-tdep.o): Specify dependencies.
611
612 2002-08-15 Mark Kettenis <kettenis@gnu.org>
613
614 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
615 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
616 Adjust a few comments to reflect reality a bit closer.
617 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
618 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
619 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
620 target_insert_watchpoint, target_remove_watchpoint):
621 Move defines to ...
622 * config/i386/nm-i386sco5.h: ... here.
623 (kernel_u_size): Add prototype. Improve a few comments and add
624 protection against multiple inclusion.
625
626 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
627 out define.
628
629 * uw-thread.c (SP_ARG0): Define if not already defined.
630 * config/i386/tm-i386.h (SO_ARG0): Remove define.
631
632 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
633
634 * config/i386/tm-i386.h: Don't include "regcache.h".
635
636 * i387-tdep.h (i387_print_float_info): New prototype.
637 * i387-tdep.c (print_i387_value, print_i387_ext,
638 print_i387_status_word, print_i387_control_word): Add `struct
639 ui_file *' argument and use it for output.
640 (i387_print_float_info): Renamed from i387_float_info. Add
641 `struct gdbarch *' and `struct ui_file *' arguments and use the
642 latter for output.
643 * i386-tdep.c: Include "i387-tdep.h".
644 (i386_gdbarch_init): Set print_float_info.
645 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
646 (FLOAT_INFO): Remove define.
647
648 2002-08-13 Michael Snyder <msnyder@redhat.com>
649
650 * mips-tdep.c (mips_push_arguments): Rename to
651 mips_eabi_push_arguments, and tune for EABI.
652 (MIPS_REGS_HAVE_HOME_P): Delete.
653 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
654 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
655 Delete references to mips_regs_have_home_p.
656
657 2002-08-14 Keith Seitz <keiths@redhat.com>
658
659 * Makefile.in (install-gdbtk): Create insight plugin directory.
660 Install plugins.tcl file.
661
662 2002-08-14 Keith Seitz <keiths@redhat.com>
663
664 * configure.in: Move SUBDIRS to near top of the file so that
665 --enable options may add things to it.
666 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
667 * configure: Regenerate.
668
669 2002-08-13 Michael Snyder <msnyder@redhat.com>
670
671 * mips-tdep.c (mips_o32o64_push_arguments): New function,
672 cloned from mips_push_arguments, tuned for o32/o64 ABI.
673 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
674
675 2002-08-13 Andrew Cagney <ac131313@redhat.com>
676
677 * vax-tdep.c (vax_get_saved_register): Delete function.
678 (vax_gdbarch_init): Update.
679 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
680 (ns32k_gdbarch_init): Update.
681 * alpha-tdep.c (alpha_get_saved_register): Delete function.
682 (alpha_gdbarch_init): Update.
683
684 2002-08-13 Andrew Cagney <cagney@redhat.com>
685
686 * regcache.c (init_regcache_descr): Overallocate the
687 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
688 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
689 nr_raw_registers.
690 (set_register_cached): Add range checking assertions. Use
691 current_regcache.
692
693 2002-08-13 Mark Kettenis <kettenis@gnu.org>
694
695 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
696 numbers for MMX registers.
697
698 2002-08-13 Andrew Cagney <cagney@redhat.com>
699
700 * i386-tdep.c (i386_gdbarch_init): Use
701 generic_unwind_get_saved_register.
702
703 2002-08-13 Kevin Buettner <kevinb@redhat.com>
704
705 * procfs.c (procfs_can_use_hw_breakpoint): New function.
706 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
707 target vector.
708 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
709 Delete. Add comment regarding this now-deleted target method.
710
711 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
712
713 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
714 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
715 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
716 real PC and the page number (if it's within the memory bank window).
717 (m68hc11_pseudo_register_write): Likewise when saving.
718 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
719 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
720 (m68hc11_register_raw_size): And use 32-bit for it.
721 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
722 16K memory bank is used by the prog; also use the virtual pc.
723
724 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
725
726 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
727 (m68hc11_gdbarch_init): Install it in gdbarch.
728 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
729 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
730 (MSYMBOL_SIZE): New for documentation.
731 (insn_return_kind): Enum to specify how a function returns.
732 (frame_extra_info): Cleanup and record the return mode.
733 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
734 register in address computation.
735 (m68hc11_get_return_insn): New to obtain the return instruction used
736 by the function.
737 (m68hc11_frame_init_saved_regs): Take into account the return
738 instruction used by the function for far and interrupt functions.
739 (m68hc11_init_extra_frame_info): Take into account page register.
740 (m68hc11_frame_args_address): Adjust according to the return mode.
741 (show_regs): Print page register only when it's used.
742
743 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
744
745 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
746 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
747 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
748 registers.
749 (m68hc11_register_raw_size): Likewise.
750
751 2002-08-13 Andrew Cagney <cagney@redhat.com>
752
753 * i386-tdep.c (i386_register_name): Handle mmx registers.
754 (mmx_regnum_p): New function.
755 (i386_mmx_names): New array.
756 (mmx_num_regs): New variable.
757 (i386_pseudo_register_read): New function.
758 (i386_pseudo_register_write): New function.
759 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
760
761 * regcache.c (regcache_raw_read_unsigned): New function.
762 (regcache_raw_read_signed): New function.
763 * regcache.h (regcache_raw_read_unsigned): Declare.
764 (regcache_raw_read_signed): Declare.
765
766 2002-08-13 Andrew Cagney <cagney@redhat.com>
767
768 * regcache.c (regcache_raw_read_as_address): Delete function.
769 (regcache_cooked_read_signed): New function.
770 (regcache_cooked_read_unsigned): New function.
771 * regcache.h (regcache_cooked_read_signed): Declare.
772 (regcache_cooked_read_unsigned): Declare.
773 (regcache_raw_read_as_address): Delete declaration.
774
775 * blockframe.c (generic_read_register_dummy): Use
776 regcache_cooked_read_unsigned.
777 * i386-tdep.c (i386_extract_struct_value_address): Use
778 regcache_cooked_read_unsigned.
779
780 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
781
782 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
783 double sizes according to ELF ABI flags.
784 (gdbarch_tdep): Record elf_flags.
785
786 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
787
788 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
789 (m6812_prolog): They can appear in 68HC12 function prologue.
790 (m68hc11_frame_chain): Cleanup.
791
792 2002-08-12 Andrew Cagney <cagney@redhat.com>
793
794 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
795 declarations.
796 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
797 (i386_linux_register_raw_size): Delete function.
798 (i386_linux_init_abi): Update.
799 * i386-tdep.c (i386_register_raw_size): Delete function.
800 (i386_register_byte): Delete function.
801 (i386_gdbarch_init): Update.
802 (i386_register_size): Delete array.
803 (i386_register_offset): Delete array.
804
805 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
806 (REGISTER_RAW_SIZE): Delete macro.
807 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
808 (REGISTER_BYTE): Delete macro.
809
810 2002-08-11 Aidan Skinner <aidan@velvet.net>
811
812 * ada-lang.c (ada_lookup_partial_symbol)
813 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
814 prototype names so that grep ^func works properly.
815
816 * ada-lang.c (ada_array_element_type)
817 (ada_lookup_partial_symbol): Fix typos in parameter list.
818
819 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
820 Fix prototype names so that grep ^func works properly.
821
822 2002-08-10 Andrew Cagney <cagney@redhat.com>
823 Elena Zannoni <ezannoni@redhat.com>
824 Martin M. Hunt <hunt@redhat.com>
825
826 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
827 (build_builtin_type_vec128i): Set the vector bit.
828 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
829 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
830 (build_builtin_type_vec64): New function.
831 (build_builtin_type_vec64i): New function.
832 (build_gdbtypes): Initialize builtin_type_vec64 and
833 builtin_type_vec64i.
834
835 2002-08-09 Andrew Cagney <cagney@redhat.com>
836
837 * regcache.c (regcache_dump): Compare the register offset
838 with REGISTER_BYTE.
839 * arch-utils.c (generic_register_byte): New function.
840 * arch-utils.h (generic_register_byte): Declare.
841 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
842 * gdbarch.h, gdbarch.c: Regenerate.
843
844 2002-08-09 Andrew Cagney <cagney@redhat.com>
845
846 * regcache.c: Include "gdbcmd.h"
847 (_initialize_regcache): Add commands "maintenance print
848 registers", "maintenance print raw-registers" and "maintenance
849 print cooked-registers".
850 (enum regcache_dump_what): Define.
851 (dump_endian_bytes): New function.
852 (regcache_dump): New function.
853 (regcache_print): New function.
854 (maintenance_print_registers): New function.
855 (maintenance_print_raw_registers): New function.
856 (maintenance_print_cooked_registers): New function.
857 * Makefile.in (regcache.o): Update dependencies.
858
859 2002-08-09 Michael Snyder <msnyder@redhat.com>
860
861 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
862 (mips_push_arguments): Correct some comments. Use paddr_nz
863 for printing addresses in debug output. Replace static
864 allocation using MAX_REGISTER_RAW_SIZE with alloca.
865 (mips_n32n64_push_arguments): New function, cloned from
866 mips_push_arguments and tuned for the n32/n64 ABI.
867 (mips_push_register): Buffer needs dynamic allocation.
868 (mips_print_register): Ditto.
869 (do_gp_register_row): Ditto.
870 (mips_store_return_value): Ditto.
871 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
872
873 2002-08-09 Don Howard <dhoward@redhat.com>
874
875 * memattr.c (mem_info_command): Print special case of upper bound
876 as max CORE_ADDR + 1.
877
878 2002-08-08 Michael Snyder <msnyder@redhat.com>
879
880 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
881 returns structs by ref if they're too big to fit in two registers.
882
883 2002-08-09 Kevin Buettner <kevinb@redhat.com>
884
885 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
886 saved regs value.
887 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
888 mips_find_saved_regs().
889 (mips_pop_frame): Likewise.
890
891 2002-08-09 Kevin Buettner <kevinb@redhat.com>
892
893 * blockframe.c (frame_saved_regs_register_unwind): Revise
894 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
895 frames are in use.
896
897 2002-08-09 Grace Sainsbury <graces@redhat.com>
898
899 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
900 T-packets; the 'a' is not taken as a register number.
901 (remote_check_watch_resources, remote_stopped_by_watchpoint)
902 (remote_stopped_data_address): New functions; add to target
903 vector.
904 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
905 prototypes to match other implementations of this
906 function. replace integer argument with pointer -- the length
907 field in the Z-packet is the length of what is pointed to or 1 if
908 pointer is null. Add to target vector.
909 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
910 target vector.
911
912 From Mark Salter:
913 * remote.c (remote_wait): Add support to extract optional
914 watchpoint information from T-packet. Ignore unrecognized
915 optional info in T-packet.
916 (remote_async_wait): Ditto.
917
918 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
919
920 * cli/cli-dump.c: Change fopen modes to use binary open modes
921 as defined in include/fopen-bin.h throughout.
922
923 2002-08-08 Michael Snyder <msnyder@redhat.com>
924
925 * mips-tdep.c: Minor whitespace and indentation clean-ups.
926
927 2002-08-08 Kevin Buettner <kevinb@redhat.com>
928
929 * doublest.c (store_floating): Avoid floatformat_from_doublest()
930 assertion failure by returning early after a warning.
931
932 2002-08-08 Kevin Buettner <kevinb@redhat.com>
933
934 * mips-tdep.c (mips_find_saved_regs): Make static.
935 (mips_frame_init_saved_regs): New function.
936 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
937 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
938 (mips_find_saved_regs): Delete declaration.
939
940 2002-08-08 Grace Sainsbury <graces@redhat.com>
941
942 * remote.c (remote_wait, remote_async_wait): Change
943 thread_num from int to ULONGEST.
944 (unpack_varlen_hex): Change result parameter from
945 int * to ULONGEST *.
946
947 2002-08-08 Andrew Cagney <ac131313@redhat.com>
948
949 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
950 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
951 powerpc*-*-*.
952 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
953
954 2002-08-08 Andrew Cagney <cagney@redhat.com>
955
956 * gcore.c (override_derive_stack_segment): Delete variable.
957 (preempt_derive_stack_segment): Delete function.
958 (derive_stack_segment): Delete function.
959 (default_derive_stack_segment): Renamed to derive_stack_segment.
960 (override_derive_heap_segment): Delete variable.
961 (preempt_derive_heap_segment): Delete function.
962 (derive_heap_segment): Delete function.
963 (default_derive_heap_segment): Rename to derive_heap_segment.
964
965 2002-08-06 Michael Snyder <msnyder@redhat.com>
966
967 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
968 * mips-tdep.c (mips_EABI_use_struct_convention,
969 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
970 New functions. (mips_use_struct_convention): Delete.
971 (mips_gdbarch_init): set use_gdbarch_convention.
972
973 2002-08-06 Michael Snyder <msnyder@redhat.com>
974
975 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
976 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
977 mips_o32_reg_struct_has_addr): New functions.
978 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
979
980 2002-08-07 Andrew Cagney <ac131313@redhat.com>
981
982 * regcache.c (pseudo_register): Delete function.
983 (fetch_register): Delete function.
984 (store_register): Delete function.
985 (regcache_raw_read, legacy_read_register_gen): Use
986 target_fetch_registers instead of fetch_register.
987 (legacy_write_register_gen, regcache_raw_write): Use
988 target_store_register instead of store_register.
989 (write_register_bytes): Ditto.
990
991 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
992 (STORE_PSEUDO_REGISTER): Delete.
993 * gdbarch.h, gdbarch.c: Regenerate.
994
995 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
996
997 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
998 write dump file binary.
999
1000 2002-08-05 Michael Snyder <msnyder@redhat.com>
1001
1002 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
1003 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
1004 (mips_gdbarch_init): Set N32 target to be mips64.
1005
1006 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1007
1008 * frame.c (find_saved_register): Break out of loop once saved
1009 register address is found. Don't mention sparc in loop comment
1010 anymore.
1011
1012 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1013
1014 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1015 mips_default_saved_regsize to 8.
1016
1017 2002-08-06 Andrew Cagney <ac131313@redhat.com>
1018
1019 * gcore.c: Do not include <sys/procfs.h>.
1020 * Makefile.in (gcore.o): Update dependencies.
1021
1022 2002-08-06 Andrew Cagney <cagney@redhat.com>
1023
1024 * configure.tgt: Make arc-*-* obsolete.
1025 * NEWS: Mention that arc-*-* has been identifed as obsolete.
1026 * MAINTAINERS: Make arc-elf obsolete.
1027 * arc-tdep.c: Make file obsolete.
1028 * config/arc/arc.mt: Ditto.
1029 * config/arc/tm-arc.h: Ditto.
1030
1031 2002-08-05 Theodore A. Roth <troth@verinet.com>
1032
1033 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
1034
1035 2002-08-05 Andrew Cagney <ac131313@redhat.com>
1036
1037 * mcore-tdep.c (mcore_gdbarch_init): Use
1038 generic_unwind_get_saved_register instead of
1039 generic_get_saved_register.
1040 * v850-tdep.c (v850_gdbarch_init): Ditto.
1041 * frv-tdep.c (frv_gdbarch_init): Ditto.
1042 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1043 * s390-tdep.c (s390_gdbarch_init): Ditto.
1044 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1045 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1046 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1047
1048 2002-08-05 Joel Brobecker <brobecker@gnat.com>
1049
1050 * objfiles.h: Add missing #include "symfile.h"
1051
1052 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1053
1054 2002-08-04 Andrew Cagney <ac131313@redhat.com>
1055
1056 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1057 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1058 of FIELD_BITSIZE.
1059
1060 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
1061
1062 * NEWS: Cleanup and nitpick.
1063
1064 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1065
1066 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
1067
1068 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1069
1070 * Makefile.in (gdbtk-bp.o): Update dependencies.
1071 (gdbtk-register.o): Ditto.
1072 (gdbtk-varobj.o): Ditto.
1073
1074 2002-08-03 Andrew Cagney <cagney@redhat.com>
1075
1076 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1077 m68hc11_fetch_pseudo_register.
1078 (m68hc11_pseudo_register_write): Replace
1079 m68hc11_store_pseudo_register.
1080 (m68hc11_gdbarch_init): Update.
1081
1082 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
1083
1084 * gdbarch.sh: Include "gdb_string.h".
1085 * gdbarch.c: Regenerate.
1086
1087 * regcache.c: Include "gdb_string.h".
1088 * ax-general.c: Ditto.
1089 * varobj.c: Ditto.
1090 * std-regs.c: Ditto.
1091 * fbsd-proc.c: Ditto.
1092 * thread.c: Ditto.
1093
1094 * Makefile.in (regcache.o): Update dependencies.
1095 (thread.o, gdbarch.o): Ditto.
1096 (ax-general.o, gdbarch.o): Ditto.
1097 (varobj.o, std-regs.o): Ditto.
1098 (fbsd-proc.o): Specify dependencies.
1099
1100 2002-08-02 Andrew Cagney <cagney@redhat.com>
1101
1102 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1103 regnum.
1104 (regcache_cooked_write): Ditto.
1105
1106 2002-08-02 Andrew Cagney <ac131313@redhat.com>
1107
1108 * regcache.c (regcache_cooked_read): New function.
1109 (regcache_cooked_write): New function.
1110 (read_register_gen): Rewrite using regcache_cooked_read.
1111 (write_register_gen): Rewrite using regcache_cooked_write.
1112
1113 * regcache.h (regcache_cooked_read, regcache_cooked_write):
1114 Declare.
1115
1116 2002-08-02 Andrew Cagney <cagney@redhat.com>
1117
1118 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1119 Replace the architecture methods register_read and register_write.
1120 * gdbarch.h, gdbarch.c: Regenerate.
1121 * regcache.c (init_regcache_descr): Update.
1122 (read_register_gen): Update.
1123 (write_register_gen): Update.
1124 (supply_register): Update comment.
1125
1126 * sh-tdep.c (sh_gdbarch_init): Update.
1127 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1128 `regcache' and `gdbarch' parameters. Make `buffer' a void
1129 pointer. Update code.
1130 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1131 `regcache' and `gdbarch' parameters. Make `buffer' a constant
1132 void pointer. Update code.
1133 (sh64_register_write): Delete.
1134 (sh4_register_read): Delete.
1135 (sh64_register_read): Delete.
1136 (sh4_register_write): Delete.
1137 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1138 void pointer, `to' parameter a void pointer.
1139 (sh_sh64_register_convert_to_raw): Ditto.
1140
1141 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1142
1143 * mips-tdep.c (mips_register_virtual_type): Use architecture
1144 invariant return values.
1145
1146 2002-08-01 Andrew Cagney <cagney@redhat.com>
1147
1148 * linux-proc.c: Include "gdb_string.h".
1149 * Makefile.in (linux-proc.o): Update dependency list.
1150
1151 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1152
1153 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
1154 comment.
1155
1156 2002-08-01 Grace Sainsbury <graces@redhat.com>
1157
1158 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1159 to_insert_watchpoint, to_remove_watchpoint,
1160 to_stopped_by_watchpoint, to_stopped_data_address,
1161 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1162 target vecctor. Define their corresponding macros so they call
1163 them.
1164
1165 * target.c: Add default and debug versions of for
1166 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1167 to_insert_watchpoint, to_remove_watchpoint,
1168 to_stopped_by_watchpoint, to_stopped_data_address,
1169 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1170
1171 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1172
1173 * mips-tdep.c (mips_register_virtual_type): New function.
1174 (mips_gdbarch_init): Register mips_register_virtual_type()
1175 with gdbarch machinery.
1176 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1177 this file instead of tm-bigmips.h.
1178 (MIPS_REGSIZE): Delete this macro.
1179 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
1180 multiarch version in mips-tdep.c will be found.
1181
1182 2002-08-01 Andrew Cagney <cagney@redhat.com>
1183
1184 * NEWS: Menion that CHILL has been made obsolete.
1185
1186 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
1187 * gdbserver/Makefile.in: Ditto.
1188 * stabsread.c (read_range_type): Ditto.
1189 * gdbtypes.h: Ditto.
1190 * language.c (binop_type_check): Ditto.
1191 (binop_result_type): Ditto.
1192 (integral_type): Ditto.
1193 (character_type): Ditto.
1194 (string_type): Ditto.
1195 (boolean_type): Ditto.
1196 (structured_type): Ditto.
1197 (lang_bool_type): Ditto.
1198 (binop_type_check): Ditto.
1199 * language.h (_LANG_chill): Ditto.
1200 * dwarfread.c (set_cu_language): Ditto.
1201 * dwarfread.c (CHILL_PRODUCER): Ditto.
1202 * dwarfread.c (handle_producer): Ditto.
1203 * expression.h (enum exp_opcode): Ditto.
1204 * eval.c: Ditto for comments.
1205 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1206 * expprint.c (print_subexp): Ditto.
1207 (print_subexp): Ditto.
1208 * valops.c (value_cast): Ditto.
1209 (search_struct_field): Ditto.
1210 * value.h (COERCE_VARYING_ARRAY): Ditto.
1211 * symfile.c (init_filename_language_table): Ditto.
1212 (add_psymbol_with_dem_name_to_list): Ditto.
1213 * valarith.c (value_binop): Ditto.
1214 (value_neg): Ditto.
1215 * valops.c (value_slice): Ditto.
1216 * symtab.h (union language_specific): Ditto.
1217 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1218 (SYMBOL_DEMANGLED_NAME): Ditto.
1219 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1220 * defs.h (enum language): Ditto.
1221 * symtab.c (got_symtab): Ditto.
1222 * utils.c (fprintf_symbol_filtered): Ditto.
1223
1224 * ch-typeprint.c: Make file obsolete.
1225 * ch-valprint.c: Make file obsolete.
1226 * ch-lang.h: Make file obsolete.
1227 * ch-exp.c: Make file obsolete.
1228 * ch-lang.c: Make file obsolete.
1229
1230 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1231 CHILL_LIB.
1232 (TARGET_FLAGS_TO_PASS): Ditto.
1233 (CHILLFLAGS): Obsolete.
1234 (CHILL): Obsolete.
1235 (CHILL_FOR_TARGET): Obsolete.
1236 (CHILL_LIB): Obsolete.
1237 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1238 ch-valprint.c.
1239 (HFILES_NO_SRCDIR): Remove ch-lang.h.
1240 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1241 ch-lang.o.
1242 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1243 targets.
1244
1245 2002-07-31 Joel Brobecker <brobecker@gnat.com>
1246
1247 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1248 This does not change anything at the moment, but will be helpful
1249 later when full Ada support is integrated.
1250
1251 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1252
1253 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1254 help message.
1255
1256 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1257
1258 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1259 and save it in a local variable. Use variable in later test.
1260
1261 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1262
1263 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1264 test. (Thanks to Daniel Jacobowitz.)
1265
1266 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1267
1268 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1269 (mips_abi_strings): Add "n64".
1270 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
1271
1272 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1273
1274 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1275 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1276
1277 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1278
1279 * utils.c (host_pointer_to_address, address_to_host_pointer):
1280 Use gdb_assert() instead of explicit call to internal_error().
1281
1282 2002-07-30 Kevin Buettner <kevinb@redhat.com>
1283
1284 * Makefile.in (rs6000-nat.o): Update dependencies.
1285
1286 From Nicholas Duffek:
1287 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1288 (aix-thread.o): New rule.
1289 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1290 * config/powerpc/aix432.mh: New file.
1291
1292 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1293
1294 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1295 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1296 (fetch_core_registers, ppc_linux_supply_gregset)
1297 (ppc_linux_supply_fpregset): New functions.
1298 (ppc_linux_regset_core_fns): New.
1299 (_initialize_ppc_linux_tdep): Call add_core_fns.
1300 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1301 and ppc_linux_supply_gregset.
1302 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1303 (supply_fpregset): Call ppc_linux_supply_fpregset.
1304 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1305 corelow.o.
1306 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1307
1308 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1309
1310 * symtab.c (lookup_symbol): Demangle before lowercasing.
1311
1312 2002-07-30 Andrew Cagney <ac131313@redhat.com>
1313
1314 * symtab.h: Replace #include "gdb_obstack.h" with opaque
1315 declaration.
1316 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1317 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1318 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1319 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1320 "gdb_string.h".
1321 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1322 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1323 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1324 (avr-tdep.o, mon960-rom.o): Ditto.
1325 (aout_stabs_gnu_h): Define.
1326 (symtab_h): Remove $(gdb_obstack_h).
1327
1328 2002-07-30 Jim Blandy <jimb@redhat.com>
1329
1330 Patch from David Carlton <carlton@math.stanford.edu>:
1331 * gdbinit.in: Move the `dir' commands that add GDB's own source
1332 directory to the search path to the end, so that the `gdb' source
1333 directory will be searched first.
1334
1335 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1336
1337 * gdb_obstack.h: New file.
1338 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1339 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1340 * objfiles.h: Include "gdb_obstack.h".
1341 * Makefile.in (gdb_obstack_h): Define.
1342 (symtab_h): Add $(gdb_obstack_h).
1343 (objfiles_h): Add $(gdb_obstack_h).
1344
1345 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1346 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1347 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1348 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1349 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1350 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1351 * symfile.c, coffread.c, c-typeprint.c: Ditto.
1352 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1353
1354 * Makefile.in (bcache.o): Update dependencies.
1355 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1356 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1357 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1358 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1359 (stabsread.o, symfile.o, symmisc.o): Ditto.
1360 (symtab.o, typeprint.o, macroexp.o): Ditto.
1361 (macrotab.o, mdebugread.o): Ditto.
1362 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1363 (coff_ecoff_h, aout_aout64_h): Define.
1364 (aout_stabs_gnu_h, libaout_h): Define.
1365
1366 2002-07-29 Andrew Cagney <cagney@redhat.com>
1367
1368 * regcache.c (struct regcache_descr): Rename nr_registers to
1369 nr_cooked_registers. Revise comments describing the structure
1370 member fields.
1371 (init_regcache_descr): Update.
1372 (init_legacy_regcache_descr): Update.
1373 (read_register_gen, write_register_gen): When a cooked register in
1374 the raw register range, directly access the value from the raw
1375 register cache.
1376
1377 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1378
1379 * z8k-tdep.c: Do not include "obstack.h".
1380 * h8300-tdep.c, h8500-tdep.c: Ditto.
1381 * m68hc11-tdep.c, sh-tdep.c: Ditto.
1382 * valprint.c, v850-tdep.c: Ditto.
1383 * d10v-tdep.c, mn10300-tdep.c: Ditto.
1384 * mn10200-tdep.c: Ditto.
1385
1386 * Makefile.in (z8k-tdep.o): Update dependencies.
1387 (m68hc11-tdep.o, valprint.o): Ditto.
1388 (v850-tdep.o, d10v-tdep.o): Ditto.
1389 (mn10300-tdep.o, sparc-tdep.o): Ditto.
1390 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1391 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1392 (sh_opc_h, gdb_sim_sh_h): Define.
1393 (elf_sh_h, elf_bfd_h): Define.
1394 (opcode_m68hc11_h): Define.
1395 (OPCODES_SRC, OPCODES_DIR): define.
1396 (OPCODES): Use $(OPCODES_DIR).
1397 (gdb_sim_d10v_h): Rename sim_d10v_h.
1398 (gdb_sim_arm_h): Rename sim_arm_h.
1399
1400 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1401
1402 * utils.c (host_pointer_to_address, address_to_host_pointer):
1403 Change internal_error() message to indicate function responsible
1404 for the error.
1405
1406 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1407
1408 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1409 calls to local_hex_string_custom().
1410
1411 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1412
1413 * irix5-nat.c: Move IRIX shared library support from here...
1414 * solib-irix.c: ...to here. Revised substantially to work with
1415 generic solib framework.
1416
1417 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1418 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1419 * mips-irix-tdep.c: New file.
1420
1421 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1422 (mips-irix-tdep.o, solib-irix.o): New rules.
1423 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1424 solib-irix.o.
1425 * config/mips/irix6.mt (TDEPFILES): Likewise.
1426 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1427
1428 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1429
1430 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
1431 disabled (via ``#if 0'') includes.
1432
1433 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1434
1435 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1436 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1437 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1438 Add support for the fpscr register.
1439 * rs6000-nat.c (regmap, fetch_inferior_registers)
1440 (store_inferior_registers, fetch_core_registers): Likewise.
1441
1442 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1443
1444 * rs6000-nat.c (language.h): Include.
1445 (special_regs): Delete this array.
1446 (regmap): New function.
1447 (fetch_register, store_register): Use regmap() to map gdb
1448 register numbers to ptrace register numbers. Also, use
1449 outputs from regmap() to make decisions regarding type of
1450 ptrace() call to make. In particular, don't compare against
1451 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1452 (fetch_inferior_registers, store_inferior_registers): Where
1453 possible, obtain register numbers from tdep struct. Don't
1454 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1455 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
1456 (LAST_UISA_SP_REGNUM): Delete.
1457
1458 2002-07-25 Kevin Buettner <kevinb@redhat.com>
1459
1460 * rs6000-nat.c (ppc-tdep.h): Include.
1461 (fetch_registers, store_register, fetch_core_registers): Don't
1462 access registers[] directly. Instead, use supply_register() or
1463 regcache_collect() as appropriate.
1464 (find_toc_address): Format hex address with local_hex_string().
1465
1466 2002-07-25 Andrew Cagney <ac131313@redhat.com>
1467
1468 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
1469 bfd/elf32-frv.c.
1470
1471 2002-07-24 Tom Tromey <tromey@redhat.com>
1472
1473 * jv-exp.y: Marked all strings with _().
1474 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
1475 internal_error.
1476 (MethodInvocation, CastExpression, parse_number, yyerror,
1477 java_type_from_name, push_expression_name, yylex): Typo fixes.
1478
1479 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
1480
1481 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
1482 (tee_file_flush, tee_file_write, tee_file_fputs)
1483 (tee_file_isatty): New.
1484 * ui-file.h (tee_file_new): Add prototype.
1485
1486 2002-07-24 Aidan Skinner <aidan@velvet.net>
1487
1488 * ada-lang.c: Change k&r style function definitions to prototyped
1489 form.
1490 * ada-typeprint.c: Change k&r style function definitions to prototyped
1491 form.
1492 * ada-valprint.c: Change k&r style function definitions to prototyped
1493 form.
1494
1495 2002-07-24 Andrew Cagney <cagney@redhat.com>
1496
1497 * README: Remove reference to remote-bug.
1498 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
1499 remote-bug.c.
1500 (m88k-nat.o): Delete rule.
1501 (m88k-tdep.o): Delete rule.
1502 (remote-bug.o): Delete rule.
1503 * MAINTAINERS: Mark as obsolete.
1504 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
1505 * m88k-tdep.c: Make file obsolete.
1506 * config/m88k/m88k.mh: Ditto.
1507 * config/m88k/delta88v4.mh: Ditto.
1508 * config/m88k/delta88v4.mt: Ditto.
1509 * config/m88k/delta88.mt: Ditto.
1510 * config/m88k/delta88.mh: Ditto.
1511 * remote-bug.c: Ditto.
1512 * config/m88k/tm-delta88.h: Ditto.
1513 * config/m88k/nm-delta88v4.h: Ditto.
1514 * config/m88k/xm-delta88.h: Ditto.
1515 * config/m88k/xm-dgux.h: Ditto.
1516 * config/m88k/tm-m88k.h: Ditto.
1517 * config/m88k/nm-m88k.h: Ditto.
1518 * config/m88k/tm-delta88v4.h: Ditto.
1519 * m88k-nat.c: Ditto.
1520 * cxux-nat.c: Ditto.
1521 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
1522 and m88*-*-* obsolete.
1523 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
1524 m88*-*-* obsolete.
1525
1526 2002-07-24 Andrew Cagney <cagney@redhat.com>
1527
1528 * findvar.c (extract_unsigned_integer): Make `addr' parameter
1529 constant. Same for local pointer variables.
1530 (extract_signed_integer): Ditto.
1531 * defs.h (extract_unsigned_integer): Update.
1532 (extract_signed_integer): Update.
1533
1534 2002-07-24 Kevin Buettner <kevinb@redhat.com>
1535
1536 * gdbserver/configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
1537 * gdbserver/configure: Regenerate.
1538 * gdbserver/config.in: Regenerate.
1539
1540 2002-07-24 Andrew Cagney <cagney@redhat.com>
1541
1542 * regcache.c (regcache_raw_write): Change buf parameter to a
1543 constant void pointer.
1544 (regcache_raw_read): Change buf parameter to a void pointer.
1545 (legacy_write_register_gen): Change myaddr parameter a constant
1546 void pointer.
1547 (supply_register): Change val parameter to a const void pointer.
1548 * regcache.h (regcache_raw_write): Update declaration.
1549 (regcache_raw_read): Update declaration.
1550 (supply_register): Update declaration.
1551
1552 2002-07-24 Tom Tromey <tromey@redhat.com>
1553
1554 * defs.h (gdb_readline_wrapper): Declare.
1555 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
1556 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
1557 * top.c (gdb_readline_wrapper): New function.
1558 (command_line_input): Use it.
1559
1560 2002-07-24 Andrew Cagney <cagney@redhat.com>
1561
1562 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
1563 regcache_read and regcache_write.
1564 (regcache_raw_read_as_address): Replace regcache_read_as_address.
1565 * regcache.c: Update.
1566 * sh-tdep.c (sh64_push_arguments): Update comment.
1567 (sh_pseudo_register_read): Update.
1568 (sh_pseudo_register_write): Update.
1569 (sh4_register_read): Update.
1570 (sh4_register_write): Update.
1571 (sh64_pseudo_register_read): Update.
1572 (sh64_pseudo_register_write): Update.
1573 (sh64_register_read): Update.
1574 (sh64_register_write): Update.
1575 * i386-tdep.c (i386_extract_return_value): Update.
1576 (i386_extract_struct_value_address): Update.
1577 (i386_extract_return_value): Update.
1578 * blockframe.c (generic_read_register_dummy): Update.
1579 (generic_call_dummy_register_unwind): Update
1580 * infrun.c (write_inferior_status_register): Update.
1581
1582 2002-07-23 Jim Blandy <jimb@redhat.com>
1583
1584 * parser-defs.h (expression_context_pc): Make this extern.
1585 (Thanks to Michael Snyder.)
1586
1587 2002-07-23 Andrew Cagney <ac131313@redhat.com>
1588
1589 GDB 5.2.1 released from 5.2 branch.
1590 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
1591 * README: Update to mention 5.2.1.
1592
1593 2002-07-23 Mark Salter <msalter@redhat.com>
1594
1595 * remote.c (remote_read_bytes): Fix check for error.
1596
1597 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1598
1599 * aix-thread.c (language.h): Include.
1600 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1601 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
1602 Print newlines at end of debug messages.
1603 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
1604 (pdc_write_data): Use local_hex_string() instead of %llx formats.
1605
1606 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1607
1608 * aix-thread.c (ppc-tdep.h): Include.
1609 (special_register_p): New function.
1610 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
1611 (store_regs_user_thread): Use register number information from
1612 gdbarch_tdep struct instead of hardcoded offsets relative to
1613 FIRST_UISA_SP_REGNUM.
1614 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
1615 special_register_p() instead of using FPLAST_REGNUM and
1616 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
1617 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
1618 will be MQ's register number.
1619
1620 2002-07-22 Michael Snyder <msnyder@redhat.com>
1621
1622 * aix-thread.c (ops): Rename to aix_thread_ops.
1623 (base_ops): Rename to base_target.
1624 (ops_attach): Rename to aix_thread_attach.
1625 (ops_detach): Rename to aix_thread_detach.
1626 (ops_resume): Rename to aix_thread_detach.
1627 (ops_wait): Rename to aix_thread_wait.
1628 (ops_kill): Rename to aix_thread_kill.
1629 (init_ops): Rename to init_aix_thread_ops.
1630 (ops_fetch_register): Rename to aix_thread_fetch_register.
1631 (ops_store_register): Rename to aix_thread_store_register.
1632 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
1633 (ops_thread_alive): Rename to aix_thread_thread_alive.
1634 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
1635 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
1636 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
1637 (fetch_regs_lib): Rename to fetch_regs_user_thread.
1638 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
1639 (store_regs_lib): Rename to store_regs_user_thread.
1640 (store_regs_kern): Rename to store_regs_kernel_thread.
1641
1642 2002-07-22 Michael Snyder <msnyder@redhat.com>
1643
1644 * aix-thread.c (ops_prepare_to_store): Eliminate.
1645 (init_ops): Don't initialize ops.prepare_to_store.
1646 (store_regs_kern): Pre-fetch register buffers from child,
1647 because some registers may not be in the cache. Copy
1648 regs from register cache only if they are cached.
1649 (store_regs_lib): Copy regs from register cache only
1650 if they are cached.
1651 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
1652 fill_gprs64): Ditto.
1653
1654 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1655
1656 * aix-thread.c (gdb_assert.h): Include.
1657 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
1658 register sizes (from register cache) match size of buffer holding
1659 register data.
1660 (fill_sprs32): Change parameter types to match those in the ptrace()
1661 buffer.
1662 (store_regs_lib): Likewise, but for 32-bit temporary variables.
1663 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
1664
1665 2002-07-22 Michael Snyder <msnyder@redhat.com>
1666
1667 * aix-thread.c (supply_sprs64): Cosmetic change.
1668 (supply_sprs32): Cosmetic change.
1669 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
1670 (fill_sprs64): Use regcache_collect instead of read_register.
1671 (store_regs_lib): Use regcache_collect instead of
1672 read_register. Use fill_sprs32 instead of fill_sprs64,
1673 if debugging a 32-bit architecture.
1674 (store_regs_kern): Use fill_gprs64 etc. to pull the values
1675 out of the register cache, instead of passing a pointer into
1676 the register cache directly to ptrace. Use regcache_collect
1677 insteaad of read_register.
1678 (ops_prepare_to_store): Use target_read_registers instead
1679 of read_register_bytes.
1680
1681 2002-07-20 Aidan Skinner <aidan@velvet.net>
1682
1683 * MAINTAINERS: Add self under write after approval.
1684
1685 2002-07-20 Aidan Skinner <aidan@velvet.net>
1686
1687 * ada-tasks.c: Change k&r style function definitions to prototyped
1688 form.
1689
1690 2002-07-19 Andrew Cagney <ac131313@redhat.com>
1691
1692 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
1693 * x86-64-tdep.c: Include "objfiles.h".
1694 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
1695 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
1696
1697 2002-07-17 Michal Ludvig <michal@suse.cz>
1698
1699 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
1700 (update_context): Initialise cfa variable.
1701
1702 2002-07-17 Michael Snyder <msnyder@redhat.com>
1703
1704 * aix-thread.c: Shorten some long lines.
1705 Bring comments into line with code spec.
1706
1707 2002-07-18 Joel Brobecker <brobecker@gnat.com>
1708
1709 * infrun.c: Re-indent using gdb_indent.sh.
1710
1711 2002-07-18 Joel Brobecker <brobecker@gnat.com>
1712
1713 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
1714 Leave the indentation temporarily untouched, to minimize the diffs.
1715
1716 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
1717
1718 * stabsread.c: Make os9k sections of the code obsolete,
1719 for real this time.
1720 * stabsread.h: Make os9k sections of the code obsolete.
1721
1722 2002-07-18 Michal Ludvig <mludvig@suse.cz>
1723
1724 * linux-low.c (regsets_store_inferior_registers): Add free()
1725 at the end of a loop to prevent memory leak.
1726 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
1727 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
1728 * config/sparc/tm-sp64linux.h: Make the rest of #endif
1729 line a comment.
1730 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
1731
1732 2002-07-17 Jim Blandy <jimb@redhat.com>
1733
1734 * macrocmd.c (info_macro_command): Remove newline from error
1735 message.
1736
1737 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
1738
1739 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
1740 (sh_gdbarch_init): Use it for sh-dsp.
1741
1742 2002-07-16 Kevin Buettner <kevinb@redhat.com>
1743
1744 * dwarf2read.c (read_initial_length): Handle older, non-standard,
1745 64-bit DWARF2 format.
1746
1747 2002-07-16 Joel Brobecker <brobecker@gnat.com>
1748
1749 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
1750 <sys/proc.h> when not available.
1751
1752 2002-07-16 Andrew Cagney <ac131313@redhat.com>
1753
1754 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
1755 * stabsread.c: Make os9k sections of the code obsolete.
1756 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
1757 * config/i386/i386os9k.mt: Make file obsolete.
1758 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
1759 (COMMON_OBS): Remove os9kread.o
1760 (SFILES): Remove os9kread.c.
1761 (os9kread.o, remote-os9k.o): Make target obsolete.
1762 * remote-os9k.c: Make file obsolete.
1763 * os9kread.c: Make file obsolete.
1764 * Makefile.in
1765
1766 2002-07-16 Andrew Cagney <ac131313@redhat.com>
1767
1768 * NEWS: Mention that the FR30 has been made obsolete.
1769 * fr30-tdep.c: Make file obsolete.
1770 * config/fr30/tm-fr30.h: Ditto.
1771 * config/fr30/fr30.mt: Ditto.
1772 * configure.tgt: Make fr30-*-elf obsolete.
1773 * MAINTAINERS: Make fr30-elf obsolete.
1774
1775 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
1776
1777 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
1778 found is not inside a section.
1779
1780 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1781
1782 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
1783 strerror().
1784 (pdc_realloc): Use xrealloc() instead of realloc().
1785
1786 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1787
1788 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
1789 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
1790 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
1791 macros.
1792
1793 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1794
1795 * aix-thread.c (ptrace_check): Eliminate goto.
1796 (sync_threadlists): Eliminate gotos. Also, fix array overrun
1797 problem.
1798
1799 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1800
1801 * aix-thread.c (gdbcmd.h): Include.
1802 (DEBUG, DBG, DBG2, dbg): Eliminate.
1803 (debug_aix_thread): New static global.
1804 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1805 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
1806 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
1807 invocations to DBG and DBG2 macros to test against
1808 ``debug_aix_thread'' and call fprintf_unfiltered().
1809 (_initialize_aix_thread): Add new command "set debug aix-thread".
1810
1811 2002-07-15 Andrew Cagney <ac131313@redhat.com>
1812
1813 From Gerhard Tonn <TON@de.ibm.com>:
1814 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
1815 instead of supply_register.
1816
1817 2002-07-15 Andrew Cagney <ac131313@redhat.com>
1818
1819 * dwarf2cfi.c: Include "gdb_assert.h".
1820 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
1821 non-NULL.
1822 (update_context): Do not use __func__. Add missing ``break''.
1823 (update_context): Do not use __func__.
1824
1825 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
1826
1827 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
1828 and its setting. Set gdbarch instruction printing functions
1829 directly. For non-rs6000 case use new function
1830 gdb_print_insn_powerpc.
1831 (gdb_print_insn_powerpc): New function.
1832
1833 2002-07-13 Andrew Cagney <ac131313@redhat.com>
1834
1835 * NEWS: Mention that the d30v has been marked obsolete.
1836 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
1837 * configure.tgt: Mark d30v-*-* as obsolete.
1838 * d30v-tdep.c: Mark file as obsolete.
1839 * config/d30v/d30v.mt: Ditto.
1840 * config/d30v/tm-d30v.h: Ditto.
1841
1842 2002-07-13 Aidan Skinner <aidan@velvet.net>
1843
1844 * ada-tasks.c (add_task_entry): replace calls to
1845 malloc() with xmalloc
1846 * ada-tasks.c (init_task_list): replace calls to free with xfree()
1847
1848 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
1849 ada_finish_decode_line_1, all_sals_for_line
1850 ada_breakpoint_rewrite): replace calls to free() with xfree()
1851
1852 2002-07-12 Kevin Buettner <kevinb@redhat.com>
1853
1854 From Nicholas Duffek (with minor changes by Martin Hunt,
1855 Louis Hamilton, and Kevin Buettner):
1856 * aix-thread.c: New file.
1857
1858 2002-07-12 Petr Sorfa <petrs@caldera.com>
1859
1860 * dwarf2read.c (dwarf2_invalid_attrib_class): New
1861 complaint for invalid attribute class or form.
1862 (read_func_scope): DW_AT_frame_base
1863 better handling of DW_AT_block*.
1864 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
1865 better handling of DW_AT_block*.
1866 (read_common_block): DW_AT_location
1867 better handling of DW_AT_block*.
1868 (read_partial_die): DW_AT_location better handling
1869 of DW_AT_block*.
1870 (new_symbol): DW_AT_external better handling of
1871 DW_AT_block*. Proper initialization of variable
1872 "addr".
1873 (attr_form_is_block): New function that returns true
1874 if the attribute's form is of DW_FORM_block*.
1875
1876 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
1877
1878 * valops.c (find_method_list): Remove comment about
1879 removed STATIC_MEMFUNCP argument.
1880 (value_find_oload_method_list): Likewise.
1881
1882 2002-07-12 Kevin Buettner <kevinb@redhat.com>
1883
1884 From Nicholas Duffek:
1885 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
1886 target_new_objfile_hook.
1887
1888 2002-07-12 Kevin Buettner <kevinb@redhat.com>
1889
1890 From Nicholas Duffek:
1891 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
1892 csect.
1893
1894 2002-07-12 Andrew Cagney <cagney@redhat.com>
1895
1896 * MAINTAINERS: Mention --enable-sim-build-warnings.
1897 (m68hc11-elf): Disable sim build warnings.
1898 (m32r-elf): Mark as broken obsolete candidate.
1899 (x86_64-linux-gnu): Mark as buildable with -Werror.
1900 (arm-elf): Change -w to ``,'' which enables warnings but not
1901 -Werror.
1902
1903 2002-07-12 Andrew Cagney <ac131313@redhat.com>
1904
1905 * bcache.h: Update copyright.
1906 (struct bstring, struct bcache): Move definition to "bcache.c".
1907 Replaced by opaque declaration.
1908 (bcache_xfree): Replace free_bcache.
1909 (bcache_xmalloc, bcache_memory_used): Declare.
1910
1911 * bcache.c: Update copyright.
1912 (struct bstring, struct bcache): Moved to here from "bcache.h".
1913 Update comments.
1914 (bcache_xmalloc, bcache_memory_used): New functions.
1915 (bcache_xfree): Replace function free_bcache.
1916
1917 * Makefile.in (objfiles.o): Add $(bcache_h).
1918 (objfiles_h): Remove $(bcache_h).
1919 (symfile.o): Add $(bcache_h).
1920
1921 * symmisc.c: Update copyright.
1922 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
1923 (print_objfile_statistics): Use bcache_memory_used.
1924
1925 * symfile.c: Include "bcache.h".
1926 (reread_symbols): Use bcache_xfree.
1927 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
1928 (add_psymbol_to_list): Pass psymbol_cache by value.
1929 (add_psymbol_with_dem_name_to_list): Ditto.
1930
1931 * objfiles.h: Update copyright.
1932 (struct bcache): Declare opaque. Do not include "bcache.h".
1933 (struct objfile): Change psymbol_cache and macro_cache to ``struct
1934 bcache'' pointers.
1935 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
1936
1937 * objfiles.c: Include "bcache.h". Update copyright.
1938 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
1939 macro_cache.
1940 (free_objfile): Use bcache_xfree.
1941
1942 2002-07-11 Grace Sainsbury <graces@redhat.com>
1943
1944 * monitor.c (monitor_fetch_register): Make name a constant.
1945 (monitor_store_register): Same.
1946
1947 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
1948
1949 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
1950 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
1951 (finish_block) For non-function blocks, hash the symbol table. For
1952 function blocks, mark the symbol table as unhashed.
1953 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
1954 (msymbol_hash_iw): Likewise.
1955 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
1956 value.
1957 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
1958 (lookup_minimal_symbol): Likewise for both.
1959 * symtab.h (struct block): Add `hashtable' flag. Comment the
1960 hashtable.
1961 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
1962 (ALL_BLOCK_SYMBOLS): Update.
1963 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
1964 (struct symbol): Add `hash_next' pointer.
1965 * symtab.c (lookup_block_symbol): Search using the hash table when
1966 possible.
1967 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
1968 (search_symbols, find_addr_symbol): Likewise.
1969
1970 * dstread.c (process_dst_block): Clear hashtable bit for new block.
1971 (read_dst_symtab): Likewise.
1972 * jv-lang.c (get_java_class_symtab): Likewise.
1973 * mdebugread.c: Include "gdb_assert.h".
1974 (shrink_block): Assert that the block being modified is not hashed.
1975 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
1976 * symmisc.c (free_symtab_block): Walk the hash table when freeing
1977 symbols.
1978 (dump_symtab): Recognize hashed blocks.
1979 * printcmd.c (print_frame_args): Assert that function blocks do not
1980 have hashed symbol tables.
1981 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
1982 (fill_in_ada_prototype, debug_print_block): Likewise.
1983 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
1984
1985 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
1986
1987 * stack.c (print_frame): Use result of frame_address_in_block()
1988 instead of fi->pc when evaluating symbols.
1989 (backtrace_command_1): Ditto.
1990
1991 2002-07-11 Andrew Cagney <cagney@redhat.com>
1992
1993 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
1994 Make static.
1995
1996 * arm-tdep.c (arm_register_name): Make return type constant.
1997
1998 2002-07-10 Andrew Cagney <ac131313@redhat.com>
1999
2000 * win32-nat.c (has_detach_ability): Convert to strict ISO C
2001 prototype.
2002 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2003 * s390-tdep.c (s390_fp_regnum): Ditto.
2004 (s390_read_fp): Ditto.
2005 (s390_pop_frame): Ditto.
2006 (_initialize_s390_tdep): Ditto.
2007 * remote.c (get_remote_state): Ditto.
2008 * procfs.c (mappingflags): Ditto.
2009 * memattr.c (_initialize_mem): Ditto.
2010 * mcore-tdep.c (mcore_pop_frame): Ditto.
2011 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2012 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2013 * language.c (set_case_str): Ditto.
2014 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2015 * frv-tdep.c (new_variant): Ditto.
2016 (frv_stopped_data_address): Ditto.
2017 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2018 (context_alloc): Ditto.
2019 (frame_state_alloc): Ditto.
2020 (unwind_tmp_obstack_init): Ditto.
2021 (unwind_tmp_obstack_free): Ditto.
2022 (cfi_read_fp): Ditto.
2023 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2024 (cris_pop_frame): Ditto.
2025 * c-lang.c (scanning_macro_expansion): Ditto.
2026 (finished_macro_expansion): Ditto.
2027 (c_preprocess_and_parse): Ditto.
2028 * gdbarch.sh: Ditto.
2029 * gdbarch.h, gdbarch.c: Regenerate.
2030 * config/mn10200/tm-mn10200.h: Adjust indentation.
2031 * target.c: Adjust indentation.
2032 * symtab.h: Adjust indentation.
2033 * stabsread.h: Adjust indentation.
2034 * remote-es.c: Adjust indentation.
2035 * os9kread.c: Adjust indentation.
2036
2037 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2038
2039 * wince.c (_initialize_wince): Rename _initialize_inftarg.
2040 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2041
2042 2002-07-10 Grace Sainsbury <graces@redhat.com>
2043
2044 * NEWS: Mention m68k, mcore multi-arching.
2045 * MAINTAINERS: Change status of m68k, mcore to reflect
2046 multi-arching.
2047
2048 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
2049
2050 * valops.c (find_overload_match): Free oload_syms.
2051
2052 2002-07-09 Joel Brobecker <brobecker@gnat.com>
2053
2054 Define HAVE_SYS_PROC_H if sys/proc.h exists
2055 * configure.in: Add check for sys/proc.h
2056 * config.in: Regenerate.
2057 * configure: Regenerate.
2058
2059 2002-07-09 Grace Sainsbury <graces@redhat.com>
2060
2061 * config/m68k/tm-m68k.h: Remove macros wrapped in
2062 #if !GDB_MULTI_ARCH.
2063
2064 2002-07-09 David O'Brien <obrien@FreeBSD.org>
2065
2066 * gdbserver/gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
2067 (perror_with_name, remote_close, remote_open, expect, play): Static.
2068
2069 2002-07-08 Andrew Cagney <ac131313@redhat.com>
2070
2071 * config.in, configure: Regenerate.
2072
2073 2002-07-08 Mark Kettenis <kettenis@gnu.org>
2074
2075 * dwarf2cfi.c: Include "gcore.h".
2076 (execute_stack_op): Fix implementation of the
2077 DW_OP_deref and DW_OP_deref_size operators by letting do their
2078 lookup in the target.
2079
2080 2002-07-07 Mark Kettenis <kettenis@gnu.org>
2081
2082 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2083 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2084 tdep->sc_sp_offset.
2085
2086 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
2087
2088 Fix PR gdb/595, gdb/602
2089 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2090 Don't call value_cast, just read the vtable pointer; update comments
2091 to match.
2092
2093 2002-07-05 Grace Sainsbury <graces@redhat.com>
2094
2095 * config/mcore/tm-mcore.h: Remove file.
2096 * config/mcore/mcore.mt: Remove definition of TM_FILE
2097 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2098
2099 2002-07-05 Mark Kettenis <kettenis@gnu.org>
2100
2101 * i386bsd-tdep.c: Include "gdb_string.h".
2102
2103 2002-07-04 Grace Sainsbury <graces@redhat.com>
2104
2105 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2106 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2107 mcore-tdep.
2108 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2109 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2110 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2111 (RETVAL_REGNUM): Move macros from tm-mcore.h
2112 (mcore_reg_struct_has_addr): New function.
2113 (mcore_gdbarch_init): Added initializations for the macros removed
2114 from tm-mcore.h.
2115
2116 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2117
2118 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2119 traditonal string branding within the ELF header.
2120
2121 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
2122
2123 * symtab.c (remove_params): New function.
2124 (make_symbol_overload_list): Use it instead of cplus_demangle.
2125 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
2126
2127 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2128
2129 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2130
2131 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2132 New variables.
2133 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2134 and tdep->sigtramp_end.
2135 * i386obsd-nat.c: New file.
2136 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2137
2138 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2139 Don't call get_current_frame().
2140
2141 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
2142
2143 * i386-nat.c (child_post_startup_inferior): New function
2144 calling i386_cleanup_dregs if
2145 I386_USE_GENERIC_WATCHPOINTS is defined.
2146 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2147 conditional to acknowledge that i386-nat.c has its
2148 own child_post_startup_inferior function.
2149
2150 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2151
2152 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2153 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2154 instead of MAX_REGISTER_RAW_SIZE.
2155 (i386_extract_return_value, i386_extract_struct_value_address):
2156 Convert to use regcache.
2157 (i386_gdbarch_init): Set max_register_raw_size and
2158 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2159 Set extract_return_value and extract_struct_value_address instead
2160 of their deprecated variants.
2161
2162 Convert i386 target to generic dummy frames.
2163 * i386-tdep.c: Include "symfile.h".
2164 (i386_frameless_signal_p): Consider a function to be frameless if
2165 the pc points at the first instruction of the function.
2166 (i386_frame_chain): Handle (generic) call dummies.
2167 (i386_frame_saved_pc): Likewise.
2168 (i386_frame_init_saved_regs): Remove code dealing with call
2169 dummies on the stack.
2170 (i386_push_dummy_frame): Removed.
2171 (i386_call_dummy_words): Removed.
2172 (i386_fix_call_dummy): Removed.
2173 (i386_push_return_address): New function.
2174 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
2175 parameter, and don't call get_current_frame.
2176 (i386_pop_frame): New function.
2177 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2178 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2179 entry_point_address, set call_dummy_breakpoint_offset to 0, set
2180 call_dummy_length to 0, set call_dummy_words to NULL, set
2181 sizeof_call_dummy_words to 0, set fix_call_dummy to
2182 generic_fix_call_dummy, set pc_in_call_dummy to
2183 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2184 generic_push_dummy_frame, set push_return_address to
2185 i386_push_return_address and set frame_chain_valid to
2186 generic_file_frame_chain_valid.
2187
2188 2002-07-04 Michal Ludvig <mludvig@suse.cz>
2189
2190 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Make it an array of
2191 byte offsets instead of an array of indexes.
2192 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
2193
2194 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2195
2196 * gdbarch.sh (struct regcache): Add opaque declaration.
2197 (EXTRACT_RETURN_VALUE): New architecture method.
2198 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2199 * gdbarch.h, gdbarch.c: Regenerate.
2200 * arch-utils.c (legacy_extract_return_value): New function.
2201 * arch-utils.h (legacy_extract_return_value): Declare.
2202 * values.c (value_being_returned): Re-enable code handling
2203 EXTRACT_STRUCT_VALUE_ADDRESS. Move
2204 deprecated_grub_regcache_for_registers call to block handling
2205 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2206 (EXTRACT_RETURN_VALUE): Do not define.
2207
2208 2002-07-03 Grace Sainsbury <graces@redhat.com>
2209
2210 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2211 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2212 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2213 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2214 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2215 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2216 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2217 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2218 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2219 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2220 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2221 argument so the function fits the prototype in the architecture
2222 vector.
2223 (mcore_pop_frame): Remove argument so the function fits the
2224 prototype. Use get_current_frame instead of the argument.
2225 (mcore_push_arguments): Change type of struct_return so the
2226 function can be used in the architecture vector.
2227 (mcore_store_struct_return): Add.
2228 (mcore_frame_init_saved_regs): Add.
2229 (mcore_gdbarch_init): Add function calls to replace the macros
2230 removed from tm-mcore.h
2231
2232 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2233
2234 * infcmd.c (print_return_value): Remove compatibility code calling
2235 deprecated_grub_regcache_for_registers.
2236
2237 * values.c: Include "regcache.h".
2238 (value_being_returned): Update. Use
2239 deprecated_grub_regcache_for_registers to extract the register
2240 buffer address.
2241 * value.h (value_being_returned): Change ``retbuf'' parameter to a
2242 ``struct regcache''.
2243 * Makefile.in (values.o): Add dependency on $(regcache_h).
2244
2245 * inferior.h (run_stack_dummy): Change type of second parameter to
2246 a ``struct regcache''.
2247 * valops.c (hand_function_call): Change type of retbuf to ``struct
2248 regcache''. Allocate using regcache_xmalloc, clean using
2249 make_cleanup_regcache_xfree.
2250 * infcmd.c (run_stack_dummy): Update. Use
2251 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2252
2253 * regcache.c (do_regcache_xfree): New function.
2254 (make_cleanup_regcache_xfree): New function.
2255 * regcache.h (make_cleanup_regcache_xfree): Declare.
2256
2257 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2258
2259 * event-top.c (command_line_handler): Don't read past
2260 beginning of buffer.
2261
2262 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2263
2264 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2265 struct frame_id.
2266 (varobj_create): Store frame_id for root.
2267 (varobj_gen_name): Use xasprintf.
2268 (varobj_update): Save and restore frame using get_frame_id() and
2269 frame_find_by_id().
2270 (create_child): Use xasprintf.
2271 (new_root_variable): Initialize frame_id.
2272 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2273 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2274 to prevent memory leak.
2275
2276 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2277
2278 * valops.c (hand_function_call): Move declaration of retbuf to
2279 start of function, allocate using malloc, add a cleanup but before
2280 the inf_status cleanup, cleanup the buffer. Rename local variable
2281 old_chain to inf_status_cleanup.
2282
2283 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2284
2285 * top.c (execute_command): Use cmd_func() and cmd_func_p().
2286
2287 * cli/cli-decode.c (cmd_func_p): New function.
2288 (cmd_func): New function.
2289
2290 * command.h: Add cmd_func() and cmd_func_p().
2291
2292 2002-07-03 Grace Sainsbury <graces@redhat.com>
2293
2294 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2295 (REGISTER_SIZE): Remove.
2296 (MAX_REGISTER_RAW_SIZE): Remove.
2297 (REGISTER_VIRTUAL_TYPE): Remove.
2298 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2299 (REGISTER_NAME): Remove.
2300 (USE_GENERIC_DUMMY_FRAMES): Remove.
2301 (CALL_DUMMY): Remove.
2302 (CALL_DUMMY_START_OFFSET): Remove.
2303 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2304 (CALL_DUMMY_LOCATION): Remove.
2305 (FIX_CALL_DUMMY): Remove.
2306 (CALL_DUMMY_ADDRESS): Remove.
2307 (SIZEOF_CALL_DUMMY_WORDS): Remove.
2308 (SAVE_DUMMY_FRAME_TOS): Remove.
2309 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2310 (mcore_register_virtual_type): New function.
2311 (mcore_register_byte): New function.
2312 (mcore_register_size): New function.
2313 (mcore_register_name): New function.
2314 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2315 macros removed from tm-mcore.h.
2316 (mcore_dump_tdep): Add.
2317 (_initialize_mcore_tdep): Add gdbarch_register call.
2318
2319 2002-07-03 Mark Kettenis <kettenis@gnu.org>
2320
2321 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2322 frameless_look_for_prologue, such that we actually call this
2323 function.
2324
2325 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2326
2327 * frame.h (frame_address_in_block): New function.
2328
2329 * blockframe.c (frame_address_in_block): New function extracted
2330 from get_frame_block().
2331 (get_frame_block): Use frame_address_in_block().
2332 (block_innermost_frame): Use frame_address_in_block() to match
2333 the frame pc address against the block boundaries rather than
2334 the frame pc directly. This prevents a failure when a frame pc
2335 is actually a return-address pointing immediately after the end
2336 of the given block.
2337
2338 2002-07-02 Grace Sainsbury <graces@redhat.com>
2339
2340 * MAINTAINERS: Add self under write after approval.
2341
2342 2002-07-02 Grace Sainsbury <graces@redhat.com>
2343
2344 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2345 used in architecture vector. The default is
2346 m68k_local_breakpoint_from_pc.
2347 (m68k_local_breakpoint_from_pc): Add.
2348 (enum): Add register numbers from tm-m68k.h.
2349 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2350 vector.
2351 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2352 GDB_MULTI_ARCH_PARTIAL.
2353 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2354 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2355 m68k-tdep.c.
2356 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2357 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2358 to enum in m68k-tdep.c
2359
2360 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2361
2362 * solib-osf.c (open_map): Compute the list of shared libraries
2363 loaded by the inferior, rather than the list of libraries loaded
2364 by GDB itself. Otherwise, GDB ends up reading the symbols from
2365 the wrong shared libraries...
2366
2367 2002-07-02 Mark Kettenis <kettenis@gnu.org>
2368
2369 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2370 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2371 macros.
2372 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2373 Remove functions.
2374 (FRAMELESS_SIGNAL): Remove function.
2375 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2376 i386_linux_saved_pc_after_call): Removed.
2377 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2378 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
2379 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2380
2381 * i386-tdep.c (i386_frameless_signal_p): New function.
2382 (i386_frame_chain): Deal with frameless signals.
2383 (i386_sigtramp_saved_sp): New function.
2384 (i386_frame_saved_pc): Deal with frameless signals.
2385 (i386_saved_pc_after_call): Make sure the correct value is
2386 returned just after entry into a sigtramp.
2387 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2388 i386fbsd4_sc_sp_offset): New variables.
2389 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2390 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
2391 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2392 similiar to what we already did for sc_pc_offset.
2393 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2394 tdep->sc_sp_offset.
2395
2396 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2397
2398 2002-07-02 Michal Ludvig <mludvig@suse.cz>
2399
2400 * config/i386/tm-x86-64linux.h: New.
2401 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2402 definitions.
2403 * config/i386/nm-x86-64.h: Rename to ...
2404 * config/i386/nm-x86-64linux.h: ... this one.
2405 * config/i386/x86-64linux.mh: Reflect the above change.
2406
2407 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2408
2409 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2410 with sigcontext_addr. Add sc_sp_offset.
2411 (i386bsd_sigtramp_saved_pc): Remove prototype.
2412 (i386bsd_sicontext_addr): Add prototype.
2413 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2414 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2415 (i386_svr4_sigtramp_saved_pc): Removed.
2416 (i386_svr4_sigcontext_addr): New function.
2417 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2418 Initialize tdep->sigcontext_addr instead. Initialize
2419 tdep->sc_pc_offset and tdep->sc_sp_offset.
2420 (i386_gdbarch_init): Likewise.
2421 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2422 any more.
2423 (i386bsd_sigtramp_saved_pc): Remove function.
2424 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2425 Initialize tdep->sigcontext_addr instead. Initialize
2426 tdep->sc_pc_offset.
2427 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2428 of tdep->sigtramp_saved_pc.
2429 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2430 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
2431 instead.
2432
2433 * i386-tdep.c (i386_frameless_function_invocation,
2434 i386_frame_num_args, i386_frame_init_saved_regs,
2435 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2436 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2437 i386_extract_return_value, i386_store_return_value,
2438 i386_extract_struct_value_address, i386_register_virtual_type,
2439 i386_register_convertible, i386_register_convert_to_virtual,
2440 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2441 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2442 static.
2443
2444 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2445
2446 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2447
2448 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2449 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2450 this macro. Include "value.h".
2451
2452 2002-06-30 Aidan Skinner <aidan@velvet.net>
2453
2454 * ada-exp.tab.c: remove as it's a generated file
2455 * ada-lex.c: remove as it's a generated file
2456
2457 2002-06-30 Mark Kettenis <kettenis@gnu.org>
2458
2459 * config/i386/tm-i386.h (struct frame_info, struct
2460 frame_saved_regs, struct value, struct type): Remove forward
2461 declarations.
2462
2463 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
2464 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
2465 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
2466 (FILL_FPXREGSET): Define.
2467
2468 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
2469
2470 * configure.tgt (i[3456]86-*-openbsd*): Fold into
2471 i[3456]86-*-netbsd* case.
2472 * config/i386/tm-obsd.h: Removed.
2473 * config/i386/obsd.mt: Removed.
2474 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
2475 core-aout.o.
2476 (MH_CFLAGS): Add -DYYDEBUG=0.
2477
2478 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
2479 i386nbsd_sc_pc_offset on OpenBSD too.
2480
2481 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
2482 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
2483 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
2484 define.
2485 * i386bsd-tdep.c: Include "arch-utils.h".
2486 (i386bsd_aout_in_solib_call_trampoline): New function.
2487 (i386bsd_init_abi): Set in_solib_call_trampoline to
2488 i386bsd_aout_in_solib_call_trampoline.
2489 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
2490 in_solib_call_trampoline to generic_in_solib_call_trampoline.
2491
2492 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2493
2494 * macrotab.h: Do not include "obstack.h" or "bcache.h".
2495 (struct obstack, struct bcache): Add opaque declarations.
2496 * Makefile.in (macrotab_h): Update
2497
2498 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2499
2500 * blockframe.c (generic_find_dummy_frame): Change return type to
2501 ``struct regcache''.
2502 (struct dummy_frame): Replace field ``registers'' with regcache, a
2503 struct regcache object.
2504 (generic_find_dummy_frame): Update.
2505 (generic_push_dummy_frame): Update. Use regcache_xfree,
2506 regcache_xmalloc and regcache_cpy.
2507 (generic_pop_dummy_frame): Update. Use regcache_cpy and
2508 regcache_xfree.
2509 (deprecated_generic_find_dummy_frame): Update.
2510 (generic_read_register_dummy): Update. Use
2511 regcache_read_as_address.
2512 (generic_call_dummy_register_unwind): Update. Use regcache_read.
2513 (generic_get_saved_register): Update. Use regcache_read.
2514
2515 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2516
2517 * Makefile.in (objfiles_h): Add $(bcache_h).
2518 * objfiles.h: Include "bcache.h".
2519
2520 * Makefile.in (symtab_h): Remove $(bcache_h).
2521 * symtab.h: Do not include "bcache.h".
2522
2523 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2524
2525 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
2526 generic_func_frame_chain_valid.
2527
2528 2002-06-28 David O'Brien <obrien@FreeBSD.org>
2529
2530 * config/i386/nm-fbsd.h: Include <sys/param.h>.
2531 * config/i386/tm-fbsd.h: Likewise.
2532
2533 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2534
2535 * rs6000-tdep.c (rs6000_gdbarch_init): Use
2536 generic_unwind_get_saved_register.
2537
2538 2002-06-27 Andrew Cagney <ac131313@redhat.com>
2539
2540 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
2541 * regcache.c (supply_register): Add missing argument to
2542 register_buffer call.
2543
2544 2002-06-27 Andrew Cagney <ac131313@redhat.com>
2545
2546 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
2547 Solaris /bin/grep does not not like it. From Peter Schauer.
2548
2549 2002-06-26 Tom Tromey <tromey@redhat.com>
2550
2551 * command.h (add_setshow_cmd): Declare.
2552 (add_setshow_cmd_full): Declare.
2553 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
2554 returns void. Use add_setshow_cmd_full.
2555 (add_setshow_cmd_full): New function.
2556 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
2557 (add_setshow_boolean_cmd): Likewise.
2558
2559 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2560
2561 * config/vax/tm-vax.h: Protect from multiple inclusion.
2562 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
2563 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
2564 * config/vax/tm-vaxbsd.h: ...here. New file.
2565 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
2566
2567 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2568
2569 * config/vax/tm-vax.h (BREAKPOINT): Remove.
2570 (BELIEVE_PCC_PROMOTION): Remove.
2571 (AP_REGNUM): Move to...
2572 * config/vax/nm-vax.h: ...here.
2573 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
2574 (vax_breakpoint_from_pc): New function.
2575 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
2576 and gdbarch_believe_pcc_promotion.
2577
2578 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2579
2580 * Makefile.in (vax_tdep_h): Define.
2581 (vax-tdep.o): Use $(vax_tdep_h).
2582 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
2583 (vax_dump_tdep): New function.
2584 (_initialize_vax_tdep): Register vax_dump_tdep.
2585 * vax-tdep.h: Include osabi.h.
2586 (struct gdbarch_tdep): New.
2587
2588 2002-06-26 Andrew Cagney <cagney@redhat.com>
2589
2590 * frame.h (deprecated_generic_find_dummy_frame): Rename
2591 generic_find_dummy_frame.
2592 * blockframe.c (generic_find_dummy_frame): Make static.
2593 (deprecated_generic_find_dummy_frame): New function.
2594 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
2595 generic_find_dummy_frame with deprecated_find_dummy_frame.
2596 (sh64_nofp_frame_init_saved_regs): Ditto.
2597 (sh_fp_frame_init_saved_regs): Ditto.
2598 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
2599 (s390_frame_chain): Ditto.
2600 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
2601
2602 2002-06-26 Grace Sainsbury <graces@redhat.com>
2603
2604 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
2605 gdbarch vector are at the top.
2606 (NUM_REGS): Remove.
2607 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
2608 (FRAME_ARGS_ADDRESS): Remove.
2609 (FRAME_LOCALS_ADDRESS): Remove.
2610 (FRAME_NUM_ARGS): Remove.
2611 (FRAME_ARGS_SKIP): Remove.
2612 * m68k-tdep.c (enum): Add eumeration of special register numbers.
2613 (m68k_gdbarch_init): Add gdbarch initializations for macros
2614 undefined in tm-m68k.h
2615
2616 2002-06-26 Grace Sainsbury <graces@redhat.com>
2617
2618 * monitor.h: Add the function regname to monitor_ops
2619 structure. This way NUM_REGS does not have to be a constant.
2620 * monitor.c (monitor_fetch_register): Added support for regname
2621 function. The function is called if the array regnames is NULL.
2622 (monitor_store_register): Same.
2623 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
2624 regnames array.
2625 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
2626 cpu32bug_cmds.regname to point to new function.
2627 * abug-rom.c (abug_regname): Same as above.
2628 (init_abug_cmds): Same.
2629 * dbug-rom.c (dbug_regname): Same as above.
2630 (init_dbug_cmds): Same.
2631 * remote-est.c (est_regname): Same.
2632 (init_est_cmds): Same.
2633 * rom68k-rom.c (rom68k_regname): Same.
2634 (init_rom68k_cmds): Same.
2635
2636 2002-06-25 Tom Tromey <tromey@redhat.com>
2637
2638 * breakpoint.c (delete_command): Don't repeat `delete' commands.
2639
2640 2002-06-25 Andrew Cagney <cagney@redhat.com>
2641
2642 * infrun.c (stop_registers): Change variable's type to ``struct
2643 regcache'''.
2644 (xmalloc_inferior_status): Delete function.
2645 (free_inferior_status): Delete function.
2646 (normal_stop): Use regcache_cpy.
2647 (struct inferior_status): Change type of fields ``stop_registers''
2648 and ``registers'' to ``struct regcache''.
2649 (write_inferior_status_register): Use regcache_write.
2650 (save_inferior_status): Instead of calling
2651 xmalloc_inferior_status, allocate the inf_status buffer directly.
2652 Use regcache_dup_no_passthrough and regcache_dup to save the
2653 buffers.
2654 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
2655 Replace the stop_registers regcache instead of overriding it. Use
2656 regcache_xfree. Instead of calling free_inferior_status, xfree
2657 the buffer directly.
2658 (discard_inferior_status): Use regcache_xfree. Instead of calling
2659 free_inferior_status, xfree the buffer directly.
2660 (build_infrun): Use regcache_xmalloc.
2661 (_initialize_infrun): Delete redundant call to build_infrun.
2662
2663 * Makefile.in (infcmd.o): Add $(regcache_h).
2664
2665 * infcmd.c: Include "regcache.h".
2666 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
2667 obtain the address of `stop_registers' register buffer.
2668 (print_return_value): Ditto.
2669
2670 * inferior.h (struct regcache): Add opaque declaration.
2671 (stop_registers): Change variable's declared type to ``struct
2672 regcache''.
2673
2674 2002-06-24 Tom Tromey <tromey@redhat.com>
2675
2676 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
2677 * target.c (initialize_targets): Fixed typo in
2678 trust-readonly-sections `show' documentation.
2679
2680 * main.c: Marked all strings with _().
2681
2682 2002-06-24 Don Howard <dhoward@redhat.com>
2683
2684 * memattr.c (create_mem_region): Treat hi == 0 as a special case
2685 that means max CORE_ADDR+1.
2686 (lookup_mem_region): Ditto.
2687 (mem_info_command): Ditto.
2688
2689 2002-06-24 Grace Sainsbury <graces@redhat.com>
2690
2691 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
2692 (REGISTER_BYTES_OK): Remove.
2693 (REGISTER_BYTES): Remove.
2694 (STORE_STRUCT_RETURN): Remove.
2695 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
2696 (STORE_RETURN_VALUE): Remove.
2697 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2698 (FRAME_CHAIN): Remove.
2699 (FRAMELESS_FUNCTION_INVOCATION): Remove.
2700 (FRAME_SAVED_PC): Remove.
2701 * m68k-tdep.c (m68k_register_bytes_ok):Add.
2702 (m68k_store_struct_return): Add.
2703 (m68k_deprecated_extract_return_value): Add.
2704 (m68k_deprecated_extract_struct_value_address): Add.
2705 (m68k_store_return_value): Add.
2706 (m68k_frame_chain): Add.
2707 (m68k_frameless_function_invocation): Add.
2708 (m68k_frame_saved_pc): Add.
2709 (m68k_gdbarch_init): added set_gdbarch calls for new
2710 functions and deleted macros.
2711
2712 2002-06-23 Tom Tromey <tromey@redhat.com>
2713
2714 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
2715 (ALLDEPFILES): Likewise.
2716 (udiheaders): Removed.
2717 (udip2soc.o): Likewise.
2718 (udi2go32.o): Likewise.
2719 (udr.o): Likewise.
2720 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
2721
2722 2002-06-22 Andrew Cagney <ac131313@redhat.com>
2723
2724 * infrun.c (_initialize_infrun): Delete unnecessary call to
2725 build_infrun.
2726
2727 * regcache.h: Update comments describing the regcache_cpy family
2728 of functions.
2729 (regcache_save, regcache_restore): Delete declaration.
2730 (regcache_save_no_passthrough): Delete declaration.
2731 (regcache_restore_no_passthrough): Delete declaration.
2732 * regcache.c (regcache_save): Delete function.
2733 (regcache_save_no_passthrough): Delete function.
2734 (regcache_restore): Delete function.
2735 (regcache_restore_no_passthrough): Delete function.
2736
2737 2002-06-21 Andrew Cagney <ac131313@redhat.com>
2738
2739 * config/m68k/tm-m68k.h: Fix typo.
2740 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
2741 (m68k_frame_init_saved_regs): Declare.
2742
2743 2002-06-21 Jim Blandy <jimb@redhat.com>
2744
2745 Remove some vestiges of Harris 88k support.
2746 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
2747 register numbering quirk.
2748 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
2749 odd symbols occurring in Harris 88k ELF targets.
2750
2751 2002-06-21 Tom Tromey <tromey@redhat.com>
2752
2753 * gdb_locale.h: New file.
2754 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
2755 (defs_h): Added gdb_locale.h.
2756 * configure, config.in: Rebuilt.
2757 * configure.in (PACKAGE): Define.
2758 * defs.h: Include gdb_locale.h.
2759 * main.c (captured_main): Call setlocale, bindtextdomain,
2760 textdomain.
2761
2762 2002-06-21 Dave Brolley <brolley@redhat.com>
2763
2764 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
2765 * config/frv/frv.mt: New file.
2766 * config/frv/tm-frv.h: New file.
2767 * configure.tgt: Support frv-*-*.
2768 * Makefile.in (frv-tdep.o): New target.
2769 * frv-tdep.c: New file.
2770 * NEWS: Mention frv.
2771
2772 2002-06-21 Dave Brolley <brolley@redhat.com>
2773
2774 * MAINTAINERS: Add self to "Write After Approval" list.
2775
2776 2002-06-21 Grace Sainsbury <graces@redhat.com>
2777
2778 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
2779 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2780 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
2781 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
2782 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
2783
2784 * m68k-tdep.c: Include arch-utils.h
2785 (m68k_register_raw_size): Add.
2786 (m68k_register_virtual_size): Add.
2787 (m68k_register_virtual_type): Add.
2788 (m68k_register_name): Add.
2789 (m68k_stack_align): Add.
2790 (m68k_register_byte): Add.
2791 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
2792 tm-m68k.h.
2793
2794 2002-06-21 Grace Sainsbury <graces@redhat.com>
2795
2796 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
2797 m68k_find_saved_regs.
2798 (m68k_pop_frame): Removed saved_regs structure, and replaced
2799 references to it with frame->saved_regs.
2800 (m68k_gdbarch_init): Added function calls to initialize the
2801 gdbarch structure.
2802 (m68k_fix_call_dummy): Add.
2803 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
2804 (CALL_DUMMY): Remove.
2805 (CALL_DUMMY_LENGTH): Remove.
2806 (CALL_DUMMY_START_OFFSET): Remove.
2807 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2808 (FIX_CALL_DUMMY): Remove.
2809 (PUSH_DUMMY_FRAME): Remove.
2810 (POP_FRAME): Remove.
2811
2812 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
2813
2814 * parse.c (parse_fprintf): New function used to avoid calls to
2815 fprintf in bison parser generated debug code.
2816 * parser-defs.h: Declaration of new parse_fprintf function.
2817 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
2818 Set YYDEBUG to 1 by default.
2819 Set YYFPRINTF as parse_fprintf.
2820
2821 2002-06-21 Michal Ludvig <mludvig@suse.cz>
2822
2823 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
2824 encoding anymore.
2825 (pointer_encoding, enum ptr_encoding): New.
2826 (execute_cfa_program): Take care about pointer encoding.
2827 (dwarf2_build_frame_info): Only call parse_frame_info for
2828 .debug_frame and .eh_frame.
2829 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
2830 fixed augmentation handling, added relative addressing,
2831 ignore duplicate FDEs. Added comments.
2832 * dwarf2cfi.c: Reindented.
2833
2834 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
2835
2836 * event-top.c (command_handler): Don't use space_at_cmd_start
2837 unless there is sbrk() on the host. Assign time and space data
2838 to union fields of the appropriate length.
2839
2840 2002-06-20 Michal Ludvig <mludvig@suse.cz>
2841
2842 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
2843 x86_64_register_name. Return type changed to 'const char *'.
2844 (x86_64_register_name2nr): Rename to x86_64_register_number.
2845 (x86_64_gdbarch_init): Update to reflect the change.
2846 * x86-64-tdep.h: Ditto.
2847 * x86-64-linux-nat.c (x86_64_fxsave_offset)
2848 (supply_fpregset): Ditto.
2849
2850 2002-06-19 Andrew Cagney <cagney@redhat.com>
2851
2852 * regcache.h: Update copyright.
2853 (struct regcache, struct gdbarch): Add opaque declarations.
2854 (current_regcache): Declare global variable.
2855 (regcache_read, regcache_write): Add gdbarch parameter.
2856 (regcache_save, regcache_save_no_passthrough)
2857 (regcache_restore, regcache_restore_no_passthrough)
2858 (regcache_dup, regcache_dup_no_passthrough)
2859 (regcache_cpy, regcache_cpy_no_passthrough)
2860 (deprecated_grub_regcache_for_registers)
2861 (deprecated_grub_regcache_for_register_valid)
2862 (regcache_valid_p): Add function declarations.
2863
2864 * regcache.c: Update copyright.
2865 (regcache_descr_handle): New global variable.
2866 (struct regcache_descr): Define.
2867 (init_legacy_regcache_descr, init_regcache_descr): New functions.
2868 (regcache_descr, xfree_regcache_descr): New functions.
2869 (struct regcache): Define.
2870 (regcache_xmalloc, regcache_xfree): New functions.
2871 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
2872 (regcache_dup, regcache_dup_no_passthrough): New functions.
2873 (regcache_valid_p, regcache_read_as_address): New functions.
2874 (deprecated_grub_regcache_for_registers): New function.
2875 (deprecated_grub_regcache_for_register_valid): New function.
2876 (current_regcache): New global variable.
2877 (register_buffer): Add regcache parameter. Update calls.
2878 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
2879 (read_register_gen, write_register_gen): Update register_buffer
2880 call. Test for legacy_p instead of gdbarch_register_read_p or
2881 gdbarch_register_write_p.
2882 (regcache_collect): Update register_buffer call.
2883 (build_regcache): Rewrite. Use deprecated grub functions.
2884 (regcache_save, regcache_save_no_passthrough): New functions.
2885 (regcache_restore, regcache_restore_no_passthrough): New
2886 functions.
2887 (_initialize_regcache): Create the regcache_data_handle. Swap
2888 current_regcache global variable.
2889
2890 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
2891 parameter to regcache_read and regcache_write calls.
2892 (sh4_register_read): Ditto.
2893 (sh64_pseudo_register_read): Ditto.
2894 (sh64_register_read): Ditto.
2895 (sh_pseudo_register_write): Ditto.
2896 (sh4_register_write): Ditto.
2897 (sh64_pseudo_register_write): Ditto.
2898 (sh64_register_write): Ditto.
2899
2900 * defs.h (XCALLOC): Define.
2901
2902 2002-06-19 Grace Sainsbury <graces@redhat.com>
2903
2904 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
2905 * m68k-tdep.c (m68k_gdbarch_init): Added.
2906 (m68k_dump_tdep): Added.
2907
2908 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
2909
2910 * ada-lang.c (fill_in_ada_prototype): Update comment.
2911
2912 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
2913
2914 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
2915 MIPS_ABI_LAST.
2916 (mips_abi_string, mips_abi_strings): New.
2917 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
2918 (mips_gdbarch_init): Set tdep->found_abi. Don't set
2919 tdep->mips_abi_string. Honor mips_abi_string. Default to
2920 O32 if no ABI is found.
2921 (mips_dump_tdep): Use mips_abi_strings.
2922 (mips_abi_update): New function.
2923 (_initialize_mips_tdep): Initialize mips_abi_string. Add
2924 ``set mips abi'' and ``show mips abi''. Check the size of
2925 mips_abi_strings.
2926
2927 2002-06-19 Andrew Cagney <cagney@redhat.com>
2928
2929 * i386-linux-tdep.c (i386_linux_register_name): Make return type
2930 constant.
2931
2932 2002-06-18 Joel Brobecker <brobecker@gnat.com>
2933
2934 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
2935 current frame using only the first stack size adjustment. All
2936 subsequent size adjustments are not considered to be part of
2937 the "static" part of the current frame.
2938 Compute the address of the saved registers relative to the
2939 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
2940 in use in this frame.
2941
2942 2002-06-18 Don Howard <dhoward@redhat.com>
2943
2944 * valops.c (value_ind): Use value_at_lazy() when dereferencing
2945 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
2946 suggesting this solution.
2947
2948 2002-06-18 Andrew Cagney <ac131313@redhat.com>
2949
2950 * config/romp/xm-rtbsd.h: Delete file.
2951 * config/romp/rtbsd.mh: Delete file.
2952
2953 2002-06-18 Keith Seitz <keiths@redhat.com>
2954
2955 * breakpoint.c (condition_command): Post breakpoint_modify
2956 when a condition is added to an existing breakpoint.
2957 (commands_command): Likewise for commands.
2958 (set_ignore_count): Likewise for ignore counts.
2959 If no tty, do not simply return, still need to send event
2960 notification.
2961 (ignore_command): Only print a newline if the command came
2962 from a tty.
2963 Don't call breakpoints_changed, since this is now properly
2964 handled by set_ignore_count.
2965
2966 2002-06-18 Andrew Cagney <cagney@redhat.com>
2967
2968 * MAINTAINERS: Note that cris-elf target can be compiled with
2969 -Werror.
2970 * cris-tdep.c (cris_register_name): Make return type constant.
2971 (cris_breakpoint_from_pc): Ditto.
2972
2973 2002-06-18 Michal Ludvig <mludvig@suse.cz>
2974
2975 * frame.h (struct frame_info): Change type of context to
2976 'struct context'.
2977
2978 2002-06-17 Andrew Cagney <cagney@redhat.com>
2979
2980 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
2981 pointer.
2982 * gdbarch.h, gdbarch.c: Regenerate.
2983 * config/mips/tm-mips.h (mips_register_name): Update.
2984 * i386-tdep.h (i386_register_name): Update.
2985 * mips-tdep.c (mips_register_name): Update
2986 * alpha-tdep.c (alpha_register_name): Update.
2987 * arch-utils.c (legacy_register_name): Update.
2988 * arch-utils.h (legacy_register_name): Update.
2989 * avr-tdep.c (avr_register_name): Update.
2990 * ia64-tdep.c (ia64_register_name): Update.
2991 * i386-tdep.c (i386_register_name): Update.
2992 * sparc-tdep.c (sparc32_register_name): Update.
2993 (sparc64_register_name): Update.
2994 (sparclite_register_name): Update.
2995 (sparclet_register_name): Update.
2996 * sh-tdep.c (sh_generic_register_name): Update.
2997 (sh_sh_register_name): Update.
2998 (sh_sh3_register_name): Update.
2999 (sh_sh3e_register_name): Update.
3000 (sh_sh_dsp_register_name): Update.
3001 (sh_sh3_dsp_register_name): Update.
3002 (sh_sh4_register_name): Update.
3003 (sh_sh64_register_name): Update.
3004 * s390-tdep.c (s390_register_name): Update.
3005 * rs6000-tdep.c (rs6000_register_name): Update.
3006 * ns32k-tdep.c (ns32k_register_name_32082): Update.
3007 (ns32k_register_name_32382): Update.
3008 * d10v-tdep.c (d10v_ts2_register_name): Update.
3009 (d10v_ts3_register_name): Update.
3010 * xstormy16-tdep.c (xstormy16_register_name): Update.
3011 * vax-tdep.c (vax_register_name): Update.
3012 * v850-tdep.c (v850_register_name): Update.
3013 * m68hc11-tdep.c (m68hc11_register_name): Update.
3014 * mn10300-tdep.c (mn10300_generic_register_name): Update.
3015 (am33_register_name): Update.
3016
3017 2002-06-17 Grace Sainsbury <graces@redhat.com>
3018
3019 * m68k-tdep.c: Reindented.
3020
3021 2002-06-17 Andrew Cagney <ac131313@redhat.com>
3022
3023 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3024 list of predefined types.
3025
3026 2002-06-16 Mark Kettenis <kettenis@gnu.org>
3027
3028 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3029 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3030 REGISTER_CONVERT_TO_RAW): Remove defines.
3031 (i386_register_virtual_type, i386_register_convertible,
3032 i386_register_convert_to_virtual, i386_register_convert_to_raw):
3033 Remove prototypes.
3034 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3035 macros mentioned above.
3036
3037 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3038 (i386lynx_saved_pc_after_call): Remove prototype.
3039 * i386ly-tdep.c: Include "i386-tdep.h".
3040 (i386lynx_saved_pc_after_call): Make static. Use
3041 read_memory_nobpt instead of read_memory. Use
3042 read_memory_unsigned_integer instead of read_memory_integer.
3043 (i386lynx_init_abi): New function.
3044 (i386lynx_coff_osabi_sniffer): New function.
3045 (_initialize_i386bsd_tdep): New function.
3046
3047 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3048 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3049 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3050 (i386_fix_call_dummy): Remove prototype.
3051 * i386-tdep.c (i386_call_dummy_words): New variable.
3052 (i386_gdbarch_init): Adjust for removal of the
3053 macros mentioned above.
3054
3055 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3056
3057 * command.h (add_setshow_auto_boolean_cmd): Replace
3058 add_set_auto_boolean_cmd.
3059 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3060 add_set_auto_boolean_cmd.
3061 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3062 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3063 mask-address'' command.
3064 (show_mask_address): Add cmd parameter.
3065 * remote.c (add_packet_config_cmd): Update. Change type of
3066 set_func and show_func to cmd_sfunc_ftype.
3067 (_initialize_remote): Update `set remote Z-packet'
3068 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3069 (show_remote_protocol_e_packet_cmd): Ditto.
3070 (show_remote_protocol_E_packet_cmd): Ditto.
3071 (show_remote_protocol_P_packet_cmd): Ditto.
3072 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3073 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3074 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3075 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3076 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3077 (show_remote_protocol_Z_packet_cmd): Ditto.
3078 (show_remote_protocol_binary_download_cmd): Ditto.
3079 (show_remote_cmd): Pass NULL to all of above.
3080
3081 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3082
3083 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3084 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3085 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3086 POP_FRAME): Remove defines.
3087 (i386_push_arguments, i386_store_struct_return,
3088 i386_extract_return_value, i386_store_return_value,
3089 i386_extract_struct_value_address, i386_push_dummy_frame,
3090 i386_pop_frame): Renove prototypes.
3091 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3092 macros mentioned above.
3093
3094 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3095
3096 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3097 add_set_boolean_cmd.
3098 (add_setshow_cmd): New function.
3099 * command.h (add_setshow_boolean_cmd): Replace
3100 add_set_boolean_cmd.
3101 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3102 and ``set rdiromatzero''.
3103 * maint.c (_initialize_maint_cmds): Update commented out code.
3104 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3105 * target.c (initialize_targets): Update `set
3106 trust-readonly-sections'.
3107 * remote.c (_initialize_remote): Update `set remotebreak'.
3108
3109 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3110
3111 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3112 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3113 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3114 fit into multi-arch framework.
3115 (i386_breakpoint_from_pc): New function.
3116 (i386_gdbarch_init): Adjust for removal of the macros mentioned
3117 above.
3118
3119 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3120 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3121 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3122 (i386_frameless_function_invocation, i386_frame_num_args,
3123 i386_frame_init_saved_regs): Remove prototypes.
3124 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3125 macros mentioned above.
3126
3127 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3128
3129 * cli/cli-decode.c (set_cmd_cfunc): Update.
3130 (set_cmd_sfunc): Update.
3131 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3132 (set_cmd_sfunc, set_cmd_cfunc): Update.
3133 * cli/cli-decode.h: Update.
3134
3135 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3136
3137 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3138 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3139
3140 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3141
3142 * defs.h (auto_boolean): Declare enum.
3143 * command.h (cmd_auto_boolean): Delete enum.
3144 * mips-tdep.c (mask_address_var): Update.
3145 (mips_mask_address_p): Update.
3146 (show_mask_address): Update.
3147 * remote.c (struct packet_config): Update.
3148 (update_packet_config): Update.
3149 (show_packet_config_cmd): Update.
3150 (packet_ok): Update.
3151 (add_packet_config_cmd): Update.
3152 (_initialize_remote):
3153 * command.h: Update.
3154 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3155 (do_setshow_command): Update.
3156 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3157 * cli/cli-decode.h: Update.
3158
3159 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3160
3161 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3162 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3163 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3164 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3165 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3166 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3167
3168 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3169 list of DJGPP COFF targets.
3170
3171 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3172 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3173 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3174 (FP0_REGNUM): Remove define.
3175 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3176 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3177 (i386_register_virtual_size): Remove protoype.
3178 * i386-tdep.c (i386_register_virtual_size): Removed.
3179 (i386_extract_return_value, i386_store_return_value): Use
3180 FP0_REGNUM instead of NUM_FREGS to determine whether the
3181 floating-point registers are available.
3182 (i386_gdbarch_init): Tweak FIXME about FPU registers.
3183 Adjust for removal of macros mentioned above.
3184
3185 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3186
3187 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
3188 comments.
3189 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3190 Remove prototypes.
3191 (supply_gregset, fill_gregset): Remove use of register keyword and
3192 remove declaration for regmap. Use I386_NUM_GREGS instead of
3193 NUM_REGS and NUM_FREGS.
3194 (FPREGSET_FSAVE_OFFSET): Remove.
3195 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3196 NUM_FREGS to determine whether the floating-point registers are
3197 available.
3198
3199 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3200 gnu_store_registers): Replace usage of NUM_GREGS with
3201 I386_NUM_GREGS.
3202
3203 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3204 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3205 usage of NUM_GREGS with I386_NUM_GREGS.
3206
3207 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3208
3209 * i386bsd-nat.c: Include "i386-tdep.h".
3210 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3211 I386_NUM_GREGS.
3212
3213 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3214 and associated comment. They no longer make any sense, since we
3215 don't use this file anymore on Linux.
3216
3217 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3218 * i386-tdep.c (i386_register_offset, i386_register_size): Use
3219 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3220 elements in these arrays.
3221 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3222 MAX_NUM_REGS.
3223
3224 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3225
3226 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3227 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3228
3229 2002-06-14 Andrew Cagney <cagney@redhat.com>
3230
3231 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3232 EXTRACT_RETURN_VALUE.
3233 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3234 EXTRACT_STRUCT_VALUE_ADDRESS.
3235 * gdbarch.h, gdbarch.c: Regenerate.
3236
3237 * values.c (value_being_returned): Handle
3238 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3239 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3240
3241 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3242 * arm-tdep.c (arm_gdbarch_init): Update.
3243 * avr-tdep.c (avr_gdbarch_init): Update.
3244 * cris-tdep.c (cris_gdbarch_init): Update.
3245 * d10v-tdep.c (d10v_gdbarch_init): Update.
3246 * ia64-tdep.c (ia64_gdbarch_init): Update.
3247 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3248 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3249 * s390-tdep.c (s390_gdbarch_init): Update.
3250 * sh-tdep.c (sh_gdbarch_init): Update.
3251 * s390-tdep.c (s390_gdbarch_init): Update.
3252 * sparc-tdep.c (sparc_gdbarch_init): Update.
3253 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3254 * v850-tdep.c (v850_gdbarch_init): Update.
3255 * vax-tdep.c (vax_gdbarch_init): Update.
3256 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3257 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3258
3259 * config/arc/tm-arc.h: Update.
3260 * config/d30v/tm-d30v.h: Update.
3261 * config/fr30/tm-fr30.h: Update.
3262 * config/h8300/tm-h8300.h: Update.
3263 * config/h8500/tm-h8500.h: Update.
3264 * config/i386/tm-i386.h: Update.
3265 * config/i386/tm-ptx.h: Update.
3266 * config/i386/tm-symmetry.h: Update.
3267 * config/i960/tm-i960.h: Update.
3268 * config/m32r/tm-m32r.h: Update.
3269 * config/m68k/tm-delta68.h: Update.
3270 * config/m68k/tm-linux.h: Update.
3271 * config/m68k/tm-m68k.h: Update.
3272 * config/m88k/tm-m88k.h: Update.
3273 * config/mcore/tm-mcore.h: Update.
3274 * config/mips/tm-mips.h: Update.
3275 * config/mn10200/tm-mn10200.h: Update.
3276 * config/pa/tm-hppa.h: Update.
3277 * config/pa/tm-hppa64.h: Update.
3278 * config/sparc/tm-sp64.h: Update.
3279 * config/sparc/tm-sparc.h: Update.
3280 * config/sparc/tm-sparclet.h: Update.
3281 * config/z8k/tm-z8k.h: Update.
3282
3283 2002-06-14 Andrew Cagney <cagney@redhat.com>
3284
3285 * Makefile.in (i386_linux_tdep_h): Define.
3286 (i386_tdep_h, i387_tdep_h): Define.
3287 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3288 $(i386_tdep_h) and $(i387_tdep_h).
3289 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3290
3291 2002-06-14 Mark Kettenis <kettenis@gnu.org>
3292
3293 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3294 Already covered by the default.
3295
3296 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3297 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
3298 (i386_gdbarch_init): Initialize long_double_format and long_double
3299 bit.
3300
3301 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3302 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
3303 Move these to ...
3304 * config/i386/i386sol2.mh: ... here.
3305 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3306 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3307 (SIGCONTEXT_PC_OFFSET): Remove define.
3308 (IN_SIGTRAMP): Remove define.
3309 * i386-sol2-tdep.c: New file.
3310
3311 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3312 * config/i386/tm-i386nw.h: Removed.
3313
3314 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3315 USE_STRUCT_CONVENTION): Remove defines.
3316 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3317 (get_longjmp_target): Remove prototype.
3318 (IN_SIGTRAMP): Remove define.
3319 (i386bsd_in_sigtramp): Remove prototype.
3320 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3321 function. Update comment accordingly
3322 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3323 (FRAME_SAVED_PC): Remove define.
3324 (i386bsd_frame_saved_pc): Remove prototype.
3325 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3326 GET_LONGJMP_TARGET): Remove defines.
3327 (get_longjmp_target): Remove prototype.
3328 (IN_SIGTRAMP): Remove define.
3329 (i386bsd_in_sigtramp): Remove prototype.
3330 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3331 function. Update comment accordingly
3332 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3333 (FRAME_SAVED_PC): Remove define.
3334 (i386bsd_frame_saved_pc): Remove prototype.
3335 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3336 Remove prototype.
3337 (USE_STRUCT_CONVENTION): Remove prototype.
3338 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3339 declaration.
3340 (_initialize_i386bsd_nat): Revise logic to determine some
3341 constants at compile time when compiling a native GDB. Warn if
3342 things don't match up with what we expect.
3343 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3344 Remove variables.
3345 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
3346 to use date stored in `struct gdbarch_tdep'.
3347 (i386bsd_sigcontext_offset): Remove varaible.
3348 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
3349 stored in `struct gdbarch_tdep'.
3350 (i386bsd_frame_saved_pc): Make static.
3351 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3352 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3353 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3354 i386fbsd4_sc_pc_offset): New variables.
3355 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3356 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3357 functions.
3358 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3359 functions.
3360 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3361 Modify the value of i386fbsd_sigtramp_start and
3362 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3363 i386fbsd_sigtramp_end.
3364 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3365 function.
3366
3367 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3368 define to i386-linux-tdep.h.
3369 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3370 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3371 defines.
3372 (i386_linux_register_name, i386_linux_register_byte,
3373 i386_linux_register_raw_size): Remove prototypes.
3374 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3375 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3376 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3377 TARGET_WRITE_PC): Remove defines.
3378 (i386_linux_in_sigtramp, i386_linux_frame_chain,
3379 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3380 i386_linux_write_pc): Remove prototypes.
3381 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3382 (get_longjmp_target): Remove prototype.
3383 * i386-linux-tdep.h: New file.
3384 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3385 * i386-linux-tdep.c: Include "i386-tdep.h" and
3386 "i386-linux-tdep.h".
3387 (i386_linux_register_name, i386_linux_register_byte,
3388 i386_linux_register_raw_size, i386_linux_in_sigtramp,
3389 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3390 Make static.
3391 (i386_linux_init_abi): New function.
3392 (_initialize_i386_linux_tdep): New function.
3393
3394 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3395 (i386_saved_pc_after_call): Remove prototype.
3396 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3397 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3398 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3399 (i386_register_name, i386_stab_reg_to_regnum,
3400 i386_dwarf_reg_to_regnum): Remove prototypes.
3401 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3402 SIZEOF_SSE_REGS): Remove defines.
3403 (REGISTER_BYTES): Remove define.
3404 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3405 (i386_register_byte, i386_register_raw_size): Remove prototypes.
3406 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3407 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3408 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3409 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3410 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3411 (get_longjmp_target): Remove prototype.
3412 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3413 (sigtramp_saved_pc): Remove define.
3414 (i386v4_sigtramp_saved_pc): Remove prototype.
3415 * config/i386/tm-go32.h (FRAME_CHAIN,
3416 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3417 (i386go32_frame_saved_pc): Remove prototype.
3418 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3419 (get_longjmp_target): Remove prototype.
3420 * i386-tdep.h: Include "osabi.h".
3421 (enum i386_abi): Removed.
3422 (enum struct_return): New enum.
3423 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3424 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3425 sc_pc_offset members.
3426 (i386_gdbarch_register_os_abi): Remove prototype.
3427 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3428 I386_SSE_NUM_REGS): New defines.
3429 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3430 I386_SSE_SIZEOF_REGS): New defines.
3431 (i386_register_name, i386_register_byte, i386_register_raw_size):
3432 New prototypes.
3433 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3434 (i386bsd_sigtramp_saved_pc): New prototype.
3435 * i386-tdep.c: Don't include "elf-bfd.h".
3436 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3437 i386_frame_chain, i386_saved_pc_after_call): Make static.
3438 (i386_frame_saved_pc): Rewrite to call architecture dependent
3439 function to deal with signal handlers. Make static.
3440 (i386go32_frame_saved_pc): Removed.
3441 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3442 Removed.
3443 (i386_get_longjmp_target): New function.
3444 (default_struct_convention, pcc_struct_convention,
3445 reg_struct_convention, valid_conventions, struct_convention): New
3446 variables.
3447 (i386_use_struct_convention): New function.
3448 (i386v4_sigtramp_saved_pc): Renamed to
3449 i386_svr4_sigtramp_saved_pc. Made static. Moved.
3450 (i386_pc_in_sigtramp): New function.
3451 (i386_abi_names): Removed.
3452 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3453 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3454 Removed.
3455 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3456 i386_gdbarch_register_os_abi): Removed.
3457 (struct i386_abi_handler): Removed.
3458 (i386_abi_handler_list): Removed.
3459 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3460 functions.
3461 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
3462 i386_nw_init_abi): New functions.
3463 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
3464 Use set_gdbarch_xxx() calls instead of relying on macros for a
3465 number of calls.
3466 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
3467 (_initialize_i386_tdep): Add new 'struct-convcention' command.
3468 Register the various architecture variants defined in this file.
3469
3470 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
3471
3472 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
3473 (struct main_type): Remove arg_types member. Update comments for
3474 struct field.
3475 (TYPE_ARG_TYPES): Remove.
3476 (TYPE_FN_FIELD_ARGS): Update.
3477 (smash_to_method_type): Update prototype.
3478
3479 * c-typeprint.c (cp_type_print_method_args): Take method type
3480 instead of argument list. Use new argument layout. Simplify.
3481 (c_type_print_args): Use new argument layout. Simplify.
3482 (c_type_print_base): Update call to cp_type_print_method_args.
3483 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
3484 argument; use die->type instead. Update call to
3485 smash_to_method_type.
3486 (read_structure_scope): Update call to dwarf2_add_member_fn.
3487 * gdbtypes.c (allocate_stub_method): Update comment.
3488 (smash_to_method_type): Take new NARGS and VARARGS arguments.
3489 Use new argument layout.
3490 (check_stub_method): Use new argument layout. Don't count
3491 void as an argument.
3492 (print_arg_types): Update comments. Use new argument layout.
3493 (recursive_dump_type): Don't print arg_types member.
3494 * hpread.c (hpread_read_struct_type): Use new argument layout.
3495 (fixup_class_method_type): Likewise.
3496 (hpread_type_lookup): Likewise.
3497 * stabsread.c (read_type): Update calls to read_args and
3498 smash_to_method_type.
3499 (read_args): Use new argument layout. Simplify.
3500 * valops.c (typecmp): Use new argument layout. Update parameters
3501 and comments. Simplify.
3502 (hand_function_call): Use new argument layout.
3503 (search_struct_method): Update call to typecmp.
3504 (find_overload_match): Use new argument layout.
3505
3506 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3507
3508 * NEWS: Mention multithreaded debug support for gdbserver.
3509
3510 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3511
3512 * MAINTAINERS: Mention NEWS.
3513
3514 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3515
3516 * gdbserver/regcache.c: Add comment.
3517
3518 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3519
3520 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
3521 (struct mips_objfile_private, compare_pdr_entries): New.
3522 (non_heuristic_proc_desc): Read the ".pdr" section if it
3523 is present.
3524
3525 2002-06-12 Andrew Cagney <ac131313@redhat.com>
3526
3527 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
3528 (arm_debug): New static variable.
3529 (_initialize_arm_tdep): Add ``set debug arm'' command.
3530
3531 2002-06-12 Andrew Cagney <ac131313@redhat.com>
3532
3533 * Makefile.in (sim_arm_h): Define.
3534 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
3535 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
3536 (arm_register_sim_regno): New function, map an internal REGNUM
3537 onto a simulator register number.
3538 (arm_gdbarch_init): Set register_sim_regno.
3539
3540 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
3541
3542 * MAINTAINERS: Add self.
3543
3544 2002-06-11 Jim Blandy <jimb@redhat.com>
3545
3546 * source.c (source_info): Mention whether the symtab has
3547 information about preprocessor macros.
3548
3549 Call the command `info macro', not `show macro'.
3550 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
3551 Fix error message.
3552 (_initialize_macrocmd): Register `info_macro_command' in
3553 `infolist', not `showlist'.
3554
3555 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
3556
3557 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
3558 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
3559 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
3560 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
3561 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
3562 unconditionally.
3563 (set_mipsfpu_single_command, set_mipsfpu_double_command)
3564 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
3565 (_initialize_mips_tdep): Remove dead code.
3566 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
3567 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3568 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
3569 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3570 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
3571 MIPS_LAST_FP_ARG_REGNUM): Remove.
3572
3573 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
3574
3575 * gdbserver/thread-db.c: New file.
3576 * gdbserver/proc-service.c: New file.
3577 * gdbserver/acinclude.m4: New file.
3578 * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
3579 proc-service.o, and thread-db.o.
3580 (linux-low.o): Add USE_THREAD_DB.
3581 * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
3582 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
3583 * gdbserver/aclocal.m4: Regenerated.
3584 * gdbserver/config.in: Regenerated.
3585 * gdbserver/configure: Regenerated.
3586 * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
3587 thread_db.h, and linux/elf.h headrs.
3588 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
3589 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
3590 Check for -lthread_db and thread support.
3591 * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
3592 PowerPC, and SuperH.
3593 * gdbserver/i387-fp.c: Constify arguments.
3594 * gdbserver/i387-fp.h: Likewise.
3595 * gdbserver/inferiors.c: (struct thread_info): Renamed from
3596 `struct inferior_info'. Remove PID member. Use generic inferior
3597 list header. All uses updated.
3598 (inferiors, signal_pid): Removed.
3599 (all_threads): New variable.
3600 (get_thread): Define.
3601 (add_inferior_to_list): New function.
3602 (for_each_inferior): New function.
3603 (change_inferior_id): New function.
3604 (add_inferior): Removed.
3605 (remove_inferior): New function.
3606 (add_thread): New function.
3607 (free_one_thread): New function.
3608 (remove_thread): New function.
3609 (clear_inferiors): Use for_each_inferior and free_one_thread.
3610 (find_inferior): New function.
3611 (find_inferior_id): New function.
3612 (inferior_target_data): Update argument type.
3613 (set_inferior_target_data): Likewise.
3614 (inferior_regcache_data): Likewise.
3615 (set_inferior_regcache_data): Likewise.
3616 * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
3617 (all_processes, stopping_threads, using_thrads)
3618 (struct pending_signals, debug_threads, pid_of): New.
3619 (inferior_pid): Replace with macro.
3620 (struct inferior_linux_data): Remove.
3621 (get_stop_pc, add_process): New functions.
3622 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
3623 Use add_process and add_thread.
3624 (linux_attach_lwp): New function, based on old linux_attach. Use
3625 add_process and add_thread. Set stop_expected for new threads.
3626 (linux_attach): New function.
3627 (linux_kill_one_process): New function.
3628 (linux_kill): Kill all LWPs.
3629 (linux_thread_alive): Use find_inferior_id.
3630 (check_removed_breakpoints, status_pending_p): New functions.
3631 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
3632 Update. Use WNOHANG. Wait for cloned processes also. Update process
3633 struct for the found process.
3634 (linux_wait_for_event): New function.
3635 (linux_wait): Use it. Support LWPs.
3636 (send_sigstop, wait_for_sigstop, stop_all_processes)
3637 (linux_resume_one_process, linux_continue_one_process): New functions.
3638 (linux_resume): Support LWPs.
3639 (REGISTER_RAW_SIZE): Remove.
3640 (fetch_register): Use register_size instead. Call supply_register.
3641 (usr_store_inferior_registers): Likewise. Call collect_register.
3642 Fix recursive case.
3643 (regsets_fetch_inferior_registers): Improve error message.
3644 (regsets_store_inferior_registers): Add debugging.
3645 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
3646 (unstopped_p, linux_signal_pid): New functions.
3647 (linux_target_ops): Add linux_signal_pid.
3648 (linux_init_signals): New function.
3649 (initialize_low): Call it. Initialize using_threads.
3650 * gdbserver/regcache.c (inferior_regcache_data): Add valid
3651 flag.
3652 (get_regcache): Fetch registers lazily. Add fetch argument
3653 and update all callers.
3654 (regcache_invalidate_one, regcache_invalidate): New
3655 functions.
3656 (new_register_cache): Renamed from create_register_cache.
3657 Return the new regcache.
3658 (free_register_cache): Change argument to a void *.
3659 (registers_to_string, registers_from_string): Call get_regcache
3660 with fetch flag set.
3661 (register_data): Make static. Pass fetch flag to get_regcache.
3662 (supply_register): Call get_regcache with fetch flag clear.
3663 (collect_register): Call get_regcache with fetch flag set.
3664 (collect_register_as_string): New function.
3665 * gdbserver/regcache.h: Update.
3666 * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
3667 stderr.
3668 Handle input interrupts while waiting for an ACK.
3669 (input_interrupt): Use signal_pid method.
3670 (getpkt): Flush after debug output and use stderr.
3671 (outreg): Use collect_register_as_string.
3672 (new_thread_notify, dead_thread_notify): New functions.
3673 (prepare_resume_reply): Check using_threads. Set thread_from_wait
3674 and general_thread.
3675 (look_up_one_symbol): Flush after debug output.
3676 * gdbserver/server.c (step_thread, server_waiting): New variables.
3677 (start_inferior): Don't use signal_pid. Update call to mywait.
3678 (attach_inferior): Update call to mywait.
3679 (handle_query): Handle qfThreadInfo and qsThreadInfo.
3680 (main): Don't fetch/store registers explicitly. Use
3681 set_desired_inferior. Support proposed ``Hs'' packet. Update
3682 calls to mywait.
3683 * gdbserver/server.h: Update.
3684 (struct inferior_list, struct_inferior_list_entry): New.
3685 * gdbserver/target.c (set_desired_inferior): New.
3686 (write_inferior_memory): Constify.
3687 (mywait): New function.
3688 * gdbserver/target.h: Update.
3689 (struct target_ops): New signal_pid method.
3690 (mywait): Removed macro, added prototype.
3691
3692 * gdbserver/linux-low.h (regset_func): Removed.
3693 (regset_fill_func, regset_store_func): New.
3694 (enum regset_type): New.
3695 (struct regset_info): Add type field. Use new operation types.
3696 (struct linux_target_ops): stop_pc renamed to get_pc.
3697 Add decr_pc_after_break and breakpoint_at.
3698 (get_process, get_thread_proess, get_process_thread)
3699 (strut process_info, all_processes, linux_attach_lwp)
3700 (thread_db_init): New.
3701
3702 * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
3703 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
3704 (the_low_target): Add new members.
3705 * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
3706 (i386_store_fpxregset): Constify.
3707 (target_regsets): Add new kind identifier.
3708 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
3709 (i386_set_pc): Add debugging.
3710 (i386_breakpoint_at): New function.
3711 (the_low_target): Add new members.
3712 * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
3713 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
3714 (mips_breakpoint_at): New.
3715 (the_low_target): Add new members.
3716 * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
3717 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
3718 (the_low_target): Add new members.
3719 * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
3720 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
3721 (the_low_target): Add new members.
3722 * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
3723 identifier.
3724
3725 2002-06-11 Michal Ludvig <mludvig@suse.cz>
3726
3727 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
3728 (unwind_tmp_obstack_free, parse_frame_info)
3729 (update_context, cfi_read_fp, cfi_write_fp)
3730 (cfi_frame_chain, cfi_init_extra_frame_info)
3731 (cfi_virtual_frame_pointer): Use the above function.
3732 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
3733
3734 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
3735
3736 * v850-tdep.c (v850_type_is_scalar): New function.
3737 (v850_use_struct_convention): Match current gcc implementation
3738 as close as possible.
3739 (v850_push_arguments): Fix stack_offset handling. Don't write
3740 struct_addr into register. This is done by v850_store_struct_return.
3741 (v850_extract_return_value): Care for structs.
3742 (v850_store_return_value): Ditto.
3743 (v850_store_struct_return): Actually write address.
3744
3745 2002-06-11 Michal Ludvig <mludvig@suse.cz>
3746
3747 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
3748 without debug information too.
3749
3750 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3751
3752 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
3753 Make multi-arch pure.
3754 * gdbarch.h, gdbarch.c: Re-generate.
3755 * arm-tdep.c (arm_print_float_info): Update.
3756 * arch-utils.h (default_print_float_info): Update.
3757 * arch-utils.c (default_print_float_info): Update.
3758 * infcmd.c (float_info): Update call.
3759
3760 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3761
3762 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
3763 the front of the initialize list.
3764
3765 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3766
3767 * infrun.c (struct inferior_status): Replace fields
3768 selected_frame_address and selected_level with field
3769 selected_frame_id.
3770 (save_inferior_status): Update. Use get_frame_id.
3771 (struct restore_selected_frame_args): Delete.
3772 (restore_selected_frame): Update. Use frame_find_by_id.
3773 (restore_inferior_status): Update.
3774
3775 * breakpoint.h (struct breakpoint): Change type of
3776 watchpoint_frame to frame_id.
3777 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
3778 call to get_current_frame.
3779 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
3780 get_current_frame.
3781 (watchpoint_check): Use frame_find_by_id.
3782
3783 * frame.h (record_selected_frame): Delete declaration.
3784 * stack.c (record_selected_frame): Delete function.
3785
3786 * frame.h (struct frame_id): Define.
3787 (get_frame_id): Declare.
3788 (frame_find_by_id): Declare.
3789 * frame.c (frame_find_by_id): New function.
3790 (get_frame_id): New function.
3791
3792 2002-06-10 Andrey Volkov <avolkov@transas.com>
3793
3794 * ser-e7kpc.c: Fix duplicated define and call of
3795 _initialize_ser_e7000pc
3796
3797 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
3798
3799 * signals/signals.c (target_signal_from_host): Fix #ifdef
3800 SIGRTMIN case.
3801 (do_target_signal_to_host): Likewise.
3802
3803 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
3804
3805 * mips-tdep.c (mips_find_abi_section): New function.
3806 (mips_gdbarch_init): Call it.
3807
3808 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3809
3810 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
3811 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
3812 after Andrew's 2002-06-08 gdbarch change.
3813
3814 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3815
3816 * i386-linux-nat.c (suppy_gregset): Don't supply
3817 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
3818 register cache.
3819 (fill_gregset): Don't fetch it under the same circumstances.
3820
3821 2002-06-09 Andrew Cagney <cagney@redhat.com>
3822
3823 * Makefile.in (callback_h): Define.
3824 (remote_sim_h): Update path to remote-sim.h.
3825 (remote-rdp.o): Add $(callback_h).
3826 (remote-sim.o): Use $(callback_h).
3827 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
3828 * remote-rdp.c: Include "gdb/callback.h".
3829
3830 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3831
3832 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3833 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
3834
3835 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3836
3837 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
3838 * rdi-share/serpardr.c: Ditto.
3839 * rdi-share/unixcomm.c: Ditto.
3840 * rdi-share/serdrv.c: Ditto.
3841 * rdi-share/hostchan.h: Ditto.
3842 * rdi-share/hostchan.c: Ditto.
3843 * rdi-share/host.h: Ditto.
3844 * rdi-share/devsw.c: Ditto.
3845
3846 * objfiles.h: Change type of obj_private to void pointer.
3847 * pa64solib.c: Update copyright. Don't include "assert.h", use
3848 strcmp instead of STREQ, use LONGEST, do not use PTR
3849 * somsolib.c: Ditto.
3850
3851 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
3852 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
3853 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
3854
3855 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3856
3857 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
3858 (default_get_saved_register): Delete function.
3859 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
3860 generic_unwind_get_saved_register.
3861 * gdbarch.h, gdbarch.c: Re-generate.
3862
3863 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3864
3865 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
3866 generic_func_frame_chain_valid.
3867 * gdbarch.h, gdbarch.c: Re-generate.
3868 * blockframe.c (generic_func_frame_chain_valid): Only check
3869 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
3870 passing FP to PC_IN_CALL_DUMMY.
3871 Fix PR gdb/360.
3872
3873 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3874
3875 * gdbarch.sh (struct gdbarch_data): Add field init_p.
3876 (register_gdbarch_data): Initialize init_p.
3877 (gdbarch_data): Initialize data pointer using the init function.
3878 (init_gdbarch_data): Delete function.
3879 (gdbarch_update_p): Update.
3880 (initialize_non_multiarch): Update.
3881 (struct gdbarch): Add field initialized_p.
3882 * gdbarch.h, gdbarch.c: Re-generate.
3883
3884 2002-06-07 Michal Ludvig <mludvig@suse.cz>
3885
3886 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
3887 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
3888 better do the things actually here.
3889 * x86-64-tdep.c (x86_64_register_name2nr): New.
3890 (x86_64_register_name): Renamed to x86_64_register_nr2name.
3891 (x86_64_gdbarch_init): Respect the above change.
3892 * x86-64-tdep.h (x86_64_register_name2nr)
3893 (x86_64_register_nr2name): Add prototypes.
3894 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
3895
3896 2002-06-06 Michael Snyder <msnyder@redhat.com>
3897
3898 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
3899 Delete extra braces and re-indent.
3900 (d10v_store_return_value): Char return values
3901 must be shifted over by one byte in R0.
3902 (d10v_extract_return_value): Delete extra braces, re-indent.
3903
3904 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
3905
3906 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
3907 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
3908 (d10v_integer_to_address): Rewrite.
3909 (d10v_frame_init_saved_regs): When reading fp and sp registers use
3910 the d10v specific functions which take care of converting to the
3911 correct space.
3912
3913 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
3914
3915 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
3916 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
3917
3918 2002-06-02 Andrew Cagney <ac131313@redhat.com>
3919
3920 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
3921 includes.
3922 * config/tm-linux.h: Ditto.
3923 * config/alpha/tm-alphalinux.h: Ditto.
3924 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
3925 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
3926 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
3927 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
3928 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
3929 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
3930 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
3931 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
3932 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
3933 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
3934 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
3935 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
3936 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
3937 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
3938 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
3939 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
3940 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
3941 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
3942 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
3943 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
3944 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
3945 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
3946 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
3947 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
3948 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
3949 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
3950 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
3951 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
3952 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
3953 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
3954 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
3955 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
3956 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
3957 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
3958 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
3959 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
3960 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
3961
3962 2002-05-04 Aidan Skinner <aidan@velvet.net>
3963
3964 * ada-exp.tab.c: New file
3965 * ada-exp.y: New file
3966 * ada-lang.c: New file
3967 * ada-lang.h: New file
3968 * ada-lex.c: New file
3969 * ada-lex.l: New file
3970 * ada-tasks.c: New file
3971 * ada-typeprint.c: New file
3972 * ada-valprint.c: New file
3973
3974 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
3975
3976 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
3977 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
3978
3979 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
3980
3981 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
3982 insetead of ppc-linux-tdep.o.
3983 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
3984 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
3985
3986 2002-06-02 Andrew Cagney <ac131313@redhat.com>
3987
3988 2002-05-07 Christian Groessler <chris@groessler.org>
3989 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
3990 bit register contents for little endian hosts.
3991
3992 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3993
3994 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
3995 any maintainer.
3996
3997 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3998
3999 * gdbarch.h: Regenerate.
4000
4001 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4002
4003 * MAINTAINERS: Add everyone to write-after-approval list.
4004
4005 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4006
4007 * stack.c (frame_info): Use frame_register_unwind instead of
4008 saved_regs. Mention when the SP is on the stack or in a register.
4009
4010 * frame.h (frame_register_unwind_ftype): Define. Document.
4011 (struct frame_info): Add field register_unwind and
4012 register_unwind_cache.
4013 (frame_register_unwind): Declare.
4014 (generic_unwind_get_saved_register): Declare.
4015
4016 * frame.c (frame_register_unwind): New function.
4017 (generic_unwind_get_saved_register): New function.
4018
4019 * blockframe.c (generic_call_dummy_register_unwind): New function.
4020 (frame_saved_regs_register_unwind): New function.
4021 (set_unwind_by_pc): New function.
4022 (create_new_frame): New function.
4023 (get_prev_frame): New function.
4024
4025 2002-05-30 Andrew Cagney <ac131313@redhat.com>
4026
4027 * a29k-share/: Delete directory.
4028 * remote-vx29k.c: Delete file.
4029
4030 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4031
4032 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4033 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4034
4035 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4036
4037 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4038 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4039 (sparc64nbsd-nat.o)
4040 (sparcnbsd-nat.o)
4041 (sparcnbsd-tdep.o): New dependency lists.
4042 * NEWS: Note new UltraSPARC NetBSD native configuration.
4043 * configure.host (sparc64-*-netbsd*): New host.
4044 * configure.tgt (sparc-*-netbsdelf*)
4045 (sparc-*-netbsd*): Set gdb_target to nbsd.
4046 (sparc64-*-netbsd*): New target.
4047 * sparc64nbsd-nat.c: New file.
4048 * sparcnbsd-nat.c: New file.
4049 * sparcnbsd-tdep.c: New file.
4050 * sparcnbsd-tdep.h: New file.
4051 * config/sparc/nbsd.mt: New file.
4052 * config/sparc/nbsd64.mh: New file.
4053 * config/sparc/nbsd64.mt: New file.
4054 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4055 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4056 (HOST_IPC): Remove.
4057 * config/sparc/nbsdaout.mt: Remove.
4058 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4059 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4060 (HOST_IPC): Remove.
4061 * config/sparc/nbsdelf.mt: Remove.
4062 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
4063 sparc-nat.c compatiblity defines.
4064 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
4065 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4066 * config/sparc/tm-nbsd64.h: New file.
4067 * config/sparc/tm-nbsdaout.h: Remove.
4068 * config/sparc/xm-nbsd.h: Remove.
4069
4070 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4071
4072 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4073 * sparc-tdep.c: Include osabi.h.
4074 (gdbarch_tdep): Add osabi member.
4075 (_initialize_sparc_tdep): Use gdbarch_register.
4076 (sparc_gdbarch_init): Use generic OS ABI framework.
4077 (sparc_dump_tdep): New function.
4078
4079 2002-05-30 Kevin Buettner <kevinb@redhat.com>
4080
4081 * corefile.c (do_captured_read_memory_integer): Return non-zero
4082 result.
4083 (safe_read_memory_integer): Copy result of memory read when
4084 status is non-zero. Also, add comments.
4085
4086 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
4087
4088 * Makefile.in (ppc_tdep_h): Define.
4089 (ppc-linux-nat.o)
4090 (ppc-linux-tdep.o)
4091 (rs6000-tdep.o): Use $(ppc_tdep_h).
4092 (ppc-sysv-tdep.o)
4093 (ppcnbsd-nat.o)
4094 (ppcnbsd-tdep.o): New dependency lists.
4095 * ppc-tdep.h: Use generic OS ABI framework.
4096 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4097 (ppc_linux_init_abi): New functions.
4098 (ppc_sysv_abi_broken_use_struct_convention)
4099 (ppc_sysv_abi_use_struct_convention)
4100 (ppc_sysv_abi_push_arguments): Move to...
4101 * ppc-sysv-tdep.c: ...here.
4102 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4103 * rs6000-tdep.c (process_note_abi_tag_sections)
4104 (get_elfosabi): Remove.
4105 (rs6000_gdbarch_init): Use generic OS ABI framework.
4106 (rs6000_dump_tdep): New function.
4107 (_initialize_rs6000_tdep): Use gdbarch_register.
4108 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4109 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4110 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4111 of ppc-linux-tdep.o.
4112 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4113 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4114 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4115 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4116 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4117 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4118
4119 2002-05-29 Jim Blandy <jimb@redhat.com>
4120
4121 * macroscope.c (default_macro_scope): Put `void' in empty argument
4122 list.
4123
4124 2002-05-29 Andrew Cagney <ac131313@redhat.com>
4125
4126 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4127 * arch-utils.c: Include "sim-regno.h".
4128 * gdbarch.sh: Don't include "sim-regno.h".
4129 * gdbarch.h, gdbarch.c: Regenerate.
4130 * sim-regno.h (legacy_register_sim_regno): Move declaration from
4131 here.
4132 * arch-utils.h (legacy_register_sim_regno): To here.
4133 * remote-sim.c (legacy_register_sim_regno): Move function from
4134 here.
4135 * arch-utils.c (legacy_register_sim_regno): To here.
4136
4137 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4138
4139 * sim-regno.h: New file.
4140 * Makefile.in (sim_regno_h): Define.
4141 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4142 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4143 (legacy_register_sim_regno): New function.
4144 (one2one_register_sim_regno): New function.
4145 (gdbsim_fetch_register): Rewrite.
4146 (gdbsim_store_register): Only store a register when
4147 REGISTER_SIM_REGNO is valid.
4148 * d10v-tdep.c: Include "sim-regno.h".
4149 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4150 (d10v_ts3_register_sim_regno): Ditto.
4151 * gdbarch.sh: Include "sim-regno.h".
4152 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4153 * gdbarch.h, gdbarch.c: Regenerate.
4154 * arch-utils.h (default_register_sim_regno): Delete declaration.
4155 * arch-utils.c (default_register_sim_regno): Delete function.
4156
4157 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4158
4159 * ppcnbsd-nat.c: Rewrite.
4160 * ppcnbsd-tdep.c: New file.
4161 * ppcnbsd-tdep.h: New file.
4162 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4163 solib.o, and solib-svr4.o.
4164 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4165 nbsd-tdep.o, and corelow.o.
4166
4167 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4168
4169 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4170 `tr' and `sed'. Mention that `broken' targets are not expected to
4171 build.
4172
4173 2002-05-27 Michal Ludvig <mludvig@suse.cz>
4174
4175 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4176 Let PC point right after the prologue before looking up symbols.
4177
4178 2002-05-27 Martin M. Hunt <hunt@redhat.com>
4179
4180 * i386-tdep.c (i386_register_virtual_type): Return
4181 builtin_type_vec128i for SSE registers.
4182
4183 * gdbtypes.h (builtin_type_vec128i): Declare.
4184
4185 * gdbtypes.c (build_builtin_type_vec128i): New function.
4186 (builtin_type_v2_double, builtin_type_v4_int64): New types.
4187 (builtin_type_vec128i): New type for SSE2 128-bit registers.
4188 (build_gdbtypes): Initialize new builtin vector types.
4189 (_initialize_gdbtypes): Register new vector types with gdbarch.
4190
4191 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4192
4193 * MAINTAINERS: ns32k is not longer an obsolete candidate,
4194 since it has been multi-arch'd.
4195 * NEWS: Note that ns32k-*-* is now partial multi-arch.
4196 Move Alpha and VAX multi-arch news entries to same section
4197 as other multi-arch news.
4198
4199 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4200
4201 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4202 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
4203 static. Rename some register numbers to put them in ns32k-tdep
4204 private namespace.
4205 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4206 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4207 functions.
4208 (_initialize_ns32k_tdep): Use gdbarch_register.
4209 * ns32k-tdep.h: New file.
4210 * ns32knbsd-tdep.c: New file.
4211 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4212 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4213 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4214 REGISTER_BYTES, REGISTER_BYTE): Remove.
4215 * config/ns32k/tm-ns32k.h: New file.
4216 * config/ns32k/tm-umax.h: Remove.
4217
4218 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4219
4220 * ns32k-tdep.c (ns32k_saved_pc_after_call,
4221 ns32k_store_struct_return, ns32k_extract_return_value,
4222 ns32k_store_return_value, ns32k_extract_struct_value_address): New
4223 functions.
4224 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4225 ns32k_saved_pc_after_call.
4226 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4227 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4228 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4229 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4230 ns32k_extract_struct_value_address.
4231
4232 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4233
4234 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4235 ns32k_fix_call_dummy): New.
4236 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4237 ns32k_call_dummy_words.
4238 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4239 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4240 CALL_DUMMY_NARGS): Remove.
4241 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4242
4243 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4244
4245 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4246 ns32k_frame_saved_pc, ns32k_frame_args_address,
4247 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4248 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4249 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4250 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4251 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4252 (BREAKPOINT): Remove..
4253 (FRAME_CHAIN): Define as ns32k_frame_chain.
4254 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4255 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4256 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4257 (FRAME_FIND_SAVED_REGS): Remove.
4258 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4259 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4260 (POP_FRAME): Define as ns32k_pop_frame.
4261
4262 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4263
4264 * ns32k-tdep.c (ns32k_register_byte_32082,
4265 ns32k_register_byte_32382, ns32k_register_raw_size,
4266 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4267 functions.
4268 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4269 ns32k_register_byte_32382.
4270 * config/ns32k/tm-umax.h: Update copyright years.
4271 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4272 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4273 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4274 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4275 (ns32k_get_enter_addr): Fix prototype.
4276
4277 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4278
4279 * ns32k-tdep.c: Update copyright years.
4280 (ns32k_register_name_32082): New function.
4281 (ns32k_register_name_32382): Ditto.
4282 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4283 (REGISTER_NAME): Define as ns32k_register_name_32382.
4284 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4285 (REGISTER_NAME): Define as ns32k_register_name_32082.
4286
4287 2002-05-24 Jim Blandy <jimb@redhat.com>
4288
4289 * dwarf2read.c (free_line_header): Use xfree, not free.
4290
4291 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4292
4293 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4294 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4295
4296 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4297
4298 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4299
4300 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4301
4302 From Ross Alexander at NEC Europe:
4303 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4304
4305 2002-05-23 Michael Snyder <msnyder@redhat.com>
4306
4307 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4308 for input, rather than parse_and_eval_address.
4309
4310 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4311
4312 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4313 * Makefile.in (sim_d10v_h): Update definition.
4314
4315 2002-05-24 Andrew Cagney <cagney@redhat.com>
4316
4317 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4318 change `2002-05-22 Michael Snyder' below.
4319 (d10v_push_arguments): Ditto.
4320 (d10v_extract_return_value): Ditto.
4321
4322 2002-05-23 Jim Blandy <jimb@redhat.com>
4323
4324 * macrotab.c (check_for_redefinition): Don't complain if the new
4325 definition is the same as the previous one. Take more arguments
4326 to allow the comparison.
4327 (macro_define_object, macro_define_function): Pass more arguments
4328 to check_for_redefinition.
4329
4330 2002-05-22 Michael Snyder <msnyder@redhat.com>
4331
4332 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4333 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4334 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4335 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4336 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4337 Add a temp variable to save a call (and a memory read).
4338 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4339 if possible (so that PC_IN_CALL_DUMMY will work).
4340
4341 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
4342
4343 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4344
4345 2002-05-22 Michal Ludvig <mludvig@suse.cz>
4346
4347 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4348 fde->cie_ptr.
4349 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4350 (dwarf2_build_frame_info): Add offset to fde->initial_location
4351 so that frames of shared libraries are mapped correctly.
4352 (execute_stack_op): Change type of 'result' from ULONGEST to
4353 CORE_ADDR.
4354
4355 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4356
4357 * config/alpha/tm-nbsd.h: Include solib.h.
4358
4359 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4360
4361 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4362 assumptions about the host's byte order.
4363
4364 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4365
4366 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4367 to dependency list.
4368 * alphanbsd-tdep.c: Include solib-svr4.h.
4369 * shnbsd-tdep.c: Ditto.
4370
4371 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4372
4373 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4374 nbsd-tdep.h to dependency list.
4375 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4376 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4377 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4378 nbsdaout.mh and nbsdelf.mh consistently.
4379 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4380 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4381 nbsdaout.mt and nbsdelf.mh consistently.
4382 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4383 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4384 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4385 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4386 a.out shared library stuff from here...
4387 * config/nm-nbsdaout.h: ...to here.
4388 * config/tm-nbsd.h: Remove.
4389 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4390 * config/arm/nbsd.mh: Remove.
4391 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4392 nbsd-tdep.o.
4393 * config/arm/nbsdaout.mh: New file.
4394 * config/arm/nbsdelf.mh: New file.
4395 * config/arm/nm-nbsdaout.h: New file.
4396 * config/i386/nbsd.mh: Remove.
4397 * config/i386/nbsd.mt: Remove.
4398 * config/i386/nbsdaout.mh: New file.
4399 * config/i386/nbsdaout.mt: New file.
4400 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4401 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4402 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4403 i386_register_u_addr): Remove.
4404 * config/i386/nm-nbsdaout.h: New file.
4405 * config/i386/nm-nbsdelf.h: Remove.
4406 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4407 (USE_STRUCT_CONVENTION): Remove.
4408 * config/i386/tm-nbsdaout.h: New file.
4409 * config/i386/tm-nbsdelf.h: Remove.
4410 * config/m68k/nbsd.mh: Remove.
4411 * config/m68k/nbsd.mt: Remove.
4412 * config/m68k/nbsdaout.mh: New file.
4413 * config/m68k/nbsdaout.mt: New file.
4414 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4415 * config/m68k/nm-nbsdaout.h: New file.
4416 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4417 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4418 * config/ns32k/nbsd.mh: Remove.
4419 * config/ns32k/nbsd.mt: Remove.
4420 * config/ns32k/nbsdaout.mh: New file.
4421 * config/ns32k/nbsdaout.mt: New file.
4422 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4423 * config/ns32k/nm-nbsdaout.h: New file.
4424 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4425 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4426 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4427 (SVR4_SHARED_LIBS): Remove.
4428 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4429 * config/sparc/nbsd.mh: Remove.
4430 * config/sparc/nbsd.mt: Remove.
4431 * config/sparc/nbsdaout.mh: New file.
4432 * config/sparc/nbsdaout.mt: New file.
4433 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4434 * config/sparc/nbsdelf.mt: New file.
4435 * config/sparc/nm-nbsdaout.h: New file.
4436 * config/sparc/nm-nbsdelf.h: Remove.
4437 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4438 * config/sparc/tm-nbsdaout.h: New file.
4439
4440 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4441
4442 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4443 mipsnbsd-tdep.c
4444 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4445
4446 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4447
4448 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4449 shnbsd-nat.c.
4450 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4451
4452 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4453
4454 * NEWS: Note new MIPS NetBSD native configuration.
4455 * configure.host (mips*-*-netbsd*): New host.
4456 * configure.tgt (mips*-*-netbsd*): New target.
4457 * mipsnbsd-nat.c: New file.
4458 * mipsnbsd-tdep.c: New file.
4459 * mipsnbsd-tdep.h: New file.
4460 * config/mips/nbsd.mh: New file.
4461 * config/mips/nbsd.mt: New file.
4462 * config/mips/nm-nbsd.h: New file.
4463 * config/mips/tm-nbsd.h: New file.
4464
4465 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4466
4467 * Makefile.in (SFILES): Add osabi.c.
4468 (COMMON_OBS): Add osabi.o.
4469 (osabi.o): New dependency list.
4470 * osabi.c: New file.
4471 * osabi.h: New file.
4472 * doc/gdbint.texinfo: Document new generic OS ABI framework.
4473
4474 * Makefile.in (alpha_tdep_h): Define and use instead of
4475 alpha-tdep.h.
4476 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4477 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4478 Remove.
4479 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4480 * alpha-tdep.h: Include osabi.h.
4481 (alpha_abi): Remove.
4482 (gdbarch_tdep): Use generic OS ABI framework.
4483 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4484 gdbarch_register_osabi.
4485 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4486 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4487 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4488
4489 * Makefile.in (sh_tdep_h): Add osabi.h.
4490 * sh-tdep.h (sh_osabi): Remove.
4491 (gdbarch_tdep): Use generic OS ABI framework.
4492 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4493 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4494 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4495 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4496
4497 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4498 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4499 gdbarch_register_osabi.
4500 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4501 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4502 (get_elfosabi): Rename to...
4503 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
4504 ABI framework support routines.
4505 (arm_gdbarch_init): Use generic OS ABI framework.
4506 (arm_dump_tdep): Likewise.
4507 (_initialize_arm_tdep): Likewise.
4508 * arm-tdep.h: Include osabi.h.
4509 (arm_abi): Remove.
4510 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
4511 osabi member.
4512 (arm_gdbarch_register_os_abi): Remove prototype.
4513 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4514 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4515
4516 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4517 * mips-tdep.c: Include osabi.h.
4518 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4519 OS ABI framework.
4520
4521 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
4522
4523 * h8300-tdep.c: Fix formatting.
4524
4525 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
4526
4527 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4528 printing vector registers.
4529
4530 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4531
4532 From Fernando Nasser:
4533 * remote.c (remote_async_open_1): Re-throw the exception when the
4534 connection fails.
4535 (remote_cisco_open): Ditto.
4536 (remote_open_1): Ditto.
4537
4538 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4539
4540 * remote.c (remote_start_remote_dummy): Add uiout parameter.
4541 (remote_start_remote): Add uiout parameter. Pass through to
4542 remote_start_remote_dummy.
4543 (remote_open_1): Use catch_exception instead of catch_errors.
4544 (remote_async_open_1): Ditto.
4545 (remote_cisco_open): Ditto.
4546
4547 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4548
4549 * remote.c (remote_start_remote): Replace PTR with void pointer.
4550 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
4551 static.
4552
4553 2002-05-18 Andrew Cagney <ac131313@redhat.com>
4554
4555 * gdb_indent.sh: Allow the script to be run in the sim directory.
4556
4557 2002-05-18 Mark Kettenis <kettenis@gnu.org>
4558
4559 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4560 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4561
4562 * corelow.c (core_open): Only call set_gdbarch_from_file if
4563 exec_bfd is NULL.
4564
4565 2002-05-17 Andrey Volkov <avolkov@transas.com>
4566
4567 * h8300-tdep.c: Add support of EXR register
4568 * config/h8300/tm-h8300.h: Ditto.
4569
4570 2002-05-17 Andrey Volkov <avolkov@transas.com>
4571
4572 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
4573
4574 2002-05-17 Andrey Volkov <avolkov@transas.com>
4575
4576 * h8300-tdep.c: Change literal regnums to REGNO.
4577
4578 2002-05-17 Jim Blandy <jimb@redhat.com>
4579
4580 * NEWS: Note addition of macro support.
4581
4582 Expand preprocessor macros in C expressions.
4583 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4584 (scan_macro_expansion, scanning_macro_expansion,
4585 finished_macro_expansion): New function declarations.
4586 (expression_macro_lookup_func, expression_macro_lookup_baton): New
4587 variable declarations.
4588 * parser-defs.h (expression_context_pc): New declaration.
4589 * parse.c (expression_context_pc): New variable.
4590 (parse_exp_1): Set expression_context_pc, as well as
4591 expression_context_block.
4592 * c-exp.y (yylex): If we're not already reading the result of a
4593 macro expansion, try to macro-expand the next token. When we're
4594 done scanning a macro expansion, switch back to the mainline text.
4595 Commas and `if's in a macro's expansion don't terminate the input.
4596 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4597 (macro_original_text, macro_expanded_text,
4598 expression_macro_lookup_func, expression_macro_lookup_baton): New
4599 variables.
4600 (scan_macro_expansion, scanning_macro_expansion,
4601 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4602 c_preprocess_and_parse): New functions.
4603 (c_language_defn, cplus_language_defn, asm_language_defn): Call
4604 c_preprocess_and_parse, instead of c_parse.
4605 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4606 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4607
4608 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
4609
4610 * sh-tdep.c (gdb_print_insn_sh64): Delete.
4611 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4612 (sh_gdbarch_init): Always use gdb_print_insn_sh.
4613
4614 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
4615
4616 * NEWS: Add section for multi-arched targets. Add v850 to that section.
4617
4618 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
4619
4620 * Makefile.in (sh_tdep_h): Define and use.
4621 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4622 register enum): Move to...
4623 * * sh-tdep.h: ...here.
4624 * sh-tdep.c: Include sh-tdep.h.
4625 * sh3-rom.c: Likewise.
4626 * shnbsd-tdep.c: Likewise.
4627
4628 2002-05-16 Michael Snyder <msnyder@redhat.com>
4629
4630 * arm-tdep.c: Spelling fix in comment.
4631
4632 2002-05-16 Jim Blandy <jimb@redhat.com>
4633
4634 Add commands for manually expanding macros and showing their
4635 definitions.
4636 * macrocmd.c, macroscope.c, macroscope.h: New files.
4637 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4638 (macroscope_h): New variable.
4639 (HFILES_NO_SRCDIR): Add macroscope.h.
4640 (COMMON_OBS): Add macrocmd.o, macroscope.o.
4641 (macroscope.o, macrocmd.o): New rules.
4642
4643 Teach the Dwarf 2 reader to read macro information.
4644 * dwarf2read.c: #include "macrotab.h".
4645 (dwarf_macinfo_buffer): New variable.
4646 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4647 dwarf_macinfo_size.
4648 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
4649 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
4650 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
4651 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
4652 dwarf2_macro_spaces_in_definition): New complaints.
4653 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
4654 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
4655 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
4656 the partial symbol table.
4657 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
4658 from what's recorded in the partial symbol table.
4659 (read_file_scope): If the compilation unit has a
4660 `DW_AT_macro_info' attribute, read its macro information.
4661 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
4662
4663 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
4664
4665 Fix PR gdb/546
4666 * ser-tcp.c: Don't include <netinet/udp.h>.
4667
4668 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
4669
4670 * MAINTAINERS: Update my email address.
4671
4672 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
4673
4674 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
4675 include file of the same name.
4676
4677 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4678
4679 * configure.tgt: Mark v850 as multi-arched.
4680 * config/v850/tm-v850.h: Remove file.
4681 * config/v850/v850.mt: Eliminate TM_FILE.
4682
4683 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4684
4685 * v850-tdep.c: Full multi-arch.
4686 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
4687 Define GDB_MULTI_ARCH to 2.
4688
4689 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
4690
4691 * p-exp.y (current_type): New static variable.
4692 Carries the type of the expression at the position that is parsed.
4693 (push_current_type, pop_current_type): Two new functions. Used
4694 to store/restore current_type in expression on specific tokens.
4695 (search_field): New static variable. Set to one after parsing a point
4696 as at that point only a FIELDNAME token should be searched.
4697 (FIELDNAME): New token. After a point only a token belonging to
4698 current_type type definition is allowed.
4699 (all over token rules): reset and change current_type according
4700 to rules.
4701 (exp '[' rule): insert implicit array index field if
4702 exp is a pascal string type.
4703
4704 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4705
4706 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
4707 frame info. Use frame_info's saved_regs instead of matching member
4708 in extra_frame_info throughout.
4709 (v850_frame_init_saved_regs): New function.
4710 (v850_init_extra_frame_info): Move most functionality into
4711 v850_frame_init_saved_regs().
4712 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
4713 (v850_frame_find_saved_regs): Remove declaration.
4714 (FRAME_FIND_SAVED_REGS): Remove definition.
4715 (v850_frame_init_saved_regs): Add declaration.
4716 (FRAME_INIT_SAVED_REGS): Add definition.
4717
4718 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4719
4720 * v850-tdep.c: Begin multi-arch'ing v850.
4721 (v850_target_architecture_hook): Remove function.
4722 (v850_gdbarch_init): New function. Add code previously in
4723 v850_target_architecture_hook().
4724 (_initialize_v850_tdep): Don't set target_architecture_hook.
4725 Call register_gdbarch_init() instead.
4726
4727 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
4728
4729 * gdbtypes.h (struct cplus_struct_type): Remove args field.
4730 * hpread.c (hpread_read_struct_type): Remove assignments to args.
4731 (fixup_class_method_type): Likewise.
4732
4733 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
4734
4735 From Martin Pool <mbp@samba.org>:
4736 * gdbserver/server.c (gdbserver_usage): New function.
4737 (main): Call it.
4738
4739 2002-05-15 Jim Blandy <jimb@redhat.com>
4740
4741 Add macro structures to GDB's symbol tables. Nobody puts anything
4742 in them yet.
4743 * symtab.h (struct symtab): New member: `macro_table'.
4744 * buildsym.h (pending_macros): New global variable.
4745 * buildsym.c: #include "macrotab.h".
4746 (buildsym_init): Initialize `pending_macros'.
4747 (end_symtab): If we found macro information while reading a CU's
4748 debugging info, do build a symtab structure for it. Make the
4749 symtab point to the macro information, and clear the
4750 `pending_macros' pointer which held it while we were reading the
4751 debug info.
4752 (really_free_pendings): Free any pending macro table.
4753 * objfiles.h (struct objfile): New member: `macro_cache'.
4754 * objfiles.c (allocate_objfile): Set allocate and free functions
4755 for the macro cache's objstack.
4756 (free_objfile): Empty the macro cache's obstack.
4757 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
4758 set new allocate and free functions for it.
4759 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
4760 free functions for the macro cache's objstack. (Why is this
4761 function building its own objfile?)
4762 * symmisc.c (print_objfile_statistics): Print statistics on the
4763 macro bcache.
4764 * Makefile.in: Note that buildsym.o depends on macrotab.h.
4765
4766 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
4767
4768 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
4769 (REGISTER_U_ADDR): Delete definition.
4770 (arm_register_u_addr): Delete declaration.
4771
4772 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
4773
4774 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
4775 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
4776
4777 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4778
4779 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
4780 stop_at -> stop_pc.
4781
4782 2002-05-14 Andrew Cagney <ac131313@redhat.com>
4783
4784 * regcache.c (register_valid): Revise comments refering to "Not
4785 available" and "unavailable".
4786 * frame.c (frame_register_read): Ditto.
4787 * findvar.c (value_of_register): Ditto.
4788
4789 2002-05-15 Andrew Cagney <cagney@redhat.com>
4790
4791 * Makefile.in (remote_sim_h): Replace remote-sim_h.
4792 (remote-sim.o): Update dependencies.
4793 (d10v-tdep.o): Specify dependencies.
4794 (sim_d10v_h): Define.
4795
4796 2002-05-14 Jim Blandy <jimb@redhat.com>
4797
4798 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
4799 * macrotab.c (macro_lookup_inclusion, find_definition,
4800 new_macro_table): Same.
4801
4802 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
4803 not `! strcmp ()'. This is a dubious improvement.
4804 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
4805
4806 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
4807 although it's not necessary, to avoid a warning.
4808
4809 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4810
4811 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
4812 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
4813 TYPE_INSTANCE_FLAGS.
4814 (struct main_type): New.
4815 (struct type): Move most members to struct main_type. Change
4816 cv_type and as_type to new type_chain member. Add instance_flags.
4817 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
4818 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
4819 (finish_cv_type): Remove prototype.
4820 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
4821 Set TYPE_CHAIN.
4822 (alloc_type_instance): New function.
4823 (smash_type): New function.
4824 (make_pointer_type, make_reference_type, make_function_type)
4825 (smash_to_member_type, smash_to_method_type): Call smash_type.
4826 (make_qualified_type): New function.
4827 (make_type_with_address_space): Call make_qualified_type.
4828 (make_cv_type): Likewise.
4829 (finish_cv_type): Remove unnecessary function.
4830 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
4831 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
4832 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
4833 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
4834 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
4835 * hpread.c (hpread_read_struct_type): Likewise.
4836 * stabsread.c (read_struct_type): Likewise.
4837
4838 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4839
4840 * configure.tgt: Add a catch all sh* target, for cases like
4841 sh[2,3,4]-elf and sh-hms.
4842
4843 2002-05-14 Keith Seitz <keiths@redhat.com>
4844
4845 * event-loop.c (create_file_handler): Don't do anything but
4846 update data when we are given a fd which we are already
4847 monitoring.
4848
4849 2002-05-14 Michal Ludvig <mludvig@suse.cz>
4850
4851 * dwarf2cfi.c (context_cpy): Copy registers correctly.
4852 (update_context): Use __func__ in warnings.
4853
4854 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4855
4856 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
4857 and tcp_close to net_open and net_close.
4858 (net_open): Accept "udp:" and "tcp:" specifications. Connect
4859 using UDP if requested. Don't try to disable Nagle on UDP
4860 sockets.
4861 * remote.c (remote_serial_open): New function. Warn about UDP.
4862 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
4863
4864 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
4865
4866 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
4867
4868 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
4869
4870 * configure.tgt: Remove sh-hms target.
4871 * MAINTAINERS: Don't list sh-hms as a separate target.
4872
4873 2002-05-13 Jim Blandy <jimb@redhat.com>
4874
4875 Add first preprocessor macro-expansion files.
4876 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
4877 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
4878 (splay_tree_h, macroexp_h, macrotab_h): New variable.
4879 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
4880 (COMMON_OBS): Add macrotab.o, macroexp.o.
4881 (macroexp.o, macrotab.o): New rules.
4882
4883 2002-05-13 Andrew Cagney <ac131313@redhat.com>
4884
4885 * config/m88k/tm-m88k.h: Update copyright.
4886 (m88k_target_write_pc): Declare
4887 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
4888 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
4889 (SHIFT_INST_REGS): Update definition.
4890 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
4891 using old definition of TARGET_WRITE_PC.
4892 * regcache.c (generic_target_write_pc): Delete code handling
4893 NNPC_REGNUM.
4894 * gdbarch.sh (NNPC_REGNUM): Delete.
4895 * gdbarch.h, gdbarch.c: Regenerate.
4896
4897 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
4898
4899 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
4900 builtin reg number.
4901
4902 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
4903
4904 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
4905 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
4906 (gen_address_of, gen_struct_ref, gen_repeat): Use type
4907 access macros.
4908 * c-typeprint.c (cp_type_print_method_args): Likewise.
4909 (c_type_print_args): Likewise.
4910 * d10v-tdep.c (d10v_push_arguments): Likewise.
4911 (d10v_extract_return_value): Likewise.
4912 * expprint.c (print_subexp): Likewise.
4913 * gdbtypes.c (lookup_primitive_typename): Likewise.
4914 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
4915 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
4916 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
4917 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
4918 (TYPE_VECTOR): Likewise.
4919 * hpread.c (hpread_read_struct_type)
4920 (fix_static_member_physnames, fixup_class_method_type)
4921 (hpread_type_lookup): Likewise.
4922 * mdebugread.c (parse_symbol, parse_type): Likewise.
4923 * p-lang.c (is_pascal_string_type): Likewise.
4924 * valops.c (hand_function_call): Likewise.
4925 * x86-64-tdep.c (classify_argument): Likewise.
4926
4927 * hpread.c (hpread_read_function_type)
4928 (hpread_read_doc_function_type): Call replace_type.
4929 * dstread.c (create_new_type): Delete.
4930 (decode_dst_structure, process_dst_function): Call alloc_type.
4931 Use type access macros.
4932
4933 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4934
4935 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
4936 the're not supported by the current architecture.
4937 (i387_fill_fxsave): Likewise.
4938
4939 2002-05-12 Fred Fish <fnf@redhat.com>
4940
4941 * symfile.c (default_symfile_offsets): Arrange for uninitialized
4942 sect_index_xxx members to index the first slot in section_offsets
4943 if all of the section_offsets are zero.
4944
4945 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4946
4947 * configure.tgt (sparc-*openbsd): Remove entry accidentially
4948 checked in with last change.
4949
4950 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4951
4952 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
4953 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
4954 config.sub.
4955
4956 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
4957
4958 * Makefile.in: Update dependencies.
4959
4960 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4961
4962 * language.c (local_hex_string_custom): Simplify. Do not depend
4963 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
4964
4965 * memattr.c (mem_info_command): Replace calls to
4966 longest_local_hex_string and longest_local_hex_string_custom.
4967 * buildsym.c (make_blockvector): Ditto.
4968 * solib.c (info_sharedlibrary_command): Ditto.
4969 * tracepoint.c (tracepoints_info): Ditto.
4970 * symtab.c (print_msymbol_info): Ditto.
4971
4972 * language.c (local_hex_string): Delete.
4973 (local_hex_string_custom): Delete.
4974 (longest_local_hex_string): Rename to local_hex_string.
4975 (longest_local_hex_string_custom): Rename to
4976 local_hex_string_custom.
4977 * language.h (local_hex_string): Change parameter type to LONGEST.
4978 (local_hex_string_custom): Ditto.
4979 (longest_local_hex_string): Delete declaration.
4980 (longest_local_hex_string_custom): Ditto.
4981
4982 * solib.c: Update copyright.
4983 * memattr.c: Update copyright.
4984
4985 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4986
4987 * arch-utils.h (legacy_register_to_value): Declare.
4988 (legacy_value_to_register): Declare.
4989 (legacy_convert_register_p): Declare.
4990 * arch-utils.c (legacy_register_to_value): New function.
4991 (legacy_value_to_register): New function.
4992 (legacy_convert_register_p): New function.
4993
4994 * gdbarch.sh (REGISTER_TO_VALUE): Define.
4995 (VALUE_TO_REGISTER): Define.
4996 (CONVERT_REGISTER_P): Define.
4997 * gdbarch.h, gdbarch.c: Regenerate.
4998
4999 * valops.c (value_assign): Use CONVERT_REGISTER_P and
5000 VALUE_TO_REGISTER.
5001 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5002 CONVERT_REGISTER_P.
5003
5004 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
5005 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5006
5007 * Makefile.in: Update dependencies for valops.c.
5008 * valops.c: Include "gdb_assert.h".
5009 (typecmp): Skip THIS parameter to methods.
5010 (find_method_list): Remove static_memfuncp argument,
5011 update callers. Check for stub methods.
5012 (find_value_oload_method_list): Don't set *static_memfuncp.
5013 (find_overload_match): Don't check for stub methods. Assert
5014 that methods are not stubbed. Handle static methods.
5015 (value_find_oload_method_list): Remove static_memfuncp argument.
5016 * gdbtypes.c (check_stub_method): Do not add THIS pointer
5017 to the argument list for static stub methods.
5018 * value.h (value_find_oload_method_list): Update prototype.
5019
5020 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5021
5022 * arch-utils.h (generic_register_size): Declare.
5023 (generic_register_raw_size, generic_register_virtual_size): Delete
5024 declarations.
5025 * arch-utils.c (generic_register_raw_size): Delete.
5026 (generic_register_size): New function.
5027 (generic_register_virtual_size): Delete.
5028
5029 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5030 default generic_register_size.
5031 * gdbarch.h, gdbarch.c: Re-generate.
5032
5033 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5034 register_virtual_size.
5035 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5036 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5037
5038 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5039
5040 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5041 * gdbarch.h, gdbarch.c: Regenerate.
5042 * gnu-v3-abi.c: Update copyright.
5043 (vtable_address_point_offset): Update.
5044 (gnuv3_rtti_type): Update.
5045 (gnuv3_baseclass_offset): Update.
5046 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5047 (init_fetch_link_map_offsets): Update.
5048 * remote.c (get_remote_state): Update.
5049
5050 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5051
5052 * TODO: Remove value_headof/value_from_vtable_info comment.
5053 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5054 * values.c (value_headof, value_from_vtable_info): Delete.
5055 * value.h (value_from_vtable_info): Delete prototype.
5056
5057 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5058
5059 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5060 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5061 $(gdb_regex_h).
5062 (gdb_assert_h): Define.
5063 (gdb_wait_h): Define.
5064 (gdb_regex_h): Define.
5065
5066 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5067
5068 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5069 * linespec.c (find_methods): Handle GCC 3.x template constructors.
5070
5071 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5072
5073 * nbsd-tdep.c: Fix comment.
5074
5075 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5076
5077 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5078 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5079 (nbsd-tdep.o): New dependency list.
5080 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
5081 nbsd-tdep.h.
5082 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5083 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5084 * nbsd-tdep.c: New file.
5085 * nbsd-tdep.h: New file.
5086 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
5087 nbsd-tdep.h.
5088 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5089 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5090 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5091 * config/sh/nbsd.mt (TDEPFILES): Ditto.
5092
5093 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5094
5095 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5096 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5097 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5098 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5099 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5100 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5101
5102 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5103
5104 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5105 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5106 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5107 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5108 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5109 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5110 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5111
5112 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5113
5114 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
5115 fetch_elfcore_registers to...
5116 * i386nbsd-tdep.c: ...here.
5117 (i386nbsd_use_struct_convention): Rename to...
5118 (i386nbsd_aout_use_struct_convention): ...this.
5119 (i386nbsd_supply_reg): New function.
5120 (i386nbsd_fill_reg): New function.
5121 (fetch_core_registers): Use i386nbsd_supply_reg.
5122 (fetch_elfcore_registers): Likewise.
5123 (_initialize_i386nbsd_tdep): New function.
5124 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5125 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5126 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5127 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5128 (i386nbsd_aout_use_struct_convention): ...this.
5129
5130 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5131
5132 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5133 (store_inferior_registers): Use shnbsd_fill_reg.
5134 * shnbsd-tdep.c (sh_nbsd_supply_registers,
5135 sh_nbsd_supply_register): Collapse into...
5136 (shnbsd_supply_reg): ...this.
5137 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5138 (shnbsd_fill_reg): ...this.
5139 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5140 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5141 (fetch_core_registers): Use shnbsd_supply_reg.
5142 (fetch_elfcore_registers): Use shnbsd_supply_reg.
5143 (sh_nbsd_core_fns): Rename to...
5144 (shnbsd_core_fns): ...this.
5145 (sh_nbsd_elfcore_fns): Rename to...
5146 (shnbsd_elfcore_fns): ...this.
5147 (sh_nbsd_init_abi): Rename to...
5148 (shnbsd_init_abi): ...this.
5149 (_initialize_sh_nbsd_tdep): Rename to...
5150 (_initialize_shnbsd_tdep): ...this.
5151 * shnbsd-tdep.h (sh_nbsd_supply_registers,
5152 sh_nbsd_supply_register, sh_nbsd_fill_registers,
5153 sh_nbsd_fill_register): Remove prototypes.
5154 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5155
5156 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5157
5158 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5159 (i387-nat.o): Delete dependency list.
5160 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5161 (x86-64-linux-nat.o): Likewise.
5162 * i387-nat.c: Delete file, moving contents to...
5163 * i387-tdep.c: ...here.
5164 * i387-nat.h: Rename...
5165 * i387-tdep.h: ...to this.
5166 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5167 * i386-linux-nat.c: Likewise.
5168 * i386bsd-nat.c: Likewise.
5169 * i386gnu-nat.c: Likewise.
5170 * i386nbsd-nat.c: Likewise.
5171 * i386v4-nat.c: Likewise.
5172 * x86-64-linux-nat.c: Likewise.
5173 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5174 * config/i386/go32.mh (NATDEPFILES): Likewise.
5175 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5176 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5177 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5178 * config/i386/linux.mh (NATDEPFILES): Likewise.
5179 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5180 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5181 * config/i386/obsd.mh (NATDEPFILES): Likewise.
5182 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5183
5184 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5185
5186 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5187 (alphanbsd-nat.o): Remove dependency list.
5188 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5189 * alphanbsd-nat.c: Delete. Contents moved to...
5190 * alphanbsd-tdep.c: ...here.
5191 (_initialize_alphanbsd_tdep): Register core functions.
5192 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5193
5194 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5195
5196 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5197 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5198 (alphanbsd-nat.o): Likewise.
5199 (alphabsd-tdep.o): New dependency list.
5200 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5201 (fill_gregset): Use alphabsd_fill_reg.
5202 (supply_fpregset): Use alphabsd_supply_fpreg.
5203 (fill_fpregset): Use alphabsd_fill_fpreg.
5204 (fetch_inferior_registers): Use struct reg and struct fpreg
5205 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
5206 and alphabsd_supply_fpreg.
5207 (store_inferior_registers): Use struct reg and struct fpreg
5208 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
5209 and alphabsd_fill_fpreg.
5210 * alphabsd-tdep.c: New file.
5211 * alphabsd-tdep.h: New file.
5212 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5213 (fetch_elfcore_registers): Use alphabsd_supply_reg and
5214 alphabsd_supply_fpreg.
5215 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5216 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5217
5218 2002-05-11 Eric Christopher <echristo@redhat.com>
5219
5220 * mips-tdep.c (mips_double_register_type): Fix thinko.
5221 (mips_single_register_type): Ditto.
5222 * MAINTAINERS: Add self.
5223
5224 2002-05-11 Mark Kettenis <kettenis@gnu.org>
5225
5226 * i387-nat.c (i387_supply_register, i387_fill_fsave,
5227 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5228 right thing on architectures with different endianness and/or
5229 integer sizes.
5230
5231 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
5232
5233 From Christian Limpach <chris@Pin.LU>
5234 * configure.in: Change sed expression which comments out
5235 NATDEPFILES to also comment out continuation lines.
5236 * configure: Regenerate.
5237
5238 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5239
5240 * sh-tdep.c: Clean up code erroneously reintroduced by previous
5241 big patch.
5242
5243 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5244
5245 * sh-tdep.c: Include correct file.
5246
5247 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5248
5249 New support for sh64-elf (sh5) target.
5250
5251 * configure.tgt: For sh64-elf target, default to sh-elf.
5252
5253 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5254 (struct gdbarch_tdep): Add new fields for new registers and ABI
5255 info.
5256
5257 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5258 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5259 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5260 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5261 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5262 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5263 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5264 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5265 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5266 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5267 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5268 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5269 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5270 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5271 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5272 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5273 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5274 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5275 sign_extend, sh64_nofp_frame_init_saved_regs,
5276 sh64_init_extra_frame_info, sh64_get_saved_register,
5277 sh64_extract_struct_value_address, sh64_pop_frame,
5278 sh64_push_arguments, sh64_extract_return_value,
5279 sh64_store_return_value, sh64_show_media_regs,
5280 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5281 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5282 sh_sh64_register_virtual_type,
5283 sh_sh64_register_convert_to_virtual,
5284 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5285 sh64_register_read, sh64_pseudo_register_write,
5286 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5287 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5288 sh64_do_pseudo_register, sh_compact_do_registers_info,
5289 sh64_do_registers_info, sh_gdbarch_init): New functions.
5290
5291 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5292
5293 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5294
5295 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
5296
5297 * linespec.c (decode_line_1): Check for a double quote after
5298 a filename correctly.
5299
5300 2002-05-10 Jim Blandy <jimb@redhat.com>
5301
5302 Properly track the size of the current objfile's .debug_line section.
5303 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5304 (DWARF_LINE_SIZE): New macro.
5305 (dwarf2_build_psymtabs_hard): Record the line section's size in
5306 the partial symbol table.
5307 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5308 symbol table.
5309
5310 2002-05-10 Petr Sorfa <petrs@caldera.com>
5311
5312 * ia64-tdep.c: Handle breakpoints on L instruction type
5313 in MLX instruction bundle by moving the breakpoint to
5314 the third slot (X instruction type) as L holds only data.
5315
5316 2002-05-10 Kevin Buettner <kevinb@redhat.com>
5317
5318 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5319 (process_one_symbol): Complain about discarding local symbols
5320 due to a misplaced N_LBRAC entry.
5321
5322 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
5323
5324 From Daniel Berlin <dan@cgsoftware.com>
5325 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5326 decrease the depth we are at, in the case of templates.
5327
5328 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5329
5330 * mips-tdep.c (mips_float_register_type): New function.
5331 (mips_double_register_type): New function.
5332 (mips_print_register): Use them.
5333 (do_fp_register_row): Likewise.
5334
5335 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5336
5337 * signals/signals.c (signals): Remove conditional compilation around
5338 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
5339 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5340
5341 2002-05-09 Michael Snyder <msnyder@redhat.com>
5342
5343 * remote-rdp.c (remote_rdp_can_run): Remove.
5344
5345 2002-05-09 Tom Tromey <tromey@redhat.com>
5346
5347 * jv-valprint.c (java_val_print): Handle `char' as a special case
5348 of TYPE_CODE_INT.
5349
5350 2002-05-09 Michael Snyder <msnyder@redhat.com>
5351
5352 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5353 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5354 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5355 str r(0123),[sp,#nn].
5356 (arm_skip_prologue): Ditto. Also make disassembly
5357 order-independent by placing it in a loop.
5358
5359 2002-05-06 Michael Snyder <msnyder@redhat.com>
5360
5361 * stabsread.c (read_type): Add recognition for new attribute:
5362 "@V;" means that an array type is actually a vector.
5363 This is analogous to the vector flag that's been added to dwarf2.
5364
5365 2002-05-09 Mark Kettenis <kettenis@gnu.org>
5366
5367 * i386-tdep.h (i386_abi): New enum.
5368 (struct gdbarch_tdep): Replace os_ident member with abi.
5369 (i386_gdbarch_register_os_abi): New prototype.
5370 * i386-tdep.c (i386_abi_names): New array.
5371 (process_note_abi_tag_sections): Removed.
5372 (process_note_sections): New function.
5373 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5374 (struct i386_abi_handler): New struct.
5375 (i386_abi_handler_list): New variable.
5376 (i386_gdbarch_register_os_abi): New function.
5377 (i386_gdbarch_init): Adapt for the changes given above.
5378
5379 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
5380
5381 * gregset.h: Say "GNU/Linux".
5382
5383 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
5384
5385 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5386 (build_gdbtypes): Build builtin_type_v2_float.
5387 (_initialize_gdbtypes): Register new builtin type.
5388
5389 2002-05-08 Andrew Cagney <ac131313@redhat.com>
5390
5391 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5392 (clear_gdbarch_swap): New function.
5393 (initialize_non_multiarch): Call.
5394 (gdbarch_update_p): Before calling init(), swap out and clear the
5395 existing architecture.
5396 * gdbarch.c: Regenerate.
5397
5398 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5399
5400 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5401 alphanbsd-tdep.c.
5402
5403 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5404
5405 * sh-nbsd-nat.c: Rename to...
5406 * shnbsd-nat.c: ...this.
5407 * sh-nbsd-tdep.c: Rename to...
5408 * shnbsd-tdep.c: ...this.
5409 * sh-nbsd-tdep.h: Rename to...
5410 * shnbsd-tdep.h: ...this.
5411 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5412 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5413
5414 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
5415
5416 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5417 concatenation for command help messages.
5418
5419 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5420
5421 * NEWS: Note new sh*-*-netbsdelf* configuration.
5422 * configure.host: Set gdb_host_cpu to sh for all sh*.
5423 (sh*-*-netbsdelf*): New host.
5424 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5425 (sh*-*-netbsdelf*): New target.
5426 * sh-nbsd-nat.c: New file.
5427 * sh-nbsd-tdep.c: New file.
5428 * sh-nbsd-tdep.h: New file.
5429 * config/sh/nbsd.mh: New file.
5430 * config/sh/nbsd.mt: New file.
5431 * config/sh/nm-nbsd.h: New file.
5432 * config/sh/tm-nbsd.h: New file.
5433
5434 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5435
5436 * sh-tdep.c (sh_osabi_names): Declare.
5437 (process_note_abi_tag_sections): New function.
5438 (get_elfosabi): Ditto.
5439 (sh_gdbarch_register_os_abi): Ditto.
5440 (sh_dump_tdep): Ditto.
5441 _initialize_sh_tdep): Use gdbarch_register to register
5442 sh_gdbarch_init and sh_dump_tdep.
5443 * config/sh/tm-sh.h (sh_osabi): Declare.
5444 (gdbarch_tdep): Add sh_osabi and osabi_name members.
5445
5446 2002-05-07 Andrew Cagney <ac131313@redhat.com>
5447
5448 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5449 (thumb_scan_prologue): Ditto.
5450 (arm_find_callers_reg): Ditto.
5451 (arm_frame_chain): Ditto.
5452 (arm_init_extra_frame_info): Ditto.
5453 (arm_frame_saved_pc): Ditto.
5454 (arm_pop_frame): Ditto.
5455 (arm_push_return_address): New function.
5456 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5457 call_dummy_location, call_dummy_breakpoint_offset_p,
5458 call_dummy_breakpoint_offset, call_dummy_p,
5459 call_dummy_stack_adjust_p, call_dummy_words,
5460 sizeof_call_dummy_words, call_dummy_start_offset,
5461 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5462 call_dummy_address, push_return_address and push_dummy_frame for
5463 generic dummy frames.
5464
5465 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5466
5467 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5468 size computation for alloca.
5469 (sh_fp_frame_init_saved_regs): Likewise.
5470
5471 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
5472
5473 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5474 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5475 * arm-tdep.c (arm_store_return_value): Use them.
5476 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5477 * remote-rdp.c (remote_rdp_fetch_register): Use
5478 ARM_MAX_REGISTER_RAW_SIZE.
5479 (remote_rdp_store_register): Likewise.
5480
5481 2002-05-07 Michal Ludvig <mludvig@suse.cz>
5482
5483 * dwarf2cfi.c: Code cleanup, removed unused variables,
5484 added default labels to switch {} statements.
5485 * x86-64-tdep.c: Ditto.
5486 * x86-64-linux-nat.c: Ditto.
5487
5488 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5489
5490 * solib.h: Protect against multiple inclusion.
5491
5492 2002-05-06 Jim Blandy <jimb@redhat.com>
5493
5494 Add first preprocessor macro-expansion files.
5495 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5496 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5497 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5498 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5499 (COMMON_OBS): Add macrotab.o, macroexp.o.
5500 (macroexp.o, macrotab.o): New rules.
5501
5502 Separate the job of reading the line number info statement program
5503 header (...expialidocious) out into its own function.
5504 * dwarf2read.c (struct line_head, struct filenames, struct
5505 directories): Replace with...
5506 (struct line_header): New structure, containing the full
5507 contents of the statement program header, including the
5508 include directory and file name tables.
5509 (read_file_scope): If we have line number info, instead of just
5510 calling dwarf_decode_lines to do all the work, call
5511 dwarf_decode_line_header first to get a `struct line_header'
5512 containing the data in the statement program header, and then
5513 pass that to dwarf_decode_lines, which will pick up where that
5514 left off. Be sure to clean up the `struct line_header' object.
5515 (dwarf_decode_line_header, free_line_header, add_include_dir,
5516 add_file_name): New functions.
5517 (dwarf_decode_lines): Move all the code to read the statement
5518 program header into dwarf_decode_line_header. Take the line
5519 header it built as the first argument, instead of the offset to
5520 the compilation unit's line number info. Use the new `struct
5521 line_header' type instead of the old structures. No need to do
5522 cleanups here now, since we don't allocate anything.
5523 (dwarf2_statement_list_fits_in_line_number_section,
5524 dwarf2_line_header_too_long): New complaints.
5525
5526 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
5527
5528 * gdbtypes.c (init_vector_type): New function.
5529 (build_builtin_type_vec128): Simplify the representation of SIMD
5530 registers.
5531 (build_gdbtypes): Initialize new builtin vector types.
5532 (_initialize_gdbtypes): Register new vector types with gdbarch.
5533 (builtin_type_v4_float, builtin_type_v4_int32,
5534 builtin_type_v8_int16, builtin_type_v16_int8,
5535 builtin_type_v2_int32, builtin_type_v4_int16,
5536 builtin_type_v8_int8): New (renamed) SIMD types.
5537
5538 2002-05-06 Mark Kettenis <kettenis@gnu.org>
5539
5540 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5541 (i387_fill_fxsave): Likewise.
5542
5543 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
5544
5545 * alpha-tdep.c (alpha_extract_return_value): Don't use
5546 non-constant array size in prototype.
5547
5548 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5549
5550 From Brian Taylor <briant at model dot com>:
5551 * ui-out.c (ui_out_field_core_addr): Use the function
5552 longest_local_hex_string_custom'to format addresses > 32 bits
5553 wide.
5554
5555 * ui-out.c (ui_out_field_core_addr): Update comment.
5556
5557 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5558
5559 * stack.c (select_and_print_frame): Make static. Delete the
5560 parameter `level'.
5561 (func_command): Update call.
5562 (select_frame_command): Delete code computing the frame level.
5563 * frame.h (select_and_print_frame): Delete declaration.
5564
5565 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5566
5567 * sparc-tdep.c (sparc_get_saved_register): Comment why
5568 get_prev_frame call is safe.
5569
5570 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5571
5572 * frame.h (select_frame): Delete level parameter.
5573 * stack.c (select_frame): Update. Use frame_relative_level to
5574 obtain the frame's level.
5575 (select_and_print_frame): Update call.
5576 (select_frame_command): Ditto.
5577 (up_silently_base): Ditto.
5578 (down_silently_base): Ditto.
5579 * ocd.c (ocd_start_remote): Ditto.
5580 * remote-rdp.c (remote_rdp_open): Ditto.
5581 * remote-mips.c (mips_initialize): Ditto.
5582 (common_open): Ditto.
5583 * remote-e7000.c (e7000_start_remote): Ditto.
5584 * m3-nat.c (select_thread): Ditto.
5585 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5586 (child_get_current_exception_event): Ditto.
5587 * varobj.c (varobj_create): Ditto.
5588 (varobj_update): Ditto.
5589 (c_value_of_root): Ditto.
5590 * tracepoint.c (finish_tfind_command): Ditto.
5591 * corelow.c (core_open): Ditto.
5592 * arch-utils.c (generic_prepare_to_proceed): Ditto.
5593 * thread.c (info_threads_command): Ditto.
5594 (switch_to_thread): Ditto.
5595 * infrun.c (normal_stop): Ditto.
5596 (restore_selected_frame): Ditto.
5597 (restore_inferior_status): Ditto.
5598 * breakpoint.c (insert_breakpoints): Ditto.
5599 (watchpoint_check): Ditto.
5600 (bpstat_stop_status): Ditto.
5601 (do_enable_breakpoint): Ditto.
5602 * blockframe.c (flush_cached_frames): Ditto.
5603 (reinit_frame_cache): Ditto.
5604
5605 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5606
5607 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5608 maintainer.
5609
5610 2002-05-04 Jim Blandy <jimb@redhat.com>
5611
5612 * gdbtypes.c (replace_type): Doc fix.
5613
5614 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5615
5616 * valprint.c (strcat_longest): Delete commented out function.
5617 Update copyright.
5618
5619 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5620
5621 * MAINTAINERS: Mark a29k as deleted.
5622 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
5623 Move new configurations to the top.
5624 * configure.tgt: Remove a29k.
5625 * config/a29k/tm-vx29k.h: Delete.
5626 * config/a29k/vx29k.mt: Delete.
5627 * config/a29k/tm-a29k.h: Delete.
5628 * config/a29k/a29k-udi.mt: Delete.
5629 * config/a29k/a29k.mt: Delete.
5630 * a29k-tdep.c: Delete.
5631 * remote-udi.c: Delete.
5632 * remote-mm.c: Delete.
5633 * remote-eb.c: Delete.
5634 * remote-adapt.c: Delete.
5635 * Makefile.in: Remove obsolete code.
5636 * gdbserver/Makefile.in: Ditto.
5637 * config/s390/s390x.mt: Ditto.
5638 * config/s390/s390.mt: Ditto.
5639 * config/sparc/sparclynx.mh: Ditto.
5640 * config/sparc/linux.mh: Ditto.
5641 * config/pa/hppaosf.mh: Ditto.
5642 * config/pa/hppabsd.mh: Ditto.
5643 * config/ns32k/nbsd.mt: Ditto.
5644 * config/mips/vr5000.mt: Ditto.
5645 * config/m68k/sun3os4.mh: Ditto.
5646 * config/m68k/nbsd.mt: Ditto.
5647 * config/m68k/m68klynx.mh: Ditto.
5648 * config/m32r/m32r.mt: Ditto.
5649 * config/i386/x86-64linux.mt: Ditto.
5650 * config/i386/nbsdelf.mt: Ditto.
5651 * config/i386/nbsd.mt: Ditto.
5652 * config/i386/i386lynx.mh: Ditto.
5653
5654 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5655
5656 * target.c (debug_print_register): New function. Handle oversize
5657 registers.
5658 (debug_to_fetch_registers): Call.
5659 (debug_to_store_registers): Call.
5660
5661 2002-05-03 Jim Blandy <jimb@redhat.com>
5662
5663 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
5664 (read_type): Doc fix.
5665 * gdbtypes.c (replace_type): Doc fix.
5666
5667 * stabsread.c (multiply_defined_struct): New complaint.
5668 (read_struct_type): If the type we were passed isn't empty, or
5669 incomplete, don't read the new struct type into it; complain,
5670 and return the original type unchanged. Take a new `type_code'
5671 argument, which is the type code for the new type.
5672 (read_type): Rather than storing the type's type code here, pass
5673 it as an argument to read_struct_type, and let that take care of
5674 storing it. That way, we don't overwrite the original type code,
5675 so read_struct_type can use it to decide whether we're overwriting
5676 something we shouldn't.
5677 (complain_about_struct_wipeout): New function.
5678
5679 2002-05-03 Andrew Cagney <ac131313@redhat.com>
5680
5681 * gdbarch.sh: Assert that gdbarch is non-NULL.
5682 * gdbarch.c: Regenerate.
5683
5684 2002-05-03 Jason Merrill <jason@redhat.com>
5685
5686 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
5687 and return NULL.
5688
5689 2002-05-03 Michal Ludvig <mludvig@suse.cz>
5690
5691 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
5692 (x86_64_dwarf2gdb_regno_map_length),
5693 (x86_64_dwarf2_reg_to_regnum): Added.
5694 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
5695 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
5696 (_initialize_x86_64_tdep): Synced with the change above.
5697 (x86_64_skip_prologue): Reformulated message.
5698
5699 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5700
5701 * f-exp.y: Also use new prev_lexptr variable
5702 to improve error reporting. Based on Michael Snyder
5703 2002-04-24 dated patch to c-exp.y.
5704 * jv-exp.y: Likewise.
5705 * m2-exp.y: Likewise.
5706
5707 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
5708
5709 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
5710 we are dealing with vectors.
5711
5712 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5713
5714 * config/m68k/tm-nbsd.h: Obvious fix,
5715 correct machine name.
5716
5717 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5718
5719 * p-typeprint.c (pascal_type_print_base): Add support
5720 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
5721
5722 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5723
5724 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
5725 for fondamental pascal 'char' type.
5726
5727 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5728
5729 * p-lang.h (is_pascal_string_type): Declaration changed,
5730 new sixth argument of type char ** added.
5731 * p-lang.c (is_pascal_string_type): Implementation
5732 changed. Args length_pos, length_size, string_pos, char_size
5733 can now be NULL. New argument arrayname set to the field
5734 name of the char array. Return value set to char array
5735 field index plus one.
5736 * p-valprint.c (pascal_val_print): Adapt to new declaration of
5737 is_pascal_string_type function.
5738
5739 2002-05-02 Andrew Cagney <cagney@redhat.com>
5740
5741 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
5742 <cagney@redhat.com> change.
5743 * gdbarch.c: Regenerate.
5744
5745 2002-05-02 Andrew Cagney <cagney@redhat.com>
5746
5747 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
5748 before probing for a new one. Detect errorenous gdbarch_init
5749 functions.
5750 * gdbarch.c: Regenerate.
5751
5752 2002-05-01 Andrew Cagney <cagney@redhat.com>
5753
5754 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
5755 * config/mcore/tm-mcore.h: Ditto. Update copyright.
5756 * config/v850/tm-v850.h: Ditto. Update copyright.
5757
5758 2002-04-30 Andrew Cagney <ac131313@redhat.com>
5759
5760 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
5761 current_gdbarch.
5762
5763 2002-04-30 Michael Snyder <msnyder@redhat.com>
5764
5765 * arm-tdep.c: Whitespace clean-ups.
5766 (arm_skip_prologue): Fix thinko; two lines
5767 should have been removed as part of 4/24 change.
5768
5769 2002-04-30 Kevin Buettner <kevinb@redhat.com>
5770
5771 * rs6000-tdep.c: Added comment describing how fpscr register
5772 numbers were chosen.
5773
5774 2002-04-30 Michael Snyder <msnyder@redhat.com>
5775
5776 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
5777
5778 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
5779
5780 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
5781 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
5782 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
5783
5784 2002-04-29 Kevin Buettner <kevinb@redhat.com>
5785
5786 From Louis Hamilton <hamilton@redhat.com>:
5787 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
5788 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
5789 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
5790 not bfd-private xcoff data, to determine wordsize.
5791 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
5792
5793 2002-04-29 Andrew Cagney <ac131313@redhat.com>
5794
5795 GDB 5.2 released from 5.2 branch.
5796
5797 2002-04-29 Michal Ludvig <mludvig@suse.cz>
5798
5799 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
5800 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5801 (x86_64_register_info_table): Added comments with register numbers.
5802
5803 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
5804
5805 * rs6000-tdep.c (rs6000_extract_return_value,
5806 rs6000_store_return_value): Handle returning vectors.
5807 (rs6000_gdbarch_init): Use
5808 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
5809 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
5810 New function.
5811 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
5812 vectors.
5813 (ppc_sysv_abi_push_arguments): Handle vector parameters.
5814 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
5815
5816 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5817
5818 * hpread.c (hpread_psymtab_to_symtab_1,
5819 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
5820 with fprintf_unfiltered (gdb_stderr,...).
5821
5822 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5823
5824 * remote-array.c (printf_monitor, write_monitor,
5825 array_insert_breakpoint, array_remove_breakpoint ):
5826 Replace fprintf (stderr,...
5827 with fprintf_unfiltered (gdb_stderr,....
5828 * remote-es.c: Likewise.
5829 * remote-os9k.c: Likewise.
5830 * remote-st.c: Likewise.
5831
5832 2002-04-28 Andreas Schwab <schwab@suse.de>
5833
5834 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
5835 linux-proc.o and gcore.o.
5836
5837 2002-04-26 Michal Ludvig <mludvig@suse.cz>
5838
5839 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
5840 code without frame pointers.
5841
5842 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5843
5844 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
5845 ON_STACK is needed.
5846
5847 2002-04-26 Ben Elliston <bje@redhat.com>
5848
5849 * target.c (do_xfer_memory): Correct reference to the new option
5850 "trust-readonly-sections".
5851
5852 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
5853
5854 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
5855 * gdbtypes.c (recursive_dump_type): Output the vector flag.
5856 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
5857 vectors.
5858 (read_array_type): Record the fact that this array type is really a
5859 vector (i.e. are passed in by value).
5860
5861 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
5862
5863 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
5864 * alpha-tdep.c (alpha_sigcontext_addr): New function.
5865 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
5866 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
5867 * alpha-linux-tdep.c: Include frame.h.
5868 (alpha_linux_sigcontext_addr): New function.
5869 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
5870 alpha_linux_sigcontext_addr.
5871 * alpha-osf1-tdep.c: Include gdbcore.h.
5872 (alpha_osf1_sigcontext_addr): New function.
5873 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
5874 alpha_osf1_sigcontext_addr.
5875 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
5876 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
5877
5878 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5879
5880 * stack.c (selected_frame_level):
5881 (select_frame): Do not set selected_frame_level.
5882 * frame.h (selected_frame_level): Delete declaration.
5883
5884 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5885
5886 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
5887 convert_from_func_ptr-addr when AIX / PowerOpen.
5888
5889 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5890
5891 * valops.c (hand_function_call): Call
5892 generic_save_call_dummy_addr.
5893 * frame.h (generic_save_call_dummy_addr): Declare.
5894 * blockframe.c (struct dummy_frame): Add fields call_lo and
5895 call_hi.
5896 (generic_find_dummy_frame): Check for PC in range call_lo to
5897 call_hi instead of entry_point_address.
5898 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
5899 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
5900 (generic_save_call_dummy_addr): New function.
5901
5902 2002-04-24 David S. Miller <davem@redhat.com>
5903
5904 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
5905 sparc_skip_prologue.
5906 (sparc_skip_prologue): Kill frameless_p arg, and use line number
5907 information to find prologue when possible.
5908 (sparc_prologue_frameless_p): Call examine_prologue directly.
5909 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
5910 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
5911 second argument.
5912 (SKIP_PROLOGUE): Likewise.
5913
5914 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5915
5916 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
5917 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
5918 indicate that the condition it was testing is always true.
5919 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
5920 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5921 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5922
5923 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5924
5925 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
5926 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
5927 tdep->jb_pc and tdep->jb_elt_size.
5928 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
5929 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
5930 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5931 * alpha-nat.c (get_longjmp_target): Remove.
5932 (JB_ELEMENT_SIZE): Ditto.
5933 (JB_PC): Ditto.
5934 * alpha-tdep.c (alpha_get_longjmp_target): New function.
5935 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
5936 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
5937 to alpha_get_longjmp_target.
5938 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
5939 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
5940 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
5941
5942 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5943
5944 * README: Update to GDB 5.2.
5945
5946 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5947
5948 * gdbarch.sh (LC_ALL): Set to `c'.
5949
5950 2002-04-25 Theodore A. Roth <troth@verinet.com>
5951
5952 * avr-tdep.c: Ran through gdb_indent.sh.
5953
5954 2002-04-25 Theodore A. Roth <troth@verinet.com>
5955
5956 * MAINTAINERS: Add myself as AVR maintainer.
5957 * NEWS: Note new target avr.
5958
5959 2002-04-25 Theodore A. Roth <troth@verinet.com>
5960
5961 * Makefile.in: Add support for AVR target.
5962 * configure.tgt: Add support for AVR target.
5963 * avr-tdep.c: New file
5964 * config/avr/avr.mt: New file.
5965
5966 2002-04-25 Theodore A. Roth <troth@verinet.com>
5967
5968 * MAINTAINERS: Add myself to write-after-approval.
5969
5970 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5971
5972 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
5973 with fprintf_unfiltered (gdb_stderr,....
5974
5975 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
5976
5977 Fix PR gdb/508.
5978 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
5979
5980 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
5981
5982 * p-exp.y: Also use new prev_lexptr variable
5983 to improve error reporting. Based on Michael Snyder
5984 2002-04-24 dated patch to c-exp.y.
5985
5986 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5987
5988 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
5989 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
5990 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
5991 to 0.
5992 * config/alpha/tm-alpha.h: Remove forward decls of struct type
5993 and struct value.
5994 (FUNCTION_START_OFFSET): Remove.
5995 (BREAKPOINT): Ditto.
5996
5997 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5998
5999 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6000 * NEWS: Ditto.
6001
6002 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6003
6004 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6005 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6006 alpha_linux_pc_in_sigtramp.
6007 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6008 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6009 alpha_osf1_pc_in_sigtramp.
6010 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6011 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6012 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6013 alphafbsd_pc_in_sigtramp.
6014 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6015 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6016 alphanbsd_pc_in_sigtramp.
6017 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6018 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6019
6020 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6021
6022 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6023
6024 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6025
6026 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6027 alphanbsd-tdep.c.
6028 (alphanbsd-nat.o): New dependency list.
6029 (alphanbsd-tdep.o): Ditto.
6030 * NEWS: Note new native NetBSD/alpha configuration.
6031 * alphanbsd-nat.c: New file.
6032 * alphanbsd-tdep.c: Ditto.
6033 * configure.host (alpha*-*-netbsd*): New host.
6034 * configure.tgt (alpha*-*-netbsd*): New target.
6035 * config/alpha/nbsd.mh: New file.
6036 * config/alpha/nbsd.mt: Ditto.
6037 * config/alpha/nm-nbsd.h: Ditto.
6038 * config/alpha/tm-nbsd.h: Ditto.
6039
6040 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6041
6042 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6043 (alpha-osf1-tdep.o): New dependency list.
6044 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6045 and skip_sigtramp_frame members.
6046 * alpha-linux-tdep.c: Include gdbcore.h.
6047 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6048 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6049 * alpha-osf1-tdep.c: New file.
6050 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6051 alpha-osf1-dep.c.
6052 (alpha_frame_past_sigtramp_frame): New function.
6053 (alpha_dynamic_sigtramp_offset): Ditto.
6054 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6055 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6056 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6057 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6058 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6059 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6060 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6061 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6062 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6063 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6064 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
6065 to find_solib_trampoline_target.
6066 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6067 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6068 (SKIP_TRAMPOLINE_CODE): Remove.
6069 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6070 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6071 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6072 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6073 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6074 (PROC_SIGTRAMP_MAGIC): Ditto.
6075 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6076 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6077 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6078 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6079 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6080
6081 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6082
6083 * NEWS: Note that Alpha targets are now multi-arch.
6084
6085 2002-04-24 Michael Snyder <msnyder@redhat.com>
6086
6087 * parser-defs.h (prev_lexptr): New external variable.
6088 * parse.c (parse_exp_1): Set prev_lexptr to null before
6089 calling the language-specific parser.
6090 * c-exp.y (yylex): Set prev_lexptr to start of current token.
6091 (yyerror): Use prev_lexptr in error reporting.
6092
6093 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
6094
6095 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6096 * gregset.h: If FILL_FPXREGSET is defined, provide
6097 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6098 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6099 is defined, call fill_fpxregset.
6100
6101 2002-04-24 Roland McGrath <roland@frob.com>
6102
6103 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6104 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6105 (supply_gregset, supply_fpregset): New functions.
6106
6107 * gnu-nat.c (gnu_find_memory_regions): New function.
6108 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6109 (gnu_xfer_memory): Add a cast.
6110
6111 2002-04-24 Michael Snyder <msnyder@redhat.com>
6112
6113 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
6114 loop. Add handling for "str lr, [sp, #-4]!" and for saves
6115 of argument regs ("str r(0123), [r11, #-nn"]).
6116 (arm_skip_prologue): Better handling for frameless functions.
6117 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
6118 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6119
6120 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
6121
6122 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6123 NUM_PSEUDO_REGS can be used.
6124
6125 2002-04-24 Andrew Cagney <ac131313@redhat.com>
6126
6127 * arch-utils.h: Update copyright.
6128
6129 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6130 * gdbarch.h, gdbarch.c: Re-generate.
6131
6132 * inferior.h (IN_SIGTRAMP): Delete definition.
6133 * arch-utils.c (legacy_pc_in_sigtramp): New function.
6134 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6135
6136 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6137 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6138 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
6139 (find_proc_framesize): Ditto.
6140 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6141 (alpha_init_extra_frame_info): Ditto.
6142 * infrun.c (handle_inferior_event): Ditto.
6143 (handle_inferior_event): Ditto.
6144 (check_sigtramp2): Ditto.
6145 * blockframe.c (create_new_frame): Ditto.
6146 (get_prev_frame): Ditto.
6147 * ppc-linux-tdep.c: Update comments.
6148 * i386-linux-tdep.c: Update comments.
6149 * breakpoint.c (bpstat_what): Update comment.
6150
6151 2002-04-24 Michal Ludvig <mludvig@suse.cz>
6152
6153 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
6154 (regsets_store_inferior_registers): Removed cast to int from
6155 ptrace() calls.
6156 * gdbserver/regcache.h: Added declaration of struct inferior_info.
6157
6158 2002-04-24 David S. Miller <davem@redhat.com>
6159
6160 * i960-tdep.c (register_in_window_p): New function.
6161 (i960_find_saved_register): Use it instead of
6162 REGISTER_IN_WINDOW_P.
6163 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6164
6165 * symtab.h (find_stab_function_addr): Kill extern.
6166 * minsyms.c (find_stab_function_addr): Remove from here...
6167 * dbxread.c: ... to here, and mark it static.
6168
6169 2002-04-20 David S. Miller <davem@redhat.com>
6170
6171 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6172 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6173
6174 2002-04-21 David S. Miller <davem@redhat.com>
6175
6176 * remote-vxsparc.c (vx_read_register): Fix typo, we want
6177 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6178 (vx_write_register): Likewise.
6179
6180 2002-04-23 J. Brobecker <brobecker@gnat.com>
6181
6182 * source.c (is_regular_file): New function.
6183 (openp): Check wether file to open is a regular file
6184 to avoid opening directories.
6185
6186 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6187
6188 * findvar.c (extract_signed_integer): Cast printf argument
6189 to suppress format warning.
6190 (extract_unsigned_integer): Likewise.
6191 * infcmd.c (registers_info): Likewise.
6192 * top.c (get_prompt_1): Likewise.
6193 * valops.c (value_assign): Likewise.
6194 * valprint.c (print_decimal): Likewise.
6195
6196 2002-04-22 H.J. Lu (hjl@gnu.org)
6197
6198 * c-exp.y (typebase): Support
6199
6200 [long|long long|short] [signed|unsigned] [int|]
6201
6202 and
6203
6204 signed [long|long long|short] int
6205
6206 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6207
6208 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6209 and vax-tdep.h.
6210 * vax-tdep.h: New file.
6211 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6212 Make several routines static.
6213 (vax_get_saved_register): New function.
6214 (vax_gdbarch_init): New function.
6215 (_initialize_vax_tdep): Register vax_gdbarch_init.
6216 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6217 Remove macros now under the control of gdbarch.
6218
6219 2002-04-22 Michael Snyder <msnyder@redhat.com>
6220
6221 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6222 Some whitespace and coding standards tweaks.
6223
6224 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6225
6226 * vax-tdep.c: Include regcache.h.
6227 (vax_call_dummy_words): New.
6228 (sizeof_vax_call_dummy_words): New.
6229 (vax_fix_call_dummy): New function.
6230 (vax_saved_pc_after_call): Ditto.
6231 * config/vax/tm-vax.h: Don't include regcache.h.
6232 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6233 (CALL_DUMMY): Remove.
6234 (CALL_DUMMY_WORDS): Define.
6235 (SIZEOF_CALL_DUMMY_WORDS): Define.
6236 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6237
6238 2002-04-18 Michael Snyder <msnyder@redhat.com>
6239
6240 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6241
6242 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6243
6244 * vax-tdep.c (vax_frame_chain): New function.
6245 (vax_push_dummy_frame): Ditto.
6246 (vax_pop_frame): Ditto.
6247 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6248 (FRAMELESS_FUNCTION_INVOCATION): Use
6249 generic_frameless_function_invocation_not.
6250 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6251 (POP_FRAME): Use vax_pop_frame.
6252
6253 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6254
6255 * vax-tdep.c (vax_store_struct_return): New function.
6256 (vax_extract_return_value): Ditto.
6257 (vax_store_return_value): Ditto.
6258 (vax_extract_struct_value_address): Ditto.
6259 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6260 vax_store_struct_return.
6261 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6262 (STORE_RETURN_VALUE): Use vax_store_return_value.
6263 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6264
6265 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6266
6267 * vax-tdep.c (vax_frame_saved_pc): New function.
6268 (vax_frame_args_address_correct): Ditto.
6269 (vax_frame_args_address): Ditto.
6270 (vax_frame_locals_address): Ditto.
6271 (vax_frame_num_args): Move code to be in proximity to
6272 other frame-related functions.
6273 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6274 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6275 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6276 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6277 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6278
6279 2002-04-22 H.J. Lu (hjl@gnu.org)
6280
6281 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6282 includedir.
6283
6284 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6285
6286 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6287 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6288 (FRAME_INIT_SAVED_REGS): New macro.
6289
6290 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6291
6292 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6293
6294 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6295
6296 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6297 where needed.
6298 (fetch_osf_core_registers): Likewise.
6299 (supply_gregset): Likewise.
6300
6301 2002-04-22 J. Brobecker <brobecker@gnat.com>
6302
6303 * symfile.h (get_section_index): Define.
6304 * symfile.c (get_section_index): New function.
6305 * mdebugread.c (SC_IS_SBSS): New macro.
6306 (SC_IS_BSS): Return true for the scBss storage class only, as
6307 the scSBss storage class refers to the .sbss section.
6308 (parse_partial_symbols): Discard the symbols which associated
6309 section does not exist.
6310 Make sure to use the .sbss section index for symbols which
6311 storage class is scBss, rather than using the .bss section index.
6312
6313 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6314
6315 * vax-tdep.c: Update copyright years.
6316 (vax_register_name): New function.
6317 (vax_register_byte): Ditto.
6318 (vax_register_raw_size): Ditto.
6319 (vax_register_virtual_size): Ditto.
6320 (vax_register_virtual_type): Ditto.
6321 * config/vax/tm-vax.h: Update copyright years.
6322 (REGISTER_NAMES): Remove.
6323 (REGISTER_NAME): Define.
6324 (REGISTER_BYTE): Use vax_register_byte.
6325 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6326 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6327 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6328
6329 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6330
6331 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6332 declaration
6333 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6334
6335 2002-04-21 David S. Miller <davem@redhat.com>
6336
6337 * arch-utils.c (generic_prologue_frameless_p): Kill
6338 SKIP_PROLOGUE_FRAMELESS_P code.
6339 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6340 references.
6341 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6342 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6343 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6344 references.
6345 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6346 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6347 (sparc_gdbarch_init): Pass it to
6348 set_gdbarch_prologue_frameless_p.
6349
6350 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6351
6352 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6353 (alphabsd-nat.o): New dependency list.
6354
6355 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6356
6357 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6358 alphafbsd-tdep.c.
6359 (alpha-linux-tdep.o): New dependency list.
6360 (alphafbsd-tdep.o): Likewise.
6361
6362 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6363
6364 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6365 to here...
6366 * alpha-tdep.c: ...from here.
6367 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6368
6369 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6370
6371 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6372 prototype from here...
6373 * alpha-tdep.h: ...to here.
6374
6375 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6376
6377 * frame.h (selected_frame_level): Document as deprecated.
6378 (frame_relative_level): Declare.
6379 * stack.c (frame_relative_level): New function.
6380 (selected_frame_level): Document as deprecated.
6381 (select_frame): Do not set the selected_frame_level.
6382
6383 * stack.c (frame_info, record_selected_frame): Update.
6384 (frame_command, current_frame_command): Update.
6385 (up_silently_base, up_command, down_silently_base): Update.
6386 (down_command): Update.
6387 * inflow.c (kill_command): Update.
6388 * tracepoint.c (finish_tfind_command): Update.
6389 * corelow.c (core_open): Update.
6390 * thread.c (info_threads_command): Update.
6391 (do_captured_thread_select): Update.
6392 * infcmd.c (finish_command): Update.
6393 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6394
6395 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6396
6397 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6398
6399 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6400
6401 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6402 type const.
6403
6404 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6405
6406 * alphafbsd-tdep.c: Update copyright years. Include
6407 alpha-tdep.h.
6408 (alphafbsd_use_struct_convention): Make static.
6409 (alphafbsd_init_abi): New function.
6410 (_initialize_alphafbsd_tdep): New function.
6411 * config/alpha/tm-fbsd.h: Update copyright years.
6412 (USE_STRUCT_CONVENTION): Remove.
6413
6414 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6415
6416 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6417 an Alpha ABI variant.
6418 (alpha_abi_handler_list): Declare.
6419 (alpha_gdbarch_register_os_abi): New function.
6420 (alpha_gdbarch_init): Give registered ABI variant handlers a
6421 chance to tweak the gdbarch once we have set up defaults.
6422 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6423
6424 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6425
6426 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6427 to standard_coerce_float_to_double.
6428 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6429
6430 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6431
6432 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6433 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6434 from gdbarch_tdep rather than a constant.
6435 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6436 the default text address for all Alpha Unix ABIs.
6437 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6438 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6439
6440 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6441
6442 * alpha-tdep.h: New file. Includes several Alpha target constants
6443 taken from...
6444 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6445 let gdbarch deal with.
6446 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6447 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6448 to dependency list.
6449 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
6450 Alpha target register names.
6451 * alphabsd-nat.c: Likewise.
6452 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
6453 Alpha target register names. Make serveral routines static.
6454 (alpha_get_saved_register): New function.
6455 (alpha_abi_names): New.
6456 (process_note_abi_tag_sections): New function.
6457 (get_elfosabi): New function.
6458 (alpha_gdbarch_init): New function.
6459 (alpha_dump_tdep): New function.
6460 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6461
6462 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6463
6464 * frame.c (find_saved_register): Delete #ifdef
6465 HAVE_REGISTER_WINDOWS code.
6466 * config/sparc/tm-sparc.h: Update comments.
6467 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6468
6469 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6470
6471 * i960-tdep.c (i960_find_saved_register): New function.
6472 (i960_get_saved_register): New function.
6473 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6474 (i960_get_saved_register): Declare.
6475 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6476
6477 2002-04-20 David S. Miller <davem@redhat.com>
6478
6479 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6480
6481 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6482
6483 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6484 instead of NUM_PSEUDO_REGS.
6485
6486 2002-04-20 David S. Miller <davem@redhat.com>
6487
6488 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6489 GDB_MULTI_ARCH_PARTIAL
6490 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6491 define, let tm-sp64.h do it.
6492
6493 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
6494
6495 * frame.c (find_saved_register): Avoid a NULL pointer
6496 dereference and actually walk the frame list.
6497
6498 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6499
6500 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6501 sorted in most most-recent-used order. Document.
6502 * gdbarch.h, gdbarch.c: Regenerate.
6503
6504 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
6505
6506 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
6507 (add_inferior): Call create_register_cache.
6508 (clear_inferiors): Call free_register_cache.
6509 (inferior_regcache_data, set_inferior_regcache_data): New functions.
6510 * gdbserver/regcache.c (struct inferior_regcache_data): New.
6511 (registers): Remove.
6512 (get_regcache): New function.
6513 (create_register_cache, free_register_cache): New functions.
6514 (set_register_cache): Don't initialize the register cache here.
6515 (registers_to_string, registers_from_string, register_data): Call
6516 get_regcache.
6517 * gdbserver/regcache.h: Add prototypes.
6518 * gdbserver/server.h: Likewise.
6519
6520 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
6521
6522 * gdbserver/mem-break.c: New file.
6523 * gdbserver/mem-break.h: New file.
6524 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
6525 dependencies.
6526 * gdbserver/inferiors.c (struct inferior_info): Add target_data
6527 member.
6528 (clear_inferiors): Free target_data member if set.
6529 (inferior_target_data, set_inferior_target_data): New functions.
6530 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
6531 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
6532 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
6533 (struct inferior_linux_data): New.
6534 (linux_create_inferior): Use set_inferior_target_data.
6535 (linux_attach): Likewise. Call add_inferior.
6536 (linux_wait_for_one_inferior): New function.
6537 (linux_wait): Call it.
6538 (linux_write_memory): Add const.
6539 (initialize_low): Call set_breakpoint_data.
6540 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
6541 handling members.
6542 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
6543 call.
6544 * gdbserver/server.h: Include mem-break.h. Update inferior.c
6545 prototypes.
6546 * gdbserver/target.c (read_inferior_memory)
6547 (write_inferior_memory): New functions.
6548 * gdbserver/target.h (read_inferior_memory)
6549 (write_inferior_memory): Change macros to prototypes.
6550 (struct target_ops): Update comments. Add const to write_memory
6551 definition.
6552
6553 2002-04-19 Andrew Cagney <ac131313@redhat.com>
6554
6555 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6556 instead of ->prev.
6557 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6558 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6559 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6560 instead of ->prev.
6561
6562 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
6563
6564 Fix PR gdb/471.
6565 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6566 (build_builtin_type_vec128): Ditto.
6567 (append_composite_type_field): Fix calculation of type length in
6568 union case.
6569
6570 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6571
6572 * config/djgpp/README: Update.
6573
6574 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6575 compiler warnings.
6576
6577 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6578
6579 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6580 (alpha_setup_arbitrary_frame): ...to this.
6581 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6582 for alpha_setup_arbitrary_frame.
6583
6584 2002-04-18 Andrew Cagney <cagney@redhat.com>
6585
6586 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6587 * gdbarch.h, gdbarch.c: Regenerate.
6588
6589 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6590 * target.h (memory_breakpoint_from_pc): Update declaration.
6591 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6592
6593 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6594 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6595 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6596 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6597 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6598 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6599 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6600 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6601 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6602 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6603 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6604 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6605
6606 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6607 const pointer.
6608 * monitor.c (monitor_insert_breakpoint): Ditto.
6609 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6610
6611 * config/mcore/tm-mcore.h: Update copyright.
6612 * mem-break.c: Ditto.
6613 * xstormy16-tdep.c: Ditto.
6614
6615 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6616
6617 * p-exp.y: Add precedence rule for '^' token.
6618 This removes the shift/reduce conflicts.
6619 Remove the comment concerning these shift/reduce conflicts.
6620
6621 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
6622
6623 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6624 (registers_powerpc_nofp): New register set for processors
6625 without floating point unit.
6626
6627 2002-04-18 David S. Miller <davem@redhat.com>
6628
6629 * MAINTAINERS: Add myself to write-after-approval.
6630
6631 2002-04-17 Michael Snyder <msnyder@redhat.com>
6632
6633 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6634
6635 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6636
6637 * rs6000-tdep.c (frame_initial_stack_address): Use
6638 frame_register_read to read the alloca_reg.
6639
6640 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6641
6642 * frame.c (find_saved_register): Find saved registers in the next
6643 not prev frame.
6644 Fix PR gdb/365.
6645
6646 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6647
6648 * gdbarch.sh (LANG): Set to ``c''.
6649
6650 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6651
6652 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
6653
6654 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6655
6656 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6657 Update copyright.
6658
6659 * hpread.c (hpread_get_lntt): Add declaration.
6660 Also fix PR gdb/391.
6661
6662 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6663
6664 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6665 * aclocal.m4, configure: Re-generate.
6666 Fix PR gdb/391.
6667
6668 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6669
6670 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6671 instead of tm_print_insn.
6672
6673 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6674
6675 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6676
6677 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6678
6679 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6680 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6681 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6682
6683 2002-04-12 Don Howard <dhoward@redhat.com>
6684
6685 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6686 max_user_call_depth.
6687 (init_cmd_lists): Initialize the new value;
6688 * cli/cli-script.c (execute_user_command): Limit the call depth of
6689 user defined commands. This avoids a core-dump when user commands
6690 are infinitly recursive.
6691
6692 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6693
6694 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6695 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6696 from tdep struct instead of DEFAULT_LR_SAVE.
6697 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6698 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6699 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6700
6701 2002-04-12 Michael Snyder <msnyder@redhat.com>
6702
6703 * Remote.c: Spelling fix.
6704 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6705 If no symbol found for "sbrk", try "_sbrk".
6706 (make_output_phdrs): Use bfd_section_name.
6707 (gcore_copy_callback): Use bfd_section_name.
6708 * eval.c: Indentation fix-ups.
6709 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6710 in case it gets applied to an address that is already
6711 in the instruction space.
6712 * cli/cli-decode.c (help_list): Allow long lines to wrap.
6713 * symfile.c: Fix indentation, long lines.
6714 * source.c: White space fix-up.
6715
6716 2002-04-12 Andrew Cagney <cagney@redhat.com>
6717
6718 * defs.h (read_relative_register_raw_bytes): Delete declaration.
6719 * frame.c (frame_register_read): New function. Return non-zero on
6720 success.
6721 (read_relative_register_raw_bytes_for_frame): Delete.
6722 (read_relative_register_raw_bytes): Delete.
6723 * frame.h (frame_register_read): Declare.
6724 * d30v-tdep.c: Update Copyright. Use frame_register_read.
6725 * sh-tdep.c: Ditto.
6726 * infcmd.c (do_registers_info): Ditto.
6727 * hppa-tdep.c: Ditto.
6728 * rs6000-tdep.c: Ditto.
6729 * h8500-tdep.c: Ditto.
6730 * mips-tdep.c: Ditto.
6731 * h8300-tdep.c: Ditto.
6732 * z8k-tdep.c: Ditto.
6733
6734 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6735
6736 From Jimi X <jimix@watson.ibm.com>:
6737 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
6738 64-bit SysV ABI.
6739
6740 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6741
6742 From Jimi X <jimix@watson.ibm.com>:
6743 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
6744 bfd info.
6745
6746 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6747
6748 From Jimi X <jimix@watson.ibm.com>:
6749 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
6750 register sets for these processor variants.
6751
6752 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
6753
6754 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
6755 registers which are allowed to fail to store.
6756 * gdbserver/linux-low.h (linux_target_ops): Likewise.
6757 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
6758 (ppc_cannot_store_register): FPSCR may not be storable.
6759 * regformats/reg-ppc.dat: Support FPSCR.
6760
6761 2002-04-11 Kevin Buettner <kevinb@redhat.com>
6762
6763 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
6764 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6765 Add fpscr as an invalid/unfetchable register.
6766 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
6767 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
6768 (fill_fpregset): Add support for register fpscr.
6769 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
6770 (fill_gregset): Account for the fact that register ``mq'' might
6771 not exist.
6772 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
6773 (registers_power): Add fpscr to register set at slot 71.
6774 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
6775 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
6776
6777 2002-04-11 Michael Snyder <msnyder@redhat.com>
6778
6779 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
6780 * configure: Regenerate.
6781 * config.in: Regenerate.
6782 * acconfig.h: Add define for _SYSCALL32.
6783 * core-sol2.c: Remove #define _SYSCALL32.
6784 * solib-legacy.c: Remove #define _SYSCALL32.
6785
6786 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6787
6788 * stack.c (select_frame): Cleanup internal error message, do not
6789 use %p.
6790
6791 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6792
6793 * stack.c (select_frame): Check that selected_frame and the
6794 specified level are as expected.
6795 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
6796 Update copyright.
6797 * frame.h (struct frame_info): Add field `level'. Update
6798 copyright.
6799 Work-in-progress PR gdb/464.
6800
6801 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6802
6803 * maint.c (maint_print_section_info): Rename print_section_info.
6804 (print_bfd_section_info, print_objfile_section_info): Update.
6805 * inferior.h (struct gdbarch): Add opaque declaration.
6806 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
6807 * gdbarch.h: Regenerate.
6808
6809 2002-04-10 Michal Ludvig <mludvig@suse.cz>
6810
6811 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
6812 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
6813 (kernel_u_size): Added.
6814 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
6815 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
6816
6817 2002-04-04 Jim Ingham <jingham@apple.com>
6818
6819 * valarith.c (find_size_for_pointer_math): New function, either returns
6820 the size for a pointer's target, returns 1 for void *, or errors for
6821 incomplete types.
6822 (value_add, value_sub): use find_size_for_pointer_math.
6823
6824 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6825
6826 * linux-low.c (linux_look_up_symbols): New hook.
6827 (linux_target_ops): Add linux_look_up_symbols.
6828 * remote-utils.c (decode_address): New function.
6829 (look_up_one_symbol): New function.
6830 * server.c (handle_query): Call target look_up_symbols hook.
6831 * server.h (look_up_one_symbol): Add prototype.
6832 * target.h (struct target_ops): Add look_up_symbols hook.
6833
6834 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6835
6836 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
6837 * ChangeLog: Correct paths in last ChangeLog entry.
6838
6839 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6840
6841 * gdbserver/linux-low.h: Remove obsolete prototypes.
6842 (struct linux_target_ops): New.
6843 (extern the_low_target): New.
6844 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
6845 (register_addr): Use the_low_target explicitly.
6846 (fetch_register): Likewise.
6847 (usr_fetch_inferior_registers): Likewise.
6848 (usr_store_inferior_registers): Likewise.
6849 * gdbserver/linux-arm-low.c (num_regs): Remove.
6850 (arm_num_regs): Define.
6851 (arm_regmap): Renamed from regmap, made static.
6852 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
6853 made static.
6854 (arm_cannot_store_register): Renamed from cannot_store_register,
6855 made static.
6856 (the_low_target): New.
6857 * gdbserver/linux-i386-low.c (num_regs): Remove.
6858 (i386_num_regs): Define.
6859 (i386_regmap): Renamed from regmap, made static.
6860 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
6861 made static.
6862 (i386_cannot_store_register): Renamed from cannot_store_register,
6863 made static.
6864 (the_low_target): New.
6865 * gdbserver/linux-ia64-low.c (num_regs): Remove.
6866 (ia64_num_regs): Define.
6867 (ia64_regmap): Renamed from regmap, made static.
6868 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
6869 made static.
6870 (ia64_cannot_store_register): Renamed from cannot_store_register,
6871 made static.
6872 (the_low_target): New.
6873 * gdbserver/linux-m68k-low.c (num_regs): Remove.
6874 (m68k_num_regs): Define.
6875 (m68k_regmap): Renamed from regmap, made static.
6876 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
6877 made static.
6878 (m68k_cannot_store_register): Renamed from cannot_store_register,
6879 made static.
6880 (the_low_target): New.
6881 * gdbserver/linux-mips-low.c (num_regs): Remove.
6882 (mips_num_regs): Define.
6883 (mips_regmap): Renamed from regmap, made static.
6884 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
6885 made static.
6886 (mips_cannot_store_register): Renamed from cannot_store_register,
6887 made static.
6888 (the_low_target): New.
6889 * gdbserver/linux-ppc-low.c (num_regs): Remove.
6890 (ppc_num_regs): Define.
6891 (ppc_regmap): Renamed from regmap, made static.
6892 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
6893 made static.
6894 (ppc_cannot_store_register): Renamed from cannot_store_register,
6895 made static.
6896 (the_low_target): New.
6897 * gdbserver/linux-s390-low.c (num_regs): Remove.
6898 (s390_num_regs): Define.
6899 (s390_regmap): Renamed from regmap, made static.
6900 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
6901 made static.
6902 (s390_cannot_store_register): Renamed from cannot_store_register,
6903 made static.
6904 (the_low_target): New.
6905 * gdbserver/linux-sh-low.c (num_regs): Remove.
6906 (sh_num_regs): Define.
6907 (sh_regmap): Renamed from regmap, made static.
6908 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
6909 made static.
6910 (sh_cannot_store_register): Renamed from cannot_store_register,
6911 made static.
6912 (the_low_target): New.
6913 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
6914 (the_low_target): New.
6915
6916 2002-04-09 Andrew Cagney <ac131313@redhat.com>
6917
6918 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
6919 override FP_REGNUM with frame->fp. Update copyright.
6920 * parse.c (num_std_regs, std_regs): Delete.
6921 (target_map_name_to_register): Do not search std_regs. Update
6922 function description.
6923 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
6924 declarations. Update copyright.
6925 Fix PR gdb/251.
6926
6927 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6928
6929 * gdbserver/Makefile.in: Add stamp-h target.
6930 * gdbserver/configure.in: Create stamp-h.
6931 * gdbserver/configure: Regenerated.
6932
6933 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6934
6935 * gdbserver/inferiors.c: New file.
6936 * gdbserver/target.c: New file.
6937 * gdbserver/target.h: New file.
6938 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
6939 dependencies.
6940 * gdbserver/linux-low.c (inferior_pid): New static variable,
6941 moved from server.c.
6942 (linux_create_inferior): Renamed from create_inferior.
6943 Call add_inferior. Return 0 on success instead of a PID.
6944 (linux_attach): Renamed from myattach.
6945 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
6946 (linux_thread_alive): Renamed from mythread_alive.
6947 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
6948 child dies.
6949 (linux_resume): Renamed from myresume. Add missing ``return 0''.
6950 (regsets_store_inferior_registers): Correct error message.
6951 Add missing ``return 0''.
6952 (linux_fetch_registers): Renamed from fetch_inferior_registers.
6953 (linux_store_registers): Renamed from store_inferior_registers.
6954 (linux_read_memory): Renamed from read_inferior_memory.
6955 (linux_write_memory): Renamed from write_inferior_memory.
6956 (linux_target_ops): New structure.
6957 (initialize_low): Call set_target_ops ().
6958 * gdbserver/remote-utils.c (unhexify): New function.
6959 (hexify): New function.
6960 (input_interrupt): Send signals to ``signal_pid''.
6961 * gdbserver/server.c (inferior_pid): Remove.
6962 (start_inferior): Update create_inferior call.
6963 (attach_inferior): Call add_inferior.
6964 (handle_query): New function.
6965 (main): Call handle_query for `q' packets.
6966 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
6967 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
6968
6969 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6970
6971 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
6972 dependencies.
6973 * gdbserver/configure.in: Check for <string.h>
6974 * gdbserver/configure: Regenerate.
6975 * gdbserver/config.in: Regenerate.
6976 * gdbserver/gdbreplay.c: Include needed system headers.
6977 (remote_open): Remove strchr prototype.
6978 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
6979 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
6980 (supply_register_by_name): Likewise.
6981 (collect_register): Change buf argument to void *.
6982 (collect_register_by_name): Likewise.
6983 * gdbserver/regcache.h: Add missing prototypes.
6984 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
6985 * gdbserver/server.c (handle_query): New function.
6986 (attached): New static variable, moved out of main.
6987 (main): Quiet longjmp clobber warnings.
6988 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
6989 * gdbserver/utils.c (error): Remove NORETURN.
6990 (fatal): Likewise.
6991
6992 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6993
6994 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
6995 after the last symbol in a block.
6996
6997 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
6998
6999 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7000 is non zero as a found symbol.
7001
7002 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7003
7004 * findvar.c: Include "builtin-regs.h".
7005 (value_of_register): Call value_of_builtin_reg when applicable.
7006 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7007 (target_map_name_to_register): Call
7008 builtin_reg_map_name_to_regnum.
7009 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7010 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7011 (builtin_regs_h): Define.
7012 (builtin-regs.o): New target.
7013 (findvar.o): Add $(builtin_regs_h).
7014 * builtin-regs.c, builtin-regs.h: New files.
7015 * std-regs.c: New file.
7016 Partial fix for PR gdb/251.
7017
7018 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7019
7020 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7021 it's no longer required.
7022
7023 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7024
7025 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7026
7027 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7028
7029 From Jimi X <jimix@watson.ibm.com>:
7030 * rs6000-tdep.c (rs6000_software_single_step): Use
7031 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7032 and size. Use target_insert_breakpoint() and
7033 target_remove_breakpoint() to insert and remove breakpoints
7034 instead of explicit memory reads and writes.
7035
7036 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7037
7038 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7039 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7040 ELF_OBJECT_FORMAT ifdef.
7041
7042 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7043
7044 From Jimi X <jimix@watson.ibm.com>:
7045 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7046
7047 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7048
7049 From Jimi X <jimix@watson.ibm.com>:
7050 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7051 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7052
7053 2002-04-07 Mark Kettenis <kettenis@gnu.org>
7054
7055 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7056 s/asprintf/xasprintf/.
7057 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7058
7059 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7060
7061 I believe Jeff Law denies responsability for this one:
7062 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7063 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7064 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7065 Work-around for PR gdb/366.
7066
7067 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7068
7069 * remote-e7000.c (write_small, e7000_read_inferior_memory,
7070 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7071 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7072
7073 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7074
7075 * sh-tdep.c (sh_fp_frame_init_saved_regs,
7076 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7077 information.
7078
7079 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7080
7081 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7082 maintainer.
7083
7084 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7085
7086 * README (Reporting Bugs in GDB): Document the bug web page as the
7087 prefered way of submitting bugs.
7088 Fix PR gdb/402.
7089
7090 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7091
7092 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7093 -1. Update comment.
7094 * gdbarch.h, gdbarch.c: Re-generate.
7095
7096 2002-04-07 Andreas Schwab <schwab@suse.de>
7097
7098 * m68klinux-nat.c (fill_fpregset): Properly pass address of
7099 buffer to regcache_collect.
7100
7101 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7102
7103 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
7104 * gdbarch.c, gdbarch.h: Re-generate.
7105
7106 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7107
7108 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7109 declaration. Fix -Werror.
7110
7111 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
7112
7113 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7114 * gdbarch.c: Regenerate.
7115
7116 2002-04-05 Michael Snyder <msnyder@redhat.com>
7117
7118 * breakpoint.c (clear_command): Rewrite middle section to
7119 combine two loops with identical control conditions.
7120 Add a cleanup to eliminate a memory leak.
7121 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7122
7123 2002-04-05 H.J. Lu (hjl@gnu.org)
7124
7125 * solib-svr4.c (bkpt_names): Add "__start".
7126
7127 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7128
7129 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7130 as test for 64 bit target.
7131
7132 2002-04-05 Andrew Cagney <ac131313@redhat.com>
7133
7134 * h8500-tdep.c (h8500_write_fp): Delete function.
7135 * dwarf2cfi.c (cfi_write_fp): Document as not used.
7136 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7137 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7138 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7139 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7140 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7141 (s390_write_fp):
7142 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7143 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7144 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7145 (d10v_write_fp): Delete function.
7146 * inferior.h (write_fp, generic_target_write_fp): Delete
7147 declarations.
7148 * regcache.c (generic_target_write_fp): Delete function.
7149 (write_fp): Delete function.
7150 * gdbarch.sh (TARGET_WRITE_FP): Delete.
7151 * gdbarch.h, gdbarch.c: Regenerate.
7152 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7153 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7154 (sparc64_write_fp): Delete declaration.
7155 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7156 (h8500_write_fp): Delete declaration.
7157
7158 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7159
7160 * sparc-tdep.c (sparc64_write_fp): Delete.
7161 (sparc_push_dummy_frame): Replace write_fp call with code to store
7162 the FP directly.
7163 (sparc_gdbarch_init): Do not initialize write_fp.
7164
7165 2002-04-05 Kevin Buettner <kevinb@redhat.com>
7166
7167 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7168 clause.
7169
7170 2002-03-29 Jim Blandy <jimb@redhat.com>
7171
7172 * stack.c (get_selected_block): Add new argument `addr_in_block',
7173 used to return the exact code address we used to select the block,
7174 not just the block.
7175 * blockframe.c (get_frame_block, get_current_block): Same.
7176 * frame.h (get_frame_block, get_current_block,
7177 get_selected_block): Update declarations.
7178 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7179 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7180
7181 2002-04-05 Michael Snyder <msnyder@redhat.com>
7182
7183 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7184 warning message.
7185
7186 2002-04-05 J. Brobecker <brobecker@gnat.com>
7187
7188 * utils.c (xfullpath): New function.
7189 * defs.h (xfullpath): Add declaration.
7190 * source.c (openp): Use xfullpath in place of gdb_realpath to
7191 avoid resolving the basename part of filenames when the
7192 associated file is a symbolic link. This fixes a potential
7193 inconsistency between the filenames known to GDB and the
7194 filenames it prints in the annotations.
7195 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7196 to be able to match a filename with either the real filename, or
7197 the name of any symbolic link to this file.
7198 (lookup_partial_symtab): Ditto.
7199
7200 2002-04-04 Michael Snyder <msnyder@redhat.com>
7201
7202 * breakpoint.c: Add support for hardware breakpoints in overlays.
7203 (overlay_events_enabled): New state variable.
7204 (insert_breakpoints): Use overlay_events_enabled to decide
7205 whether to attempt to set a breakpoint at the overlay load addr.
7206 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7207 (remove_breakpoint): Use overlay_events_enabled to decide
7208 whether breakpoints need to be removed from overlay load addr.
7209 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7210 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
7211 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
7212 disable_overlay_breakpoints): Update overlay_events_enabled.
7213
7214 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
7215
7216 * dwarf2read.c (struct function_range): New.
7217 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7218 (check_cu_functions): New.
7219 (read_file_scope): Initialize global function lists.
7220 Call dwarf_decode_line after processing children.
7221 (read_func_scope): Add to global function list.
7222 (dwarf_decode_lines): Call check_cu_functions everywhere
7223 record_line is called. Call record_line with a linenumber
7224 of 0 to mark sequence ends.
7225
7226 2002-04-04 Michal Ludvig <mludvig@suse.cz>
7227
7228 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7229 change sync with glibc.
7230
7231 2002-04-03 Jim Blandy <jimb@redhat.com>
7232
7233 * configure.in: Call AC_C_INLINE.
7234 * configure: Regenerated.
7235
7236 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
7237
7238 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7239 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7240
7241 2002-03-31 Mark Kettenis <kettenis@gnu.org>
7242
7243 * NEWS: Mention gcore support on FreeBSD/i386.
7244
7245 * fbsd-proc.c: New file.
7246 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7247 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7248
7249 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7250 while statement.
7251
7252 2002-03-29 Jim Blandy <jimb@redhat.com>
7253
7254 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7255 unescaped newlines in string literals, but newer ones don't. So
7256 escape them.
7257
7258 2002-03-26 Michael Snyder <msnyder@redhat.com>
7259 Andrew Cagney <cagney@redhat.com>
7260
7261 * cli/cli-dump.c: New file. Dump memory to file,
7262 restore file to memory.
7263 * cli/cli-dump.h: New file.
7264 * Makefile.in: Add rules, dependencies for cli-dump.o.
7265 * NEWS: Mention new commands.
7266
7267 2002-03-28 Michael Snyder <msnyder@redhat.com>
7268
7269 * symfile.c (symbol_file_add): Move test for null symbols to later.
7270
7271 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7272
7273 From veksler at il.ibm.com:
7274 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7275 the xstrduped original path.
7276 Fix PR gdb/417.
7277
7278 2002-03-27 Michael Snyder <msnyder@redhat.com>
7279
7280 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7281 * infcmd.c (_initialize_infcmd): Ditto.
7282 * language.c (_initialize_language): Ditto.
7283 * symfile.c (_initialize_symfile): Ditto.
7284 * top.c (_init_main): Ditto.
7285 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7286
7287 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
7288
7289 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7290 vector registers handling.
7291 (skip_prologue): Handle new AltiVec instructions. Fill in new
7292 fields of frame data.
7293 (frame_get_saved_regs): Fill in information for AltiVec registers.
7294
7295 2002-03-27 Jim Blandy <jimb@redhat.com>
7296
7297 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7298 a function; leave this macro here to invoke that function.
7299 (symbol_init_mangled_name): Declaration for that function.
7300 * symtab.c (symbol_init_mangled_name): New function.
7301
7302 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7303
7304 * valarith.c: Replace strerror with safe_strerror.
7305 * tracepoint.c: Ditto.
7306 * lin-lwp.c: Ditto.
7307 * go32-nat.c: Ditto.
7308 * inflow.c: Ditto.
7309 * gnu-nat.c: Ditto.
7310
7311 2002-03-27 Andreas Schwab <schwab@suse.de>
7312
7313 * event-top.c (command_line_handler): Remove useless if.
7314
7315 2002-03-27 Andreas Jaeger <aj@suse.de>
7316
7317 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7318 comment.
7319
7320 2002-03-27 Michal Ludvig <mludvig@suse.cz>
7321
7322 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7323 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7324 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7325 (x86_64_linux_dr_get_status, supply_gregset),
7326 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7327 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7328 (x86_64_register_info_table): Add.
7329 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7330 (x86_64_register_raw_size, x86_64_register_virtual_type),
7331 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7332 general x86_64_register_info_table.
7333 (i386_gdbarch_init): gdbarch_register_bytes is now set
7334 dynamicaly during initialization.
7335 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7336 * gdbserver/linux-x86-64-low.c: Ditto.
7337
7338 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7339
7340 * gdbserver/server.c (main): Call target_signal_to_host_p
7341 and target_signal_to_host on signals received from the remote.
7342 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7343 target_signal_from_host on signals sent to the remote.
7344 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7345 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7346
7347 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7348
7349 * signals/signals.c: Include "server.h" in gdbserver build.
7350 (target_signal_from_name): Don't use STREQ.
7351 (_initialize_signals): Likewise. Don't include function in
7352 gdbserver build.
7353
7354 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7355
7356 * signals.c: Moved to...
7357 * signals/signals.c: Here.
7358 * Makefile (signals.o): Update.
7359
7360 2002-03-26 Jeff Law (law@redhat.com)
7361
7362 * somread.c (som_symtab_read): Remove some commented out code and
7363 updated related comments. Do not set the minimal symbol table to
7364 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7365 in a dynamic executable.
7366 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7367 where we are unable to find the minimal symbol for the given
7368 PC value.
7369
7370 2002-03-25 Jeff Law (law@redhat.com)
7371
7372 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7373
7374 2002-03-25 Michal Ludvig <mludvig@suse.cz>
7375
7376 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7377
7378 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7379
7380 * command.h: Update copyright.
7381 (struct cmd_list_element): Replace definition with opaque
7382 declaration.
7383 (enum cmd_types): Document that it will eventually be moved to
7384 cli/cli-decode.h
7385 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7386 (MALLOCED_REPLACEMENT): Delete macro.
7387 * Makefile.in (cli_decode_h): Add $(command_h).
7388 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7389 * top.c: Include "cli/cli-decode.h".
7390 * completer.c: Include "cli/cli-decode.h".
7391 * maint.c: Include "cli/cli-decode.h".
7392 * cli/cli-decode.h: Include "command.h".
7393 (enum command_class): Delete.
7394 (enum cmd_types): Comment out.
7395 (enum cmd_auto_boolean): Delete.
7396 (enum var_types): Delete.
7397
7398 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7399
7400 * cli/cli-decode.c: Include "gdb_assert.h".
7401 (add_set_or_show_cmd): New static function.
7402 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7403 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7404 all fields, such as func, from the set command.
7405
7406 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7407
7408 * MAINTAINERS (sh-elf): Change warning flag to -w.
7409
7410 2002-03-23 Andrew Cagney <cagney@redhat.com>
7411
7412 * defs.h (error): Add printf format attribute.
7413 * thread-db.c (thread_from_lwp): Fix error format string.
7414 * stack.c (parse_frame_specification): Ditto.
7415 * cli/cli-decode.c (undef_cmd_error): Ditto.
7416 * scm-lang.c (scm_lookup_name): Ditto.
7417 * tracepoint.c (trace_error): Ditto.
7418 * remote-utils.c (usage): Ditto.
7419 * remote.c (compare_sections_command): Ditto.
7420 Fix PR gdb/328.
7421
7422 2002-03-22 Andrew Cagney <ac131313@redhat.com>
7423
7424 * gdbtypes.c (append_composite_type_field): New function.
7425 (init_composite_type): New function.
7426 * gdbtypes.h (append_composite_type_field): Declare.
7427 (init_composite_type): Ditto.
7428
7429 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
7430
7431 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7432 function.
7433 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7434 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7435 structure returning convention for SYSV ABI case, but not
7436 for GNU/Linux, FreeBSD, or NetBSD.
7437
7438 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
7439
7440 * symtab.h (lookup_block_symbol): Add mangled_name argument
7441 to prototype.
7442
7443 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7444 with new mangled_name argument.
7445 * linespec.c (decode_line_1): Likewise.
7446 * valops (value_of_this): Likewise.
7447 * symtab.c (lookup_transparent_type): Likewise.
7448 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7449 (lookup_symbol): If we are given a mangled name, pass it down
7450 to lookup_symbol_aux.
7451 (lookup_block_symbol): If we are given a mangled name to check
7452 against, only return symbols which match it.
7453
7454 2002-03-22 Christopher Faylor <cgf@redhat.com>
7455
7456 * win32-nat.c (child_create_inferior): Check for proper shell to use
7457 here, in case the user changes it on the fly.
7458 (_initialize_inftarg): Remove shell path considerations.
7459
7460 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
7461
7462 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7463 for gdbarch_max_register_raw_size and max_register_virtual_size.
7464 Adjust copyright year.
7465
7466 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
7467
7468 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7469 in a function to cover the entire beginning of the function
7470 as well if it does not already.
7471
7472 2002-03-21 Tom Rix <trix@redhat.com>
7473
7474 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7475 (rs6000_ptrace64): Renamed from ptrace64.
7476
7477 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7478
7479 * gdbserver/remote-utils.c (remote_open): Don't call
7480 getprotobyname, we're all using TCP here so just use
7481 IPPROTO_TCP.
7482 * gdbserver/gdbreplay.c (remote_open): Ditto.
7483
7484 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7485
7486 * regcache.c (_initialize_regcache): No need to call
7487 build_regcache() at this time; it gets called whenever
7488 the gdbarch changes.
7489
7490 2002-03-20 David O'Brien <obrien@FreeBSD.org>
7491
7492 * sparc-nat.c: Include sys/param.h where possible.
7493
7494 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
7495
7496 Fix PR gdb/422.
7497 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7498 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7499 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7500 complex types.
7501 * stabsread.c (rs6000_builtin_type): Likewise.
7502 (read_sun_floating_type): Likewise.
7503
7504 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7505
7506 * stabsread.c (read_member_functions): Remove skip code for duplicate
7507 constructor/destructor methods. Use standard parsing for these
7508 methods and just do not chain them to the list of methods after
7509 parsing.
7510
7511 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
7512
7513 * coffread.c: Remove redundant static declarations. Replace
7514 occurrences of `PTR' with `void *'.
7515 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7516 * top.h (quit_cover): Likewise.
7517 * defs.h (catch_errors): Likewise.
7518
7519 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7520
7521 * defs.h (XMALLOC): Define.
7522 * gdb-events.sh (XMALLOC): Delete macro.
7523 * gdb-events.c, gdb-events.h: Regenerate.
7524 * gdbarch.sh (XMALLOC): Delete macro.
7525 * gdbarch.c: Regenerate.
7526 * serial.c (XMALLOC): Delete macro.
7527 * ui-file.c (XMALLOC): Ditto.
7528 * ser-unix.h (XMALLOC): Ditto.
7529 * sh-tdep.c (XMALLOC): Ditto.
7530 * ui-out.c (XMALLOC): Ditto.
7531 * utils.c (XMALLOC): Ditto.
7532 * i386-tdep.c (XMALLOC): Ditto.
7533 * gdb-events.c (XMALLOC): Ditto.
7534 * d10v-tdep.c (XMALLOC): Ditto.
7535 * cli-out.c (XMALLOC): Ditto.
7536
7537 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7538 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7539 * ui-file.c, ui-out.c: Ditto.
7540
7541 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7542
7543 * command.h (struct cmd_list_element): Add field context.
7544 (set_cmd_context, get_cmd_context): Declare.
7545 * cli/cli-decode.h: Ditto.
7546 * cli/cli-decode.c (get_cmd_context): New function.
7547 (set_cmd_context): New function.
7548 (add_cmd): Initialize context.
7549 Part of fixing PR gdb/145 and PR gdb/146.
7550
7551 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7552
7553 * cli/cli-decode.c (cmd_type): New function.
7554 * command.h (cmd_type): Declare.
7555 * infrun.c (set_schedlock_func): Call function cmd_type.
7556 * kod.c (kod_set_os): Call cmd_type.
7557 * cris-tdep.c (cris_version_update): Use function cmd_type.
7558 (cris_mode_update, cris_abi_update): Ditto.
7559
7560 * command.h: (execute_cmd_post_hook): Declare.
7561 (execute_cmd_pre_hook): Declare.
7562 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7563 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7564 functions. Execute pre/post hook while ensuring that afterwords
7565 hook_in is cleared.
7566 * top.c (execute_command): Use execute_cmd_post_hook, and
7567 execute_cmd_pre_hook to execute pre/post commands.
7568 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7569 hook_stop_stub.
7570 (hook_stop_stub): Call execute_cmd_pre_hook.
7571
7572 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7573
7574 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7575 set'' and this leads to a core dump. Move xstrdup of
7576 operating_system to after check that it is not NULL.
7577
7578 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7579
7580 * kod.c (kod_set_os): Remove unnecessary check that
7581 ``command->type'' is set_cmd.
7582
7583 * valprint.c (set_input_radix): Use input_radix.
7584 (set_output_radix): Use output_radix.
7585 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7586 isn't reverted.
7587
7588 2002-03-16 Andrew Cagney <ac131313@redhat.com>
7589
7590 * value.h (struct value): Delete field ``substring_addr''. Change
7591 aligner fields to force_doublest_align, force_longest_align,
7592 force_core_addr_align and force_pointer_aligh.
7593
7594 * value.h (struct value): Fix typo in above change.
7595
7596 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7597
7598 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7599 to fix internal_error from ``maintenance print architecture''.
7600
7601 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7602
7603 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7604 for gcc versions after gcc-2.8.1.
7605
7606 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7607
7608 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7609 for method resolution. Restore adjustment of ``this'' pointer after
7610 calling value_struct_elt, which was accidentally removed during the
7611 HP merge.
7612
7613 2002-03-15 Andrew Cagney <ac131313@redhat.com>
7614
7615 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7616 value_of_register.
7617 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7618 get_saved_register.
7619 * value.h (value_of_register): Update.
7620
7621 2002-03-14 Richard Henderson <rth@redhat.com>
7622
7623 * configure.in: Detect declaration for canonicalize_file_name.
7624 * utils.c (canonicalize_file_name): Declare, if needed.
7625 (gdb_realpath): Prefer realpath if available and usable.
7626 * config.in, configure: Rebuild.
7627
7628 2002-03-14 Richard Henderson <rth@redhat.com>
7629
7630 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7631 a constant array bound.
7632
7633 * MAINTAINERS: Add myself to write-after-approval.
7634
7635 2002-03-14 Michael Snyder <msnyder@redhat.com>
7636
7637 * symfile.c (syms_from_objfile): Return immediately if no syms.
7638 (symbol_file_add): Return immediately if no syms.
7639 (find_sym_fns): Return immediately if no syms.
7640
7641 2002-03-13 Michal Ludvig <mludvig@suse.cz>
7642
7643 * gdbserver/remote-util.c (remote_open): Print remote-side's
7644 IP address when remote debugging over the network.
7645
7646 2002-03-12 David O'Brien <obrien@FreeBSD.org>
7647
7648 * config/sparc/fbsd.mh: Fix copyright.
7649 * config/sparc/fbsd.mt: Likewise.
7650
7651 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
7652
7653 * MAINTAINERS: Fix typo in name of gdb warnings option.
7654 (x86-64): Fix formating so that this can be parsed by awk.
7655
7656 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7657
7658 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7659 * defs.h: Include "gdb/signals.h".
7660 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7661
7662 2002-03-10 Michal Ludvig <mludvig@suse.cz>
7663
7664 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7665 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7666 from x86-64-tdep.h
7667
7668 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7669 Don Howard <dhoward@redhat.com>
7670
7671 * mips-tdep.c (ST0_FR): Define.
7672 (mips2_fp_compat): New function, temporarily disabled.
7673 (mips_read_fp_register_single): New function.
7674 (mips_read_fp_register_double): New function.
7675 (mips_print_register): Use them.
7676 (do_fp_register_row): Likewise.
7677
7678 2002-03-09 Andrew Cagney <ac131313@redhat.com>
7679
7680 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7681 approval''.
7682
7683 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7684
7685 * stabsread.c (read_member_functions): Fix is_stub test for
7686 static member functions, improve comment.
7687
7688 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
7689
7690 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7691 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7692 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7693 commands that set boolean values.
7694 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7695 (arm_rdi_resume): Always initialize PC.
7696 (arm_rdi_open): Don't use rslt as a boolean.
7697 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7698 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7699 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7700 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7701
7702 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
7703
7704 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7705 * configure: Rebuilt.
7706
7707 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7708
7709 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7710 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7711
7712 2002-03-06 Andrew Cagney <ac131313@redhat.com>
7713
7714 * cli/cli-decode.c (set_cmd_completer): New function.
7715 * command.h (set_cmd_completer): Declare.
7716 * cli/cli-decode.h (set_cmd_completer): Ditto.
7717
7718 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7719 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7720 * win32-nat.c (_initialize_inftarg): Ditto.
7721 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7722 * proc-api.c (_initialize_proc_api): Ditto.
7723 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7724 * source.c (_initialize_source): Ditto.
7725 * exec.c (_initialize_exec): Ditto.
7726 * solib.c (_initialize_solib): Ditto.
7727 * top.c (init_main): Ditto.
7728 * tracepoint.c (_initialize_tracepoint): Ditto.
7729 * symfile.c (_initialize_symfile): Ditto.
7730 * printcmd.c (_initialize_printcmd): Ditto.
7731 * infcmd.c (_initialize_infcmd): Ditto.
7732 * corefile.c (_initialize_core): Ditto.
7733
7734 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7735
7736 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7737
7738 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7739
7740 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7741
7742 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7743
7744 * NEWS: Update headings, 5.2 has branched.
7745
7746 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
7747
7748 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7749 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7750 (register_addr, REGISTER_RAW_SIZE): Likewise.
7751 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7752 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7753
7754 2002-03-03 Michal Ludvig <mludvig@suse.cz>
7755
7756 * MAINTAINERS (x86-64): Add myself.
7757 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7758 changed value_ptr -> struct value *
7759
7760 2002-03-01 David O'Brien <obrien@FreeBSD.org>
7761
7762 * configure.host (sparc64-*-freebsd): Add.
7763 * configure.tgt: Likewise.
7764 * config/sparc/fbsd.mh: New file.
7765 * config/sparc/fbsd.mt: Likewise.
7766 * config/sparc/nm-fbsd.h: Likewise.
7767 * config/sparc/tm-fbsd.h: Likewise.
7768
7769 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
7770
7771 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7772 regformats/reg-s390x.dat.
7773
7774 2002-03-01 Andrew Cagney <ac131313@redhat.com>
7775
7776 * utils.c: Add FIXME explaining true/false problem.
7777
7778 2002-02-28 Andrew Cagney <ac131313@redhat.com>
7779
7780 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7781
7782 2002-02-28 Michael Chastain <mec@shout.net>
7783
7784 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7785
7786 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
7787
7788 * gdbserver/linux-s390-low.c: New file.
7789 * regformats/reg-s390.dat: New file.
7790 * regformats/reg-s390x.dat: New file.
7791 * gdbserver/configure.srv: Add S/390.
7792 * gdbserver/Makefile.in: Add S/390.
7793 * configure.tgt: Enable gdbserver for S/390.
7794
7795 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7796
7797 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7798 first line of the doc string for "info dos", except at the end of
7799 the sentence, since the short help stops at the first period.
7800
7801 2002-02-28 Jason Merrill <jason@redhat.com>
7802
7803 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7804
7805 2002-02-27 Fred Fish <fnf@redhat.com>
7806
7807 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7808 comment (dumy -> dummy).
7809
7810 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7811
7812 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7813
7814 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
7815
7816 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7817
7818 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7819
7820 * gdbserver/acconfig.h: New file.
7821 * gdbserver/i387-fp.c: New file.
7822 * gdbserver/i387-fp.h: New file.
7823 * gdbserver/linux-x86-64.c: New file.
7824 * regformats/reg-x86-64.dat: New file.
7825 * configure.tgt: Add x86_64-*-linux* gdbserver support.
7826 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7827 * gdbserver/configure.in: Add support for regsets.
7828 * gdbserver/config.in: Regenerate.
7829 * gdbserver/configure: Regenerate.
7830 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
7831 * gdbserver/linux-low.h: New file.
7832 * gdbserver/linux-low.c: Include "linux-low.h". Add support
7833 for regsets.
7834 * gdbserver/linux-arm-low.c: Include "linux-low.h".
7835 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7836 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7837 * gdbserver/linux-mips-low.c: Include "linux-low.h".
7838 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7839 * gdbserver/linux-sh-low.c: Include "linux-low.h".
7840 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
7841 "i387-fp.h". Add PTRACE_GETREGS and friends.
7842 * gdbserver/regcache.c (supply_register): New function.
7843 (supply_register_by_name): New function.
7844 (collect_register): New function.
7845 (collect_register_by_name): New function.
7846
7847 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7848
7849 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7850 (config.status): Add configure.srv dependency.
7851 (server_h): Add config.h dependency.
7852
7853 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7854
7855 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7856 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7857 * gdbserver/configure.srv: Change i386-*-linux* to use
7858 reg-i386-linux.o.
7859
7860 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7861
7862 * x86-64-tdep.c: Re-indent. Update copyright date.
7863
7864 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7865
7866 From Michal Ludvig <mludvig@suse.cz>:
7867 * x86-64-tdep.c (value.h): Delete.
7868 (gdb_assert.h): Include.
7869 (x86_64_register_convert_to_virtual,
7870 x86_64_register_convert_to_raw ): Add check which lets only
7871 floating-point values to be converted.
7872 (value_push): Delete.
7873 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
7874 (i386_gdbarch_init): Number of register_bytes fixed.
7875
7876 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7877
7878 * MAINTAINERS: Add x86-64 target.
7879
7880 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7881
7882 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
7883 * osfsolib.c (solib_map_sections): Ditto.
7884 * irix5-nat.c (solib_map_sections): Ditto.
7885 * corelow.c (gdb_check_format): Ditto.
7886 * symfile.c (symfile_bfd_open): Ditto.
7887 * solib.c (solib_map_sections): Ditto.
7888 Fix PR gdb/354.
7889
7890 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7891
7892 * remote.c (_initialize_remote): By default, disable ``e'' and
7893 ``E'' step out-of-range packets.
7894
7895 2002-02-26 Andreas Schwab <schwab@suse.de>
7896
7897 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
7898 m68k_linux_frame_saved_pc.
7899 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
7900 in_sigtramp.
7901 (SIGCONTEXT_PC_OFFSET): Remove.
7902 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
7903 m68k_linux_sigtramp_saved_pc): New functions.
7904 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
7905 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
7906 (UCONTEXT_PC_OFFSET): Define.
7907 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
7908 non-RT and RT signal trampolines.
7909
7910 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
7911
7912 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
7913 (TARGET_NBPG, STACK_END_ADDR): Delete
7914 (VARIABLES_INSIDE_BLOCK): Delete.
7915
7916 2002-02-25 Andrew Cagney <ac131313@redhat.com>
7917
7918 * utils.c (perror_with_name): Make string parameter constant.
7919 (print_sys_errmsg): Ditto.
7920 (query): Ditto.
7921 * defs.h (perror_with_name): Update.
7922 (print_sys_errmsg): Update.
7923 (query): Update.
7924
7925 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
7926
7927 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
7928 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
7929
7930 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7931
7932 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
7933 if it already matches the current architecture from the exec file.
7934 Include arch-utils.h for gdbarch_info_init prototype.
7935 * Makefile.in (rs6000-nat.o): Update dependencies.
7936
7937 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
7938
7939 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
7940 list of exported variables.
7941
7942 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
7943
7944 * gdbserver/configure.srv: New file.
7945 * gdbserver/configure.in: Use configure.srv instead
7946 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
7947 from it.
7948 * gdbserver/configure: Regenerated.
7949 * gdbserver/terminal.h: New file.
7950 * gdbserver/Makefile.in: Update for configure changes. Remove
7951 more unneeded include paths.
7952
7953 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7954
7955 From wiz at danbala:
7956 * config/sparc/tm-sp64.h: Fix grammar and typos.
7957 Fix PR gdb/287.
7958
7959 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7960
7961 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
7962 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
7963 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
7964 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
7965 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
7966 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
7967 * s390-tdep.c: Ditto.
7968 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
7969 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
7970 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
7971 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
7972 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
7973 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
7974 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
7975 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
7976 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
7977 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
7978 Fix PR gdb/378.
7979
7980 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7981
7982 * lin-thread.c: Delete file.
7983 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
7984 to gdb_proc_service.h.
7985 * configure: Re-generate.
7986
7987 * ocd.c (ocd_open): Do not try to open the "ocd" device.
7988 * serial.c (serial_open): Delete check for "ocd".
7989 Fix PR gdb/349.
7990
7991 * Makefile.in (linux-thread.o): Delete target.
7992 * linux-thread.c: Delete file.
7993
7994 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
7995 renamed SH files to be consistent.
7996
7997 * symtab.c (sort_search_symbols): Use xfree.
7998
7999 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8000
8001 * arm-linux-tdep.c (arm_linux_init_abi): Register
8002 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8003 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8004 definition with undef, since we don't want the sysvr4 definition.
8005 (SKIP_TRAMPOLINE_CODE): Likewise.
8006
8007 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8008
8009 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8010
8011 * configure.in: (AC_CHECK_FUNCS) Added test for
8012 canonicalize_file_name Regenerated.
8013 * config.in, configure: Regenerated.
8014 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8015 defined use canonicalize_file_name.
8016
8017 2002-02-23 Michael Chastain <mec@shout.net>
8018
8019 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8020
8021 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8022
8023 * README: Remove references to cygnus.com.
8024 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8025 dot com'' form. Remove references to cygnus.com and sourceware.
8026
8027 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8028
8029 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8030 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8031 1003.1-2001 no longer allows "head -1".
8032 * gdb/Makefile.in (version.c): Likewise.
8033 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8034 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8035 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
8036
8037 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8038
8039 * cli/cli-decode.c (cmd_cfunc_eq): New function.
8040 * command.h (cmd_cfunc_eq): Declare.
8041 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8042
8043 * cli/cli-cmds.h (is_complete_command): Change parameter to a
8044 ``struct cmd_list_element *''.
8045 * cli/cli-cmds.c (is_complete_command): Update. Use
8046 cmd_cfunc_eq.
8047 * top.c (execute_command): Pass the command to
8048 is_complete_command.
8049 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8050
8051 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8052
8053 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8054 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8055 architecture defines.
8056 * s390-tdep.c (s390_gdbarch_init): Likewise.
8057
8058 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8059
8060 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8061 (arm_linux_push_arguments): Likewise.
8062 (arm_linux_init_abi): Register them. Also register linux-specific
8063 call_dummy_words.
8064 (find_minsym_and_objfile): Use strcmp, not STREQ.
8065 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8066 (arm_linux_call_dummy_words): Delete declaration.
8067 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8068 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8069 declarations.
8070 (LOWEST_PC): Delete.
8071
8072 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8073
8074 * maint.c (print_section_info): Do not prepend `0x' to filepos
8075 output, it will be handled by local_hex_string_custom.
8076
8077 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8078
8079 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8080 (store_newfpe_double, store_newfpe_extended, store_fpregister)
8081 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8082
8083 2002-02-22 Jim Blandy <jimb@redhat.com>
8084
8085 Indicate that the bcache functions don't change the strings
8086 they're passed.
8087 * bcache.h (bcache, hash): Add `const' keywords to declarations.
8088 * bcache.c (bcache, hash): Add `const' keywords to definitions.
8089
8090 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
8091
8092 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8093
8094 2002-02-21 Christopher Faylor <cgf@redhat.com>
8095
8096 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8097 find the complete path to a loaded DLL.
8098
8099 2002-02-21 Fred Fish <fnf@redhat.com>
8100
8101 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8102 that marks the end of the range of a function, enter a line number
8103 entry that has a line number of zero and a PC offset that matches
8104 the end of the function. This starts a range of PC's for which no
8105 line number information is known.
8106 * symtab.c (find_pc_sect_line): If our best fit is in a range of
8107 PC's for which no line number info is found (line number is zero)
8108 then we didn't find any valid line information.
8109 * symtab.h: Document use of zero line number entry.
8110
8111 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
8112
8113 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8114 (have_ptrace_getvrregs): Define for run time checks.
8115 (gdb_vrregset_t): New type for Altivec register handling.
8116 (fetch_register, store_register): Fetch/store altivec register
8117 when needed.
8118 (fetch_altivec_register, store_altivec_register): New functions.
8119 (supply_vrregset, fill_vrregset): New functions.
8120 (fetch_altivec_registers, store_altivec_registers): New functions.
8121 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8122 registers as well.
8123
8124 2002-02-21 Jiri Smid <smid@suse.cz>
8125
8126 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8127
8128 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8129
8130 * Makefile.in (armnbsd-nat.o): Update dependencies.
8131 * armnbsd-nat.c (supply_gregset): New function. Common code to
8132 supply the integer register set.
8133 (supply_fparegset): New function. Similar for FPA registers.
8134 (fetch_regs, fetch_fp_regs): Use them.
8135 (fetch_core_registers): Likewise.
8136 (fetch_elfcore_registers): New function.
8137 (arm_netbsd_elfcore_fns): New core-file type specification.
8138 (_initialize_arm_netbsd_nat): Register it.
8139
8140 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8141
8142 * armnbsd-nat.c: Include gdbcore.h.
8143 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8144 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8145 'void' to declaration, to shut up ARI.
8146 (fetch_core_registers): Make static. Rewrite using supply_register.
8147 (arm_netbsd_core_fns): New core-file type specification.
8148 (_initialize_arm_netbsd_nat): New function.
8149
8150 2002-02-21 Christopher Faylor <cgf@redhat.com>
8151
8152 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8153 value.
8154
8155 2002-02-20 Christopher Faylor <cgf@redhat.com>
8156
8157 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8158 fails.
8159
8160 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8161
8162 * jv-exp.y (parse_number): Change type of implicit longs
8163 to builtin_type_uint64.
8164
8165 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8166
8167 * gdbserver/linux-low.c (mywait): Change argument to waitpid
8168 to be an integer instead of a `union wait'.
8169
8170 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8171
8172 * mips-linux-nat.c: Call the operating system GNU/Linux.
8173 * mips-linux-tdep.c: Likewise.
8174 * mips-tdep.c: Likewise.
8175
8176 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8177
8178 Fix PR gdb/265.
8179 * jv-exp.y (parse_number): Handle 64-bit integers.
8180
8181 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8182
8183 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
8184 AC_STDC_HEADERS to AC_HEADER_STDC.
8185 * gdbserver/configure: Regenerated.
8186
8187 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8188
8189 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8190 is defined.
8191 * sparc-tdep.c (get_longjmp_target): Likewise.
8192
8193 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8194
8195 * News: Add news about ARM and Multi-arch. Mention the new target
8196 arm*-*-netbsd*.
8197
8198 2002-02-19 Jim Blandy <jimb@redhat.com>
8199
8200 * stabsread.c (error_type_complaint): Improve error message.
8201
8202 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
8203
8204 * gdbserver/README: Update documentation.
8205 * gdbserver/configure.in: Update configury to match documentation.
8206 * gdbserver/Makefile.in: Likewise.
8207 * gdbserver/configure: Regenerated.
8208 * gdbserver/aclocal.m4: New file, generated by aclocal.
8209 * gdbserver/config.in: New file, generated by autoheader.
8210
8211 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8212
8213 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8214 armnbsd-nat.c.
8215
8216 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8217
8218 * arm-tdep.h (enum arm_float_model): New enum.
8219 (struct gdbarch_tdep): Add fp_model.
8220 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
8221 up floating-point conversions until we know the floating-point model
8222 in use by the inferior. Don't complain about being unable to
8223 determine the ABI of the inferior when we don't have one.
8224 (arm_extract_return_value): Support different floating-point models.
8225 (arm_store_return_value): Likewise.
8226 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
8227 ARM_FLOAT_SOFT.
8228 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8229
8230 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8231
8232 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8233 of ``current_gdbarch''.
8234
8235 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8236
8237 * armnbsd-nat.c : ANSIfy all function declarations.
8238 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8239 (fetch_inferior_registers): Re-implement in terms of above.
8240 (store_register, store_regs, store_fp_register, store_fp_regs): New.
8241 (store_inferior_registers): Re-implement in terms of above.
8242
8243 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8244
8245 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
8246 kernel.
8247 * arm-linux-tdep.c: Likewise.
8248 * config/arm/tm-linux.h: Likewise.
8249
8250 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8251
8252 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8253 * config/arm/nbsd.mt (TM_FILE): Delete.
8254 * config/arm/tm-nbsd.h: Delete.
8255
8256 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8257
8258 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8259 Initialize CALL_DUMMY_LENGTH.
8260
8261 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8262
8263 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8264 function.
8265 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8266 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8267 defines one thing and that is incorrect for this port.
8268 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8269
8270 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8271
8272 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8273
8274 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8275
8276 * win32-nat.c (display_selector): New function. Displays information
8277 about the information returned by GetThreadSelectorEntry API function.
8278 (display_selectors): New function. Displays the infomation of
8279 the selector given as argument, or of CS, DS ans FS selectors
8280 if no argument is given.
8281 ( _initialize_inftarg): Add "w32" as info prefix command.
8282 Add "info w32 selector" as command calling display_selectors.
8283
8284 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8285
8286 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8287 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8288 if not defined.
8289
8290 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8291
8292 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8293
8294 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8295
8296 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8297 (arm_fix_call_dummy): Call it.
8298 (arm_call_dummy_breakpoint_offset): Delete.
8299 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8300 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8301
8302 2002-02-18 Andrew Cagney <ac131313@redhat.com>
8303
8304 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8305 Default to func_frame_chain_valid.
8306 * gdbarch.h, gdbarch.c: Re-generate.
8307 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8308
8309 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
8310
8311 * ppc-linux-nat.c: Update copyright.
8312 (fetch_register, store_register): Add tid parameter, don't compute
8313 tid here.
8314 (fetch_ppc_registers, store_ppc_registers): Add tid
8315 parameter. Pass it along to callees.
8316 (fetch_inferior_registers, store_inferior_registers): Compute tid
8317 here, and pass it to calleed functions.
8318 (fill_gregset, supply_fpregset): Clean up formatting.
8319
8320 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8321
8322 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8323 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8324
8325 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8326
8327 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8328 * gdbarch.c gdbarch.h: Regenerate.
8329 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8330 function.
8331 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8332 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8333 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8334
8335 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8336 * arm-tdep.c (arm_get_longjmp_target): New function.
8337 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8338 this to a positive value register arm_get_longjmp_target as the
8339 longjmp handler.
8340 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8341 (arm_linux_init_abi): Set up longjmp description in tdep.
8342 * armnbsd-nat.c (get_longjmp_target): Delete.
8343 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8344 description in tdep.
8345 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8346 (get_longjmp_target): Delete declaration.
8347 (GET_LONGJMP_TARGET): Delete.
8348 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8349 (GET_LONGJMP_TARGET): Delete.
8350
8351 2002-02-17 Kevin Buettner <kevinb@redhat.com>
8352
8353 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8354 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8355 of ``current_gdbarch''.
8356
8357 2002-02-17 Tom Tromey <tromey@redhat.com>
8358
8359 * cli/cli-cmds.c (compare_strings): New function.
8360 (complete_command): Only print each unique item once.
8361 * completer.h (complete_line): Declare.
8362 * completer.c (complete_line): New function.
8363 (line_completion_function): Use it.
8364
8365 2002-02-16 Andrew Cagney <ac131313@redhat.com>
8366
8367 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8368 * gdbarch.h, gdbarch.c: Re-generate.
8369
8370 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8371
8372 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8373
8374 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8375
8376 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8377 * valops.c (value_arg_coerce): Don't take the address of a reference
8378 to convert an argument to a reference.
8379
8380 2002-02-15 Christopher Faylor <cgf@redhat.com>
8381
8382 * win32-nat.c (get_image_name): New function.
8383 (handle_load_dll): Use get_image_name function.
8384 (get_child_debug_event): Avoid registering debug events until possibly
8385 execed process is started.
8386 (child_create_inferior): Allow invocation via shell so that command
8387 line redirection, etc. works ok.
8388 (_initialize_inftarg): Add new command: "set shell" to control whether
8389 a shell is used to start a process.
8390
8391 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8392
8393 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8394 instead of find_register_by_number.
8395 (cannot_store_register): Likewise.
8396
8397 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8398
8399 * dwarf2read.c: Replace fprintf (stderr, ...) by
8400 fprintf_unfiltered (gdb_stderr, ...).
8401
8402 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8403
8404 * gdbserver/gdbserver.1: Document --attach.
8405
8406 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8407
8408 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8409 descriptions.
8410 * arm-tdep.c (arm_default_arm_le_breakpoint)
8411 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8412 (arm_default_thumb_be_breakpoint): New. Initialize them from
8413 traditional breakpoint defines.
8414 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8415 (arm_gdbarch_init): Initialize new breakpoint variables.
8416 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8417 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8418 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8419 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8420 code out to ...
8421 (arm_netbsd_init_abi_common): ... here; new function.
8422 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8423 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8424 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8425 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8426
8427 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8428
8429 * arm-tdep.h (enum arm_abi): New enum.
8430 (struct gdbarch_tdep): New structure.
8431 (LOWEST_PC): Provide a default.
8432 (arm_gdbarch_register_os_abi): Declare new function.
8433 * arm-tdep.c (arm_abi_names): New array.
8434 (process_note_abi_tag_sections): New function.
8435 (get_elfosabi): New function.
8436 (arm_gdbarch_register_os_abi): New function.
8437 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8438 support for that ABI has been built in, then call the appropriate
8439 configuration routine. Use gdbarch_num_regs() to get the number
8440 of registers.
8441 (arm_dump_tdep): New function.
8442 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8443 place-holder functions.
8444 (_initialize_arm_tdep): Register them.
8445 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8446
8447 * armnbsd-tdep.c: New file.
8448 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8449 * config/arm/nbsd.mt (TDEPFILES): Add it.
8450 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8451
8452 * armnbsd-nat.c: Include regcache.h.
8453 * Makefile.in (armnbsd-nat.o): Update dependency list.
8454
8455 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8456
8457 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8458
8459 * gdbserver/Makefile.in: Fix typos in target rules.
8460
8461 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8462
8463 Fix part of PR gdb/267.
8464 * linespec.c (find_methods): Handle constructors specially for now.
8465
8466 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
8467
8468 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8469 handling.
8470 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8471 standard_coerce_float_to_double().
8472
8473 2002-02-14 Christopher Faylor <cgf@redhat.com>
8474
8475 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8476 GDBINIT_FILENAME.
8477
8478 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
8479
8480 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8481 find_variant_by_name, because it confuses the multiarch
8482 framework. Return NULL if there isn't an architecture with the
8483 user supplied name, instead of forcing a different one without
8484 recording the change with the multiarch machinery.
8485 (find_variant_by_name): Delete.
8486
8487 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8488
8489 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8490 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8491
8492 2002-02-13 Martin M. Hunt <hunt@redhat.com>
8493
8494 * stack.c (print_frame_info_base): When calling
8495 print_frame_info_listing_hook, set current_source_symtab.
8496
8497 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8498
8499 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8500 and remove unused $(INCLUDE_DIR).
8501 Add regcache.c to OBS.
8502 Add generated register protocol files to clean target.
8503 Update dependencies for new objects, obsolete old target code.
8504
8505 * gdbserver/linux-low.c: Remove all platform-specific code to
8506 new files. Remove various dead code. Update to use regcache
8507 functionality.
8508 * gdbserver/remote-utils.c (fromhex): Add return statement
8509 to quiet warning.
8510 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8511 constant.
8512 (input_interrupt): Add integer parameter to match prototype
8513 of a signal handler.
8514 (outreg): Use register_data ().
8515 (prepare_resume_reply): Use gdbserver_expedite_regs.
8516 * gdbserver/server.c (main): Dynamically allocate own_buf because
8517 PBUFSIZ is no longer constant. Use registers_to_string () and
8518 registers_from_string ().
8519 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8520 for error (), fatal (), and warning (). Update definition of
8521 PBUFSIZ to use regcache functionality. Add include guard.
8522 * gdbserver/utils.c (fatal): Add missing ``const''.
8523 (warning): New function.
8524
8525 * regformats/regdat.sh: Include "regcache.h" in generated files.
8526 Provide init_registers () function.
8527 * regformats/regdef.h: Add prototype for set_register_cache ().
8528 Add include guard.
8529
8530 * gdbserver/linux-arm-low.c: New file.
8531 * gdbserver/linux-i386-low.c: New file.
8532 * gdbserver/linux-ia64-low.c: New file.
8533 * gdbserver/linux-m68k-low.c: New file.
8534 * gdbserver/linux-mips-low.c: New file.
8535 * gdbserver/linux-ppc-low.c: New file.
8536 * gdbserver/linux-sh-low.c: New file.
8537
8538 * gdbserver/regcache.c: New file.
8539 * gdbserver/regcache.h: New file.
8540
8541 * gdbserver/low-linux.c: Removed obsolete file.
8542
8543 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8544
8545 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8546 * config/i386/linux.mt: Likewise.
8547 * config/ia64/linux.mt: Likewise.
8548 * config/m68k/linux.mh: Likewise.
8549 * config/powerpc/linux.mh: Likewise.
8550 * config/mips/linux.mt: Likewise.
8551
8552 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8553
8554 * config/i386/i386lynx.mh: Mark gdbserver variables
8555 as (currently) obsolete for this target.
8556 * config/i386/nbsd.mt: Likewise.
8557 * config/i386/nbsdelf.mt: Likewise.
8558 * config/m32r/m32r.mt: Likewise.
8559 * config/m68k/m68klynx.mh: Likewise.
8560 * config/m68k/nbsd.mt: Likewise.
8561 * config/m68k/sun3os4.mh: Likewise.
8562 * config/mips/vr5000.mt: Likewise.
8563 * config/ns32k/nbsd.mt: Likewise.
8564 * config/pa/hppabsd.mh: Likewise.
8565 * config/pa/hppaosf.mh: Likewise.
8566 * config/powerpc/nbsd.mt: Likewise.
8567 * config/rs6000/rs6000lynx.mh: Likewise.
8568 * config/s390/s390.mt: Likewise.
8569 * config/s390/s390x.mt: Likewise.
8570 * config/sparc/sparclynx.mh: Likewise.
8571 * config/sparc/sun4os4.mh: Likewise.
8572 * config/i386/x86-64linux.mt: Likewise.
8573 * config/sparc/linux.mh: Likewise.
8574
8575 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8576
8577 * configure.tgt: Configure gdbserver only for known working
8578 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8579 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8580 SUBDIRS if it is configured. Update comment for ${nativefile}.
8581 * configure: Regenerated.
8582
8583 2002-02-13 Michael Snyder <msnyder@redhat.com>
8584
8585 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8586
8587 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8588 (default_gcore_mach): Just return 0, work around a problem in bfd.
8589 (default_gcore_target): OK to return NULL if exec_bfd is null.
8590 (make_mem_sec): Use a cast, avoid a warning.
8591
8592 * procfs.c (find_memory_regions_callback): Use a cast instead of
8593 calling host_pointer_to_address (which complains if
8594 sizeof (host pointer) != sizeof (target pointer)).
8595 (procfs_make_note_section): Avoid overflow in psargs string.
8596
8597 * procfs.c (procfs_make_note_section): Make the default
8598 implementation return an error.
8599
8600 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
8601
8602 * procfs.c (procfs_make_note_section): Provide a default definition
8603 (for alpha-dec-osf4.0f). Fix typos.
8604
8605 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
8606
8607 * linux-proc.c: Add include of regcache.h.
8608 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8609
8610 2002-02-13 Andrew Cagney <ac131313@redhat.com>
8611
8612 From 2002-01-18 Greg McGary <greg@mcgary.org>:
8613 * memattr.c (create_mem_region): Disallow useless empty region.
8614 Regions are half-open intervals, so allow [A..B) [B..C) as
8615 non-overlapping.
8616
8617 2002-02-13 Michael Chastain <mec@shout.net>
8618
8619 * defs.h: Kill CONST_PTR.
8620 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8621 * c-lang.c (c_builtin_types): Likewise.
8622 * ch-lang.c (ch_builtin_types): Likewise.
8623 * f-lang.c (f_builtin_types): Likewise.
8624 * language.c (unknown_builtin_types): Likewise.
8625 * m2-lang.c (m2_builtin_types): Likewise.
8626 * p-lang.c (pascal_builtin_types): Likewise.
8627 * scm-lang.c (c_builtin_types): Likewise.
8628
8629 2002-02-13 Keith Seitz <keiths@redhat.com>
8630
8631 * arm-tdep.h (arm_get_next_pc): Add declaration.
8632
8633 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
8634
8635 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8636 with other related struct-returning functions.
8637 (arm_extract_struct_value_address): New function.
8638 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8639 initialize float_format, double_format and long_double_format as
8640 appropriate to the endianness of the target.
8641 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8642 (arm_use_struct_convention): Delete declaration.
8643 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8644
8645 2002-02-13 Keith Seitz <keiths@redhat.com>
8646
8647 * defs.h (core_addr_to_string_nz): New function.
8648
8649 2002-02-13 Mark Kettenis <kettenis@gnu.org>
8650
8651 Apply missing bits of 2002-01-15 patch.
8652 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8653 (fill_fpregset): Use i387_fill_fsave.
8654
8655 2002-02-12 Keith Seitz <keiths@redhat.com>
8656
8657 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8658 (core_addr_to_string_nz): New function.
8659
8660 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8661
8662 * arm-linux-nat.c: Really include arm-tdep.h.
8663 * config/arm/tm-linux.h (struct type, struct value): Declare.
8664
8665 2002-02-11 Michael Snyder <msnyder@redhat.com>
8666
8667 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8668 (gcore section): Ifdef for Solaris and Unixware only.
8669 (procfs_do_thread_registers): Unixware needs one lwpstatus
8670 per thread (not one prstatus or pstatus).
8671 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8672 not over all gdb threads. For unixware, call elfcore_write_pstatus
8673 once before iterating over threads.
8674
8675 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8676
8677 * arm-tdep.h: New file.
8678 * arm-tdep.c: Include arm-tdep.h.
8679 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8680 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8681 (arm_print_float_info, arm_register_type, convert_to_extended)
8682 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8683 (arm_extract_return_value, arm_register_name): Make static.
8684 (arm_software_single_step): Similarly. Fix types in declaration.
8685 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8686 (arm_store_return_value, arm_store_struct_return): New functions.
8687 (arm_gdbarch_init): Register the above functions. Also register
8688 call_dummy_start_offset, sizeof_call_dummy_words,
8689 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8690 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8691 max_register_virtual_size, register_size. Set up
8692 prologue_cache.saved_regs here, rather than ...
8693 (_initialize_arm_tdep): ... here.
8694 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8695 declarations.
8696 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8697 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8698 (arm_print_float_info, arm_register_type, convert_to_extended)
8699 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8700 (arm_extract_return_value, arm_register_name): Delete declarations.
8701 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8702 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8703 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8704 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8705 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8706 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8707 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8708 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8709 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8710 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8711 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8712 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8713 interface.
8714 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8715 * remote-rdi.c remote-rdp.c: Likewise.
8716 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8717 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8718 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8719 definition.
8720
8721 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8722 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8723 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8724 from non-ARM_ prefixed definitions.
8725 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8726 all uses of above.
8727 * remote-rdi.c remote-rdp.c: Likewise.
8728 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8729
8730 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8731
8732 * arm-tdep.c (arm_frameless_function_invocation)
8733 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8734 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8735 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8736 (arm_pop_frame, arm_get_next_pc): Make static.
8737 (arm_gdbarch_init): Register above in gdbarch structure.
8738 (arm_read_fp): Renamed from arm_target_read_fp.
8739 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8740 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8741 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8742 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8743 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8744 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8745 (arm_pc_is_thumb_dummy): Delete declarations.
8746 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8747 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8748 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8749 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8750
8751 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
8752
8753 * symtab.c (compare_search_syms): New function.
8754 (sort_search_symbols): New function.
8755 (search_symbols): Sort symbols after searching rather than
8756 before.
8757
8758 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8759
8760 * NEWS: Linux -> GNU/Linux.
8761
8762 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8763
8764 * gdbarch.sh: For for level one methods, disallow a definition
8765 when partially multi-arched. Add comments explaining rationale.
8766 * gdbarch.h: Re-generate.
8767
8768 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8769
8770 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8771 multi-arch partial.
8772
8773 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8774
8775 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8776 field. Use diff -u.
8777 * gdbarch.c: Re-generate.
8778
8779 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8780
8781 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8782 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8783 partial.
8784
8785 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8786
8787 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8788 multi-arch partial.
8789 (PUSH_ARGUMENTS): Switch to using predefault.
8790 * gdbarch.c: Regenerate.
8791
8792 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8793
8794 * valops.c (PUSH_ARGUMENTS): Delete definition.
8795 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8796 partial. Default to default_push_arguments.
8797 * gdbarch.h, gdbarch.c: Regenerate.
8798
8799 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8800
8801 * defs.h (throw_exception): Rename return_to_top_level. Update
8802 comments.
8803 * utils.c (error_stream, internal_verror, quit): Ditto.
8804 * top.c (throw_exception, catcher): Ditto.
8805 * sparclet-rom.c (sparclet_load): Ditto.
8806 * remote.c (interrupt_query, minitelnet): Ditto.
8807 * remote-sds.c (interrupt_query): Ditto.
8808 * remote-mips.c (mips_error, mips_kill): Ditto.
8809 * ocd.c (interrupt_query): Ditto.
8810 * monitor.c (monitor_interrupt_query): Ditto.
8811 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8812 * target.h: Update comment.
8813
8814 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
8815
8816 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8817
8818 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8819 default_double_format.
8820 * gdbarch.h, gdbarch.c: Re-generate.
8821 * findvar.c (floatformat_unknown): Delete variable definition.
8822 * doublest.h (floatformat_unknown): Delete variable declaration.
8823
8824 2002-02-09 Jim Blandy <jimb@redhat.com>
8825
8826 * stabsread.c (read_type): Add code to parse Sun's syntax for
8827 prototyped function types.
8828
8829 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8830
8831 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8832 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8833
8834 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8835
8836 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8837 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
8838 now _initialize_xcoffsolib gets called again and overrides the
8839 commands from solib.c in a native configuration.
8840
8841 2002-02-09 Mark Kettenis <kettenis@gnu.org>
8842
8843 * doublest.c (store_typed_floating): Don't try to return a value.
8844 Fixes PR gdb/290.
8845
8846 2002-02-08 Jim Blandy <jimb@redhat.com>
8847
8848 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8849 is prototyped and has no arguments, print its argument list as
8850 `(void)'.
8851
8852 2002-02-08 Chris Demetriou <cgd@broadcom.com>
8853
8854 * MAINTAINERS (write-after-approval): Add myself.
8855 (paper-trail): I've escaped!
8856
8857 2002-02-08 Christopher Faylor <cgf@redhat.com>
8858
8859 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8860 changes.
8861 (_initialize_check_for_gdb_ini): Ditto.
8862
8863 2002-02-08 Martin M. Hunt <hunt@redhat.com>
8864
8865 * win32-nat.c (cygwin_pid_to_str): Fix typo.
8866 xaprintf -> xasprintf.
8867
8868 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
8869
8870 * win32-nat.c: Remove use of printf and sprintf functions.
8871
8872 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
8873
8874 * arm-tdep.c (arm_frame_chain_valid): Make static.
8875 (arm_push_arguments): Likewise.
8876 (arm_gdbarch_init): New function.
8877 (_initialize_arm_tdep): Call it.
8878 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
8879 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
8880 (FRAME_CHAIN_VALID): Delete.
8881 (arm_frame_chain_valid): Delete declaration.
8882 (PUSH_ARGUMENTS): Delete.
8883 (arm_push_arguments): Delete declaration.
8884 (CALL_DUMMY_P): Delete.
8885
8886 2002-02-08 Andrew Cagney <ac131313@redhat.com>
8887 Corinna Vinschen <vinschen@redhat.com>
8888
8889 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
8890 on builtin float types.
8891
8892 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
8893
8894 * utils.c: Include <curses.h> before "bfd.h".
8895 * tui/tui-hooks.c: Likewise.
8896 * tui/tui.c: Likewise.
8897 * tui/tuiCommand.c: Likewise.
8898 * tui/tuiData.c: Likewise.
8899 * tui/tuiDataWin.c: Likewise.
8900 * tui/tuiDisassem.c: Likewise.
8901 * tui/tuiGeneralWin.c: Likewise.
8902 * tui/tuiIO.c: Likewise.
8903 * tui/tuiLayout.c: Likewise.
8904 * tui/tuiRegs.c: Likewise.
8905 * tui/tuiSource.c: Likewise.
8906 * tui/tuiSourceWin.c: Likewise.
8907 * tui/tuiStack.c: Likewise.
8908 * tui/tuiWin.c: Likewise.
8909
8910 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
8911
8912 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
8913 to include space for pseudoregs as well. Update loops accordingly.
8914 (sh_fp_frame_init_saved_regs): Ditto.
8915 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
8916
8917 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8918
8919 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
8920 Add Richard Earnshaw to Arm maintainers.
8921
8922 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8923
8924 * defs.h (warning_begin): Delete declaration.
8925
8926 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
8927 Delete macro.
8928
8929 2002-02-07 Michael Snyder <msnyder@redhat.com>
8930
8931 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
8932 Logic bug, remove misplaced else.
8933
8934 2002-02-07 Klee Dienes <klee@apple.com>
8935
8936 * fork-inferior.c (fork_inferior): Add '!' to the list of
8937 characters that need to be quoted when building a string for the
8938 shell. Quote '!' specifically with a backslash, since CSH chokes
8939 when trying to evaluate "str!str".
8940
8941 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
8942
8943 * rdi-share/host.h: Only provide a typedef for bool if it is not
8944 defined.
8945
8946 2002-02-04 Michael Snyder <msnyder@redhat.com>
8947
8948 * breakpoint.h (enum bptype): Add new overlay event bp type.
8949 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
8950
8951 * breakpoint.c (create_internal_breakpoint): New function.
8952 (internal_breakpoint_number): Moved into create_internal_breakpoint.
8953 (create_longjmp_breakpoint): Use create_internal_breakpoint.
8954 (create_thread_event_breakpoint): Ditto.
8955 (create_solib_event_breakpoint): Ditto.
8956 (create_overlay_event_breakpoint): New function.
8957 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
8958 (update_breakpoints_after_exec): Delete and re-initialize
8959 overlay event breakpoints after an exec. Add FIXME comment
8960 about longjmp breakpoint.
8961 (print_it_typical): Ignore overlay event breakpoints.
8962 (print_one_breakpoint): Ditto.
8963 (mention): Ditto.
8964 (bpstat_what): Do not stop for overlay event breakpoints.
8965 (delete_breakpoint): Don't delete overlay event breakpoints.
8966 (breakpoint_re_set_one): Delete the overlay event breakpoint.
8967 (breakpoint_re_set): Re-create overlay event breakpoint.
8968
8969 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
8970 (overlay_manual_command): Disable overlay breakpoints.
8971 (overlay_off_command): Disable overlay breakpoints.
8972
8973 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8974
8975 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
8976 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
8977 to here from config/tm-arm.h.
8978 (coff_sym_is_thumb): Make static.
8979 (arm_elf_make_msymbol_special): New function.
8980 (arm_coff_make_msymbol_special): New function.
8981 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
8982 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
8983 (coff_sym_is_thumb): Delete declaration.
8984 (arm_elf_make_msymbol_special): Declare.
8985 (arm_coff_make_msymbol_special): Declare.
8986 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
8987 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
8988
8989 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8990
8991 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
8992
8993 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8994
8995 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
8996 * gdbarch.c gdbarch.h: Regenerate.
8997 * arch-utils.c (default_print_float_info): New function.
8998 * arch-utils.h (default_print_float_info): Prototype it.
8999 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9000 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9001 (PRINT_FLOAT_INFO): Document it.
9002
9003 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9004 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9005 (PRINT_FLOAT_INFO): Define.
9006
9007 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9008
9009 * win32-nat.c (_initialize_check_for_gdb_ini):
9010 Add typecast to sprintf argument to suppress a warning.
9011
9012 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
9013
9014 * win32-nat.c (last_sig): Changed type of variable to target_signal,
9015 to allow easier handling of pass state.
9016 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9017 that gives exception name and address.
9018 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
9019 and set last_sig value to ourstatus->value.sig. Some missing
9020 exceptions added.
9021 (child_continue): Correctly report continue_status.
9022 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
9023 TARGET_SIGNAL_0 (new default value).
9024 (child_resume): consider sig argument passed to decide if
9025 the exception should be passed to debuggee or not.
9026
9027 2002-02-05 Michael Snyder <msnyder@redhat.com>
9028
9029 * regcache.c (fetch_register): Call target_fetch_register
9030 only if we don't call FETCH_PSEUDO_REGISTER.
9031 (store_register): Call target_store_register only if we
9032 don't call STORE_PSEUDO_REGISTER.
9033
9034 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
9035
9036 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9037 ELF_MAKE_MSYMBOL_SPECIAL.
9038 * gdbarch.c, gdbarch.h: Regenerate.
9039 * arch-utils.c (default_make_msymbol_special): New function.
9040 * arch-utils.h (default_make_msymbol_special): Export.
9041 * elfread.c (elf_symtab_read): Compile use of
9042 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9043 multiarched.
9044 * coffread.c (coff_symtab_read): Ditto, for
9045 COFF_MAKE_MSYMBOL_SPECIAL.
9046
9047 2002-02-05 Jim Blandy <jimb@redhat.com>
9048
9049 * solib-svr4.c (svr4_truncate_ptr): New function.
9050 (svr4_relocate_section_addresses): Do the address arithmetic with
9051 the appropriate truncation for target addresses, even when
9052 CORE_ADDR is larger than a target address.
9053
9054 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9055
9056 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9057 to (int *).
9058
9059 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9060
9061 * gdbserver/linux-low.c (kill_inferior): Remove commented out
9062 code.
9063
9064 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9065
9066 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9067
9068 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9069
9070 * gdbserver/linux-low.c: Remove unused include files.
9071
9072 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9073
9074 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9075 (read_inferior_memory): Use it.
9076 (write_inferior_memory): Likewise.
9077
9078 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9079
9080 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9081 grubbing through sys_errlist.
9082
9083 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9084
9085 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9086
9087 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9088 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9089
9090 2002-02-04 Andrew Cagney <ac131313@redhat.com>
9091
9092 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9093 (do_sfunc, set_cmd_sfunc): New functions.
9094
9095 * command.h (struct cmd_list_element): Add field func.
9096 * cli/cli-decode.h (struct cmd_list_element): Ditto.
9097 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9098 * cli/cli-decode.h: Ditto.
9099
9100 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9101 (help_all, help_cmd_list): Ditto.
9102 (find_cmd, complete_on_cmdlist): Ditto.
9103 * top.c (execute_command): Ditto.
9104
9105 * cli/cli-setshow.c (do_setshow_command): Call func instead of
9106 function.sfunc.
9107
9108 * infcmd.c (notice_args_read): Fix function signature.
9109
9110 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9111 * cli/cli-decode.c (add_set_cmd): Ditto.
9112 * utils.c (initialize_utils): Ditto.
9113 * maint.c (_initialize_maint_cmds): Ditto.
9114 * infrun.c (_initialize_infrun): Ditto.
9115 * demangle.c (_initialize_demangler): Ditto.
9116 * remote.c (add_packet_config_cmd): Ditto.
9117 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9118 * cris-tdep.c (_initialize_cris_tdep): Ditto.
9119 * proc-api.c (_initialize_proc_api): Ditto.
9120 * kod.c (_initialize_kod): Ditto.
9121 * valprint.c (_initialize_valprint): Ditto.
9122 * top.c (init_main): Ditto.
9123 * infcmd.c (_initialize_infcmd): Ditto.
9124 * corefile.c (_initialize_core): Ditto.
9125 * arm-tdep.c (_initialize_arm_tdep): Ditto.
9126 * arch-utils.c (initialize_current_architecture): Ditto.
9127 (_initialize_gdbarch_utils): Ditto.
9128 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9129
9130 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9131 * wince.c (_initialize_inftarg): Ditto.
9132 * symfile.c (_initialize_symfile): Ditto.
9133 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9134 * language.c (_initialize_language): Ditto.
9135 * arc-tdep.c (_initialize_arc_tdep): Ditto.
9136
9137 2002-02-04 Michael Snyder <msnyder@redhat.com>
9138
9139 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9140
9141 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9142
9143 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9144 Add rules for building the register data files.
9145
9146 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9147
9148 * regformats/regdat.sh: Add braces to the definition of
9149 expedite_regs_${arch}.
9150
9151 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9152
9153 * regformats/regdef.h (struct reg): Add comment describing the
9154 requirements for offset and size fields.
9155
9156 2002-02-04 Andreas Schwab <schwab@suse.de>
9157
9158 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9159 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9160
9161 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
9162
9163 * gdbarch.sh (copyright): Update years in generated header.
9164 (SMASH_TEXT_ADDRESS): Add rule.
9165 * gdbarch.h, gdbarch.c: Re-generate.
9166 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9167 * dbxread.c: Likewise.
9168 * dwarfread.c: Likewise.
9169 * elfread.c: Likewise.
9170 * somread.c: Likewise.
9171
9172 * arm-tdep.c (arm_smash_text_address): New function.
9173 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9174
9175 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9176
9177 Add support for hardware watchpoints on win32 native.
9178 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
9179 CONTEXT_DEBUG_REGISTERS.
9180 (dr variable): New variable. Static array containing a local copy
9181 of debug registers.
9182 (debug_registers_changed): New variable. Reflects when debug registers
9183 are changed and need to be written to inferior.
9184 (debug_registers_used): New variable. Reflects when any debug register
9185 was set, used when new threads are created.
9186 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9187 i386-nat code.
9188 (thread_rec): Set dr array if id is the thread of current_event .
9189 (child_continue, child_resume): Change the debug registers for all
9190 threads if debug_registers_changed.
9191 (child_add_thread): Change the debug registers if debug_registers_used.
9192 * config/i386/cygwin.mh: Add use of i386-nat.o file.
9193 Link nm.h to new nm-cygwin.h file.
9194 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9195 of hardware registers.
9196
9197 2002-02-03 Andrew Cagney <ac131313@redhat.com>
9198
9199 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9200 Restore behavour broken by 2002-01-20 Andrew Cagney
9201 <ac131313@redhat.com> IEEE_FLOAT removal.
9202
9203 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9204
9205 * c-valprint.c (c_val_print): Pass a proper valaddr to
9206 cp_print_class_method.
9207 * valops.c (search_struct_method): If there is only one method
9208 and args is NULL, return that method.
9209
9210 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9211
9212 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9213 accessing tag_name directly.
9214
9215 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9216
9217 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9218 of accessing tag_name directly.
9219
9220 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9221
9222 PR gdb/280
9223 * gdbtypes.c (replace_type): New function.
9224 * gdbtypes.h (replace_type): Add prototype.
9225 * stabsread.c (read_type): Use replace_type.
9226
9227 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
9228
9229 * Makefile.in (memattr.o): Add missing dependencies rule.
9230
9231 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9232
9233 * breakpoint.c (break_at_finish_command): Really export.
9234 (break_at_finish_at_depth_command): Ditto.
9235 (tbreak_at_finish_command): Ditto.
9236 * hppa-tdep.c: Include completer.h.
9237 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9238 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9239
9240 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9241
9242 * utils.c (do_write): New function.
9243 (error_stream): Rewrite combining the code from error_begin and
9244 verror.
9245 (verror): Rewrite using error_stream.
9246 (error_begin): Delete function.
9247
9248 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9249
9250 * utils.c (error_begin): Make static.
9251 * defs.h (error_begin): Delete declaration.
9252
9253 * linespec.c (cplusplus_error): Replace cplusplus_hint.
9254 (decode_line_1): Use cplusplus_error instead of error_begin,
9255 cplusplus_hint and return_to_top_level.
9256 * coffread.c (coff_symfile_read): Use error instead of error_begin
9257 and return_to_top_level.
9258 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9259
9260 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9261
9262 * language.h (type_error, range_error): Make string parameter
9263 constant.
9264 * language.c (warning_pre_print): Delete extern declaration.
9265 * dwarfread.c (warning_pre_print): Ditto.
9266 * language.c (type_error, range_error): Rewrite to use verror and
9267 vwarning instead of warning_begin.
9268
9269 2002-02-01 Michael Snyder <msnyder@redhat.com>
9270
9271 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9272 (set_ignore_count): Move misplaced comment back where it belongs.
9273
9274 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9275
9276 * command.h (NO_FUNCTION): Delete macro.
9277 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9278 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9279 * tracepoint.c (_initialize_tracepoint): Ditto.
9280 * cli/cli-decode.c (add_set_cmd): Ditto.
9281 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9282
9283 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9284
9285 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9286 Update ``this'' pointer when calling virtual functions.
9287
9288 2002-02-01 Michael Snyder <msnyder@redhat.com>
9289
9290 * breakpoint.c (create_temp_exception_breakpoint): Delete.
9291 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9292
9293 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9294
9295 * regformats/reg-arm.dat: New file.
9296 * regformats/reg-i386.dat: New file.
9297 * regformats/reg-ia64.dat: New file.
9298 * regformats/reg-m68k.dat: New file.
9299 * regformats/reg-mips.dat: New file.
9300 * regformats/reg-ppc.dat: New file.
9301 * regformats/reg-sh.dat: New file.
9302 * regformats/regdef.h: New file.
9303 * regformats/regdat.sh: New file.
9304
9305 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
9306
9307 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9308 (arm_frame_args_address, arm_frame_locals_address): New functions.
9309 (arm_frame_num_args): New function.
9310 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9311 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9312 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9313
9314 2002-01-31 Michael Snyder <msnyder@redhat.com>
9315
9316 * breakpoint.c (break_at_finish_command): Export.
9317 (break_at_finish_at_depth_command): Export.
9318 (tbreak_at_finish_command): Export.
9319 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9320 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9321 "tbreak" commands, which are HPPA specific.
9322
9323 * printcmd.c (disassemble_command): Remove an ancient
9324 artifact of an old merge.
9325
9326 * symfile.h (enum overlay_debugging_state):
9327 Define enum constant values for overlay mode.
9328 * symfile.c (overlay_debugging): Use enums instead of literals.
9329 (overlay_is_mapped, overlay_auto_command,
9330 overlay_manual_command): Ditto.
9331
9332 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9333 breakpoint_here_p, breakpoint_inserted_here_p,
9334 breakpoint_thread_match, bpstat_stop_status,
9335 describe_other_breakpoints, check_duplicates, clear_command):
9336 Coding standard fixes.
9337
9338 * target.c (target_xfer_memory): Add spaces, coding standard.
9339 (do_xfer_memory): Add missing line to trust-readonly
9340 code: check bfd SEC_READONLY flag for section.
9341
9342 2002-01-31 Andrew Cagney <ac131313@redhat.com>
9343
9344 * PROBLEMS: Fix typo, 5.1->5.1.1.
9345
9346 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
9347
9348 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9349 data symbols, since we search based on textlow and texthigh.
9350 (find_pc_sect_symtab): Likewise.
9351
9352 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9353
9354 * defs.h (vwarning): Declare.
9355 * utils.c (vwarning): New function.
9356 (warning): Call vwarning.
9357 (warning_begin): Delete function.
9358
9359 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9360 the warning message.
9361 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9362 warning_begin.
9363
9364 2002-01-30 Michael Snyder <msnyder@redhat.com>
9365
9366 * NEWS: Mention "set trust-readonly-sections" command.
9367 Mention generate-core-file command.
9368
9369 2002-01-15 Michael Snyder <msnyder@redhat.com>
9370
9371 * target.c: New command, "set trust-readonly-sections on".
9372 (do_xfer_memory): Honor the suggestion to trust readonly sections
9373 by reading them from the object file instead of from the target.
9374 (initialize_targets): Register command "set trust-readonly-sections".
9375
9376 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9377
9378 * parse.c (target_map_name_to_register): Simplify, search regs and
9379 pseudo-regs using a single loop.
9380
9381 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9382
9383 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9384
9385 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
9386
9387 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9388 * config/i386/i386v42mp.mh: Add i387-nat.o .
9389 * i386v4-nat.c: Include i387-nat.h.
9390 (supply_fpregset): Use i387_supply_fsave.
9391 (fill_fpregset): Use i387_fill_fsave.
9392
9393 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
9394
9395 * arm-tdep.c (arm_call_dummy_words): Define.
9396 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9397 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9398 (CALL_DUMMY_WORDS): Define.
9399 (arm_call_dummy_words): Declare.
9400 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9401 (arm_linux_call_dummy_words): Declare.
9402
9403 2002-01-30 Andreas Schwab <schwab@suse.de>
9404
9405 * m68klinux-nat.c: Fix last change to use regcache_collect
9406 instead of referencing registers[] directly.
9407
9408 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9409
9410 * parse.c (target_map_name_to_register): Delete code wrapped in
9411 #ifdef REGISTER_NAME_ALIAS_HOOK.
9412
9413 2002-01-28 Michael Snyder <msnyder@redhat.com>
9414
9415 * regcache.c (legacy_read_register_gen): Need to be able to
9416 read pseudo-register as well as real register.
9417 (legacy_write_register_gen): Ditto.
9418
9419 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9420
9421 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9422 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9423 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9424 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9425 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9426 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9427 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9428 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9429 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9430 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9431 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9432 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9433 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9434 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9435 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9436 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9437 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9438 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9439 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9440 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9441
9442 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9443
9444 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9445 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9446 (initialize_current_architecture): Update target_byte_order using
9447 information from BFD.
9448 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9449 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9450
9451 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9452
9453 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9454 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9455
9456 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9457 #ifdef INVALID_FLOAT.
9458 * infcmd.c (do_registers_info): Ditto.
9459 * values.c (unpack_double): Ditto. Add comment.
9460
9461 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9462 already commented out.
9463
9464 2002-01-26 Andreas Schwab <schwab@suse.de>
9465
9466 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9467 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9468 registers and add support for PTRACE_GETREGS.
9469
9470 2002-01-24 Andrew Cagney <ac131313@redhat.com>
9471
9472 GDB 5.1.1 released from 5.1 branch.
9473 * NEWS: Add 5.1.1 news.
9474 * README: Sync with 5.1 branch.
9475
9476 2002-01-23 Fred Fish <fnf@redhat.com>
9477
9478 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9479 stabstring on initial malloc. Reallocing will copy it for us,
9480 if necessary.
9481
9482 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9483
9484 * Makefile.in (hpread_h): Delete.
9485 (HFILES_NO_SRCDIR): Remove hpread.h.
9486 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9487 (hpread.o): Update dependencies.
9488 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9489
9490 * hp-psymtab-read.c: Remove file.
9491 * hp-symtab-read.c: Remove file.
9492 * hpread.h: Remove file.
9493
9494 * hpread.c: Merge all contents of hp-psymtab-read.c,
9495 hp-symtab-read.c and hpread.h into this file, as it was prior to
9496 January 1999.
9497
9498 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9499 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9500 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9501 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9502
9503 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9504
9505 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9506 fill_gregset): Call gdbarch_tdep() just once, assign result to
9507 variable and use that, instead of calling the function several
9508 times.
9509
9510 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
9511
9512 * configure.host: Accept sparcv9 as alias for sparc64.
9513 * configure.tgt: Likewise.
9514
9515 2002-01-22 Kevin Buettner <kevinb@redhat.com>
9516
9517 * solib-aix5.c (build_so_list_from_mapfile)
9518 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9519 arguments is not reversed.
9520 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9521 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9522
9523 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
9524
9525 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9526 modified version of obsolete sh_fetch_pseudo_register.
9527 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9528 (sh4_register_read): New function.
9529 (sh_pseudo_register_write): New function. Renamed and modified
9530 version of obsolete sh_store_pseudo_register.
9531 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9532 (sh4_register_write): New function.
9533 (sh_gdbarch_init): Remove setting of gdbarch function
9534 fetch_pseudo_register and store_pseudo_register. Remove setting of
9535 register_convert_to_raw, register_convert_to_virtual,
9536 register_convertible.
9537 (sh_sh4_register_convertible): Delete. No longer needed. All is
9538 taken care by architecture specific functions
9539 register_read/register_write.
9540 (sh_sh4_register_convert_to_virtual): Make static.
9541 (sh_sh4_register_convert_to_raw): Ditto.
9542
9543 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9544
9545 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9546 (floatformat_is_nan, floatformat_mantissa): Ditto.
9547
9548 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9549 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9550 builtin_type_ieee_double_little,
9551 builtin_type_ieee_double_littlebyte_bigword,
9552 builtin_type_m68881_ext, builtin_type_i960_ext,
9553 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9554 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9555 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9556 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9557
9558 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
9559
9560 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9561 parameter. Set frameless flag if it exists and depended of
9562 whether the scanned function is frameless or not.
9563 (xstormy16_skip_prologue): If function is frameless, return
9564 result of xstormy16_scan_prologue().
9565 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9566 call.
9567
9568 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
9569
9570 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9571 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9572 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9573 sh_sh4_register_byte, sh_sh4_register_raw_size,
9574 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9575 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9576 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9577 sh_store_pseudo_register, sh_do_pseudo_register): Call
9578 gdbarch_tdep() just once, assign result to variable and use that,
9579 instead of calling the function several times.
9580
9581 2002-01-20 Mark Kettenis <kettenis@gnu.org>
9582
9583 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9584 macros instead of LAST_FPU_CTRL_REGNUM.
9585 (store_register): Likewise.
9586
9587 2002-01-21 Jim Blandy <jimb@redhat.com>
9588
9589 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9590 is up-to-date before running the program, not just when a program
9591 exits.
9592
9593 2002-01-21 Fred Fish <fnf@redhat.com>
9594
9595 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9596 when we have found all instructions we are looking for.
9597
9598 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9599
9600 * arm-tdep.c (arm_register_name): New function.
9601 (arm_registers_names): Make static.
9602 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9603 (arm_register_name): Declare.
9604 (REGISTER_NAME): Use it.
9605
9606 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9607 Kevin Buettner <kevinb@redhat.com>
9608
9609 Convert arm targets to new FRAME interface.
9610 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9611 (arm_frame_find_save_regs): Delete.
9612 (arm_frame_init_saved_regs): New.
9613 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9614 Allocate extra_info as required. Convert all uses of fsr.regs
9615 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9616 to use extra_info.
9617 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9618 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9619 (check_prologue_cache, save_prologue_cache): Likewise.
9620 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9621 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9622 (FRAME_FIND_SAVED_REGS): Delete.
9623 (arm_frame_find_saved_regs): Delete prototype.
9624 (arm_frame_init_saved_regs): New prototype.
9625 (FRAME_INIT_SAVED_REGS): Define.
9626
9627 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9628
9629 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9630
9631 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9632
9633 From Jeff Law <law@redhat.com>:
9634 * infttrace.c: Include <sys/pstat.h>.
9635 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9636 exec file if the ttrace equivalent fails.
9637
9638 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9639
9640 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9641 (closeLogFile): Ditto.
9642
9643 2002-01-20 Michael Chastain <mec@shout.net>
9644
9645 * top.c (print_gdb_version): Bump copyright year to 2002.
9646
9647 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9648
9649 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9650 Zannoni and Eli Zaretskii.
9651
9652 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9653
9654 * buildsym.c: Update copyright years.
9655 * c-typeprint.c: Likewise.
9656 * dwarf2read.c: Likewise.
9657 * f-typeprint.c: Likewise.
9658 * gdbtypes.c: Likewise.
9659 * gdbtypes.h: Likewise.
9660 * hp-symtab-read.c: Likewise.
9661 * hpread.c: Likewise.
9662 * mdebugread.c: Likewise.
9663 * p-typeprint.c: Likewise.
9664
9665 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9666
9667 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9668 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9669 byte-order selectable.
9670 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9671 * arch-utils.c: Ditto.
9672 (set_endian): Ditto.
9673 (set_endian_from_file): Ditto.
9674 * gdbserver/low-sim.c (create_inferior): Ditto.
9675 * gdbarch.sh: Ditto.
9676 * gdbarch.h: Re-generate.
9677 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9678 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9679 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9680 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9681 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9682 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9683 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9684 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9685 macro definition.
9686 * config/mips/tm-wince.h: Remove #undef of macro
9687 TARGET_BYTE_ORDER_SELECTABLE.
9688 * config/sh/tm-wince.h: Ditto.
9689
9690 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9691
9692 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9693 member function fields. Add accessor macro
9694 TYPE_FN_FIELD_ARTIFICIAL.
9695 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9696 * c-typeprint.c (c_type_print_base): Skip artificial member
9697 functions.
9698
9699 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9700
9701 * f-typeprint.c: Delete unused function f_type_print_args.
9702 * p-typeprint.c: Delete unused function pascal_type_print_args.
9703
9704 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9705
9706 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9707 comment. Add ``artificial'' to ``union field_location''.
9708
9709 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9710
9711 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9712 * mdebugread.c (parse_symbol): Likewise.
9713 * stabsread.c (define_symbol): Likewise.
9714 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9715 initializing TYPE_FIELD_BITPOS to n (obsolete).
9716 (hpread_doc_function_type): Likewise.
9717 * hpread.c (hpread_function_type): Likewise.
9718
9719 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9720
9721 * configure.in (host_makefile_frag): Only require a host makefile
9722 fragment when a native build.
9723 * configure: Re-generate.
9724
9725 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9726
9727 * doublest.h (floatformat_from_type): Declare.
9728 * doublest.c (floatformat_from_type): New function.
9729 (convert_typed_floating): Use.
9730
9731 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9732 call to function floatformat_from_type.
9733
9734 * gdbarch.sh (IEEE_FLOAT): Delete.
9735 * gdbarch.h, gdbarch.c: Re-generate.
9736 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9737 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9738 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9739 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9740 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9741 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9742 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9743 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9744 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9745 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9746 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9747 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9748
9749 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9750 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9751 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9752 * sh-tdep.c (sh_gdbarch_init): Ditto.
9753 * mips-tdep.c (mips_gdbarch_init): Ditto.
9754 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9755 * cris-tdep.c (cris_gdbarch_init): Ditto.
9756
9757 2002-01-20 Jiri Smid <smid@suse.cz>
9758
9759 * configure.host, configure.tgt: Support x86-64.
9760 * NEWS: Note new target x86-64.
9761
9762 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9763 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9764 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9765 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9766 x86-64-linux-nat.o): Fix dependencies.
9767
9768 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9769
9770 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9771 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9772 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9773 * config/sparc/xm-sun4os4.h: Delete file.
9774 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9775
9776 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9777
9778 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9779 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9780 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9781 * config/i386/i386lynx.mh (XM_FILE): Delete.
9782 * config/rs6000/xm-rs6000ly.h: Delete file.
9783 * config/sparc/xm-sparclynx.h: Delete file.
9784 * config/m68k/xm-m68klynx.h: Delete file.
9785 * config/i386/xm-i386lynx.h: Delete file.
9786 * config/xm-lynx.h: Delete file.
9787 * config/djgpp/fnchange.lst: Update.
9788
9789 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9790
9791 * alpha-tdep.c (alpha_register_byte): New function.
9792 (alpha_register_raw_size): Ditto.
9793 (alpha_register_virtual_size): Ditto.
9794 (alpha_skip_prologue_internal): Renamed from
9795 alpha_skip_prologue.
9796 (alpha_skip_prologue): New version that calls
9797 alpha_skip_prologue_internal.
9798 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9799 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9800 second argument from alpha_skip_prologue.
9801 (REGISTER_BYTE): Use alpha_register_byte.
9802 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9803 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9804 (FRAMELESS_FUNCTION_INVOCATION): Use
9805 generic_frameless_function_invocation_not.
9806 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9807 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9808
9809 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9810
9811 * config/mips/xm-news-mips.h: Delete file.
9812 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9813
9814 * config/m88k/xm-m88k.h: Delete file.
9815 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9816 * config/m88k/xm-delta88v4.h: Ditto.
9817 * config/m88k/xm-delta88.h: Ditto.
9818
9819 * config/alpha/xm-fbsd.h: Delete file.
9820 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9821
9822 * config/sparc/xm-sparc.h: Delete file.
9823 * Makefile.in (xm-sun4os4.h): Delete dependency.
9824 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9825 * config/sparc/xm-sun4os4.h: Ditto.
9826 * config/sparc/xm-linux.h: Ditto.
9827
9828 * config/i386/xm-windows.h: Delete file.
9829
9830 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9831
9832 * utils.c: Include <sys/param.h> for MAXPATHLEN.
9833 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9834
9835 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9836
9837 * alpha-tdep.c (alpha_call_dummy_words): New.
9838 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9839 (CALL_DUMMY_P): Define.
9840 (CALL_DUMMY_WORDS): Define.
9841 (SIZEOF_CALL_DUMMY_WORDS): Define.
9842
9843 2002-01-19 Per Bothner <per@bothner.com>
9844
9845 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
9846 isn't NULL, which can happen with some gcj-3.x-produced code.
9847
9848 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9849
9850 * alpha-tdep.c (alpha_register_virtual_type): New function.
9851 (alpha_init_frame_pc_first): Ditto.
9852 (alpha_fix_call_dummy): Ditto.
9853 (alpha_store_struct_return): Ditto.
9854 (alpha_extract_struct_value_address): Ditto.
9855 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9856 alpha_register_virtual_type.
9857 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9858 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9859 alpha_extract_struct_value_address.
9860 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9861 (INIT_FRAME_PC): Use init_frame_pc_noop.
9862 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9863
9864 2002-01-19 Mark Kettenis <kettenis@gnu.org>
9865
9866 * i386gnu-nat.c: Include "i386-tdep.h".
9867 (fetch_fpregs): Simplify code dealing with uninitialized floating
9868 point states such that it doesn't require FP7_REGNUM.
9869
9870 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9871
9872 * alpha-tdep.c (frame_extra_info): New.
9873 (alpha_find_saved_regs): Make static. Use
9874 frame->extra_info.
9875 (alpha_frame_init_saved_regs): New function.
9876 (alpha_frame_saved_pc): Use frame->extra_info.
9877 (temp_saved_regs): Don't declare as struct frame_saved_regs.
9878 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
9879 (init_extra_frame_info): Rename to...
9880 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
9881 (alpha_print_extra_frame_info): New function.
9882 (alpha_frame_locals_address): Ditto.
9883 (alpha_frame_args_address): Ditto.
9884 (alpha_pop_frame): Use frame->extra_info.
9885 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
9886 alpha_frame_args_address.
9887 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
9888 (alpha_find_saved_regs): Remove prototype.
9889 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
9890 (EXTRA_FRAME_INFO): Remove.
9891 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
9892 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
9893
9894 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9895
9896 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
9897 (alpha_cannot_fetch_register): Ditto.
9898 (alpha_cannot_store_register): Ditto.
9899 (alpha_register_convertible): Ditto.
9900 (alpha_use_struct_convention): Ditto.
9901 * config/alpha/tm-alpha.h: Update copyright years.
9902 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
9903 (INNER_THAN): Use core_addr_lessthan.
9904 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
9905 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
9906 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
9907 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
9908 (FRAME_CHAIN): Remove unnecessary cast.
9909
9910 2002-01-18 Andrew Cagney <ac131313@redhat.com>
9911
9912 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
9913 obsolete.
9914
9915 2002-01-18 Andrew Cagney <ac131313@redhat.com>
9916
9917 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
9918 * monitor.c, remote-array.c, remote-bug.c: Ditto.
9919 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
9920 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
9921 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
9922 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
9923 * x86-64-linux-nat.c: Ditto.
9924
9925 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9926
9927 * alpha-tdep.c (alpha_register_name): New function.
9928 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
9929 (REGISTER_NAME): Define.
9930
9931 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9932
9933 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
9934
9935 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9936
9937 * alpha-tdep.c: Update copyright years.
9938 (alpha_next_pc): New function.
9939 (alpha_software_single_step): Ditto.
9940 * config/alpha/tm-alpha.h: Add prototype for
9941 alpha_software_single_step.
9942
9943 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9944
9945 * alphabsd-nat.c: Update copyright years.
9946 (fill_gregset): Use regcache_collect.
9947 (fill_fpregset): Likewise.
9948 (fetch_inferior_registers): Only fetch integer registers
9949 if requested to do so.
9950 (store_inferior_registers): Only store integer registers
9951 if requested to do so.
9952
9953 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9954
9955 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
9956 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
9957 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
9958 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
9959 * config/alpha/fbsd.mh (XDEPFILES): Delete.
9960 * config/arm/linux.mh (XDEPFILES): Delete.
9961 * config/arm/nbsd.mh (XDEPFILES): Delete.
9962 * config/i386/i386dgux.mh (XDEPFILES): Delete.
9963 * config/i386/i386sol2.mh (XDEPFILES): Delete.
9964 * config/i386/i386m3.mh (XDEPFILES): Delete.
9965 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
9966 * config/i386/i386gnu.mh (XDEPFILES): Delete.
9967 * config/i386/fbsd.mh (XDEPFILES): Delete.
9968 * config/i386/i386bsd.mh (XDEPFILES): Delete.
9969 * config/i386/i386sco5.mh (XDEPFILES): Delete.
9970 * config/i386/i386v4.mh (XDEPFILES): Delete.
9971 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
9972 * config/i386/i386sco4.mh (XDEPFILES): Delete.
9973 * config/i386/i386aix.mh (XDEPFILES): Delete.
9974 * config/i386/go32.mh (XDEPFILES): Delete.
9975 * config/i386/cygwin.mh (XDEPFILES): Delete.
9976 * config/i386/i386lynx.mh (XDEPFILES): Delete.
9977 * config/i386/i386mach.mh (XDEPFILES): Delete.
9978 * config/i386/i386v32.mh (XDEPFILES): Delete.
9979 * config/i386/linux.mh (XDEPFILES): Delete.
9980 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
9981 * config/i386/ncr3000.mh (XDEPFILES): Delete.
9982 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
9983 * config/i386/i386sco.mh (XDEPFILES): Delete.
9984 * config/i386/i386v.mh (XDEPFILES): Delete.
9985 * config/i386/nbsd.mh (XDEPFILES): Delete.
9986 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
9987 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
9988 * config/i386/symmetry.mh (XDEPFILES): Delete.
9989 * config/i386/obsd.mh (XDEPFILES): Delete.
9990 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
9991 * config/ia64/linux.mh (XDEPFILES): Delete.
9992 * config/ia64/aix.mh (XDEPFILES): Delete.
9993 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
9994 * config/m68k/dpx2.mh (XDEPFILES): Delete.
9995 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
9996 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
9997 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
9998 * config/m68k/linux.mh (XDEPFILES): Delete.
9999 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10000 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10001 * config/m68k/nbsd.mh (XDEPFILES): Delete.
10002 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10003 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10004 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10005 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10006 * config/m88k/delta88.mh (XDEPFILES): Delete.
10007 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10008 * config/m88k/m88k.mh (XDEPFILES): Delete.
10009 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10010 * config/mips/linux.mh (XDEPFILES): Delete.
10011 * config/mips/irix6.mh (XDEPFILES): Delete.
10012 * config/mips/irix5.mh (XDEPFILES): Delete.
10013 * config/mips/irix4.mh (XDEPFILES): Delete.
10014 * config/mips/irix3.mh (XDEPFILES): Delete.
10015 * config/mips/decstation.mh (XDEPFILES): Delete.
10016 * config/mips/mipsm3.mh (XDEPFILES): Delete.
10017 (NATDEPFILES): Move core-aout.o to here.
10018 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10019 * config/pa/hpux1020.mh (XDEPFILES): Delete.
10020 * config/pa/hppabsd.mh (XDEPFILES): Delete.
10021 * config/pa/hppahpux.mh (XDEPFILES): Delete.
10022 * config/pa/hpux11w.mh (XDEPFILES): Delete.
10023 * config/pa/hppaosf.mh (XDEPFILES): Delete.
10024 * config/pa/hpux11.mh (XDEPFILES): Delete.
10025 * config/powerpc/aix.mh (XDEPFILES): Delete.
10026 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10027 * config/powerpc/linux.mh (XDEPFILES): Delete.
10028 * config/romp/rtbsd.mh: Rename XDEPFILES.
10029 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10030 * config/rs6000/aix4.mh (XDEPFILES): Delete.
10031 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10032 * config/s390/s390.mh (XDEPFILES): Delete.
10033 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10034 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10035 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10036 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10037 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10038 * config/sparc/nbsd.mh (XDEPFILES): Delete.
10039 * config/sparc/linux.mh (XDEPFILES): Delete.
10040 * config/vax/vaxult.mh (XDEPFILES): Delete.
10041 * config/vax/vaxult2.mh (XDEPFILES): Delete.
10042 * Makefile.in (DEPFILES): Remove XDEPFILES.
10043
10044 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10045
10046 * utils.c (internal_verror): Fix comments, default is yes not no.
10047 Update queries to match. Default to quit and dump core.
10048
10049 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10050
10051 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
10052 copyright.
10053 * defs.h, event-top.c, gdbcmd.h: Ditto.
10054 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10055 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10056 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10057 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10058 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10059 * mi/mi-main.c:Ditto.
10060
10061 * stack.c, symfile.c: Update copyright.
10062
10063 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10064
10065 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10066 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10067 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10068 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
10069
10070 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10071
10072 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10073 * gdbserver/low-lynx.c (myattach): Likewise.
10074 * gdbserver/low-nbsd.c (myattach): Likewise.
10075 * gdbserver/low-sim.c (myattach): Likewise.
10076 * gdbserver/low-sparc.c (myattach): Likewise.
10077 * gdbserver/low-sun3.c (myattach): Likewise.
10078
10079 * gdbserver/low-linux.c (myattach): New function.
10080
10081 * gdbserver/server.c (attach_inferior): New function.
10082 (main): Handle "--attach".
10083
10084 2002-01-16 Andrew Cagney <ac131313@redhat.com>
10085
10086 * MAINTAINERS (language support): Daniel Jacobwitz is C++
10087 maintainer.
10088
10089 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
10090
10091 * c-typeprint.c (is_type_conversion_operator): Add additional
10092 check for non-conversion operators.
10093
10094 2002-01-15 Michael Snyder <msnyder@redhat.com>
10095
10096 * linux-proc.c: Add "info proc" command, a la procfs.c.
10097 (read_mapping): New function, abstract and re-use code.
10098 (linux_find_memory_regions): Use new func read_mapping.
10099 (linux_info_proc_cmd): New function, implement "info proc".
10100 (_initialize_linux_proc): Add new command "info proc".
10101
10102 2002-01-15 Michael Snyder <msnyder@redhat.com>
10103
10104 * symfile.c (generic_load): Use bfd_map_over_sections method
10105 instead of manipulating bfd structure members directly.
10106 (add_section_size_callback): New function, bfd sections callback
10107 used by generic_load.
10108 (load_sections_callback): New function, bfd sections callback
10109 used by generic_load.
10110
10111 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
10112
10113 [Based on work by Jim Blandy]
10114 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10115 (builtin_type_vec128): Export.
10116 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10117 types.
10118 (builtin_type_vec128): New builtin type for 128 bit vector
10119 registers.
10120 (build_gdbtypes): Initialize builtin_type_v16qi and
10121 builtin_type_v8hi. Create the vec128 register builtin type
10122 structure.
10123 (build_builtin_type_vec128): New function.
10124 (_initialize_gdbtypes): Register builtin_type_v16qi and
10125 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10126 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10127 AltiVec register to new builtin type.
10128
10129 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
10130
10131 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10132 to make_cv_type.
10133
10134 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10135
10136 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10137 CLEAN_UP_REGISTER_VALUE.
10138 * regcache.c (supply_register): Update only call.
10139
10140 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10141
10142 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10143 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10144 a29k-*-vxworks* targets as obsolete.
10145
10146 2002-01-14 Michael Snyder <msnyder@redhat.com>
10147
10148 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10149 until we can resolve portability issues.
10150 * gregset.h: Remove references to fpxregs.
10151 * gcore.c (gcore_command): Initialize note_sec to NULL.
10152
10153 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10154
10155 * signals.c (target_signal_to_name): Rewrite. Only use
10156 signals[].name when in bounds and non-NULL.
10157
10158 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10159
10160 From Petr Ledvina <ledvinap@kae.zcu.cz>:
10161 * signals.c (target_signal_to_name): Verify that SIG is within the
10162 bounds of the signals array.
10163
10164 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10165
10166 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10167
10168 2002-01-13 Keith Seitz <keiths@redhat.com>
10169
10170 * stack.c (print_frame_info_base): Print the frame's pc
10171 only if when print_frame_info_listing_hook is not defined.
10172
10173 2002-01-13 Keith Seitz <keiths@redhat.com>
10174
10175 * varobj.c (varobj_set_value): Make sure that there were no
10176 errors evaluating the object before attempting to set its
10177 value.
10178 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10179 so this offset adjustment is no longer necessary.
10180 (create_child): Don't set the error flag if the child is
10181 a CPLUS_FAKE_CHILD.
10182 (value_of_child): If value_fetch_lazy fails, return NULL
10183 so that callers will be notified that an error occurred.
10184 (c_value_of_variable): Delay check of variable's validity
10185 until later. We actually want all structs and unions to have
10186 the value "{...}".
10187 Do not return "???" for variables which could not be evaluated.
10188 This error condition must be returned to the caller so that it
10189 can get the error condition from gdb.
10190 (cplus_name_of_child): Adjust index for vptr before figuring
10191 out the name of the child.
10192 (cplus_value_of_child): If a child's (real) parent is not valid,
10193 don't even bother trying to give a value for it. Just return
10194 an error. Change all instances in this function.
10195 (cplus_type_of_child): If our parent is one of the "fake"
10196 parents, we need to get at the type of the real parent, and
10197 derive the child's true type using this information.
10198
10199 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10200
10201 From 2002-01-09 John Marshall <johnm@falch.net>:
10202 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10203 sources.redhat.com, and tweak some related URLs which had
10204 suffered from linkrot.
10205
10206 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10207
10208 From Jeff law:
10209 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10210 structures passed in registers.
10211
10212 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
10213
10214 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10215 white space which prevented compilation. Reported by DSK
10216 <dsk@student.unsw.edu.au>.
10217
10218 2002-01-11 Michael Snyder <msnyder@redhat.com>
10219
10220 * symfile.c (build_section_addr_info_from_section_tab):
10221 Use bfd access method instead of manipulating bfd directly.
10222 (syms_from_objfile): Ditto.
10223 (simple_overlay_update_1): Ditto.
10224 (simple_overlay_update): Ditto.
10225 (generic_load): Ditto.
10226 (overlay_unmapped_address): FIXME comment, bfd access methods.
10227 (sections_overlap): FIXME comment, bfd access methods.
10228 (pc_in_mapped_range): FIXME comment, bfd access methods.
10229 (pc_in_unmapped_range): FIXME comment, bfd access methods.
10230 (section_is_mapped): FIXME comment, bfd access methods.
10231 (section_is_overlay): FIXME comment, bfd access methods.
10232
10233 * symfile.c (generic_load): Whitespace and long line cleanups.
10234 Remove duplicate variable, change several local variables to
10235 more appropriate data types.
10236 (print_transfer_performance): Use %lu instead of %ld for ulongs.
10237
10238 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10239
10240 From Peter Schauer:
10241 * language.c (longest_local_hex_string_custom): Use phex_nz to
10242 convert NUM to a hex string.
10243
10244 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
10245
10246 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10247 the function.
10248 Update Copyright year.
10249
10250 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10251
10252 * language.c (longest_raw_hex_string): Delete unused function.
10253
10254 2002-01-11 Petr Sorfa <petrs@caldera.com>
10255
10256 * MAINTAINERS (write-after-approval): Add myself.
10257 * dwarf2read.c (read_tag_string_type): Handling of
10258 DW_AT_byte_size.
10259 (read_tag_string_type): FORTRAN fix to prevent propagation of
10260 first string size.
10261 (set_cu_language): Handling of DW_LANG_Fortran95
10262
10263 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
10264
10265 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10266 GETPID(inferior_ptid).
10267 (store_inferior_registers): Likewise.
10268
10269 2002-01-10 Jason Merrill <jason@redhat.com>
10270
10271 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10272 Fix DW_OP_minus.
10273
10274 2002-01-10 Andrew Cagney <ac131313@redhat.com>
10275
10276 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10277 and bfd/elf32-sh-nbsd.c.
10278
10279 2002-01-10 Michael Snyder <msnyder@redhat.com>
10280
10281 * NEWS: Mention --pid and corefile/proc-id behavior change.
10282
10283 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10284 * gcore.c: Include cli/cli-decode.h instead of command.h.
10285
10286 * main.c (captured_main): Add new command line option "--pid".
10287 If the second command line argument (following the symbol-file)
10288 begins with a digit, try to attach to it before trying to open
10289 it as a corefile.
10290 (print_gdb_help): Document the "--pid" argument.
10291
10292 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10293
10294 * completer.c (command_completer): New function.
10295
10296 * completer.h <command_completer>: Add prototype.
10297
10298 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10299 completer for the "help" command.
10300
10301 2002-01-09 Jason Merrill <jason@redhat.com>
10302
10303 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10304
10305 2002-01-09 Michael Snyder <msnyder@redhat.com>
10306
10307 * i386-linux-nat.c (fill_fpxregset): Make global.
10308 (store_fpxregset): Ditto.
10309
10310 * gregset.h (gdb_fpxregset_t): Define.
10311 (supply_fpxregset): Prototype.
10312 (fill_fpxregset): Prototype.
10313
10314 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10315
10316 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10317
10318 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10319 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10320 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10321
10322 2002-01-09 Andrew Cagney <ac131313@redhat.com>
10323
10324 * MAINTAINERS: Update target maintainer rules so that any
10325 Maintainer can approve a tested patch for a maintenance-only
10326 target.
10327
10328 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10329
10330 * MAINTAINERS (write-after-approval): Add myself.
10331
10332 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10333 IN_SIGTRAMP.
10334
10335 2002-01-08 Michael Snyder <msnyder@redhat.com>
10336
10337 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10338 real name of the executable, rather than the /proc name.
10339
10340 2002-01-03 Michael Snyder <msnyder@redhat.com>
10341
10342 Implement a "generate-core-file" command in gdb, save target state.
10343 * gcore.c: New file. Implement new command 'generate-core-file'.
10344 Save a corefile image of the current state of the inferior.
10345 * linux-proc.c: Add linux-specific code for saving corefiles.
10346 * target.h (struct target_ops): Add new target vectors for saving
10347 corefiles; to_find_memory_regions and to_make_corefile_notes.
10348 (target_find_memory_regions): New macro.
10349 (target_make_corefile_notes): New macro.
10350 * target.c (update_current_target): Inherit new target methods.
10351 (dummy_find_memory_regions): New place-holder method.
10352 (dummy_make_corefile_notes): New place-holder method.
10353 (init_dummy_target): Initialize new dummy target vectors.
10354 * exec.c (exec_set_find_memory_regions): New function.
10355 Allow the exec_ops vector for memory regions to be taken over.
10356 (exec_make_note_section): New function, target vector method.
10357 * defs.h (exec_set_find_memory_regions): Export prototype.
10358 * procfs.c (proc_find_memory_regions): New function, corefile method.
10359 (procfs_make_note_section): New function, corefile method.
10360 (init_procfs_ops): Set new target vector pointers.
10361 (find_memory_regions_callback): New function.
10362 (procfs_do_thread_registers): New function.
10363 (procfs_corefile_thread_callback): New function.
10364 * sol-thread.c (sol_find_memory_regions): New function.
10365 (sol_make_note_section): New function.
10366 (init_sol_thread_ops): Initialize new target vectors.
10367 * inftarg.c (inftarg_set_find_memory_regions): New function.
10368 Allow to_find_memory_regions vector to be taken over.
10369 (inftarg_set_make_corefile_notes): New function.
10370 Allow to_make_corefile_notes vector to be taken over.
10371 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10372 interface layer if not target_has_execution (may be a corefile).
10373 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10374 * config/sparc/sun4sol2.mh: Ditto.
10375 * config/alpha/alpha-linux.mh: Ditto.
10376 * config/arm/linux.mh: Ditto.
10377 * config/i386/x86-64linux.mh: Ditto.
10378 * config/ia64/linux.mh: Ditto.
10379 * config/m68k/linux.mh: Ditto.
10380 * config/mips/linux.mh: Ditto.
10381 * config/powerpc/linux.mh: Ditto.
10382 * config/sparc/linux.mh: Ditto.
10383
10384 2002-01-07 Michael Snyder <msnyder@redhat.com>
10385
10386 * arm-linux-nat.c: Remove references to regcache.c internal data
10387 (registers[] and register_valid[]).
10388
10389 2002-01-07 Michael Snyder <msnyder@redhat.com>
10390
10391 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10392 so that attaching to a pid will automatically read the process's
10393 symbol file and shlibs.
10394 * Makefile.in: Add rule for linux-proc.o.
10395 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10396 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10397 * config/arm/linux.mh: Ditto.
10398 * config/i386/linux.mh: Ditto.
10399 * config/i386/x86-64linux.mh: Ditto.
10400 * config/ia64/linux.mh: Ditto.
10401 * config/m68k/linux.mh: Ditto.
10402 * config/mips/linux.mh: Ditto.
10403 * config/powerpc/linux.mh: Ditto.
10404 * config/sparc/linux.mh: Ditto.
10405
10406 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10407
10408 * win32-nat.c: Add i386-tdep.h dependency.
10409
10410 2002-01-07 Michael Snyder <msnyder@redhat.com>
10411
10412 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10413 instead of bfd_get_arch_size. Don't bail out just because
10414 there's no exec_bfd.
10415
10416 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10417 * p-valprint.c (pascal_object_print_value): Ditto.
10418 * somread.c (som_symtab_read): Ditto.
10419 * symfile.c (simple_free_overlay_region_table): Ditto.
10420 * valops.c (value_assign): Ditto.
10421
10422 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10423 use tilde_expand and strerror for opening save-tracepoints file.
10424
10425 * thread-db.c (thread_db_new_objfile): Indendation fix.
10426
10427 * infptrace.c (GDB_MAX_ALLOCA): New define.
10428 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10429 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10430 can be overridden with whatever value is appropriate to the host).
10431 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10432 alloca to allocate potentially large buffer.
10433 * rs6000-nat.c (child_xfer_memory): Ditto.
10434 * symm-nat.c (child_xfer_memory): Ditto.
10435 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10436
10437 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10438
10439 From Nick Clifton <nickc@redhat.com>
10440 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10441
10442 2002-01-07 Michael Snyder <msnyder@redhat.com>
10443
10444 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10445 Don't use exec_bfd if it's NULL.
10446
10447 2002-01-06 Mark Kettenis <kettenis@gnu.org>
10448
10449 * valops.c (value_arg_coerce): Fix formatting.
10450
10451 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10452
10453 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10454 * gnu-nat.c: Ditto.
10455
10456 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10457
10458 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10459 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10460 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10461 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10462 z8k-coff have not been multi-arched. Update z8k-coff build
10463 status.
10464
10465 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10466
10467 * MAINTAINERS: Mark a29k target as obsolete.
10468 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10469 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10470 comments.
10471 * NEWS: Note that a29k targets are obsolete.
10472 * a29k-tdep.c: Mark as obsolete.
10473 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10474 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10475 a29k-*-vxworks* targets as obsolete.
10476 * remote-adapt.c: Obsolete.
10477 * remote-eb.c: Obsolete.
10478 * remote-mm.c: Obsolete.
10479 * remote-udi.c: Obsolete.
10480 * config/a29k/a29k-udi.mt: Obsolete.
10481 * config/a29k/a29k.mt: Obsolete.
10482 * config/a29k/tm-a29k.h: Obsolete.
10483 * config/a29k/tm-vx29k.h: Obsolete.
10484 * config/a29k/vx29k.mt: Obsolete.
10485
10486 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10487
10488 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10489 with BFD_ENDIAN_BIG.
10490
10491 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10492
10493 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10494 * configure, config.in: Re-generate.
10495 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10496 * defs.h: Do not include <endian.h>.
10497
10498 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10499
10500 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10501 * config.in: Regenerate.
10502 * configure.in: Update copyright years.
10503 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10504 * configure: Regenerate.
10505 * i386bsd-nat.c: Update copyright years.
10506 (fill_gregset): Use regcache_collect.
10507 (fetch_inferior_registers): Only fetch integer registers
10508 if requested to do so. Add support for XMM registers
10509 using PT_GETXMMREGS.
10510 (store_inferior_registers): Only store integer registers
10511 if requested to do so. Add support for XMM registers
10512 using PT_SETXMMREGS.
10513 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10514 (store_inferior_registers): Remove.
10515 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10516 (fetch_elfcore_registers): New function.
10517 (i386nbsd_elfcore_fns): New.
10518 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10519 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10520 i386bsd-nat.o.
10521 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10522 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10523 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10524 * config/i386/tm-nbsd.h: Update copyright years.
10525 (HAVE_SSE_REGS): Define.
10526 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10527 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10528 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10529 (SIGCONTEXT_PC_OFFSET): Remove.
10530 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10531
10532 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10533
10534 * configure.tgt: Remove powerpc-*-macos* target.
10535 * config/m68k/xm-mpw.h: Delete file.
10536 * config/xm-mpw.h: Delete file.
10537 * ser-mac.c: Delete file.
10538 * mpw-make.sed: Delete file.
10539 * mpw-config.in: Delete file.
10540 * mac-xdep.c: Delete file.
10541 * mac-gdb.r: Delete file.
10542 * mac-defs.h: Delete file.
10543 * mac-nat.c: Delete file.
10544 * config/powerpc/macos.mh: Delete file.
10545 * config/powerpc/macos.mt: Delete file.
10546 * config/powerpc/nm-macos.h: Delete file.
10547 * config/powerpc/tm-macos.h: Delete file.
10548 * source.c (openp, open_source_file): Remove obsolete code.
10549 * top.c (gdb_readline): Ditto.
10550 * utils.c (query): Ditto.
10551 * event-top.c (display_gdb_prompt): Ditto.
10552 * Makefile.in (ser-mac.o): Delete obsolete target.
10553 * NEWS: Update.
10554
10555 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10556
10557 * defs.h (BIG_ENDIAN): Delete macro definition.
10558 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10559 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10560 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10561 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10562 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10563 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10564 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10565 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10566 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10567 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10568 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10569 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10570 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10571 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10572 * gdbarch.c: Re-generate.
10573
10574 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10575
10576 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10577 for core files.
10578
10579 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10580
10581 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10582
10583 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10584
10585 * value.h (value_ptr): Delete typedef.
10586
10587 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10588
10589 * i386nbsd-nat.c: Update copyright years.
10590 Include i386-tdep.h.
10591
10592 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
10593
10594 * stabsread.c: Update copyright years.
10595
10596 From Debashis Mahata <debashis.mahata@wipro.com>:
10597 (read_struct_fields): Deal with Sun C compiler erroneous stab
10598 output for structs and unions.
10599 Fix PR gdb/269.
10600
10601 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10602
10603 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10604 prototype.
10605
10606 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10607
10608 * cp-abi.c: Fix whitespace.
10609 (baseclass_offset): New wrapper function.
10610 * cp-abi.h (baseclass_offset): Add prototype.
10611 (struct cp_abi_ops): Add baseclass_offset pointer.
10612
10613 * valops.c (vb_match): Move to...
10614 * gnu-v2-abi.c (vb_match): here.
10615 * valops.c (baseclass_offset): Move to...
10616 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10617
10618 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10619
10620 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10621 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10622 * hpacc-abi.c (init_hpacc_ops): Likewise.
10623
10624 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10625
10626 * valops.c (find_overload_match): Accept obj as a
10627 reference parameter. Update it before returning.
10628 * value.h (find_overload_match): Update prototype.
10629 * eval.c (evaluate_subexp_standard): Pass object to
10630 find_overload_match by reference.
10631
10632 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10633
10634 * valarith.c: Replace value_ptr with struct value pointer. Remove
10635 register attribute from value declarations.
10636 * valops.c: Ditto.
10637 * value.h: Ditto.
10638 * scm-lang.c (scm_lookup_name): Ditto.
10639
10640 2002-01-03 Michael Snyder <msnyder@redhat.com>
10641
10642 Abstract the functionality of iterating over mapped memory
10643 regions into a general purpose iterator function.
10644 * procfs.c (iterate_over_mappings): New function, general purpose
10645 iterator for memory sections.
10646 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10647 (solib_mappings_callback): New function, callback for above.
10648 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10649 (info_mappings_callback): New function, callback for above.
10650
10651 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10652
10653 2002-01-01 Mark Kettenis <kettenis@gnu.org>
10654
10655 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10656 * i386-tdep.c: Include "elf-bfd.h".
10657 (process_note_abi_tag_sections): New function.
10658 (i386_gdbarch_init): Add code to recognize various OS/ABI
10659 combinations.
10660
10661 * maint.c (_initialize_maint_cmds): Add missing \ in
10662 string-literal.
10663
10664 For older changes see ChangeLog-2001
10665 \f
10666 Local Variables:
10667 mode: change-log
10668 left-margin: 8
10669 fill-column: 74
10670 version-control: never
10671 End: