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