2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2
3 * p-valprint.c (pascal_val_print): Add support for TYPE_CODE_FLAGS.
4
5 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
6
7 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
8
9 2002-08-19 Aidan Skinner <aidan@velvet.net>
10
11 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
12 ada-valprint.c ada-tasks.c.
13 (YYFILES): Add ada-exp.y.
14 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
15 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
16 (ada-exp.tab.o): New target.
17
18 2002-08-18 Andrew Cagney <ac131313@redhat.com>
19
20 * regcache.c (regcache_xfer_part): New function.
21 (regcache_raw_read_part): New function.
22 (regcache_raw_write_part): New function.
23 (regcache_cooked_read_part): New function.
24 (regcache_cooked_write_part): New function.
25 * regcache.h (regcache_raw_read_part): Declare.
26 (regcache_raw_write_part): Declare.
27 (regcache_cooked_read_part): Declare.
28 (regcache_cooked_write_part): Declare.
29
30 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
31
32 * remote.c (remote_open_1): Add async_p.
33 (remote_async_open_1): Delete.
34 (open_remote_target): Delete.
35 (remote_open, extended_remote_open): Update calls to remote_open_1.
36 (remote_async_open, extended_remote_async_open): Call
37 remote_open_1 instead of remote_async_open_1.
38
39 2002-08-19 Mark Kettenis <kettenis@gnu.org>
40
41 * blockframe.c: Fix a few coding standard violations.
42
43 2002-08-19 Mark Kettenis <kettenis@gnu.org>
44
45 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
46 here from ...
47 * config/i386/tm-i386sco5.h: ... here. File removed.
48 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
49
50 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
51 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
52 (TM_FILE): Set to tm-i386.h.
53 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
54 * config/i386/tm-i386v.h: Remove file.
55 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
56 instead of "i386/tm-i386v.h".
57 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
58 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
59 "i386/tm-i386v.h".
60 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
61 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
62 "i386/tm-i386.h".
63
64 2002-08-18 Mark Kettenis <kettenis@gnu.org>
65
66 * config/i386/nm-i386v.h: Add protection against
67 multiple-inclusion.
68 (i386_register_u_addr): Remove prototype.
69 (register_u_addr): New prototype.
70 (REGISTER_U_ADDR): Redefine accordingly.
71 * i386v-nat.c: Improve several comments.
72 (i386_register_u_addr): Change signature and rename to
73 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
74 ubase variable.
75
76 2002-08-18 Andrew Cagney <ac131313@redhat.com>
77
78 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
79 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
80 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
81 deprecated_extract_return_value.
82 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
83 rename mips_o32o64_push_arguments.
84 (mips_gdbarch_init): Update.
85 (mips_extract_return_value): Delete.
86 (mips_o32_extract_return_value): Clone mips_extract_return_value.
87 (mips_o64_extract_return_value): Clone mips_extract_return_value.
88 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
89 (mips_n32n64_extract_return_value): Clone
90 mips_extract_return_value.
91 (mips_store_return_value): Delete.
92 (mips_o32_store_return_value): Clone mips_store_return_value.
93 (mips_o64_store_return_value): Clone mips_store_return_value.
94 (mips_eabi_store_return_value): Clone mips_store_return_value.
95 (mips_n32n64_store_return_value): Clone mips_store_return_value.
96
97 2002-08-18 Aidan Skinner <aidan@velvet.net>
98
99 * ada-lang.c: Use gdb_string.h instead of <string.h>.
100 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
101
102 2002-08-18 Aidan Skinner <aidan@velvet.net>
103
104 * ada-lang.c: Run through gdb_indent.sh.
105 * ada-lang.h: Run through gdb_indent.sh.
106 * ada-tasks.c: Run through gdb_indent.sh.
107 * ada-typeprint.c: Run through gdb_indent.sh.
108 * ada-valprint.c: Run through gdb_indent.sh.
109
110 2002-08-18 Andrew Cagney <ac131313@redhat.com>
111
112 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
113 ABI.
114
115 2002-08-18 Mark Kettenis <kettenis@gnu.org>
116
117 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
118
119 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
120 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
121
122 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
123 write_register_gen instead of write_register_bytes.
124
125 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
126 i[3456]-*-osf1mk* configurations have been made obsolete.
127 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
128 i[3456]86-*-osf1mk* hosts obsolete.
129 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
130 targets obsolete.
131 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
132 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
133 config/i386/i386m3.mt, config/i386/nm-m3.h,
134 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
135 config/i386/i386mk.mh, config/i386/i386mk.mt,
136 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
137 obsolete.
138 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
139 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
140 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
141
142 2002-08-18 Andrew Cagney <ac131313@redhat.com>
143
144 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
145 (hppa_value_returned_from_stack): Declare.
146 (hppa_extract_return_value): Declare.
147 * config/pa/hppa.mt: New file.
148 * configure.tgt: Recognize hppa*-*-*.
149 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
150
151 2002-08-18 Mark Kettenis <kettenis@gnu.org>
152
153 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
154 comment.
155
156 2002-08-17 Mark Kettenis <kettenis@gnu.org>
157
158 * top.c (gdb_rl_operate_and_get_next): Make sure
159 operate-and-get-next functions correctly even when the history
160 list is completely filled.
161
162 2002-08-18 Andrew Cagney <ac131313@redhat.com>
163
164 * MAINTAINERS (Target Instruction Set Architectures): Rename
165 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
166 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
167 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
168 already listed under Host/Native.
169
170 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
171 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
172 mips*-*-*.
173
174 2002-08-17 Andrew Cagney <ac131313@redhat.com>
175
176 * config/ia64/ia64.mt: New file.
177 * config/alpha/alpha.mt: New file.
178 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
179 ia64-linux-gnu. Mention that ia64-elf is broken.
180 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
181
182 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
183
184 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
185 generic_func_frame_valid instead of func_frame_valid.
186
187 2002-08-16 Joel Brobecker <brobecker@gnat.com>
188
189 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
190 procfs appears to be broken when debugging on multi-processor
191 machines. So enable software single stepping in order to avoid
192 using the procfs interface to do next/step operations, using
193 internal breakpoints instead.
194
195 * infrun.c (handle_inferior_event): Readjust the stop_pc by
196 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
197 make this pc address equal to the value it would have if the
198 system stepping capability was used. Also set a new flag used
199 to ensure that we don't readjust the PC one more time later.
200
201 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
202 address by DECR_PC_AFTER_BREAK when software single step is
203 in use for this architecture, as this has already been taken
204 care of in handle_inferior_event().
205
206 2002-08-16 Joel Brobecker <brobecker@gnat.com>
207
208 * infrun.c (handle_inferior_event): Minor reformatting, to make
209 a rather long condition expression easier to read.
210
211 2002-08-16 Andrew Cagney <ac131313@redhat.com>
212
213 * Makefile.in (gdbtk.o): Move to end of file.
214 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
215 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
216 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
217 (gdbtk-wrapper.o, gdbres.o): Ditto.
218
219 2002-08-16 Andrew Cagney <ac131313@redhat.com>
220
221 * Makefile.in (copying.o): Separate out compile rule.
222 (hpux-thread.o, procfs.o, signals.o): Ditto.
223 (v850ice.o, z8k-tdep.o): Ditto.
224 (tui-file.o): Move to TUI section.
225 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
226 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
227
228 2002-08-16 Joel Brobecker <brobecker@gnat.com>
229
230 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
231 skip_trampoline_code, for better namespace-proofing.
232
233 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
234
235 2002-08-16 Joel Brobecker <brobecker@gnat.com>
236
237 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
238
239 2002-08-16 Joel Brobecker <brobecker@gnat.com>
240
241 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
242 signal, check whether we hit a breakpoint before checking for a
243 single step breakpoint. Otherwise, GDB fails to notice that a
244 breakpoint has been hit when stepping onto a breakpoint.
245
246 2002-08-16 Keith Seitz <keiths@redhat.com>
247
248 * gdb-events.sh (clear_gdb_event_hooks): New function.
249 * gdb-events.c: Regenerate.
250 * gdb-events.h: Regenerate.
251
252 2002-08-16 Andrew Cagney <ac131313@redhat.com>
253
254 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
255 not_a_sw_breakpoint.
256 * breakpoint.h (bpstat_stop_status): Add parameter names.
257
258 2002-08-16 Grace Sainsbury <graces@redhat.com>
259
260 * remote.c (remote_insert_hw_breakpoint)
261 (remote_remove_hw_breakpoint): Fix calculation of length field
262 for Z-packet.
263
264 2002-08-15 Michael Snyder <msnyder@redhat.com>
265
266 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
267 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
268 (supply_fpregset): Ditto.
269
270 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
271 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
272 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
273 (TARGET_READ_SP): Delete.
274 (DO_REGISTERS_INFO): Delete.
275 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
276 Delete.
277 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
278 from macros to functions.
279
280 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
281 (mips_register_convertible, mips_register_convert_to_virtual,
282 mips_register_convert_to_raw): Make static.
283 (mips_read_sp): New function.
284 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
285 (mips_do_registers_info): Make static.
286 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
287 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
288 (mips_register_convert_from_type, mips_register_convert_to_type):
289 New functions.
290 (mips_gdbarch_init): Set up function_start_offset,
291 register_virtual_size, pc_in_sigtramp.
292
293 2002-08-15 Andrew Cagney <ac131313@redhat.com>
294
295 * infcmd.c (vector_info): New function.
296 (_initialize_infcmd): Add command "info vector".
297 (print_vector_info): New function.
298
299 * gdbarch.sh (PRINT_VECTOR_INFO): New method
300 * gdbarch.h, gdbarch.c: Regenerate.
301
302 2002-08-15 Andrew Cagney <ac131313@redhat.com>
303
304 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
305 ``print_all''. Only print vector registers when ``print_all''.
306
307 2002-08-15 Andrew Cagney <ac131313@redhat.com>
308
309 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
310 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
311
312 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
313 Add `args' parameter.
314 * gdbarch.h, gdbarch.c: Regenerate.
315
316 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
317
318 * infcmd.c (float_info): Call print_float_info.
319 (print_float_info): New function. By default, print the
320 floating-point registers.
321
322 * arch-utils.h (default_print_float_info): Delete declaration.
323 * arch-utils.c (default_print_float_info): Delete function.
324
325 2002-08-16 Mark Kettenis <kettenis@gnu.org>
326
327 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
328 out define.
329
330 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
331 FRAME.
332
333 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
334 * configure.host: Make i[3456]86-*-aix host obsolete.
335 * configure.tgt: Make i[3456]86-*-aix target obsolete.
336 * config/i386/i386aix.mh, config/i386/i386aix.mt,
337 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
338 config/i386/xm-i386aix.h: Make files obsolete.
339 * i386aix-nat.c: Make file obsolete.
340 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
341 (i386aix-nat.o): Make target obsolete.
342
343 * config/i386/nm-gnu.h: Removed.
344 * config/i386/nm-i386gnu.h: New file.
345 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
346 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
347 Moved here from ...
348 * config/i386/tm-i386gnu.h: ... here. Removed.
349 * config/i386/xm-i386gnu.h: Removed.
350 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
351 (NAT_FILE): Set to nm-i386gnu.h.
352 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
353 * i386-tdep.c: New file.
354 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
355 (i386gnu-tdep.o): Specify dependencies.
356
357 2002-08-15 Mark Kettenis <kettenis@gnu.org>
358
359 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
360 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
361 Adjust a few comments to reflect reality a bit closer.
362 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
363 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
364 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
365 target_insert_watchpoint, target_remove_watchpoint):
366 Move defines to ...
367 * config/i386/nm-i386sco5.h: ... here.
368 (kernel_u_size): Add prototype. Improve a few comments and add
369 protection against multiple inclusion.
370
371 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
372 out define.
373
374 * uw-thread.c (SP_ARG0): Define if not already defined.
375 * config/i386/tm-i386.h (SO_ARG0): Remove define.
376
377 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
378
379 * config/i386/tm-i386.h: Don't include "regcache.h".
380
381 * i387-tdep.h (i387_print_float_info): New prototype.
382 * i387-tdep.c (print_i387_value, print_i387_ext,
383 print_i387_status_word, print_i387_control_word): Add `struct
384 ui_file *' argument and use it for output.
385 (i387_print_float_info): Renamed from i387_float_info. Add
386 `struct gdbarch *' and `struct ui_file *' arguments and use the
387 latter for output.
388 * i386-tdep.c: Include "i387-tdep.h".
389 (i386_gdbarch_init): Set print_float_info.
390 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
391 (FLOAT_INFO): Remove define.
392
393 2002-08-13 Michael Snyder <msnyder@redhat.com>
394
395 * mips-tdep.c (mips_push_arguments): Rename to
396 mips_eabi_push_arguments, and tune for EABI.
397 (MIPS_REGS_HAVE_HOME_P): Delete.
398 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
399 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
400 Delete references to mips_regs_have_home_p.
401
402 2002-08-14 Keith Seitz <keiths@redhat.com>
403
404 * Makefile.in (install-gdbtk): Create insight plugin directory.
405 Install plugins.tcl file.
406
407 2002-08-14 Keith Seitz <keiths@redhat.com>
408
409 * configure.in: Move SUBDIRS to near top of the file so that
410 --enable options may add things to it.
411 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
412 * configure: Regenerate.
413
414 2002-08-13 Michael Snyder <msnyder@redhat.com>
415
416 * mips-tdep.c (mips_o32o64_push_arguments): New function,
417 cloned from mips_push_arguments, tuned for o32/o64 ABI.
418 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
419
420 2002-08-13 Andrew Cagney <ac131313@redhat.com>
421
422 * vax-tdep.c (vax_get_saved_register): Delete function.
423 (vax_gdbarch_init): Update.
424 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
425 (ns32k_gdbarch_init): Update.
426 * alpha-tdep.c (alpha_get_saved_register): Delete function.
427 (alpha_gdbarch_init): Update.
428
429 2002-08-13 Andrew Cagney <cagney@redhat.com>
430
431 * regcache.c (init_regcache_descr): Overallocate the
432 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
433 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
434 nr_raw_registers.
435 (set_register_cached): Add range checking assertions. Use
436 current_regcache.
437
438 2002-08-13 Mark Kettenis <kettenis@gnu.org>
439
440 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
441 numbers for MMX registers.
442
443 2002-08-13 Andrew Cagney <cagney@redhat.com>
444
445 * i386-tdep.c (i386_gdbarch_init): Use
446 generic_unwind_get_saved_register.
447
448 2002-08-13 Kevin Buettner <kevinb@redhat.com>
449
450 * procfs.c (procfs_can_use_hw_breakpoint): New function.
451 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
452 target vector.
453 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
454 Delete. Add comment regarding this now-deleted target method.
455
456 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
457
458 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
459 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
460 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
461 real PC and the page number (if it's within the memory bank window).
462 (m68hc11_pseudo_register_write): Likewise when saving.
463 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
464 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
465 (m68hc11_register_raw_size): And use 32-bit for it.
466 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
467 16K memory bank is used by the prog; also use the virtual pc.
468
469 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
470
471 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
472 (m68hc11_gdbarch_init): Install it in gdbarch.
473 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
474 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
475 (MSYMBOL_SIZE): New for documentation.
476 (insn_return_kind): Enum to specify how a function returns.
477 (frame_extra_info): Cleanup and record the return mode.
478 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
479 register in address computation.
480 (m68hc11_get_return_insn): New to obtain the return instruction used
481 by the function.
482 (m68hc11_frame_init_saved_regs): Take into account the return
483 instruction used by the function for far and interrupt functions.
484 (m68hc11_init_extra_frame_info): Take into account page register.
485 (m68hc11_frame_args_address): Adjust according to the return mode.
486 (show_regs): Print page register only when it's used.
487
488 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
489
490 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
491 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
492 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
493 registers.
494 (m68hc11_register_raw_size): Likewise.
495
496 2002-08-13 Andrew Cagney <cagney@redhat.com>
497
498 * i386-tdep.c (i386_register_name): Handle mmx registers.
499 (mmx_regnum_p): New function.
500 (i386_mmx_names): New array.
501 (mmx_num_regs): New variable.
502 (i386_pseudo_register_read): New function.
503 (i386_pseudo_register_write): New function.
504 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
505
506 * regcache.c (regcache_raw_read_unsigned): New function.
507 (regcache_raw_read_signed): New function.
508 * regcache.h (regcache_raw_read_unsigned): Declare.
509 (regcache_raw_read_signed): Declare.
510
511 2002-08-13 Andrew Cagney <cagney@redhat.com>
512
513 * regcache.c (regcache_raw_read_as_address): Delete function.
514 (regcache_cooked_read_signed): New function.
515 (regcache_cooked_read_unsigned): New function.
516 * regcache.h (regcache_cooked_read_signed): Declare.
517 (regcache_cooked_read_unsigned): Declare.
518 (regcache_raw_read_as_address): Delete declaration.
519
520 * blockframe.c (generic_read_register_dummy): Use
521 regcache_cooked_read_unsigned.
522 * i386-tdep.c (i386_extract_struct_value_address): Use
523 regcache_cooked_read_unsigned.
524
525 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
526
527 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
528 double sizes according to ELF ABI flags.
529 (gdbarch_tdep): Record elf_flags.
530
531 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
532
533 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
534 (m6812_prolog): They can appear in 68HC12 function prologue.
535 (m68hc11_frame_chain): Cleanup.
536
537 2002-08-12 Andrew Cagney <cagney@redhat.com>
538
539 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
540 declarations.
541 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
542 (i386_linux_register_raw_size): Delete function.
543 (i386_linux_init_abi): Update.
544 * i386-tdep.c (i386_register_raw_size): Delete function.
545 (i386_register_byte): Delete function.
546 (i386_gdbarch_init): Update.
547 (i386_register_size): Delete array.
548 (i386_register_offset): Delete array.
549
550 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
551 (REGISTER_RAW_SIZE): Delete macro.
552 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
553 (REGISTER_BYTE): Delete macro.
554
555 2002-08-11 Aidan Skinner <aidan@velvet.net>
556
557 * ada-lang.c (ada_lookup_partial_symbol)
558 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
559 prototype names so that grep ^func works properly.
560
561 * ada-lang.c (ada_array_element_type)
562 (ada_lookup_partial_symbol): Fix typos in parameter list.
563
564 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
565 Fix prototype names so that grep ^func works properly.
566
567 2002-08-10 Andrew Cagney <cagney@redhat.com>
568 Elena Zannoni <ezannoni@redhat.com>
569 Martin M. Hunt <hunt@redhat.com>
570
571 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
572 (build_builtin_type_vec128i): Set the vector bit.
573 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
574 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
575 (build_builtin_type_vec64): New function.
576 (build_builtin_type_vec64i): New function.
577 (build_gdbtypes): Initialize builtin_type_vec64 and
578 builtin_type_vec64i.
579
580 2002-08-09 Andrew Cagney <cagney@redhat.com>
581
582 * regcache.c (regcache_dump): Compare the register offset
583 with REGISTER_BYTE.
584 * arch-utils.c (generic_register_byte): New function.
585 * arch-utils.h (generic_register_byte): Declare.
586 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
587 * gdbarch.h, gdbarch.c: Regenerate.
588
589 2002-08-09 Andrew Cagney <cagney@redhat.com>
590
591 * regcache.c: Include "gdbcmd.h"
592 (_initialize_regcache): Add commands "maintenance print
593 registers", "maintenance print raw-registers" and "maintenance
594 print cooked-registers".
595 (enum regcache_dump_what): Define.
596 (dump_endian_bytes): New function.
597 (regcache_dump): New function.
598 (regcache_print): New function.
599 (maintenance_print_registers): New function.
600 (maintenance_print_raw_registers): New function.
601 (maintenance_print_cooked_registers): New function.
602 * Makefile.in (regcache.o): Update dependencies.
603
604 2002-08-09 Michael Snyder <msnyder@redhat.com>
605
606 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
607 (mips_push_arguments): Correct some comments. Use paddr_nz
608 for printing addresses in debug output. Replace static
609 allocation using MAX_REGISTER_RAW_SIZE with alloca.
610 (mips_n32n64_push_arguments): New function, cloned from
611 mips_push_arguments and tuned for the n32/n64 ABI.
612 (mips_push_register): Buffer needs dynamic allocation.
613 (mips_print_register): Ditto.
614 (do_gp_register_row): Ditto.
615 (mips_store_return_value): Ditto.
616 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
617
618 2002-08-09 Don Howard <dhoward@redhat.com>
619
620 * memattr.c (mem_info_command): Print special case of upper bound
621 as max CORE_ADDR + 1.
622
623 2002-08-08 Michael Snyder <msnyder@redhat.com>
624
625 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
626 returns structs by ref if they're too big to fit in two registers.
627
628 2002-08-09 Kevin Buettner <kevinb@redhat.com>
629
630 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
631 saved regs value.
632 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
633 mips_find_saved_regs().
634 (mips_pop_frame): Likewise.
635
636 2002-08-09 Kevin Buettner <kevinb@redhat.com>
637
638 * blockframe.c (frame_saved_regs_register_unwind): Revise
639 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
640 frames are in use.
641
642 2002-08-09 Grace Sainsbury <graces@redhat.com>
643
644 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
645 T-packets; the 'a' is not taken as a register number.
646 (remote_check_watch_resources, remote_stopped_by_watchpoint)
647 (remote_stopped_data_address): New functions; add to target
648 vector.
649 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
650 prototypes to match other implementations of this
651 function. replace integer argument with pointer -- the length
652 field in the Z-packet is the length of what is pointed to or 1 if
653 pointer is null. Add to target vector.
654 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
655 target vector.
656
657 From Mark Salter:
658 * remote.c (remote_wait): Add support to extract optional
659 watchpoint information from T-packet. Ignore unrecognized
660 optional info in T-packet.
661 (remote_async_wait): Ditto.
662
663 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
664
665 * cli/cli-dump.c: Change fopen modes to use binary open modes
666 as defined in include/fopen-bin.h throughout.
667
668 2002-08-08 Michael Snyder <msnyder@redhat.com>
669
670 * mips-tdep.c: Minor whitespace and indentation clean-ups.
671
672 2002-08-08 Kevin Buettner <kevinb@redhat.com>
673
674 * doublest.c (store_floating): Avoid floatformat_from_doublest()
675 assertion failure by returning early after a warning.
676
677 2002-08-08 Kevin Buettner <kevinb@redhat.com>
678
679 * mips-tdep.c (mips_find_saved_regs): Make static.
680 (mips_frame_init_saved_regs): New function.
681 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
682 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
683 (mips_find_saved_regs): Delete declaration.
684
685 2002-08-08 Grace Sainsbury <graces@redhat.com>
686
687 * remote.c (remote_wait, remote_async_wait): Change
688 thread_num from int to ULONGEST.
689 (unpack_varlen_hex): Change result parameter from
690 int * to ULONGEST *.
691
692 2002-08-08 Andrew Cagney <ac131313@redhat.com>
693
694 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
695 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
696 powerpc*-*-*.
697 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
698
699 2002-08-08 Andrew Cagney <cagney@redhat.com>
700
701 * gcore.c (override_derive_stack_segment): Delete variable.
702 (preempt_derive_stack_segment): Delete function.
703 (derive_stack_segment): Delete function.
704 (default_derive_stack_segment): Renamed to derive_stack_segment.
705 (override_derive_heap_segment): Delete variable.
706 (preempt_derive_heap_segment): Delete function.
707 (derive_heap_segment): Delete function.
708 (default_derive_heap_segment): Rename to derive_heap_segment.
709
710 2002-08-06 Michael Snyder <msnyder@redhat.com>
711
712 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
713 * mips-tdep.c (mips_EABI_use_struct_convention,
714 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
715 New functions. (mips_use_struct_convention): Delete.
716 (mips_gdbarch_init): set use_gdbarch_convention.
717
718 2002-08-06 Michael Snyder <msnyder@redhat.com>
719
720 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
721 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
722 mips_o32_reg_struct_has_addr): New functions.
723 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
724
725 2002-08-07 Andrew Cagney <ac131313@redhat.com>
726
727 * regcache.c (pseudo_register): Delete function.
728 (fetch_register): Delete function.
729 (store_register): Delete function.
730 (regcache_raw_read, legacy_read_register_gen): Use
731 target_fetch_registers instead of fetch_register.
732 (legacy_write_register_gen, regcache_raw_write): Use
733 target_store_register instead of store_register.
734 (write_register_bytes): Ditto.
735
736 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
737 (STORE_PSEUDO_REGISTER): Delete.
738 * gdbarch.h, gdbarch.c: Regenerate.
739
740 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
741
742 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
743 write dump file binary.
744
745 2002-08-05 Michael Snyder <msnyder@redhat.com>
746
747 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
748 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
749 (mips_gdbarch_init): Set N32 target to be mips64.
750
751 2002-08-06 Kevin Buettner <kevinb@redhat.com>
752
753 * frame.c (find_saved_register): Break out of loop once saved
754 register address is found. Don't mention sparc in loop comment
755 anymore.
756
757 2002-08-06 Kevin Buettner <kevinb@redhat.com>
758
759 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
760 mips_default_saved_regsize to 8.
761
762 2002-08-06 Andrew Cagney <ac131313@redhat.com>
763
764 * gcore.c: Do not include <sys/procfs.h>.
765 * Makefile.in (gcore.o): Update dependencies.
766
767 2002-08-06 Andrew Cagney <cagney@redhat.com>
768
769 * configure.tgt: Make arc-*-* obsolete.
770 * NEWS: Mention that arc-*-* has been identifed as obsolete.
771 * MAINTAINERS: Make arc-elf obsolete.
772 * arc-tdep.c: Make file obsolete.
773 * config/arc/arc.mt: Ditto.
774 * config/arc/tm-arc.h: Ditto.
775
776 2002-08-05 Theodore A. Roth <troth@verinet.com>
777
778 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
779
780 2002-08-05 Andrew Cagney <ac131313@redhat.com>
781
782 * mcore-tdep.c (mcore_gdbarch_init): Use
783 generic_unwind_get_saved_register instead of
784 generic_get_saved_register.
785 * v850-tdep.c (v850_gdbarch_init): Ditto.
786 * frv-tdep.c (frv_gdbarch_init): Ditto.
787 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
788 * s390-tdep.c (s390_gdbarch_init): Ditto.
789 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
790 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
791 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
792
793 2002-08-05 Joel Brobecker <brobecker@gnat.com>
794
795 * objfiles.h: Add missing #include "symfile.h"
796
797 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
798
799 2002-08-04 Andrew Cagney <ac131313@redhat.com>
800
801 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
802 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
803 of FIELD_BITSIZE.
804
805 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
806
807 * NEWS: Cleanup and nitpick.
808
809 2002-08-03 Andrew Cagney <ac131313@redhat.com>
810
811 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
812
813 2002-08-03 Andrew Cagney <ac131313@redhat.com>
814
815 * Makefile.in (gdbtk-bp.o): Update dependencies.
816 (gdbtk-register.o): Ditto.
817 (gdbtk-varobj.o): Ditto.
818
819 2002-08-03 Andrew Cagney <cagney@redhat.com>
820
821 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
822 m68hc11_fetch_pseudo_register.
823 (m68hc11_pseudo_register_write): Replace
824 m68hc11_store_pseudo_register.
825 (m68hc11_gdbarch_init): Update.
826
827 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
828
829 * gdbarch.sh: Include "gdb_string.h".
830 * gdbarch.c: Regenerate.
831
832 * regcache.c: Include "gdb_string.h".
833 * ax-general.c: Ditto.
834 * varobj.c: Ditto.
835 * std-regs.c: Ditto.
836 * fbsd-proc.c: Ditto.
837 * thread.c: Ditto.
838
839 * Makefile.in (regcache.o): Update dependencies.
840 (thread.o, gdbarch.o): Ditto.
841 (ax-general.o, gdbarch.o): Ditto.
842 (varobj.o, std-regs.o): Ditto.
843 (fbsd-proc.o): Specify dependencies.
844
845 2002-08-02 Andrew Cagney <cagney@redhat.com>
846
847 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
848 regnum.
849 (regcache_cooked_write): Ditto.
850
851 2002-08-02 Andrew Cagney <ac131313@redhat.com>
852
853 * regcache.c (regcache_cooked_read): New function.
854 (regcache_cooked_write): New function.
855 (read_register_gen): Rewrite using regcache_cooked_read.
856 (write_register_gen): Rewrite using regcache_cooked_write.
857
858 * regcache.h (regcache_cooked_read, regcache_cooked_write):
859 Declare.
860
861 2002-08-02 Andrew Cagney <cagney@redhat.com>
862
863 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
864 Replace the architecture methods register_read and register_write.
865 * gdbarch.h, gdbarch.c: Regenerate.
866 * regcache.c (init_regcache_descr): Update.
867 (read_register_gen): Update.
868 (write_register_gen): Update.
869 (supply_register): Update comment.
870
871 * sh-tdep.c (sh_gdbarch_init): Update.
872 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
873 `regcache' and `gdbarch' parameters. Make `buffer' a void
874 pointer. Update code.
875 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
876 `regcache' and `gdbarch' parameters. Make `buffer' a constant
877 void pointer. Update code.
878 (sh64_register_write): Delete.
879 (sh4_register_read): Delete.
880 (sh64_register_read): Delete.
881 (sh4_register_write): Delete.
882 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
883 void pointer, `to' parameter a void pointer.
884 (sh_sh64_register_convert_to_raw): Ditto.
885
886 2002-08-01 Kevin Buettner <kevinb@redhat.com>
887
888 * mips-tdep.c (mips_register_virtual_type): Use architecture
889 invariant return values.
890
891 2002-08-01 Andrew Cagney <cagney@redhat.com>
892
893 * linux-proc.c: Include "gdb_string.h".
894 * Makefile.in (linux-proc.o): Update dependency list.
895
896 2002-08-01 Kevin Buettner <kevinb@redhat.com>
897
898 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
899 comment.
900
901 2002-08-01 Grace Sainsbury <graces@redhat.com>
902
903 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
904 to_insert_watchpoint, to_remove_watchpoint,
905 to_stopped_by_watchpoint, to_stopped_data_address,
906 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
907 target vecctor. Define their corresponding macros so they call
908 them.
909
910 * target.c: Add default and debug versions of for
911 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
912 to_insert_watchpoint, to_remove_watchpoint,
913 to_stopped_by_watchpoint, to_stopped_data_address,
914 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
915
916 2002-08-01 Kevin Buettner <kevinb@redhat.com>
917
918 * mips-tdep.c (mips_register_virtual_type): New function.
919 (mips_gdbarch_init): Register mips_register_virtual_type()
920 with gdbarch machinery.
921 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
922 this file instead of tm-bigmips.h.
923 (MIPS_REGSIZE): Delete this macro.
924 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
925 multiarch version in mips-tdep.c will be found.
926
927 2002-08-01 Andrew Cagney <cagney@redhat.com>
928
929 * NEWS: Menion that CHILL has been made obsolete.
930
931 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
932 * gdbserver/Makefile.in: Ditto.
933 * stabsread.c (read_range_type): Ditto.
934 * gdbtypes.h: Ditto.
935 * language.c (binop_type_check): Ditto.
936 (binop_result_type): Ditto.
937 (integral_type): Ditto.
938 (character_type): Ditto.
939 (string_type): Ditto.
940 (boolean_type): Ditto.
941 (structured_type): Ditto.
942 (lang_bool_type): Ditto.
943 (binop_type_check): Ditto.
944 * language.h (_LANG_chill): Ditto.
945 * dwarfread.c (set_cu_language): Ditto.
946 * dwarfread.c (CHILL_PRODUCER): Ditto.
947 * dwarfread.c (handle_producer): Ditto.
948 * expression.h (enum exp_opcode): Ditto.
949 * eval.c: Ditto for comments.
950 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
951 * expprint.c (print_subexp): Ditto.
952 (print_subexp): Ditto.
953 * valops.c (value_cast): Ditto.
954 (search_struct_field): Ditto.
955 * value.h (COERCE_VARYING_ARRAY): Ditto.
956 * symfile.c (init_filename_language_table): Ditto.
957 (add_psymbol_with_dem_name_to_list): Ditto.
958 * valarith.c (value_binop): Ditto.
959 (value_neg): Ditto.
960 * valops.c (value_slice): Ditto.
961 * symtab.h (union language_specific): Ditto.
962 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
963 (SYMBOL_DEMANGLED_NAME): Ditto.
964 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
965 * defs.h (enum language): Ditto.
966 * symtab.c (got_symtab): Ditto.
967 * utils.c (fprintf_symbol_filtered): Ditto.
968
969 * ch-typeprint.c: Make file obsolete.
970 * ch-valprint.c: Make file obsolete.
971 * ch-lang.h: Make file obsolete.
972 * ch-exp.c: Make file obsolete.
973 * ch-lang.c: Make file obsolete.
974
975 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
976 CHILL_LIB.
977 (TARGET_FLAGS_TO_PASS): Ditto.
978 (CHILLFLAGS): Obsolete.
979 (CHILL): Obsolete.
980 (CHILL_FOR_TARGET): Obsolete.
981 (CHILL_LIB): Obsolete.
982 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
983 ch-valprint.c.
984 (HFILES_NO_SRCDIR): Remove ch-lang.h.
985 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
986 ch-lang.o.
987 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
988 targets.
989
990 2002-07-31 Joel Brobecker <brobecker@gnat.com>
991
992 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
993 This does not change anything at the moment, but will be helpful
994 later when full Ada support is integrated.
995
996 2002-07-31 Kevin Buettner <kevinb@redhat.com>
997
998 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
999 help message.
1000
1001 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1002
1003 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1004 and save it in a local variable. Use variable in later test.
1005
1006 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1007
1008 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1009 test. (Thanks to Daniel Jacobowitz.)
1010
1011 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1012
1013 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1014 (mips_abi_strings): Add "n64".
1015 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
1016
1017 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1018
1019 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1020 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1021
1022 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1023
1024 * utils.c (host_pointer_to_address, address_to_host_pointer):
1025 Use gdb_assert() instead of explicit call to internal_error().
1026
1027 2002-07-30 Kevin Buettner <kevinb@redhat.com>
1028
1029 * Makefile.in (rs6000-nat.o): Update dependencies.
1030
1031 From Nicholas Duffek:
1032 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1033 (aix-thread.o): New rule.
1034 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1035 * config/powerpc/aix432.mh: New file.
1036
1037 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1038
1039 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1040 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1041 (fetch_core_registers, ppc_linux_supply_gregset)
1042 (ppc_linux_supply_fpregset): New functions.
1043 (ppc_linux_regset_core_fns): New.
1044 (_initialize_ppc_linux_tdep): Call add_core_fns.
1045 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1046 and ppc_linux_supply_gregset.
1047 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1048 (supply_fpregset): Call ppc_linux_supply_fpregset.
1049 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1050 corelow.o.
1051 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1052
1053 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1054
1055 * symtab.c (lookup_symbol): Demangle before lowercasing.
1056
1057 2002-07-30 Andrew Cagney <ac131313@redhat.com>
1058
1059 * symtab.h: Replace #include "gdb_obstack.h" with opaque
1060 declaration.
1061 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1062 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1063 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1064 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1065 "gdb_string.h".
1066 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1067 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1068 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1069 (avr-tdep.o, mon960-rom.o): Ditto.
1070 (aout_stabs_gnu_h): Define.
1071 (symtab_h): Remove $(gdb_obstack_h).
1072
1073 2002-07-30 Jim Blandy <jimb@redhat.com>
1074
1075 Patch from David Carlton <carlton@math.stanford.edu>:
1076 * gdbinit.in: Move the `dir' commands that add GDB's own source
1077 directory to the search path to the end, so that the `gdb' source
1078 directory will be searched first.
1079
1080 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1081
1082 * gdb_obstack.h: New file.
1083 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1084 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1085 * objfiles.h: Include "gdb_obstack.h".
1086 * Makefile.in (gdb_obstack_h): Define.
1087 (symtab_h): Add $(gdb_obstack_h).
1088 (objfiles_h): Add $(gdb_obstack_h).
1089
1090 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1091 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1092 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1093 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1094 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1095 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1096 * symfile.c, coffread.c, c-typeprint.c: Ditto.
1097 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1098
1099 * Makefile.in (bcache.o): Update dependencies.
1100 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1101 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1102 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1103 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1104 (stabsread.o, symfile.o, symmisc.o): Ditto.
1105 (symtab.o, typeprint.o, macroexp.o): Ditto.
1106 (macrotab.o, mdebugread.o): Ditto.
1107 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1108 (coff_ecoff_h, aout_aout64_h): Define.
1109 (aout_stabs_gnu_h, libaout_h): Define.
1110
1111 2002-07-29 Andrew Cagney <cagney@redhat.com>
1112
1113 * regcache.c (struct regcache_descr): Rename nr_registers to
1114 nr_cooked_registers. Revise comments describing the structure
1115 member fields.
1116 (init_regcache_descr): Update.
1117 (init_legacy_regcache_descr): Update.
1118 (read_register_gen, write_register_gen): When a cooked register in
1119 the raw register range, directly access the value from the raw
1120 register cache.
1121
1122 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1123
1124 * z8k-tdep.c: Do not include "obstack.h".
1125 * h8300-tdep.c, h8500-tdep.c: Ditto.
1126 * m68hc11-tdep.c, sh-tdep.c: Ditto.
1127 * valprint.c, v850-tdep.c: Ditto.
1128 * d10v-tdep.c, mn10300-tdep.c: Ditto.
1129 * mn10200-tdep.c: Ditto.
1130
1131 * Makefile.in (z8k-tdep.o): Update dependencies.
1132 (m68hc11-tdep.o, valprint.o): Ditto.
1133 (v850-tdep.o, d10v-tdep.o): Ditto.
1134 (mn10300-tdep.o, sparc-tdep.o): Ditto.
1135 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1136 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1137 (sh_opc_h, gdb_sim_sh_h): Define.
1138 (elf_sh_h, elf_bfd_h): Define.
1139 (opcode_m68hc11_h): Define.
1140 (OPCODES_SRC, OPCODES_DIR): define.
1141 (OPCODES): Use $(OPCODES_DIR).
1142 (gdb_sim_d10v_h): Rename sim_d10v_h.
1143 (gdb_sim_arm_h): Rename sim_arm_h.
1144
1145 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1146
1147 * utils.c (host_pointer_to_address, address_to_host_pointer):
1148 Change internal_error() message to indicate function responsible
1149 for the error.
1150
1151 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1152
1153 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1154 calls to local_hex_string_custom().
1155
1156 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1157
1158 * irix5-nat.c: Move IRIX shared library support from here...
1159 * solib-irix.c: ...to here. Revised substantially to work with
1160 generic solib framework.
1161
1162 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1163 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1164 * mips-irix-tdep.c: New file.
1165
1166 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1167 (mips-irix-tdep.o, solib-irix.o): New rules.
1168 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1169 solib-irix.o.
1170 * config/mips/irix6.mt (TDEPFILES): Likewise.
1171 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1172
1173 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1174
1175 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
1176 disabled (via ``#if 0'') includes.
1177
1178 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1179
1180 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1181 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1182 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1183 Add support for the fpscr register.
1184 * rs6000-nat.c (regmap, fetch_inferior_registers)
1185 (store_inferior_registers, fetch_core_registers): Likewise.
1186
1187 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1188
1189 * rs6000-nat.c (language.h): Include.
1190 (special_regs): Delete this array.
1191 (regmap): New function.
1192 (fetch_register, store_register): Use regmap() to map gdb
1193 register numbers to ptrace register numbers. Also, use
1194 outputs from regmap() to make decisions regarding type of
1195 ptrace() call to make. In particular, don't compare against
1196 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1197 (fetch_inferior_registers, store_inferior_registers): Where
1198 possible, obtain register numbers from tdep struct. Don't
1199 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1200 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
1201 (LAST_UISA_SP_REGNUM): Delete.
1202
1203 2002-07-25 Kevin Buettner <kevinb@redhat.com>
1204
1205 * rs6000-nat.c (ppc-tdep.h): Include.
1206 (fetch_registers, store_register, fetch_core_registers): Don't
1207 access registers[] directly. Instead, use supply_register() or
1208 regcache_collect() as appropriate.
1209 (find_toc_address): Format hex address with local_hex_string().
1210
1211 2002-07-25 Andrew Cagney <ac131313@redhat.com>
1212
1213 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
1214 bfd/elf32-frv.c.
1215
1216 2002-07-24 Tom Tromey <tromey@redhat.com>
1217
1218 * jv-exp.y: Marked all strings with _().
1219 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
1220 internal_error.
1221 (MethodInvocation, CastExpression, parse_number, yyerror,
1222 java_type_from_name, push_expression_name, yylex): Typo fixes.
1223
1224 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
1225
1226 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
1227 (tee_file_flush, tee_file_write, tee_file_fputs)
1228 (tee_file_isatty): New.
1229 * ui-file.h (tee_file_new): Add prototype.
1230
1231 2002-07-24 Aidan Skinner <aidan@velvet.net>
1232
1233 * ada-lang.c: Change k&r style function definitions to prototyped
1234 form.
1235 * ada-typeprint.c: Change k&r style function definitions to prototyped
1236 form.
1237 * ada-valprint.c: Change k&r style function definitions to prototyped
1238 form.
1239
1240 2002-07-24 Andrew Cagney <cagney@redhat.com>
1241
1242 * README: Remove reference to remote-bug.
1243 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
1244 remote-bug.c.
1245 (m88k-nat.o): Delete rule.
1246 (m88k-tdep.o): Delete rule.
1247 (remote-bug.o): Delete rule.
1248 * MAINTAINERS: Mark as obsolete.
1249 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
1250 * m88k-tdep.c: Make file obsolete.
1251 * config/m88k/m88k.mh: Ditto.
1252 * config/m88k/delta88v4.mh: Ditto.
1253 * config/m88k/delta88v4.mt: Ditto.
1254 * config/m88k/delta88.mt: Ditto.
1255 * config/m88k/delta88.mh: Ditto.
1256 * remote-bug.c: Ditto.
1257 * config/m88k/tm-delta88.h: Ditto.
1258 * config/m88k/nm-delta88v4.h: Ditto.
1259 * config/m88k/xm-delta88.h: Ditto.
1260 * config/m88k/xm-dgux.h: Ditto.
1261 * config/m88k/tm-m88k.h: Ditto.
1262 * config/m88k/nm-m88k.h: Ditto.
1263 * config/m88k/tm-delta88v4.h: Ditto.
1264 * m88k-nat.c: Ditto.
1265 * cxux-nat.c: Ditto.
1266 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
1267 and m88*-*-* obsolete.
1268 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
1269 m88*-*-* obsolete.
1270
1271 2002-07-24 Andrew Cagney <cagney@redhat.com>
1272
1273 * findvar.c (extract_unsigned_integer): Make `addr' parameter
1274 constant. Same for local pointer variables.
1275 (extract_signed_integer): Ditto.
1276 * defs.h (extract_unsigned_integer): Update.
1277 (extract_signed_integer): Update.
1278
1279 2002-07-24 Kevin Buettner <kevinb@redhat.com>
1280
1281 * gdbserver/configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
1282 * gdbserver/configure: Regenerate.
1283 * gdbserver/config.in: Regenerate.
1284
1285 2002-07-24 Andrew Cagney <cagney@redhat.com>
1286
1287 * regcache.c (regcache_raw_write): Change buf parameter to a
1288 constant void pointer.
1289 (regcache_raw_read): Change buf parameter to a void pointer.
1290 (legacy_write_register_gen): Change myaddr parameter a constant
1291 void pointer.
1292 (supply_register): Change val parameter to a const void pointer.
1293 * regcache.h (regcache_raw_write): Update declaration.
1294 (regcache_raw_read): Update declaration.
1295 (supply_register): Update declaration.
1296
1297 2002-07-24 Tom Tromey <tromey@redhat.com>
1298
1299 * defs.h (gdb_readline_wrapper): Declare.
1300 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
1301 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
1302 * top.c (gdb_readline_wrapper): New function.
1303 (command_line_input): Use it.
1304
1305 2002-07-24 Andrew Cagney <cagney@redhat.com>
1306
1307 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
1308 regcache_read and regcache_write.
1309 (regcache_raw_read_as_address): Replace regcache_read_as_address.
1310 * regcache.c: Update.
1311 * sh-tdep.c (sh64_push_arguments): Update comment.
1312 (sh_pseudo_register_read): Update.
1313 (sh_pseudo_register_write): Update.
1314 (sh4_register_read): Update.
1315 (sh4_register_write): Update.
1316 (sh64_pseudo_register_read): Update.
1317 (sh64_pseudo_register_write): Update.
1318 (sh64_register_read): Update.
1319 (sh64_register_write): Update.
1320 * i386-tdep.c (i386_extract_return_value): Update.
1321 (i386_extract_struct_value_address): Update.
1322 (i386_extract_return_value): Update.
1323 * blockframe.c (generic_read_register_dummy): Update.
1324 (generic_call_dummy_register_unwind): Update
1325 * infrun.c (write_inferior_status_register): Update.
1326
1327 2002-07-23 Jim Blandy <jimb@redhat.com>
1328
1329 * parser-defs.h (expression_context_pc): Make this extern.
1330 (Thanks to Michael Snyder.)
1331
1332 2002-07-23 Andrew Cagney <ac131313@redhat.com>
1333
1334 GDB 5.2.1 released from 5.2 branch.
1335 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
1336 * README: Update to mention 5.2.1.
1337
1338 2002-07-23 Mark Salter <msalter@redhat.com>
1339
1340 * remote.c (remote_read_bytes): Fix check for error.
1341
1342 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1343
1344 * aix-thread.c (language.h): Include.
1345 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1346 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
1347 Print newlines at end of debug messages.
1348 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
1349 (pdc_write_data): Use local_hex_string() instead of %llx formats.
1350
1351 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1352
1353 * aix-thread.c (ppc-tdep.h): Include.
1354 (special_register_p): New function.
1355 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
1356 (store_regs_user_thread): Use register number information from
1357 gdbarch_tdep struct instead of hardcoded offsets relative to
1358 FIRST_UISA_SP_REGNUM.
1359 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
1360 special_register_p() instead of using FPLAST_REGNUM and
1361 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
1362 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
1363 will be MQ's register number.
1364
1365 2002-07-22 Michael Snyder <msnyder@redhat.com>
1366
1367 * aix-thread.c (ops): Rename to aix_thread_ops.
1368 (base_ops): Rename to base_target.
1369 (ops_attach): Rename to aix_thread_attach.
1370 (ops_detach): Rename to aix_thread_detach.
1371 (ops_resume): Rename to aix_thread_detach.
1372 (ops_wait): Rename to aix_thread_wait.
1373 (ops_kill): Rename to aix_thread_kill.
1374 (init_ops): Rename to init_aix_thread_ops.
1375 (ops_fetch_register): Rename to aix_thread_fetch_register.
1376 (ops_store_register): Rename to aix_thread_store_register.
1377 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
1378 (ops_thread_alive): Rename to aix_thread_thread_alive.
1379 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
1380 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
1381 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
1382 (fetch_regs_lib): Rename to fetch_regs_user_thread.
1383 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
1384 (store_regs_lib): Rename to store_regs_user_thread.
1385 (store_regs_kern): Rename to store_regs_kernel_thread.
1386
1387 2002-07-22 Michael Snyder <msnyder@redhat.com>
1388
1389 * aix-thread.c (ops_prepare_to_store): Eliminate.
1390 (init_ops): Don't initialize ops.prepare_to_store.
1391 (store_regs_kern): Pre-fetch register buffers from child,
1392 because some registers may not be in the cache. Copy
1393 regs from register cache only if they are cached.
1394 (store_regs_lib): Copy regs from register cache only
1395 if they are cached.
1396 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
1397 fill_gprs64): Ditto.
1398
1399 2002-07-22 Kevin Buettner <kevinb@redhat.com>
1400
1401 * aix-thread.c (gdb_assert.h): Include.
1402 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
1403 register sizes (from register cache) match size of buffer holding
1404 register data.
1405 (fill_sprs32): Change parameter types to match those in the ptrace()
1406 buffer.
1407 (store_regs_lib): Likewise, but for 32-bit temporary variables.
1408 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
1409
1410 2002-07-22 Michael Snyder <msnyder@redhat.com>
1411
1412 * aix-thread.c (supply_sprs64): Cosmetic change.
1413 (supply_sprs32): Cosmetic change.
1414 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
1415 (fill_sprs64): Use regcache_collect instead of read_register.
1416 (store_regs_lib): Use regcache_collect instead of
1417 read_register. Use fill_sprs32 instead of fill_sprs64,
1418 if debugging a 32-bit architecture.
1419 (store_regs_kern): Use fill_gprs64 etc. to pull the values
1420 out of the register cache, instead of passing a pointer into
1421 the register cache directly to ptrace. Use regcache_collect
1422 insteaad of read_register.
1423 (ops_prepare_to_store): Use target_read_registers instead
1424 of read_register_bytes.
1425
1426 2002-07-20 Aidan Skinner <aidan@velvet.net>
1427
1428 * MAINTAINERS: Add self under write after approval.
1429
1430 2002-07-20 Aidan Skinner <aidan@velvet.net>
1431
1432 * ada-tasks.c: Change k&r style function definitions to prototyped
1433 form.
1434
1435 2002-07-19 Andrew Cagney <ac131313@redhat.com>
1436
1437 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
1438 * x86-64-tdep.c: Include "objfiles.h".
1439 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
1440 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
1441
1442 2002-07-17 Michal Ludvig <michal@suse.cz>
1443
1444 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
1445 (update_context): Initialise cfa variable.
1446
1447 2002-07-17 Michael Snyder <msnyder@redhat.com>
1448
1449 * aix-thread.c: Shorten some long lines.
1450 Bring comments into line with code spec.
1451
1452 2002-07-18 Joel Brobecker <brobecker@gnat.com>
1453
1454 * infrun.c: Re-indent using gdb_indent.sh.
1455
1456 2002-07-18 Joel Brobecker <brobecker@gnat.com>
1457
1458 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
1459 Leave the indentation temporarily untouched, to minimize the diffs.
1460
1461 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
1462
1463 * stabsread.c: Make os9k sections of the code obsolete,
1464 for real this time.
1465 * stabsread.h: Make os9k sections of the code obsolete.
1466
1467 2002-07-18 Michal Ludvig <mludvig@suse.cz>
1468
1469 * linux-low.c (regsets_store_inferior_registers): Add free()
1470 at the end of a loop to prevent memory leak.
1471 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
1472 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
1473 * config/sparc/tm-sp64linux.h: Make the rest of #endif
1474 line a comment.
1475 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
1476
1477 2002-07-17 Jim Blandy <jimb@redhat.com>
1478
1479 * macrocmd.c (info_macro_command): Remove newline from error
1480 message.
1481
1482 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
1483
1484 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
1485 (sh_gdbarch_init): Use it for sh-dsp.
1486
1487 2002-07-16 Kevin Buettner <kevinb@redhat.com>
1488
1489 * dwarf2read.c (read_initial_length): Handle older, non-standard,
1490 64-bit DWARF2 format.
1491
1492 2002-07-16 Joel Brobecker <brobecker@gnat.com>
1493
1494 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
1495 <sys/proc.h> when not available.
1496
1497 2002-07-16 Andrew Cagney <ac131313@redhat.com>
1498
1499 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
1500 * stabsread.c: Make os9k sections of the code obsolete.
1501 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
1502 * config/i386/i386os9k.mt: Make file obsolete.
1503 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
1504 (COMMON_OBS): Remove os9kread.o
1505 (SFILES): Remove os9kread.c.
1506 (os9kread.o, remote-os9k.o): Make target obsolete.
1507 * remote-os9k.c: Make file obsolete.
1508 * os9kread.c: Make file obsolete.
1509 * Makefile.in
1510
1511 2002-07-16 Andrew Cagney <ac131313@redhat.com>
1512
1513 * NEWS: Mention that the FR30 has been made obsolete.
1514 * fr30-tdep.c: Make file obsolete.
1515 * config/fr30/tm-fr30.h: Ditto.
1516 * config/fr30/fr30.mt: Ditto.
1517 * configure.tgt: Make fr30-*-elf obsolete.
1518 * MAINTAINERS: Make fr30-elf obsolete.
1519
1520 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
1521
1522 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
1523 found is not inside a section.
1524
1525 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1526
1527 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
1528 strerror().
1529 (pdc_realloc): Use xrealloc() instead of realloc().
1530
1531 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1532
1533 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
1534 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
1535 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
1536 macros.
1537
1538 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1539
1540 * aix-thread.c (ptrace_check): Eliminate goto.
1541 (sync_threadlists): Eliminate gotos. Also, fix array overrun
1542 problem.
1543
1544 2002-07-15 Kevin Buettner <kevinb@redhat.com>
1545
1546 * aix-thread.c (gdbcmd.h): Include.
1547 (DEBUG, DBG, DBG2, dbg): Eliminate.
1548 (debug_aix_thread): New static global.
1549 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
1550 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
1551 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
1552 invocations to DBG and DBG2 macros to test against
1553 ``debug_aix_thread'' and call fprintf_unfiltered().
1554 (_initialize_aix_thread): Add new command "set debug aix-thread".
1555
1556 2002-07-15 Andrew Cagney <ac131313@redhat.com>
1557
1558 From Gerhard Tonn <TON@de.ibm.com>:
1559 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
1560 instead of supply_register.
1561
1562 2002-07-15 Andrew Cagney <ac131313@redhat.com>
1563
1564 * dwarf2cfi.c: Include "gdb_assert.h".
1565 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
1566 non-NULL.
1567 (update_context): Do not use __func__. Add missing ``break''.
1568 (update_context): Do not use __func__.
1569
1570 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
1571
1572 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
1573 and its setting. Set gdbarch instruction printing functions
1574 directly. For non-rs6000 case use new function
1575 gdb_print_insn_powerpc.
1576 (gdb_print_insn_powerpc): New function.
1577
1578 2002-07-13 Andrew Cagney <ac131313@redhat.com>
1579
1580 * NEWS: Mention that the d30v has been marked obsolete.
1581 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
1582 * configure.tgt: Mark d30v-*-* as obsolete.
1583 * d30v-tdep.c: Mark file as obsolete.
1584 * config/d30v/d30v.mt: Ditto.
1585 * config/d30v/tm-d30v.h: Ditto.
1586
1587 2002-07-13 Aidan Skinner <aidan@velvet.net>
1588
1589 * ada-tasks.c (add_task_entry): replace calls to
1590 malloc() with xmalloc
1591 * ada-tasks.c (init_task_list): replace calls to free with xfree()
1592
1593 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
1594 ada_finish_decode_line_1, all_sals_for_line
1595 ada_breakpoint_rewrite): replace calls to free() with xfree()
1596
1597 2002-07-12 Kevin Buettner <kevinb@redhat.com>
1598
1599 From Nicholas Duffek (with minor changes by Martin Hunt,
1600 Louis Hamilton, and Kevin Buettner):
1601 * aix-thread.c: New file.
1602
1603 2002-07-12 Petr Sorfa <petrs@caldera.com>
1604
1605 * dwarf2read.c (dwarf2_invalid_attrib_class): New
1606 complaint for invalid attribute class or form.
1607 (read_func_scope): DW_AT_frame_base
1608 better handling of DW_AT_block*.
1609 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
1610 better handling of DW_AT_block*.
1611 (read_common_block): DW_AT_location
1612 better handling of DW_AT_block*.
1613 (read_partial_die): DW_AT_location better handling
1614 of DW_AT_block*.
1615 (new_symbol): DW_AT_external better handling of
1616 DW_AT_block*. Proper initialization of variable
1617 "addr".
1618 (attr_form_is_block): New function that returns true
1619 if the attribute's form is of DW_FORM_block*.
1620
1621 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
1622
1623 * valops.c (find_method_list): Remove comment about
1624 removed STATIC_MEMFUNCP argument.
1625 (value_find_oload_method_list): Likewise.
1626
1627 2002-07-12 Kevin Buettner <kevinb@redhat.com>
1628
1629 From Nicholas Duffek:
1630 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
1631 target_new_objfile_hook.
1632
1633 2002-07-12 Kevin Buettner <kevinb@redhat.com>
1634
1635 From Nicholas Duffek:
1636 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
1637 csect.
1638
1639 2002-07-12 Andrew Cagney <cagney@redhat.com>
1640
1641 * MAINTAINERS: Mention --enable-sim-build-warnings.
1642 (m68hc11-elf): Disable sim build warnings.
1643 (m32r-elf): Mark as broken obsolete candidate.
1644 (x86_64-linux-gnu): Mark as buildable with -Werror.
1645 (arm-elf): Change -w to ``,'' which enables warnings but not
1646 -Werror.
1647
1648 2002-07-12 Andrew Cagney <ac131313@redhat.com>
1649
1650 * bcache.h: Update copyright.
1651 (struct bstring, struct bcache): Move definition to "bcache.c".
1652 Replaced by opaque declaration.
1653 (bcache_xfree): Replace free_bcache.
1654 (bcache_xmalloc, bcache_memory_used): Declare.
1655
1656 * bcache.c: Update copyright.
1657 (struct bstring, struct bcache): Moved to here from "bcache.h".
1658 Update comments.
1659 (bcache_xmalloc, bcache_memory_used): New functions.
1660 (bcache_xfree): Replace function free_bcache.
1661
1662 * Makefile.in (objfiles.o): Add $(bcache_h).
1663 (objfiles_h): Remove $(bcache_h).
1664 (symfile.o): Add $(bcache_h).
1665
1666 * symmisc.c: Update copyright.
1667 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
1668 (print_objfile_statistics): Use bcache_memory_used.
1669
1670 * symfile.c: Include "bcache.h".
1671 (reread_symbols): Use bcache_xfree.
1672 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
1673 (add_psymbol_to_list): Pass psymbol_cache by value.
1674 (add_psymbol_with_dem_name_to_list): Ditto.
1675
1676 * objfiles.h: Update copyright.
1677 (struct bcache): Declare opaque. Do not include "bcache.h".
1678 (struct objfile): Change psymbol_cache and macro_cache to ``struct
1679 bcache'' pointers.
1680 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
1681
1682 * objfiles.c: Include "bcache.h". Update copyright.
1683 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
1684 macro_cache.
1685 (free_objfile): Use bcache_xfree.
1686
1687 2002-07-11 Grace Sainsbury <graces@redhat.com>
1688
1689 * monitor.c (monitor_fetch_register): Make name a constant.
1690 (monitor_store_register): Same.
1691
1692 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
1693
1694 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
1695 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
1696 (finish_block) For non-function blocks, hash the symbol table. For
1697 function blocks, mark the symbol table as unhashed.
1698 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
1699 (msymbol_hash_iw): Likewise.
1700 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
1701 value.
1702 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
1703 (lookup_minimal_symbol): Likewise for both.
1704 * symtab.h (struct block): Add `hashtable' flag. Comment the
1705 hashtable.
1706 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
1707 (ALL_BLOCK_SYMBOLS): Update.
1708 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
1709 (struct symbol): Add `hash_next' pointer.
1710 * symtab.c (lookup_block_symbol): Search using the hash table when
1711 possible.
1712 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
1713 (search_symbols, find_addr_symbol): Likewise.
1714
1715 * dstread.c (process_dst_block): Clear hashtable bit for new block.
1716 (read_dst_symtab): Likewise.
1717 * jv-lang.c (get_java_class_symtab): Likewise.
1718 * mdebugread.c: Include "gdb_assert.h".
1719 (shrink_block): Assert that the block being modified is not hashed.
1720 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
1721 * symmisc.c (free_symtab_block): Walk the hash table when freeing
1722 symbols.
1723 (dump_symtab): Recognize hashed blocks.
1724 * printcmd.c (print_frame_args): Assert that function blocks do not
1725 have hashed symbol tables.
1726 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
1727 (fill_in_ada_prototype, debug_print_block): Likewise.
1728 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
1729
1730 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
1731
1732 * stack.c (print_frame): Use result of frame_address_in_block()
1733 instead of fi->pc when evaluating symbols.
1734 (backtrace_command_1): Ditto.
1735
1736 2002-07-11 Andrew Cagney <cagney@redhat.com>
1737
1738 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
1739 Make static.
1740
1741 * arm-tdep.c (arm_register_name): Make return type constant.
1742
1743 2002-07-10 Andrew Cagney <ac131313@redhat.com>
1744
1745 * win32-nat.c (has_detach_ability): Convert to strict ISO C
1746 prototype.
1747 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
1748 * s390-tdep.c (s390_fp_regnum): Ditto.
1749 (s390_read_fp): Ditto.
1750 (s390_pop_frame): Ditto.
1751 (_initialize_s390_tdep): Ditto.
1752 * remote.c (get_remote_state): Ditto.
1753 * procfs.c (mappingflags): Ditto.
1754 * memattr.c (_initialize_mem): Ditto.
1755 * mcore-tdep.c (mcore_pop_frame): Ditto.
1756 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
1757 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
1758 * language.c (set_case_str): Ditto.
1759 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
1760 * frv-tdep.c (new_variant): Ditto.
1761 (frv_stopped_data_address): Ditto.
1762 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
1763 (context_alloc): Ditto.
1764 (frame_state_alloc): Ditto.
1765 (unwind_tmp_obstack_init): Ditto.
1766 (unwind_tmp_obstack_free): Ditto.
1767 (cfi_read_fp): Ditto.
1768 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
1769 (cris_pop_frame): Ditto.
1770 * c-lang.c (scanning_macro_expansion): Ditto.
1771 (finished_macro_expansion): Ditto.
1772 (c_preprocess_and_parse): Ditto.
1773 * gdbarch.sh: Ditto.
1774 * gdbarch.h, gdbarch.c: Regenerate.
1775 * config/mn10200/tm-mn10200.h: Adjust indentation.
1776 * target.c: Adjust indentation.
1777 * symtab.h: Adjust indentation.
1778 * stabsread.h: Adjust indentation.
1779 * remote-es.c: Adjust indentation.
1780 * os9kread.c: Adjust indentation.
1781
1782 2002-07-10 Andrew Cagney <ac131313@redhat.com>
1783
1784 * wince.c (_initialize_wince): Rename _initialize_inftarg.
1785 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
1786
1787 2002-07-10 Grace Sainsbury <graces@redhat.com>
1788
1789 * NEWS: Mention m68k, mcore multi-arching.
1790 * MAINTAINERS: Change status of m68k, mcore to reflect
1791 multi-arching.
1792
1793 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
1794
1795 * valops.c (find_overload_match): Free oload_syms.
1796
1797 2002-07-09 Joel Brobecker <brobecker@gnat.com>
1798
1799 Define HAVE_SYS_PROC_H if sys/proc.h exists
1800 * configure.in: Add check for sys/proc.h
1801 * config.in: Regenerate.
1802 * configure: Regenerate.
1803
1804 2002-07-09 Grace Sainsbury <graces@redhat.com>
1805
1806 * config/m68k/tm-m68k.h: Remove macros wrapped in
1807 #if !GDB_MULTI_ARCH.
1808
1809 2002-07-09 David O'Brien <obrien@FreeBSD.org>
1810
1811 * gdbserver/gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
1812 (perror_with_name, remote_close, remote_open, expect, play): Static.
1813
1814 2002-07-08 Andrew Cagney <ac131313@redhat.com>
1815
1816 * config.in, configure: Regenerate.
1817
1818 2002-07-08 Mark Kettenis <kettenis@gnu.org>
1819
1820 * dwarf2cfi.c: Include "gcore.h".
1821 (execute_stack_op): Fix implementation of the
1822 DW_OP_deref and DW_OP_deref_size operators by letting do their
1823 lookup in the target.
1824
1825 2002-07-07 Mark Kettenis <kettenis@gnu.org>
1826
1827 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
1828 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
1829 tdep->sc_sp_offset.
1830
1831 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
1832
1833 Fix PR gdb/595, gdb/602
1834 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
1835 Don't call value_cast, just read the vtable pointer; update comments
1836 to match.
1837
1838 2002-07-05 Grace Sainsbury <graces@redhat.com>
1839
1840 * config/mcore/tm-mcore.h: Remove file.
1841 * config/mcore/mcore.mt: Remove definition of TM_FILE
1842 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
1843
1844 2002-07-05 Mark Kettenis <kettenis@gnu.org>
1845
1846 * i386bsd-tdep.c: Include "gdb_string.h".
1847
1848 2002-07-04 Grace Sainsbury <graces@redhat.com>
1849
1850 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
1851 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
1852 mcore-tdep.
1853 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
1854 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
1855 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
1856 (RETVAL_REGNUM): Move macros from tm-mcore.h
1857 (mcore_reg_struct_has_addr): New function.
1858 (mcore_gdbarch_init): Added initializations for the macros removed
1859 from tm-mcore.h.
1860
1861 2002-07-04 Mark Kettenis <kettenis@gnu.org>
1862
1863 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
1864 traditonal string branding within the ELF header.
1865
1866 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
1867
1868 * symtab.c (remove_params): New function.
1869 (make_symbol_overload_list): Use it instead of cplus_demangle.
1870 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
1871
1872 2002-07-04 Mark Kettenis <kettenis@gnu.org>
1873
1874 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
1875
1876 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
1877 New variables.
1878 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
1879 and tdep->sigtramp_end.
1880 * i386obsd-nat.c: New file.
1881 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
1882
1883 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
1884 Don't call get_current_frame().
1885
1886 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
1887
1888 * i386-nat.c (child_post_startup_inferior): New function
1889 calling i386_cleanup_dregs if
1890 I386_USE_GENERIC_WATCHPOINTS is defined.
1891 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
1892 conditional to acknowledge that i386-nat.c has its
1893 own child_post_startup_inferior function.
1894
1895 2002-07-04 Mark Kettenis <kettenis@gnu.org>
1896
1897 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
1898 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
1899 instead of MAX_REGISTER_RAW_SIZE.
1900 (i386_extract_return_value, i386_extract_struct_value_address):
1901 Convert to use regcache.
1902 (i386_gdbarch_init): Set max_register_raw_size and
1903 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
1904 Set extract_return_value and extract_struct_value_address instead
1905 of their deprecated variants.
1906
1907 Convert i386 target to generic dummy frames.
1908 * i386-tdep.c: Include "symfile.h".
1909 (i386_frameless_signal_p): Consider a function to be frameless if
1910 the pc points at the first instruction of the function.
1911 (i386_frame_chain): Handle (generic) call dummies.
1912 (i386_frame_saved_pc): Likewise.
1913 (i386_frame_init_saved_regs): Remove code dealing with call
1914 dummies on the stack.
1915 (i386_push_dummy_frame): Removed.
1916 (i386_call_dummy_words): Removed.
1917 (i386_fix_call_dummy): Removed.
1918 (i386_push_return_address): New function.
1919 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
1920 parameter, and don't call get_current_frame.
1921 (i386_pop_frame): New function.
1922 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
1923 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
1924 entry_point_address, set call_dummy_breakpoint_offset to 0, set
1925 call_dummy_length to 0, set call_dummy_words to NULL, set
1926 sizeof_call_dummy_words to 0, set fix_call_dummy to
1927 generic_fix_call_dummy, set pc_in_call_dummy to
1928 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
1929 generic_push_dummy_frame, set push_return_address to
1930 i386_push_return_address and set frame_chain_valid to
1931 generic_file_frame_chain_valid.
1932
1933 2002-07-04 Michal Ludvig <mludvig@suse.cz>
1934
1935 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Make it an array of
1936 byte offsets instead of an array of indexes.
1937 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
1938
1939 2002-07-03 Andrew Cagney <ac131313@redhat.com>
1940
1941 * gdbarch.sh (struct regcache): Add opaque declaration.
1942 (EXTRACT_RETURN_VALUE): New architecture method.
1943 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
1944 * gdbarch.h, gdbarch.c: Regenerate.
1945 * arch-utils.c (legacy_extract_return_value): New function.
1946 * arch-utils.h (legacy_extract_return_value): Declare.
1947 * values.c (value_being_returned): Re-enable code handling
1948 EXTRACT_STRUCT_VALUE_ADDRESS. Move
1949 deprecated_grub_regcache_for_registers call to block handling
1950 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
1951 (EXTRACT_RETURN_VALUE): Do not define.
1952
1953 2002-07-03 Grace Sainsbury <graces@redhat.com>
1954
1955 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
1956 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
1957 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
1958 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
1959 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
1960 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
1961 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
1962 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
1963 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
1964 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
1965 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
1966 argument so the function fits the prototype in the architecture
1967 vector.
1968 (mcore_pop_frame): Remove argument so the function fits the
1969 prototype. Use get_current_frame instead of the argument.
1970 (mcore_push_arguments): Change type of struct_return so the
1971 function can be used in the architecture vector.
1972 (mcore_store_struct_return): Add.
1973 (mcore_frame_init_saved_regs): Add.
1974 (mcore_gdbarch_init): Add function calls to replace the macros
1975 removed from tm-mcore.h
1976
1977 2002-07-03 Andrew Cagney <ac131313@redhat.com>
1978
1979 * infcmd.c (print_return_value): Remove compatibility code calling
1980 deprecated_grub_regcache_for_registers.
1981
1982 * values.c: Include "regcache.h".
1983 (value_being_returned): Update. Use
1984 deprecated_grub_regcache_for_registers to extract the register
1985 buffer address.
1986 * value.h (value_being_returned): Change ``retbuf'' parameter to a
1987 ``struct regcache''.
1988 * Makefile.in (values.o): Add dependency on $(regcache_h).
1989
1990 * inferior.h (run_stack_dummy): Change type of second parameter to
1991 a ``struct regcache''.
1992 * valops.c (hand_function_call): Change type of retbuf to ``struct
1993 regcache''. Allocate using regcache_xmalloc, clean using
1994 make_cleanup_regcache_xfree.
1995 * infcmd.c (run_stack_dummy): Update. Use
1996 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
1997
1998 * regcache.c (do_regcache_xfree): New function.
1999 (make_cleanup_regcache_xfree): New function.
2000 * regcache.h (make_cleanup_regcache_xfree): Declare.
2001
2002 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2003
2004 * event-top.c (command_line_handler): Don't read past
2005 beginning of buffer.
2006
2007 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2008
2009 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2010 struct frame_id.
2011 (varobj_create): Store frame_id for root.
2012 (varobj_gen_name): Use xasprintf.
2013 (varobj_update): Save and restore frame using get_frame_id() and
2014 frame_find_by_id().
2015 (create_child): Use xasprintf.
2016 (new_root_variable): Initialize frame_id.
2017 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2018 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2019 to prevent memory leak.
2020
2021 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2022
2023 * valops.c (hand_function_call): Move declaration of retbuf to
2024 start of function, allocate using malloc, add a cleanup but before
2025 the inf_status cleanup, cleanup the buffer. Rename local variable
2026 old_chain to inf_status_cleanup.
2027
2028 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2029
2030 * top.c (execute_command): Use cmd_func() and cmd_func_p().
2031
2032 * cli/cli-decode.c (cmd_func_p): New function.
2033 (cmd_func): New function.
2034
2035 * command.h: Add cmd_func() and cmd_func_p().
2036
2037 2002-07-03 Grace Sainsbury <graces@redhat.com>
2038
2039 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2040 (REGISTER_SIZE): Remove.
2041 (MAX_REGISTER_RAW_SIZE): Remove.
2042 (REGISTER_VIRTUAL_TYPE): Remove.
2043 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2044 (REGISTER_NAME): Remove.
2045 (USE_GENERIC_DUMMY_FRAMES): Remove.
2046 (CALL_DUMMY): Remove.
2047 (CALL_DUMMY_START_OFFSET): Remove.
2048 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2049 (CALL_DUMMY_LOCATION): Remove.
2050 (FIX_CALL_DUMMY): Remove.
2051 (CALL_DUMMY_ADDRESS): Remove.
2052 (SIZEOF_CALL_DUMMY_WORDS): Remove.
2053 (SAVE_DUMMY_FRAME_TOS): Remove.
2054 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2055 (mcore_register_virtual_type): New function.
2056 (mcore_register_byte): New function.
2057 (mcore_register_size): New function.
2058 (mcore_register_name): New function.
2059 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2060 macros removed from tm-mcore.h.
2061 (mcore_dump_tdep): Add.
2062 (_initialize_mcore_tdep): Add gdbarch_register call.
2063
2064 2002-07-03 Mark Kettenis <kettenis@gnu.org>
2065
2066 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2067 frameless_look_for_prologue, such that we actually call this
2068 function.
2069
2070 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2071
2072 * frame.h (frame_address_in_block): New function.
2073
2074 * blockframe.c (frame_address_in_block): New function extracted
2075 from get_frame_block().
2076 (get_frame_block): Use frame_address_in_block().
2077 (block_innermost_frame): Use frame_address_in_block() to match
2078 the frame pc address against the block boundaries rather than
2079 the frame pc directly. This prevents a failure when a frame pc
2080 is actually a return-address pointing immediately after the end
2081 of the given block.
2082
2083 2002-07-02 Grace Sainsbury <graces@redhat.com>
2084
2085 * MAINTAINERS: Add self under write after approval.
2086
2087 2002-07-02 Grace Sainsbury <graces@redhat.com>
2088
2089 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2090 used in architecture vector. The default is
2091 m68k_local_breakpoint_from_pc.
2092 (m68k_local_breakpoint_from_pc): Add.
2093 (enum): Add register numbers from tm-m68k.h.
2094 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2095 vector.
2096 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2097 GDB_MULTI_ARCH_PARTIAL.
2098 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2099 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2100 m68k-tdep.c.
2101 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2102 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2103 to enum in m68k-tdep.c
2104
2105 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2106
2107 * solib-osf.c (open_map): Compute the list of shared libraries
2108 loaded by the inferior, rather than the list of libraries loaded
2109 by GDB itself. Otherwise, GDB ends up reading the symbols from
2110 the wrong shared libraries...
2111
2112 2002-07-02 Mark Kettenis <kettenis@gnu.org>
2113
2114 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2115 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2116 macros.
2117 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2118 Remove functions.
2119 (FRAMELESS_SIGNAL): Remove function.
2120 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2121 i386_linux_saved_pc_after_call): Removed.
2122 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2123 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
2124 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2125
2126 * i386-tdep.c (i386_frameless_signal_p): New function.
2127 (i386_frame_chain): Deal with frameless signals.
2128 (i386_sigtramp_saved_sp): New function.
2129 (i386_frame_saved_pc): Deal with frameless signals.
2130 (i386_saved_pc_after_call): Make sure the correct value is
2131 returned just after entry into a sigtramp.
2132 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2133 i386fbsd4_sc_sp_offset): New variables.
2134 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2135 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
2136 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2137 similiar to what we already did for sc_pc_offset.
2138 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2139 tdep->sc_sp_offset.
2140
2141 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2142
2143 2002-07-02 Michal Ludvig <mludvig@suse.cz>
2144
2145 * config/i386/tm-x86-64linux.h: New.
2146 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2147 definitions.
2148 * config/i386/nm-x86-64.h: Rename to ...
2149 * config/i386/nm-x86-64linux.h: ... this one.
2150 * config/i386/x86-64linux.mh: Reflect the above change.
2151
2152 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2153
2154 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2155 with sigcontext_addr. Add sc_sp_offset.
2156 (i386bsd_sigtramp_saved_pc): Remove prototype.
2157 (i386bsd_sicontext_addr): Add prototype.
2158 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2159 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2160 (i386_svr4_sigtramp_saved_pc): Removed.
2161 (i386_svr4_sigcontext_addr): New function.
2162 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2163 Initialize tdep->sigcontext_addr instead. Initialize
2164 tdep->sc_pc_offset and tdep->sc_sp_offset.
2165 (i386_gdbarch_init): Likewise.
2166 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2167 any more.
2168 (i386bsd_sigtramp_saved_pc): Remove function.
2169 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2170 Initialize tdep->sigcontext_addr instead. Initialize
2171 tdep->sc_pc_offset.
2172 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2173 of tdep->sigtramp_saved_pc.
2174 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2175 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
2176 instead.
2177
2178 * i386-tdep.c (i386_frameless_function_invocation,
2179 i386_frame_num_args, i386_frame_init_saved_regs,
2180 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2181 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2182 i386_extract_return_value, i386_store_return_value,
2183 i386_extract_struct_value_address, i386_register_virtual_type,
2184 i386_register_convertible, i386_register_convert_to_virtual,
2185 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2186 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2187 static.
2188
2189 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2190
2191 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2192
2193 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2194 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2195 this macro. Include "value.h".
2196
2197 2002-06-30 Aidan Skinner <aidan@velvet.net>
2198
2199 * ada-exp.tab.c: remove as it's a generated file
2200 * ada-lex.c: remove as it's a generated file
2201
2202 2002-06-30 Mark Kettenis <kettenis@gnu.org>
2203
2204 * config/i386/tm-i386.h (struct frame_info, struct
2205 frame_saved_regs, struct value, struct type): Remove forward
2206 declarations.
2207
2208 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
2209 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
2210 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
2211 (FILL_FPXREGSET): Define.
2212
2213 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
2214
2215 * configure.tgt (i[3456]86-*-openbsd*): Fold into
2216 i[3456]86-*-netbsd* case.
2217 * config/i386/tm-obsd.h: Removed.
2218 * config/i386/obsd.mt: Removed.
2219 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
2220 core-aout.o.
2221 (MH_CFLAGS): Add -DYYDEBUG=0.
2222
2223 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
2224 i386nbsd_sc_pc_offset on OpenBSD too.
2225
2226 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
2227 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
2228 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
2229 define.
2230 * i386bsd-tdep.c: Include "arch-utils.h".
2231 (i386bsd_aout_in_solib_call_trampoline): New function.
2232 (i386bsd_init_abi): Set in_solib_call_trampoline to
2233 i386bsd_aout_in_solib_call_trampoline.
2234 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
2235 in_solib_call_trampoline to generic_in_solib_call_trampoline.
2236
2237 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2238
2239 * macrotab.h: Do not include "obstack.h" or "bcache.h".
2240 (struct obstack, struct bcache): Add opaque declarations.
2241 * Makefile.in (macrotab_h): Update
2242
2243 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2244
2245 * blockframe.c (generic_find_dummy_frame): Change return type to
2246 ``struct regcache''.
2247 (struct dummy_frame): Replace field ``registers'' with regcache, a
2248 struct regcache object.
2249 (generic_find_dummy_frame): Update.
2250 (generic_push_dummy_frame): Update. Use regcache_xfree,
2251 regcache_xmalloc and regcache_cpy.
2252 (generic_pop_dummy_frame): Update. Use regcache_cpy and
2253 regcache_xfree.
2254 (deprecated_generic_find_dummy_frame): Update.
2255 (generic_read_register_dummy): Update. Use
2256 regcache_read_as_address.
2257 (generic_call_dummy_register_unwind): Update. Use regcache_read.
2258 (generic_get_saved_register): Update. Use regcache_read.
2259
2260 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2261
2262 * Makefile.in (objfiles_h): Add $(bcache_h).
2263 * objfiles.h: Include "bcache.h".
2264
2265 * Makefile.in (symtab_h): Remove $(bcache_h).
2266 * symtab.h: Do not include "bcache.h".
2267
2268 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2269
2270 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
2271 generic_func_frame_chain_valid.
2272
2273 2002-06-28 David O'Brien <obrien@FreeBSD.org>
2274
2275 * config/i386/nm-fbsd.h: Include <sys/param.h>.
2276 * config/i386/tm-fbsd.h: Likewise.
2277
2278 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2279
2280 * rs6000-tdep.c (rs6000_gdbarch_init): Use
2281 generic_unwind_get_saved_register.
2282
2283 2002-06-27 Andrew Cagney <ac131313@redhat.com>
2284
2285 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
2286 * regcache.c (supply_register): Add missing argument to
2287 register_buffer call.
2288
2289 2002-06-27 Andrew Cagney <ac131313@redhat.com>
2290
2291 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
2292 Solaris /bin/grep does not not like it. From Peter Schauer.
2293
2294 2002-06-26 Tom Tromey <tromey@redhat.com>
2295
2296 * command.h (add_setshow_cmd): Declare.
2297 (add_setshow_cmd_full): Declare.
2298 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
2299 returns void. Use add_setshow_cmd_full.
2300 (add_setshow_cmd_full): New function.
2301 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
2302 (add_setshow_boolean_cmd): Likewise.
2303
2304 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2305
2306 * config/vax/tm-vax.h: Protect from multiple inclusion.
2307 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
2308 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
2309 * config/vax/tm-vaxbsd.h: ...here. New file.
2310 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
2311
2312 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2313
2314 * config/vax/tm-vax.h (BREAKPOINT): Remove.
2315 (BELIEVE_PCC_PROMOTION): Remove.
2316 (AP_REGNUM): Move to...
2317 * config/vax/nm-vax.h: ...here.
2318 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
2319 (vax_breakpoint_from_pc): New function.
2320 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
2321 and gdbarch_believe_pcc_promotion.
2322
2323 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2324
2325 * Makefile.in (vax_tdep_h): Define.
2326 (vax-tdep.o): Use $(vax_tdep_h).
2327 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
2328 (vax_dump_tdep): New function.
2329 (_initialize_vax_tdep): Register vax_dump_tdep.
2330 * vax-tdep.h: Include osabi.h.
2331 (struct gdbarch_tdep): New.
2332
2333 2002-06-26 Andrew Cagney <cagney@redhat.com>
2334
2335 * frame.h (deprecated_generic_find_dummy_frame): Rename
2336 generic_find_dummy_frame.
2337 * blockframe.c (generic_find_dummy_frame): Make static.
2338 (deprecated_generic_find_dummy_frame): New function.
2339 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
2340 generic_find_dummy_frame with deprecated_find_dummy_frame.
2341 (sh64_nofp_frame_init_saved_regs): Ditto.
2342 (sh_fp_frame_init_saved_regs): Ditto.
2343 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
2344 (s390_frame_chain): Ditto.
2345 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
2346
2347 2002-06-26 Grace Sainsbury <graces@redhat.com>
2348
2349 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
2350 gdbarch vector are at the top.
2351 (NUM_REGS): Remove.
2352 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
2353 (FRAME_ARGS_ADDRESS): Remove.
2354 (FRAME_LOCALS_ADDRESS): Remove.
2355 (FRAME_NUM_ARGS): Remove.
2356 (FRAME_ARGS_SKIP): Remove.
2357 * m68k-tdep.c (enum): Add eumeration of special register numbers.
2358 (m68k_gdbarch_init): Add gdbarch initializations for macros
2359 undefined in tm-m68k.h
2360
2361 2002-06-26 Grace Sainsbury <graces@redhat.com>
2362
2363 * monitor.h: Add the function regname to monitor_ops
2364 structure. This way NUM_REGS does not have to be a constant.
2365 * monitor.c (monitor_fetch_register): Added support for regname
2366 function. The function is called if the array regnames is NULL.
2367 (monitor_store_register): Same.
2368 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
2369 regnames array.
2370 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
2371 cpu32bug_cmds.regname to point to new function.
2372 * abug-rom.c (abug_regname): Same as above.
2373 (init_abug_cmds): Same.
2374 * dbug-rom.c (dbug_regname): Same as above.
2375 (init_dbug_cmds): Same.
2376 * remote-est.c (est_regname): Same.
2377 (init_est_cmds): Same.
2378 * rom68k-rom.c (rom68k_regname): Same.
2379 (init_rom68k_cmds): Same.
2380
2381 2002-06-25 Tom Tromey <tromey@redhat.com>
2382
2383 * breakpoint.c (delete_command): Don't repeat `delete' commands.
2384
2385 2002-06-25 Andrew Cagney <cagney@redhat.com>
2386
2387 * infrun.c (stop_registers): Change variable's type to ``struct
2388 regcache'''.
2389 (xmalloc_inferior_status): Delete function.
2390 (free_inferior_status): Delete function.
2391 (normal_stop): Use regcache_cpy.
2392 (struct inferior_status): Change type of fields ``stop_registers''
2393 and ``registers'' to ``struct regcache''.
2394 (write_inferior_status_register): Use regcache_write.
2395 (save_inferior_status): Instead of calling
2396 xmalloc_inferior_status, allocate the inf_status buffer directly.
2397 Use regcache_dup_no_passthrough and regcache_dup to save the
2398 buffers.
2399 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
2400 Replace the stop_registers regcache instead of overriding it. Use
2401 regcache_xfree. Instead of calling free_inferior_status, xfree
2402 the buffer directly.
2403 (discard_inferior_status): Use regcache_xfree. Instead of calling
2404 free_inferior_status, xfree the buffer directly.
2405 (build_infrun): Use regcache_xmalloc.
2406 (_initialize_infrun): Delete redundant call to build_infrun.
2407
2408 * Makefile.in (infcmd.o): Add $(regcache_h).
2409
2410 * infcmd.c: Include "regcache.h".
2411 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
2412 obtain the address of `stop_registers' register buffer.
2413 (print_return_value): Ditto.
2414
2415 * inferior.h (struct regcache): Add opaque declaration.
2416 (stop_registers): Change variable's declared type to ``struct
2417 regcache''.
2418
2419 2002-06-24 Tom Tromey <tromey@redhat.com>
2420
2421 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
2422 * target.c (initialize_targets): Fixed typo in
2423 trust-readonly-sections `show' documentation.
2424
2425 * main.c: Marked all strings with _().
2426
2427 2002-06-24 Don Howard <dhoward@redhat.com>
2428
2429 * memattr.c (create_mem_region): Treat hi == 0 as a special case
2430 that means max CORE_ADDR+1.
2431 (lookup_mem_region): Ditto.
2432 (mem_info_command): Ditto.
2433
2434 2002-06-24 Grace Sainsbury <graces@redhat.com>
2435
2436 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
2437 (REGISTER_BYTES_OK): Remove.
2438 (REGISTER_BYTES): Remove.
2439 (STORE_STRUCT_RETURN): Remove.
2440 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
2441 (STORE_RETURN_VALUE): Remove.
2442 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
2443 (FRAME_CHAIN): Remove.
2444 (FRAMELESS_FUNCTION_INVOCATION): Remove.
2445 (FRAME_SAVED_PC): Remove.
2446 * m68k-tdep.c (m68k_register_bytes_ok):Add.
2447 (m68k_store_struct_return): Add.
2448 (m68k_deprecated_extract_return_value): Add.
2449 (m68k_deprecated_extract_struct_value_address): Add.
2450 (m68k_store_return_value): Add.
2451 (m68k_frame_chain): Add.
2452 (m68k_frameless_function_invocation): Add.
2453 (m68k_frame_saved_pc): Add.
2454 (m68k_gdbarch_init): added set_gdbarch calls for new
2455 functions and deleted macros.
2456
2457 2002-06-23 Tom Tromey <tromey@redhat.com>
2458
2459 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
2460 (ALLDEPFILES): Likewise.
2461 (udiheaders): Removed.
2462 (udip2soc.o): Likewise.
2463 (udi2go32.o): Likewise.
2464 (udr.o): Likewise.
2465 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
2466
2467 2002-06-22 Andrew Cagney <ac131313@redhat.com>
2468
2469 * infrun.c (_initialize_infrun): Delete unnecessary call to
2470 build_infrun.
2471
2472 * regcache.h: Update comments describing the regcache_cpy family
2473 of functions.
2474 (regcache_save, regcache_restore): Delete declaration.
2475 (regcache_save_no_passthrough): Delete declaration.
2476 (regcache_restore_no_passthrough): Delete declaration.
2477 * regcache.c (regcache_save): Delete function.
2478 (regcache_save_no_passthrough): Delete function.
2479 (regcache_restore): Delete function.
2480 (regcache_restore_no_passthrough): Delete function.
2481
2482 2002-06-21 Andrew Cagney <ac131313@redhat.com>
2483
2484 * config/m68k/tm-m68k.h: Fix typo.
2485 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
2486 (m68k_frame_init_saved_regs): Declare.
2487
2488 2002-06-21 Jim Blandy <jimb@redhat.com>
2489
2490 Remove some vestiges of Harris 88k support.
2491 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
2492 register numbering quirk.
2493 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
2494 odd symbols occurring in Harris 88k ELF targets.
2495
2496 2002-06-21 Tom Tromey <tromey@redhat.com>
2497
2498 * gdb_locale.h: New file.
2499 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
2500 (defs_h): Added gdb_locale.h.
2501 * configure, config.in: Rebuilt.
2502 * configure.in (PACKAGE): Define.
2503 * defs.h: Include gdb_locale.h.
2504 * main.c (captured_main): Call setlocale, bindtextdomain,
2505 textdomain.
2506
2507 2002-06-21 Dave Brolley <brolley@redhat.com>
2508
2509 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
2510 * config/frv/frv.mt: New file.
2511 * config/frv/tm-frv.h: New file.
2512 * configure.tgt: Support frv-*-*.
2513 * Makefile.in (frv-tdep.o): New target.
2514 * frv-tdep.c: New file.
2515 * NEWS: Mention frv.
2516
2517 2002-06-21 Dave Brolley <brolley@redhat.com>
2518
2519 * MAINTAINERS: Add self to "Write After Approval" list.
2520
2521 2002-06-21 Grace Sainsbury <graces@redhat.com>
2522
2523 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
2524 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
2525 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
2526 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
2527 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
2528
2529 * m68k-tdep.c: Include arch-utils.h
2530 (m68k_register_raw_size): Add.
2531 (m68k_register_virtual_size): Add.
2532 (m68k_register_virtual_type): Add.
2533 (m68k_register_name): Add.
2534 (m68k_stack_align): Add.
2535 (m68k_register_byte): Add.
2536 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
2537 tm-m68k.h.
2538
2539 2002-06-21 Grace Sainsbury <graces@redhat.com>
2540
2541 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
2542 m68k_find_saved_regs.
2543 (m68k_pop_frame): Removed saved_regs structure, and replaced
2544 references to it with frame->saved_regs.
2545 (m68k_gdbarch_init): Added function calls to initialize the
2546 gdbarch structure.
2547 (m68k_fix_call_dummy): Add.
2548 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
2549 (CALL_DUMMY): Remove.
2550 (CALL_DUMMY_LENGTH): Remove.
2551 (CALL_DUMMY_START_OFFSET): Remove.
2552 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2553 (FIX_CALL_DUMMY): Remove.
2554 (PUSH_DUMMY_FRAME): Remove.
2555 (POP_FRAME): Remove.
2556
2557 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
2558
2559 * parse.c (parse_fprintf): New function used to avoid calls to
2560 fprintf in bison parser generated debug code.
2561 * parser-defs.h: Declaration of new parse_fprintf function.
2562 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
2563 Set YYDEBUG to 1 by default.
2564 Set YYFPRINTF as parse_fprintf.
2565
2566 2002-06-21 Michal Ludvig <mludvig@suse.cz>
2567
2568 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
2569 encoding anymore.
2570 (pointer_encoding, enum ptr_encoding): New.
2571 (execute_cfa_program): Take care about pointer encoding.
2572 (dwarf2_build_frame_info): Only call parse_frame_info for
2573 .debug_frame and .eh_frame.
2574 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
2575 fixed augmentation handling, added relative addressing,
2576 ignore duplicate FDEs. Added comments.
2577 * dwarf2cfi.c: Reindented.
2578
2579 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
2580
2581 * event-top.c (command_handler): Don't use space_at_cmd_start
2582 unless there is sbrk() on the host. Assign time and space data
2583 to union fields of the appropriate length.
2584
2585 2002-06-20 Michal Ludvig <mludvig@suse.cz>
2586
2587 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
2588 x86_64_register_name. Return type changed to 'const char *'.
2589 (x86_64_register_name2nr): Rename to x86_64_register_number.
2590 (x86_64_gdbarch_init): Update to reflect the change.
2591 * x86-64-tdep.h: Ditto.
2592 * x86-64-linux-nat.c (x86_64_fxsave_offset)
2593 (supply_fpregset): Ditto.
2594
2595 2002-06-19 Andrew Cagney <cagney@redhat.com>
2596
2597 * regcache.h: Update copyright.
2598 (struct regcache, struct gdbarch): Add opaque declarations.
2599 (current_regcache): Declare global variable.
2600 (regcache_read, regcache_write): Add gdbarch parameter.
2601 (regcache_save, regcache_save_no_passthrough)
2602 (regcache_restore, regcache_restore_no_passthrough)
2603 (regcache_dup, regcache_dup_no_passthrough)
2604 (regcache_cpy, regcache_cpy_no_passthrough)
2605 (deprecated_grub_regcache_for_registers)
2606 (deprecated_grub_regcache_for_register_valid)
2607 (regcache_valid_p): Add function declarations.
2608
2609 * regcache.c: Update copyright.
2610 (regcache_descr_handle): New global variable.
2611 (struct regcache_descr): Define.
2612 (init_legacy_regcache_descr, init_regcache_descr): New functions.
2613 (regcache_descr, xfree_regcache_descr): New functions.
2614 (struct regcache): Define.
2615 (regcache_xmalloc, regcache_xfree): New functions.
2616 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
2617 (regcache_dup, regcache_dup_no_passthrough): New functions.
2618 (regcache_valid_p, regcache_read_as_address): New functions.
2619 (deprecated_grub_regcache_for_registers): New function.
2620 (deprecated_grub_regcache_for_register_valid): New function.
2621 (current_regcache): New global variable.
2622 (register_buffer): Add regcache parameter. Update calls.
2623 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
2624 (read_register_gen, write_register_gen): Update register_buffer
2625 call. Test for legacy_p instead of gdbarch_register_read_p or
2626 gdbarch_register_write_p.
2627 (regcache_collect): Update register_buffer call.
2628 (build_regcache): Rewrite. Use deprecated grub functions.
2629 (regcache_save, regcache_save_no_passthrough): New functions.
2630 (regcache_restore, regcache_restore_no_passthrough): New
2631 functions.
2632 (_initialize_regcache): Create the regcache_data_handle. Swap
2633 current_regcache global variable.
2634
2635 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
2636 parameter to regcache_read and regcache_write calls.
2637 (sh4_register_read): Ditto.
2638 (sh64_pseudo_register_read): Ditto.
2639 (sh64_register_read): Ditto.
2640 (sh_pseudo_register_write): Ditto.
2641 (sh4_register_write): Ditto.
2642 (sh64_pseudo_register_write): Ditto.
2643 (sh64_register_write): Ditto.
2644
2645 * defs.h (XCALLOC): Define.
2646
2647 2002-06-19 Grace Sainsbury <graces@redhat.com>
2648
2649 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
2650 * m68k-tdep.c (m68k_gdbarch_init): Added.
2651 (m68k_dump_tdep): Added.
2652
2653 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
2654
2655 * ada-lang.c (fill_in_ada_prototype): Update comment.
2656
2657 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
2658
2659 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
2660 MIPS_ABI_LAST.
2661 (mips_abi_string, mips_abi_strings): New.
2662 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
2663 (mips_gdbarch_init): Set tdep->found_abi. Don't set
2664 tdep->mips_abi_string. Honor mips_abi_string. Default to
2665 O32 if no ABI is found.
2666 (mips_dump_tdep): Use mips_abi_strings.
2667 (mips_abi_update): New function.
2668 (_initialize_mips_tdep): Initialize mips_abi_string. Add
2669 ``set mips abi'' and ``show mips abi''. Check the size of
2670 mips_abi_strings.
2671
2672 2002-06-19 Andrew Cagney <cagney@redhat.com>
2673
2674 * i386-linux-tdep.c (i386_linux_register_name): Make return type
2675 constant.
2676
2677 2002-06-18 Joel Brobecker <brobecker@gnat.com>
2678
2679 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
2680 current frame using only the first stack size adjustment. All
2681 subsequent size adjustments are not considered to be part of
2682 the "static" part of the current frame.
2683 Compute the address of the saved registers relative to the
2684 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
2685 in use in this frame.
2686
2687 2002-06-18 Don Howard <dhoward@redhat.com>
2688
2689 * valops.c (value_ind): Use value_at_lazy() when dereferencing
2690 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
2691 suggesting this solution.
2692
2693 2002-06-18 Andrew Cagney <ac131313@redhat.com>
2694
2695 * config/romp/xm-rtbsd.h: Delete file.
2696 * config/romp/rtbsd.mh: Delete file.
2697
2698 2002-06-18 Keith Seitz <keiths@redhat.com>
2699
2700 * breakpoint.c (condition_command): Post breakpoint_modify
2701 when a condition is added to an existing breakpoint.
2702 (commands_command): Likewise for commands.
2703 (set_ignore_count): Likewise for ignore counts.
2704 If no tty, do not simply return, still need to send event
2705 notification.
2706 (ignore_command): Only print a newline if the command came
2707 from a tty.
2708 Don't call breakpoints_changed, since this is now properly
2709 handled by set_ignore_count.
2710
2711 2002-06-18 Andrew Cagney <cagney@redhat.com>
2712
2713 * MAINTAINERS: Note that cris-elf target can be compiled with
2714 -Werror.
2715 * cris-tdep.c (cris_register_name): Make return type constant.
2716 (cris_breakpoint_from_pc): Ditto.
2717
2718 2002-06-18 Michal Ludvig <mludvig@suse.cz>
2719
2720 * frame.h (struct frame_info): Change type of context to
2721 'struct context'.
2722
2723 2002-06-17 Andrew Cagney <cagney@redhat.com>
2724
2725 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
2726 pointer.
2727 * gdbarch.h, gdbarch.c: Regenerate.
2728 * config/mips/tm-mips.h (mips_register_name): Update.
2729 * i386-tdep.h (i386_register_name): Update.
2730 * mips-tdep.c (mips_register_name): Update
2731 * alpha-tdep.c (alpha_register_name): Update.
2732 * arch-utils.c (legacy_register_name): Update.
2733 * arch-utils.h (legacy_register_name): Update.
2734 * avr-tdep.c (avr_register_name): Update.
2735 * ia64-tdep.c (ia64_register_name): Update.
2736 * i386-tdep.c (i386_register_name): Update.
2737 * sparc-tdep.c (sparc32_register_name): Update.
2738 (sparc64_register_name): Update.
2739 (sparclite_register_name): Update.
2740 (sparclet_register_name): Update.
2741 * sh-tdep.c (sh_generic_register_name): Update.
2742 (sh_sh_register_name): Update.
2743 (sh_sh3_register_name): Update.
2744 (sh_sh3e_register_name): Update.
2745 (sh_sh_dsp_register_name): Update.
2746 (sh_sh3_dsp_register_name): Update.
2747 (sh_sh4_register_name): Update.
2748 (sh_sh64_register_name): Update.
2749 * s390-tdep.c (s390_register_name): Update.
2750 * rs6000-tdep.c (rs6000_register_name): Update.
2751 * ns32k-tdep.c (ns32k_register_name_32082): Update.
2752 (ns32k_register_name_32382): Update.
2753 * d10v-tdep.c (d10v_ts2_register_name): Update.
2754 (d10v_ts3_register_name): Update.
2755 * xstormy16-tdep.c (xstormy16_register_name): Update.
2756 * vax-tdep.c (vax_register_name): Update.
2757 * v850-tdep.c (v850_register_name): Update.
2758 * m68hc11-tdep.c (m68hc11_register_name): Update.
2759 * mn10300-tdep.c (mn10300_generic_register_name): Update.
2760 (am33_register_name): Update.
2761
2762 2002-06-17 Grace Sainsbury <graces@redhat.com>
2763
2764 * m68k-tdep.c: Reindented.
2765
2766 2002-06-17 Andrew Cagney <ac131313@redhat.com>
2767
2768 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
2769 list of predefined types.
2770
2771 2002-06-16 Mark Kettenis <kettenis@gnu.org>
2772
2773 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
2774 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
2775 REGISTER_CONVERT_TO_RAW): Remove defines.
2776 (i386_register_virtual_type, i386_register_convertible,
2777 i386_register_convert_to_virtual, i386_register_convert_to_raw):
2778 Remove prototypes.
2779 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2780 macros mentioned above.
2781
2782 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
2783 (i386lynx_saved_pc_after_call): Remove prototype.
2784 * i386ly-tdep.c: Include "i386-tdep.h".
2785 (i386lynx_saved_pc_after_call): Make static. Use
2786 read_memory_nobpt instead of read_memory. Use
2787 read_memory_unsigned_integer instead of read_memory_integer.
2788 (i386lynx_init_abi): New function.
2789 (i386lynx_coff_osabi_sniffer): New function.
2790 (_initialize_i386bsd_tdep): New function.
2791
2792 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
2793 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
2794 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
2795 (i386_fix_call_dummy): Remove prototype.
2796 * i386-tdep.c (i386_call_dummy_words): New variable.
2797 (i386_gdbarch_init): Adjust for removal of the
2798 macros mentioned above.
2799
2800 2002-06-15 Andrew Cagney <ac131313@redhat.com>
2801
2802 * command.h (add_setshow_auto_boolean_cmd): Replace
2803 add_set_auto_boolean_cmd.
2804 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
2805 add_set_auto_boolean_cmd.
2806 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
2807 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
2808 mask-address'' command.
2809 (show_mask_address): Add cmd parameter.
2810 * remote.c (add_packet_config_cmd): Update. Change type of
2811 set_func and show_func to cmd_sfunc_ftype.
2812 (_initialize_remote): Update `set remote Z-packet'
2813 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
2814 (show_remote_protocol_e_packet_cmd): Ditto.
2815 (show_remote_protocol_E_packet_cmd): Ditto.
2816 (show_remote_protocol_P_packet_cmd): Ditto.
2817 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
2818 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
2819 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
2820 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
2821 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
2822 (show_remote_protocol_Z_packet_cmd): Ditto.
2823 (show_remote_protocol_binary_download_cmd): Ditto.
2824 (show_remote_cmd): Pass NULL to all of above.
2825
2826 2002-06-15 Mark Kettenis <kettenis@gnu.org>
2827
2828 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
2829 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
2830 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
2831 POP_FRAME): Remove defines.
2832 (i386_push_arguments, i386_store_struct_return,
2833 i386_extract_return_value, i386_store_return_value,
2834 i386_extract_struct_value_address, i386_push_dummy_frame,
2835 i386_pop_frame): Renove prototypes.
2836 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2837 macros mentioned above.
2838
2839 2002-06-15 Andrew Cagney <ac131313@redhat.com>
2840
2841 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
2842 add_set_boolean_cmd.
2843 (add_setshow_cmd): New function.
2844 * command.h (add_setshow_boolean_cmd): Replace
2845 add_set_boolean_cmd.
2846 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
2847 and ``set rdiromatzero''.
2848 * maint.c (_initialize_maint_cmds): Update commented out code.
2849 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
2850 * target.c (initialize_targets): Update `set
2851 trust-readonly-sections'.
2852 * remote.c (_initialize_remote): Update `set remotebreak'.
2853
2854 2002-06-15 Mark Kettenis <kettenis@gnu.org>
2855
2856 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
2857 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
2858 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
2859 fit into multi-arch framework.
2860 (i386_breakpoint_from_pc): New function.
2861 (i386_gdbarch_init): Adjust for removal of the macros mentioned
2862 above.
2863
2864 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
2865 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
2866 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
2867 (i386_frameless_function_invocation, i386_frame_num_args,
2868 i386_frame_init_saved_regs): Remove prototypes.
2869 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
2870 macros mentioned above.
2871
2872 2002-06-15 Andrew Cagney <ac131313@redhat.com>
2873
2874 * cli/cli-decode.c (set_cmd_cfunc): Update.
2875 (set_cmd_sfunc): Update.
2876 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
2877 (set_cmd_sfunc, set_cmd_cfunc): Update.
2878 * cli/cli-decode.h: Update.
2879
2880 2002-06-15 Mark Kettenis <kettenis@gnu.org>
2881
2882 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
2883 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
2884
2885 2002-06-15 Andrew Cagney <ac131313@redhat.com>
2886
2887 * defs.h (auto_boolean): Declare enum.
2888 * command.h (cmd_auto_boolean): Delete enum.
2889 * mips-tdep.c (mask_address_var): Update.
2890 (mips_mask_address_p): Update.
2891 (show_mask_address): Update.
2892 * remote.c (struct packet_config): Update.
2893 (update_packet_config): Update.
2894 (show_packet_config_cmd): Update.
2895 (packet_ok): Update.
2896 (add_packet_config_cmd): Update.
2897 (_initialize_remote):
2898 * command.h: Update.
2899 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
2900 (do_setshow_command): Update.
2901 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
2902 * cli/cli-decode.h: Update.
2903
2904 2002-06-15 Mark Kettenis <kettenis@gnu.org>
2905
2906 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
2907 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
2908 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
2909 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
2910 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
2911 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
2912
2913 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
2914 list of DJGPP COFF targets.
2915
2916 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
2917 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
2918 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
2919 (FP0_REGNUM): Remove define.
2920 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
2921 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
2922 (i386_register_virtual_size): Remove protoype.
2923 * i386-tdep.c (i386_register_virtual_size): Removed.
2924 (i386_extract_return_value, i386_store_return_value): Use
2925 FP0_REGNUM instead of NUM_FREGS to determine whether the
2926 floating-point registers are available.
2927 (i386_gdbarch_init): Tweak FIXME about FPU registers.
2928 Adjust for removal of macros mentioned above.
2929
2930 2002-06-15 Mark Kettenis <kettenis@gnu.org>
2931
2932 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
2933 comments.
2934 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
2935 Remove prototypes.
2936 (supply_gregset, fill_gregset): Remove use of register keyword and
2937 remove declaration for regmap. Use I386_NUM_GREGS instead of
2938 NUM_REGS and NUM_FREGS.
2939 (FPREGSET_FSAVE_OFFSET): Remove.
2940 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
2941 NUM_FREGS to determine whether the floating-point registers are
2942 available.
2943
2944 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
2945 gnu_store_registers): Replace usage of NUM_GREGS with
2946 I386_NUM_GREGS.
2947
2948 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
2949 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
2950 usage of NUM_GREGS with I386_NUM_GREGS.
2951
2952 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
2953
2954 * i386bsd-nat.c: Include "i386-tdep.h".
2955 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
2956 I386_NUM_GREGS.
2957
2958 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
2959 and associated comment. They no longer make any sense, since we
2960 don't use this file anymore on Linux.
2961
2962 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
2963 * i386-tdep.c (i386_register_offset, i386_register_size): Use
2964 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
2965 elements in these arrays.
2966 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
2967 MAX_NUM_REGS.
2968
2969 2002-06-15 Mark Kettenis <kettenis@gnu.org>
2970
2971 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
2972 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
2973
2974 2002-06-14 Andrew Cagney <cagney@redhat.com>
2975
2976 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
2977 EXTRACT_RETURN_VALUE.
2978 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
2979 EXTRACT_STRUCT_VALUE_ADDRESS.
2980 * gdbarch.h, gdbarch.c: Regenerate.
2981
2982 * values.c (value_being_returned): Handle
2983 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2984 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
2985
2986 * arm-linux-tdep.c (arm_linux_init_abi): Update.
2987 * arm-tdep.c (arm_gdbarch_init): Update.
2988 * avr-tdep.c (avr_gdbarch_init): Update.
2989 * cris-tdep.c (cris_gdbarch_init): Update.
2990 * d10v-tdep.c (d10v_gdbarch_init): Update.
2991 * ia64-tdep.c (ia64_gdbarch_init): Update.
2992 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2993 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2994 * s390-tdep.c (s390_gdbarch_init): Update.
2995 * sh-tdep.c (sh_gdbarch_init): Update.
2996 * s390-tdep.c (s390_gdbarch_init): Update.
2997 * sparc-tdep.c (sparc_gdbarch_init): Update.
2998 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2999 * v850-tdep.c (v850_gdbarch_init): Update.
3000 * vax-tdep.c (vax_gdbarch_init): Update.
3001 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3002 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3003
3004 * config/arc/tm-arc.h: Update.
3005 * config/d30v/tm-d30v.h: Update.
3006 * config/fr30/tm-fr30.h: Update.
3007 * config/h8300/tm-h8300.h: Update.
3008 * config/h8500/tm-h8500.h: Update.
3009 * config/i386/tm-i386.h: Update.
3010 * config/i386/tm-ptx.h: Update.
3011 * config/i386/tm-symmetry.h: Update.
3012 * config/i960/tm-i960.h: Update.
3013 * config/m32r/tm-m32r.h: Update.
3014 * config/m68k/tm-delta68.h: Update.
3015 * config/m68k/tm-linux.h: Update.
3016 * config/m68k/tm-m68k.h: Update.
3017 * config/m88k/tm-m88k.h: Update.
3018 * config/mcore/tm-mcore.h: Update.
3019 * config/mips/tm-mips.h: Update.
3020 * config/mn10200/tm-mn10200.h: Update.
3021 * config/pa/tm-hppa.h: Update.
3022 * config/pa/tm-hppa64.h: Update.
3023 * config/sparc/tm-sp64.h: Update.
3024 * config/sparc/tm-sparc.h: Update.
3025 * config/sparc/tm-sparclet.h: Update.
3026 * config/z8k/tm-z8k.h: Update.
3027
3028 2002-06-14 Andrew Cagney <cagney@redhat.com>
3029
3030 * Makefile.in (i386_linux_tdep_h): Define.
3031 (i386_tdep_h, i387_tdep_h): Define.
3032 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3033 $(i386_tdep_h) and $(i387_tdep_h).
3034 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3035
3036 2002-06-14 Mark Kettenis <kettenis@gnu.org>
3037
3038 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3039 Already covered by the default.
3040
3041 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3042 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
3043 (i386_gdbarch_init): Initialize long_double_format and long_double
3044 bit.
3045
3046 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3047 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
3048 Move these to ...
3049 * config/i386/i386sol2.mh: ... here.
3050 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3051 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3052 (SIGCONTEXT_PC_OFFSET): Remove define.
3053 (IN_SIGTRAMP): Remove define.
3054 * i386-sol2-tdep.c: New file.
3055
3056 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3057 * config/i386/tm-i386nw.h: Removed.
3058
3059 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3060 USE_STRUCT_CONVENTION): Remove defines.
3061 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3062 (get_longjmp_target): Remove prototype.
3063 (IN_SIGTRAMP): Remove define.
3064 (i386bsd_in_sigtramp): Remove prototype.
3065 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3066 function. Update comment accordingly
3067 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3068 (FRAME_SAVED_PC): Remove define.
3069 (i386bsd_frame_saved_pc): Remove prototype.
3070 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3071 GET_LONGJMP_TARGET): Remove defines.
3072 (get_longjmp_target): Remove prototype.
3073 (IN_SIGTRAMP): Remove define.
3074 (i386bsd_in_sigtramp): Remove prototype.
3075 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3076 function. Update comment accordingly
3077 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3078 (FRAME_SAVED_PC): Remove define.
3079 (i386bsd_frame_saved_pc): Remove prototype.
3080 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3081 Remove prototype.
3082 (USE_STRUCT_CONVENTION): Remove prototype.
3083 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3084 declaration.
3085 (_initialize_i386bsd_nat): Revise logic to determine some
3086 constants at compile time when compiling a native GDB. Warn if
3087 things don't match up with what we expect.
3088 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3089 Remove variables.
3090 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
3091 to use date stored in `struct gdbarch_tdep'.
3092 (i386bsd_sigcontext_offset): Remove varaible.
3093 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
3094 stored in `struct gdbarch_tdep'.
3095 (i386bsd_frame_saved_pc): Make static.
3096 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3097 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3098 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3099 i386fbsd4_sc_pc_offset): New variables.
3100 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3101 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3102 functions.
3103 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3104 functions.
3105 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3106 Modify the value of i386fbsd_sigtramp_start and
3107 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3108 i386fbsd_sigtramp_end.
3109 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3110 function.
3111
3112 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3113 define to i386-linux-tdep.h.
3114 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3115 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3116 defines.
3117 (i386_linux_register_name, i386_linux_register_byte,
3118 i386_linux_register_raw_size): Remove prototypes.
3119 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3120 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3121 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3122 TARGET_WRITE_PC): Remove defines.
3123 (i386_linux_in_sigtramp, i386_linux_frame_chain,
3124 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3125 i386_linux_write_pc): Remove prototypes.
3126 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3127 (get_longjmp_target): Remove prototype.
3128 * i386-linux-tdep.h: New file.
3129 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3130 * i386-linux-tdep.c: Include "i386-tdep.h" and
3131 "i386-linux-tdep.h".
3132 (i386_linux_register_name, i386_linux_register_byte,
3133 i386_linux_register_raw_size, i386_linux_in_sigtramp,
3134 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3135 Make static.
3136 (i386_linux_init_abi): New function.
3137 (_initialize_i386_linux_tdep): New function.
3138
3139 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3140 (i386_saved_pc_after_call): Remove prototype.
3141 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3142 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3143 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3144 (i386_register_name, i386_stab_reg_to_regnum,
3145 i386_dwarf_reg_to_regnum): Remove prototypes.
3146 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3147 SIZEOF_SSE_REGS): Remove defines.
3148 (REGISTER_BYTES): Remove define.
3149 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3150 (i386_register_byte, i386_register_raw_size): Remove prototypes.
3151 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3152 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3153 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3154 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3155 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3156 (get_longjmp_target): Remove prototype.
3157 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3158 (sigtramp_saved_pc): Remove define.
3159 (i386v4_sigtramp_saved_pc): Remove prototype.
3160 * config/i386/tm-go32.h (FRAME_CHAIN,
3161 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3162 (i386go32_frame_saved_pc): Remove prototype.
3163 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3164 (get_longjmp_target): Remove prototype.
3165 * i386-tdep.h: Include "osabi.h".
3166 (enum i386_abi): Removed.
3167 (enum struct_return): New enum.
3168 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3169 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3170 sc_pc_offset members.
3171 (i386_gdbarch_register_os_abi): Remove prototype.
3172 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3173 I386_SSE_NUM_REGS): New defines.
3174 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3175 I386_SSE_SIZEOF_REGS): New defines.
3176 (i386_register_name, i386_register_byte, i386_register_raw_size):
3177 New prototypes.
3178 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3179 (i386bsd_sigtramp_saved_pc): New prototype.
3180 * i386-tdep.c: Don't include "elf-bfd.h".
3181 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3182 i386_frame_chain, i386_saved_pc_after_call): Make static.
3183 (i386_frame_saved_pc): Rewrite to call architecture dependent
3184 function to deal with signal handlers. Make static.
3185 (i386go32_frame_saved_pc): Removed.
3186 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3187 Removed.
3188 (i386_get_longjmp_target): New function.
3189 (default_struct_convention, pcc_struct_convention,
3190 reg_struct_convention, valid_conventions, struct_convention): New
3191 variables.
3192 (i386_use_struct_convention): New function.
3193 (i386v4_sigtramp_saved_pc): Renamed to
3194 i386_svr4_sigtramp_saved_pc. Made static. Moved.
3195 (i386_pc_in_sigtramp): New function.
3196 (i386_abi_names): Removed.
3197 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3198 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3199 Removed.
3200 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3201 i386_gdbarch_register_os_abi): Removed.
3202 (struct i386_abi_handler): Removed.
3203 (i386_abi_handler_list): Removed.
3204 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3205 functions.
3206 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
3207 i386_nw_init_abi): New functions.
3208 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
3209 Use set_gdbarch_xxx() calls instead of relying on macros for a
3210 number of calls.
3211 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
3212 (_initialize_i386_tdep): Add new 'struct-convcention' command.
3213 Register the various architecture variants defined in this file.
3214
3215 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
3216
3217 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
3218 (struct main_type): Remove arg_types member. Update comments for
3219 struct field.
3220 (TYPE_ARG_TYPES): Remove.
3221 (TYPE_FN_FIELD_ARGS): Update.
3222 (smash_to_method_type): Update prototype.
3223
3224 * c-typeprint.c (cp_type_print_method_args): Take method type
3225 instead of argument list. Use new argument layout. Simplify.
3226 (c_type_print_args): Use new argument layout. Simplify.
3227 (c_type_print_base): Update call to cp_type_print_method_args.
3228 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
3229 argument; use die->type instead. Update call to
3230 smash_to_method_type.
3231 (read_structure_scope): Update call to dwarf2_add_member_fn.
3232 * gdbtypes.c (allocate_stub_method): Update comment.
3233 (smash_to_method_type): Take new NARGS and VARARGS arguments.
3234 Use new argument layout.
3235 (check_stub_method): Use new argument layout. Don't count
3236 void as an argument.
3237 (print_arg_types): Update comments. Use new argument layout.
3238 (recursive_dump_type): Don't print arg_types member.
3239 * hpread.c (hpread_read_struct_type): Use new argument layout.
3240 (fixup_class_method_type): Likewise.
3241 (hpread_type_lookup): Likewise.
3242 * stabsread.c (read_type): Update calls to read_args and
3243 smash_to_method_type.
3244 (read_args): Use new argument layout. Simplify.
3245 * valops.c (typecmp): Use new argument layout. Update parameters
3246 and comments. Simplify.
3247 (hand_function_call): Use new argument layout.
3248 (search_struct_method): Update call to typecmp.
3249 (find_overload_match): Use new argument layout.
3250
3251 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3252
3253 * NEWS: Mention multithreaded debug support for gdbserver.
3254
3255 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3256
3257 * MAINTAINERS: Mention NEWS.
3258
3259 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3260
3261 * gdbserver/regcache.c: Add comment.
3262
3263 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3264
3265 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
3266 (struct mips_objfile_private, compare_pdr_entries): New.
3267 (non_heuristic_proc_desc): Read the ".pdr" section if it
3268 is present.
3269
3270 2002-06-12 Andrew Cagney <ac131313@redhat.com>
3271
3272 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
3273 (arm_debug): New static variable.
3274 (_initialize_arm_tdep): Add ``set debug arm'' command.
3275
3276 2002-06-12 Andrew Cagney <ac131313@redhat.com>
3277
3278 * Makefile.in (sim_arm_h): Define.
3279 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
3280 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
3281 (arm_register_sim_regno): New function, map an internal REGNUM
3282 onto a simulator register number.
3283 (arm_gdbarch_init): Set register_sim_regno.
3284
3285 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
3286
3287 * MAINTAINERS: Add self.
3288
3289 2002-06-11 Jim Blandy <jimb@redhat.com>
3290
3291 * source.c (source_info): Mention whether the symtab has
3292 information about preprocessor macros.
3293
3294 Call the command `info macro', not `show macro'.
3295 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
3296 Fix error message.
3297 (_initialize_macrocmd): Register `info_macro_command' in
3298 `infolist', not `showlist'.
3299
3300 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
3301
3302 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
3303 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
3304 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
3305 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
3306 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
3307 unconditionally.
3308 (set_mipsfpu_single_command, set_mipsfpu_double_command)
3309 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
3310 (_initialize_mips_tdep): Remove dead code.
3311 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
3312 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3313 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
3314 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
3315 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
3316 MIPS_LAST_FP_ARG_REGNUM): Remove.
3317
3318 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
3319
3320 * gdbserver/thread-db.c: New file.
3321 * gdbserver/proc-service.c: New file.
3322 * gdbserver/acinclude.m4: New file.
3323 * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
3324 proc-service.o, and thread-db.o.
3325 (linux-low.o): Add USE_THREAD_DB.
3326 * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
3327 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
3328 * gdbserver/aclocal.m4: Regenerated.
3329 * gdbserver/config.in: Regenerated.
3330 * gdbserver/configure: Regenerated.
3331 * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
3332 thread_db.h, and linux/elf.h headrs.
3333 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
3334 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
3335 Check for -lthread_db and thread support.
3336 * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
3337 PowerPC, and SuperH.
3338 * gdbserver/i387-fp.c: Constify arguments.
3339 * gdbserver/i387-fp.h: Likewise.
3340 * gdbserver/inferiors.c: (struct thread_info): Renamed from
3341 `struct inferior_info'. Remove PID member. Use generic inferior
3342 list header. All uses updated.
3343 (inferiors, signal_pid): Removed.
3344 (all_threads): New variable.
3345 (get_thread): Define.
3346 (add_inferior_to_list): New function.
3347 (for_each_inferior): New function.
3348 (change_inferior_id): New function.
3349 (add_inferior): Removed.
3350 (remove_inferior): New function.
3351 (add_thread): New function.
3352 (free_one_thread): New function.
3353 (remove_thread): New function.
3354 (clear_inferiors): Use for_each_inferior and free_one_thread.
3355 (find_inferior): New function.
3356 (find_inferior_id): New function.
3357 (inferior_target_data): Update argument type.
3358 (set_inferior_target_data): Likewise.
3359 (inferior_regcache_data): Likewise.
3360 (set_inferior_regcache_data): Likewise.
3361 * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
3362 (all_processes, stopping_threads, using_thrads)
3363 (struct pending_signals, debug_threads, pid_of): New.
3364 (inferior_pid): Replace with macro.
3365 (struct inferior_linux_data): Remove.
3366 (get_stop_pc, add_process): New functions.
3367 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
3368 Use add_process and add_thread.
3369 (linux_attach_lwp): New function, based on old linux_attach. Use
3370 add_process and add_thread. Set stop_expected for new threads.
3371 (linux_attach): New function.
3372 (linux_kill_one_process): New function.
3373 (linux_kill): Kill all LWPs.
3374 (linux_thread_alive): Use find_inferior_id.
3375 (check_removed_breakpoints, status_pending_p): New functions.
3376 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
3377 Update. Use WNOHANG. Wait for cloned processes also. Update process
3378 struct for the found process.
3379 (linux_wait_for_event): New function.
3380 (linux_wait): Use it. Support LWPs.
3381 (send_sigstop, wait_for_sigstop, stop_all_processes)
3382 (linux_resume_one_process, linux_continue_one_process): New functions.
3383 (linux_resume): Support LWPs.
3384 (REGISTER_RAW_SIZE): Remove.
3385 (fetch_register): Use register_size instead. Call supply_register.
3386 (usr_store_inferior_registers): Likewise. Call collect_register.
3387 Fix recursive case.
3388 (regsets_fetch_inferior_registers): Improve error message.
3389 (regsets_store_inferior_registers): Add debugging.
3390 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
3391 (unstopped_p, linux_signal_pid): New functions.
3392 (linux_target_ops): Add linux_signal_pid.
3393 (linux_init_signals): New function.
3394 (initialize_low): Call it. Initialize using_threads.
3395 * gdbserver/regcache.c (inferior_regcache_data): Add valid
3396 flag.
3397 (get_regcache): Fetch registers lazily. Add fetch argument
3398 and update all callers.
3399 (regcache_invalidate_one, regcache_invalidate): New
3400 functions.
3401 (new_register_cache): Renamed from create_register_cache.
3402 Return the new regcache.
3403 (free_register_cache): Change argument to a void *.
3404 (registers_to_string, registers_from_string): Call get_regcache
3405 with fetch flag set.
3406 (register_data): Make static. Pass fetch flag to get_regcache.
3407 (supply_register): Call get_regcache with fetch flag clear.
3408 (collect_register): Call get_regcache with fetch flag set.
3409 (collect_register_as_string): New function.
3410 * gdbserver/regcache.h: Update.
3411 * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
3412 stderr.
3413 Handle input interrupts while waiting for an ACK.
3414 (input_interrupt): Use signal_pid method.
3415 (getpkt): Flush after debug output and use stderr.
3416 (outreg): Use collect_register_as_string.
3417 (new_thread_notify, dead_thread_notify): New functions.
3418 (prepare_resume_reply): Check using_threads. Set thread_from_wait
3419 and general_thread.
3420 (look_up_one_symbol): Flush after debug output.
3421 * gdbserver/server.c (step_thread, server_waiting): New variables.
3422 (start_inferior): Don't use signal_pid. Update call to mywait.
3423 (attach_inferior): Update call to mywait.
3424 (handle_query): Handle qfThreadInfo and qsThreadInfo.
3425 (main): Don't fetch/store registers explicitly. Use
3426 set_desired_inferior. Support proposed ``Hs'' packet. Update
3427 calls to mywait.
3428 * gdbserver/server.h: Update.
3429 (struct inferior_list, struct_inferior_list_entry): New.
3430 * gdbserver/target.c (set_desired_inferior): New.
3431 (write_inferior_memory): Constify.
3432 (mywait): New function.
3433 * gdbserver/target.h: Update.
3434 (struct target_ops): New signal_pid method.
3435 (mywait): Removed macro, added prototype.
3436
3437 * gdbserver/linux-low.h (regset_func): Removed.
3438 (regset_fill_func, regset_store_func): New.
3439 (enum regset_type): New.
3440 (struct regset_info): Add type field. Use new operation types.
3441 (struct linux_target_ops): stop_pc renamed to get_pc.
3442 Add decr_pc_after_break and breakpoint_at.
3443 (get_process, get_thread_proess, get_process_thread)
3444 (strut process_info, all_processes, linux_attach_lwp)
3445 (thread_db_init): New.
3446
3447 * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
3448 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
3449 (the_low_target): Add new members.
3450 * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
3451 (i386_store_fpxregset): Constify.
3452 (target_regsets): Add new kind identifier.
3453 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
3454 (i386_set_pc): Add debugging.
3455 (i386_breakpoint_at): New function.
3456 (the_low_target): Add new members.
3457 * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
3458 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
3459 (mips_breakpoint_at): New.
3460 (the_low_target): Add new members.
3461 * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
3462 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
3463 (the_low_target): Add new members.
3464 * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
3465 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
3466 (the_low_target): Add new members.
3467 * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
3468 identifier.
3469
3470 2002-06-11 Michal Ludvig <mludvig@suse.cz>
3471
3472 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
3473 (unwind_tmp_obstack_free, parse_frame_info)
3474 (update_context, cfi_read_fp, cfi_write_fp)
3475 (cfi_frame_chain, cfi_init_extra_frame_info)
3476 (cfi_virtual_frame_pointer): Use the above function.
3477 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
3478
3479 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
3480
3481 * v850-tdep.c (v850_type_is_scalar): New function.
3482 (v850_use_struct_convention): Match current gcc implementation
3483 as close as possible.
3484 (v850_push_arguments): Fix stack_offset handling. Don't write
3485 struct_addr into register. This is done by v850_store_struct_return.
3486 (v850_extract_return_value): Care for structs.
3487 (v850_store_return_value): Ditto.
3488 (v850_store_struct_return): Actually write address.
3489
3490 2002-06-11 Michal Ludvig <mludvig@suse.cz>
3491
3492 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
3493 without debug information too.
3494
3495 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3496
3497 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
3498 Make multi-arch pure.
3499 * gdbarch.h, gdbarch.c: Re-generate.
3500 * arm-tdep.c (arm_print_float_info): Update.
3501 * arch-utils.h (default_print_float_info): Update.
3502 * arch-utils.c (default_print_float_info): Update.
3503 * infcmd.c (float_info): Update call.
3504
3505 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3506
3507 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
3508 the front of the initialize list.
3509
3510 2002-06-10 Andrew Cagney <ac131313@redhat.com>
3511
3512 * infrun.c (struct inferior_status): Replace fields
3513 selected_frame_address and selected_level with field
3514 selected_frame_id.
3515 (save_inferior_status): Update. Use get_frame_id.
3516 (struct restore_selected_frame_args): Delete.
3517 (restore_selected_frame): Update. Use frame_find_by_id.
3518 (restore_inferior_status): Update.
3519
3520 * breakpoint.h (struct breakpoint): Change type of
3521 watchpoint_frame to frame_id.
3522 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
3523 call to get_current_frame.
3524 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
3525 get_current_frame.
3526 (watchpoint_check): Use frame_find_by_id.
3527
3528 * frame.h (record_selected_frame): Delete declaration.
3529 * stack.c (record_selected_frame): Delete function.
3530
3531 * frame.h (struct frame_id): Define.
3532 (get_frame_id): Declare.
3533 (frame_find_by_id): Declare.
3534 * frame.c (frame_find_by_id): New function.
3535 (get_frame_id): New function.
3536
3537 2002-06-10 Andrey Volkov <avolkov@transas.com>
3538
3539 * ser-e7kpc.c: Fix duplicated define and call of
3540 _initialize_ser_e7000pc
3541
3542 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
3543
3544 * signals/signals.c (target_signal_from_host): Fix #ifdef
3545 SIGRTMIN case.
3546 (do_target_signal_to_host): Likewise.
3547
3548 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
3549
3550 * mips-tdep.c (mips_find_abi_section): New function.
3551 (mips_gdbarch_init): Call it.
3552
3553 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3554
3555 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
3556 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
3557 after Andrew's 2002-06-08 gdbarch change.
3558
3559 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3560
3561 * i386-linux-nat.c (suppy_gregset): Don't supply
3562 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
3563 register cache.
3564 (fill_gregset): Don't fetch it under the same circumstances.
3565
3566 2002-06-09 Andrew Cagney <cagney@redhat.com>
3567
3568 * Makefile.in (callback_h): Define.
3569 (remote_sim_h): Update path to remote-sim.h.
3570 (remote-rdp.o): Add $(callback_h).
3571 (remote-sim.o): Use $(callback_h).
3572 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
3573 * remote-rdp.c: Include "gdb/callback.h".
3574
3575 2002-06-09 Mark Kettenis <kettenis@gnu.org>
3576
3577 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3578 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
3579
3580 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3581
3582 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
3583 * rdi-share/serpardr.c: Ditto.
3584 * rdi-share/unixcomm.c: Ditto.
3585 * rdi-share/serdrv.c: Ditto.
3586 * rdi-share/hostchan.h: Ditto.
3587 * rdi-share/hostchan.c: Ditto.
3588 * rdi-share/host.h: Ditto.
3589 * rdi-share/devsw.c: Ditto.
3590
3591 * objfiles.h: Change type of obj_private to void pointer.
3592 * pa64solib.c: Update copyright. Don't include "assert.h", use
3593 strcmp instead of STREQ, use LONGEST, do not use PTR
3594 * somsolib.c: Ditto.
3595
3596 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
3597 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
3598 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
3599
3600 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3601
3602 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
3603 (default_get_saved_register): Delete function.
3604 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
3605 generic_unwind_get_saved_register.
3606 * gdbarch.h, gdbarch.c: Re-generate.
3607
3608 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3609
3610 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
3611 generic_func_frame_chain_valid.
3612 * gdbarch.h, gdbarch.c: Re-generate.
3613 * blockframe.c (generic_func_frame_chain_valid): Only check
3614 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
3615 passing FP to PC_IN_CALL_DUMMY.
3616 Fix PR gdb/360.
3617
3618 2002-06-08 Andrew Cagney <ac131313@redhat.com>
3619
3620 * gdbarch.sh (struct gdbarch_data): Add field init_p.
3621 (register_gdbarch_data): Initialize init_p.
3622 (gdbarch_data): Initialize data pointer using the init function.
3623 (init_gdbarch_data): Delete function.
3624 (gdbarch_update_p): Update.
3625 (initialize_non_multiarch): Update.
3626 (struct gdbarch): Add field initialized_p.
3627 * gdbarch.h, gdbarch.c: Re-generate.
3628
3629 2002-06-07 Michal Ludvig <mludvig@suse.cz>
3630
3631 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
3632 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
3633 better do the things actually here.
3634 * x86-64-tdep.c (x86_64_register_name2nr): New.
3635 (x86_64_register_name): Renamed to x86_64_register_nr2name.
3636 (x86_64_gdbarch_init): Respect the above change.
3637 * x86-64-tdep.h (x86_64_register_name2nr)
3638 (x86_64_register_nr2name): Add prototypes.
3639 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
3640
3641 2002-06-06 Michael Snyder <msnyder@redhat.com>
3642
3643 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
3644 Delete extra braces and re-indent.
3645 (d10v_store_return_value): Char return values
3646 must be shifted over by one byte in R0.
3647 (d10v_extract_return_value): Delete extra braces, re-indent.
3648
3649 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
3650
3651 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
3652 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
3653 (d10v_integer_to_address): Rewrite.
3654 (d10v_frame_init_saved_regs): When reading fp and sp registers use
3655 the d10v specific functions which take care of converting to the
3656 correct space.
3657
3658 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
3659
3660 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
3661 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
3662
3663 2002-06-02 Andrew Cagney <ac131313@redhat.com>
3664
3665 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
3666 includes.
3667 * config/tm-linux.h: Ditto.
3668 * config/alpha/tm-alphalinux.h: Ditto.
3669 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
3670 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
3671 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
3672 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
3673 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
3674 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
3675 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
3676 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
3677 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
3678 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
3679 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
3680 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
3681 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
3682 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
3683 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
3684 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
3685 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
3686 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
3687 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
3688 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
3689 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
3690 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
3691 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
3692 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
3693 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
3694 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
3695 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
3696 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
3697 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
3698 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
3699 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
3700 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
3701 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
3702 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
3703 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
3704 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
3705 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
3706
3707 2002-05-04 Aidan Skinner <aidan@velvet.net>
3708
3709 * ada-exp.tab.c: New file
3710 * ada-exp.y: New file
3711 * ada-lang.c: New file
3712 * ada-lang.h: New file
3713 * ada-lex.c: New file
3714 * ada-lex.l: New file
3715 * ada-tasks.c: New file
3716 * ada-typeprint.c: New file
3717 * ada-valprint.c: New file
3718
3719 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
3720
3721 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
3722 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
3723
3724 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
3725
3726 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
3727 insetead of ppc-linux-tdep.o.
3728 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
3729 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
3730
3731 2002-06-02 Andrew Cagney <ac131313@redhat.com>
3732
3733 2002-05-07 Christian Groessler <chris@groessler.org>
3734 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
3735 bit register contents for little endian hosts.
3736
3737 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3738
3739 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
3740 any maintainer.
3741
3742 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3743
3744 * gdbarch.h: Regenerate.
3745
3746 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3747
3748 * MAINTAINERS: Add everyone to write-after-approval list.
3749
3750 2002-06-01 Andrew Cagney <ac131313@redhat.com>
3751
3752 * stack.c (frame_info): Use frame_register_unwind instead of
3753 saved_regs. Mention when the SP is on the stack or in a register.
3754
3755 * frame.h (frame_register_unwind_ftype): Define. Document.
3756 (struct frame_info): Add field register_unwind and
3757 register_unwind_cache.
3758 (frame_register_unwind): Declare.
3759 (generic_unwind_get_saved_register): Declare.
3760
3761 * frame.c (frame_register_unwind): New function.
3762 (generic_unwind_get_saved_register): New function.
3763
3764 * blockframe.c (generic_call_dummy_register_unwind): New function.
3765 (frame_saved_regs_register_unwind): New function.
3766 (set_unwind_by_pc): New function.
3767 (create_new_frame): New function.
3768 (get_prev_frame): New function.
3769
3770 2002-05-30 Andrew Cagney <ac131313@redhat.com>
3771
3772 * a29k-share/: Delete directory.
3773 * remote-vx29k.c: Delete file.
3774
3775 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3776
3777 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
3778 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3779
3780 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3781
3782 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
3783 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
3784 (sparc64nbsd-nat.o)
3785 (sparcnbsd-nat.o)
3786 (sparcnbsd-tdep.o): New dependency lists.
3787 * NEWS: Note new UltraSPARC NetBSD native configuration.
3788 * configure.host (sparc64-*-netbsd*): New host.
3789 * configure.tgt (sparc-*-netbsdelf*)
3790 (sparc-*-netbsd*): Set gdb_target to nbsd.
3791 (sparc64-*-netbsd*): New target.
3792 * sparc64nbsd-nat.c: New file.
3793 * sparcnbsd-nat.c: New file.
3794 * sparcnbsd-tdep.c: New file.
3795 * sparcnbsd-tdep.h: New file.
3796 * config/sparc/nbsd.mt: New file.
3797 * config/sparc/nbsd64.mh: New file.
3798 * config/sparc/nbsd64.mt: New file.
3799 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
3800 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
3801 (HOST_IPC): Remove.
3802 * config/sparc/nbsdaout.mt: Remove.
3803 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
3804 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
3805 (HOST_IPC): Remove.
3806 * config/sparc/nbsdelf.mt: Remove.
3807 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
3808 sparc-nat.c compatiblity defines.
3809 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
3810 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
3811 * config/sparc/tm-nbsd64.h: New file.
3812 * config/sparc/tm-nbsdaout.h: Remove.
3813 * config/sparc/xm-nbsd.h: Remove.
3814
3815 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3816
3817 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
3818 * sparc-tdep.c: Include osabi.h.
3819 (gdbarch_tdep): Add osabi member.
3820 (_initialize_sparc_tdep): Use gdbarch_register.
3821 (sparc_gdbarch_init): Use generic OS ABI framework.
3822 (sparc_dump_tdep): New function.
3823
3824 2002-05-30 Kevin Buettner <kevinb@redhat.com>
3825
3826 * corefile.c (do_captured_read_memory_integer): Return non-zero
3827 result.
3828 (safe_read_memory_integer): Copy result of memory read when
3829 status is non-zero. Also, add comments.
3830
3831 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
3832
3833 * Makefile.in (ppc_tdep_h): Define.
3834 (ppc-linux-nat.o)
3835 (ppc-linux-tdep.o)
3836 (rs6000-tdep.o): Use $(ppc_tdep_h).
3837 (ppc-sysv-tdep.o)
3838 (ppcnbsd-nat.o)
3839 (ppcnbsd-tdep.o): New dependency lists.
3840 * ppc-tdep.h: Use generic OS ABI framework.
3841 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
3842 (ppc_linux_init_abi): New functions.
3843 (ppc_sysv_abi_broken_use_struct_convention)
3844 (ppc_sysv_abi_use_struct_convention)
3845 (ppc_sysv_abi_push_arguments): Move to...
3846 * ppc-sysv-tdep.c: ...here.
3847 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
3848 * rs6000-tdep.c (process_note_abi_tag_sections)
3849 (get_elfosabi): Remove.
3850 (rs6000_gdbarch_init): Use generic OS ABI framework.
3851 (rs6000_dump_tdep): New function.
3852 (_initialize_rs6000_tdep): Use gdbarch_register.
3853 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
3854 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
3855 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
3856 of ppc-linux-tdep.o.
3857 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
3858 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
3859 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
3860 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
3861 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
3862 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
3863
3864 2002-05-29 Jim Blandy <jimb@redhat.com>
3865
3866 * macroscope.c (default_macro_scope): Put `void' in empty argument
3867 list.
3868
3869 2002-05-29 Andrew Cagney <ac131313@redhat.com>
3870
3871 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
3872 * arch-utils.c: Include "sim-regno.h".
3873 * gdbarch.sh: Don't include "sim-regno.h".
3874 * gdbarch.h, gdbarch.c: Regenerate.
3875 * sim-regno.h (legacy_register_sim_regno): Move declaration from
3876 here.
3877 * arch-utils.h (legacy_register_sim_regno): To here.
3878 * remote-sim.c (legacy_register_sim_regno): Move function from
3879 here.
3880 * arch-utils.c (legacy_register_sim_regno): To here.
3881
3882 2002-05-28 Andrew Cagney <ac131313@redhat.com>
3883
3884 * sim-regno.h: New file.
3885 * Makefile.in (sim_regno_h): Define.
3886 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
3887 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
3888 (legacy_register_sim_regno): New function.
3889 (one2one_register_sim_regno): New function.
3890 (gdbsim_fetch_register): Rewrite.
3891 (gdbsim_store_register): Only store a register when
3892 REGISTER_SIM_REGNO is valid.
3893 * d10v-tdep.c: Include "sim-regno.h".
3894 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
3895 (d10v_ts3_register_sim_regno): Ditto.
3896 * gdbarch.sh: Include "sim-regno.h".
3897 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
3898 * gdbarch.h, gdbarch.c: Regenerate.
3899 * arch-utils.h (default_register_sim_regno): Delete declaration.
3900 * arch-utils.c (default_register_sim_regno): Delete function.
3901
3902 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
3903
3904 * ppcnbsd-nat.c: Rewrite.
3905 * ppcnbsd-tdep.c: New file.
3906 * ppcnbsd-tdep.h: New file.
3907 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
3908 solib.o, and solib-svr4.o.
3909 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
3910 nbsd-tdep.o, and corelow.o.
3911
3912 2002-05-28 Andrew Cagney <ac131313@redhat.com>
3913
3914 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
3915 `tr' and `sed'. Mention that `broken' targets are not expected to
3916 build.
3917
3918 2002-05-27 Michal Ludvig <mludvig@suse.cz>
3919
3920 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
3921 Let PC point right after the prologue before looking up symbols.
3922
3923 2002-05-27 Martin M. Hunt <hunt@redhat.com>
3924
3925 * i386-tdep.c (i386_register_virtual_type): Return
3926 builtin_type_vec128i for SSE registers.
3927
3928 * gdbtypes.h (builtin_type_vec128i): Declare.
3929
3930 * gdbtypes.c (build_builtin_type_vec128i): New function.
3931 (builtin_type_v2_double, builtin_type_v4_int64): New types.
3932 (builtin_type_vec128i): New type for SSE2 128-bit registers.
3933 (build_gdbtypes): Initialize new builtin vector types.
3934 (_initialize_gdbtypes): Register new vector types with gdbarch.
3935
3936 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3937
3938 * MAINTAINERS: ns32k is not longer an obsolete candidate,
3939 since it has been multi-arch'd.
3940 * NEWS: Note that ns32k-*-* is now partial multi-arch.
3941 Move Alpha and VAX multi-arch news entries to same section
3942 as other multi-arch news.
3943
3944 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3945
3946 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
3947 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
3948 static. Rename some register numbers to put them in ns32k-tdep
3949 private namespace.
3950 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
3951 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
3952 functions.
3953 (_initialize_ns32k_tdep): Use gdbarch_register.
3954 * ns32k-tdep.h: New file.
3955 * ns32knbsd-tdep.c: New file.
3956 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
3957 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
3958 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
3959 REGISTER_BYTES, REGISTER_BYTE): Remove.
3960 * config/ns32k/tm-ns32k.h: New file.
3961 * config/ns32k/tm-umax.h: Remove.
3962
3963 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3964
3965 * ns32k-tdep.c (ns32k_saved_pc_after_call,
3966 ns32k_store_struct_return, ns32k_extract_return_value,
3967 ns32k_store_return_value, ns32k_extract_struct_value_address): New
3968 functions.
3969 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
3970 ns32k_saved_pc_after_call.
3971 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
3972 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
3973 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
3974 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
3975 ns32k_extract_struct_value_address.
3976
3977 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3978
3979 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
3980 ns32k_fix_call_dummy): New.
3981 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
3982 ns32k_call_dummy_words.
3983 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
3984 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
3985 CALL_DUMMY_NARGS): Remove.
3986 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
3987
3988 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
3989
3990 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
3991 ns32k_frame_saved_pc, ns32k_frame_args_address,
3992 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
3993 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
3994 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
3995 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
3996 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
3997 (BREAKPOINT): Remove..
3998 (FRAME_CHAIN): Define as ns32k_frame_chain.
3999 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4000 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4001 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4002 (FRAME_FIND_SAVED_REGS): Remove.
4003 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4004 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4005 (POP_FRAME): Define as ns32k_pop_frame.
4006
4007 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4008
4009 * ns32k-tdep.c (ns32k_register_byte_32082,
4010 ns32k_register_byte_32382, ns32k_register_raw_size,
4011 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4012 functions.
4013 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4014 ns32k_register_byte_32382.
4015 * config/ns32k/tm-umax.h: Update copyright years.
4016 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4017 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4018 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4019 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4020 (ns32k_get_enter_addr): Fix prototype.
4021
4022 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4023
4024 * ns32k-tdep.c: Update copyright years.
4025 (ns32k_register_name_32082): New function.
4026 (ns32k_register_name_32382): Ditto.
4027 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4028 (REGISTER_NAME): Define as ns32k_register_name_32382.
4029 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4030 (REGISTER_NAME): Define as ns32k_register_name_32082.
4031
4032 2002-05-24 Jim Blandy <jimb@redhat.com>
4033
4034 * dwarf2read.c (free_line_header): Use xfree, not free.
4035
4036 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4037
4038 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4039 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4040
4041 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4042
4043 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4044
4045 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4046
4047 From Ross Alexander at NEC Europe:
4048 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4049
4050 2002-05-23 Michael Snyder <msnyder@redhat.com>
4051
4052 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4053 for input, rather than parse_and_eval_address.
4054
4055 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4056
4057 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4058 * Makefile.in (sim_d10v_h): Update definition.
4059
4060 2002-05-24 Andrew Cagney <cagney@redhat.com>
4061
4062 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4063 change `2002-05-22 Michael Snyder' below.
4064 (d10v_push_arguments): Ditto.
4065 (d10v_extract_return_value): Ditto.
4066
4067 2002-05-23 Jim Blandy <jimb@redhat.com>
4068
4069 * macrotab.c (check_for_redefinition): Don't complain if the new
4070 definition is the same as the previous one. Take more arguments
4071 to allow the comparison.
4072 (macro_define_object, macro_define_function): Pass more arguments
4073 to check_for_redefinition.
4074
4075 2002-05-22 Michael Snyder <msnyder@redhat.com>
4076
4077 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4078 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4079 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4080 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4081 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4082 Add a temp variable to save a call (and a memory read).
4083 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4084 if possible (so that PC_IN_CALL_DUMMY will work).
4085
4086 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
4087
4088 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4089
4090 2002-05-22 Michal Ludvig <mludvig@suse.cz>
4091
4092 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4093 fde->cie_ptr.
4094 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4095 (dwarf2_build_frame_info): Add offset to fde->initial_location
4096 so that frames of shared libraries are mapped correctly.
4097 (execute_stack_op): Change type of 'result' from ULONGEST to
4098 CORE_ADDR.
4099
4100 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4101
4102 * config/alpha/tm-nbsd.h: Include solib.h.
4103
4104 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4105
4106 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4107 assumptions about the host's byte order.
4108
4109 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4110
4111 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4112 to dependency list.
4113 * alphanbsd-tdep.c: Include solib-svr4.h.
4114 * shnbsd-tdep.c: Ditto.
4115
4116 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4117
4118 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4119 nbsd-tdep.h to dependency list.
4120 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4121 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4122 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4123 nbsdaout.mh and nbsdelf.mh consistently.
4124 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4125 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4126 nbsdaout.mt and nbsdelf.mh consistently.
4127 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4128 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4129 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4130 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4131 a.out shared library stuff from here...
4132 * config/nm-nbsdaout.h: ...to here.
4133 * config/tm-nbsd.h: Remove.
4134 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4135 * config/arm/nbsd.mh: Remove.
4136 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4137 nbsd-tdep.o.
4138 * config/arm/nbsdaout.mh: New file.
4139 * config/arm/nbsdelf.mh: New file.
4140 * config/arm/nm-nbsdaout.h: New file.
4141 * config/i386/nbsd.mh: Remove.
4142 * config/i386/nbsd.mt: Remove.
4143 * config/i386/nbsdaout.mh: New file.
4144 * config/i386/nbsdaout.mt: New file.
4145 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4146 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4147 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4148 i386_register_u_addr): Remove.
4149 * config/i386/nm-nbsdaout.h: New file.
4150 * config/i386/nm-nbsdelf.h: Remove.
4151 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4152 (USE_STRUCT_CONVENTION): Remove.
4153 * config/i386/tm-nbsdaout.h: New file.
4154 * config/i386/tm-nbsdelf.h: Remove.
4155 * config/m68k/nbsd.mh: Remove.
4156 * config/m68k/nbsd.mt: Remove.
4157 * config/m68k/nbsdaout.mh: New file.
4158 * config/m68k/nbsdaout.mt: New file.
4159 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4160 * config/m68k/nm-nbsdaout.h: New file.
4161 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4162 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4163 * config/ns32k/nbsd.mh: Remove.
4164 * config/ns32k/nbsd.mt: Remove.
4165 * config/ns32k/nbsdaout.mh: New file.
4166 * config/ns32k/nbsdaout.mt: New file.
4167 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4168 * config/ns32k/nm-nbsdaout.h: New file.
4169 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4170 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4171 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4172 (SVR4_SHARED_LIBS): Remove.
4173 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4174 * config/sparc/nbsd.mh: Remove.
4175 * config/sparc/nbsd.mt: Remove.
4176 * config/sparc/nbsdaout.mh: New file.
4177 * config/sparc/nbsdaout.mt: New file.
4178 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4179 * config/sparc/nbsdelf.mt: New file.
4180 * config/sparc/nm-nbsdaout.h: New file.
4181 * config/sparc/nm-nbsdelf.h: Remove.
4182 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4183 * config/sparc/tm-nbsdaout.h: New file.
4184
4185 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4186
4187 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4188 mipsnbsd-tdep.c
4189 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4190
4191 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4192
4193 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4194 shnbsd-nat.c.
4195 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4196
4197 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4198
4199 * NEWS: Note new MIPS NetBSD native configuration.
4200 * configure.host (mips*-*-netbsd*): New host.
4201 * configure.tgt (mips*-*-netbsd*): New target.
4202 * mipsnbsd-nat.c: New file.
4203 * mipsnbsd-tdep.c: New file.
4204 * mipsnbsd-tdep.h: New file.
4205 * config/mips/nbsd.mh: New file.
4206 * config/mips/nbsd.mt: New file.
4207 * config/mips/nm-nbsd.h: New file.
4208 * config/mips/tm-nbsd.h: New file.
4209
4210 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4211
4212 * Makefile.in (SFILES): Add osabi.c.
4213 (COMMON_OBS): Add osabi.o.
4214 (osabi.o): New dependency list.
4215 * osabi.c: New file.
4216 * osabi.h: New file.
4217 * doc/gdbint.texinfo: Document new generic OS ABI framework.
4218
4219 * Makefile.in (alpha_tdep_h): Define and use instead of
4220 alpha-tdep.h.
4221 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4222 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4223 Remove.
4224 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4225 * alpha-tdep.h: Include osabi.h.
4226 (alpha_abi): Remove.
4227 (gdbarch_tdep): Use generic OS ABI framework.
4228 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4229 gdbarch_register_osabi.
4230 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4231 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4232 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4233
4234 * Makefile.in (sh_tdep_h): Add osabi.h.
4235 * sh-tdep.h (sh_osabi): Remove.
4236 (gdbarch_tdep): Use generic OS ABI framework.
4237 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4238 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4239 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4240 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4241
4242 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4243 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4244 gdbarch_register_osabi.
4245 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4246 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4247 (get_elfosabi): Rename to...
4248 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
4249 ABI framework support routines.
4250 (arm_gdbarch_init): Use generic OS ABI framework.
4251 (arm_dump_tdep): Likewise.
4252 (_initialize_arm_tdep): Likewise.
4253 * arm-tdep.h: Include osabi.h.
4254 (arm_abi): Remove.
4255 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
4256 osabi member.
4257 (arm_gdbarch_register_os_abi): Remove prototype.
4258 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4259 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4260
4261 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4262 * mips-tdep.c: Include osabi.h.
4263 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4264 OS ABI framework.
4265
4266 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
4267
4268 * h8300-tdep.c: Fix formatting.
4269
4270 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
4271
4272 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4273 printing vector registers.
4274
4275 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4276
4277 From Fernando Nasser:
4278 * remote.c (remote_async_open_1): Re-throw the exception when the
4279 connection fails.
4280 (remote_cisco_open): Ditto.
4281 (remote_open_1): Ditto.
4282
4283 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4284
4285 * remote.c (remote_start_remote_dummy): Add uiout parameter.
4286 (remote_start_remote): Add uiout parameter. Pass through to
4287 remote_start_remote_dummy.
4288 (remote_open_1): Use catch_exception instead of catch_errors.
4289 (remote_async_open_1): Ditto.
4290 (remote_cisco_open): Ditto.
4291
4292 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4293
4294 * remote.c (remote_start_remote): Replace PTR with void pointer.
4295 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
4296 static.
4297
4298 2002-05-18 Andrew Cagney <ac131313@redhat.com>
4299
4300 * gdb_indent.sh: Allow the script to be run in the sim directory.
4301
4302 2002-05-18 Mark Kettenis <kettenis@gnu.org>
4303
4304 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4305 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4306
4307 * corelow.c (core_open): Only call set_gdbarch_from_file if
4308 exec_bfd is NULL.
4309
4310 2002-05-17 Andrey Volkov <avolkov@transas.com>
4311
4312 * h8300-tdep.c: Add support of EXR register
4313 * config/h8300/tm-h8300.h: Ditto.
4314
4315 2002-05-17 Andrey Volkov <avolkov@transas.com>
4316
4317 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
4318
4319 2002-05-17 Andrey Volkov <avolkov@transas.com>
4320
4321 * h8300-tdep.c: Change literal regnums to REGNO.
4322
4323 2002-05-17 Jim Blandy <jimb@redhat.com>
4324
4325 * NEWS: Note addition of macro support.
4326
4327 Expand preprocessor macros in C expressions.
4328 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4329 (scan_macro_expansion, scanning_macro_expansion,
4330 finished_macro_expansion): New function declarations.
4331 (expression_macro_lookup_func, expression_macro_lookup_baton): New
4332 variable declarations.
4333 * parser-defs.h (expression_context_pc): New declaration.
4334 * parse.c (expression_context_pc): New variable.
4335 (parse_exp_1): Set expression_context_pc, as well as
4336 expression_context_block.
4337 * c-exp.y (yylex): If we're not already reading the result of a
4338 macro expansion, try to macro-expand the next token. When we're
4339 done scanning a macro expansion, switch back to the mainline text.
4340 Commas and `if's in a macro's expansion don't terminate the input.
4341 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4342 (macro_original_text, macro_expanded_text,
4343 expression_macro_lookup_func, expression_macro_lookup_baton): New
4344 variables.
4345 (scan_macro_expansion, scanning_macro_expansion,
4346 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4347 c_preprocess_and_parse): New functions.
4348 (c_language_defn, cplus_language_defn, asm_language_defn): Call
4349 c_preprocess_and_parse, instead of c_parse.
4350 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4351 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4352
4353 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
4354
4355 * sh-tdep.c (gdb_print_insn_sh64): Delete.
4356 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4357 (sh_gdbarch_init): Always use gdb_print_insn_sh.
4358
4359 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
4360
4361 * NEWS: Add section for multi-arched targets. Add v850 to that section.
4362
4363 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
4364
4365 * Makefile.in (sh_tdep_h): Define and use.
4366 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4367 register enum): Move to...
4368 * * sh-tdep.h: ...here.
4369 * sh-tdep.c: Include sh-tdep.h.
4370 * sh3-rom.c: Likewise.
4371 * shnbsd-tdep.c: Likewise.
4372
4373 2002-05-16 Michael Snyder <msnyder@redhat.com>
4374
4375 * arm-tdep.c: Spelling fix in comment.
4376
4377 2002-05-16 Jim Blandy <jimb@redhat.com>
4378
4379 Add commands for manually expanding macros and showing their
4380 definitions.
4381 * macrocmd.c, macroscope.c, macroscope.h: New files.
4382 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4383 (macroscope_h): New variable.
4384 (HFILES_NO_SRCDIR): Add macroscope.h.
4385 (COMMON_OBS): Add macrocmd.o, macroscope.o.
4386 (macroscope.o, macrocmd.o): New rules.
4387
4388 Teach the Dwarf 2 reader to read macro information.
4389 * dwarf2read.c: #include "macrotab.h".
4390 (dwarf_macinfo_buffer): New variable.
4391 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4392 dwarf_macinfo_size.
4393 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
4394 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
4395 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
4396 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
4397 dwarf2_macro_spaces_in_definition): New complaints.
4398 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
4399 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
4400 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
4401 the partial symbol table.
4402 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
4403 from what's recorded in the partial symbol table.
4404 (read_file_scope): If the compilation unit has a
4405 `DW_AT_macro_info' attribute, read its macro information.
4406 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
4407
4408 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
4409
4410 Fix PR gdb/546
4411 * ser-tcp.c: Don't include <netinet/udp.h>.
4412
4413 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
4414
4415 * MAINTAINERS: Update my email address.
4416
4417 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
4418
4419 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
4420 include file of the same name.
4421
4422 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4423
4424 * configure.tgt: Mark v850 as multi-arched.
4425 * config/v850/tm-v850.h: Remove file.
4426 * config/v850/v850.mt: Eliminate TM_FILE.
4427
4428 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4429
4430 * v850-tdep.c: Full multi-arch.
4431 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
4432 Define GDB_MULTI_ARCH to 2.
4433
4434 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
4435
4436 * p-exp.y (current_type): New static variable.
4437 Carries the type of the expression at the position that is parsed.
4438 (push_current_type, pop_current_type): Two new functions. Used
4439 to store/restore current_type in expression on specific tokens.
4440 (search_field): New static variable. Set to one after parsing a point
4441 as at that point only a FIELDNAME token should be searched.
4442 (FIELDNAME): New token. After a point only a token belonging to
4443 current_type type definition is allowed.
4444 (all over token rules): reset and change current_type according
4445 to rules.
4446 (exp '[' rule): insert implicit array index field if
4447 exp is a pascal string type.
4448
4449 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4450
4451 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
4452 frame info. Use frame_info's saved_regs instead of matching member
4453 in extra_frame_info throughout.
4454 (v850_frame_init_saved_regs): New function.
4455 (v850_init_extra_frame_info): Move most functionality into
4456 v850_frame_init_saved_regs().
4457 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
4458 (v850_frame_find_saved_regs): Remove declaration.
4459 (FRAME_FIND_SAVED_REGS): Remove definition.
4460 (v850_frame_init_saved_regs): Add declaration.
4461 (FRAME_INIT_SAVED_REGS): Add definition.
4462
4463 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4464
4465 * v850-tdep.c: Begin multi-arch'ing v850.
4466 (v850_target_architecture_hook): Remove function.
4467 (v850_gdbarch_init): New function. Add code previously in
4468 v850_target_architecture_hook().
4469 (_initialize_v850_tdep): Don't set target_architecture_hook.
4470 Call register_gdbarch_init() instead.
4471
4472 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
4473
4474 * gdbtypes.h (struct cplus_struct_type): Remove args field.
4475 * hpread.c (hpread_read_struct_type): Remove assignments to args.
4476 (fixup_class_method_type): Likewise.
4477
4478 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
4479
4480 From Martin Pool <mbp@samba.org>:
4481 * gdbserver/server.c (gdbserver_usage): New function.
4482 (main): Call it.
4483
4484 2002-05-15 Jim Blandy <jimb@redhat.com>
4485
4486 Add macro structures to GDB's symbol tables. Nobody puts anything
4487 in them yet.
4488 * symtab.h (struct symtab): New member: `macro_table'.
4489 * buildsym.h (pending_macros): New global variable.
4490 * buildsym.c: #include "macrotab.h".
4491 (buildsym_init): Initialize `pending_macros'.
4492 (end_symtab): If we found macro information while reading a CU's
4493 debugging info, do build a symtab structure for it. Make the
4494 symtab point to the macro information, and clear the
4495 `pending_macros' pointer which held it while we were reading the
4496 debug info.
4497 (really_free_pendings): Free any pending macro table.
4498 * objfiles.h (struct objfile): New member: `macro_cache'.
4499 * objfiles.c (allocate_objfile): Set allocate and free functions
4500 for the macro cache's objstack.
4501 (free_objfile): Empty the macro cache's obstack.
4502 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
4503 set new allocate and free functions for it.
4504 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
4505 free functions for the macro cache's objstack. (Why is this
4506 function building its own objfile?)
4507 * symmisc.c (print_objfile_statistics): Print statistics on the
4508 macro bcache.
4509 * Makefile.in: Note that buildsym.o depends on macrotab.h.
4510
4511 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
4512
4513 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
4514 (REGISTER_U_ADDR): Delete definition.
4515 (arm_register_u_addr): Delete declaration.
4516
4517 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
4518
4519 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
4520 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
4521
4522 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4523
4524 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
4525 stop_at -> stop_pc.
4526
4527 2002-05-14 Andrew Cagney <ac131313@redhat.com>
4528
4529 * regcache.c (register_valid): Revise comments refering to "Not
4530 available" and "unavailable".
4531 * frame.c (frame_register_read): Ditto.
4532 * findvar.c (value_of_register): Ditto.
4533
4534 2002-05-15 Andrew Cagney <cagney@redhat.com>
4535
4536 * Makefile.in (remote_sim_h): Replace remote-sim_h.
4537 (remote-sim.o): Update dependencies.
4538 (d10v-tdep.o): Specify dependencies.
4539 (sim_d10v_h): Define.
4540
4541 2002-05-14 Jim Blandy <jimb@redhat.com>
4542
4543 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
4544 * macrotab.c (macro_lookup_inclusion, find_definition,
4545 new_macro_table): Same.
4546
4547 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
4548 not `! strcmp ()'. This is a dubious improvement.
4549 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
4550
4551 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
4552 although it's not necessary, to avoid a warning.
4553
4554 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4555
4556 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
4557 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
4558 TYPE_INSTANCE_FLAGS.
4559 (struct main_type): New.
4560 (struct type): Move most members to struct main_type. Change
4561 cv_type and as_type to new type_chain member. Add instance_flags.
4562 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
4563 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
4564 (finish_cv_type): Remove prototype.
4565 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
4566 Set TYPE_CHAIN.
4567 (alloc_type_instance): New function.
4568 (smash_type): New function.
4569 (make_pointer_type, make_reference_type, make_function_type)
4570 (smash_to_member_type, smash_to_method_type): Call smash_type.
4571 (make_qualified_type): New function.
4572 (make_type_with_address_space): Call make_qualified_type.
4573 (make_cv_type): Likewise.
4574 (finish_cv_type): Remove unnecessary function.
4575 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
4576 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
4577 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
4578 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
4579 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
4580 * hpread.c (hpread_read_struct_type): Likewise.
4581 * stabsread.c (read_struct_type): Likewise.
4582
4583 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
4584
4585 * configure.tgt: Add a catch all sh* target, for cases like
4586 sh[2,3,4]-elf and sh-hms.
4587
4588 2002-05-14 Keith Seitz <keiths@redhat.com>
4589
4590 * event-loop.c (create_file_handler): Don't do anything but
4591 update data when we are given a fd which we are already
4592 monitoring.
4593
4594 2002-05-14 Michal Ludvig <mludvig@suse.cz>
4595
4596 * dwarf2cfi.c (context_cpy): Copy registers correctly.
4597 (update_context): Use __func__ in warnings.
4598
4599 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
4600
4601 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
4602 and tcp_close to net_open and net_close.
4603 (net_open): Accept "udp:" and "tcp:" specifications. Connect
4604 using UDP if requested. Don't try to disable Nagle on UDP
4605 sockets.
4606 * remote.c (remote_serial_open): New function. Warn about UDP.
4607 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
4608
4609 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
4610
4611 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
4612
4613 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
4614
4615 * configure.tgt: Remove sh-hms target.
4616 * MAINTAINERS: Don't list sh-hms as a separate target.
4617
4618 2002-05-13 Jim Blandy <jimb@redhat.com>
4619
4620 Add first preprocessor macro-expansion files.
4621 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
4622 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
4623 (splay_tree_h, macroexp_h, macrotab_h): New variable.
4624 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
4625 (COMMON_OBS): Add macrotab.o, macroexp.o.
4626 (macroexp.o, macrotab.o): New rules.
4627
4628 2002-05-13 Andrew Cagney <ac131313@redhat.com>
4629
4630 * config/m88k/tm-m88k.h: Update copyright.
4631 (m88k_target_write_pc): Declare
4632 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
4633 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
4634 (SHIFT_INST_REGS): Update definition.
4635 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
4636 using old definition of TARGET_WRITE_PC.
4637 * regcache.c (generic_target_write_pc): Delete code handling
4638 NNPC_REGNUM.
4639 * gdbarch.sh (NNPC_REGNUM): Delete.
4640 * gdbarch.h, gdbarch.c: Regenerate.
4641
4642 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
4643
4644 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
4645 builtin reg number.
4646
4647 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
4648
4649 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
4650 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
4651 (gen_address_of, gen_struct_ref, gen_repeat): Use type
4652 access macros.
4653 * c-typeprint.c (cp_type_print_method_args): Likewise.
4654 (c_type_print_args): Likewise.
4655 * d10v-tdep.c (d10v_push_arguments): Likewise.
4656 (d10v_extract_return_value): Likewise.
4657 * expprint.c (print_subexp): Likewise.
4658 * gdbtypes.c (lookup_primitive_typename): Likewise.
4659 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
4660 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
4661 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
4662 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
4663 (TYPE_VECTOR): Likewise.
4664 * hpread.c (hpread_read_struct_type)
4665 (fix_static_member_physnames, fixup_class_method_type)
4666 (hpread_type_lookup): Likewise.
4667 * mdebugread.c (parse_symbol, parse_type): Likewise.
4668 * p-lang.c (is_pascal_string_type): Likewise.
4669 * valops.c (hand_function_call): Likewise.
4670 * x86-64-tdep.c (classify_argument): Likewise.
4671
4672 * hpread.c (hpread_read_function_type)
4673 (hpread_read_doc_function_type): Call replace_type.
4674 * dstread.c (create_new_type): Delete.
4675 (decode_dst_structure, process_dst_function): Call alloc_type.
4676 Use type access macros.
4677
4678 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4679
4680 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
4681 the're not supported by the current architecture.
4682 (i387_fill_fxsave): Likewise.
4683
4684 2002-05-12 Fred Fish <fnf@redhat.com>
4685
4686 * symfile.c (default_symfile_offsets): Arrange for uninitialized
4687 sect_index_xxx members to index the first slot in section_offsets
4688 if all of the section_offsets are zero.
4689
4690 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4691
4692 * configure.tgt (sparc-*openbsd): Remove entry accidentially
4693 checked in with last change.
4694
4695 2002-05-12 Mark Kettenis <kettenis@gnu.org>
4696
4697 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
4698 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
4699 config.sub.
4700
4701 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
4702
4703 * Makefile.in: Update dependencies.
4704
4705 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4706
4707 * language.c (local_hex_string_custom): Simplify. Do not depend
4708 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
4709
4710 * memattr.c (mem_info_command): Replace calls to
4711 longest_local_hex_string and longest_local_hex_string_custom.
4712 * buildsym.c (make_blockvector): Ditto.
4713 * solib.c (info_sharedlibrary_command): Ditto.
4714 * tracepoint.c (tracepoints_info): Ditto.
4715 * symtab.c (print_msymbol_info): Ditto.
4716
4717 * language.c (local_hex_string): Delete.
4718 (local_hex_string_custom): Delete.
4719 (longest_local_hex_string): Rename to local_hex_string.
4720 (longest_local_hex_string_custom): Rename to
4721 local_hex_string_custom.
4722 * language.h (local_hex_string): Change parameter type to LONGEST.
4723 (local_hex_string_custom): Ditto.
4724 (longest_local_hex_string): Delete declaration.
4725 (longest_local_hex_string_custom): Ditto.
4726
4727 * solib.c: Update copyright.
4728 * memattr.c: Update copyright.
4729
4730 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4731
4732 * arch-utils.h (legacy_register_to_value): Declare.
4733 (legacy_value_to_register): Declare.
4734 (legacy_convert_register_p): Declare.
4735 * arch-utils.c (legacy_register_to_value): New function.
4736 (legacy_value_to_register): New function.
4737 (legacy_convert_register_p): New function.
4738
4739 * gdbarch.sh (REGISTER_TO_VALUE): Define.
4740 (VALUE_TO_REGISTER): Define.
4741 (CONVERT_REGISTER_P): Define.
4742 * gdbarch.h, gdbarch.c: Regenerate.
4743
4744 * valops.c (value_assign): Use CONVERT_REGISTER_P and
4745 VALUE_TO_REGISTER.
4746 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
4747 CONVERT_REGISTER_P.
4748
4749 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
4750 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4751
4752 * Makefile.in: Update dependencies for valops.c.
4753 * valops.c: Include "gdb_assert.h".
4754 (typecmp): Skip THIS parameter to methods.
4755 (find_method_list): Remove static_memfuncp argument,
4756 update callers. Check for stub methods.
4757 (find_value_oload_method_list): Don't set *static_memfuncp.
4758 (find_overload_match): Don't check for stub methods. Assert
4759 that methods are not stubbed. Handle static methods.
4760 (value_find_oload_method_list): Remove static_memfuncp argument.
4761 * gdbtypes.c (check_stub_method): Do not add THIS pointer
4762 to the argument list for static stub methods.
4763 * value.h (value_find_oload_method_list): Update prototype.
4764
4765 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4766
4767 * arch-utils.h (generic_register_size): Declare.
4768 (generic_register_raw_size, generic_register_virtual_size): Delete
4769 declarations.
4770 * arch-utils.c (generic_register_raw_size): Delete.
4771 (generic_register_size): New function.
4772 (generic_register_virtual_size): Delete.
4773
4774 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
4775 default generic_register_size.
4776 * gdbarch.h, gdbarch.c: Re-generate.
4777
4778 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
4779 register_virtual_size.
4780 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
4781 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
4782
4783 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4784
4785 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
4786 * gdbarch.h, gdbarch.c: Regenerate.
4787 * gnu-v3-abi.c: Update copyright.
4788 (vtable_address_point_offset): Update.
4789 (gnuv3_rtti_type): Update.
4790 (gnuv3_baseclass_offset): Update.
4791 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
4792 (init_fetch_link_map_offsets): Update.
4793 * remote.c (get_remote_state): Update.
4794
4795 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
4796
4797 * TODO: Remove value_headof/value_from_vtable_info comment.
4798 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
4799 * values.c (value_headof, value_from_vtable_info): Delete.
4800 * value.h (value_from_vtable_info): Delete prototype.
4801
4802 2002-05-11 Andrew Cagney <ac131313@redhat.com>
4803
4804 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
4805 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
4806 $(gdb_regex_h).
4807 (gdb_assert_h): Define.
4808 (gdb_wait_h): Define.
4809 (gdb_regex_h): Define.
4810
4811 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
4812
4813 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
4814 * linespec.c (find_methods): Handle GCC 3.x template constructors.
4815
4816 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4817
4818 * nbsd-tdep.c: Fix comment.
4819
4820 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4821
4822 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
4823 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
4824 (nbsd-tdep.o): New dependency list.
4825 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
4826 nbsd-tdep.h.
4827 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
4828 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
4829 * nbsd-tdep.c: New file.
4830 * nbsd-tdep.h: New file.
4831 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
4832 nbsd-tdep.h.
4833 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
4834 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4835 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
4836 * config/sh/nbsd.mt (TDEPFILES): Ditto.
4837
4838 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4839
4840 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
4841 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
4842 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
4843 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
4844 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
4845 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
4846
4847 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4848
4849 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
4850 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4851 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
4852 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
4853 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
4854 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
4855 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
4856
4857 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4858
4859 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
4860 fetch_elfcore_registers to...
4861 * i386nbsd-tdep.c: ...here.
4862 (i386nbsd_use_struct_convention): Rename to...
4863 (i386nbsd_aout_use_struct_convention): ...this.
4864 (i386nbsd_supply_reg): New function.
4865 (i386nbsd_fill_reg): New function.
4866 (fetch_core_registers): Use i386nbsd_supply_reg.
4867 (fetch_elfcore_registers): Likewise.
4868 (_initialize_i386nbsd_tdep): New function.
4869 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
4870 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4871 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
4872 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
4873 (i386nbsd_aout_use_struct_convention): ...this.
4874
4875 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4876
4877 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
4878 (store_inferior_registers): Use shnbsd_fill_reg.
4879 * shnbsd-tdep.c (sh_nbsd_supply_registers,
4880 sh_nbsd_supply_register): Collapse into...
4881 (shnbsd_supply_reg): ...this.
4882 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
4883 (shnbsd_fill_reg): ...this.
4884 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
4885 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
4886 (fetch_core_registers): Use shnbsd_supply_reg.
4887 (fetch_elfcore_registers): Use shnbsd_supply_reg.
4888 (sh_nbsd_core_fns): Rename to...
4889 (shnbsd_core_fns): ...this.
4890 (sh_nbsd_elfcore_fns): Rename to...
4891 (shnbsd_elfcore_fns): ...this.
4892 (sh_nbsd_init_abi): Rename to...
4893 (shnbsd_init_abi): ...this.
4894 (_initialize_sh_nbsd_tdep): Rename to...
4895 (_initialize_shnbsd_tdep): ...this.
4896 * shnbsd-tdep.h (sh_nbsd_supply_registers,
4897 sh_nbsd_supply_register, sh_nbsd_fill_registers,
4898 sh_nbsd_fill_register): Remove prototypes.
4899 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
4900
4901 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4902
4903 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
4904 (i387-nat.o): Delete dependency list.
4905 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
4906 (x86-64-linux-nat.o): Likewise.
4907 * i387-nat.c: Delete file, moving contents to...
4908 * i387-tdep.c: ...here.
4909 * i387-nat.h: Rename...
4910 * i387-tdep.h: ...to this.
4911 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
4912 * i386-linux-nat.c: Likewise.
4913 * i386bsd-nat.c: Likewise.
4914 * i386gnu-nat.c: Likewise.
4915 * i386nbsd-nat.c: Likewise.
4916 * i386v4-nat.c: Likewise.
4917 * x86-64-linux-nat.c: Likewise.
4918 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
4919 * config/i386/go32.mh (NATDEPFILES): Likewise.
4920 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
4921 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
4922 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
4923 * config/i386/linux.mh (NATDEPFILES): Likewise.
4924 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
4925 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
4926 * config/i386/obsd.mh (NATDEPFILES): Likewise.
4927 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
4928
4929 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4930
4931 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
4932 (alphanbsd-nat.o): Remove dependency list.
4933 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
4934 * alphanbsd-nat.c: Delete. Contents moved to...
4935 * alphanbsd-tdep.c: ...here.
4936 (_initialize_alphanbsd_tdep): Register core functions.
4937 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
4938
4939 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
4940
4941 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
4942 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
4943 (alphanbsd-nat.o): Likewise.
4944 (alphabsd-tdep.o): New dependency list.
4945 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
4946 (fill_gregset): Use alphabsd_fill_reg.
4947 (supply_fpregset): Use alphabsd_supply_fpreg.
4948 (fill_fpregset): Use alphabsd_fill_fpreg.
4949 (fetch_inferior_registers): Use struct reg and struct fpreg
4950 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
4951 and alphabsd_supply_fpreg.
4952 (store_inferior_registers): Use struct reg and struct fpreg
4953 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
4954 and alphabsd_fill_fpreg.
4955 * alphabsd-tdep.c: New file.
4956 * alphabsd-tdep.h: New file.
4957 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
4958 (fetch_elfcore_registers): Use alphabsd_supply_reg and
4959 alphabsd_supply_fpreg.
4960 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
4961 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
4962
4963 2002-05-11 Eric Christopher <echristo@redhat.com>
4964
4965 * mips-tdep.c (mips_double_register_type): Fix thinko.
4966 (mips_single_register_type): Ditto.
4967 * MAINTAINERS: Add self.
4968
4969 2002-05-11 Mark Kettenis <kettenis@gnu.org>
4970
4971 * i387-nat.c (i387_supply_register, i387_fill_fsave,
4972 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
4973 right thing on architectures with different endianness and/or
4974 integer sizes.
4975
4976 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
4977
4978 From Christian Limpach <chris@Pin.LU>
4979 * configure.in: Change sed expression which comments out
4980 NATDEPFILES to also comment out continuation lines.
4981 * configure: Regenerate.
4982
4983 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
4984
4985 * sh-tdep.c: Clean up code erroneously reintroduced by previous
4986 big patch.
4987
4988 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
4989
4990 * sh-tdep.c: Include correct file.
4991
4992 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
4993
4994 New support for sh64-elf (sh5) target.
4995
4996 * configure.tgt: For sh64-elf target, default to sh-elf.
4997
4998 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
4999 (struct gdbarch_tdep): Add new fields for new registers and ABI
5000 info.
5001
5002 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5003 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5004 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5005 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5006 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5007 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5008 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5009 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5010 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5011 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5012 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5013 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5014 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5015 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5016 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5017 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5018 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5019 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5020 sign_extend, sh64_nofp_frame_init_saved_regs,
5021 sh64_init_extra_frame_info, sh64_get_saved_register,
5022 sh64_extract_struct_value_address, sh64_pop_frame,
5023 sh64_push_arguments, sh64_extract_return_value,
5024 sh64_store_return_value, sh64_show_media_regs,
5025 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5026 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5027 sh_sh64_register_virtual_type,
5028 sh_sh64_register_convert_to_virtual,
5029 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5030 sh64_register_read, sh64_pseudo_register_write,
5031 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5032 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5033 sh64_do_pseudo_register, sh_compact_do_registers_info,
5034 sh64_do_registers_info, sh_gdbarch_init): New functions.
5035
5036 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5037
5038 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5039
5040 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
5041
5042 * linespec.c (decode_line_1): Check for a double quote after
5043 a filename correctly.
5044
5045 2002-05-10 Jim Blandy <jimb@redhat.com>
5046
5047 Properly track the size of the current objfile's .debug_line section.
5048 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5049 (DWARF_LINE_SIZE): New macro.
5050 (dwarf2_build_psymtabs_hard): Record the line section's size in
5051 the partial symbol table.
5052 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5053 symbol table.
5054
5055 2002-05-10 Petr Sorfa <petrs@caldera.com>
5056
5057 * ia64-tdep.c: Handle breakpoints on L instruction type
5058 in MLX instruction bundle by moving the breakpoint to
5059 the third slot (X instruction type) as L holds only data.
5060
5061 2002-05-10 Kevin Buettner <kevinb@redhat.com>
5062
5063 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5064 (process_one_symbol): Complain about discarding local symbols
5065 due to a misplaced N_LBRAC entry.
5066
5067 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
5068
5069 From Daniel Berlin <dan@cgsoftware.com>
5070 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5071 decrease the depth we are at, in the case of templates.
5072
5073 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5074
5075 * mips-tdep.c (mips_float_register_type): New function.
5076 (mips_double_register_type): New function.
5077 (mips_print_register): Use them.
5078 (do_fp_register_row): Likewise.
5079
5080 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5081
5082 * signals/signals.c (signals): Remove conditional compilation around
5083 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
5084 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5085
5086 2002-05-09 Michael Snyder <msnyder@redhat.com>
5087
5088 * remote-rdp.c (remote_rdp_can_run): Remove.
5089
5090 2002-05-09 Tom Tromey <tromey@redhat.com>
5091
5092 * jv-valprint.c (java_val_print): Handle `char' as a special case
5093 of TYPE_CODE_INT.
5094
5095 2002-05-09 Michael Snyder <msnyder@redhat.com>
5096
5097 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5098 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5099 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5100 str r(0123),[sp,#nn].
5101 (arm_skip_prologue): Ditto. Also make disassembly
5102 order-independent by placing it in a loop.
5103
5104 2002-05-06 Michael Snyder <msnyder@redhat.com>
5105
5106 * stabsread.c (read_type): Add recognition for new attribute:
5107 "@V;" means that an array type is actually a vector.
5108 This is analogous to the vector flag that's been added to dwarf2.
5109
5110 2002-05-09 Mark Kettenis <kettenis@gnu.org>
5111
5112 * i386-tdep.h (i386_abi): New enum.
5113 (struct gdbarch_tdep): Replace os_ident member with abi.
5114 (i386_gdbarch_register_os_abi): New prototype.
5115 * i386-tdep.c (i386_abi_names): New array.
5116 (process_note_abi_tag_sections): Removed.
5117 (process_note_sections): New function.
5118 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5119 (struct i386_abi_handler): New struct.
5120 (i386_abi_handler_list): New variable.
5121 (i386_gdbarch_register_os_abi): New function.
5122 (i386_gdbarch_init): Adapt for the changes given above.
5123
5124 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
5125
5126 * gregset.h: Say "GNU/Linux".
5127
5128 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
5129
5130 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5131 (build_gdbtypes): Build builtin_type_v2_float.
5132 (_initialize_gdbtypes): Register new builtin type.
5133
5134 2002-05-08 Andrew Cagney <ac131313@redhat.com>
5135
5136 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5137 (clear_gdbarch_swap): New function.
5138 (initialize_non_multiarch): Call.
5139 (gdbarch_update_p): Before calling init(), swap out and clear the
5140 existing architecture.
5141 * gdbarch.c: Regenerate.
5142
5143 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5144
5145 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5146 alphanbsd-tdep.c.
5147
5148 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5149
5150 * sh-nbsd-nat.c: Rename to...
5151 * shnbsd-nat.c: ...this.
5152 * sh-nbsd-tdep.c: Rename to...
5153 * shnbsd-tdep.c: ...this.
5154 * sh-nbsd-tdep.h: Rename to...
5155 * shnbsd-tdep.h: ...this.
5156 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5157 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5158
5159 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
5160
5161 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5162 concatenation for command help messages.
5163
5164 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5165
5166 * NEWS: Note new sh*-*-netbsdelf* configuration.
5167 * configure.host: Set gdb_host_cpu to sh for all sh*.
5168 (sh*-*-netbsdelf*): New host.
5169 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5170 (sh*-*-netbsdelf*): New target.
5171 * sh-nbsd-nat.c: New file.
5172 * sh-nbsd-tdep.c: New file.
5173 * sh-nbsd-tdep.h: New file.
5174 * config/sh/nbsd.mh: New file.
5175 * config/sh/nbsd.mt: New file.
5176 * config/sh/nm-nbsd.h: New file.
5177 * config/sh/tm-nbsd.h: New file.
5178
5179 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5180
5181 * sh-tdep.c (sh_osabi_names): Declare.
5182 (process_note_abi_tag_sections): New function.
5183 (get_elfosabi): Ditto.
5184 (sh_gdbarch_register_os_abi): Ditto.
5185 (sh_dump_tdep): Ditto.
5186 _initialize_sh_tdep): Use gdbarch_register to register
5187 sh_gdbarch_init and sh_dump_tdep.
5188 * config/sh/tm-sh.h (sh_osabi): Declare.
5189 (gdbarch_tdep): Add sh_osabi and osabi_name members.
5190
5191 2002-05-07 Andrew Cagney <ac131313@redhat.com>
5192
5193 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5194 (thumb_scan_prologue): Ditto.
5195 (arm_find_callers_reg): Ditto.
5196 (arm_frame_chain): Ditto.
5197 (arm_init_extra_frame_info): Ditto.
5198 (arm_frame_saved_pc): Ditto.
5199 (arm_pop_frame): Ditto.
5200 (arm_push_return_address): New function.
5201 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5202 call_dummy_location, call_dummy_breakpoint_offset_p,
5203 call_dummy_breakpoint_offset, call_dummy_p,
5204 call_dummy_stack_adjust_p, call_dummy_words,
5205 sizeof_call_dummy_words, call_dummy_start_offset,
5206 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5207 call_dummy_address, push_return_address and push_dummy_frame for
5208 generic dummy frames.
5209
5210 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5211
5212 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5213 size computation for alloca.
5214 (sh_fp_frame_init_saved_regs): Likewise.
5215
5216 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
5217
5218 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5219 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5220 * arm-tdep.c (arm_store_return_value): Use them.
5221 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5222 * remote-rdp.c (remote_rdp_fetch_register): Use
5223 ARM_MAX_REGISTER_RAW_SIZE.
5224 (remote_rdp_store_register): Likewise.
5225
5226 2002-05-07 Michal Ludvig <mludvig@suse.cz>
5227
5228 * dwarf2cfi.c: Code cleanup, removed unused variables,
5229 added default labels to switch {} statements.
5230 * x86-64-tdep.c: Ditto.
5231 * x86-64-linux-nat.c: Ditto.
5232
5233 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5234
5235 * solib.h: Protect against multiple inclusion.
5236
5237 2002-05-06 Jim Blandy <jimb@redhat.com>
5238
5239 Add first preprocessor macro-expansion files.
5240 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5241 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5242 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5243 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5244 (COMMON_OBS): Add macrotab.o, macroexp.o.
5245 (macroexp.o, macrotab.o): New rules.
5246
5247 Separate the job of reading the line number info statement program
5248 header (...expialidocious) out into its own function.
5249 * dwarf2read.c (struct line_head, struct filenames, struct
5250 directories): Replace with...
5251 (struct line_header): New structure, containing the full
5252 contents of the statement program header, including the
5253 include directory and file name tables.
5254 (read_file_scope): If we have line number info, instead of just
5255 calling dwarf_decode_lines to do all the work, call
5256 dwarf_decode_line_header first to get a `struct line_header'
5257 containing the data in the statement program header, and then
5258 pass that to dwarf_decode_lines, which will pick up where that
5259 left off. Be sure to clean up the `struct line_header' object.
5260 (dwarf_decode_line_header, free_line_header, add_include_dir,
5261 add_file_name): New functions.
5262 (dwarf_decode_lines): Move all the code to read the statement
5263 program header into dwarf_decode_line_header. Take the line
5264 header it built as the first argument, instead of the offset to
5265 the compilation unit's line number info. Use the new `struct
5266 line_header' type instead of the old structures. No need to do
5267 cleanups here now, since we don't allocate anything.
5268 (dwarf2_statement_list_fits_in_line_number_section,
5269 dwarf2_line_header_too_long): New complaints.
5270
5271 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
5272
5273 * gdbtypes.c (init_vector_type): New function.
5274 (build_builtin_type_vec128): Simplify the representation of SIMD
5275 registers.
5276 (build_gdbtypes): Initialize new builtin vector types.
5277 (_initialize_gdbtypes): Register new vector types with gdbarch.
5278 (builtin_type_v4_float, builtin_type_v4_int32,
5279 builtin_type_v8_int16, builtin_type_v16_int8,
5280 builtin_type_v2_int32, builtin_type_v4_int16,
5281 builtin_type_v8_int8): New (renamed) SIMD types.
5282
5283 2002-05-06 Mark Kettenis <kettenis@gnu.org>
5284
5285 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5286 (i387_fill_fxsave): Likewise.
5287
5288 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
5289
5290 * alpha-tdep.c (alpha_extract_return_value): Don't use
5291 non-constant array size in prototype.
5292
5293 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5294
5295 From Brian Taylor <briant at model dot com>:
5296 * ui-out.c (ui_out_field_core_addr): Use the function
5297 longest_local_hex_string_custom'to format addresses > 32 bits
5298 wide.
5299
5300 * ui-out.c (ui_out_field_core_addr): Update comment.
5301
5302 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5303
5304 * stack.c (select_and_print_frame): Make static. Delete the
5305 parameter `level'.
5306 (func_command): Update call.
5307 (select_frame_command): Delete code computing the frame level.
5308 * frame.h (select_and_print_frame): Delete declaration.
5309
5310 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5311
5312 * sparc-tdep.c (sparc_get_saved_register): Comment why
5313 get_prev_frame call is safe.
5314
5315 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5316
5317 * frame.h (select_frame): Delete level parameter.
5318 * stack.c (select_frame): Update. Use frame_relative_level to
5319 obtain the frame's level.
5320 (select_and_print_frame): Update call.
5321 (select_frame_command): Ditto.
5322 (up_silently_base): Ditto.
5323 (down_silently_base): Ditto.
5324 * ocd.c (ocd_start_remote): Ditto.
5325 * remote-rdp.c (remote_rdp_open): Ditto.
5326 * remote-mips.c (mips_initialize): Ditto.
5327 (common_open): Ditto.
5328 * remote-e7000.c (e7000_start_remote): Ditto.
5329 * m3-nat.c (select_thread): Ditto.
5330 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5331 (child_get_current_exception_event): Ditto.
5332 * varobj.c (varobj_create): Ditto.
5333 (varobj_update): Ditto.
5334 (c_value_of_root): Ditto.
5335 * tracepoint.c (finish_tfind_command): Ditto.
5336 * corelow.c (core_open): Ditto.
5337 * arch-utils.c (generic_prepare_to_proceed): Ditto.
5338 * thread.c (info_threads_command): Ditto.
5339 (switch_to_thread): Ditto.
5340 * infrun.c (normal_stop): Ditto.
5341 (restore_selected_frame): Ditto.
5342 (restore_inferior_status): Ditto.
5343 * breakpoint.c (insert_breakpoints): Ditto.
5344 (watchpoint_check): Ditto.
5345 (bpstat_stop_status): Ditto.
5346 (do_enable_breakpoint): Ditto.
5347 * blockframe.c (flush_cached_frames): Ditto.
5348 (reinit_frame_cache): Ditto.
5349
5350 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5351
5352 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5353 maintainer.
5354
5355 2002-05-04 Jim Blandy <jimb@redhat.com>
5356
5357 * gdbtypes.c (replace_type): Doc fix.
5358
5359 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5360
5361 * valprint.c (strcat_longest): Delete commented out function.
5362 Update copyright.
5363
5364 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5365
5366 * MAINTAINERS: Mark a29k as deleted.
5367 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
5368 Move new configurations to the top.
5369 * configure.tgt: Remove a29k.
5370 * config/a29k/tm-vx29k.h: Delete.
5371 * config/a29k/vx29k.mt: Delete.
5372 * config/a29k/tm-a29k.h: Delete.
5373 * config/a29k/a29k-udi.mt: Delete.
5374 * config/a29k/a29k.mt: Delete.
5375 * a29k-tdep.c: Delete.
5376 * remote-udi.c: Delete.
5377 * remote-mm.c: Delete.
5378 * remote-eb.c: Delete.
5379 * remote-adapt.c: Delete.
5380 * Makefile.in: Remove obsolete code.
5381 * gdbserver/Makefile.in: Ditto.
5382 * config/s390/s390x.mt: Ditto.
5383 * config/s390/s390.mt: Ditto.
5384 * config/sparc/sparclynx.mh: Ditto.
5385 * config/sparc/linux.mh: Ditto.
5386 * config/pa/hppaosf.mh: Ditto.
5387 * config/pa/hppabsd.mh: Ditto.
5388 * config/ns32k/nbsd.mt: Ditto.
5389 * config/mips/vr5000.mt: Ditto.
5390 * config/m68k/sun3os4.mh: Ditto.
5391 * config/m68k/nbsd.mt: Ditto.
5392 * config/m68k/m68klynx.mh: Ditto.
5393 * config/m32r/m32r.mt: Ditto.
5394 * config/i386/x86-64linux.mt: Ditto.
5395 * config/i386/nbsdelf.mt: Ditto.
5396 * config/i386/nbsd.mt: Ditto.
5397 * config/i386/i386lynx.mh: Ditto.
5398
5399 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5400
5401 * target.c (debug_print_register): New function. Handle oversize
5402 registers.
5403 (debug_to_fetch_registers): Call.
5404 (debug_to_store_registers): Call.
5405
5406 2002-05-03 Jim Blandy <jimb@redhat.com>
5407
5408 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
5409 (read_type): Doc fix.
5410 * gdbtypes.c (replace_type): Doc fix.
5411
5412 * stabsread.c (multiply_defined_struct): New complaint.
5413 (read_struct_type): If the type we were passed isn't empty, or
5414 incomplete, don't read the new struct type into it; complain,
5415 and return the original type unchanged. Take a new `type_code'
5416 argument, which is the type code for the new type.
5417 (read_type): Rather than storing the type's type code here, pass
5418 it as an argument to read_struct_type, and let that take care of
5419 storing it. That way, we don't overwrite the original type code,
5420 so read_struct_type can use it to decide whether we're overwriting
5421 something we shouldn't.
5422 (complain_about_struct_wipeout): New function.
5423
5424 2002-05-03 Andrew Cagney <ac131313@redhat.com>
5425
5426 * gdbarch.sh: Assert that gdbarch is non-NULL.
5427 * gdbarch.c: Regenerate.
5428
5429 2002-05-03 Jason Merrill <jason@redhat.com>
5430
5431 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
5432 and return NULL.
5433
5434 2002-05-03 Michal Ludvig <mludvig@suse.cz>
5435
5436 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
5437 (x86_64_dwarf2gdb_regno_map_length),
5438 (x86_64_dwarf2_reg_to_regnum): Added.
5439 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
5440 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
5441 (_initialize_x86_64_tdep): Synced with the change above.
5442 (x86_64_skip_prologue): Reformulated message.
5443
5444 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5445
5446 * f-exp.y: Also use new prev_lexptr variable
5447 to improve error reporting. Based on Michael Snyder
5448 2002-04-24 dated patch to c-exp.y.
5449 * jv-exp.y: Likewise.
5450 * m2-exp.y: Likewise.
5451
5452 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
5453
5454 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
5455 we are dealing with vectors.
5456
5457 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5458
5459 * config/m68k/tm-nbsd.h: Obvious fix,
5460 correct machine name.
5461
5462 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5463
5464 * p-typeprint.c (pascal_type_print_base): Add support
5465 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
5466
5467 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5468
5469 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
5470 for fondamental pascal 'char' type.
5471
5472 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5473
5474 * p-lang.h (is_pascal_string_type): Declaration changed,
5475 new sixth argument of type char ** added.
5476 * p-lang.c (is_pascal_string_type): Implementation
5477 changed. Args length_pos, length_size, string_pos, char_size
5478 can now be NULL. New argument arrayname set to the field
5479 name of the char array. Return value set to char array
5480 field index plus one.
5481 * p-valprint.c (pascal_val_print): Adapt to new declaration of
5482 is_pascal_string_type function.
5483
5484 2002-05-02 Andrew Cagney <cagney@redhat.com>
5485
5486 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
5487 <cagney@redhat.com> change.
5488 * gdbarch.c: Regenerate.
5489
5490 2002-05-02 Andrew Cagney <cagney@redhat.com>
5491
5492 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
5493 before probing for a new one. Detect errorenous gdbarch_init
5494 functions.
5495 * gdbarch.c: Regenerate.
5496
5497 2002-05-01 Andrew Cagney <cagney@redhat.com>
5498
5499 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
5500 * config/mcore/tm-mcore.h: Ditto. Update copyright.
5501 * config/v850/tm-v850.h: Ditto. Update copyright.
5502
5503 2002-04-30 Andrew Cagney <ac131313@redhat.com>
5504
5505 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
5506 current_gdbarch.
5507
5508 2002-04-30 Michael Snyder <msnyder@redhat.com>
5509
5510 * arm-tdep.c: Whitespace clean-ups.
5511 (arm_skip_prologue): Fix thinko; two lines
5512 should have been removed as part of 4/24 change.
5513
5514 2002-04-30 Kevin Buettner <kevinb@redhat.com>
5515
5516 * rs6000-tdep.c: Added comment describing how fpscr register
5517 numbers were chosen.
5518
5519 2002-04-30 Michael Snyder <msnyder@redhat.com>
5520
5521 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
5522
5523 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
5524
5525 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
5526 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
5527 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
5528
5529 2002-04-29 Kevin Buettner <kevinb@redhat.com>
5530
5531 From Louis Hamilton <hamilton@redhat.com>:
5532 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
5533 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
5534 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
5535 not bfd-private xcoff data, to determine wordsize.
5536 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
5537
5538 2002-04-29 Andrew Cagney <ac131313@redhat.com>
5539
5540 GDB 5.2 released from 5.2 branch.
5541
5542 2002-04-29 Michal Ludvig <mludvig@suse.cz>
5543
5544 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
5545 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
5546 (x86_64_register_info_table): Added comments with register numbers.
5547
5548 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
5549
5550 * rs6000-tdep.c (rs6000_extract_return_value,
5551 rs6000_store_return_value): Handle returning vectors.
5552 (rs6000_gdbarch_init): Use
5553 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
5554 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
5555 New function.
5556 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
5557 vectors.
5558 (ppc_sysv_abi_push_arguments): Handle vector parameters.
5559 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
5560
5561 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5562
5563 * hpread.c (hpread_psymtab_to_symtab_1,
5564 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
5565 with fprintf_unfiltered (gdb_stderr,...).
5566
5567 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5568
5569 * remote-array.c (printf_monitor, write_monitor,
5570 array_insert_breakpoint, array_remove_breakpoint ):
5571 Replace fprintf (stderr,...
5572 with fprintf_unfiltered (gdb_stderr,....
5573 * remote-es.c: Likewise.
5574 * remote-os9k.c: Likewise.
5575 * remote-st.c: Likewise.
5576
5577 2002-04-28 Andreas Schwab <schwab@suse.de>
5578
5579 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
5580 linux-proc.o and gcore.o.
5581
5582 2002-04-26 Michal Ludvig <mludvig@suse.cz>
5583
5584 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
5585 code without frame pointers.
5586
5587 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5588
5589 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
5590 ON_STACK is needed.
5591
5592 2002-04-26 Ben Elliston <bje@redhat.com>
5593
5594 * target.c (do_xfer_memory): Correct reference to the new option
5595 "trust-readonly-sections".
5596
5597 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
5598
5599 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
5600 * gdbtypes.c (recursive_dump_type): Output the vector flag.
5601 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
5602 vectors.
5603 (read_array_type): Record the fact that this array type is really a
5604 vector (i.e. are passed in by value).
5605
5606 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
5607
5608 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
5609 * alpha-tdep.c (alpha_sigcontext_addr): New function.
5610 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
5611 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
5612 * alpha-linux-tdep.c: Include frame.h.
5613 (alpha_linux_sigcontext_addr): New function.
5614 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
5615 alpha_linux_sigcontext_addr.
5616 * alpha-osf1-tdep.c: Include gdbcore.h.
5617 (alpha_osf1_sigcontext_addr): New function.
5618 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
5619 alpha_osf1_sigcontext_addr.
5620 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
5621 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
5622
5623 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5624
5625 * stack.c (selected_frame_level):
5626 (select_frame): Do not set selected_frame_level.
5627 * frame.h (selected_frame_level): Delete declaration.
5628
5629 2002-04-26 Andrew Cagney <ac131313@redhat.com>
5630
5631 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
5632 convert_from_func_ptr-addr when AIX / PowerOpen.
5633
5634 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5635
5636 * valops.c (hand_function_call): Call
5637 generic_save_call_dummy_addr.
5638 * frame.h (generic_save_call_dummy_addr): Declare.
5639 * blockframe.c (struct dummy_frame): Add fields call_lo and
5640 call_hi.
5641 (generic_find_dummy_frame): Check for PC in range call_lo to
5642 call_hi instead of entry_point_address.
5643 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
5644 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
5645 (generic_save_call_dummy_addr): New function.
5646
5647 2002-04-24 David S. Miller <davem@redhat.com>
5648
5649 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
5650 sparc_skip_prologue.
5651 (sparc_skip_prologue): Kill frameless_p arg, and use line number
5652 information to find prologue when possible.
5653 (sparc_prologue_frameless_p): Call examine_prologue directly.
5654 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
5655 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
5656 second argument.
5657 (SKIP_PROLOGUE): Likewise.
5658
5659 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5660
5661 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
5662 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
5663 indicate that the condition it was testing is always true.
5664 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
5665 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5666 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
5667
5668 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5669
5670 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
5671 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
5672 tdep->jb_pc and tdep->jb_elt_size.
5673 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
5674 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
5675 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
5676 * alpha-nat.c (get_longjmp_target): Remove.
5677 (JB_ELEMENT_SIZE): Ditto.
5678 (JB_PC): Ditto.
5679 * alpha-tdep.c (alpha_get_longjmp_target): New function.
5680 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
5681 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
5682 to alpha_get_longjmp_target.
5683 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
5684 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
5685 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
5686
5687 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5688
5689 * README: Update to GDB 5.2.
5690
5691 2002-04-25 Andrew Cagney <ac131313@redhat.com>
5692
5693 * gdbarch.sh (LC_ALL): Set to `c'.
5694
5695 2002-04-25 Theodore A. Roth <troth@verinet.com>
5696
5697 * avr-tdep.c: Ran through gdb_indent.sh.
5698
5699 2002-04-25 Theodore A. Roth <troth@verinet.com>
5700
5701 * MAINTAINERS: Add myself as AVR maintainer.
5702 * NEWS: Note new target avr.
5703
5704 2002-04-25 Theodore A. Roth <troth@verinet.com>
5705
5706 * Makefile.in: Add support for AVR target.
5707 * configure.tgt: Add support for AVR target.
5708 * avr-tdep.c: New file
5709 * config/avr/avr.mt: New file.
5710
5711 2002-04-25 Theodore A. Roth <troth@verinet.com>
5712
5713 * MAINTAINERS: Add myself to write-after-approval.
5714
5715 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
5716
5717 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
5718 with fprintf_unfiltered (gdb_stderr,....
5719
5720 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
5721
5722 Fix PR gdb/508.
5723 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
5724
5725 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
5726
5727 * p-exp.y: Also use new prev_lexptr variable
5728 to improve error reporting. Based on Michael Snyder
5729 2002-04-24 dated patch to c-exp.y.
5730
5731 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5732
5733 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
5734 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
5735 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
5736 to 0.
5737 * config/alpha/tm-alpha.h: Remove forward decls of struct type
5738 and struct value.
5739 (FUNCTION_START_OFFSET): Remove.
5740 (BREAKPOINT): Ditto.
5741
5742 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
5743
5744 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
5745 * NEWS: Ditto.
5746
5747 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5748
5749 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
5750 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
5751 alpha_linux_pc_in_sigtramp.
5752 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
5753 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
5754 alpha_osf1_pc_in_sigtramp.
5755 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
5756 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
5757 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5758 alphafbsd_pc_in_sigtramp.
5759 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
5760 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
5761 alphanbsd_pc_in_sigtramp.
5762 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
5763 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
5764
5765 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5766
5767 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5768
5769 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5770
5771 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
5772 alphanbsd-tdep.c.
5773 (alphanbsd-nat.o): New dependency list.
5774 (alphanbsd-tdep.o): Ditto.
5775 * NEWS: Note new native NetBSD/alpha configuration.
5776 * alphanbsd-nat.c: New file.
5777 * alphanbsd-tdep.c: Ditto.
5778 * configure.host (alpha*-*-netbsd*): New host.
5779 * configure.tgt (alpha*-*-netbsd*): New target.
5780 * config/alpha/nbsd.mh: New file.
5781 * config/alpha/nbsd.mt: Ditto.
5782 * config/alpha/nm-nbsd.h: Ditto.
5783 * config/alpha/tm-nbsd.h: Ditto.
5784
5785 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5786
5787 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
5788 (alpha-osf1-tdep.o): New dependency list.
5789 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
5790 and skip_sigtramp_frame members.
5791 * alpha-linux-tdep.c: Include gdbcore.h.
5792 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
5793 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
5794 * alpha-osf1-tdep.c: New file.
5795 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
5796 alpha-osf1-dep.c.
5797 (alpha_frame_past_sigtramp_frame): New function.
5798 (alpha_dynamic_sigtramp_offset): Ditto.
5799 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
5800 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
5801 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
5802 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
5803 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
5804 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
5805 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
5806 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
5807 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
5808 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
5809 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
5810 to find_solib_trampoline_target.
5811 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
5812 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
5813 (SKIP_TRAMPOLINE_CODE): Remove.
5814 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5815 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5816 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
5817 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
5818 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
5819 (PROC_SIGTRAMP_MAGIC): Ditto.
5820 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5821 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5822 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
5823 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
5824 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
5825
5826 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
5827
5828 * NEWS: Note that Alpha targets are now multi-arch.
5829
5830 2002-04-24 Michael Snyder <msnyder@redhat.com>
5831
5832 * parser-defs.h (prev_lexptr): New external variable.
5833 * parse.c (parse_exp_1): Set prev_lexptr to null before
5834 calling the language-specific parser.
5835 * c-exp.y (yylex): Set prev_lexptr to start of current token.
5836 (yyerror): Use prev_lexptr in error reporting.
5837
5838 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
5839
5840 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
5841 * gregset.h: If FILL_FPXREGSET is defined, provide
5842 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
5843 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
5844 is defined, call fill_fpxregset.
5845
5846 2002-04-24 Roland McGrath <roland@frob.com>
5847
5848 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
5849 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
5850 (supply_gregset, supply_fpregset): New functions.
5851
5852 * gnu-nat.c (gnu_find_memory_regions): New function.
5853 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
5854 (gnu_xfer_memory): Add a cast.
5855
5856 2002-04-24 Michael Snyder <msnyder@redhat.com>
5857
5858 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
5859 loop. Add handling for "str lr, [sp, #-4]!" and for saves
5860 of argument regs ("str r(0123), [r11, #-nn"]).
5861 (arm_skip_prologue): Better handling for frameless functions.
5862 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
5863 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
5864
5865 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
5866
5867 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
5868 NUM_PSEUDO_REGS can be used.
5869
5870 2002-04-24 Andrew Cagney <ac131313@redhat.com>
5871
5872 * arch-utils.h: Update copyright.
5873
5874 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
5875 * gdbarch.h, gdbarch.c: Re-generate.
5876
5877 * inferior.h (IN_SIGTRAMP): Delete definition.
5878 * arch-utils.c (legacy_pc_in_sigtramp): New function.
5879 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
5880
5881 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
5882 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
5883 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
5884 (find_proc_framesize): Ditto.
5885 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
5886 (alpha_init_extra_frame_info): Ditto.
5887 * infrun.c (handle_inferior_event): Ditto.
5888 (handle_inferior_event): Ditto.
5889 (check_sigtramp2): Ditto.
5890 * blockframe.c (create_new_frame): Ditto.
5891 (get_prev_frame): Ditto.
5892 * ppc-linux-tdep.c: Update comments.
5893 * i386-linux-tdep.c: Update comments.
5894 * breakpoint.c (bpstat_what): Update comment.
5895
5896 2002-04-24 Michal Ludvig <mludvig@suse.cz>
5897
5898 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
5899 (regsets_store_inferior_registers): Removed cast to int from
5900 ptrace() calls.
5901 * gdbserver/regcache.h: Added declaration of struct inferior_info.
5902
5903 2002-04-24 David S. Miller <davem@redhat.com>
5904
5905 * i960-tdep.c (register_in_window_p): New function.
5906 (i960_find_saved_register): Use it instead of
5907 REGISTER_IN_WINDOW_P.
5908 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
5909
5910 * symtab.h (find_stab_function_addr): Kill extern.
5911 * minsyms.c (find_stab_function_addr): Remove from here...
5912 * dbxread.c: ... to here, and mark it static.
5913
5914 2002-04-20 David S. Miller <davem@redhat.com>
5915
5916 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
5917 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
5918
5919 2002-04-21 David S. Miller <davem@redhat.com>
5920
5921 * remote-vxsparc.c (vx_read_register): Fix typo, we want
5922 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
5923 (vx_write_register): Likewise.
5924
5925 2002-04-23 J. Brobecker <brobecker@gnat.com>
5926
5927 * source.c (is_regular_file): New function.
5928 (openp): Check wether file to open is a regular file
5929 to avoid opening directories.
5930
5931 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5932
5933 * findvar.c (extract_signed_integer): Cast printf argument
5934 to suppress format warning.
5935 (extract_unsigned_integer): Likewise.
5936 * infcmd.c (registers_info): Likewise.
5937 * top.c (get_prompt_1): Likewise.
5938 * valops.c (value_assign): Likewise.
5939 * valprint.c (print_decimal): Likewise.
5940
5941 2002-04-22 H.J. Lu (hjl@gnu.org)
5942
5943 * c-exp.y (typebase): Support
5944
5945 [long|long long|short] [signed|unsigned] [int|]
5946
5947 and
5948
5949 signed [long|long long|short] int
5950
5951 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5952
5953 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
5954 and vax-tdep.h.
5955 * vax-tdep.h: New file.
5956 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
5957 Make several routines static.
5958 (vax_get_saved_register): New function.
5959 (vax_gdbarch_init): New function.
5960 (_initialize_vax_tdep): Register vax_gdbarch_init.
5961 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
5962 Remove macros now under the control of gdbarch.
5963
5964 2002-04-22 Michael Snyder <msnyder@redhat.com>
5965
5966 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
5967 Some whitespace and coding standards tweaks.
5968
5969 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5970
5971 * vax-tdep.c: Include regcache.h.
5972 (vax_call_dummy_words): New.
5973 (sizeof_vax_call_dummy_words): New.
5974 (vax_fix_call_dummy): New function.
5975 (vax_saved_pc_after_call): Ditto.
5976 * config/vax/tm-vax.h: Don't include regcache.h.
5977 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
5978 (CALL_DUMMY): Remove.
5979 (CALL_DUMMY_WORDS): Define.
5980 (SIZEOF_CALL_DUMMY_WORDS): Define.
5981 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
5982
5983 2002-04-18 Michael Snyder <msnyder@redhat.com>
5984
5985 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
5986
5987 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5988
5989 * vax-tdep.c (vax_frame_chain): New function.
5990 (vax_push_dummy_frame): Ditto.
5991 (vax_pop_frame): Ditto.
5992 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
5993 (FRAMELESS_FUNCTION_INVOCATION): Use
5994 generic_frameless_function_invocation_not.
5995 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
5996 (POP_FRAME): Use vax_pop_frame.
5997
5998 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
5999
6000 * vax-tdep.c (vax_store_struct_return): New function.
6001 (vax_extract_return_value): Ditto.
6002 (vax_store_return_value): Ditto.
6003 (vax_extract_struct_value_address): Ditto.
6004 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6005 vax_store_struct_return.
6006 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6007 (STORE_RETURN_VALUE): Use vax_store_return_value.
6008 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6009
6010 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6011
6012 * vax-tdep.c (vax_frame_saved_pc): New function.
6013 (vax_frame_args_address_correct): Ditto.
6014 (vax_frame_args_address): Ditto.
6015 (vax_frame_locals_address): Ditto.
6016 (vax_frame_num_args): Move code to be in proximity to
6017 other frame-related functions.
6018 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6019 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6020 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6021 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6022 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6023
6024 2002-04-22 H.J. Lu (hjl@gnu.org)
6025
6026 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6027 includedir.
6028
6029 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6030
6031 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6032 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6033 (FRAME_INIT_SAVED_REGS): New macro.
6034
6035 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6036
6037 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6038
6039 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6040
6041 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6042 where needed.
6043 (fetch_osf_core_registers): Likewise.
6044 (supply_gregset): Likewise.
6045
6046 2002-04-22 J. Brobecker <brobecker@gnat.com>
6047
6048 * symfile.h (get_section_index): Define.
6049 * symfile.c (get_section_index): New function.
6050 * mdebugread.c (SC_IS_SBSS): New macro.
6051 (SC_IS_BSS): Return true for the scBss storage class only, as
6052 the scSBss storage class refers to the .sbss section.
6053 (parse_partial_symbols): Discard the symbols which associated
6054 section does not exist.
6055 Make sure to use the .sbss section index for symbols which
6056 storage class is scBss, rather than using the .bss section index.
6057
6058 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6059
6060 * vax-tdep.c: Update copyright years.
6061 (vax_register_name): New function.
6062 (vax_register_byte): Ditto.
6063 (vax_register_raw_size): Ditto.
6064 (vax_register_virtual_size): Ditto.
6065 (vax_register_virtual_type): Ditto.
6066 * config/vax/tm-vax.h: Update copyright years.
6067 (REGISTER_NAMES): Remove.
6068 (REGISTER_NAME): Define.
6069 (REGISTER_BYTE): Use vax_register_byte.
6070 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6071 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6072 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6073
6074 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6075
6076 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6077 declaration
6078 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6079
6080 2002-04-21 David S. Miller <davem@redhat.com>
6081
6082 * arch-utils.c (generic_prologue_frameless_p): Kill
6083 SKIP_PROLOGUE_FRAMELESS_P code.
6084 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6085 references.
6086 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6087 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6088 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6089 references.
6090 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6091 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6092 (sparc_gdbarch_init): Pass it to
6093 set_gdbarch_prologue_frameless_p.
6094
6095 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6096
6097 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6098 (alphabsd-nat.o): New dependency list.
6099
6100 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6101
6102 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6103 alphafbsd-tdep.c.
6104 (alpha-linux-tdep.o): New dependency list.
6105 (alphafbsd-tdep.o): Likewise.
6106
6107 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6108
6109 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6110 to here...
6111 * alpha-tdep.c: ...from here.
6112 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6113
6114 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6115
6116 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6117 prototype from here...
6118 * alpha-tdep.h: ...to here.
6119
6120 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6121
6122 * frame.h (selected_frame_level): Document as deprecated.
6123 (frame_relative_level): Declare.
6124 * stack.c (frame_relative_level): New function.
6125 (selected_frame_level): Document as deprecated.
6126 (select_frame): Do not set the selected_frame_level.
6127
6128 * stack.c (frame_info, record_selected_frame): Update.
6129 (frame_command, current_frame_command): Update.
6130 (up_silently_base, up_command, down_silently_base): Update.
6131 (down_command): Update.
6132 * inflow.c (kill_command): Update.
6133 * tracepoint.c (finish_tfind_command): Update.
6134 * corelow.c (core_open): Update.
6135 * thread.c (info_threads_command): Update.
6136 (do_captured_thread_select): Update.
6137 * infcmd.c (finish_command): Update.
6138 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6139
6140 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6141
6142 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6143
6144 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6145
6146 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6147 type const.
6148
6149 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6150
6151 * alphafbsd-tdep.c: Update copyright years. Include
6152 alpha-tdep.h.
6153 (alphafbsd_use_struct_convention): Make static.
6154 (alphafbsd_init_abi): New function.
6155 (_initialize_alphafbsd_tdep): New function.
6156 * config/alpha/tm-fbsd.h: Update copyright years.
6157 (USE_STRUCT_CONVENTION): Remove.
6158
6159 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6160
6161 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6162 an Alpha ABI variant.
6163 (alpha_abi_handler_list): Declare.
6164 (alpha_gdbarch_register_os_abi): New function.
6165 (alpha_gdbarch_init): Give registered ABI variant handlers a
6166 chance to tweak the gdbarch once we have set up defaults.
6167 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6168
6169 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6170
6171 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6172 to standard_coerce_float_to_double.
6173 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6174
6175 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6176
6177 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6178 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6179 from gdbarch_tdep rather than a constant.
6180 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6181 the default text address for all Alpha Unix ABIs.
6182 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6183 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6184
6185 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6186
6187 * alpha-tdep.h: New file. Includes several Alpha target constants
6188 taken from...
6189 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6190 let gdbarch deal with.
6191 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6192 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6193 to dependency list.
6194 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
6195 Alpha target register names.
6196 * alphabsd-nat.c: Likewise.
6197 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
6198 Alpha target register names. Make serveral routines static.
6199 (alpha_get_saved_register): New function.
6200 (alpha_abi_names): New.
6201 (process_note_abi_tag_sections): New function.
6202 (get_elfosabi): New function.
6203 (alpha_gdbarch_init): New function.
6204 (alpha_dump_tdep): New function.
6205 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6206
6207 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6208
6209 * frame.c (find_saved_register): Delete #ifdef
6210 HAVE_REGISTER_WINDOWS code.
6211 * config/sparc/tm-sparc.h: Update comments.
6212 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6213
6214 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6215
6216 * i960-tdep.c (i960_find_saved_register): New function.
6217 (i960_get_saved_register): New function.
6218 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6219 (i960_get_saved_register): Declare.
6220 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6221
6222 2002-04-20 David S. Miller <davem@redhat.com>
6223
6224 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6225
6226 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6227
6228 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6229 instead of NUM_PSEUDO_REGS.
6230
6231 2002-04-20 David S. Miller <davem@redhat.com>
6232
6233 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6234 GDB_MULTI_ARCH_PARTIAL
6235 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6236 define, let tm-sp64.h do it.
6237
6238 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
6239
6240 * frame.c (find_saved_register): Avoid a NULL pointer
6241 dereference and actually walk the frame list.
6242
6243 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6244
6245 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6246 sorted in most most-recent-used order. Document.
6247 * gdbarch.h, gdbarch.c: Regenerate.
6248
6249 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
6250
6251 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
6252 (add_inferior): Call create_register_cache.
6253 (clear_inferiors): Call free_register_cache.
6254 (inferior_regcache_data, set_inferior_regcache_data): New functions.
6255 * gdbserver/regcache.c (struct inferior_regcache_data): New.
6256 (registers): Remove.
6257 (get_regcache): New function.
6258 (create_register_cache, free_register_cache): New functions.
6259 (set_register_cache): Don't initialize the register cache here.
6260 (registers_to_string, registers_from_string, register_data): Call
6261 get_regcache.
6262 * gdbserver/regcache.h: Add prototypes.
6263 * gdbserver/server.h: Likewise.
6264
6265 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
6266
6267 * gdbserver/mem-break.c: New file.
6268 * gdbserver/mem-break.h: New file.
6269 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
6270 dependencies.
6271 * gdbserver/inferiors.c (struct inferior_info): Add target_data
6272 member.
6273 (clear_inferiors): Free target_data member if set.
6274 (inferior_target_data, set_inferior_target_data): New functions.
6275 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
6276 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
6277 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
6278 (struct inferior_linux_data): New.
6279 (linux_create_inferior): Use set_inferior_target_data.
6280 (linux_attach): Likewise. Call add_inferior.
6281 (linux_wait_for_one_inferior): New function.
6282 (linux_wait): Call it.
6283 (linux_write_memory): Add const.
6284 (initialize_low): Call set_breakpoint_data.
6285 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
6286 handling members.
6287 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
6288 call.
6289 * gdbserver/server.h: Include mem-break.h. Update inferior.c
6290 prototypes.
6291 * gdbserver/target.c (read_inferior_memory)
6292 (write_inferior_memory): New functions.
6293 * gdbserver/target.h (read_inferior_memory)
6294 (write_inferior_memory): Change macros to prototypes.
6295 (struct target_ops): Update comments. Add const to write_memory
6296 definition.
6297
6298 2002-04-19 Andrew Cagney <ac131313@redhat.com>
6299
6300 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6301 instead of ->prev.
6302 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6303 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6304 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6305 instead of ->prev.
6306
6307 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
6308
6309 Fix PR gdb/471.
6310 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6311 (build_builtin_type_vec128): Ditto.
6312 (append_composite_type_field): Fix calculation of type length in
6313 union case.
6314
6315 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6316
6317 * config/djgpp/README: Update.
6318
6319 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6320 compiler warnings.
6321
6322 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6323
6324 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6325 (alpha_setup_arbitrary_frame): ...to this.
6326 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6327 for alpha_setup_arbitrary_frame.
6328
6329 2002-04-18 Andrew Cagney <cagney@redhat.com>
6330
6331 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6332 * gdbarch.h, gdbarch.c: Regenerate.
6333
6334 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6335 * target.h (memory_breakpoint_from_pc): Update declaration.
6336 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6337
6338 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6339 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6340 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6341 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6342 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6343 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6344 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6345 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6346 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6347 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6348 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6349 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6350
6351 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6352 const pointer.
6353 * monitor.c (monitor_insert_breakpoint): Ditto.
6354 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6355
6356 * config/mcore/tm-mcore.h: Update copyright.
6357 * mem-break.c: Ditto.
6358 * xstormy16-tdep.c: Ditto.
6359
6360 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6361
6362 * p-exp.y: Add precedence rule for '^' token.
6363 This removes the shift/reduce conflicts.
6364 Remove the comment concerning these shift/reduce conflicts.
6365
6366 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
6367
6368 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6369 (registers_powerpc_nofp): New register set for processors
6370 without floating point unit.
6371
6372 2002-04-18 David S. Miller <davem@redhat.com>
6373
6374 * MAINTAINERS: Add myself to write-after-approval.
6375
6376 2002-04-17 Michael Snyder <msnyder@redhat.com>
6377
6378 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6379
6380 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6381
6382 * rs6000-tdep.c (frame_initial_stack_address): Use
6383 frame_register_read to read the alloca_reg.
6384
6385 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6386
6387 * frame.c (find_saved_register): Find saved registers in the next
6388 not prev frame.
6389 Fix PR gdb/365.
6390
6391 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6392
6393 * gdbarch.sh (LANG): Set to ``c''.
6394
6395 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6396
6397 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
6398
6399 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6400
6401 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6402 Update copyright.
6403
6404 * hpread.c (hpread_get_lntt): Add declaration.
6405 Also fix PR gdb/391.
6406
6407 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6408
6409 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6410 * aclocal.m4, configure: Re-generate.
6411 Fix PR gdb/391.
6412
6413 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6414
6415 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6416 instead of tm_print_insn.
6417
6418 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6419
6420 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6421
6422 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6423
6424 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6425 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6426 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6427
6428 2002-04-12 Don Howard <dhoward@redhat.com>
6429
6430 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6431 max_user_call_depth.
6432 (init_cmd_lists): Initialize the new value;
6433 * cli/cli-script.c (execute_user_command): Limit the call depth of
6434 user defined commands. This avoids a core-dump when user commands
6435 are infinitly recursive.
6436
6437 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6438
6439 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6440 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6441 from tdep struct instead of DEFAULT_LR_SAVE.
6442 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6443 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6444 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6445
6446 2002-04-12 Michael Snyder <msnyder@redhat.com>
6447
6448 * Remote.c: Spelling fix.
6449 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6450 If no symbol found for "sbrk", try "_sbrk".
6451 (make_output_phdrs): Use bfd_section_name.
6452 (gcore_copy_callback): Use bfd_section_name.
6453 * eval.c: Indentation fix-ups.
6454 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6455 in case it gets applied to an address that is already
6456 in the instruction space.
6457 * cli/cli-decode.c (help_list): Allow long lines to wrap.
6458 * symfile.c: Fix indentation, long lines.
6459 * source.c: White space fix-up.
6460
6461 2002-04-12 Andrew Cagney <cagney@redhat.com>
6462
6463 * defs.h (read_relative_register_raw_bytes): Delete declaration.
6464 * frame.c (frame_register_read): New function. Return non-zero on
6465 success.
6466 (read_relative_register_raw_bytes_for_frame): Delete.
6467 (read_relative_register_raw_bytes): Delete.
6468 * frame.h (frame_register_read): Declare.
6469 * d30v-tdep.c: Update Copyright. Use frame_register_read.
6470 * sh-tdep.c: Ditto.
6471 * infcmd.c (do_registers_info): Ditto.
6472 * hppa-tdep.c: Ditto.
6473 * rs6000-tdep.c: Ditto.
6474 * h8500-tdep.c: Ditto.
6475 * mips-tdep.c: Ditto.
6476 * h8300-tdep.c: Ditto.
6477 * z8k-tdep.c: Ditto.
6478
6479 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6480
6481 From Jimi X <jimix@watson.ibm.com>:
6482 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
6483 64-bit SysV ABI.
6484
6485 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6486
6487 From Jimi X <jimix@watson.ibm.com>:
6488 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
6489 bfd info.
6490
6491 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6492
6493 From Jimi X <jimix@watson.ibm.com>:
6494 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
6495 register sets for these processor variants.
6496
6497 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
6498
6499 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
6500 registers which are allowed to fail to store.
6501 * gdbserver/linux-low.h (linux_target_ops): Likewise.
6502 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
6503 (ppc_cannot_store_register): FPSCR may not be storable.
6504 * regformats/reg-ppc.dat: Support FPSCR.
6505
6506 2002-04-11 Kevin Buettner <kevinb@redhat.com>
6507
6508 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
6509 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6510 Add fpscr as an invalid/unfetchable register.
6511 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
6512 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
6513 (fill_fpregset): Add support for register fpscr.
6514 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
6515 (fill_gregset): Account for the fact that register ``mq'' might
6516 not exist.
6517 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
6518 (registers_power): Add fpscr to register set at slot 71.
6519 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
6520 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
6521
6522 2002-04-11 Michael Snyder <msnyder@redhat.com>
6523
6524 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
6525 * configure: Regenerate.
6526 * config.in: Regenerate.
6527 * acconfig.h: Add define for _SYSCALL32.
6528 * core-sol2.c: Remove #define _SYSCALL32.
6529 * solib-legacy.c: Remove #define _SYSCALL32.
6530
6531 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6532
6533 * stack.c (select_frame): Cleanup internal error message, do not
6534 use %p.
6535
6536 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6537
6538 * stack.c (select_frame): Check that selected_frame and the
6539 specified level are as expected.
6540 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
6541 Update copyright.
6542 * frame.h (struct frame_info): Add field `level'. Update
6543 copyright.
6544 Work-in-progress PR gdb/464.
6545
6546 2002-04-10 Andrew Cagney <ac131313@redhat.com>
6547
6548 * maint.c (maint_print_section_info): Rename print_section_info.
6549 (print_bfd_section_info, print_objfile_section_info): Update.
6550 * inferior.h (struct gdbarch): Add opaque declaration.
6551 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
6552 * gdbarch.h: Regenerate.
6553
6554 2002-04-10 Michal Ludvig <mludvig@suse.cz>
6555
6556 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
6557 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
6558 (kernel_u_size): Added.
6559 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
6560 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
6561
6562 2002-04-04 Jim Ingham <jingham@apple.com>
6563
6564 * valarith.c (find_size_for_pointer_math): New function, either returns
6565 the size for a pointer's target, returns 1 for void *, or errors for
6566 incomplete types.
6567 (value_add, value_sub): use find_size_for_pointer_math.
6568
6569 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6570
6571 * linux-low.c (linux_look_up_symbols): New hook.
6572 (linux_target_ops): Add linux_look_up_symbols.
6573 * remote-utils.c (decode_address): New function.
6574 (look_up_one_symbol): New function.
6575 * server.c (handle_query): Call target look_up_symbols hook.
6576 * server.h (look_up_one_symbol): Add prototype.
6577 * target.h (struct target_ops): Add look_up_symbols hook.
6578
6579 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6580
6581 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
6582 * ChangeLog: Correct paths in last ChangeLog entry.
6583
6584 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6585
6586 * gdbserver/linux-low.h: Remove obsolete prototypes.
6587 (struct linux_target_ops): New.
6588 (extern the_low_target): New.
6589 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
6590 (register_addr): Use the_low_target explicitly.
6591 (fetch_register): Likewise.
6592 (usr_fetch_inferior_registers): Likewise.
6593 (usr_store_inferior_registers): Likewise.
6594 * gdbserver/linux-arm-low.c (num_regs): Remove.
6595 (arm_num_regs): Define.
6596 (arm_regmap): Renamed from regmap, made static.
6597 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
6598 made static.
6599 (arm_cannot_store_register): Renamed from cannot_store_register,
6600 made static.
6601 (the_low_target): New.
6602 * gdbserver/linux-i386-low.c (num_regs): Remove.
6603 (i386_num_regs): Define.
6604 (i386_regmap): Renamed from regmap, made static.
6605 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
6606 made static.
6607 (i386_cannot_store_register): Renamed from cannot_store_register,
6608 made static.
6609 (the_low_target): New.
6610 * gdbserver/linux-ia64-low.c (num_regs): Remove.
6611 (ia64_num_regs): Define.
6612 (ia64_regmap): Renamed from regmap, made static.
6613 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
6614 made static.
6615 (ia64_cannot_store_register): Renamed from cannot_store_register,
6616 made static.
6617 (the_low_target): New.
6618 * gdbserver/linux-m68k-low.c (num_regs): Remove.
6619 (m68k_num_regs): Define.
6620 (m68k_regmap): Renamed from regmap, made static.
6621 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
6622 made static.
6623 (m68k_cannot_store_register): Renamed from cannot_store_register,
6624 made static.
6625 (the_low_target): New.
6626 * gdbserver/linux-mips-low.c (num_regs): Remove.
6627 (mips_num_regs): Define.
6628 (mips_regmap): Renamed from regmap, made static.
6629 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
6630 made static.
6631 (mips_cannot_store_register): Renamed from cannot_store_register,
6632 made static.
6633 (the_low_target): New.
6634 * gdbserver/linux-ppc-low.c (num_regs): Remove.
6635 (ppc_num_regs): Define.
6636 (ppc_regmap): Renamed from regmap, made static.
6637 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
6638 made static.
6639 (ppc_cannot_store_register): Renamed from cannot_store_register,
6640 made static.
6641 (the_low_target): New.
6642 * gdbserver/linux-s390-low.c (num_regs): Remove.
6643 (s390_num_regs): Define.
6644 (s390_regmap): Renamed from regmap, made static.
6645 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
6646 made static.
6647 (s390_cannot_store_register): Renamed from cannot_store_register,
6648 made static.
6649 (the_low_target): New.
6650 * gdbserver/linux-sh-low.c (num_regs): Remove.
6651 (sh_num_regs): Define.
6652 (sh_regmap): Renamed from regmap, made static.
6653 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
6654 made static.
6655 (sh_cannot_store_register): Renamed from cannot_store_register,
6656 made static.
6657 (the_low_target): New.
6658 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
6659 (the_low_target): New.
6660
6661 2002-04-09 Andrew Cagney <ac131313@redhat.com>
6662
6663 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
6664 override FP_REGNUM with frame->fp. Update copyright.
6665 * parse.c (num_std_regs, std_regs): Delete.
6666 (target_map_name_to_register): Do not search std_regs. Update
6667 function description.
6668 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
6669 declarations. Update copyright.
6670 Fix PR gdb/251.
6671
6672 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6673
6674 * gdbserver/Makefile.in: Add stamp-h target.
6675 * gdbserver/configure.in: Create stamp-h.
6676 * gdbserver/configure: Regenerated.
6677
6678 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6679
6680 * gdbserver/inferiors.c: New file.
6681 * gdbserver/target.c: New file.
6682 * gdbserver/target.h: New file.
6683 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
6684 dependencies.
6685 * gdbserver/linux-low.c (inferior_pid): New static variable,
6686 moved from server.c.
6687 (linux_create_inferior): Renamed from create_inferior.
6688 Call add_inferior. Return 0 on success instead of a PID.
6689 (linux_attach): Renamed from myattach.
6690 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
6691 (linux_thread_alive): Renamed from mythread_alive.
6692 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
6693 child dies.
6694 (linux_resume): Renamed from myresume. Add missing ``return 0''.
6695 (regsets_store_inferior_registers): Correct error message.
6696 Add missing ``return 0''.
6697 (linux_fetch_registers): Renamed from fetch_inferior_registers.
6698 (linux_store_registers): Renamed from store_inferior_registers.
6699 (linux_read_memory): Renamed from read_inferior_memory.
6700 (linux_write_memory): Renamed from write_inferior_memory.
6701 (linux_target_ops): New structure.
6702 (initialize_low): Call set_target_ops ().
6703 * gdbserver/remote-utils.c (unhexify): New function.
6704 (hexify): New function.
6705 (input_interrupt): Send signals to ``signal_pid''.
6706 * gdbserver/server.c (inferior_pid): Remove.
6707 (start_inferior): Update create_inferior call.
6708 (attach_inferior): Call add_inferior.
6709 (handle_query): New function.
6710 (main): Call handle_query for `q' packets.
6711 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
6712 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
6713
6714 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6715
6716 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
6717 dependencies.
6718 * gdbserver/configure.in: Check for <string.h>
6719 * gdbserver/configure: Regenerate.
6720 * gdbserver/config.in: Regenerate.
6721 * gdbserver/gdbreplay.c: Include needed system headers.
6722 (remote_open): Remove strchr prototype.
6723 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
6724 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
6725 (supply_register_by_name): Likewise.
6726 (collect_register): Change buf argument to void *.
6727 (collect_register_by_name): Likewise.
6728 * gdbserver/regcache.h: Add missing prototypes.
6729 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
6730 * gdbserver/server.c (handle_query): New function.
6731 (attached): New static variable, moved out of main.
6732 (main): Quiet longjmp clobber warnings.
6733 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
6734 * gdbserver/utils.c (error): Remove NORETURN.
6735 (fatal): Likewise.
6736
6737 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
6738
6739 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
6740 after the last symbol in a block.
6741
6742 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
6743
6744 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
6745 is non zero as a found symbol.
6746
6747 2002-04-08 Andrew Cagney <ac131313@redhat.com>
6748
6749 * findvar.c: Include "builtin-regs.h".
6750 (value_of_register): Call value_of_builtin_reg when applicable.
6751 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
6752 (target_map_name_to_register): Call
6753 builtin_reg_map_name_to_regnum.
6754 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
6755 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
6756 (builtin_regs_h): Define.
6757 (builtin-regs.o): New target.
6758 (findvar.o): Add $(builtin_regs_h).
6759 * builtin-regs.c, builtin-regs.h: New files.
6760 * std-regs.c: New file.
6761 Partial fix for PR gdb/251.
6762
6763 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6764
6765 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
6766 it's no longer required.
6767
6768 2002-04-08 Andrew Cagney <ac131313@redhat.com>
6769
6770 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
6771
6772 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6773
6774 From Jimi X <jimix@watson.ibm.com>:
6775 * rs6000-tdep.c (rs6000_software_single_step): Use
6776 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
6777 and size. Use target_insert_breakpoint() and
6778 target_remove_breakpoint() to insert and remove breakpoints
6779 instead of explicit memory reads and writes.
6780
6781 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6782
6783 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
6784 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
6785 ELF_OBJECT_FORMAT ifdef.
6786
6787 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6788
6789 From Jimi X <jimix@watson.ibm.com>:
6790 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
6791
6792 2002-04-08 Kevin Buettner <kevinb@redhat.com>
6793
6794 From Jimi X <jimix@watson.ibm.com>:
6795 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
6796 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
6797
6798 2002-04-07 Mark Kettenis <kettenis@gnu.org>
6799
6800 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
6801 s/asprintf/xasprintf/.
6802 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
6803
6804 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6805
6806 I believe Jeff Law denies responsability for this one:
6807 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
6808 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
6809 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
6810 Work-around for PR gdb/366.
6811
6812 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
6813
6814 * remote-e7000.c (write_small, e7000_read_inferior_memory,
6815 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
6816 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
6817
6818 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
6819
6820 * sh-tdep.c (sh_fp_frame_init_saved_regs,
6821 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
6822 information.
6823
6824 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6825
6826 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
6827 maintainer.
6828
6829 2002-04-07 Andrew Cagney <ac131313@redhat.com>
6830
6831 * README (Reporting Bugs in GDB): Document the bug web page as the
6832 prefered way of submitting bugs.
6833 Fix PR gdb/402.
6834
6835 2002-04-06 Andrew Cagney <ac131313@redhat.com>
6836
6837 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
6838 -1. Update comment.
6839 * gdbarch.h, gdbarch.c: Re-generate.
6840
6841 2002-04-07 Andreas Schwab <schwab@suse.de>
6842
6843 * m68klinux-nat.c (fill_fpregset): Properly pass address of
6844 buffer to regcache_collect.
6845
6846 2002-04-06 Andrew Cagney <ac131313@redhat.com>
6847
6848 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
6849 * gdbarch.c, gdbarch.h: Re-generate.
6850
6851 2002-04-06 Andrew Cagney <ac131313@redhat.com>
6852
6853 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
6854 declaration. Fix -Werror.
6855
6856 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
6857
6858 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
6859 * gdbarch.c: Regenerate.
6860
6861 2002-04-05 Michael Snyder <msnyder@redhat.com>
6862
6863 * breakpoint.c (clear_command): Rewrite middle section to
6864 combine two loops with identical control conditions.
6865 Add a cleanup to eliminate a memory leak.
6866 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
6867
6868 2002-04-05 H.J. Lu (hjl@gnu.org)
6869
6870 * solib-svr4.c (bkpt_names): Add "__start".
6871
6872 2002-04-04 Andrew Cagney <ac131313@redhat.com>
6873
6874 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
6875 as test for 64 bit target.
6876
6877 2002-04-05 Andrew Cagney <ac131313@redhat.com>
6878
6879 * h8500-tdep.c (h8500_write_fp): Delete function.
6880 * dwarf2cfi.c (cfi_write_fp): Document as not used.
6881 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
6882 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
6883 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
6884 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
6885 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
6886 (s390_write_fp):
6887 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
6888 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
6889 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
6890 (d10v_write_fp): Delete function.
6891 * inferior.h (write_fp, generic_target_write_fp): Delete
6892 declarations.
6893 * regcache.c (generic_target_write_fp): Delete function.
6894 (write_fp): Delete function.
6895 * gdbarch.sh (TARGET_WRITE_FP): Delete.
6896 * gdbarch.h, gdbarch.c: Regenerate.
6897 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
6898 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
6899 (sparc64_write_fp): Delete declaration.
6900 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
6901 (h8500_write_fp): Delete declaration.
6902
6903 2002-04-04 Andrew Cagney <ac131313@redhat.com>
6904
6905 * sparc-tdep.c (sparc64_write_fp): Delete.
6906 (sparc_push_dummy_frame): Replace write_fp call with code to store
6907 the FP directly.
6908 (sparc_gdbarch_init): Do not initialize write_fp.
6909
6910 2002-04-05 Kevin Buettner <kevinb@redhat.com>
6911
6912 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
6913 clause.
6914
6915 2002-03-29 Jim Blandy <jimb@redhat.com>
6916
6917 * stack.c (get_selected_block): Add new argument `addr_in_block',
6918 used to return the exact code address we used to select the block,
6919 not just the block.
6920 * blockframe.c (get_frame_block, get_current_block): Same.
6921 * frame.h (get_frame_block, get_current_block,
6922 get_selected_block): Update declarations.
6923 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
6924 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
6925
6926 2002-04-05 Michael Snyder <msnyder@redhat.com>
6927
6928 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
6929 warning message.
6930
6931 2002-04-05 J. Brobecker <brobecker@gnat.com>
6932
6933 * utils.c (xfullpath): New function.
6934 * defs.h (xfullpath): Add declaration.
6935 * source.c (openp): Use xfullpath in place of gdb_realpath to
6936 avoid resolving the basename part of filenames when the
6937 associated file is a symbolic link. This fixes a potential
6938 inconsistency between the filenames known to GDB and the
6939 filenames it prints in the annotations.
6940 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
6941 to be able to match a filename with either the real filename, or
6942 the name of any symbolic link to this file.
6943 (lookup_partial_symtab): Ditto.
6944
6945 2002-04-04 Michael Snyder <msnyder@redhat.com>
6946
6947 * breakpoint.c: Add support for hardware breakpoints in overlays.
6948 (overlay_events_enabled): New state variable.
6949 (insert_breakpoints): Use overlay_events_enabled to decide
6950 whether to attempt to set a breakpoint at the overlay load addr.
6951 Handle bp_hardware_breakpoint as well as bp_breakpoint.
6952 (remove_breakpoint): Use overlay_events_enabled to decide
6953 whether breakpoints need to be removed from overlay load addr.
6954 Handle bp_hardware_breakpoint as well as bp_breakpoint.
6955 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
6956 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
6957 disable_overlay_breakpoints): Update overlay_events_enabled.
6958
6959 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
6960
6961 * dwarf2read.c (struct function_range): New.
6962 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
6963 (check_cu_functions): New.
6964 (read_file_scope): Initialize global function lists.
6965 Call dwarf_decode_line after processing children.
6966 (read_func_scope): Add to global function list.
6967 (dwarf_decode_lines): Call check_cu_functions everywhere
6968 record_line is called. Call record_line with a linenumber
6969 of 0 to mark sequence ends.
6970
6971 2002-04-04 Michal Ludvig <mludvig@suse.cz>
6972
6973 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
6974 change sync with glibc.
6975
6976 2002-04-03 Jim Blandy <jimb@redhat.com>
6977
6978 * configure.in: Call AC_C_INLINE.
6979 * configure: Regenerated.
6980
6981 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
6982
6983 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
6984 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
6985
6986 2002-03-31 Mark Kettenis <kettenis@gnu.org>
6987
6988 * NEWS: Mention gcore support on FreeBSD/i386.
6989
6990 * fbsd-proc.c: New file.
6991 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
6992 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
6993
6994 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
6995 while statement.
6996
6997 2002-03-29 Jim Blandy <jimb@redhat.com>
6998
6999 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7000 unescaped newlines in string literals, but newer ones don't. So
7001 escape them.
7002
7003 2002-03-26 Michael Snyder <msnyder@redhat.com>
7004 Andrew Cagney <cagney@redhat.com>
7005
7006 * cli/cli-dump.c: New file. Dump memory to file,
7007 restore file to memory.
7008 * cli/cli-dump.h: New file.
7009 * Makefile.in: Add rules, dependencies for cli-dump.o.
7010 * NEWS: Mention new commands.
7011
7012 2002-03-28 Michael Snyder <msnyder@redhat.com>
7013
7014 * symfile.c (symbol_file_add): Move test for null symbols to later.
7015
7016 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7017
7018 From veksler at il.ibm.com:
7019 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7020 the xstrduped original path.
7021 Fix PR gdb/417.
7022
7023 2002-03-27 Michael Snyder <msnyder@redhat.com>
7024
7025 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7026 * infcmd.c (_initialize_infcmd): Ditto.
7027 * language.c (_initialize_language): Ditto.
7028 * symfile.c (_initialize_symfile): Ditto.
7029 * top.c (_init_main): Ditto.
7030 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7031
7032 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
7033
7034 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7035 vector registers handling.
7036 (skip_prologue): Handle new AltiVec instructions. Fill in new
7037 fields of frame data.
7038 (frame_get_saved_regs): Fill in information for AltiVec registers.
7039
7040 2002-03-27 Jim Blandy <jimb@redhat.com>
7041
7042 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7043 a function; leave this macro here to invoke that function.
7044 (symbol_init_mangled_name): Declaration for that function.
7045 * symtab.c (symbol_init_mangled_name): New function.
7046
7047 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7048
7049 * valarith.c: Replace strerror with safe_strerror.
7050 * tracepoint.c: Ditto.
7051 * lin-lwp.c: Ditto.
7052 * go32-nat.c: Ditto.
7053 * inflow.c: Ditto.
7054 * gnu-nat.c: Ditto.
7055
7056 2002-03-27 Andreas Schwab <schwab@suse.de>
7057
7058 * event-top.c (command_line_handler): Remove useless if.
7059
7060 2002-03-27 Andreas Jaeger <aj@suse.de>
7061
7062 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7063 comment.
7064
7065 2002-03-27 Michal Ludvig <mludvig@suse.cz>
7066
7067 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7068 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7069 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7070 (x86_64_linux_dr_get_status, supply_gregset),
7071 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7072 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7073 (x86_64_register_info_table): Add.
7074 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7075 (x86_64_register_raw_size, x86_64_register_virtual_type),
7076 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7077 general x86_64_register_info_table.
7078 (i386_gdbarch_init): gdbarch_register_bytes is now set
7079 dynamicaly during initialization.
7080 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7081 * gdbserver/linux-x86-64-low.c: Ditto.
7082
7083 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7084
7085 * gdbserver/server.c (main): Call target_signal_to_host_p
7086 and target_signal_to_host on signals received from the remote.
7087 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7088 target_signal_from_host on signals sent to the remote.
7089 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7090 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7091
7092 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7093
7094 * signals/signals.c: Include "server.h" in gdbserver build.
7095 (target_signal_from_name): Don't use STREQ.
7096 (_initialize_signals): Likewise. Don't include function in
7097 gdbserver build.
7098
7099 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7100
7101 * signals.c: Moved to...
7102 * signals/signals.c: Here.
7103 * Makefile (signals.o): Update.
7104
7105 2002-03-26 Jeff Law (law@redhat.com)
7106
7107 * somread.c (som_symtab_read): Remove some commented out code and
7108 updated related comments. Do not set the minimal symbol table to
7109 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7110 in a dynamic executable.
7111 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7112 where we are unable to find the minimal symbol for the given
7113 PC value.
7114
7115 2002-03-25 Jeff Law (law@redhat.com)
7116
7117 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7118
7119 2002-03-25 Michal Ludvig <mludvig@suse.cz>
7120
7121 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7122
7123 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7124
7125 * command.h: Update copyright.
7126 (struct cmd_list_element): Replace definition with opaque
7127 declaration.
7128 (enum cmd_types): Document that it will eventually be moved to
7129 cli/cli-decode.h
7130 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7131 (MALLOCED_REPLACEMENT): Delete macro.
7132 * Makefile.in (cli_decode_h): Add $(command_h).
7133 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7134 * top.c: Include "cli/cli-decode.h".
7135 * completer.c: Include "cli/cli-decode.h".
7136 * maint.c: Include "cli/cli-decode.h".
7137 * cli/cli-decode.h: Include "command.h".
7138 (enum command_class): Delete.
7139 (enum cmd_types): Comment out.
7140 (enum cmd_auto_boolean): Delete.
7141 (enum var_types): Delete.
7142
7143 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7144
7145 * cli/cli-decode.c: Include "gdb_assert.h".
7146 (add_set_or_show_cmd): New static function.
7147 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7148 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7149 all fields, such as func, from the set command.
7150
7151 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7152
7153 * MAINTAINERS (sh-elf): Change warning flag to -w.
7154
7155 2002-03-23 Andrew Cagney <cagney@redhat.com>
7156
7157 * defs.h (error): Add printf format attribute.
7158 * thread-db.c (thread_from_lwp): Fix error format string.
7159 * stack.c (parse_frame_specification): Ditto.
7160 * cli/cli-decode.c (undef_cmd_error): Ditto.
7161 * scm-lang.c (scm_lookup_name): Ditto.
7162 * tracepoint.c (trace_error): Ditto.
7163 * remote-utils.c (usage): Ditto.
7164 * remote.c (compare_sections_command): Ditto.
7165 Fix PR gdb/328.
7166
7167 2002-03-22 Andrew Cagney <ac131313@redhat.com>
7168
7169 * gdbtypes.c (append_composite_type_field): New function.
7170 (init_composite_type): New function.
7171 * gdbtypes.h (append_composite_type_field): Declare.
7172 (init_composite_type): Ditto.
7173
7174 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
7175
7176 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7177 function.
7178 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7179 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7180 structure returning convention for SYSV ABI case, but not
7181 for GNU/Linux, FreeBSD, or NetBSD.
7182
7183 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
7184
7185 * symtab.h (lookup_block_symbol): Add mangled_name argument
7186 to prototype.
7187
7188 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7189 with new mangled_name argument.
7190 * linespec.c (decode_line_1): Likewise.
7191 * valops (value_of_this): Likewise.
7192 * symtab.c (lookup_transparent_type): Likewise.
7193 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7194 (lookup_symbol): If we are given a mangled name, pass it down
7195 to lookup_symbol_aux.
7196 (lookup_block_symbol): If we are given a mangled name to check
7197 against, only return symbols which match it.
7198
7199 2002-03-22 Christopher Faylor <cgf@redhat.com>
7200
7201 * win32-nat.c (child_create_inferior): Check for proper shell to use
7202 here, in case the user changes it on the fly.
7203 (_initialize_inftarg): Remove shell path considerations.
7204
7205 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
7206
7207 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7208 for gdbarch_max_register_raw_size and max_register_virtual_size.
7209 Adjust copyright year.
7210
7211 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
7212
7213 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7214 in a function to cover the entire beginning of the function
7215 as well if it does not already.
7216
7217 2002-03-21 Tom Rix <trix@redhat.com>
7218
7219 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7220 (rs6000_ptrace64): Renamed from ptrace64.
7221
7222 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7223
7224 * gdbserver/remote-utils.c (remote_open): Don't call
7225 getprotobyname, we're all using TCP here so just use
7226 IPPROTO_TCP.
7227 * gdbserver/gdbreplay.c (remote_open): Ditto.
7228
7229 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7230
7231 * regcache.c (_initialize_regcache): No need to call
7232 build_regcache() at this time; it gets called whenever
7233 the gdbarch changes.
7234
7235 2002-03-20 David O'Brien <obrien@FreeBSD.org>
7236
7237 * sparc-nat.c: Include sys/param.h where possible.
7238
7239 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
7240
7241 Fix PR gdb/422.
7242 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7243 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7244 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7245 complex types.
7246 * stabsread.c (rs6000_builtin_type): Likewise.
7247 (read_sun_floating_type): Likewise.
7248
7249 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7250
7251 * stabsread.c (read_member_functions): Remove skip code for duplicate
7252 constructor/destructor methods. Use standard parsing for these
7253 methods and just do not chain them to the list of methods after
7254 parsing.
7255
7256 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
7257
7258 * coffread.c: Remove redundant static declarations. Replace
7259 occurrences of `PTR' with `void *'.
7260 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7261 * top.h (quit_cover): Likewise.
7262 * defs.h (catch_errors): Likewise.
7263
7264 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7265
7266 * defs.h (XMALLOC): Define.
7267 * gdb-events.sh (XMALLOC): Delete macro.
7268 * gdb-events.c, gdb-events.h: Regenerate.
7269 * gdbarch.sh (XMALLOC): Delete macro.
7270 * gdbarch.c: Regenerate.
7271 * serial.c (XMALLOC): Delete macro.
7272 * ui-file.c (XMALLOC): Ditto.
7273 * ser-unix.h (XMALLOC): Ditto.
7274 * sh-tdep.c (XMALLOC): Ditto.
7275 * ui-out.c (XMALLOC): Ditto.
7276 * utils.c (XMALLOC): Ditto.
7277 * i386-tdep.c (XMALLOC): Ditto.
7278 * gdb-events.c (XMALLOC): Ditto.
7279 * d10v-tdep.c (XMALLOC): Ditto.
7280 * cli-out.c (XMALLOC): Ditto.
7281
7282 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7283 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7284 * ui-file.c, ui-out.c: Ditto.
7285
7286 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7287
7288 * command.h (struct cmd_list_element): Add field context.
7289 (set_cmd_context, get_cmd_context): Declare.
7290 * cli/cli-decode.h: Ditto.
7291 * cli/cli-decode.c (get_cmd_context): New function.
7292 (set_cmd_context): New function.
7293 (add_cmd): Initialize context.
7294 Part of fixing PR gdb/145 and PR gdb/146.
7295
7296 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7297
7298 * cli/cli-decode.c (cmd_type): New function.
7299 * command.h (cmd_type): Declare.
7300 * infrun.c (set_schedlock_func): Call function cmd_type.
7301 * kod.c (kod_set_os): Call cmd_type.
7302 * cris-tdep.c (cris_version_update): Use function cmd_type.
7303 (cris_mode_update, cris_abi_update): Ditto.
7304
7305 * command.h: (execute_cmd_post_hook): Declare.
7306 (execute_cmd_pre_hook): Declare.
7307 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7308 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7309 functions. Execute pre/post hook while ensuring that afterwords
7310 hook_in is cleared.
7311 * top.c (execute_command): Use execute_cmd_post_hook, and
7312 execute_cmd_pre_hook to execute pre/post commands.
7313 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7314 hook_stop_stub.
7315 (hook_stop_stub): Call execute_cmd_pre_hook.
7316
7317 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7318
7319 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7320 set'' and this leads to a core dump. Move xstrdup of
7321 operating_system to after check that it is not NULL.
7322
7323 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7324
7325 * kod.c (kod_set_os): Remove unnecessary check that
7326 ``command->type'' is set_cmd.
7327
7328 * valprint.c (set_input_radix): Use input_radix.
7329 (set_output_radix): Use output_radix.
7330 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7331 isn't reverted.
7332
7333 2002-03-16 Andrew Cagney <ac131313@redhat.com>
7334
7335 * value.h (struct value): Delete field ``substring_addr''. Change
7336 aligner fields to force_doublest_align, force_longest_align,
7337 force_core_addr_align and force_pointer_aligh.
7338
7339 * value.h (struct value): Fix typo in above change.
7340
7341 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7342
7343 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7344 to fix internal_error from ``maintenance print architecture''.
7345
7346 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7347
7348 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7349 for gcc versions after gcc-2.8.1.
7350
7351 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7352
7353 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7354 for method resolution. Restore adjustment of ``this'' pointer after
7355 calling value_struct_elt, which was accidentally removed during the
7356 HP merge.
7357
7358 2002-03-15 Andrew Cagney <ac131313@redhat.com>
7359
7360 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7361 value_of_register.
7362 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7363 get_saved_register.
7364 * value.h (value_of_register): Update.
7365
7366 2002-03-14 Richard Henderson <rth@redhat.com>
7367
7368 * configure.in: Detect declaration for canonicalize_file_name.
7369 * utils.c (canonicalize_file_name): Declare, if needed.
7370 (gdb_realpath): Prefer realpath if available and usable.
7371 * config.in, configure: Rebuild.
7372
7373 2002-03-14 Richard Henderson <rth@redhat.com>
7374
7375 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7376 a constant array bound.
7377
7378 * MAINTAINERS: Add myself to write-after-approval.
7379
7380 2002-03-14 Michael Snyder <msnyder@redhat.com>
7381
7382 * symfile.c (syms_from_objfile): Return immediately if no syms.
7383 (symbol_file_add): Return immediately if no syms.
7384 (find_sym_fns): Return immediately if no syms.
7385
7386 2002-03-13 Michal Ludvig <mludvig@suse.cz>
7387
7388 * gdbserver/remote-util.c (remote_open): Print remote-side's
7389 IP address when remote debugging over the network.
7390
7391 2002-03-12 David O'Brien <obrien@FreeBSD.org>
7392
7393 * config/sparc/fbsd.mh: Fix copyright.
7394 * config/sparc/fbsd.mt: Likewise.
7395
7396 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
7397
7398 * MAINTAINERS: Fix typo in name of gdb warnings option.
7399 (x86-64): Fix formating so that this can be parsed by awk.
7400
7401 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7402
7403 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7404 * defs.h: Include "gdb/signals.h".
7405 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7406
7407 2002-03-10 Michal Ludvig <mludvig@suse.cz>
7408
7409 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7410 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7411 from x86-64-tdep.h
7412
7413 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7414 Don Howard <dhoward@redhat.com>
7415
7416 * mips-tdep.c (ST0_FR): Define.
7417 (mips2_fp_compat): New function, temporarily disabled.
7418 (mips_read_fp_register_single): New function.
7419 (mips_read_fp_register_double): New function.
7420 (mips_print_register): Use them.
7421 (do_fp_register_row): Likewise.
7422
7423 2002-03-09 Andrew Cagney <ac131313@redhat.com>
7424
7425 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7426 approval''.
7427
7428 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7429
7430 * stabsread.c (read_member_functions): Fix is_stub test for
7431 static member functions, improve comment.
7432
7433 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
7434
7435 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7436 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7437 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7438 commands that set boolean values.
7439 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7440 (arm_rdi_resume): Always initialize PC.
7441 (arm_rdi_open): Don't use rslt as a boolean.
7442 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7443 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7444 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7445 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7446
7447 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
7448
7449 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7450 * configure: Rebuilt.
7451
7452 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7453
7454 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7455 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7456
7457 2002-03-06 Andrew Cagney <ac131313@redhat.com>
7458
7459 * cli/cli-decode.c (set_cmd_completer): New function.
7460 * command.h (set_cmd_completer): Declare.
7461 * cli/cli-decode.h (set_cmd_completer): Ditto.
7462
7463 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7464 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7465 * win32-nat.c (_initialize_inftarg): Ditto.
7466 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7467 * proc-api.c (_initialize_proc_api): Ditto.
7468 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7469 * source.c (_initialize_source): Ditto.
7470 * exec.c (_initialize_exec): Ditto.
7471 * solib.c (_initialize_solib): Ditto.
7472 * top.c (init_main): Ditto.
7473 * tracepoint.c (_initialize_tracepoint): Ditto.
7474 * symfile.c (_initialize_symfile): Ditto.
7475 * printcmd.c (_initialize_printcmd): Ditto.
7476 * infcmd.c (_initialize_infcmd): Ditto.
7477 * corefile.c (_initialize_core): Ditto.
7478
7479 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7480
7481 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7482
7483 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7484
7485 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7486
7487 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7488
7489 * NEWS: Update headings, 5.2 has branched.
7490
7491 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
7492
7493 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7494 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7495 (register_addr, REGISTER_RAW_SIZE): Likewise.
7496 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7497 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7498
7499 2002-03-03 Michal Ludvig <mludvig@suse.cz>
7500
7501 * MAINTAINERS (x86-64): Add myself.
7502 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7503 changed value_ptr -> struct value *
7504
7505 2002-03-01 David O'Brien <obrien@FreeBSD.org>
7506
7507 * configure.host (sparc64-*-freebsd): Add.
7508 * configure.tgt: Likewise.
7509 * config/sparc/fbsd.mh: New file.
7510 * config/sparc/fbsd.mt: Likewise.
7511 * config/sparc/nm-fbsd.h: Likewise.
7512 * config/sparc/tm-fbsd.h: Likewise.
7513
7514 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
7515
7516 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7517 regformats/reg-s390x.dat.
7518
7519 2002-03-01 Andrew Cagney <ac131313@redhat.com>
7520
7521 * utils.c: Add FIXME explaining true/false problem.
7522
7523 2002-02-28 Andrew Cagney <ac131313@redhat.com>
7524
7525 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7526
7527 2002-02-28 Michael Chastain <mec@shout.net>
7528
7529 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7530
7531 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
7532
7533 * gdbserver/linux-s390-low.c: New file.
7534 * regformats/reg-s390.dat: New file.
7535 * regformats/reg-s390x.dat: New file.
7536 * gdbserver/configure.srv: Add S/390.
7537 * gdbserver/Makefile.in: Add S/390.
7538 * configure.tgt: Enable gdbserver for S/390.
7539
7540 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7541
7542 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7543 first line of the doc string for "info dos", except at the end of
7544 the sentence, since the short help stops at the first period.
7545
7546 2002-02-28 Jason Merrill <jason@redhat.com>
7547
7548 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7549
7550 2002-02-27 Fred Fish <fnf@redhat.com>
7551
7552 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7553 comment (dumy -> dummy).
7554
7555 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7556
7557 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7558
7559 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
7560
7561 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7562
7563 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7564
7565 * gdbserver/acconfig.h: New file.
7566 * gdbserver/i387-fp.c: New file.
7567 * gdbserver/i387-fp.h: New file.
7568 * gdbserver/linux-x86-64.c: New file.
7569 * regformats/reg-x86-64.dat: New file.
7570 * configure.tgt: Add x86_64-*-linux* gdbserver support.
7571 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7572 * gdbserver/configure.in: Add support for regsets.
7573 * gdbserver/config.in: Regenerate.
7574 * gdbserver/configure: Regenerate.
7575 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
7576 * gdbserver/linux-low.h: New file.
7577 * gdbserver/linux-low.c: Include "linux-low.h". Add support
7578 for regsets.
7579 * gdbserver/linux-arm-low.c: Include "linux-low.h".
7580 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7581 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7582 * gdbserver/linux-mips-low.c: Include "linux-low.h".
7583 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7584 * gdbserver/linux-sh-low.c: Include "linux-low.h".
7585 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
7586 "i387-fp.h". Add PTRACE_GETREGS and friends.
7587 * gdbserver/regcache.c (supply_register): New function.
7588 (supply_register_by_name): New function.
7589 (collect_register): New function.
7590 (collect_register_by_name): New function.
7591
7592 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7593
7594 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7595 (config.status): Add configure.srv dependency.
7596 (server_h): Add config.h dependency.
7597
7598 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7599
7600 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7601 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7602 * gdbserver/configure.srv: Change i386-*-linux* to use
7603 reg-i386-linux.o.
7604
7605 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7606
7607 * x86-64-tdep.c: Re-indent. Update copyright date.
7608
7609 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7610
7611 From Michal Ludvig <mludvig@suse.cz>:
7612 * x86-64-tdep.c (value.h): Delete.
7613 (gdb_assert.h): Include.
7614 (x86_64_register_convert_to_virtual,
7615 x86_64_register_convert_to_raw ): Add check which lets only
7616 floating-point values to be converted.
7617 (value_push): Delete.
7618 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
7619 (i386_gdbarch_init): Number of register_bytes fixed.
7620
7621 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7622
7623 * MAINTAINERS: Add x86-64 target.
7624
7625 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7626
7627 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
7628 * osfsolib.c (solib_map_sections): Ditto.
7629 * irix5-nat.c (solib_map_sections): Ditto.
7630 * corelow.c (gdb_check_format): Ditto.
7631 * symfile.c (symfile_bfd_open): Ditto.
7632 * solib.c (solib_map_sections): Ditto.
7633 Fix PR gdb/354.
7634
7635 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7636
7637 * remote.c (_initialize_remote): By default, disable ``e'' and
7638 ``E'' step out-of-range packets.
7639
7640 2002-02-26 Andreas Schwab <schwab@suse.de>
7641
7642 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
7643 m68k_linux_frame_saved_pc.
7644 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
7645 in_sigtramp.
7646 (SIGCONTEXT_PC_OFFSET): Remove.
7647 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
7648 m68k_linux_sigtramp_saved_pc): New functions.
7649 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
7650 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
7651 (UCONTEXT_PC_OFFSET): Define.
7652 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
7653 non-RT and RT signal trampolines.
7654
7655 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
7656
7657 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
7658 (TARGET_NBPG, STACK_END_ADDR): Delete
7659 (VARIABLES_INSIDE_BLOCK): Delete.
7660
7661 2002-02-25 Andrew Cagney <ac131313@redhat.com>
7662
7663 * utils.c (perror_with_name): Make string parameter constant.
7664 (print_sys_errmsg): Ditto.
7665 (query): Ditto.
7666 * defs.h (perror_with_name): Update.
7667 (print_sys_errmsg): Update.
7668 (query): Update.
7669
7670 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
7671
7672 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
7673 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
7674
7675 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7676
7677 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
7678 if it already matches the current architecture from the exec file.
7679 Include arch-utils.h for gdbarch_info_init prototype.
7680 * Makefile.in (rs6000-nat.o): Update dependencies.
7681
7682 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
7683
7684 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
7685 list of exported variables.
7686
7687 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
7688
7689 * gdbserver/configure.srv: New file.
7690 * gdbserver/configure.in: Use configure.srv instead
7691 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
7692 from it.
7693 * gdbserver/configure: Regenerated.
7694 * gdbserver/terminal.h: New file.
7695 * gdbserver/Makefile.in: Update for configure changes. Remove
7696 more unneeded include paths.
7697
7698 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7699
7700 From wiz at danbala:
7701 * config/sparc/tm-sp64.h: Fix grammar and typos.
7702 Fix PR gdb/287.
7703
7704 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7705
7706 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
7707 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
7708 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
7709 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
7710 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
7711 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
7712 * s390-tdep.c: Ditto.
7713 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
7714 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
7715 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
7716 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
7717 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
7718 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
7719 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
7720 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
7721 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
7722 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
7723 Fix PR gdb/378.
7724
7725 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7726
7727 * lin-thread.c: Delete file.
7728 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
7729 to gdb_proc_service.h.
7730 * configure: Re-generate.
7731
7732 * ocd.c (ocd_open): Do not try to open the "ocd" device.
7733 * serial.c (serial_open): Delete check for "ocd".
7734 Fix PR gdb/349.
7735
7736 * Makefile.in (linux-thread.o): Delete target.
7737 * linux-thread.c: Delete file.
7738
7739 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
7740 renamed SH files to be consistent.
7741
7742 * symtab.c (sort_search_symbols): Use xfree.
7743
7744 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
7745
7746 * arm-linux-tdep.c (arm_linux_init_abi): Register
7747 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
7748 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
7749 definition with undef, since we don't want the sysvr4 definition.
7750 (SKIP_TRAMPOLINE_CODE): Likewise.
7751
7752 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7753
7754 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
7755
7756 * configure.in: (AC_CHECK_FUNCS) Added test for
7757 canonicalize_file_name Regenerated.
7758 * config.in, configure: Regenerated.
7759 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
7760 defined use canonicalize_file_name.
7761
7762 2002-02-23 Michael Chastain <mec@shout.net>
7763
7764 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
7765
7766 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7767
7768 * README: Remove references to cygnus.com.
7769 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
7770 dot com'' form. Remove references to cygnus.com and sourceware.
7771
7772 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7773
7774 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
7775 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
7776 1003.1-2001 no longer allows "head -1".
7777 * gdb/Makefile.in (version.c): Likewise.
7778 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
7779 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
7780 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
7781
7782 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7783
7784 * cli/cli-decode.c (cmd_cfunc_eq): New function.
7785 * command.h (cmd_cfunc_eq): Declare.
7786 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
7787
7788 * cli/cli-cmds.h (is_complete_command): Change parameter to a
7789 ``struct cmd_list_element *''.
7790 * cli/cli-cmds.c (is_complete_command): Update. Use
7791 cmd_cfunc_eq.
7792 * top.c (execute_command): Pass the command to
7793 is_complete_command.
7794 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
7795
7796 2002-02-23 Andrew Cagney <ac131313@redhat.com>
7797
7798 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
7799 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
7800 architecture defines.
7801 * s390-tdep.c (s390_gdbarch_init): Likewise.
7802
7803 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
7804
7805 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
7806 (arm_linux_push_arguments): Likewise.
7807 (arm_linux_init_abi): Register them. Also register linux-specific
7808 call_dummy_words.
7809 (find_minsym_and_objfile): Use strcmp, not STREQ.
7810 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
7811 (arm_linux_call_dummy_words): Delete declaration.
7812 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
7813 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
7814 declarations.
7815 (LOWEST_PC): Delete.
7816
7817 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7818
7819 * maint.c (print_section_info): Do not prepend `0x' to filepos
7820 output, it will be handled by local_hex_string_custom.
7821
7822 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
7823
7824 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
7825 (store_newfpe_double, store_newfpe_extended, store_fpregister)
7826 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
7827
7828 2002-02-22 Jim Blandy <jimb@redhat.com>
7829
7830 Indicate that the bcache functions don't change the strings
7831 they're passed.
7832 * bcache.h (bcache, hash): Add `const' keywords to declarations.
7833 * bcache.c (bcache, hash): Add `const' keywords to definitions.
7834
7835 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
7836
7837 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
7838
7839 2002-02-21 Christopher Faylor <cgf@redhat.com>
7840
7841 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
7842 find the complete path to a loaded DLL.
7843
7844 2002-02-21 Fred Fish <fnf@redhat.com>
7845
7846 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
7847 that marks the end of the range of a function, enter a line number
7848 entry that has a line number of zero and a PC offset that matches
7849 the end of the function. This starts a range of PC's for which no
7850 line number information is known.
7851 * symtab.c (find_pc_sect_line): If our best fit is in a range of
7852 PC's for which no line number info is found (line number is zero)
7853 then we didn't find any valid line information.
7854 * symtab.h: Document use of zero line number entry.
7855
7856 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
7857
7858 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
7859 (have_ptrace_getvrregs): Define for run time checks.
7860 (gdb_vrregset_t): New type for Altivec register handling.
7861 (fetch_register, store_register): Fetch/store altivec register
7862 when needed.
7863 (fetch_altivec_register, store_altivec_register): New functions.
7864 (supply_vrregset, fill_vrregset): New functions.
7865 (fetch_altivec_registers, store_altivec_registers): New functions.
7866 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
7867 registers as well.
7868
7869 2002-02-21 Jiri Smid <smid@suse.cz>
7870
7871 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
7872
7873 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
7874
7875 * Makefile.in (armnbsd-nat.o): Update dependencies.
7876 * armnbsd-nat.c (supply_gregset): New function. Common code to
7877 supply the integer register set.
7878 (supply_fparegset): New function. Similar for FPA registers.
7879 (fetch_regs, fetch_fp_regs): Use them.
7880 (fetch_core_registers): Likewise.
7881 (fetch_elfcore_registers): New function.
7882 (arm_netbsd_elfcore_fns): New core-file type specification.
7883 (_initialize_arm_netbsd_nat): Register it.
7884
7885 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
7886
7887 * armnbsd-nat.c: Include gdbcore.h.
7888 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
7889 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
7890 'void' to declaration, to shut up ARI.
7891 (fetch_core_registers): Make static. Rewrite using supply_register.
7892 (arm_netbsd_core_fns): New core-file type specification.
7893 (_initialize_arm_netbsd_nat): New function.
7894
7895 2002-02-21 Christopher Faylor <cgf@redhat.com>
7896
7897 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
7898 value.
7899
7900 2002-02-20 Christopher Faylor <cgf@redhat.com>
7901
7902 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
7903 fails.
7904
7905 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
7906
7907 * jv-exp.y (parse_number): Change type of implicit longs
7908 to builtin_type_uint64.
7909
7910 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
7911
7912 * gdbserver/linux-low.c (mywait): Change argument to waitpid
7913 to be an integer instead of a `union wait'.
7914
7915 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
7916
7917 * mips-linux-nat.c: Call the operating system GNU/Linux.
7918 * mips-linux-tdep.c: Likewise.
7919 * mips-tdep.c: Likewise.
7920
7921 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
7922
7923 Fix PR gdb/265.
7924 * jv-exp.y (parse_number): Handle 64-bit integers.
7925
7926 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
7927
7928 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
7929 AC_STDC_HEADERS to AC_HEADER_STDC.
7930 * gdbserver/configure: Regenerated.
7931
7932 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
7933
7934 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
7935 is defined.
7936 * sparc-tdep.c (get_longjmp_target): Likewise.
7937
7938 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
7939
7940 * News: Add news about ARM and Multi-arch. Mention the new target
7941 arm*-*-netbsd*.
7942
7943 2002-02-19 Jim Blandy <jimb@redhat.com>
7944
7945 * stabsread.c (error_type_complaint): Improve error message.
7946
7947 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
7948
7949 * gdbserver/README: Update documentation.
7950 * gdbserver/configure.in: Update configury to match documentation.
7951 * gdbserver/Makefile.in: Likewise.
7952 * gdbserver/configure: Regenerated.
7953 * gdbserver/aclocal.m4: New file, generated by aclocal.
7954 * gdbserver/config.in: New file, generated by autoheader.
7955
7956 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
7957
7958 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
7959 armnbsd-nat.c.
7960
7961 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
7962
7963 * arm-tdep.h (enum arm_float_model): New enum.
7964 (struct gdbarch_tdep): Add fp_model.
7965 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
7966 up floating-point conversions until we know the floating-point model
7967 in use by the inferior. Don't complain about being unable to
7968 determine the ABI of the inferior when we don't have one.
7969 (arm_extract_return_value): Support different floating-point models.
7970 (arm_store_return_value): Likewise.
7971 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
7972 ARM_FLOAT_SOFT.
7973 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
7974
7975 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7976
7977 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
7978 of ``current_gdbarch''.
7979
7980 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
7981
7982 * armnbsd-nat.c : ANSIfy all function declarations.
7983 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
7984 (fetch_inferior_registers): Re-implement in terms of above.
7985 (store_register, store_regs, store_fp_register, store_fp_regs): New.
7986 (store_inferior_registers): Re-implement in terms of above.
7987
7988 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
7989
7990 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
7991 kernel.
7992 * arm-linux-tdep.c: Likewise.
7993 * config/arm/tm-linux.h: Likewise.
7994
7995 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
7996
7997 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
7998 * config/arm/nbsd.mt (TM_FILE): Delete.
7999 * config/arm/tm-nbsd.h: Delete.
8000
8001 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8002
8003 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8004 Initialize CALL_DUMMY_LENGTH.
8005
8006 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8007
8008 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8009 function.
8010 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8011 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8012 defines one thing and that is incorrect for this port.
8013 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8014
8015 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8016
8017 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8018
8019 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8020
8021 * win32-nat.c (display_selector): New function. Displays information
8022 about the information returned by GetThreadSelectorEntry API function.
8023 (display_selectors): New function. Displays the infomation of
8024 the selector given as argument, or of CS, DS ans FS selectors
8025 if no argument is given.
8026 ( _initialize_inftarg): Add "w32" as info prefix command.
8027 Add "info w32 selector" as command calling display_selectors.
8028
8029 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8030
8031 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8032 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8033 if not defined.
8034
8035 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8036
8037 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8038
8039 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8040
8041 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8042 (arm_fix_call_dummy): Call it.
8043 (arm_call_dummy_breakpoint_offset): Delete.
8044 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8045 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8046
8047 2002-02-18 Andrew Cagney <ac131313@redhat.com>
8048
8049 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8050 Default to func_frame_chain_valid.
8051 * gdbarch.h, gdbarch.c: Re-generate.
8052 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8053
8054 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
8055
8056 * ppc-linux-nat.c: Update copyright.
8057 (fetch_register, store_register): Add tid parameter, don't compute
8058 tid here.
8059 (fetch_ppc_registers, store_ppc_registers): Add tid
8060 parameter. Pass it along to callees.
8061 (fetch_inferior_registers, store_inferior_registers): Compute tid
8062 here, and pass it to calleed functions.
8063 (fill_gregset, supply_fpregset): Clean up formatting.
8064
8065 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8066
8067 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8068 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8069
8070 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8071
8072 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8073 * gdbarch.c gdbarch.h: Regenerate.
8074 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8075 function.
8076 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8077 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8078 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8079
8080 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8081 * arm-tdep.c (arm_get_longjmp_target): New function.
8082 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8083 this to a positive value register arm_get_longjmp_target as the
8084 longjmp handler.
8085 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8086 (arm_linux_init_abi): Set up longjmp description in tdep.
8087 * armnbsd-nat.c (get_longjmp_target): Delete.
8088 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8089 description in tdep.
8090 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8091 (get_longjmp_target): Delete declaration.
8092 (GET_LONGJMP_TARGET): Delete.
8093 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8094 (GET_LONGJMP_TARGET): Delete.
8095
8096 2002-02-17 Kevin Buettner <kevinb@redhat.com>
8097
8098 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8099 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8100 of ``current_gdbarch''.
8101
8102 2002-02-17 Tom Tromey <tromey@redhat.com>
8103
8104 * cli/cli-cmds.c (compare_strings): New function.
8105 (complete_command): Only print each unique item once.
8106 * completer.h (complete_line): Declare.
8107 * completer.c (complete_line): New function.
8108 (line_completion_function): Use it.
8109
8110 2002-02-16 Andrew Cagney <ac131313@redhat.com>
8111
8112 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8113 * gdbarch.h, gdbarch.c: Re-generate.
8114
8115 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8116
8117 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8118
8119 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8120
8121 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8122 * valops.c (value_arg_coerce): Don't take the address of a reference
8123 to convert an argument to a reference.
8124
8125 2002-02-15 Christopher Faylor <cgf@redhat.com>
8126
8127 * win32-nat.c (get_image_name): New function.
8128 (handle_load_dll): Use get_image_name function.
8129 (get_child_debug_event): Avoid registering debug events until possibly
8130 execed process is started.
8131 (child_create_inferior): Allow invocation via shell so that command
8132 line redirection, etc. works ok.
8133 (_initialize_inftarg): Add new command: "set shell" to control whether
8134 a shell is used to start a process.
8135
8136 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8137
8138 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8139 instead of find_register_by_number.
8140 (cannot_store_register): Likewise.
8141
8142 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8143
8144 * dwarf2read.c: Replace fprintf (stderr, ...) by
8145 fprintf_unfiltered (gdb_stderr, ...).
8146
8147 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8148
8149 * gdbserver/gdbserver.1: Document --attach.
8150
8151 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8152
8153 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8154 descriptions.
8155 * arm-tdep.c (arm_default_arm_le_breakpoint)
8156 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8157 (arm_default_thumb_be_breakpoint): New. Initialize them from
8158 traditional breakpoint defines.
8159 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8160 (arm_gdbarch_init): Initialize new breakpoint variables.
8161 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8162 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8163 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8164 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8165 code out to ...
8166 (arm_netbsd_init_abi_common): ... here; new function.
8167 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8168 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8169 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8170 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8171
8172 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8173
8174 * arm-tdep.h (enum arm_abi): New enum.
8175 (struct gdbarch_tdep): New structure.
8176 (LOWEST_PC): Provide a default.
8177 (arm_gdbarch_register_os_abi): Declare new function.
8178 * arm-tdep.c (arm_abi_names): New array.
8179 (process_note_abi_tag_sections): New function.
8180 (get_elfosabi): New function.
8181 (arm_gdbarch_register_os_abi): New function.
8182 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8183 support for that ABI has been built in, then call the appropriate
8184 configuration routine. Use gdbarch_num_regs() to get the number
8185 of registers.
8186 (arm_dump_tdep): New function.
8187 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8188 place-holder functions.
8189 (_initialize_arm_tdep): Register them.
8190 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8191
8192 * armnbsd-tdep.c: New file.
8193 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8194 * config/arm/nbsd.mt (TDEPFILES): Add it.
8195 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8196
8197 * armnbsd-nat.c: Include regcache.h.
8198 * Makefile.in (armnbsd-nat.o): Update dependency list.
8199
8200 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8201
8202 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8203
8204 * gdbserver/Makefile.in: Fix typos in target rules.
8205
8206 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8207
8208 Fix part of PR gdb/267.
8209 * linespec.c (find_methods): Handle constructors specially for now.
8210
8211 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
8212
8213 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8214 handling.
8215 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8216 standard_coerce_float_to_double().
8217
8218 2002-02-14 Christopher Faylor <cgf@redhat.com>
8219
8220 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8221 GDBINIT_FILENAME.
8222
8223 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
8224
8225 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8226 find_variant_by_name, because it confuses the multiarch
8227 framework. Return NULL if there isn't an architecture with the
8228 user supplied name, instead of forcing a different one without
8229 recording the change with the multiarch machinery.
8230 (find_variant_by_name): Delete.
8231
8232 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8233
8234 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8235 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8236
8237 2002-02-13 Martin M. Hunt <hunt@redhat.com>
8238
8239 * stack.c (print_frame_info_base): When calling
8240 print_frame_info_listing_hook, set current_source_symtab.
8241
8242 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8243
8244 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8245 and remove unused $(INCLUDE_DIR).
8246 Add regcache.c to OBS.
8247 Add generated register protocol files to clean target.
8248 Update dependencies for new objects, obsolete old target code.
8249
8250 * gdbserver/linux-low.c: Remove all platform-specific code to
8251 new files. Remove various dead code. Update to use regcache
8252 functionality.
8253 * gdbserver/remote-utils.c (fromhex): Add return statement
8254 to quiet warning.
8255 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8256 constant.
8257 (input_interrupt): Add integer parameter to match prototype
8258 of a signal handler.
8259 (outreg): Use register_data ().
8260 (prepare_resume_reply): Use gdbserver_expedite_regs.
8261 * gdbserver/server.c (main): Dynamically allocate own_buf because
8262 PBUFSIZ is no longer constant. Use registers_to_string () and
8263 registers_from_string ().
8264 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8265 for error (), fatal (), and warning (). Update definition of
8266 PBUFSIZ to use regcache functionality. Add include guard.
8267 * gdbserver/utils.c (fatal): Add missing ``const''.
8268 (warning): New function.
8269
8270 * regformats/regdat.sh: Include "regcache.h" in generated files.
8271 Provide init_registers () function.
8272 * regformats/regdef.h: Add prototype for set_register_cache ().
8273 Add include guard.
8274
8275 * gdbserver/linux-arm-low.c: New file.
8276 * gdbserver/linux-i386-low.c: New file.
8277 * gdbserver/linux-ia64-low.c: New file.
8278 * gdbserver/linux-m68k-low.c: New file.
8279 * gdbserver/linux-mips-low.c: New file.
8280 * gdbserver/linux-ppc-low.c: New file.
8281 * gdbserver/linux-sh-low.c: New file.
8282
8283 * gdbserver/regcache.c: New file.
8284 * gdbserver/regcache.h: New file.
8285
8286 * gdbserver/low-linux.c: Removed obsolete file.
8287
8288 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8289
8290 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8291 * config/i386/linux.mt: Likewise.
8292 * config/ia64/linux.mt: Likewise.
8293 * config/m68k/linux.mh: Likewise.
8294 * config/powerpc/linux.mh: Likewise.
8295 * config/mips/linux.mt: Likewise.
8296
8297 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8298
8299 * config/i386/i386lynx.mh: Mark gdbserver variables
8300 as (currently) obsolete for this target.
8301 * config/i386/nbsd.mt: Likewise.
8302 * config/i386/nbsdelf.mt: Likewise.
8303 * config/m32r/m32r.mt: Likewise.
8304 * config/m68k/m68klynx.mh: Likewise.
8305 * config/m68k/nbsd.mt: Likewise.
8306 * config/m68k/sun3os4.mh: Likewise.
8307 * config/mips/vr5000.mt: Likewise.
8308 * config/ns32k/nbsd.mt: Likewise.
8309 * config/pa/hppabsd.mh: Likewise.
8310 * config/pa/hppaosf.mh: Likewise.
8311 * config/powerpc/nbsd.mt: Likewise.
8312 * config/rs6000/rs6000lynx.mh: Likewise.
8313 * config/s390/s390.mt: Likewise.
8314 * config/s390/s390x.mt: Likewise.
8315 * config/sparc/sparclynx.mh: Likewise.
8316 * config/sparc/sun4os4.mh: Likewise.
8317 * config/i386/x86-64linux.mt: Likewise.
8318 * config/sparc/linux.mh: Likewise.
8319
8320 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8321
8322 * configure.tgt: Configure gdbserver only for known working
8323 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8324 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8325 SUBDIRS if it is configured. Update comment for ${nativefile}.
8326 * configure: Regenerated.
8327
8328 2002-02-13 Michael Snyder <msnyder@redhat.com>
8329
8330 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8331
8332 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8333 (default_gcore_mach): Just return 0, work around a problem in bfd.
8334 (default_gcore_target): OK to return NULL if exec_bfd is null.
8335 (make_mem_sec): Use a cast, avoid a warning.
8336
8337 * procfs.c (find_memory_regions_callback): Use a cast instead of
8338 calling host_pointer_to_address (which complains if
8339 sizeof (host pointer) != sizeof (target pointer)).
8340 (procfs_make_note_section): Avoid overflow in psargs string.
8341
8342 * procfs.c (procfs_make_note_section): Make the default
8343 implementation return an error.
8344
8345 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
8346
8347 * procfs.c (procfs_make_note_section): Provide a default definition
8348 (for alpha-dec-osf4.0f). Fix typos.
8349
8350 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
8351
8352 * linux-proc.c: Add include of regcache.h.
8353 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8354
8355 2002-02-13 Andrew Cagney <ac131313@redhat.com>
8356
8357 From 2002-01-18 Greg McGary <greg@mcgary.org>:
8358 * memattr.c (create_mem_region): Disallow useless empty region.
8359 Regions are half-open intervals, so allow [A..B) [B..C) as
8360 non-overlapping.
8361
8362 2002-02-13 Michael Chastain <mec@shout.net>
8363
8364 * defs.h: Kill CONST_PTR.
8365 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8366 * c-lang.c (c_builtin_types): Likewise.
8367 * ch-lang.c (ch_builtin_types): Likewise.
8368 * f-lang.c (f_builtin_types): Likewise.
8369 * language.c (unknown_builtin_types): Likewise.
8370 * m2-lang.c (m2_builtin_types): Likewise.
8371 * p-lang.c (pascal_builtin_types): Likewise.
8372 * scm-lang.c (c_builtin_types): Likewise.
8373
8374 2002-02-13 Keith Seitz <keiths@redhat.com>
8375
8376 * arm-tdep.h (arm_get_next_pc): Add declaration.
8377
8378 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
8379
8380 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8381 with other related struct-returning functions.
8382 (arm_extract_struct_value_address): New function.
8383 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8384 initialize float_format, double_format and long_double_format as
8385 appropriate to the endianness of the target.
8386 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8387 (arm_use_struct_convention): Delete declaration.
8388 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8389
8390 2002-02-13 Keith Seitz <keiths@redhat.com>
8391
8392 * defs.h (core_addr_to_string_nz): New function.
8393
8394 2002-02-13 Mark Kettenis <kettenis@gnu.org>
8395
8396 Apply missing bits of 2002-01-15 patch.
8397 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8398 (fill_fpregset): Use i387_fill_fsave.
8399
8400 2002-02-12 Keith Seitz <keiths@redhat.com>
8401
8402 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8403 (core_addr_to_string_nz): New function.
8404
8405 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8406
8407 * arm-linux-nat.c: Really include arm-tdep.h.
8408 * config/arm/tm-linux.h (struct type, struct value): Declare.
8409
8410 2002-02-11 Michael Snyder <msnyder@redhat.com>
8411
8412 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8413 (gcore section): Ifdef for Solaris and Unixware only.
8414 (procfs_do_thread_registers): Unixware needs one lwpstatus
8415 per thread (not one prstatus or pstatus).
8416 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8417 not over all gdb threads. For unixware, call elfcore_write_pstatus
8418 once before iterating over threads.
8419
8420 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8421
8422 * arm-tdep.h: New file.
8423 * arm-tdep.c: Include arm-tdep.h.
8424 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8425 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8426 (arm_print_float_info, arm_register_type, convert_to_extended)
8427 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8428 (arm_extract_return_value, arm_register_name): Make static.
8429 (arm_software_single_step): Similarly. Fix types in declaration.
8430 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8431 (arm_store_return_value, arm_store_struct_return): New functions.
8432 (arm_gdbarch_init): Register the above functions. Also register
8433 call_dummy_start_offset, sizeof_call_dummy_words,
8434 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8435 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8436 max_register_virtual_size, register_size. Set up
8437 prologue_cache.saved_regs here, rather than ...
8438 (_initialize_arm_tdep): ... here.
8439 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8440 declarations.
8441 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8442 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8443 (arm_print_float_info, arm_register_type, convert_to_extended)
8444 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8445 (arm_extract_return_value, arm_register_name): Delete declarations.
8446 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8447 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8448 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8449 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8450 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8451 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8452 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8453 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8454 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8455 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8456 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8457 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8458 interface.
8459 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8460 * remote-rdi.c remote-rdp.c: Likewise.
8461 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8462 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8463 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8464 definition.
8465
8466 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8467 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8468 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8469 from non-ARM_ prefixed definitions.
8470 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8471 all uses of above.
8472 * remote-rdi.c remote-rdp.c: Likewise.
8473 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8474
8475 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8476
8477 * arm-tdep.c (arm_frameless_function_invocation)
8478 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8479 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8480 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8481 (arm_pop_frame, arm_get_next_pc): Make static.
8482 (arm_gdbarch_init): Register above in gdbarch structure.
8483 (arm_read_fp): Renamed from arm_target_read_fp.
8484 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8485 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8486 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8487 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8488 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8489 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8490 (arm_pc_is_thumb_dummy): Delete declarations.
8491 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8492 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8493 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8494 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8495
8496 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
8497
8498 * symtab.c (compare_search_syms): New function.
8499 (sort_search_symbols): New function.
8500 (search_symbols): Sort symbols after searching rather than
8501 before.
8502
8503 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8504
8505 * NEWS: Linux -> GNU/Linux.
8506
8507 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8508
8509 * gdbarch.sh: For for level one methods, disallow a definition
8510 when partially multi-arched. Add comments explaining rationale.
8511 * gdbarch.h: Re-generate.
8512
8513 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8514
8515 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8516 multi-arch partial.
8517
8518 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8519
8520 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8521 field. Use diff -u.
8522 * gdbarch.c: Re-generate.
8523
8524 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8525
8526 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8527 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8528 partial.
8529
8530 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8531
8532 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8533 multi-arch partial.
8534 (PUSH_ARGUMENTS): Switch to using predefault.
8535 * gdbarch.c: Regenerate.
8536
8537 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8538
8539 * valops.c (PUSH_ARGUMENTS): Delete definition.
8540 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8541 partial. Default to default_push_arguments.
8542 * gdbarch.h, gdbarch.c: Regenerate.
8543
8544 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8545
8546 * defs.h (throw_exception): Rename return_to_top_level. Update
8547 comments.
8548 * utils.c (error_stream, internal_verror, quit): Ditto.
8549 * top.c (throw_exception, catcher): Ditto.
8550 * sparclet-rom.c (sparclet_load): Ditto.
8551 * remote.c (interrupt_query, minitelnet): Ditto.
8552 * remote-sds.c (interrupt_query): Ditto.
8553 * remote-mips.c (mips_error, mips_kill): Ditto.
8554 * ocd.c (interrupt_query): Ditto.
8555 * monitor.c (monitor_interrupt_query): Ditto.
8556 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8557 * target.h: Update comment.
8558
8559 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
8560
8561 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8562
8563 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8564 default_double_format.
8565 * gdbarch.h, gdbarch.c: Re-generate.
8566 * findvar.c (floatformat_unknown): Delete variable definition.
8567 * doublest.h (floatformat_unknown): Delete variable declaration.
8568
8569 2002-02-09 Jim Blandy <jimb@redhat.com>
8570
8571 * stabsread.c (read_type): Add code to parse Sun's syntax for
8572 prototyped function types.
8573
8574 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8575
8576 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8577 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8578
8579 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8580
8581 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8582 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
8583 now _initialize_xcoffsolib gets called again and overrides the
8584 commands from solib.c in a native configuration.
8585
8586 2002-02-09 Mark Kettenis <kettenis@gnu.org>
8587
8588 * doublest.c (store_typed_floating): Don't try to return a value.
8589 Fixes PR gdb/290.
8590
8591 2002-02-08 Jim Blandy <jimb@redhat.com>
8592
8593 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8594 is prototyped and has no arguments, print its argument list as
8595 `(void)'.
8596
8597 2002-02-08 Chris Demetriou <cgd@broadcom.com>
8598
8599 * MAINTAINERS (write-after-approval): Add myself.
8600 (paper-trail): I've escaped!
8601
8602 2002-02-08 Christopher Faylor <cgf@redhat.com>
8603
8604 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8605 changes.
8606 (_initialize_check_for_gdb_ini): Ditto.
8607
8608 2002-02-08 Martin M. Hunt <hunt@redhat.com>
8609
8610 * win32-nat.c (cygwin_pid_to_str): Fix typo.
8611 xaprintf -> xasprintf.
8612
8613 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
8614
8615 * win32-nat.c: Remove use of printf and sprintf functions.
8616
8617 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
8618
8619 * arm-tdep.c (arm_frame_chain_valid): Make static.
8620 (arm_push_arguments): Likewise.
8621 (arm_gdbarch_init): New function.
8622 (_initialize_arm_tdep): Call it.
8623 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
8624 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
8625 (FRAME_CHAIN_VALID): Delete.
8626 (arm_frame_chain_valid): Delete declaration.
8627 (PUSH_ARGUMENTS): Delete.
8628 (arm_push_arguments): Delete declaration.
8629 (CALL_DUMMY_P): Delete.
8630
8631 2002-02-08 Andrew Cagney <ac131313@redhat.com>
8632 Corinna Vinschen <vinschen@redhat.com>
8633
8634 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
8635 on builtin float types.
8636
8637 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
8638
8639 * utils.c: Include <curses.h> before "bfd.h".
8640 * tui/tui-hooks.c: Likewise.
8641 * tui/tui.c: Likewise.
8642 * tui/tuiCommand.c: Likewise.
8643 * tui/tuiData.c: Likewise.
8644 * tui/tuiDataWin.c: Likewise.
8645 * tui/tuiDisassem.c: Likewise.
8646 * tui/tuiGeneralWin.c: Likewise.
8647 * tui/tuiIO.c: Likewise.
8648 * tui/tuiLayout.c: Likewise.
8649 * tui/tuiRegs.c: Likewise.
8650 * tui/tuiSource.c: Likewise.
8651 * tui/tuiSourceWin.c: Likewise.
8652 * tui/tuiStack.c: Likewise.
8653 * tui/tuiWin.c: Likewise.
8654
8655 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
8656
8657 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
8658 to include space for pseudoregs as well. Update loops accordingly.
8659 (sh_fp_frame_init_saved_regs): Ditto.
8660 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
8661
8662 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8663
8664 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
8665 Add Richard Earnshaw to Arm maintainers.
8666
8667 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8668
8669 * defs.h (warning_begin): Delete declaration.
8670
8671 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
8672 Delete macro.
8673
8674 2002-02-07 Michael Snyder <msnyder@redhat.com>
8675
8676 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
8677 Logic bug, remove misplaced else.
8678
8679 2002-02-07 Klee Dienes <klee@apple.com>
8680
8681 * fork-inferior.c (fork_inferior): Add '!' to the list of
8682 characters that need to be quoted when building a string for the
8683 shell. Quote '!' specifically with a backslash, since CSH chokes
8684 when trying to evaluate "str!str".
8685
8686 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
8687
8688 * rdi-share/host.h: Only provide a typedef for bool if it is not
8689 defined.
8690
8691 2002-02-04 Michael Snyder <msnyder@redhat.com>
8692
8693 * breakpoint.h (enum bptype): Add new overlay event bp type.
8694 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
8695
8696 * breakpoint.c (create_internal_breakpoint): New function.
8697 (internal_breakpoint_number): Moved into create_internal_breakpoint.
8698 (create_longjmp_breakpoint): Use create_internal_breakpoint.
8699 (create_thread_event_breakpoint): Ditto.
8700 (create_solib_event_breakpoint): Ditto.
8701 (create_overlay_event_breakpoint): New function.
8702 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
8703 (update_breakpoints_after_exec): Delete and re-initialize
8704 overlay event breakpoints after an exec. Add FIXME comment
8705 about longjmp breakpoint.
8706 (print_it_typical): Ignore overlay event breakpoints.
8707 (print_one_breakpoint): Ditto.
8708 (mention): Ditto.
8709 (bpstat_what): Do not stop for overlay event breakpoints.
8710 (delete_breakpoint): Don't delete overlay event breakpoints.
8711 (breakpoint_re_set_one): Delete the overlay event breakpoint.
8712 (breakpoint_re_set): Re-create overlay event breakpoint.
8713
8714 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
8715 (overlay_manual_command): Disable overlay breakpoints.
8716 (overlay_off_command): Disable overlay breakpoints.
8717
8718 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8719
8720 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
8721 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
8722 to here from config/tm-arm.h.
8723 (coff_sym_is_thumb): Make static.
8724 (arm_elf_make_msymbol_special): New function.
8725 (arm_coff_make_msymbol_special): New function.
8726 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
8727 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
8728 (coff_sym_is_thumb): Delete declaration.
8729 (arm_elf_make_msymbol_special): Declare.
8730 (arm_coff_make_msymbol_special): Declare.
8731 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
8732 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
8733
8734 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8735
8736 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
8737
8738 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
8739
8740 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
8741 * gdbarch.c gdbarch.h: Regenerate.
8742 * arch-utils.c (default_print_float_info): New function.
8743 * arch-utils.h (default_print_float_info): Prototype it.
8744 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
8745 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
8746 (PRINT_FLOAT_INFO): Document it.
8747
8748 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
8749 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
8750 (PRINT_FLOAT_INFO): Define.
8751
8752 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
8753
8754 * win32-nat.c (_initialize_check_for_gdb_ini):
8755 Add typecast to sprintf argument to suppress a warning.
8756
8757 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
8758
8759 * win32-nat.c (last_sig): Changed type of variable to target_signal,
8760 to allow easier handling of pass state.
8761 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
8762 that gives exception name and address.
8763 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
8764 and set last_sig value to ourstatus->value.sig. Some missing
8765 exceptions added.
8766 (child_continue): Correctly report continue_status.
8767 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
8768 TARGET_SIGNAL_0 (new default value).
8769 (child_resume): consider sig argument passed to decide if
8770 the exception should be passed to debuggee or not.
8771
8772 2002-02-05 Michael Snyder <msnyder@redhat.com>
8773
8774 * regcache.c (fetch_register): Call target_fetch_register
8775 only if we don't call FETCH_PSEUDO_REGISTER.
8776 (store_register): Call target_store_register only if we
8777 don't call STORE_PSEUDO_REGISTER.
8778
8779 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
8780
8781 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
8782 ELF_MAKE_MSYMBOL_SPECIAL.
8783 * gdbarch.c, gdbarch.h: Regenerate.
8784 * arch-utils.c (default_make_msymbol_special): New function.
8785 * arch-utils.h (default_make_msymbol_special): Export.
8786 * elfread.c (elf_symtab_read): Compile use of
8787 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
8788 multiarched.
8789 * coffread.c (coff_symtab_read): Ditto, for
8790 COFF_MAKE_MSYMBOL_SPECIAL.
8791
8792 2002-02-05 Jim Blandy <jimb@redhat.com>
8793
8794 * solib-svr4.c (svr4_truncate_ptr): New function.
8795 (svr4_relocate_section_addresses): Do the address arithmetic with
8796 the appropriate truncation for target addresses, even when
8797 CORE_ADDR is larger than a target address.
8798
8799 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8800
8801 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
8802 to (int *).
8803
8804 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8805
8806 * gdbserver/linux-low.c (kill_inferior): Remove commented out
8807 code.
8808
8809 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8810
8811 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
8812
8813 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8814
8815 * gdbserver/linux-low.c: Remove unused include files.
8816
8817 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8818
8819 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
8820 (read_inferior_memory): Use it.
8821 (write_inferior_memory): Likewise.
8822
8823 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8824
8825 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
8826 grubbing through sys_errlist.
8827
8828 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
8829
8830 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
8831
8832 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
8833 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
8834
8835 2002-02-04 Andrew Cagney <ac131313@redhat.com>
8836
8837 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
8838 (do_sfunc, set_cmd_sfunc): New functions.
8839
8840 * command.h (struct cmd_list_element): Add field func.
8841 * cli/cli-decode.h (struct cmd_list_element): Ditto.
8842 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
8843 * cli/cli-decode.h: Ditto.
8844
8845 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
8846 (help_all, help_cmd_list): Ditto.
8847 (find_cmd, complete_on_cmdlist): Ditto.
8848 * top.c (execute_command): Ditto.
8849
8850 * cli/cli-setshow.c (do_setshow_command): Call func instead of
8851 function.sfunc.
8852
8853 * infcmd.c (notice_args_read): Fix function signature.
8854
8855 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
8856 * cli/cli-decode.c (add_set_cmd): Ditto.
8857 * utils.c (initialize_utils): Ditto.
8858 * maint.c (_initialize_maint_cmds): Ditto.
8859 * infrun.c (_initialize_infrun): Ditto.
8860 * demangle.c (_initialize_demangler): Ditto.
8861 * remote.c (add_packet_config_cmd): Ditto.
8862 * mips-tdep.c (_initialize_mips_tdep): Ditto.
8863 * cris-tdep.c (_initialize_cris_tdep): Ditto.
8864 * proc-api.c (_initialize_proc_api): Ditto.
8865 * kod.c (_initialize_kod): Ditto.
8866 * valprint.c (_initialize_valprint): Ditto.
8867 * top.c (init_main): Ditto.
8868 * infcmd.c (_initialize_infcmd): Ditto.
8869 * corefile.c (_initialize_core): Ditto.
8870 * arm-tdep.c (_initialize_arm_tdep): Ditto.
8871 * arch-utils.c (initialize_current_architecture): Ditto.
8872 (_initialize_gdbarch_utils): Ditto.
8873 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
8874
8875 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
8876 * wince.c (_initialize_inftarg): Ditto.
8877 * symfile.c (_initialize_symfile): Ditto.
8878 * mips-tdep.c (_initialize_mips_tdep): Ditto.
8879 * language.c (_initialize_language): Ditto.
8880 * arc-tdep.c (_initialize_arc_tdep): Ditto.
8881
8882 2002-02-04 Michael Snyder <msnyder@redhat.com>
8883
8884 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
8885
8886 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
8887
8888 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
8889 Add rules for building the register data files.
8890
8891 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
8892
8893 * regformats/regdat.sh: Add braces to the definition of
8894 expedite_regs_${arch}.
8895
8896 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
8897
8898 * regformats/regdef.h (struct reg): Add comment describing the
8899 requirements for offset and size fields.
8900
8901 2002-02-04 Andreas Schwab <schwab@suse.de>
8902
8903 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
8904 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
8905
8906 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
8907
8908 * gdbarch.sh (copyright): Update years in generated header.
8909 (SMASH_TEXT_ADDRESS): Add rule.
8910 * gdbarch.h, gdbarch.c: Re-generate.
8911 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
8912 * dbxread.c: Likewise.
8913 * dwarfread.c: Likewise.
8914 * elfread.c: Likewise.
8915 * somread.c: Likewise.
8916
8917 * arm-tdep.c (arm_smash_text_address): New function.
8918 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
8919
8920 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
8921
8922 Add support for hardware watchpoints on win32 native.
8923 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
8924 CONTEXT_DEBUG_REGISTERS.
8925 (dr variable): New variable. Static array containing a local copy
8926 of debug registers.
8927 (debug_registers_changed): New variable. Reflects when debug registers
8928 are changed and need to be written to inferior.
8929 (debug_registers_used): New variable. Reflects when any debug register
8930 was set, used when new threads are created.
8931 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
8932 i386-nat code.
8933 (thread_rec): Set dr array if id is the thread of current_event .
8934 (child_continue, child_resume): Change the debug registers for all
8935 threads if debug_registers_changed.
8936 (child_add_thread): Change the debug registers if debug_registers_used.
8937 * config/i386/cygwin.mh: Add use of i386-nat.o file.
8938 Link nm.h to new nm-cygwin.h file.
8939 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
8940 of hardware registers.
8941
8942 2002-02-03 Andrew Cagney <ac131313@redhat.com>
8943
8944 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
8945 Restore behavour broken by 2002-01-20 Andrew Cagney
8946 <ac131313@redhat.com> IEEE_FLOAT removal.
8947
8948 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
8949
8950 * c-valprint.c (c_val_print): Pass a proper valaddr to
8951 cp_print_class_method.
8952 * valops.c (search_struct_method): If there is only one method
8953 and args is NULL, return that method.
8954
8955 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
8956
8957 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
8958 accessing tag_name directly.
8959
8960 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
8961
8962 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
8963 of accessing tag_name directly.
8964
8965 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
8966
8967 PR gdb/280
8968 * gdbtypes.c (replace_type): New function.
8969 * gdbtypes.h (replace_type): Add prototype.
8970 * stabsread.c (read_type): Use replace_type.
8971
8972 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
8973
8974 * Makefile.in (memattr.o): Add missing dependencies rule.
8975
8976 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8977
8978 * breakpoint.c (break_at_finish_command): Really export.
8979 (break_at_finish_at_depth_command): Ditto.
8980 (tbreak_at_finish_command): Ditto.
8981 * hppa-tdep.c: Include completer.h.
8982 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
8983 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
8984
8985 2002-02-01 Andrew Cagney <ac131313@redhat.com>
8986
8987 * utils.c (do_write): New function.
8988 (error_stream): Rewrite combining the code from error_begin and
8989 verror.
8990 (verror): Rewrite using error_stream.
8991 (error_begin): Delete function.
8992
8993 2002-02-01 Andrew Cagney <ac131313@redhat.com>
8994
8995 * utils.c (error_begin): Make static.
8996 * defs.h (error_begin): Delete declaration.
8997
8998 * linespec.c (cplusplus_error): Replace cplusplus_hint.
8999 (decode_line_1): Use cplusplus_error instead of error_begin,
9000 cplusplus_hint and return_to_top_level.
9001 * coffread.c (coff_symfile_read): Use error instead of error_begin
9002 and return_to_top_level.
9003 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9004
9005 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9006
9007 * language.h (type_error, range_error): Make string parameter
9008 constant.
9009 * language.c (warning_pre_print): Delete extern declaration.
9010 * dwarfread.c (warning_pre_print): Ditto.
9011 * language.c (type_error, range_error): Rewrite to use verror and
9012 vwarning instead of warning_begin.
9013
9014 2002-02-01 Michael Snyder <msnyder@redhat.com>
9015
9016 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9017 (set_ignore_count): Move misplaced comment back where it belongs.
9018
9019 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9020
9021 * command.h (NO_FUNCTION): Delete macro.
9022 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9023 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9024 * tracepoint.c (_initialize_tracepoint): Ditto.
9025 * cli/cli-decode.c (add_set_cmd): Ditto.
9026 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9027
9028 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9029
9030 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9031 Update ``this'' pointer when calling virtual functions.
9032
9033 2002-02-01 Michael Snyder <msnyder@redhat.com>
9034
9035 * breakpoint.c (create_temp_exception_breakpoint): Delete.
9036 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9037
9038 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9039
9040 * regformats/reg-arm.dat: New file.
9041 * regformats/reg-i386.dat: New file.
9042 * regformats/reg-ia64.dat: New file.
9043 * regformats/reg-m68k.dat: New file.
9044 * regformats/reg-mips.dat: New file.
9045 * regformats/reg-ppc.dat: New file.
9046 * regformats/reg-sh.dat: New file.
9047 * regformats/regdef.h: New file.
9048 * regformats/regdat.sh: New file.
9049
9050 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
9051
9052 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9053 (arm_frame_args_address, arm_frame_locals_address): New functions.
9054 (arm_frame_num_args): New function.
9055 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9056 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9057 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9058
9059 2002-01-31 Michael Snyder <msnyder@redhat.com>
9060
9061 * breakpoint.c (break_at_finish_command): Export.
9062 (break_at_finish_at_depth_command): Export.
9063 (tbreak_at_finish_command): Export.
9064 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9065 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9066 "tbreak" commands, which are HPPA specific.
9067
9068 * printcmd.c (disassemble_command): Remove an ancient
9069 artifact of an old merge.
9070
9071 * symfile.h (enum overlay_debugging_state):
9072 Define enum constant values for overlay mode.
9073 * symfile.c (overlay_debugging): Use enums instead of literals.
9074 (overlay_is_mapped, overlay_auto_command,
9075 overlay_manual_command): Ditto.
9076
9077 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9078 breakpoint_here_p, breakpoint_inserted_here_p,
9079 breakpoint_thread_match, bpstat_stop_status,
9080 describe_other_breakpoints, check_duplicates, clear_command):
9081 Coding standard fixes.
9082
9083 * target.c (target_xfer_memory): Add spaces, coding standard.
9084 (do_xfer_memory): Add missing line to trust-readonly
9085 code: check bfd SEC_READONLY flag for section.
9086
9087 2002-01-31 Andrew Cagney <ac131313@redhat.com>
9088
9089 * PROBLEMS: Fix typo, 5.1->5.1.1.
9090
9091 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
9092
9093 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9094 data symbols, since we search based on textlow and texthigh.
9095 (find_pc_sect_symtab): Likewise.
9096
9097 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9098
9099 * defs.h (vwarning): Declare.
9100 * utils.c (vwarning): New function.
9101 (warning): Call vwarning.
9102 (warning_begin): Delete function.
9103
9104 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9105 the warning message.
9106 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9107 warning_begin.
9108
9109 2002-01-30 Michael Snyder <msnyder@redhat.com>
9110
9111 * NEWS: Mention "set trust-readonly-sections" command.
9112 Mention generate-core-file command.
9113
9114 2002-01-15 Michael Snyder <msnyder@redhat.com>
9115
9116 * target.c: New command, "set trust-readonly-sections on".
9117 (do_xfer_memory): Honor the suggestion to trust readonly sections
9118 by reading them from the object file instead of from the target.
9119 (initialize_targets): Register command "set trust-readonly-sections".
9120
9121 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9122
9123 * parse.c (target_map_name_to_register): Simplify, search regs and
9124 pseudo-regs using a single loop.
9125
9126 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9127
9128 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9129
9130 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
9131
9132 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9133 * config/i386/i386v42mp.mh: Add i387-nat.o .
9134 * i386v4-nat.c: Include i387-nat.h.
9135 (supply_fpregset): Use i387_supply_fsave.
9136 (fill_fpregset): Use i387_fill_fsave.
9137
9138 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
9139
9140 * arm-tdep.c (arm_call_dummy_words): Define.
9141 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9142 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9143 (CALL_DUMMY_WORDS): Define.
9144 (arm_call_dummy_words): Declare.
9145 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9146 (arm_linux_call_dummy_words): Declare.
9147
9148 2002-01-30 Andreas Schwab <schwab@suse.de>
9149
9150 * m68klinux-nat.c: Fix last change to use regcache_collect
9151 instead of referencing registers[] directly.
9152
9153 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9154
9155 * parse.c (target_map_name_to_register): Delete code wrapped in
9156 #ifdef REGISTER_NAME_ALIAS_HOOK.
9157
9158 2002-01-28 Michael Snyder <msnyder@redhat.com>
9159
9160 * regcache.c (legacy_read_register_gen): Need to be able to
9161 read pseudo-register as well as real register.
9162 (legacy_write_register_gen): Ditto.
9163
9164 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9165
9166 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9167 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9168 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9169 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9170 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9171 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9172 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9173 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9174 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9175 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9176 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9177 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9178 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9179 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9180 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9181 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9182 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9183 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9184 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9185 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9186
9187 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9188
9189 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9190 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9191 (initialize_current_architecture): Update target_byte_order using
9192 information from BFD.
9193 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9194 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9195
9196 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9197
9198 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9199 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9200
9201 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9202 #ifdef INVALID_FLOAT.
9203 * infcmd.c (do_registers_info): Ditto.
9204 * values.c (unpack_double): Ditto. Add comment.
9205
9206 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9207 already commented out.
9208
9209 2002-01-26 Andreas Schwab <schwab@suse.de>
9210
9211 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9212 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9213 registers and add support for PTRACE_GETREGS.
9214
9215 2002-01-24 Andrew Cagney <ac131313@redhat.com>
9216
9217 GDB 5.1.1 released from 5.1 branch.
9218 * NEWS: Add 5.1.1 news.
9219 * README: Sync with 5.1 branch.
9220
9221 2002-01-23 Fred Fish <fnf@redhat.com>
9222
9223 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9224 stabstring on initial malloc. Reallocing will copy it for us,
9225 if necessary.
9226
9227 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9228
9229 * Makefile.in (hpread_h): Delete.
9230 (HFILES_NO_SRCDIR): Remove hpread.h.
9231 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9232 (hpread.o): Update dependencies.
9233 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9234
9235 * hp-psymtab-read.c: Remove file.
9236 * hp-symtab-read.c: Remove file.
9237 * hpread.h: Remove file.
9238
9239 * hpread.c: Merge all contents of hp-psymtab-read.c,
9240 hp-symtab-read.c and hpread.h into this file, as it was prior to
9241 January 1999.
9242
9243 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9244 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9245 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9246 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9247
9248 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9249
9250 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9251 fill_gregset): Call gdbarch_tdep() just once, assign result to
9252 variable and use that, instead of calling the function several
9253 times.
9254
9255 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
9256
9257 * configure.host: Accept sparcv9 as alias for sparc64.
9258 * configure.tgt: Likewise.
9259
9260 2002-01-22 Kevin Buettner <kevinb@redhat.com>
9261
9262 * solib-aix5.c (build_so_list_from_mapfile)
9263 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9264 arguments is not reversed.
9265 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9266 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9267
9268 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
9269
9270 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9271 modified version of obsolete sh_fetch_pseudo_register.
9272 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9273 (sh4_register_read): New function.
9274 (sh_pseudo_register_write): New function. Renamed and modified
9275 version of obsolete sh_store_pseudo_register.
9276 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9277 (sh4_register_write): New function.
9278 (sh_gdbarch_init): Remove setting of gdbarch function
9279 fetch_pseudo_register and store_pseudo_register. Remove setting of
9280 register_convert_to_raw, register_convert_to_virtual,
9281 register_convertible.
9282 (sh_sh4_register_convertible): Delete. No longer needed. All is
9283 taken care by architecture specific functions
9284 register_read/register_write.
9285 (sh_sh4_register_convert_to_virtual): Make static.
9286 (sh_sh4_register_convert_to_raw): Ditto.
9287
9288 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9289
9290 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9291 (floatformat_is_nan, floatformat_mantissa): Ditto.
9292
9293 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9294 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9295 builtin_type_ieee_double_little,
9296 builtin_type_ieee_double_littlebyte_bigword,
9297 builtin_type_m68881_ext, builtin_type_i960_ext,
9298 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9299 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9300 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9301 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9302
9303 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
9304
9305 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9306 parameter. Set frameless flag if it exists and depended of
9307 whether the scanned function is frameless or not.
9308 (xstormy16_skip_prologue): If function is frameless, return
9309 result of xstormy16_scan_prologue().
9310 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9311 call.
9312
9313 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
9314
9315 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9316 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9317 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9318 sh_sh4_register_byte, sh_sh4_register_raw_size,
9319 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9320 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9321 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9322 sh_store_pseudo_register, sh_do_pseudo_register): Call
9323 gdbarch_tdep() just once, assign result to variable and use that,
9324 instead of calling the function several times.
9325
9326 2002-01-20 Mark Kettenis <kettenis@gnu.org>
9327
9328 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9329 macros instead of LAST_FPU_CTRL_REGNUM.
9330 (store_register): Likewise.
9331
9332 2002-01-21 Jim Blandy <jimb@redhat.com>
9333
9334 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9335 is up-to-date before running the program, not just when a program
9336 exits.
9337
9338 2002-01-21 Fred Fish <fnf@redhat.com>
9339
9340 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9341 when we have found all instructions we are looking for.
9342
9343 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9344
9345 * arm-tdep.c (arm_register_name): New function.
9346 (arm_registers_names): Make static.
9347 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9348 (arm_register_name): Declare.
9349 (REGISTER_NAME): Use it.
9350
9351 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9352 Kevin Buettner <kevinb@redhat.com>
9353
9354 Convert arm targets to new FRAME interface.
9355 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9356 (arm_frame_find_save_regs): Delete.
9357 (arm_frame_init_saved_regs): New.
9358 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9359 Allocate extra_info as required. Convert all uses of fsr.regs
9360 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9361 to use extra_info.
9362 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9363 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9364 (check_prologue_cache, save_prologue_cache): Likewise.
9365 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9366 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9367 (FRAME_FIND_SAVED_REGS): Delete.
9368 (arm_frame_find_saved_regs): Delete prototype.
9369 (arm_frame_init_saved_regs): New prototype.
9370 (FRAME_INIT_SAVED_REGS): Define.
9371
9372 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9373
9374 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9375
9376 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9377
9378 From Jeff Law <law@redhat.com>:
9379 * infttrace.c: Include <sys/pstat.h>.
9380 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9381 exec file if the ttrace equivalent fails.
9382
9383 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9384
9385 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9386 (closeLogFile): Ditto.
9387
9388 2002-01-20 Michael Chastain <mec@shout.net>
9389
9390 * top.c (print_gdb_version): Bump copyright year to 2002.
9391
9392 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9393
9394 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9395 Zannoni and Eli Zaretskii.
9396
9397 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9398
9399 * buildsym.c: Update copyright years.
9400 * c-typeprint.c: Likewise.
9401 * dwarf2read.c: Likewise.
9402 * f-typeprint.c: Likewise.
9403 * gdbtypes.c: Likewise.
9404 * gdbtypes.h: Likewise.
9405 * hp-symtab-read.c: Likewise.
9406 * hpread.c: Likewise.
9407 * mdebugread.c: Likewise.
9408 * p-typeprint.c: Likewise.
9409
9410 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9411
9412 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9413 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9414 byte-order selectable.
9415 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9416 * arch-utils.c: Ditto.
9417 (set_endian): Ditto.
9418 (set_endian_from_file): Ditto.
9419 * gdbserver/low-sim.c (create_inferior): Ditto.
9420 * gdbarch.sh: Ditto.
9421 * gdbarch.h: Re-generate.
9422 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9423 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9424 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9425 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9426 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9427 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9428 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9429 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9430 macro definition.
9431 * config/mips/tm-wince.h: Remove #undef of macro
9432 TARGET_BYTE_ORDER_SELECTABLE.
9433 * config/sh/tm-wince.h: Ditto.
9434
9435 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9436
9437 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9438 member function fields. Add accessor macro
9439 TYPE_FN_FIELD_ARTIFICIAL.
9440 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9441 * c-typeprint.c (c_type_print_base): Skip artificial member
9442 functions.
9443
9444 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9445
9446 * f-typeprint.c: Delete unused function f_type_print_args.
9447 * p-typeprint.c: Delete unused function pascal_type_print_args.
9448
9449 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9450
9451 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9452 comment. Add ``artificial'' to ``union field_location''.
9453
9454 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9455
9456 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9457 * mdebugread.c (parse_symbol): Likewise.
9458 * stabsread.c (define_symbol): Likewise.
9459 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9460 initializing TYPE_FIELD_BITPOS to n (obsolete).
9461 (hpread_doc_function_type): Likewise.
9462 * hpread.c (hpread_function_type): Likewise.
9463
9464 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9465
9466 * configure.in (host_makefile_frag): Only require a host makefile
9467 fragment when a native build.
9468 * configure: Re-generate.
9469
9470 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9471
9472 * doublest.h (floatformat_from_type): Declare.
9473 * doublest.c (floatformat_from_type): New function.
9474 (convert_typed_floating): Use.
9475
9476 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9477 call to function floatformat_from_type.
9478
9479 * gdbarch.sh (IEEE_FLOAT): Delete.
9480 * gdbarch.h, gdbarch.c: Re-generate.
9481 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9482 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9483 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9484 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9485 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9486 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9487 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9488 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9489 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9490 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9491 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9492 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9493
9494 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9495 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9496 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9497 * sh-tdep.c (sh_gdbarch_init): Ditto.
9498 * mips-tdep.c (mips_gdbarch_init): Ditto.
9499 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9500 * cris-tdep.c (cris_gdbarch_init): Ditto.
9501
9502 2002-01-20 Jiri Smid <smid@suse.cz>
9503
9504 * configure.host, configure.tgt: Support x86-64.
9505 * NEWS: Note new target x86-64.
9506
9507 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9508 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9509 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9510 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9511 x86-64-linux-nat.o): Fix dependencies.
9512
9513 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9514
9515 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9516 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9517 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9518 * config/sparc/xm-sun4os4.h: Delete file.
9519 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9520
9521 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9522
9523 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9524 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9525 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9526 * config/i386/i386lynx.mh (XM_FILE): Delete.
9527 * config/rs6000/xm-rs6000ly.h: Delete file.
9528 * config/sparc/xm-sparclynx.h: Delete file.
9529 * config/m68k/xm-m68klynx.h: Delete file.
9530 * config/i386/xm-i386lynx.h: Delete file.
9531 * config/xm-lynx.h: Delete file.
9532 * config/djgpp/fnchange.lst: Update.
9533
9534 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9535
9536 * alpha-tdep.c (alpha_register_byte): New function.
9537 (alpha_register_raw_size): Ditto.
9538 (alpha_register_virtual_size): Ditto.
9539 (alpha_skip_prologue_internal): Renamed from
9540 alpha_skip_prologue.
9541 (alpha_skip_prologue): New version that calls
9542 alpha_skip_prologue_internal.
9543 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9544 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9545 second argument from alpha_skip_prologue.
9546 (REGISTER_BYTE): Use alpha_register_byte.
9547 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9548 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9549 (FRAMELESS_FUNCTION_INVOCATION): Use
9550 generic_frameless_function_invocation_not.
9551 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9552 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9553
9554 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9555
9556 * config/mips/xm-news-mips.h: Delete file.
9557 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9558
9559 * config/m88k/xm-m88k.h: Delete file.
9560 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9561 * config/m88k/xm-delta88v4.h: Ditto.
9562 * config/m88k/xm-delta88.h: Ditto.
9563
9564 * config/alpha/xm-fbsd.h: Delete file.
9565 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9566
9567 * config/sparc/xm-sparc.h: Delete file.
9568 * Makefile.in (xm-sun4os4.h): Delete dependency.
9569 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9570 * config/sparc/xm-sun4os4.h: Ditto.
9571 * config/sparc/xm-linux.h: Ditto.
9572
9573 * config/i386/xm-windows.h: Delete file.
9574
9575 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9576
9577 * utils.c: Include <sys/param.h> for MAXPATHLEN.
9578 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9579
9580 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9581
9582 * alpha-tdep.c (alpha_call_dummy_words): New.
9583 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9584 (CALL_DUMMY_P): Define.
9585 (CALL_DUMMY_WORDS): Define.
9586 (SIZEOF_CALL_DUMMY_WORDS): Define.
9587
9588 2002-01-19 Per Bothner <per@bothner.com>
9589
9590 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
9591 isn't NULL, which can happen with some gcj-3.x-produced code.
9592
9593 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9594
9595 * alpha-tdep.c (alpha_register_virtual_type): New function.
9596 (alpha_init_frame_pc_first): Ditto.
9597 (alpha_fix_call_dummy): Ditto.
9598 (alpha_store_struct_return): Ditto.
9599 (alpha_extract_struct_value_address): Ditto.
9600 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9601 alpha_register_virtual_type.
9602 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9603 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9604 alpha_extract_struct_value_address.
9605 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9606 (INIT_FRAME_PC): Use init_frame_pc_noop.
9607 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9608
9609 2002-01-19 Mark Kettenis <kettenis@gnu.org>
9610
9611 * i386gnu-nat.c: Include "i386-tdep.h".
9612 (fetch_fpregs): Simplify code dealing with uninitialized floating
9613 point states such that it doesn't require FP7_REGNUM.
9614
9615 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9616
9617 * alpha-tdep.c (frame_extra_info): New.
9618 (alpha_find_saved_regs): Make static. Use
9619 frame->extra_info.
9620 (alpha_frame_init_saved_regs): New function.
9621 (alpha_frame_saved_pc): Use frame->extra_info.
9622 (temp_saved_regs): Don't declare as struct frame_saved_regs.
9623 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
9624 (init_extra_frame_info): Rename to...
9625 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
9626 (alpha_print_extra_frame_info): New function.
9627 (alpha_frame_locals_address): Ditto.
9628 (alpha_frame_args_address): Ditto.
9629 (alpha_pop_frame): Use frame->extra_info.
9630 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
9631 alpha_frame_args_address.
9632 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
9633 (alpha_find_saved_regs): Remove prototype.
9634 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
9635 (EXTRA_FRAME_INFO): Remove.
9636 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
9637 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
9638
9639 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9640
9641 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
9642 (alpha_cannot_fetch_register): Ditto.
9643 (alpha_cannot_store_register): Ditto.
9644 (alpha_register_convertible): Ditto.
9645 (alpha_use_struct_convention): Ditto.
9646 * config/alpha/tm-alpha.h: Update copyright years.
9647 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
9648 (INNER_THAN): Use core_addr_lessthan.
9649 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
9650 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
9651 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
9652 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
9653 (FRAME_CHAIN): Remove unnecessary cast.
9654
9655 2002-01-18 Andrew Cagney <ac131313@redhat.com>
9656
9657 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
9658 obsolete.
9659
9660 2002-01-18 Andrew Cagney <ac131313@redhat.com>
9661
9662 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
9663 * monitor.c, remote-array.c, remote-bug.c: Ditto.
9664 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
9665 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
9666 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
9667 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
9668 * x86-64-linux-nat.c: Ditto.
9669
9670 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9671
9672 * alpha-tdep.c (alpha_register_name): New function.
9673 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
9674 (REGISTER_NAME): Define.
9675
9676 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9677
9678 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
9679
9680 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9681
9682 * alpha-tdep.c: Update copyright years.
9683 (alpha_next_pc): New function.
9684 (alpha_software_single_step): Ditto.
9685 * config/alpha/tm-alpha.h: Add prototype for
9686 alpha_software_single_step.
9687
9688 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9689
9690 * alphabsd-nat.c: Update copyright years.
9691 (fill_gregset): Use regcache_collect.
9692 (fill_fpregset): Likewise.
9693 (fetch_inferior_registers): Only fetch integer registers
9694 if requested to do so.
9695 (store_inferior_registers): Only store integer registers
9696 if requested to do so.
9697
9698 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9699
9700 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
9701 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
9702 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
9703 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
9704 * config/alpha/fbsd.mh (XDEPFILES): Delete.
9705 * config/arm/linux.mh (XDEPFILES): Delete.
9706 * config/arm/nbsd.mh (XDEPFILES): Delete.
9707 * config/i386/i386dgux.mh (XDEPFILES): Delete.
9708 * config/i386/i386sol2.mh (XDEPFILES): Delete.
9709 * config/i386/i386m3.mh (XDEPFILES): Delete.
9710 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
9711 * config/i386/i386gnu.mh (XDEPFILES): Delete.
9712 * config/i386/fbsd.mh (XDEPFILES): Delete.
9713 * config/i386/i386bsd.mh (XDEPFILES): Delete.
9714 * config/i386/i386sco5.mh (XDEPFILES): Delete.
9715 * config/i386/i386v4.mh (XDEPFILES): Delete.
9716 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
9717 * config/i386/i386sco4.mh (XDEPFILES): Delete.
9718 * config/i386/i386aix.mh (XDEPFILES): Delete.
9719 * config/i386/go32.mh (XDEPFILES): Delete.
9720 * config/i386/cygwin.mh (XDEPFILES): Delete.
9721 * config/i386/i386lynx.mh (XDEPFILES): Delete.
9722 * config/i386/i386mach.mh (XDEPFILES): Delete.
9723 * config/i386/i386v32.mh (XDEPFILES): Delete.
9724 * config/i386/linux.mh (XDEPFILES): Delete.
9725 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
9726 * config/i386/ncr3000.mh (XDEPFILES): Delete.
9727 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
9728 * config/i386/i386sco.mh (XDEPFILES): Delete.
9729 * config/i386/i386v.mh (XDEPFILES): Delete.
9730 * config/i386/nbsd.mh (XDEPFILES): Delete.
9731 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
9732 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
9733 * config/i386/symmetry.mh (XDEPFILES): Delete.
9734 * config/i386/obsd.mh (XDEPFILES): Delete.
9735 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
9736 * config/ia64/linux.mh (XDEPFILES): Delete.
9737 * config/ia64/aix.mh (XDEPFILES): Delete.
9738 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
9739 * config/m68k/dpx2.mh (XDEPFILES): Delete.
9740 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
9741 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
9742 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
9743 * config/m68k/linux.mh (XDEPFILES): Delete.
9744 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
9745 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
9746 * config/m68k/nbsd.mh (XDEPFILES): Delete.
9747 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
9748 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
9749 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
9750 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
9751 * config/m88k/delta88.mh (XDEPFILES): Delete.
9752 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
9753 * config/m88k/m88k.mh (XDEPFILES): Delete.
9754 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
9755 * config/mips/linux.mh (XDEPFILES): Delete.
9756 * config/mips/irix6.mh (XDEPFILES): Delete.
9757 * config/mips/irix5.mh (XDEPFILES): Delete.
9758 * config/mips/irix4.mh (XDEPFILES): Delete.
9759 * config/mips/irix3.mh (XDEPFILES): Delete.
9760 * config/mips/decstation.mh (XDEPFILES): Delete.
9761 * config/mips/mipsm3.mh (XDEPFILES): Delete.
9762 (NATDEPFILES): Move core-aout.o to here.
9763 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
9764 * config/pa/hpux1020.mh (XDEPFILES): Delete.
9765 * config/pa/hppabsd.mh (XDEPFILES): Delete.
9766 * config/pa/hppahpux.mh (XDEPFILES): Delete.
9767 * config/pa/hpux11w.mh (XDEPFILES): Delete.
9768 * config/pa/hppaosf.mh (XDEPFILES): Delete.
9769 * config/pa/hpux11.mh (XDEPFILES): Delete.
9770 * config/powerpc/aix.mh (XDEPFILES): Delete.
9771 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
9772 * config/powerpc/linux.mh (XDEPFILES): Delete.
9773 * config/romp/rtbsd.mh: Rename XDEPFILES.
9774 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
9775 * config/rs6000/aix4.mh (XDEPFILES): Delete.
9776 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
9777 * config/s390/s390.mh (XDEPFILES): Delete.
9778 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
9779 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
9780 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
9781 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
9782 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
9783 * config/sparc/nbsd.mh (XDEPFILES): Delete.
9784 * config/sparc/linux.mh (XDEPFILES): Delete.
9785 * config/vax/vaxult.mh (XDEPFILES): Delete.
9786 * config/vax/vaxult2.mh (XDEPFILES): Delete.
9787 * Makefile.in (DEPFILES): Remove XDEPFILES.
9788
9789 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9790
9791 * utils.c (internal_verror): Fix comments, default is yes not no.
9792 Update queries to match. Default to quit and dump core.
9793
9794 2002-01-17 Andrew Cagney <ac131313@redhat.com>
9795
9796 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
9797 copyright.
9798 * defs.h, event-top.c, gdbcmd.h: Ditto.
9799 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
9800 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
9801 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
9802 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
9803 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
9804 * mi/mi-main.c:Ditto.
9805
9806 * stack.c, symfile.c: Update copyright.
9807
9808 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
9809
9810 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
9811 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
9812 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
9813 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
9814
9815 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
9816
9817 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
9818 * gdbserver/low-lynx.c (myattach): Likewise.
9819 * gdbserver/low-nbsd.c (myattach): Likewise.
9820 * gdbserver/low-sim.c (myattach): Likewise.
9821 * gdbserver/low-sparc.c (myattach): Likewise.
9822 * gdbserver/low-sun3.c (myattach): Likewise.
9823
9824 * gdbserver/low-linux.c (myattach): New function.
9825
9826 * gdbserver/server.c (attach_inferior): New function.
9827 (main): Handle "--attach".
9828
9829 2002-01-16 Andrew Cagney <ac131313@redhat.com>
9830
9831 * MAINTAINERS (language support): Daniel Jacobwitz is C++
9832 maintainer.
9833
9834 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
9835
9836 * c-typeprint.c (is_type_conversion_operator): Add additional
9837 check for non-conversion operators.
9838
9839 2002-01-15 Michael Snyder <msnyder@redhat.com>
9840
9841 * linux-proc.c: Add "info proc" command, a la procfs.c.
9842 (read_mapping): New function, abstract and re-use code.
9843 (linux_find_memory_regions): Use new func read_mapping.
9844 (linux_info_proc_cmd): New function, implement "info proc".
9845 (_initialize_linux_proc): Add new command "info proc".
9846
9847 2002-01-15 Michael Snyder <msnyder@redhat.com>
9848
9849 * symfile.c (generic_load): Use bfd_map_over_sections method
9850 instead of manipulating bfd structure members directly.
9851 (add_section_size_callback): New function, bfd sections callback
9852 used by generic_load.
9853 (load_sections_callback): New function, bfd sections callback
9854 used by generic_load.
9855
9856 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
9857
9858 [Based on work by Jim Blandy]
9859 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
9860 (builtin_type_vec128): Export.
9861 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
9862 types.
9863 (builtin_type_vec128): New builtin type for 128 bit vector
9864 registers.
9865 (build_gdbtypes): Initialize builtin_type_v16qi and
9866 builtin_type_v8hi. Create the vec128 register builtin type
9867 structure.
9868 (build_builtin_type_vec128): New function.
9869 (_initialize_gdbtypes): Register builtin_type_v16qi and
9870 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
9871 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
9872 AltiVec register to new builtin type.
9873
9874 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
9875
9876 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
9877 to make_cv_type.
9878
9879 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9880
9881 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
9882 CLEAN_UP_REGISTER_VALUE.
9883 * regcache.c (supply_register): Update only call.
9884
9885 2002-01-14 Andrew Cagney <ac131313@redhat.com>
9886
9887 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
9888 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
9889 a29k-*-vxworks* targets as obsolete.
9890
9891 2002-01-14 Michael Snyder <msnyder@redhat.com>
9892
9893 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
9894 until we can resolve portability issues.
9895 * gregset.h: Remove references to fpxregs.
9896 * gcore.c (gcore_command): Initialize note_sec to NULL.
9897
9898 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9899
9900 * signals.c (target_signal_to_name): Rewrite. Only use
9901 signals[].name when in bounds and non-NULL.
9902
9903 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9904
9905 From Petr Ledvina <ledvinap@kae.zcu.cz>:
9906 * signals.c (target_signal_to_name): Verify that SIG is within the
9907 bounds of the signals array.
9908
9909 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9910
9911 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
9912
9913 2002-01-13 Keith Seitz <keiths@redhat.com>
9914
9915 * stack.c (print_frame_info_base): Print the frame's pc
9916 only if when print_frame_info_listing_hook is not defined.
9917
9918 2002-01-13 Keith Seitz <keiths@redhat.com>
9919
9920 * varobj.c (varobj_set_value): Make sure that there were no
9921 errors evaluating the object before attempting to set its
9922 value.
9923 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
9924 so this offset adjustment is no longer necessary.
9925 (create_child): Don't set the error flag if the child is
9926 a CPLUS_FAKE_CHILD.
9927 (value_of_child): If value_fetch_lazy fails, return NULL
9928 so that callers will be notified that an error occurred.
9929 (c_value_of_variable): Delay check of variable's validity
9930 until later. We actually want all structs and unions to have
9931 the value "{...}".
9932 Do not return "???" for variables which could not be evaluated.
9933 This error condition must be returned to the caller so that it
9934 can get the error condition from gdb.
9935 (cplus_name_of_child): Adjust index for vptr before figuring
9936 out the name of the child.
9937 (cplus_value_of_child): If a child's (real) parent is not valid,
9938 don't even bother trying to give a value for it. Just return
9939 an error. Change all instances in this function.
9940 (cplus_type_of_child): If our parent is one of the "fake"
9941 parents, we need to get at the type of the real parent, and
9942 derive the child's true type using this information.
9943
9944 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9945
9946 From 2002-01-09 John Marshall <johnm@falch.net>:
9947 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
9948 sources.redhat.com, and tweak some related URLs which had
9949 suffered from linkrot.
9950
9951 2002-01-13 Andrew Cagney <ac131313@redhat.com>
9952
9953 From Jeff law:
9954 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
9955 structures passed in registers.
9956
9957 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
9958
9959 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
9960 white space which prevented compilation. Reported by DSK
9961 <dsk@student.unsw.edu.au>.
9962
9963 2002-01-11 Michael Snyder <msnyder@redhat.com>
9964
9965 * symfile.c (build_section_addr_info_from_section_tab):
9966 Use bfd access method instead of manipulating bfd directly.
9967 (syms_from_objfile): Ditto.
9968 (simple_overlay_update_1): Ditto.
9969 (simple_overlay_update): Ditto.
9970 (generic_load): Ditto.
9971 (overlay_unmapped_address): FIXME comment, bfd access methods.
9972 (sections_overlap): FIXME comment, bfd access methods.
9973 (pc_in_mapped_range): FIXME comment, bfd access methods.
9974 (pc_in_unmapped_range): FIXME comment, bfd access methods.
9975 (section_is_mapped): FIXME comment, bfd access methods.
9976 (section_is_overlay): FIXME comment, bfd access methods.
9977
9978 * symfile.c (generic_load): Whitespace and long line cleanups.
9979 Remove duplicate variable, change several local variables to
9980 more appropriate data types.
9981 (print_transfer_performance): Use %lu instead of %ld for ulongs.
9982
9983 2002-01-12 Andrew Cagney <ac131313@redhat.com>
9984
9985 From Peter Schauer:
9986 * language.c (longest_local_hex_string_custom): Use phex_nz to
9987 convert NUM to a hex string.
9988
9989 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
9990
9991 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
9992 the function.
9993 Update Copyright year.
9994
9995 2002-01-12 Andrew Cagney <ac131313@redhat.com>
9996
9997 * language.c (longest_raw_hex_string): Delete unused function.
9998
9999 2002-01-11 Petr Sorfa <petrs@caldera.com>
10000
10001 * MAINTAINERS (write-after-approval): Add myself.
10002 * dwarf2read.c (read_tag_string_type): Handling of
10003 DW_AT_byte_size.
10004 (read_tag_string_type): FORTRAN fix to prevent propagation of
10005 first string size.
10006 (set_cu_language): Handling of DW_LANG_Fortran95
10007
10008 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
10009
10010 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10011 GETPID(inferior_ptid).
10012 (store_inferior_registers): Likewise.
10013
10014 2002-01-10 Jason Merrill <jason@redhat.com>
10015
10016 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10017 Fix DW_OP_minus.
10018
10019 2002-01-10 Andrew Cagney <ac131313@redhat.com>
10020
10021 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10022 and bfd/elf32-sh-nbsd.c.
10023
10024 2002-01-10 Michael Snyder <msnyder@redhat.com>
10025
10026 * NEWS: Mention --pid and corefile/proc-id behavior change.
10027
10028 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10029 * gcore.c: Include cli/cli-decode.h instead of command.h.
10030
10031 * main.c (captured_main): Add new command line option "--pid".
10032 If the second command line argument (following the symbol-file)
10033 begins with a digit, try to attach to it before trying to open
10034 it as a corefile.
10035 (print_gdb_help): Document the "--pid" argument.
10036
10037 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10038
10039 * completer.c (command_completer): New function.
10040
10041 * completer.h <command_completer>: Add prototype.
10042
10043 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10044 completer for the "help" command.
10045
10046 2002-01-09 Jason Merrill <jason@redhat.com>
10047
10048 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10049
10050 2002-01-09 Michael Snyder <msnyder@redhat.com>
10051
10052 * i386-linux-nat.c (fill_fpxregset): Make global.
10053 (store_fpxregset): Ditto.
10054
10055 * gregset.h (gdb_fpxregset_t): Define.
10056 (supply_fpxregset): Prototype.
10057 (fill_fpxregset): Prototype.
10058
10059 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10060
10061 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10062
10063 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10064 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10065 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10066
10067 2002-01-09 Andrew Cagney <ac131313@redhat.com>
10068
10069 * MAINTAINERS: Update target maintainer rules so that any
10070 Maintainer can approve a tested patch for a maintenance-only
10071 target.
10072
10073 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10074
10075 * MAINTAINERS (write-after-approval): Add myself.
10076
10077 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10078 IN_SIGTRAMP.
10079
10080 2002-01-08 Michael Snyder <msnyder@redhat.com>
10081
10082 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10083 real name of the executable, rather than the /proc name.
10084
10085 2002-01-03 Michael Snyder <msnyder@redhat.com>
10086
10087 Implement a "generate-core-file" command in gdb, save target state.
10088 * gcore.c: New file. Implement new command 'generate-core-file'.
10089 Save a corefile image of the current state of the inferior.
10090 * linux-proc.c: Add linux-specific code for saving corefiles.
10091 * target.h (struct target_ops): Add new target vectors for saving
10092 corefiles; to_find_memory_regions and to_make_corefile_notes.
10093 (target_find_memory_regions): New macro.
10094 (target_make_corefile_notes): New macro.
10095 * target.c (update_current_target): Inherit new target methods.
10096 (dummy_find_memory_regions): New place-holder method.
10097 (dummy_make_corefile_notes): New place-holder method.
10098 (init_dummy_target): Initialize new dummy target vectors.
10099 * exec.c (exec_set_find_memory_regions): New function.
10100 Allow the exec_ops vector for memory regions to be taken over.
10101 (exec_make_note_section): New function, target vector method.
10102 * defs.h (exec_set_find_memory_regions): Export prototype.
10103 * procfs.c (proc_find_memory_regions): New function, corefile method.
10104 (procfs_make_note_section): New function, corefile method.
10105 (init_procfs_ops): Set new target vector pointers.
10106 (find_memory_regions_callback): New function.
10107 (procfs_do_thread_registers): New function.
10108 (procfs_corefile_thread_callback): New function.
10109 * sol-thread.c (sol_find_memory_regions): New function.
10110 (sol_make_note_section): New function.
10111 (init_sol_thread_ops): Initialize new target vectors.
10112 * inftarg.c (inftarg_set_find_memory_regions): New function.
10113 Allow to_find_memory_regions vector to be taken over.
10114 (inftarg_set_make_corefile_notes): New function.
10115 Allow to_make_corefile_notes vector to be taken over.
10116 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10117 interface layer if not target_has_execution (may be a corefile).
10118 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10119 * config/sparc/sun4sol2.mh: Ditto.
10120 * config/alpha/alpha-linux.mh: Ditto.
10121 * config/arm/linux.mh: Ditto.
10122 * config/i386/x86-64linux.mh: Ditto.
10123 * config/ia64/linux.mh: Ditto.
10124 * config/m68k/linux.mh: Ditto.
10125 * config/mips/linux.mh: Ditto.
10126 * config/powerpc/linux.mh: Ditto.
10127 * config/sparc/linux.mh: Ditto.
10128
10129 2002-01-07 Michael Snyder <msnyder@redhat.com>
10130
10131 * arm-linux-nat.c: Remove references to regcache.c internal data
10132 (registers[] and register_valid[]).
10133
10134 2002-01-07 Michael Snyder <msnyder@redhat.com>
10135
10136 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10137 so that attaching to a pid will automatically read the process's
10138 symbol file and shlibs.
10139 * Makefile.in: Add rule for linux-proc.o.
10140 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10141 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10142 * config/arm/linux.mh: Ditto.
10143 * config/i386/linux.mh: Ditto.
10144 * config/i386/x86-64linux.mh: Ditto.
10145 * config/ia64/linux.mh: Ditto.
10146 * config/m68k/linux.mh: Ditto.
10147 * config/mips/linux.mh: Ditto.
10148 * config/powerpc/linux.mh: Ditto.
10149 * config/sparc/linux.mh: Ditto.
10150
10151 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10152
10153 * win32-nat.c: Add i386-tdep.h dependency.
10154
10155 2002-01-07 Michael Snyder <msnyder@redhat.com>
10156
10157 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10158 instead of bfd_get_arch_size. Don't bail out just because
10159 there's no exec_bfd.
10160
10161 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10162 * p-valprint.c (pascal_object_print_value): Ditto.
10163 * somread.c (som_symtab_read): Ditto.
10164 * symfile.c (simple_free_overlay_region_table): Ditto.
10165 * valops.c (value_assign): Ditto.
10166
10167 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10168 use tilde_expand and strerror for opening save-tracepoints file.
10169
10170 * thread-db.c (thread_db_new_objfile): Indendation fix.
10171
10172 * infptrace.c (GDB_MAX_ALLOCA): New define.
10173 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10174 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10175 can be overridden with whatever value is appropriate to the host).
10176 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10177 alloca to allocate potentially large buffer.
10178 * rs6000-nat.c (child_xfer_memory): Ditto.
10179 * symm-nat.c (child_xfer_memory): Ditto.
10180 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10181
10182 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10183
10184 From Nick Clifton <nickc@redhat.com>
10185 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10186
10187 2002-01-07 Michael Snyder <msnyder@redhat.com>
10188
10189 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10190 Don't use exec_bfd if it's NULL.
10191
10192 2002-01-06 Mark Kettenis <kettenis@gnu.org>
10193
10194 * valops.c (value_arg_coerce): Fix formatting.
10195
10196 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10197
10198 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10199 * gnu-nat.c: Ditto.
10200
10201 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10202
10203 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10204 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10205 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10206 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10207 z8k-coff have not been multi-arched. Update z8k-coff build
10208 status.
10209
10210 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10211
10212 * MAINTAINERS: Mark a29k target as obsolete.
10213 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10214 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10215 comments.
10216 * NEWS: Note that a29k targets are obsolete.
10217 * a29k-tdep.c: Mark as obsolete.
10218 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10219 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10220 a29k-*-vxworks* targets as obsolete.
10221 * remote-adapt.c: Obsolete.
10222 * remote-eb.c: Obsolete.
10223 * remote-mm.c: Obsolete.
10224 * remote-udi.c: Obsolete.
10225 * config/a29k/a29k-udi.mt: Obsolete.
10226 * config/a29k/a29k.mt: Obsolete.
10227 * config/a29k/tm-a29k.h: Obsolete.
10228 * config/a29k/tm-vx29k.h: Obsolete.
10229 * config/a29k/vx29k.mt: Obsolete.
10230
10231 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10232
10233 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10234 with BFD_ENDIAN_BIG.
10235
10236 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10237
10238 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10239 * configure, config.in: Re-generate.
10240 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10241 * defs.h: Do not include <endian.h>.
10242
10243 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10244
10245 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10246 * config.in: Regenerate.
10247 * configure.in: Update copyright years.
10248 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10249 * configure: Regenerate.
10250 * i386bsd-nat.c: Update copyright years.
10251 (fill_gregset): Use regcache_collect.
10252 (fetch_inferior_registers): Only fetch integer registers
10253 if requested to do so. Add support for XMM registers
10254 using PT_GETXMMREGS.
10255 (store_inferior_registers): Only store integer registers
10256 if requested to do so. Add support for XMM registers
10257 using PT_SETXMMREGS.
10258 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10259 (store_inferior_registers): Remove.
10260 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10261 (fetch_elfcore_registers): New function.
10262 (i386nbsd_elfcore_fns): New.
10263 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10264 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10265 i386bsd-nat.o.
10266 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10267 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10268 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10269 * config/i386/tm-nbsd.h: Update copyright years.
10270 (HAVE_SSE_REGS): Define.
10271 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10272 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10273 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10274 (SIGCONTEXT_PC_OFFSET): Remove.
10275 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10276
10277 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10278
10279 * configure.tgt: Remove powerpc-*-macos* target.
10280 * config/m68k/xm-mpw.h: Delete file.
10281 * config/xm-mpw.h: Delete file.
10282 * ser-mac.c: Delete file.
10283 * mpw-make.sed: Delete file.
10284 * mpw-config.in: Delete file.
10285 * mac-xdep.c: Delete file.
10286 * mac-gdb.r: Delete file.
10287 * mac-defs.h: Delete file.
10288 * mac-nat.c: Delete file.
10289 * config/powerpc/macos.mh: Delete file.
10290 * config/powerpc/macos.mt: Delete file.
10291 * config/powerpc/nm-macos.h: Delete file.
10292 * config/powerpc/tm-macos.h: Delete file.
10293 * source.c (openp, open_source_file): Remove obsolete code.
10294 * top.c (gdb_readline): Ditto.
10295 * utils.c (query): Ditto.
10296 * event-top.c (display_gdb_prompt): Ditto.
10297 * Makefile.in (ser-mac.o): Delete obsolete target.
10298 * NEWS: Update.
10299
10300 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10301
10302 * defs.h (BIG_ENDIAN): Delete macro definition.
10303 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10304 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10305 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10306 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10307 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10308 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10309 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10310 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10311 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10312 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10313 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10314 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10315 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10316 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10317 * gdbarch.c: Re-generate.
10318
10319 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10320
10321 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10322 for core files.
10323
10324 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10325
10326 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10327
10328 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10329
10330 * value.h (value_ptr): Delete typedef.
10331
10332 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10333
10334 * i386nbsd-nat.c: Update copyright years.
10335 Include i386-tdep.h.
10336
10337 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
10338
10339 * stabsread.c: Update copyright years.
10340
10341 From Debashis Mahata <debashis.mahata@wipro.com>:
10342 (read_struct_fields): Deal with Sun C compiler erroneous stab
10343 output for structs and unions.
10344 Fix PR gdb/269.
10345
10346 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10347
10348 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10349 prototype.
10350
10351 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10352
10353 * cp-abi.c: Fix whitespace.
10354 (baseclass_offset): New wrapper function.
10355 * cp-abi.h (baseclass_offset): Add prototype.
10356 (struct cp_abi_ops): Add baseclass_offset pointer.
10357
10358 * valops.c (vb_match): Move to...
10359 * gnu-v2-abi.c (vb_match): here.
10360 * valops.c (baseclass_offset): Move to...
10361 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10362
10363 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10364
10365 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10366 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10367 * hpacc-abi.c (init_hpacc_ops): Likewise.
10368
10369 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10370
10371 * valops.c (find_overload_match): Accept obj as a
10372 reference parameter. Update it before returning.
10373 * value.h (find_overload_match): Update prototype.
10374 * eval.c (evaluate_subexp_standard): Pass object to
10375 find_overload_match by reference.
10376
10377 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10378
10379 * valarith.c: Replace value_ptr with struct value pointer. Remove
10380 register attribute from value declarations.
10381 * valops.c: Ditto.
10382 * value.h: Ditto.
10383 * scm-lang.c (scm_lookup_name): Ditto.
10384
10385 2002-01-03 Michael Snyder <msnyder@redhat.com>
10386
10387 Abstract the functionality of iterating over mapped memory
10388 regions into a general purpose iterator function.
10389 * procfs.c (iterate_over_mappings): New function, general purpose
10390 iterator for memory sections.
10391 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10392 (solib_mappings_callback): New function, callback for above.
10393 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10394 (info_mappings_callback): New function, callback for above.
10395
10396 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10397
10398 2002-01-01 Mark Kettenis <kettenis@gnu.org>
10399
10400 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10401 * i386-tdep.c: Include "elf-bfd.h".
10402 (process_note_abi_tag_sections): New function.
10403 (i386_gdbarch_init): Add code to recognize various OS/ABI
10404 combinations.
10405
10406 * maint.c (_initialize_maint_cmds): Add missing \ in
10407 string-literal.
10408
10409 For older changes see ChangeLog-2001
10410 \f
10411 Local Variables:
10412 mode: change-log
10413 left-margin: 8
10414 fill-column: 74
10415 version-control: never
10416 End: