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