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